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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7958_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c | front | FUN_002e1fe0 |
/* std::string::front() */
undefined8 __thiscall std::string::front(string *this)
{
return *(undefined8 *)this;
}
|
undefined8 FUN_002e1fe0(undefined8 *param_1)
{
return *param_1;
}
| MOV RAX,qword ptr [RDI]
RET | null | null | null | null | [('const-0', u'RETURN_-1204740111'), (u'CAST_-1204740058', u'LOAD_-1204740126'), (u'COPY_-1204740126', u'RETURN_-1204740111'), ('tmp_15', u'CAST_-1204740058'), ('const-433', u'LOAD_-1204740126'), (u'LOAD_-1204740126', u'COPY_-1204740126')] | [('const-0', u'RETURN_-1204740111'), ('tmp_16', u'LOAD_-1204740126'), (u'COPY_-1204740126', u'RETURN_-1204740111'), ('const-433', u'LOAD_-1204740126'), (u'LOAD_-1204740126', u'COPY_-1204740126')] | null | null | 002e1fe0 | x64 | O2 | (translation_unit "undefined8 FUN_002e1fe0(undefined8 *param_1)\n\n{\n return *param_1;\n}\n\n" (function_definition "undefined8 FUN_002e1fe0(undefined8 *param_1)\n\n{\n return *param_1;\n}" type_identifier (function_declarator "FUN_002e1fe0(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::front() */\n\nundefined8 __thiscall std::string::front(string *this)\n\n{\n return *(undefined8 *)this;\n}\n\n" comment (function_definition "undefined8 __thiscall std::string::front(string *this)\n\n{\n return *(undefined8 *)this;\n}" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::string::" identifier : : identifier : :) (function_declarator "front(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_002e1fe0(undefined8 *param_1)\n\n{\n return *param_1;\n}\n\n" (function_definition "undefined8 FUN_002e1fe0(undefined8 *param_1)\n\n{\n return *param_1;\n}" type_identifier (function_declarator "FUN_002e1fe0(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_002e1fe0(undefined8 *param_1)\n\n{\n return *param_1;\n}" (type_identifier "undefined8") (function_declarator "FUN_002e1fe0(undefined8 *param_1)" (identifier "FUN_002e1fe0") (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::front() */
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;
}
|
1235_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c | ~Struct_no_global | FUN_00157250 |
/* DWARF original prototype: void ~Struct_no_global(Struct_no_global * this, int __in_chrg) */
void __thiscall
gold::General_options::Struct_no_global::~Struct_no_global(Struct_no_global *this,int __in_chrg)
{
pointer pcVar1;
(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00426360;
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_00157250(undefined8 *param_1)
{
*param_1 = &PTR_FUN_00426360;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002dac60();
}
thunk_FUN_002dac60(param_1,0x60);
return;
}
| LEA RAX,[0x426360]
PUSH RBX
MOV RBX,RDI
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0x8]
LEA RAX,[RBX + 0x18]
CMP RDI,RAX
JZ 0x00157270
CALL 0x002dac60
MOV RDI,RBX
MOV ESI,0x60
POP RBX
JMP 0x002dac50 | null | null | null | null | [(u'PTRSUB_-1207274758', u'LOAD_-1207274904'), ('const-8', u'PTRSUB_-1207274760'), ('const-0', u'PTRSUB_-1207274756'), ('tmp_58', u'CBRANCH_-1207274876'), ('const-8', u'PTRSUB_-1207274766'), (u'PTRSUB_-1207274753', u'INT_NOTEQUAL_-1207274877'), ('const-0', u'PTRSUB_-1207274770'), (u'CAST_-1207274761', u'STORE_-1207274908'), ('const-0', u'RETURN_-1207274844'), ('tmp_93', u'PTRSUB_-1207274770'), ('tmp_93', u'PTRSUB_-1207274760'), (u'PTRSUB_-1207274760', u'PTRSUB_-1207274756'), (u'PTRSUB_-1207274770', u'PTRSUB_-1207274765'), ('const-0', u'PTRSUB_-1207274765'), ('const-16', u'PTRSUB_-1207274753'), ('tmp_93', u'PTRSUB_-1207274766'), (u'PTRSUB_-1207274765', u'STORE_-1207274908'), ('const-4350816', u'PTRSUB_-1207274771'), (u'PTRSUB_-1207274766', u'PTRSUB_-1207274765'), ('const-433', u'LOAD_-1207274904'), ('const-96', u'CALL_-1207274848'), (u'LOAD_-1207274904', u'CALL_-1207274869'), ('const-0', u'PTRSUB_-1207274761'), (u'PTRSUB_-1207274771', u'CAST_-1207274761'), (u'CAST_-1207274749', u'INT_NOTEQUAL_-1207274877'), ('const-0', u'PTRSUB_-1207274765'), (u'PTRSUB_-1207274765', u'PTRSUB_-1207274761'), (u'PTRSUB_-1207274756', u'PTRSUB_-1207274753'), (u'LOAD_-1207274904', u'CAST_-1207274749'), (u'PTRSUB_-1207274761', u'PTRSUB_-1207274758'), ('const-0', u'PTRSUB_-1207274771'), ('const-0', u'PTRSUB_-1207274758'), (u'INT_NOTEQUAL_-1207274877', u'CBRANCH_-1207274876'), ('const-433', u'STORE_-1207274908'), ('tmp_93', u'CALL_-1207274848')] | [('const-96', u'CALL_-1207274848'), ('const-3', u'PTRADD_-1207274764'), ('tmp_58', u'CBRANCH_-1207274876'), (u'PTRSUB_-1207274772', u'STORE_-1207274908'), (u'PTRADD_-1207274769', u'LOAD_-1207274904'), ('const-0', u'PTRSUB_-1207274772'), ('const-0', u'RETURN_-1207274844'), ('tmp_194', u'PTRADD_-1207274769'), (u'PTRADD_-1207274764', u'INT_NOTEQUAL_-1207274877'), ('const-1', u'PTRADD_-1207274769'), ('const-8', u'PTRADD_-1207274764'), ('const-433', u'LOAD_-1207274904'), (u'LOAD_-1207274904', u'CAST_-1207274768'), (u'INT_NOTEQUAL_-1207274877', u'CBRANCH_-1207274876'), ('const-8', u'PTRADD_-1207274769'), ('tmp_194', u'CALL_-1207274848'), (u'CAST_-1207274768', u'INT_NOTEQUAL_-1207274877'), ('const-433', u'STORE_-1207274908'), ('tmp_194', u'STORE_-1207274908'), ('const-4350816', u'PTRSUB_-1207274772'), ('tmp_194', u'PTRADD_-1207274764')] | null | null | 00157250 | x64 | O2 | (translation_unit "void FUN_00157250(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00426360;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac60();\n }\n thunk_FUN_002dac60(param_1,0x60);\n return;\n}\n\n" (function_definition "void FUN_00157250(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00426360;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac60();\n }\n thunk_FUN_002dac60(param_1,0x60);\n return;\n}" primitive_type (function_declarator "FUN_00157250(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_00426360;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac60();\n }\n thunk_FUN_002dac60(param_1,0x60);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00426360;" (assignment_expression "*param_1 = &PTR_FUN_00426360" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00426360" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac60();\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();\n }" { (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_002dac60(param_1,0x60);" (call_expression "thunk_FUN_002dac60(param_1,0x60)" identifier (argument_list "(param_1,0x60)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* DWARF original prototype: void ~Struct_no_global(Struct_no_global * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_no_global::~Struct_no_global(Struct_no_global *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_00426360;\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_global::~Struct_no_global(Struct_no_global *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_00426360;\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_global::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_no_global(Struct_no_global *this,int __in_chrg)" identifier (parameter_list "(Struct_no_global *this,int __in_chrg)" ( (parameter_declaration "Struct_no_global *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_00426360;\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_00426360;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00426360" (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_00426360" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_00426360" & 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_00157250(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00426360;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac60();\n }\n thunk_FUN_002dac60(param_1,0x60);\n return;\n}\n\n" (function_definition "void FUN_00157250(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00426360;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac60();\n }\n thunk_FUN_002dac60(param_1,0x60);\n return;\n}" primitive_type (function_declarator "FUN_00157250(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_00426360;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac60();\n }\n thunk_FUN_002dac60(param_1,0x60);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00426360;" (assignment_expression "*param_1 = &PTR_FUN_00426360" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00426360" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac60();\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();\n }" { (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_002dac60(param_1,0x60);" (call_expression "thunk_FUN_002dac60(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_00157250(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00426360;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac60();\n }\n thunk_FUN_002dac60(param_1,0x60);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00157250(undefined8 *param_1)" (identifier "FUN_00157250") (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_00426360;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac60();\n }\n thunk_FUN_002dac60(param_1,0x60);\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_00426360;" (assignment_expression "*param_1 = &PTR_FUN_00426360" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00426360" (& "&") (identifier "PTR_FUN_00426360"))) (; ";")) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac60();\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();\n }" ({ "{") (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" (identifier "FUN_002dac60") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "thunk_FUN_002dac60(param_1,0x60);" (call_expression "thunk_FUN_002dac60(param_1,0x60)" (identifier "thunk_FUN_002dac60") (argument_list "(param_1,0x60)" (( "(") (identifier "param_1") (, ",") (number_literal "0x60") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* DWARF original prototype: void ~Struct_no_global(Struct_no_global * 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_00426360;
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_00426360;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002dac60();
}
thunk_FUN_002dac60(param_1,0x60);
return;
}
|
5678_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c | get_name | FUN_002415e0 |
/* DWARF original prototype: string get_name(Read_member * this) */
string * __thiscall gold::Read_member::get_name(string *__return_storage_ptr__,Read_member *this)
{
long lVar1;
int iVar2;
undefined4 extraout_var;
size_t sVar3;
long *plVar4;
basic_string<char,_std::char_traits<char>,_std::allocator<char>_> local_38;
iVar2 = (*this->input_reader_->_vptr_Input_reader[2])();
local_38._M_dataplus._M_p = (pointer)&local_38.field_2;
std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::
_M_construct<char_const*>(&local_38,"Read_member ");
sVar3 = strlen((char *)CONCAT44(extraout_var,iVar2));
if (sVar3 <= 0x7fffffffffffffff - local_38._M_string_length) {
/* try { // try from 0024163b to 002416ae has its CatchHandler @ 002416af */
plVar4 = (long *)std::string::_M_append
((string *)&local_38,(char *)CONCAT44(extraout_var,iVar2),sVar3);
(__return_storage_ptr__->_M_dataplus)._M_p = (pointer)&__return_storage_ptr__->field_2;
if ((long *)*plVar4 == plVar4 + 2) {
lVar1 = plVar4[3];
(__return_storage_ptr__->field_2)._M_allocated_capacity = plVar4[2];
*(long *)((long)&__return_storage_ptr__->field_2 + 8) = lVar1;
}
else {
(__return_storage_ptr__->_M_dataplus)._M_p = (pointer)*plVar4;
(__return_storage_ptr__->field_2)._M_allocated_capacity = plVar4[2];
}
__return_storage_ptr__->_M_string_length = plVar4[1];
*plVar4 = (long)(plVar4 + 2);
plVar4[1] = 0;
*(undefined1 *)(plVar4 + 2) = 0;
if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9
*)local_38._M_dataplus._M_p != &local_38.field_2) {
operator_delete(local_38._M_dataplus._M_p);
}
return __return_storage_ptr__;
}
/* WARNING: Subroutine does not return */
std::__throw_length_error("basic_string::append");
}
|
long * FUN_002415e0(long *param_1,long param_2)
{
long lVar1;
char *__s;
size_t sVar2;
long *plVar3;
undefined1 *local_38;
long local_30;
undefined1 local_28 [16];
__s = (char *)(**(code **)(**(long **)(param_2 + 0x38) + 0x10))();
local_38 = local_28;
FUN_001665c0(&local_38,"Read_member ");
sVar2 = strlen(__s);
if (sVar2 <= 0x7fffffffffffffffU - local_30) {
/* try { // try from 0024163b to 002416ae has its CatchHandler @ 002416af */
plVar3 = (long *)FUN_002e2ee0(&local_38,__s,sVar2);
*param_1 = (long)(param_1 + 2);
if ((long *)*plVar3 == plVar3 + 2) {
lVar1 = plVar3[3];
param_1[2] = plVar3[2];
param_1[3] = lVar1;
}
else {
*param_1 = *plVar3;
param_1[2] = plVar3[2];
}
param_1[1] = plVar3[1];
*plVar3 = (long)(plVar3 + 2);
plVar3[1] = 0;
*(undefined1 *)(plVar3 + 2) = 0;
if (local_38 != local_28) {
FUN_002dac60();
}
return param_1;
}
/* WARNING: Subroutine does not return */
FUN_00319590("basic_string::append");
}
| PUSH R12
PUSH RBP
MOV RBP,RDI
PUSH RBX
SUB RSP,0x20
MOV RDI,qword ptr [RSI + 0x38]
MOV RBX,RSP
MOV RAX,qword ptr [RDI]
CALL qword ptr [RAX + 0x10]
LEA RDX,[0x382c8b]
MOV RDI,RBX
MOV R12,RAX
LEA RSI,[RDX + -0xc]
LEA RAX,[RBX + 0x10]
MOV qword ptr [RSP],RAX
CALL 0x001665c0
MOV RDI,R12
CALL 0x00147490
MOV RCX,0x7fffffffffffffff
SUB RCX,qword ptr [RSP + 0x8]
CMP RAX,RCX
JA 0x002416a3
MOV RDX,RAX
MOV RSI,R12
MOV RDI,RBX
CALL 0x002e2ee0
LEA RDX,[RBP + 0x10]
MOV qword ptr [RBP],RDX
MOV RCX,qword ptr [RAX]
LEA RDX,[RAX + 0x10]
CMP RCX,RDX
JZ 0x00241698
MOV qword ptr [RBP],RCX
MOV RCX,qword ptr [RAX + 0x10]
MOV qword ptr [RBP + 0x10],RCX
MOV RCX,qword ptr [RAX + 0x8]
ADD RBX,0x10
MOV qword ptr [RBP + 0x8],RCX
MOV qword ptr [RAX],RDX
MOV RDI,qword ptr [RSP]
MOV qword ptr [RAX + 0x8],0x0
MOV byte ptr [RAX + 0x10],0x0
CMP RDI,RBX
JZ 0x00241689
CALL 0x002dac60
ADD RSP,0x20
MOV RAX,RBP
POP RBX
POP RBP
POP R12
RET
MOVDQU XMM0,xmmword ptr [RAX + 0x10]
MOVUPS xmmword ptr [RBP + 0x10],XMM0
JMP 0x00241660
LEA RDI,[0x371fa2]
CALL 0x00319590 | null | null | null | null | [('tmp_503', u'PTRSUB_-1204086677'), (u'PTRSUB_-1204086865', u'LOAD_-1204087285'), ('const-16', u'PTRSUB_-1204086678'), (u'LOAD_-1204087279', u'CALLIND_-1204087269'), ('const-433', u'LOAD_-1204087104'), (u'PTRADD_-1204086757', u'LOAD_-1204087104'), (u'PTRSUB_-1204086678', u'PTRSUB_-1204086660'), ('const-2', u'PTRADD_-1204086686'), ('const-8', u'INT_ADD_-1204086723'), ('tmp_504', u'PTRSUB_-1204086873'), (u'LOAD_-1204086820', u'STORE_-1204086811'), (u'PTRSUB_-1204086817', u'CAST_-1204086816'), ('const-433', u'STORE_-1204087142'), (u'CALL_-1204087218', u'INDIRECT_-1204086866'), ('tmp_468', u'BRANCH_-1204086954'), (u'PTRADD_-1204086685', u'LOAD_-1204086819'), ('const-433', u'LOAD_-1204086819'), ('const-433', u'STORE_-1204087068'), (u'INT_ADD_-1204086723', u'CAST_-1204086660'), (u'PTRSUB_-1204086784', u'CAST_-1204086754'), (u'CAST_-1204086691', u'STORE_-1204087039'), (u'CAST_-1204086764', u'STORE_-1204087062'), (u'LOAD_-1204087285', u'PTRADD_-1204086862'), ('const-8', u'PTRADD_-1204086747'), ('const--56', u'PTRSUB_-1204086879'), ('const-8', u'PTRSUB_-1204086736'), (u'PTRADD_-1204086725', u'STORE_-1204087050'), ('tmp_194', u'CBRANCH_-1204087170'), ('const-2', u'PTRADD_-1204086716'), ('const-433', u'LOAD_-1204087279'), (u'PTRADD_-1204086772', u'INT_EQUAL_-1204087113'), ('const-0', u'STORE_-1204087039'), ('const-433', u'LOAD_-1204086820'), (u'PTRADD_-1204086862', u'LOAD_-1204087279'), ('tmp_861', u'PTRSUB_-1204086879'), (u'CALL_-1204087012', u'INDIRECT_-1204086763'), (u'INDIRECT_-1204086866', u'INT_SUB_-1204087182'), (u'CALL_-1204087151', u'CAST_-1204086764'), ('tmp_503', u'PTRSUB_-1204086761'), ('const-0', u'PTRSUB_-1204086762'), ('const--56', u'PTRSUB_-1204086823'), ('const-2', u'PTRADD_-1204086862'), ('tmp_861', u'PTRSUB_-1204086728'), (u'CALL_-1204087151', u'INDIRECT_-1204086837'), (u'PTRSUB_-1204086879', u'CAST_-1204086765'), ('tmp_503', u'PTRSUB_-1204086736'), ('const-3612578', u'COPY_-1204086751'), ('tmp_503', u'PTRSUB_-1204086779'), (u'CALL_-1204087218', u'INDIRECT_-1204086873'), ('const-0', u'PTRSUB_-1204086722'), (u'PTRSUB_-1204086736', u'STORE_-1204087068'), ('const-16', u'PTRSUB_-1204086817'), (u'CALL_-1204087230', u'INDIRECT_-1204086875'), ('const-433', u'LOAD_-1204087295'), (u'PTRADD_-1204086747', u'LOAD_-1204087090'), (u'CAST_-1204086837', u'CALL_-1204087151'), ('const-2', u'PTRADD_-1204086757'), (u'CALL_-1204086938', u'INDIRECT_-1204086727'), (u'CAST_-1204086764', u'PTRADD_-1204086747'), (u'CAST_-1204086764', u'PTRADD_-1204086716'), (u'CAST_-1204086837', u'CALL_-1204087218'), (u'PTRSUB_-1204086722', u'STORE_-1204087095'), ('tmp_503', u'PTRSUB_-1204086784'), ('const--56', u'PTRSUB_-1204086878'), (u'CALLIND_-1204087269', u'INDIRECT_-1204086904'), (u'PTRSUB_-1204086762', u'STORE_-1204087142'), ('const-0', u'PTRSUB_-1204086865'), (u'PTRSUB_-1204086751', u'PTRSUB_-1204086722'), (u'PTRSUB_-1204086745', u'STORE_-1204087109'), ('const-8', u'PTRADD_-1204086725'), (u'CAST_-1204086764', u'PTRADD_-1204086725'), (u'PTRSUB_-1204086660', u'STORE_-1204086811'), (u'CAST_-1204086764', u'PTRADD_-1204086772'), ('tmp_861', u'PTRSUB_-1204086823'), (u'CALLIND_-1204087269', u'PIECE_-1204087037'), ('const-0', u'STORE_-1204087050'), ('const-433', u'STORE_-1204086810'), (u'CAST_-1204086660', u'STORE_-1204086810'), ('const-56', u'PTRSUB_-1204086873'), ('const-433', u'LOAD_-1204087090'), ('const-433', u'STORE_-1204087050'), ('const-16', u'PTRSUB_-1204086784'), (u'CAST_-1204086764', u'LOAD_-1204087138'), ('const-16', u'PTRSUB_-1204086677'), ('tmp_503', u'PTRSUB_-1204086751'), (u'PTRSUB_-1204086677', u'CAST_-1204086661'), ('const-433', u'STORE_-1204087039'), ('const-8', u'PTRADD_-1204086685'), ('const-8', u'PTRADD_-1204086862'), ('const-1', u'RETURN_-1204086933'), ('const-1', u'PTRADD_-1204086747'), ('const-0', u'PTRSUB_-1204086660'), ('const-433', u'STORE_-1204087109'), ('tmp_861', u'PTRSUB_-1204086878'), (u'INT_SUB_-1204087182', u'INT_LESSEQUAL_-1204087161'), ('const-433', u'STORE_-1204087095'), (u'LOAD_-1204087090', u'STORE_-1204087068'), (u'LOAD_-1204087295', u'PTRSUB_-1204086865'), (u'PTRSUB_-1204086725', u'INT_NOTEQUAL_-1204087020'), (u'PTRADD_-1204086686', u'LOAD_-1204086820'), (u'CAST_-1204086749', u'STORE_-1204087109'), (u'INDIRECT_-1204086837', u'CAST_-1204086686'), ('tmp_503', u'PTRSUB_-1204086678'), ('const-0', u'PTRSUB_-1204086779'), (u'LOAD_-1204087138', u'CAST_-1204086741'), (u'PTRADD_-1204086772', u'CAST_-1204086707'), (u'CALLIND_-1204087269', u'INDIRECT_-1204087039'), (u'CALL_-1204087218', u'CALL_-1204087151'), (u'COPY_-1204086751', u'CALL_-1204086938'), ('const-0', u'PTRSUB_-1204086761'), (u'COPY_-1204086903', u'CALL_-1204087230'), (u'CAST_-1204086764', u'PTRADD_-1204086686'), ('const-8', u'PTRADD_-1204086686'), (u'LOAD_-1204087138', u'CAST_-1204086749'), (u'PTRSUB_-1204086779', u'PTRSUB_-1204086762'), (u'PTRSUB_-1204086873', u'LOAD_-1204087295'), ('const-0', u'RETURN_-1204086968'), ('const-16', u'PTRSUB_-1204086751'), (u'PTRSUB_-1204086823', u'PTRSUB_-1204086817'), ('tmp_258', u'CBRANCH_-1204087111'), (u'INT_LESSEQUAL_-1204087161', u'CBRANCH_-1204087170'), (u'INT_EQUAL_-1204087113', u'CBRANCH_-1204087111'), ('const-433', u'STORE_-1204087062'), (u'INDIRECT_-1204087039', u'PIECE_-1204087037'), ('const-433', u'LOAD_-1204087138'), (u'CALL_-1204087218', u'INT_LESSEQUAL_-1204087161'), ('tmp_377', u'CBRANCH_-1204087019'), ('const-3681407', u'COPY_-1204086903'), (u'CALL_-1204087230', u'INDIRECT_-1204086882'), ('const-16', u'PTRSUB_-1204086725'), (u'CAST_-1204086686', u'INT_NOTEQUAL_-1204087020'), ('const-2', u'PTRADD_-1204086772'), (u'CAST_-1204086765', u'CALL_-1204087151'), (u'CAST_-1204086661', u'INT_ADD_-1204086723'), (u'LOAD_-1204087104', u'STORE_-1204087095'), (u'PTRADD_-1204086716', u'CAST_-1204086691'), (u'CAST_-1204086754', u'STORE_-1204087142'), (u'PTRSUB_-1204086761', u'PTRSUB_-1204086745'), ('const--56', u'PTRSUB_-1204086728'), (u'CAST_-1204086764', u'PTRADD_-1204086685'), (u'CAST_-1204086707', u'STORE_-1204087062'), ('const-1', u'PTRADD_-1204086725'), (u'CAST_-1204086764', u'PTRADD_-1204086757'), (u'PIECE_-1204087037', u'CAST_-1204086837'), (u'INT_NOTEQUAL_-1204087020', u'CBRANCH_-1204087019'), ('const-8', u'PTRADD_-1204086757'), ('const-8', u'PTRADD_-1204086772'), ('const-433', u'STORE_-1204086811'), ('const-9223372036854775807', u'INT_SUB_-1204087182'), ('const-433', u'LOAD_-1204087285'), ('const-3', u'PTRADD_-1204086685'), ('const-0', u'PTRSUB_-1204086745'), ('const-8', u'PTRADD_-1204086716'), (u'COPY_-1204086999', u'RETURN_-1204086968'), (u'PTRSUB_-1204086878', u'CALL_-1204087230'), (u'LOAD_-1204086819', u'STORE_-1204086810'), ('tmp_503', u'COPY_-1204086999'), (u'INDIRECT_-1204086837', u'CALL_-1204087012'), (u'PTRSUB_-1204086728', u'PTRSUB_-1204086725'), (u'CAST_-1204086741', u'INT_EQUAL_-1204087113')] | [('const-8', u'PTRADD_-1204086777'), ('const-3612578', u'COPY_-1204086740'), (u'LOAD_-1204087279', u'CALLIND_-1204087269'), ('tmp_888', u'COPY_-1204086999'), (u'PTRSUB_-1204086867', u'CALL_-1204087151'), (u'PTRADD_-1204086710', u'CAST_-1204086699'), (u'CALL_-1204087218', u'INDIRECT_-1204086862'), (u'COPY_-1204086892', u'CALL_-1204087230'), (u'PTRADD_-1204086751', u'LOAD_-1204087104'), ('tmp_468', u'BRANCH_-1204086954'), ('const-16', u'INT_ADD_-1204087263'), (u'CALL_-1204087012', u'INDIRECT_-1204086752'), ('const-433', u'LOAD_-1204086808'), ('const-2', u'PTRADD_-1204086751'), (u'PTRSUB_-1204086735', u'INT_NOTEQUAL_-1204087020'), ('const-433', u'LOAD_-1204087295'), (u'PTRADD_-1204086765', u'CAST_-1204086715'), ('const-0', u'STORE_-1204087050'), (u'CALL_-1204087230', u'INDIRECT_-1204086871'), ('tmp_194', u'CBRANCH_-1204087170'), ('const-433', u'STORE_-1204086800'), (u'INT_ADD_-1204087279', u'CAST_-1204086850'), (u'PTRADD_-1204086672', u'STORE_-1204086799'), ('tmp_888', u'PTRADD_-1204086746'), (u'INDIRECT_-1204086855', u'INT_SUB_-1204087182'), (u'CALL_-1204086938', u'INDIRECT_-1204086716'), (u'CALL_-1204087151', u'CAST_-1204086767'), (u'PTRADD_-1204086777', u'CAST_-1204086757'), (u'INDIRECT_-1204086826', u'INT_NOTEQUAL_-1204087020'), ('const-433', u'LOAD_-1204087285'), ('tmp_888', u'PTRADD_-1204086672'), ('const-1', u'PTRADD_-1204086741'), ('const-433', u'STORE_-1204087068'), ('tmp_888', u'PTRADD_-1204086777'), ('const-433', u'STORE_-1204087039'), ('tmp_886', u'PTRSUB_-1204086868'), (u'PTRADD_-1204086673', u'STORE_-1204086800'), (u'LOAD_-1204087295', u'LOAD_-1204087285'), ('const-3', u'PTRADD_-1204086679'), ('tmp_886', u'PTRSUB_-1204086867'), (u'LOAD_-1204087138', u'CAST_-1204086745'), ('const-8', u'PTRADD_-1204086741'), (u'CAST_-1204086838', u'CALL_-1204087151'), ('const-1', u'PTRADD_-1204086731'), (u'CAST_-1204086767', u'PTRADD_-1204086751'), ('const-433', u'LOAD_-1204087090'), ('const-433', u'LOAD_-1204087104'), ('const-8', u'PTRADD_-1204086719'), ('tmp_888', u'STORE_-1204087109'), ('const-8', u'PTRADD_-1204086751'), (u'PTRADD_-1204086680', u'LOAD_-1204086809'), (u'CAST_-1204086767', u'PTRADD_-1204086679'), ('const-2', u'PTRADD_-1204086710'), ('const-3681407', u'COPY_-1204086892'), ('const-8', u'PTRADD_-1204086765'), ('const-433', u'LOAD_-1204087138'), ('const-8', u'PTRADD_-1204086680'), (u'LOAD_-1204086809', u'STORE_-1204086800'), ('const--40', u'PTRSUB_-1204086832'), ('const-2', u'PTRADD_-1204086765'), (u'INT_ADD_-1204087263', u'CAST_-1204086839'), ('const-8', u'PTRADD_-1204086710'), (u'CAST_-1204086745', u'INT_EQUAL_-1204087113'), (u'PTRADD_-1204086719', u'STORE_-1204087050'), ('const-2', u'PTRADD_-1204086746'), ('const-433', u'STORE_-1204087050'), (u'CALL_-1204087218', u'INDIRECT_-1204086855'), ('const-1', u'RETURN_-1204086933'), ('const-433', u'STORE_-1204087095'), ('const-2', u'PTRADD_-1204086777'), ('tmp_886', u'PTRSUB_-1204086832'), ('const--56', u'PTRSUB_-1204086868'), ('tmp_888', u'PTRADD_-1204086731'), ('const-433', u'LOAD_-1204086809'), (u'INT_SUB_-1204087182', u'INT_LESSEQUAL_-1204087161'), (u'LOAD_-1204087090', u'STORE_-1204087068'), ('const-0', u'STORE_-1204087039'), ('const-3', u'PTRADD_-1204086672'), (u'CAST_-1204086767', u'PTRADD_-1204086680'), ('const-433', u'STORE_-1204087062'), ('tmp_888', u'STORE_-1204087142'), ('const-433', u'STORE_-1204086799'), (u'CAST_-1204086767', u'PTRADD_-1204086765'), (u'CALLIND_-1204087269', u'CAST_-1204086838'), (u'CAST_-1204086767', u'PTRADD_-1204086719'), (u'PTRADD_-1204086731', u'STORE_-1204087068'), (u'CALL_-1204087230', u'INDIRECT_-1204086864'), ('const-9223372036854775807', u'INT_SUB_-1204087182'), (u'CAST_-1204086767', u'STORE_-1204087062'), (u'PTRADD_-1204086746', u'STORE_-1204087095'), (u'CAST_-1204086715', u'STORE_-1204087062'), (u'CALL_-1204087218', u'CALL_-1204087151'), ('const--56', u'PTRSUB_-1204086867'), (u'PTRADD_-1204086741', u'LOAD_-1204087090'), ('tmp_886', u'PTRSUB_-1204086735'), (u'CAST_-1204086757', u'STORE_-1204087142'), (u'LOAD_-1204086808', u'STORE_-1204086799'), ('const-433', u'STORE_-1204087109'), (u'CAST_-1204086699', u'STORE_-1204087039'), ('const-2', u'PTRADD_-1204086673'), (u'CALL_-1204087151', u'INDIRECT_-1204086826'), ('const-0', u'RETURN_-1204086968'), ('const-433', u'STORE_-1204087142'), ('tmp_258', u'CBRANCH_-1204087111'), (u'INT_LESSEQUAL_-1204087161', u'CBRANCH_-1204087170'), (u'INT_EQUAL_-1204087113', u'CBRANCH_-1204087111'), (u'CAST_-1204086767', u'PTRADD_-1204086741'), ('const--40', u'PTRSUB_-1204086735'), (u'CALL_-1204087218', u'INT_LESSEQUAL_-1204087161'), ('tmp_377', u'CBRANCH_-1204087019'), ('const-2', u'PTRADD_-1204086680'), (u'PTRSUB_-1204086868', u'CALL_-1204087230'), ('const-1', u'PTRADD_-1204086719'), (u'COPY_-1204086740', u'CALL_-1204086938'), (u'CALLIND_-1204087269', u'INDIRECT_-1204086893'), ('const-56', u'INT_ADD_-1204087279'), ('const-8', u'PTRADD_-1204086672'), (u'CAST_-1204086839', u'LOAD_-1204087279'), (u'LOAD_-1204087104', u'STORE_-1204087095'), ('const-433', u'LOAD_-1204087279'), ('const-8', u'PTRADD_-1204086746'), ('tmp_890', u'INT_ADD_-1204087279'), (u'CAST_-1204086767', u'PTRADD_-1204086710'), (u'INT_NOTEQUAL_-1204087020', u'CBRANCH_-1204087019'), (u'LOAD_-1204087285', u'INT_ADD_-1204087263'), (u'CAST_-1204086838', u'CALL_-1204087218'), (u'CAST_-1204086767', u'LOAD_-1204087138'), ('tmp_888', u'PTRADD_-1204086673'), ('const-8', u'PTRADD_-1204086673'), (u'LOAD_-1204087138', u'STORE_-1204087109'), (u'PTRADD_-1204086765', u'INT_EQUAL_-1204087113'), (u'COPY_-1204086999', u'RETURN_-1204086968'), ('const-8', u'PTRADD_-1204086731'), (u'CAST_-1204086850', u'LOAD_-1204087295'), (u'PTRADD_-1204086679', u'LOAD_-1204086808'), ('const-8', u'PTRADD_-1204086679')] | null | null | 002415e0 | x64 | O2 | (translation_unit "long * FUN_002415e0(long *param_1,long param_2)\n\n{\n long lVar1;\n char *__s;\n size_t sVar2;\n long *plVar3;\n undefined1 *local_38;\n long local_30;\n undefined1 local_28 [16];\n \n __s = (char *)(**(code **)(**(long **)(param_2 + 0x38) + 0x10))();\n local_38 = local_28;\n FUN_001665c0(&local_38,"Read_member ");\n sVar2 = strlen(__s);\n if (sVar2 <= 0x7fffffffffffffffU - local_30) {\n /* try { // try from 0024163b to 002416ae has its CatchHandler @ 002416af */\n plVar3 = (long *)FUN_002e2ee0(&local_38,__s,sVar2);\n *param_1 = (long)(param_1 + 2);\n if ((long *)*plVar3 == plVar3 + 2) {\n lVar1 = plVar3[3];\n param_1[2] = plVar3[2];\n param_1[3] = lVar1;\n }\n else {\n *param_1 = *plVar3;\n param_1[2] = plVar3[2];\n }\n param_1[1] = plVar3[1];\n *plVar3 = (long)(plVar3 + 2);\n plVar3[1] = 0;\n *(undefined1 *)(plVar3 + 2) = 0;\n if (local_38 != local_28) {\n FUN_002dac60();\n }\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n FUN_00319590("basic_string::append");\n}\n\n" (function_definition "long * FUN_002415e0(long *param_1,long param_2)\n\n{\n long lVar1;\n char *__s;\n size_t sVar2;\n long *plVar3;\n undefined1 *local_38;\n long local_30;\n undefined1 local_28 [16];\n \n __s = (char *)(**(code **)(**(long **)(param_2 + 0x38) + 0x10))();\n local_38 = local_28;\n FUN_001665c0(&local_38,"Read_member ");\n sVar2 = strlen(__s);\n if (sVar2 <= 0x7fffffffffffffffU - local_30) {\n /* try { // try from 0024163b to 002416ae has its CatchHandler @ 002416af */\n plVar3 = (long *)FUN_002e2ee0(&local_38,__s,sVar2);\n *param_1 = (long)(param_1 + 2);\n if ((long *)*plVar3 == plVar3 + 2) {\n lVar1 = plVar3[3];\n param_1[2] = plVar3[2];\n param_1[3] = lVar1;\n }\n else {\n *param_1 = *plVar3;\n param_1[2] = plVar3[2];\n }\n param_1[1] = plVar3[1];\n *plVar3 = (long)(plVar3 + 2);\n plVar3[1] = 0;\n *(undefined1 *)(plVar3 + 2) = 0;\n if (local_38 != local_28) {\n FUN_002dac60();\n }\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n FUN_00319590("basic_string::append");\n}" (sized_type_specifier "long" long) (pointer_declarator "* FUN_002415e0(long *param_1,long param_2)" * (function_declarator "FUN_002415e0(long *param_1,long param_2)" identifier (parameter_list "(long *param_1,long param_2)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) )))) (compound_statement "{\n long lVar1;\n char *__s;\n size_t sVar2;\n long *plVar3;\n undefined1 *local_38;\n long local_30;\n undefined1 local_28 [16];\n \n __s = (char *)(**(code **)(**(long **)(param_2 + 0x38) + 0x10))();\n local_38 = local_28;\n FUN_001665c0(&local_38,"Read_member ");\n sVar2 = strlen(__s);\n if (sVar2 <= 0x7fffffffffffffffU - local_30) {\n /* try { // try from 0024163b to 002416ae has its CatchHandler @ 002416af */\n plVar3 = (long *)FUN_002e2ee0(&local_38,__s,sVar2);\n *param_1 = (long)(param_1 + 2);\n if ((long *)*plVar3 == plVar3 + 2) {\n lVar1 = plVar3[3];\n param_1[2] = plVar3[2];\n param_1[3] = lVar1;\n }\n else {\n *param_1 = *plVar3;\n param_1[2] = plVar3[2];\n }\n param_1[1] = plVar3[1];\n *plVar3 = (long)(plVar3 + 2);\n plVar3[1] = 0;\n *(undefined1 *)(plVar3 + 2) = 0;\n if (local_38 != local_28) {\n FUN_002dac60();\n }\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n FUN_00319590("basic_string::append");\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "size_t sVar2;" primitive_type identifier ;) (declaration "long *plVar3;" (sized_type_specifier "long" long) (pointer_declarator "*plVar3" * identifier) ;) (declaration "undefined1 *local_38;" type_identifier (pointer_declarator "*local_38" * identifier) ;) (declaration "long local_30;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 local_28 [16];" type_identifier (array_declarator "local_28 [16]" identifier [ number_literal ]) ;) (expression_statement "__s = (char *)(**(code **)(**(long **)(param_2 + 0x38) + 0x10))();" (assignment_expression "__s = (char *)(**(code **)(**(long **)(param_2 + 0x38) + 0x10))()" identifier = (cast_expression "(char *)(**(code **)(**(long **)(param_2 + 0x38) + 0x10))()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(**(code **)(**(long **)(param_2 + 0x38) + 0x10))()" (parenthesized_expression "(**(code **)(**(long **)(param_2 + 0x38) + 0x10))" ( (pointer_expression "**(code **)(**(long **)(param_2 + 0x38) + 0x10)" * (pointer_expression "*(code **)(**(long **)(param_2 + 0x38) + 0x10)" * (cast_expression "(code **)(**(long **)(param_2 + 0x38) + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_2 + 0x38) + 0x10)" ( (binary_expression "**(long **)(param_2 + 0x38) + 0x10" (pointer_expression "**(long **)(param_2 + 0x38)" * (pointer_expression "*(long **)(param_2 + 0x38)" * (cast_expression "(long **)(param_2 + 0x38)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x38)" ( (binary_expression "param_2 + 0x38" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "()" ( ))))) ;) (expression_statement "local_38 = local_28;" (assignment_expression "local_38 = local_28" identifier = identifier) ;) (expression_statement "FUN_001665c0(&local_38,"Read_member ");" (call_expression "FUN_001665c0(&local_38,"Read_member ")" identifier (argument_list "(&local_38,"Read_member ")" ( (pointer_expression "&local_38" & identifier) , (string_literal ""Read_member "" " string_content ") ))) ;) (expression_statement "sVar2 = strlen(__s);" (assignment_expression "sVar2 = strlen(__s)" identifier = (call_expression "strlen(__s)" identifier (argument_list "(__s)" ( identifier )))) ;) (if_statement "if (sVar2 <= 0x7fffffffffffffffU - local_30) {\n /* try { // try from 0024163b to 002416ae has its CatchHandler @ 002416af */\n plVar3 = (long *)FUN_002e2ee0(&local_38,__s,sVar2);\n *param_1 = (long)(param_1 + 2);\n if ((long *)*plVar3 == plVar3 + 2) {\n lVar1 = plVar3[3];\n param_1[2] = plVar3[2];\n param_1[3] = lVar1;\n }\n else {\n *param_1 = *plVar3;\n param_1[2] = plVar3[2];\n }\n param_1[1] = plVar3[1];\n *plVar3 = (long)(plVar3 + 2);\n plVar3[1] = 0;\n *(undefined1 *)(plVar3 + 2) = 0;\n if (local_38 != local_28) {\n FUN_002dac60();\n }\n return param_1;\n }" if (parenthesized_expression "(sVar2 <= 0x7fffffffffffffffU - local_30)" ( (binary_expression "sVar2 <= 0x7fffffffffffffffU - local_30" identifier <= (binary_expression "0x7fffffffffffffffU - local_30" number_literal - identifier)) )) (compound_statement "{\n /* try { // try from 0024163b to 002416ae has its CatchHandler @ 002416af */\n plVar3 = (long *)FUN_002e2ee0(&local_38,__s,sVar2);\n *param_1 = (long)(param_1 + 2);\n if ((long *)*plVar3 == plVar3 + 2) {\n lVar1 = plVar3[3];\n param_1[2] = plVar3[2];\n param_1[3] = lVar1;\n }\n else {\n *param_1 = *plVar3;\n param_1[2] = plVar3[2];\n }\n param_1[1] = plVar3[1];\n *plVar3 = (long)(plVar3 + 2);\n plVar3[1] = 0;\n *(undefined1 *)(plVar3 + 2) = 0;\n if (local_38 != local_28) {\n FUN_002dac60();\n }\n return param_1;\n }" { comment (expression_statement "plVar3 = (long *)FUN_002e2ee0(&local_38,__s,sVar2);" (assignment_expression "plVar3 = (long *)FUN_002e2ee0(&local_38,__s,sVar2)" identifier = (cast_expression "(long *)FUN_002e2ee0(&local_38,__s,sVar2)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002e2ee0(&local_38,__s,sVar2)" identifier (argument_list "(&local_38,__s,sVar2)" ( (pointer_expression "&local_38" & identifier) , identifier , identifier ))))) ;) (expression_statement "*param_1 = (long)(param_1 + 2);" (assignment_expression "*param_1 = (long)(param_1 + 2)" (pointer_expression "*param_1" * identifier) = (cast_expression "(long)(param_1 + 2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) (if_statement "if ((long *)*plVar3 == plVar3 + 2) {\n lVar1 = plVar3[3];\n param_1[2] = plVar3[2];\n param_1[3] = lVar1;\n }\n else {\n *param_1 = *plVar3;\n param_1[2] = plVar3[2];\n }" if (parenthesized_expression "((long *)*plVar3 == plVar3 + 2)" ( (binary_expression "(long *)*plVar3 == plVar3 + 2" (cast_expression "(long *)*plVar3" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar3" * identifier)) == (binary_expression "plVar3 + 2" identifier + number_literal)) )) (compound_statement "{\n lVar1 = plVar3[3];\n param_1[2] = plVar3[2];\n param_1[3] = lVar1;\n }" { (expression_statement "lVar1 = plVar3[3];" (assignment_expression "lVar1 = plVar3[3]" identifier = (subscript_expression "plVar3[3]" identifier [ number_literal ])) ;) (expression_statement "param_1[2] = plVar3[2];" (assignment_expression "param_1[2] = plVar3[2]" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (subscript_expression "plVar3[2]" identifier [ number_literal ])) ;) (expression_statement "param_1[3] = lVar1;" (assignment_expression "param_1[3] = lVar1" (subscript_expression "param_1[3]" identifier [ number_literal ]) = identifier) ;) }) (else_clause "else {\n *param_1 = *plVar3;\n param_1[2] = plVar3[2];\n }" else (compound_statement "{\n *param_1 = *plVar3;\n param_1[2] = plVar3[2];\n }" { (expression_statement "*param_1 = *plVar3;" (assignment_expression "*param_1 = *plVar3" (pointer_expression "*param_1" * identifier) = (pointer_expression "*plVar3" * identifier)) ;) (expression_statement "param_1[2] = plVar3[2];" (assignment_expression "param_1[2] = plVar3[2]" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (subscript_expression "plVar3[2]" identifier [ number_literal ])) ;) }))) (expression_statement "param_1[1] = plVar3[1];" (assignment_expression "param_1[1] = plVar3[1]" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (subscript_expression "plVar3[1]" identifier [ number_literal ])) ;) (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) )))) ;) (expression_statement "plVar3[1] = 0;" (assignment_expression "plVar3[1] = 0" (subscript_expression "plVar3[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined1 *)(plVar3 + 2) = 0;" (assignment_expression "*(undefined1 *)(plVar3 + 2) = 0" (pointer_expression "*(undefined1 *)(plVar3 + 2)" * (cast_expression "(undefined1 *)(plVar3 + 2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar3 + 2)" ( (binary_expression "plVar3 + 2" identifier + number_literal) )))) = number_literal) ;) (if_statement "if (local_38 != local_28) {\n FUN_002dac60();\n }" if (parenthesized_expression "(local_38 != local_28)" ( (binary_expression "local_38 != local_28" identifier != identifier) )) (compound_statement "{\n FUN_002dac60();\n }" { (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" identifier (argument_list "()" ( ))) ;) })) (return_statement "return param_1;" return identifier ;) })) comment (expression_statement "FUN_00319590("basic_string::append");" (call_expression "FUN_00319590("basic_string::append")" identifier (argument_list "("basic_string::append")" ( (string_literal ""basic_string::append"" " string_content ") ))) ;) }))) | (translation_unit "/* DWARF original prototype: string get_name(Read_member * this) */\n\nstring * __thiscall gold::Read_member::get_name(string *__return_storage_ptr__,Read_member *this)\n\n{\n long lVar1;\n int iVar2;\n undefined4 extraout_var;\n size_t sVar3;\n long *plVar4;\n basic_string<char,_std::char_traits<char>,_std::allocator<char>_> local_38;\n \n iVar2 = (*this->input_reader_->_vptr_Input_reader[2])();\n local_38._M_dataplus._M_p = (pointer)&local_38.field_2;\n std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>(&local_38,"Read_member ");\n sVar3 = strlen((char *)CONCAT44(extraout_var,iVar2));\n if (sVar3 <= 0x7fffffffffffffff - local_38._M_string_length) {\n /* try { // try from 0024163b to 002416ae has its CatchHandler @ 002416af */\n plVar4 = (long *)std::string::_M_append\n ((string *)&local_38,(char *)CONCAT44(extraout_var,iVar2),sVar3);\n (__return_storage_ptr__->_M_dataplus)._M_p = (pointer)&__return_storage_ptr__->field_2;\n if ((long *)*plVar4 == plVar4 + 2) {\n lVar1 = plVar4[3];\n (__return_storage_ptr__->field_2)._M_allocated_capacity = plVar4[2];\n *(long *)((long)&__return_storage_ptr__->field_2 + 8) = lVar1;\n }\n else {\n (__return_storage_ptr__->_M_dataplus)._M_p = (pointer)*plVar4;\n (__return_storage_ptr__->field_2)._M_allocated_capacity = plVar4[2];\n }\n __return_storage_ptr__->_M_string_length = plVar4[1];\n *plVar4 = (long)(plVar4 + 2);\n plVar4[1] = 0;\n *(undefined1 *)(plVar4 + 2) = 0;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_38._M_dataplus._M_p != &local_38.field_2) {\n operator_delete(local_38._M_dataplus._M_p);\n }\n return __return_storage_ptr__;\n }\n /* WARNING: Subroutine does not return */\n std::__throw_length_error("basic_string::append");\n}\n\n" comment (ERROR "string * __thiscall gold::Read_member::get_name(string *__return_storage_ptr__,Read_member *this)" (binary_expression "string * __thiscall gold::Read_member::get_name(string *__return_storage_ptr__,Read_member *this" (binary_expression "string * __thiscall gold::Read_member::get_name(string *__return_storage_ptr__" (binary_expression "string * __thiscall" identifier * identifier) (ERROR "gold::Read_member::get_name(string" identifier : : identifier : : identifier ( identifier) * identifier) (ERROR ",Read_member" , identifier) * identifier) )) (compound_statement "{\n long lVar1;\n int iVar2;\n undefined4 extraout_var;\n size_t sVar3;\n long *plVar4;\n basic_string<char,_std::char_traits<char>,_std::allocator<char>_> local_38;\n \n iVar2 = (*this->input_reader_->_vptr_Input_reader[2])();\n local_38._M_dataplus._M_p = (pointer)&local_38.field_2;\n std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>(&local_38,"Read_member ");\n sVar3 = strlen((char *)CONCAT44(extraout_var,iVar2));\n if (sVar3 <= 0x7fffffffffffffff - local_38._M_string_length) {\n /* try { // try from 0024163b to 002416ae has its CatchHandler @ 002416af */\n plVar4 = (long *)std::string::_M_append\n ((string *)&local_38,(char *)CONCAT44(extraout_var,iVar2),sVar3);\n (__return_storage_ptr__->_M_dataplus)._M_p = (pointer)&__return_storage_ptr__->field_2;\n if ((long *)*plVar4 == plVar4 + 2) {\n lVar1 = plVar4[3];\n (__return_storage_ptr__->field_2)._M_allocated_capacity = plVar4[2];\n *(long *)((long)&__return_storage_ptr__->field_2 + 8) = lVar1;\n }\n else {\n (__return_storage_ptr__->_M_dataplus)._M_p = (pointer)*plVar4;\n (__return_storage_ptr__->field_2)._M_allocated_capacity = plVar4[2];\n }\n __return_storage_ptr__->_M_string_length = plVar4[1];\n *plVar4 = (long)(plVar4 + 2);\n plVar4[1] = 0;\n *(undefined1 *)(plVar4 + 2) = 0;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_38._M_dataplus._M_p != &local_38.field_2) {\n operator_delete(local_38._M_dataplus._M_p);\n }\n return __return_storage_ptr__;\n }\n /* WARNING: Subroutine does not return */\n std::__throw_length_error("basic_string::append");\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "undefined4 extraout_var;" type_identifier identifier ;) (declaration "size_t sVar3;" primitive_type identifier ;) (declaration "long *plVar4;" (sized_type_specifier "long" long) (pointer_declarator "*plVar4" * identifier) ;) (ERROR "basic_string<char,_std::char_traits<char>,_std::" (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (expression_statement "allocator<char>_> local_38;" (binary_expression "allocator<char>_> local_38" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) ;) (expression_statement "iVar2 = (*this->input_reader_->_vptr_Input_reader[2])();" (assignment_expression "iVar2 = (*this->input_reader_->_vptr_Input_reader[2])()" identifier = (call_expression "(*this->input_reader_->_vptr_Input_reader[2])()" (parenthesized_expression "(*this->input_reader_->_vptr_Input_reader[2])" ( (pointer_expression "*this->input_reader_->_vptr_Input_reader[2]" * (subscript_expression "this->input_reader_->_vptr_Input_reader[2]" (field_expression "this->input_reader_->_vptr_Input_reader" (field_expression "this->input_reader_" identifier -> field_identifier) -> field_identifier) [ number_literal ])) )) (argument_list "()" ( )))) ;) (expression_statement "local_38._M_dataplus._M_p = (pointer)&local_38.field_2;" (assignment_expression "local_38._M_dataplus._M_p = (pointer)&local_38.field_2" (field_expression "local_38._M_dataplus._M_p" (field_expression "local_38._M_dataplus" identifier . field_identifier) . field_identifier) = (binary_expression "(pointer)&local_38.field_2" (parenthesized_expression "(pointer)" ( identifier )) & (field_expression "local_38.field_2" identifier . field_identifier))) ;) (labeled_statement "std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>(&local_38,"Read_member ");" 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_38,"Read_member ");" (binary_expression "_M_construct<char_const*>(&local_38,"Read_member ")" (binary_expression "_M_construct<char_const" identifier < identifier) (ERROR "*" *) > (parenthesized_expression "(&local_38,"Read_member ")" ( (comma_expression "&local_38,"Read_member "" (pointer_expression "&local_38" & identifier) , (string_literal ""Read_member "" " string_content ")) ))) ;)) (expression_statement "sVar3 = strlen((char *)CONCAT44(extraout_var,iVar2));" (assignment_expression "sVar3 = strlen((char *)CONCAT44(extraout_var,iVar2))" identifier = (call_expression "strlen((char *)CONCAT44(extraout_var,iVar2))" identifier (argument_list "((char *)CONCAT44(extraout_var,iVar2))" ( (cast_expression "(char *)CONCAT44(extraout_var,iVar2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT44(extraout_var,iVar2)" identifier (argument_list "(extraout_var,iVar2)" ( identifier , identifier )))) )))) ;) (if_statement "if (sVar3 <= 0x7fffffffffffffff - local_38._M_string_length) {\n /* try { // try from 0024163b to 002416ae has its CatchHandler @ 002416af */\n plVar4 = (long *)std::string::_M_append\n ((string *)&local_38,(char *)CONCAT44(extraout_var,iVar2),sVar3);\n (__return_storage_ptr__->_M_dataplus)._M_p = (pointer)&__return_storage_ptr__->field_2;\n if ((long *)*plVar4 == plVar4 + 2) {\n lVar1 = plVar4[3];\n (__return_storage_ptr__->field_2)._M_allocated_capacity = plVar4[2];\n *(long *)((long)&__return_storage_ptr__->field_2 + 8) = lVar1;\n }\n else {\n (__return_storage_ptr__->_M_dataplus)._M_p = (pointer)*plVar4;\n (__return_storage_ptr__->field_2)._M_allocated_capacity = plVar4[2];\n }\n __return_storage_ptr__->_M_string_length = plVar4[1];\n *plVar4 = (long)(plVar4 + 2);\n plVar4[1] = 0;\n *(undefined1 *)(plVar4 + 2) = 0;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_38._M_dataplus._M_p != &local_38.field_2) {\n operator_delete(local_38._M_dataplus._M_p);\n }\n return __return_storage_ptr__;\n }" if (parenthesized_expression "(sVar3 <= 0x7fffffffffffffff - local_38._M_string_length)" ( (binary_expression "sVar3 <= 0x7fffffffffffffff - local_38._M_string_length" identifier <= (binary_expression "0x7fffffffffffffff - local_38._M_string_length" number_literal - (field_expression "local_38._M_string_length" identifier . field_identifier))) )) (compound_statement "{\n /* try { // try from 0024163b to 002416ae has its CatchHandler @ 002416af */\n plVar4 = (long *)std::string::_M_append\n ((string *)&local_38,(char *)CONCAT44(extraout_var,iVar2),sVar3);\n (__return_storage_ptr__->_M_dataplus)._M_p = (pointer)&__return_storage_ptr__->field_2;\n if ((long *)*plVar4 == plVar4 + 2) {\n lVar1 = plVar4[3];\n (__return_storage_ptr__->field_2)._M_allocated_capacity = plVar4[2];\n *(long *)((long)&__return_storage_ptr__->field_2 + 8) = lVar1;\n }\n else {\n (__return_storage_ptr__->_M_dataplus)._M_p = (pointer)*plVar4;\n (__return_storage_ptr__->field_2)._M_allocated_capacity = plVar4[2];\n }\n __return_storage_ptr__->_M_string_length = plVar4[1];\n *plVar4 = (long)(plVar4 + 2);\n plVar4[1] = 0;\n *(undefined1 *)(plVar4 + 2) = 0;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_38._M_dataplus._M_p != &local_38.field_2) {\n operator_delete(local_38._M_dataplus._M_p);\n }\n return __return_storage_ptr__;\n }" { comment (ERROR "plVar4 = (long *)std::" (assignment_expression "plVar4 = (long *)std" identifier = (cast_expression "(long *)std" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) : :) (labeled_statement "string::_M_append\n ((string *)&local_38,(char *)CONCAT44(extraout_var,iVar2),sVar3);" statement_identifier : (ERROR ":" :) (expression_statement "_M_append\n ((string *)&local_38,(char *)CONCAT44(extraout_var,iVar2),sVar3);" (call_expression "_M_append\n ((string *)&local_38,(char *)CONCAT44(extraout_var,iVar2),sVar3)" identifier (argument_list "((string *)&local_38,(char *)CONCAT44(extraout_var,iVar2),sVar3)" ( (cast_expression "(string *)&local_38" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&local_38" & identifier)) , (cast_expression "(char *)CONCAT44(extraout_var,iVar2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT44(extraout_var,iVar2)" identifier (argument_list "(extraout_var,iVar2)" ( identifier , identifier )))) , identifier ))) ;)) (expression_statement "(__return_storage_ptr__->_M_dataplus)._M_p = (pointer)&__return_storage_ptr__->field_2;" (assignment_expression "(__return_storage_ptr__->_M_dataplus)._M_p = (pointer)&__return_storage_ptr__->field_2" (field_expression "(__return_storage_ptr__->_M_dataplus)._M_p" (parenthesized_expression "(__return_storage_ptr__->_M_dataplus)" ( (field_expression "__return_storage_ptr__->_M_dataplus" identifier -> field_identifier) )) . field_identifier) = (binary_expression "(pointer)&__return_storage_ptr__->field_2" (parenthesized_expression "(pointer)" ( identifier )) & (field_expression "__return_storage_ptr__->field_2" identifier -> field_identifier))) ;) (if_statement "if ((long *)*plVar4 == plVar4 + 2) {\n lVar1 = plVar4[3];\n (__return_storage_ptr__->field_2)._M_allocated_capacity = plVar4[2];\n *(long *)((long)&__return_storage_ptr__->field_2 + 8) = lVar1;\n }\n else {\n (__return_storage_ptr__->_M_dataplus)._M_p = (pointer)*plVar4;\n (__return_storage_ptr__->field_2)._M_allocated_capacity = plVar4[2];\n }" if (parenthesized_expression "((long *)*plVar4 == plVar4 + 2)" ( (binary_expression "(long *)*plVar4 == plVar4 + 2" (cast_expression "(long *)*plVar4" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar4" * identifier)) == (binary_expression "plVar4 + 2" identifier + number_literal)) )) (compound_statement "{\n lVar1 = plVar4[3];\n (__return_storage_ptr__->field_2)._M_allocated_capacity = plVar4[2];\n *(long *)((long)&__return_storage_ptr__->field_2 + 8) = lVar1;\n }" { (expression_statement "lVar1 = plVar4[3];" (assignment_expression "lVar1 = plVar4[3]" identifier = (subscript_expression "plVar4[3]" identifier [ number_literal ])) ;) (expression_statement "(__return_storage_ptr__->field_2)._M_allocated_capacity = plVar4[2];" (assignment_expression "(__return_storage_ptr__->field_2)._M_allocated_capacity = plVar4[2]" (field_expression "(__return_storage_ptr__->field_2)._M_allocated_capacity" (parenthesized_expression "(__return_storage_ptr__->field_2)" ( (field_expression "__return_storage_ptr__->field_2" identifier -> field_identifier) )) . field_identifier) = (subscript_expression "plVar4[2]" identifier [ number_literal ])) ;) (expression_statement "*(long *)((long)&__return_storage_ptr__->field_2 + 8) = lVar1;" (assignment_expression "*(long *)((long)&__return_storage_ptr__->field_2 + 8) = lVar1" (pointer_expression "*(long *)((long)&__return_storage_ptr__->field_2 + 8)" * (cast_expression "(long *)((long)&__return_storage_ptr__->field_2 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&__return_storage_ptr__->field_2 + 8)" ( (binary_expression "(long)&__return_storage_ptr__->field_2 + 8" (cast_expression "(long)&__return_storage_ptr__->field_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&__return_storage_ptr__->field_2" & (field_expression "__return_storage_ptr__->field_2" identifier -> field_identifier))) + number_literal) )))) = identifier) ;) }) (else_clause "else {\n (__return_storage_ptr__->_M_dataplus)._M_p = (pointer)*plVar4;\n (__return_storage_ptr__->field_2)._M_allocated_capacity = plVar4[2];\n }" else (compound_statement "{\n (__return_storage_ptr__->_M_dataplus)._M_p = (pointer)*plVar4;\n (__return_storage_ptr__->field_2)._M_allocated_capacity = plVar4[2];\n }" { (expression_statement "(__return_storage_ptr__->_M_dataplus)._M_p = (pointer)*plVar4;" (assignment_expression "(__return_storage_ptr__->_M_dataplus)._M_p = (pointer)*plVar4" (field_expression "(__return_storage_ptr__->_M_dataplus)._M_p" (parenthesized_expression "(__return_storage_ptr__->_M_dataplus)" ( (field_expression "__return_storage_ptr__->_M_dataplus" identifier -> field_identifier) )) . field_identifier) = (binary_expression "(pointer)*plVar4" (parenthesized_expression "(pointer)" ( identifier )) * identifier)) ;) (expression_statement "(__return_storage_ptr__->field_2)._M_allocated_capacity = plVar4[2];" (assignment_expression "(__return_storage_ptr__->field_2)._M_allocated_capacity = plVar4[2]" (field_expression "(__return_storage_ptr__->field_2)._M_allocated_capacity" (parenthesized_expression "(__return_storage_ptr__->field_2)" ( (field_expression "__return_storage_ptr__->field_2" identifier -> field_identifier) )) . field_identifier) = (subscript_expression "plVar4[2]" identifier [ number_literal ])) ;) }))) (expression_statement "__return_storage_ptr__->_M_string_length = plVar4[1];" (assignment_expression "__return_storage_ptr__->_M_string_length = plVar4[1]" (field_expression "__return_storage_ptr__->_M_string_length" identifier -> field_identifier) = (subscript_expression "plVar4[1]" identifier [ number_literal ])) ;) (expression_statement "*plVar4 = (long)(plVar4 + 2);" (assignment_expression "*plVar4 = (long)(plVar4 + 2)" (pointer_expression "*plVar4" * identifier) = (cast_expression "(long)(plVar4 + 2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(plVar4 + 2)" ( (binary_expression "plVar4 + 2" identifier + number_literal) )))) ;) (expression_statement "plVar4[1] = 0;" (assignment_expression "plVar4[1] = 0" (subscript_expression "plVar4[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined1 *)(plVar4 + 2) = 0;" (assignment_expression "*(undefined1 *)(plVar4 + 2) = 0" (pointer_expression "*(undefined1 *)(plVar4 + 2)" * (cast_expression "(undefined1 *)(plVar4 + 2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar4 + 2)" ( (binary_expression "plVar4 + 2" identifier + number_literal) )))) = number_literal) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_38._M_dataplus._M_p != &local_38.field_2) {\n operator_delete(local_38._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 *)local_38._M_dataplus._M_p != &local_38.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_38._M_dataplus._M_p != &local_38.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 *)local_38._M_dataplus._M_p != &local_38.field_2" (binary_expression "allocator<char>_>_9\n *)local_38._M_dataplus._M_p" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)local_38._M_dataplus._M_p" identifier * (ERROR ")" )) (field_expression "local_38._M_dataplus._M_p" (field_expression "local_38._M_dataplus" identifier . field_identifier) . field_identifier))) != (pointer_expression "&local_38.field_2" & (field_expression "local_38.field_2" identifier . field_identifier))) )) )) (compound_statement "{\n operator_delete(local_38._M_dataplus._M_p);\n }" { (expression_statement "operator_delete(local_38._M_dataplus._M_p);" (call_expression "operator_delete(local_38._M_dataplus._M_p)" identifier (argument_list "(local_38._M_dataplus._M_p)" ( (field_expression "local_38._M_dataplus._M_p" (field_expression "local_38._M_dataplus" identifier . field_identifier) . field_identifier) ))) ;) })) (return_statement "return __return_storage_ptr__;" return identifier ;) })) comment (labeled_statement "std::__throw_length_error("basic_string::append");" statement_identifier : (ERROR ":" :) (expression_statement "__throw_length_error("basic_string::append");" (call_expression "__throw_length_error("basic_string::append")" identifier (argument_list "("basic_string::append")" ( (string_literal ""basic_string::append"" " string_content ") ))) ;)) })) | (translation_unit "long * FUN_002415e0(long *param_1,long param_2)\n\n{\n long lVar1;\n char *__s;\n size_t sVar2;\n long *plVar3;\n undefined1 *local_38;\n long local_30;\n undefined1 local_28 [16];\n \n __s = (char *)(**(code **)(**(long **)(param_2 + 0x38) + 0x10))();\n local_38 = local_28;\n FUN_001665c0(&local_38,"Read_member ");\n sVar2 = strlen(__s);\n if (sVar2 <= 0x7fffffffffffffffU - local_30) {\n \n plVar3 = (long *)FUN_002e2ee0(&local_38,__s,sVar2);\n *param_1 = (long)(param_1 + 2);\n if ((long *)*plVar3 == plVar3 + 2) {\n lVar1 = plVar3[3];\n param_1[2] = plVar3[2];\n param_1[3] = lVar1;\n }\n else {\n *param_1 = *plVar3;\n param_1[2] = plVar3[2];\n }\n param_1[1] = plVar3[1];\n *plVar3 = (long)(plVar3 + 2);\n plVar3[1] = 0;\n *(undefined1 *)(plVar3 + 2) = 0;\n if (local_38 != local_28) {\n FUN_002dac60();\n }\n return param_1;\n }\n \n FUN_00319590("basic_string::append");\n}\n\n" (function_definition "long * FUN_002415e0(long *param_1,long param_2)\n\n{\n long lVar1;\n char *__s;\n size_t sVar2;\n long *plVar3;\n undefined1 *local_38;\n long local_30;\n undefined1 local_28 [16];\n \n __s = (char *)(**(code **)(**(long **)(param_2 + 0x38) + 0x10))();\n local_38 = local_28;\n FUN_001665c0(&local_38,"Read_member ");\n sVar2 = strlen(__s);\n if (sVar2 <= 0x7fffffffffffffffU - local_30) {\n \n plVar3 = (long *)FUN_002e2ee0(&local_38,__s,sVar2);\n *param_1 = (long)(param_1 + 2);\n if ((long *)*plVar3 == plVar3 + 2) {\n lVar1 = plVar3[3];\n param_1[2] = plVar3[2];\n param_1[3] = lVar1;\n }\n else {\n *param_1 = *plVar3;\n param_1[2] = plVar3[2];\n }\n param_1[1] = plVar3[1];\n *plVar3 = (long)(plVar3 + 2);\n plVar3[1] = 0;\n *(undefined1 *)(plVar3 + 2) = 0;\n if (local_38 != local_28) {\n FUN_002dac60();\n }\n return param_1;\n }\n \n FUN_00319590("basic_string::append");\n}" (sized_type_specifier "long" long) (pointer_declarator "* FUN_002415e0(long *param_1,long param_2)" * (function_declarator "FUN_002415e0(long *param_1,long param_2)" identifier (parameter_list "(long *param_1,long param_2)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) )))) (compound_statement "{\n long lVar1;\n char *__s;\n size_t sVar2;\n long *plVar3;\n undefined1 *local_38;\n long local_30;\n undefined1 local_28 [16];\n \n __s = (char *)(**(code **)(**(long **)(param_2 + 0x38) + 0x10))();\n local_38 = local_28;\n FUN_001665c0(&local_38,"Read_member ");\n sVar2 = strlen(__s);\n if (sVar2 <= 0x7fffffffffffffffU - local_30) {\n \n plVar3 = (long *)FUN_002e2ee0(&local_38,__s,sVar2);\n *param_1 = (long)(param_1 + 2);\n if ((long *)*plVar3 == plVar3 + 2) {\n lVar1 = plVar3[3];\n param_1[2] = plVar3[2];\n param_1[3] = lVar1;\n }\n else {\n *param_1 = *plVar3;\n param_1[2] = plVar3[2];\n }\n param_1[1] = plVar3[1];\n *plVar3 = (long)(plVar3 + 2);\n plVar3[1] = 0;\n *(undefined1 *)(plVar3 + 2) = 0;\n if (local_38 != local_28) {\n FUN_002dac60();\n }\n return param_1;\n }\n \n FUN_00319590("basic_string::append");\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "size_t sVar2;" primitive_type identifier ;) (declaration "long *plVar3;" (sized_type_specifier "long" long) (pointer_declarator "*plVar3" * identifier) ;) (declaration "undefined1 *local_38;" type_identifier (pointer_declarator "*local_38" * identifier) ;) (declaration "long local_30;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 local_28 [16];" type_identifier (array_declarator "local_28 [16]" identifier [ number_literal ]) ;) (expression_statement "__s = (char *)(**(code **)(**(long **)(param_2 + 0x38) + 0x10))();" (assignment_expression "__s = (char *)(**(code **)(**(long **)(param_2 + 0x38) + 0x10))()" identifier = (cast_expression "(char *)(**(code **)(**(long **)(param_2 + 0x38) + 0x10))()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(**(code **)(**(long **)(param_2 + 0x38) + 0x10))()" (parenthesized_expression "(**(code **)(**(long **)(param_2 + 0x38) + 0x10))" ( (pointer_expression "**(code **)(**(long **)(param_2 + 0x38) + 0x10)" * (pointer_expression "*(code **)(**(long **)(param_2 + 0x38) + 0x10)" * (cast_expression "(code **)(**(long **)(param_2 + 0x38) + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_2 + 0x38) + 0x10)" ( (binary_expression "**(long **)(param_2 + 0x38) + 0x10" (pointer_expression "**(long **)(param_2 + 0x38)" * (pointer_expression "*(long **)(param_2 + 0x38)" * (cast_expression "(long **)(param_2 + 0x38)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x38)" ( (binary_expression "param_2 + 0x38" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "()" ( ))))) ;) (expression_statement "local_38 = local_28;" (assignment_expression "local_38 = local_28" identifier = identifier) ;) (expression_statement "FUN_001665c0(&local_38,"Read_member ");" (call_expression "FUN_001665c0(&local_38,"Read_member ")" identifier (argument_list "(&local_38,"Read_member ")" ( (pointer_expression "&local_38" & identifier) , (string_literal ""Read_member "" " string_content ") ))) ;) (expression_statement "sVar2 = strlen(__s);" (assignment_expression "sVar2 = strlen(__s)" identifier = (call_expression "strlen(__s)" identifier (argument_list "(__s)" ( identifier )))) ;) (if_statement "if (sVar2 <= 0x7fffffffffffffffU - local_30) {\n \n plVar3 = (long *)FUN_002e2ee0(&local_38,__s,sVar2);\n *param_1 = (long)(param_1 + 2);\n if ((long *)*plVar3 == plVar3 + 2) {\n lVar1 = plVar3[3];\n param_1[2] = plVar3[2];\n param_1[3] = lVar1;\n }\n else {\n *param_1 = *plVar3;\n param_1[2] = plVar3[2];\n }\n param_1[1] = plVar3[1];\n *plVar3 = (long)(plVar3 + 2);\n plVar3[1] = 0;\n *(undefined1 *)(plVar3 + 2) = 0;\n if (local_38 != local_28) {\n FUN_002dac60();\n }\n return param_1;\n }" if (parenthesized_expression "(sVar2 <= 0x7fffffffffffffffU - local_30)" ( (binary_expression "sVar2 <= 0x7fffffffffffffffU - local_30" identifier <= (binary_expression "0x7fffffffffffffffU - local_30" number_literal - identifier)) )) (compound_statement "{\n \n plVar3 = (long *)FUN_002e2ee0(&local_38,__s,sVar2);\n *param_1 = (long)(param_1 + 2);\n if ((long *)*plVar3 == plVar3 + 2) {\n lVar1 = plVar3[3];\n param_1[2] = plVar3[2];\n param_1[3] = lVar1;\n }\n else {\n *param_1 = *plVar3;\n param_1[2] = plVar3[2];\n }\n param_1[1] = plVar3[1];\n *plVar3 = (long)(plVar3 + 2);\n plVar3[1] = 0;\n *(undefined1 *)(plVar3 + 2) = 0;\n if (local_38 != local_28) {\n FUN_002dac60();\n }\n return param_1;\n }" { (expression_statement "plVar3 = (long *)FUN_002e2ee0(&local_38,__s,sVar2);" (assignment_expression "plVar3 = (long *)FUN_002e2ee0(&local_38,__s,sVar2)" identifier = (cast_expression "(long *)FUN_002e2ee0(&local_38,__s,sVar2)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002e2ee0(&local_38,__s,sVar2)" identifier (argument_list "(&local_38,__s,sVar2)" ( (pointer_expression "&local_38" & identifier) , identifier , identifier ))))) ;) (expression_statement "*param_1 = (long)(param_1 + 2);" (assignment_expression "*param_1 = (long)(param_1 + 2)" (pointer_expression "*param_1" * identifier) = (cast_expression "(long)(param_1 + 2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) (if_statement "if ((long *)*plVar3 == plVar3 + 2) {\n lVar1 = plVar3[3];\n param_1[2] = plVar3[2];\n param_1[3] = lVar1;\n }\n else {\n *param_1 = *plVar3;\n param_1[2] = plVar3[2];\n }" if (parenthesized_expression "((long *)*plVar3 == plVar3 + 2)" ( (binary_expression "(long *)*plVar3 == plVar3 + 2" (cast_expression "(long *)*plVar3" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar3" * identifier)) == (binary_expression "plVar3 + 2" identifier + number_literal)) )) (compound_statement "{\n lVar1 = plVar3[3];\n param_1[2] = plVar3[2];\n param_1[3] = lVar1;\n }" { (expression_statement "lVar1 = plVar3[3];" (assignment_expression "lVar1 = plVar3[3]" identifier = (subscript_expression "plVar3[3]" identifier [ number_literal ])) ;) (expression_statement "param_1[2] = plVar3[2];" (assignment_expression "param_1[2] = plVar3[2]" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (subscript_expression "plVar3[2]" identifier [ number_literal ])) ;) (expression_statement "param_1[3] = lVar1;" (assignment_expression "param_1[3] = lVar1" (subscript_expression "param_1[3]" identifier [ number_literal ]) = identifier) ;) }) (else_clause "else {\n *param_1 = *plVar3;\n param_1[2] = plVar3[2];\n }" else (compound_statement "{\n *param_1 = *plVar3;\n param_1[2] = plVar3[2];\n }" { (expression_statement "*param_1 = *plVar3;" (assignment_expression "*param_1 = *plVar3" (pointer_expression "*param_1" * identifier) = (pointer_expression "*plVar3" * identifier)) ;) (expression_statement "param_1[2] = plVar3[2];" (assignment_expression "param_1[2] = plVar3[2]" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (subscript_expression "plVar3[2]" identifier [ number_literal ])) ;) }))) (expression_statement "param_1[1] = plVar3[1];" (assignment_expression "param_1[1] = plVar3[1]" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (subscript_expression "plVar3[1]" identifier [ number_literal ])) ;) (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) )))) ;) (expression_statement "plVar3[1] = 0;" (assignment_expression "plVar3[1] = 0" (subscript_expression "plVar3[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined1 *)(plVar3 + 2) = 0;" (assignment_expression "*(undefined1 *)(plVar3 + 2) = 0" (pointer_expression "*(undefined1 *)(plVar3 + 2)" * (cast_expression "(undefined1 *)(plVar3 + 2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar3 + 2)" ( (binary_expression "plVar3 + 2" identifier + number_literal) )))) = number_literal) ;) (if_statement "if (local_38 != local_28) {\n FUN_002dac60();\n }" if (parenthesized_expression "(local_38 != local_28)" ( (binary_expression "local_38 != local_28" identifier != identifier) )) (compound_statement "{\n FUN_002dac60();\n }" { (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" identifier (argument_list "()" ( ))) ;) })) (return_statement "return param_1;" return identifier ;) })) (expression_statement "FUN_00319590("basic_string::append");" (call_expression "FUN_00319590("basic_string::append")" identifier (argument_list "("basic_string::append")" ( (string_literal ""basic_string::append"" " string_content ") ))) ;) }))) | (translation_unit (function_definition (sized_type_specifier long) (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) )))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + LIT) ))))) )) (argument_list ( ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (string_literal " string_content ") ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= (binary_expression LIT - IDENT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , IDENT , IDENT ))))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) == (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) }))) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (return_statement return IDENT ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") ))) ;) }))) | (function_definition "long * FUN_002415e0(long *param_1,long param_2)\n\n{\n long lVar1;\n char *__s;\n size_t sVar2;\n long *plVar3;\n undefined1 *local_38;\n long local_30;\n undefined1 local_28 [16];\n \n __s = (char *)(**(code **)(**(long **)(param_2 + 0x38) + 0x10))();\n local_38 = local_28;\n FUN_001665c0(&local_38,"Read_member ");\n sVar2 = strlen(__s);\n if (sVar2 <= 0x7fffffffffffffffU - local_30) {\n \n plVar3 = (long *)FUN_002e2ee0(&local_38,__s,sVar2);\n *param_1 = (long)(param_1 + 2);\n if ((long *)*plVar3 == plVar3 + 2) {\n lVar1 = plVar3[3];\n param_1[2] = plVar3[2];\n param_1[3] = lVar1;\n }\n else {\n *param_1 = *plVar3;\n param_1[2] = plVar3[2];\n }\n param_1[1] = plVar3[1];\n *plVar3 = (long)(plVar3 + 2);\n plVar3[1] = 0;\n *(undefined1 *)(plVar3 + 2) = 0;\n if (local_38 != local_28) {\n FUN_002dac60();\n }\n return param_1;\n }\n \n FUN_00319590("basic_string::append");\n}" (sized_type_specifier "long" (long "long")) (pointer_declarator "* FUN_002415e0(long *param_1,long param_2)" (* "*") (function_declarator "FUN_002415e0(long *param_1,long param_2)" (identifier "FUN_002415e0") (parameter_list "(long *param_1,long param_2)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) () ")")))) (compound_statement "{\n long lVar1;\n char *__s;\n size_t sVar2;\n long *plVar3;\n undefined1 *local_38;\n long local_30;\n undefined1 local_28 [16];\n \n __s = (char *)(**(code **)(**(long **)(param_2 + 0x38) + 0x10))();\n local_38 = local_28;\n FUN_001665c0(&local_38,"Read_member ");\n sVar2 = strlen(__s);\n if (sVar2 <= 0x7fffffffffffffffU - local_30) {\n \n plVar3 = (long *)FUN_002e2ee0(&local_38,__s,sVar2);\n *param_1 = (long)(param_1 + 2);\n if ((long *)*plVar3 == plVar3 + 2) {\n lVar1 = plVar3[3];\n param_1[2] = plVar3[2];\n param_1[3] = lVar1;\n }\n else {\n *param_1 = *plVar3;\n param_1[2] = plVar3[2];\n }\n param_1[1] = plVar3[1];\n *plVar3 = (long)(plVar3 + 2);\n plVar3[1] = 0;\n *(undefined1 *)(plVar3 + 2) = 0;\n if (local_38 != local_28) {\n FUN_002dac60();\n }\n return param_1;\n }\n \n FUN_00319590("basic_string::append");\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "char *__s;" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s")) (; ";")) (declaration "size_t sVar2;" (primitive_type "size_t") (identifier "sVar2") (; ";")) (declaration "long *plVar3;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar3" (* "*") (identifier "plVar3")) (; ";")) (declaration "undefined1 *local_38;" (type_identifier "undefined1") (pointer_declarator "*local_38" (* "*") (identifier "local_38")) (; ";")) (declaration "long local_30;" (sized_type_specifier "long" (long "long")) (identifier "local_30") (; ";")) (declaration "undefined1 local_28 [16];" (type_identifier "undefined1") (array_declarator "local_28 [16]" (identifier "local_28") ([ "[") (number_literal "16") (] "]")) (; ";")) (expression_statement "__s = (char *)(**(code **)(**(long **)(param_2 + 0x38) + 0x10))();" (assignment_expression "__s = (char *)(**(code **)(**(long **)(param_2 + 0x38) + 0x10))()" (identifier "__s") (= "=") (cast_expression "(char *)(**(code **)(**(long **)(param_2 + 0x38) + 0x10))()" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(**(code **)(**(long **)(param_2 + 0x38) + 0x10))()" (parenthesized_expression "(**(code **)(**(long **)(param_2 + 0x38) + 0x10))" (( "(") (pointer_expression "**(code **)(**(long **)(param_2 + 0x38) + 0x10)" (* "*") (pointer_expression "*(code **)(**(long **)(param_2 + 0x38) + 0x10)" (* "*") (cast_expression "(code **)(**(long **)(param_2 + 0x38) + 0x10)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(**(long **)(param_2 + 0x38) + 0x10)" (( "(") (binary_expression "**(long **)(param_2 + 0x38) + 0x10" (pointer_expression "**(long **)(param_2 + 0x38)" (* "*") (pointer_expression "*(long **)(param_2 + 0x38)" (* "*") (cast_expression "(long **)(param_2 + 0x38)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_2 + 0x38)" (( "(") (binary_expression "param_2 + 0x38" (identifier "param_2") (+ "+") (number_literal "0x38")) () ")"))))) (+ "+") (number_literal "0x10")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))))) (; ";")) (expression_statement "local_38 = local_28;" (assignment_expression "local_38 = local_28" (identifier "local_38") (= "=") (identifier "local_28")) (; ";")) (expression_statement "FUN_001665c0(&local_38,"Read_member ");" (call_expression "FUN_001665c0(&local_38,"Read_member ")" (identifier "FUN_001665c0") (argument_list "(&local_38,"Read_member ")" (( "(") (pointer_expression "&local_38" (& "&") (identifier "local_38")) (, ",") (string_literal ""Read_member "" (" """) (string_content "Read_member ") (" """)) () ")"))) (; ";")) (expression_statement "sVar2 = strlen(__s);" (assignment_expression "sVar2 = strlen(__s)" (identifier "sVar2") (= "=") (call_expression "strlen(__s)" (identifier "strlen") (argument_list "(__s)" (( "(") (identifier "__s") () ")")))) (; ";")) (if_statement "if (sVar2 <= 0x7fffffffffffffffU - local_30) {\n \n plVar3 = (long *)FUN_002e2ee0(&local_38,__s,sVar2);\n *param_1 = (long)(param_1 + 2);\n if ((long *)*plVar3 == plVar3 + 2) {\n lVar1 = plVar3[3];\n param_1[2] = plVar3[2];\n param_1[3] = lVar1;\n }\n else {\n *param_1 = *plVar3;\n param_1[2] = plVar3[2];\n }\n param_1[1] = plVar3[1];\n *plVar3 = (long)(plVar3 + 2);\n plVar3[1] = 0;\n *(undefined1 *)(plVar3 + 2) = 0;\n if (local_38 != local_28) {\n FUN_002dac60();\n }\n return param_1;\n }" (if "if") (parenthesized_expression "(sVar2 <= 0x7fffffffffffffffU - local_30)" (( "(") (binary_expression "sVar2 <= 0x7fffffffffffffffU - local_30" (identifier "sVar2") (<= "<=") (binary_expression "0x7fffffffffffffffU - local_30" (number_literal "0x7fffffffffffffffU") (- "-") (identifier "local_30"))) () ")")) (compound_statement "{\n \n plVar3 = (long *)FUN_002e2ee0(&local_38,__s,sVar2);\n *param_1 = (long)(param_1 + 2);\n if ((long *)*plVar3 == plVar3 + 2) {\n lVar1 = plVar3[3];\n param_1[2] = plVar3[2];\n param_1[3] = lVar1;\n }\n else {\n *param_1 = *plVar3;\n param_1[2] = plVar3[2];\n }\n param_1[1] = plVar3[1];\n *plVar3 = (long)(plVar3 + 2);\n plVar3[1] = 0;\n *(undefined1 *)(plVar3 + 2) = 0;\n if (local_38 != local_28) {\n FUN_002dac60();\n }\n return param_1;\n }" ({ "{") (expression_statement "plVar3 = (long *)FUN_002e2ee0(&local_38,__s,sVar2);" (assignment_expression "plVar3 = (long *)FUN_002e2ee0(&local_38,__s,sVar2)" (identifier "plVar3") (= "=") (cast_expression "(long *)FUN_002e2ee0(&local_38,__s,sVar2)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_002e2ee0(&local_38,__s,sVar2)" (identifier "FUN_002e2ee0") (argument_list "(&local_38,__s,sVar2)" (( "(") (pointer_expression "&local_38" (& "&") (identifier "local_38")) (, ",") (identifier "__s") (, ",") (identifier "sVar2") () ")"))))) (; ";")) (expression_statement "*param_1 = (long)(param_1 + 2);" (assignment_expression "*param_1 = (long)(param_1 + 2)" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (cast_expression "(long)(param_1 + 2)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")")))) (; ";")) (if_statement "if ((long *)*plVar3 == plVar3 + 2) {\n lVar1 = plVar3[3];\n param_1[2] = plVar3[2];\n param_1[3] = lVar1;\n }\n else {\n *param_1 = *plVar3;\n param_1[2] = plVar3[2];\n }" (if "if") (parenthesized_expression "((long *)*plVar3 == plVar3 + 2)" (( "(") (binary_expression "(long *)*plVar3 == plVar3 + 2" (cast_expression "(long *)*plVar3" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar3" (* "*") (identifier "plVar3"))) (== "==") (binary_expression "plVar3 + 2" (identifier "plVar3") (+ "+") (number_literal "2"))) () ")")) (compound_statement "{\n lVar1 = plVar3[3];\n param_1[2] = plVar3[2];\n param_1[3] = lVar1;\n }" ({ "{") (expression_statement "lVar1 = plVar3[3];" (assignment_expression "lVar1 = plVar3[3]" (identifier "lVar1") (= "=") (subscript_expression "plVar3[3]" (identifier "plVar3") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "param_1[2] = plVar3[2];" (assignment_expression "param_1[2] = plVar3[2]" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (subscript_expression "plVar3[2]" (identifier "plVar3") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "param_1[3] = lVar1;" (assignment_expression "param_1[3] = lVar1" (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "lVar1")) (; ";")) (} "}")) (else_clause "else {\n *param_1 = *plVar3;\n param_1[2] = plVar3[2];\n }" (else "else") (compound_statement "{\n *param_1 = *plVar3;\n param_1[2] = plVar3[2];\n }" ({ "{") (expression_statement "*param_1 = *plVar3;" (assignment_expression "*param_1 = *plVar3" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "*plVar3" (* "*") (identifier "plVar3"))) (; ";")) (expression_statement "param_1[2] = plVar3[2];" (assignment_expression "param_1[2] = plVar3[2]" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (subscript_expression "plVar3[2]" (identifier "plVar3") ([ "[") (number_literal "2") (] "]"))) (; ";")) (} "}")))) (expression_statement "param_1[1] = plVar3[1];" (assignment_expression "param_1[1] = plVar3[1]" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (subscript_expression "plVar3[1]" (identifier "plVar3") ([ "[") (number_literal "1") (] "]"))) (; ";")) (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")) () ")")))) (; ";")) (expression_statement "plVar3[1] = 0;" (assignment_expression "plVar3[1] = 0" (subscript_expression "plVar3[1]" (identifier "plVar3") ([ "[") (number_literal "1") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined1 *)(plVar3 + 2) = 0;" (assignment_expression "*(undefined1 *)(plVar3 + 2) = 0" (pointer_expression "*(undefined1 *)(plVar3 + 2)" (* "*") (cast_expression "(undefined1 *)(plVar3 + 2)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(plVar3 + 2)" (( "(") (binary_expression "plVar3 + 2" (identifier "plVar3") (+ "+") (number_literal "2")) () ")")))) (= "=") (number_literal "0")) (; ";")) (if_statement "if (local_38 != local_28) {\n FUN_002dac60();\n }" (if "if") (parenthesized_expression "(local_38 != local_28)" (( "(") (binary_expression "local_38 != local_28" (identifier "local_38") (!= "!=") (identifier "local_28")) () ")")) (compound_statement "{\n FUN_002dac60();\n }" ({ "{") (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" (identifier "FUN_002dac60") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}"))) (expression_statement "FUN_00319590("basic_string::append");" (call_expression "FUN_00319590("basic_string::append")" (identifier "FUN_00319590") (argument_list "("basic_string::append")" (( "(") (string_literal ""basic_string::append"" (" """) (string_content "basic_string::append") (" """)) () ")"))) (; ";")) (} "}"))) |
/* DWARF original prototype: string get_name(Read_member * this) */
type_2 * __thiscall gold::Read_member::get_name(type_2 *__return_storage_ptr__,Read_member *this)
{
long lVar1;
int iVar2;
type_1 extraout_var;
size_t var_9;
long *var_11;
basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3> var_4;
iVar2 = (*this->input_reader_->_vptr_Input_reader[2])();
var_4._M_dataplus._M_p = (pointer)&var_4.field_2;
std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>::
var_5<var_6*>(&var_4,"Read_member ");
var_9 = var_7((char *)var_8(extraout_var,iVar2));
if (var_9 <= 0x7fffffffffffffff - var_4._M_string_length) {
/* try { // try from 0024163b to 002416ae has its CatchHandler @ 002416af */
var_11 = (long *)std::string::var_10
((type_2 *)&var_4,(char *)var_8(extraout_var,iVar2),var_9);
(__return_storage_ptr__->_M_dataplus)._M_p = (pointer)&__return_storage_ptr__->field_2;
if ((long *)*var_11 == var_11 + 2) {
lVar1 = var_11[3];
(__return_storage_ptr__->field_2)._M_allocated_capacity = var_11[2];
*(long *)((long)&__return_storage_ptr__->field_2 + 8) = lVar1;
}
else {
(__return_storage_ptr__->_M_dataplus)._M_p = (pointer)*var_11;
(__return_storage_ptr__->field_2)._M_allocated_capacity = var_11[2];
}
__return_storage_ptr__->_M_string_length = var_11[1];
*var_11 = (long)(var_11 + 2);
var_11[1] = 0;
*(type_3 *)(var_11 + 2) = 0;
if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_12
*)var_4._M_dataplus._M_p != &var_4.field_2) {
var_13(var_4._M_dataplus._M_p);
}
return __return_storage_ptr__;
}
/* WARNING: Subroutine does not return */
std::var_14("basic_string::append");
}
| null | (translation_unit (function_definition type: (sized_type_specifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))))) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (string_literal (string_content))))) (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: (binary_expression left: (number_literal) 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: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier) (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (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 (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)))))))) | null |
long * MASKED(long *param_1,long param_2)
{
long lVar1;
char *__s;
size_t sVar2;
long *plVar3;
undefined1 *local_38;
long local_30;
undefined1 local_28 [16];
__s = (char *)(**(code **)(**(long **)(param_2 + 0x38) + 0x10))();
local_38 = local_28;
FUN_001665c0(&local_38,"Read_member ");
sVar2 = strlen(__s);
if (sVar2 <= 0x7fffffffffffffffU - local_30) {
/* try { // try from 0024163b to 002416ae has its CatchHandler @ 002416af */
plVar3 = (long *)FUN_002e2ee0(&local_38,__s,sVar2);
*param_1 = (long)(param_1 + 2);
if ((long *)*plVar3 == plVar3 + 2) {
lVar1 = plVar3[3];
param_1[2] = plVar3[2];
param_1[3] = lVar1;
}
else {
*param_1 = *plVar3;
param_1[2] = plVar3[2];
}
param_1[1] = plVar3[1];
*plVar3 = (long)(plVar3 + 2);
plVar3[1] = 0;
*(undefined1 *)(plVar3 + 2) = 0;
if (local_38 != local_28) {
FUN_002dac60();
}
return param_1;
}
/* WARNING: Subroutine does not return */
FUN_00319590("basic_string::append");
}
|
9515_x86_64-linux-gnu-dwp_and_x86_64-linux-gnu-dwp_strip.c | __xstat64 | __xstat64 |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int __xstat64(int __ver,char *__filename,stat64 *__stat_buf)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __xstat64@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int __xstat64(int __ver,char *__filename,stat64 *__stat_buf)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1205611398')] | [('const-1', u'RETURN_-1205611398')] | null | null | 003cd470 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint __xstat64(int __ver,char *__filename,stat64 *__stat_buf)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int __xstat64(int __ver,char *__filename,stat64 *__stat_buf)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "__xstat64(int __ver,char *__filename,stat64 *__stat_buf)" identifier (parameter_list "(int __ver,char *__filename,stat64 *__stat_buf)" ( (parameter_declaration "int __ver" primitive_type identifier) , (parameter_declaration "char *__filename" primitive_type (pointer_declarator "*__filename" * identifier)) , (parameter_declaration "stat64 *__stat_buf" type_identifier (pointer_declarator "*__stat_buf" * identifier)) ))) (compound_statement "{\n /* 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 __xstat64(int __ver,char *__filename,stat64 *__stat_buf)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __xstat64@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int __xstat64(int __ver,char *__filename,stat64 *__stat_buf)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __xstat64@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "__xstat64(int __ver,char *__filename,stat64 *__stat_buf)" identifier (parameter_list "(int __ver,char *__filename,stat64 *__stat_buf)" ( (parameter_declaration "int __ver" primitive_type identifier) , (parameter_declaration "char *__filename" primitive_type (pointer_declarator "*__filename" * identifier)) , (parameter_declaration "stat64 *__stat_buf" type_identifier (pointer_declarator "*__stat_buf" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __xstat64@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "int __xstat64(int __ver,char *__filename,stat64 *__stat_buf)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int __xstat64(int __ver,char *__filename,stat64 *__stat_buf)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "__xstat64(int __ver,char *__filename,stat64 *__stat_buf)" identifier (parameter_list "(int __ver,char *__filename,stat64 *__stat_buf)" ( (parameter_declaration "int __ver" primitive_type identifier) , (parameter_declaration "char *__filename" primitive_type (pointer_declarator "*__filename" * identifier)) , (parameter_declaration "stat64 *__stat_buf" type_identifier (pointer_declarator "*__stat_buf" * identifier)) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "int __xstat64(int __ver,char *__filename,stat64 *__stat_buf)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "__xstat64(int __ver,char *__filename,stat64 *__stat_buf)" (identifier "__xstat64") (parameter_list "(int __ver,char *__filename,stat64 *__stat_buf)" (( "(") (parameter_declaration "int __ver" (primitive_type "int") (identifier "__ver")) (, ",") (parameter_declaration "char *__filename" (primitive_type "char") (pointer_declarator "*__filename" (* "*") (identifier "__filename"))) (, ",") (parameter_declaration "stat64 *__stat_buf" (type_identifier "stat64") (pointer_declarator "*__stat_buf" (* "*") (identifier "__stat_buf"))) () ")"))) (compound_statement "{\n \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 __ver,char *__filename,type_1 *__stat_buf)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __xstat64@@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: (pointer_declarator 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 __ver,char *__filename,stat64 *__stat_buf)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
141_sparc64-linux-gnu-objdump_and_sparc64-linux-gnu-objdump_strip.c | stab_demangle_v3_arg.cold.9 | caseD_1c |
void stab_demangle_v3_arg_cold_9(void)
{
/* WARNING: Subroutine does not return */
abort();
}
|
void switchD_0012f175::caseD_1c(void)
{
/* WARNING: Subroutine does not return */
abort();
}
| CALL 0x001070a0 | null | null | null | null | [('const-1', u'RETURN_-1206945631')] | [('const-1', u'RETURN_-1206945631')] | null | null | 00107893 | x64 | O2 | (translation_unit "void switchD_0012f175::caseD_1c(void)\n\n{\n /* WARNING: Subroutine does not return */\n abort();\n}\n\n" (function_definition "void switchD_0012f175::caseD_1c(void)\n\n{\n /* WARNING: Subroutine does not return */\n abort();\n}" primitive_type (ERROR "switchD_0012f175::" identifier : :) (function_declarator "caseD_1c(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 stab_demangle_v3_arg_cold_9(void)\n\n{\n /* WARNING: Subroutine does not return */\n abort();\n}\n\n" (function_definition "void stab_demangle_v3_arg_cold_9(void)\n\n{\n /* WARNING: Subroutine does not return */\n abort();\n}" primitive_type (function_declarator "stab_demangle_v3_arg_cold_9(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 switchD_0012f175::caseD_1c(void)\n\n{\n \n abort();\n}\n\n" (function_definition "void switchD_0012f175::caseD_1c(void)\n\n{\n \n abort();\n}" primitive_type (ERROR "switchD_0012f175::" identifier : :) (function_declarator "caseD_1c(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 (ERROR IDENT : :) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void switchD_0012f175::caseD_1c(void)\n\n{\n \n abort();\n}" (primitive_type "void") (ERROR "switchD_0012f175::" (identifier "switchD_0012f175") (: ":") (: ":")) (function_declarator "caseD_1c(void)" (identifier "caseD_1c") (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) (ERROR (identifier)) 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 switchD_0012f175::MASKED(void)
{
/* WARNING: Subroutine does not return */
abort();
}
|
9287_i686-gnu-dwp_and_i686-gnu-dwp_strip.c | ~money_get_shim | FUN_00311680 |
/* std::__facet_shims::(anonymous namespace)::money_get_shim<wchar_t>::~money_get_shim() */
void __thiscall
std::__facet_shims::(anonymous_namespace)::money_get_shim<wchar_t>::~money_get_shim
(money_get_shim<wchar_t> *this)
{
long *plVar1;
long *plVar2;
int iVar3;
bool bVar4;
bVar4 = PTR___pthread_key_create_0043dee8 == (undefined *)0x0;
*(undefined ***)this = &PTR__money_get_shim_0042ea08;
plVar2 = *(long **)(this + 0x10);
if (bVar4) {
iVar3 = (int)plVar2[1];
*(int *)(plVar2 + 1) = iVar3 + -1;
}
else {
LOCK();
plVar1 = plVar2 + 1;
iVar3 = (int)*plVar1;
*(int *)plVar1 = (int)*plVar1 + -1;
UNLOCK();
}
if (iVar3 == 1) {
(**(code **)(*plVar2 + 8))();
}
*(undefined ***)this = &PTR__money_get_0043caf0;
locale::facet::~facet((facet *)this);
operator_delete(this);
return;
}
|
void FUN_00311680(undefined8 *param_1)
{
long *plVar1;
long *plVar2;
int iVar3;
bool bVar4;
bVar4 = PTR___pthread_key_create_0043dee8 == (undefined *)0x0;
*param_1 = &PTR_FUN_0042ea08;
plVar2 = (long *)param_1[2];
if (bVar4) {
iVar3 = (int)plVar2[1];
*(int *)(plVar2 + 1) = iVar3 + -1;
}
else {
LOCK();
plVar1 = plVar2 + 1;
iVar3 = (int)*plVar1;
*(int *)plVar1 = (int)*plVar1 + -1;
UNLOCK();
}
if (iVar3 == 1) {
(**(code **)(*plVar2 + 8))();
}
*param_1 = &PTR_FUN_0043caf0;
FUN_002dc990(param_1);
FUN_002dac60(param_1);
return;
}
| LEA RAX,[0x42ea08]
CMP qword ptr [0x0043dee8],0x0
PUSH RBX
MOV RBX,RDI
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0x10]
JZ 0x003116d0
MOV EAX,0xffffffff
XADD.LOCK dword ptr [RDI + 0x8],EAX
CMP EAX,0x1
JNZ 0x003116b1
MOV RAX,qword ptr [RDI]
CALL qword ptr [RAX + 0x8]
LEA RAX,[0x43cae0]
MOV RDI,RBX
ADD RAX,0x10
MOV qword ptr [RBX],RAX
CALL 0x002dc990
MOV RDI,RBX
POP RBX
JMP 0x002dac60
MOV EAX,dword ptr [RDI + 0x8]
LEA EDX,[RAX + -0x1]
MOV dword ptr [RDI + 0x8],EDX
JMP 0x003116a6 | null | null | null | null | [('const-16', u'PTRADD_-1204939032'), ('tmp_53', u'CBRANCH_-1204939085'), ('tmp_137', u'CBRANCH_-1204939038'), ('const-433', u'LOAD_-1204939071'), (u'INDIRECT_-1204938850', u'MULTIEQUAL_-1204938842'), ('const-433', u'STORE_-1204938997'), (u'STORE_-1204939098', u'INDIRECT_-1204938865'), ('const-0', u'SUBPIECE_-1204938828'), (u'INDIRECT_-1204938811', u'COPY_-1204938870'), ('const-433', u'LOAD_-1204939073'), (u'INT_ADD_-1204938851', u'STORE_-1204938954'), (u'SUBPIECE_-1204938829', u'INT_ADD_-1204939055'), ('const-8', u'PTRADD_-1204938782'), ('const-433', u'STORE_-1204938954'), (u'CALL_-1204938987', u'INDIRECT_-1204938821'), ('tmp_591', u'INT_EQUAL_-1204939112'), (u'PTRSUB_-1204938800', u'STORE_-1204938997'), (u'INT_ADD_-1204939016', u'CAST_-1204938808'), (u'PTRSUB_-1204938845', u'STORE_-1204939098'), ('const-8', u'INT_ADD_-1204939016'), (u'CAST_-1204938835', u'LOAD_-1204939094'), (u'CALLIND_-1204939022', u'INDIRECT_-1204938842'), ('const-0', u'INT_EQUAL_-1204939112'), (u'LOAD_-1204939032', u'CALLIND_-1204939022'), (u'LOAD_-1204939094', u'PTRADD_-1204938830'), ('const-433', u'LOAD_-1204939032'), ('const-0', u'RETURN_-1204938968'), (u'STORE_-1204938954', u'INDIRECT_-1204938795'), ('const-4294967295', u'INT_ADD_-1204938851'), (u'STORE_-1204939067', u'INDIRECT_-1204938850'), (u'INT_EQUAL_-1204939112', u'CBRANCH_-1204939085'), (u'INDIRECT_-1204938795', u'MULTIEQUAL_-1204938842'), ('const-1', u'PTRADD_-1204939032'), ('const-1', u'PTRADD_-1204938782'), ('tmp_255', u'CAST_-1204938790'), ('const-0', u'PTRSUB_-1204938845'), (u'INT_ADD_-1204939055', u'STORE_-1204939067'), ('const-8', u'PTRADD_-1204938775'), (u'CAST_-1204938786', u'CALL_-1204938987'), ('const-4294967295', u'INT_ADD_-1204939055'), ('const-0', u'PTRSUB_-1204938800'), ('tmp_255', u'PTRADD_-1204939032'), ('const-1', u'INT_EQUAL_-1204939041'), ('tmp_255', u'CALL_-1204938972'), (u'LOAD_-1204939094', u'PTRADD_-1204938775'), (u'MULTIEQUAL_-1204938842', u'MULTIEQUAL_-1204938832'), (u'INDIRECT_-1204938842', u'MULTIEQUAL_-1204938832'), ('const-4442864', u'PTRSUB_-1204938800'), ('const-0', u'SUBPIECE_-1204938829'), (u'LOAD_-1204939094', u'LOAD_-1204939038'), ('const-433', u'LOAD_-1204939094'), (u'CAST_-1204938839', u'STORE_-1204939098'), ('const-4385288', u'PTRSUB_-1204938845'), ('const-8', u'PTRADD_-1204938830'), (u'PTRADD_-1204938830', u'CAST_-1204938822'), (u'CAST_-1204938822', u'STORE_-1204939067'), ('const-433', u'LOAD_-1204939038'), (u'LOAD_-1204939071', u'SUBPIECE_-1204938828'), (u'SUBPIECE_-1204938780', u'MULTIEQUAL_-1204938857'), ('tmp_243', u'BRANCH_-1204938949'), ('const-433', u'STORE_-1204939098'), (u'PTRADD_-1204938830', u'LOAD_-1204939071'), (u'STORE_-1204938997', u'INDIRECT_-1204938819'), (u'LOAD_-1204939073', u'SUBPIECE_-1204938829'), (u'PTRADD_-1204938830', u'LOAD_-1204939073'), (u'CAST_-1204938808', u'LOAD_-1204939032'), ('tmp_255', u'CAST_-1204938786'), (u'CALL_-1204938972', u'INDIRECT_-1204938811'), ('const-433', u'LOAD_-1204938969'), ('const-1', u'PTRADD_-1204938830'), (u'INT_EQUAL_-1204939041', u'CBRANCH_-1204939038'), (u'MULTIEQUAL_-1204938857', u'INT_EQUAL_-1204939041'), ('const-433', u'STORE_-1204939067'), (u'LOAD_-1204938969', u'SUBPIECE_-1204938780'), ('const-1', u'PTRADD_-1204938775'), (u'LOAD_-1204939038', u'INT_ADD_-1204939016'), (u'CAST_-1204938790', u'STORE_-1204938997'), (u'SUBPIECE_-1204938828', u'MULTIEQUAL_-1204938857'), (u'SUBPIECE_-1204938780', u'INT_ADD_-1204938851'), (u'PTRADD_-1204938782', u'LOAD_-1204938969'), ('tmp_255', u'CAST_-1204938839'), (u'PTRADD_-1204939032', u'CAST_-1204938835'), (u'LOAD_-1204939094', u'PTRADD_-1204938782'), ('const-17', u'CALLOTHER_-1204939072'), ('const-0', u'SUBPIECE_-1204938780'), (u'PTRADD_-1204938775', u'CAST_-1204938770'), ('const-18', u'CALLOTHER_-1204939054'), (u'CAST_-1204938770', u'STORE_-1204938954')] | [('tmp_53', u'CBRANCH_-1204939085'), ('const-0', u'SUBPIECE_-1204938828'), ('tmp_137', u'CBRANCH_-1204939038'), (u'INDIRECT_-1204938850', u'MULTIEQUAL_-1204938842'), (u'STORE_-1204939098', u'INDIRECT_-1204938865'), (u'INDIRECT_-1204938811', u'COPY_-1204938870'), (u'INT_ADD_-1204938851', u'STORE_-1204938954'), ('tmp_592', u'INT_EQUAL_-1204939112'), ('const-4442864', u'PTRSUB_-1204938800'), (u'CALL_-1204938987', u'INDIRECT_-1204938821'), (u'LOAD_-1204939073', u'SUBPIECE_-1204938828'), ('const-1', u'PTRADD_-1204938829'), (u'PTRADD_-1204938841', u'LOAD_-1204939094'), (u'PTRSUB_-1204938800', u'STORE_-1204938997'), ('const-433', u'STORE_-1204938954'), (u'INT_ADD_-1204939016', u'CAST_-1204938808'), ('const-433', u'STORE_-1204938997'), ('const-0', u'SUBPIECE_-1204938779'), (u'PTRSUB_-1204938845', u'STORE_-1204939098'), ('const-8', u'PTRADD_-1204938841'), ('const-8', u'INT_ADD_-1204939016'), (u'CALLIND_-1204939022', u'INDIRECT_-1204938842'), ('tmp_480', u'STORE_-1204938997'), ('const-0', u'INT_EQUAL_-1204939112'), (u'LOAD_-1204939032', u'CALLIND_-1204939022'), ('const-0', u'RETURN_-1204938968'), (u'STORE_-1204938954', u'INDIRECT_-1204938795'), (u'LOAD_-1204939071', u'SUBPIECE_-1204938827'), ('const-4294967295', u'INT_ADD_-1204938851'), (u'STORE_-1204939067', u'INDIRECT_-1204938850'), ('tmp_480', u'CALL_-1204938972'), (u'INT_EQUAL_-1204939112', u'CBRANCH_-1204939085'), ('const-433', u'LOAD_-1204939071'), (u'INDIRECT_-1204938795', u'MULTIEQUAL_-1204938842'), ('const-0', u'SUBPIECE_-1204938827'), ('const-433', u'LOAD_-1204939094'), (u'LOAD_-1204939094', u'CAST_-1204938835'), (u'CAST_-1204938835', u'LOAD_-1204939038'), (u'INT_ADD_-1204939055', u'STORE_-1204939067'), ('const-433', u'LOAD_-1204938969'), ('const-4294967295', u'INT_ADD_-1204939055'), ('const-1', u'INT_EQUAL_-1204939041'), ('const-433', u'LOAD_-1204939073'), (u'MULTIEQUAL_-1204938842', u'MULTIEQUAL_-1204938832'), (u'INDIRECT_-1204938842', u'MULTIEQUAL_-1204938832'), ('const-0', u'PTRSUB_-1204938800'), (u'PTRADD_-1204938829', u'LOAD_-1204939071'), ('tmp_480', u'PTRADD_-1204938841'), ('const-433', u'STORE_-1204939067'), ('const-0', u'PTRSUB_-1204938845'), (u'CAST_-1204938835', u'PTRADD_-1204938774'), (u'SUBPIECE_-1204938828', u'INT_ADD_-1204939055'), (u'CAST_-1204938822', u'STORE_-1204939067'), (u'CAST_-1204938835', u'PTRADD_-1204938781'), ('const-1', u'PTRADD_-1204938774'), ('tmp_243', u'BRANCH_-1204938949'), (u'STORE_-1204938997', u'INDIRECT_-1204938819'), (u'SUBPIECE_-1204938827', u'MULTIEQUAL_-1204938857'), (u'CAST_-1204938808', u'LOAD_-1204939032'), (u'CAST_-1204938835', u'PTRADD_-1204938829'), (u'PTRADD_-1204938829', u'CAST_-1204938822'), (u'CALL_-1204938972', u'INDIRECT_-1204938811'), ('const-433', u'STORE_-1204939098'), (u'INT_EQUAL_-1204939041', u'CBRANCH_-1204939038'), (u'MULTIEQUAL_-1204938857', u'INT_EQUAL_-1204939041'), (u'SUBPIECE_-1204938779', u'MULTIEQUAL_-1204938857'), (u'SUBPIECE_-1204938779', u'INT_ADD_-1204938851'), ('const-433', u'LOAD_-1204939038'), ('tmp_480', u'STORE_-1204939098'), (u'LOAD_-1204939038', u'INT_ADD_-1204939016'), (u'PTRADD_-1204938781', u'LOAD_-1204938969'), (u'PTRADD_-1204938829', u'LOAD_-1204939073'), ('const-1', u'PTRADD_-1204938781'), ('const-4385288', u'PTRSUB_-1204938845'), ('tmp_480', u'CALL_-1204938987'), ('const-2', u'PTRADD_-1204938841'), ('const-8', u'PTRADD_-1204938781'), (u'PTRADD_-1204938774', u'CAST_-1204938770'), ('const-433', u'LOAD_-1204939032'), ('const-8', u'PTRADD_-1204938774'), ('const-17', u'CALLOTHER_-1204939072'), ('const-8', u'PTRADD_-1204938829'), ('const-18', u'CALLOTHER_-1204939054'), (u'LOAD_-1204938969', u'SUBPIECE_-1204938779'), (u'CAST_-1204938770', u'STORE_-1204938954')] | null | null | 00311680 | x64 | O2 | (translation_unit "void FUN_00311680(undefined8 *param_1)\n\n{\n long *plVar1;\n long *plVar2;\n int iVar3;\n bool bVar4;\n \n bVar4 = PTR___pthread_key_create_0043dee8 == (undefined *)0x0;\n *param_1 = &PTR_FUN_0042ea08;\n plVar2 = (long *)param_1[2];\n if (bVar4) {\n iVar3 = (int)plVar2[1];\n *(int *)(plVar2 + 1) = iVar3 + -1;\n }\n else {\n LOCK();\n plVar1 = plVar2 + 1;\n iVar3 = (int)*plVar1;\n *(int *)plVar1 = (int)*plVar1 + -1;\n UNLOCK();\n }\n if (iVar3 == 1) {\n (**(code **)(*plVar2 + 8))();\n }\n *param_1 = &PTR_FUN_0043caf0;\n FUN_002dc990(param_1);\n FUN_002dac60(param_1);\n return;\n}\n\n" (function_definition "void FUN_00311680(undefined8 *param_1)\n\n{\n long *plVar1;\n long *plVar2;\n int iVar3;\n bool bVar4;\n \n bVar4 = PTR___pthread_key_create_0043dee8 == (undefined *)0x0;\n *param_1 = &PTR_FUN_0042ea08;\n plVar2 = (long *)param_1[2];\n if (bVar4) {\n iVar3 = (int)plVar2[1];\n *(int *)(plVar2 + 1) = iVar3 + -1;\n }\n else {\n LOCK();\n plVar1 = plVar2 + 1;\n iVar3 = (int)*plVar1;\n *(int *)plVar1 = (int)*plVar1 + -1;\n UNLOCK();\n }\n if (iVar3 == 1) {\n (**(code **)(*plVar2 + 8))();\n }\n *param_1 = &PTR_FUN_0043caf0;\n FUN_002dc990(param_1);\n FUN_002dac60(param_1);\n return;\n}" primitive_type (function_declarator "FUN_00311680(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n long *plVar1;\n long *plVar2;\n int iVar3;\n bool bVar4;\n \n bVar4 = PTR___pthread_key_create_0043dee8 == (undefined *)0x0;\n *param_1 = &PTR_FUN_0042ea08;\n plVar2 = (long *)param_1[2];\n if (bVar4) {\n iVar3 = (int)plVar2[1];\n *(int *)(plVar2 + 1) = iVar3 + -1;\n }\n else {\n LOCK();\n plVar1 = plVar2 + 1;\n iVar3 = (int)*plVar1;\n *(int *)plVar1 = (int)*plVar1 + -1;\n UNLOCK();\n }\n if (iVar3 == 1) {\n (**(code **)(*plVar2 + 8))();\n }\n *param_1 = &PTR_FUN_0043caf0;\n FUN_002dc990(param_1);\n FUN_002dac60(param_1);\n return;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "long *plVar2;" (sized_type_specifier "long" long) (pointer_declarator "*plVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "bool bVar4;" primitive_type identifier ;) (expression_statement "bVar4 = PTR___pthread_key_create_0043dee8 == (undefined *)0x0;" (assignment_expression "bVar4 = PTR___pthread_key_create_0043dee8 == (undefined *)0x0" identifier = (binary_expression "PTR___pthread_key_create_0043dee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ;) (expression_statement "*param_1 = &PTR_FUN_0042ea08;" (assignment_expression "*param_1 = &PTR_FUN_0042ea08" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_0042ea08" & identifier)) ;) (expression_statement "plVar2 = (long *)param_1[2];" (assignment_expression "plVar2 = (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 ]))) ;) (if_statement "if (bVar4) {\n iVar3 = (int)plVar2[1];\n *(int *)(plVar2 + 1) = iVar3 + -1;\n }\n else {\n LOCK();\n plVar1 = plVar2 + 1;\n iVar3 = (int)*plVar1;\n *(int *)plVar1 = (int)*plVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(bVar4)" ( identifier )) (compound_statement "{\n iVar3 = (int)plVar2[1];\n *(int *)(plVar2 + 1) = iVar3 + -1;\n }" { (expression_statement "iVar3 = (int)plVar2[1];" (assignment_expression "iVar3 = (int)plVar2[1]" identifier = (cast_expression "(int)plVar2[1]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "plVar2[1]" identifier [ number_literal ]))) ;) (expression_statement "*(int *)(plVar2 + 1) = iVar3 + -1;" (assignment_expression "*(int *)(plVar2 + 1) = iVar3 + -1" (pointer_expression "*(int *)(plVar2 + 1)" * (cast_expression "(int *)(plVar2 + 1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar2 + 1)" ( (binary_expression "plVar2 + 1" identifier + number_literal) )))) = (binary_expression "iVar3 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n plVar1 = plVar2 + 1;\n iVar3 = (int)*plVar1;\n *(int *)plVar1 = (int)*plVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n plVar1 = plVar2 + 1;\n iVar3 = (int)*plVar1;\n *(int *)plVar1 = (int)*plVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "plVar1 = plVar2 + 1;" (assignment_expression "plVar1 = plVar2 + 1" identifier = (binary_expression "plVar2 + 1" identifier + number_literal)) ;) (expression_statement "iVar3 = (int)*plVar1;" (assignment_expression "iVar3 = (int)*plVar1" identifier = (cast_expression "(int)*plVar1" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*plVar1" * identifier))) ;) (expression_statement "*(int *)plVar1 = (int)*plVar1 + -1;" (assignment_expression "*(int *)plVar1 = (int)*plVar1 + -1" (pointer_expression "*(int *)plVar1" * (cast_expression "(int *)plVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) = (binary_expression "(int)*plVar1 + -1" (cast_expression "(int)*plVar1" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*plVar1" * identifier)) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (iVar3 == 1) {\n (**(code **)(*plVar2 + 8))();\n }" if (parenthesized_expression "(iVar3 == 1)" ( (binary_expression "iVar3 == 1" identifier == number_literal) )) (compound_statement "{\n (**(code **)(*plVar2 + 8))();\n }" { (expression_statement "(**(code **)(*plVar2 + 8))();" (call_expression "(**(code **)(*plVar2 + 8))()" (parenthesized_expression "(**(code **)(*plVar2 + 8))" ( (pointer_expression "**(code **)(*plVar2 + 8)" * (pointer_expression "*(code **)(*plVar2 + 8)" * (cast_expression "(code **)(*plVar2 + 8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar2 + 8)" ( (binary_expression "*plVar2 + 8" (pointer_expression "*plVar2" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) })) (expression_statement "*param_1 = &PTR_FUN_0043caf0;" (assignment_expression "*param_1 = &PTR_FUN_0043caf0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_0043caf0" & identifier)) ;) (expression_statement "FUN_002dc990(param_1);" (call_expression "FUN_002dc990(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (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::__facet_shims::(anonymous namespace)::money_get_shim<wchar_t>::~money_get_shim() */\n\nvoid __thiscall\nstd::__facet_shims::(anonymous_namespace)::money_get_shim<wchar_t>::~money_get_shim\n (money_get_shim<wchar_t> *this)\n\n{\n long *plVar1;\n long *plVar2;\n int iVar3;\n bool bVar4;\n \n bVar4 = PTR___pthread_key_create_0043dee8 == (undefined *)0x0;\n *(undefined ***)this = &PTR__money_get_shim_0042ea08;\n plVar2 = *(long **)(this + 0x10);\n if (bVar4) {\n iVar3 = (int)plVar2[1];\n *(int *)(plVar2 + 1) = iVar3 + -1;\n }\n else {\n LOCK();\n plVar1 = plVar2 + 1;\n iVar3 = (int)*plVar1;\n *(int *)plVar1 = (int)*plVar1 + -1;\n UNLOCK();\n }\n if (iVar3 == 1) {\n (**(code **)(*plVar2 + 8))();\n }\n *(undefined ***)this = &PTR__money_get_0043caf0;\n locale::facet::~facet((facet *)this);\n operator_delete(this);\n return;\n}\n\n" comment (function_definition "void __thiscall\nstd::__facet_shims::(anonymous_namespace)::money_get_shim<wchar_t>::~money_get_shim\n (money_get_shim<wchar_t> *this)\n\n{\n long *plVar1;\n long *plVar2;\n int iVar3;\n bool bVar4;\n \n bVar4 = PTR___pthread_key_create_0043dee8 == (undefined *)0x0;\n *(undefined ***)this = &PTR__money_get_shim_0042ea08;\n plVar2 = *(long **)(this + 0x10);\n if (bVar4) {\n iVar3 = (int)plVar2[1];\n *(int *)(plVar2 + 1) = iVar3 + -1;\n }\n else {\n LOCK();\n plVar1 = plVar2 + 1;\n iVar3 = (int)*plVar1;\n *(int *)plVar1 = (int)*plVar1 + -1;\n UNLOCK();\n }\n if (iVar3 == 1) {\n (**(code **)(*plVar2 + 8))();\n }\n *(undefined ***)this = &PTR__money_get_0043caf0;\n locale::facet::~facet((facet *)this);\n operator_delete(this);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::__facet_shims::(anonymous_namespace)::money_get_shim<wchar_t>::~" identifier : : identifier : : ( identifier ) : : identifier < identifier > : : ~) (function_declarator "money_get_shim\n (money_get_shim<wchar_t> *this)" identifier (parameter_list "(money_get_shim<wchar_t> *this)" ( (parameter_declaration "money_get_shim<wchar_t> *this" type_identifier (ERROR "<wchar_t>" < identifier >) (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n long *plVar1;\n long *plVar2;\n int iVar3;\n bool bVar4;\n \n bVar4 = PTR___pthread_key_create_0043dee8 == (undefined *)0x0;\n *(undefined ***)this = &PTR__money_get_shim_0042ea08;\n plVar2 = *(long **)(this + 0x10);\n if (bVar4) {\n iVar3 = (int)plVar2[1];\n *(int *)(plVar2 + 1) = iVar3 + -1;\n }\n else {\n LOCK();\n plVar1 = plVar2 + 1;\n iVar3 = (int)*plVar1;\n *(int *)plVar1 = (int)*plVar1 + -1;\n UNLOCK();\n }\n if (iVar3 == 1) {\n (**(code **)(*plVar2 + 8))();\n }\n *(undefined ***)this = &PTR__money_get_0043caf0;\n locale::facet::~facet((facet *)this);\n operator_delete(this);\n return;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "long *plVar2;" (sized_type_specifier "long" long) (pointer_declarator "*plVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "bool bVar4;" primitive_type identifier ;) (expression_statement "bVar4 = PTR___pthread_key_create_0043dee8 == (undefined *)0x0;" (assignment_expression "bVar4 = PTR___pthread_key_create_0043dee8 == (undefined *)0x0" identifier = (binary_expression "PTR___pthread_key_create_0043dee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ;) (expression_statement "*(undefined ***)this = &PTR__money_get_shim_0042ea08;" (assignment_expression "*(undefined ***)this = &PTR__money_get_shim_0042ea08" (pointer_expression "*(undefined ***)this" * (cast_expression "(undefined ***)this" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) identifier)) = (pointer_expression "&PTR__money_get_shim_0042ea08" & identifier)) ;) (expression_statement "plVar2 = *(long **)(this + 0x10);" (assignment_expression "plVar2 = *(long **)(this + 0x10)" identifier = (pointer_expression "*(long **)(this + 0x10)" * (cast_expression "(long **)(this + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 0x10)" ( (binary_expression "this + 0x10" identifier + number_literal) ))))) ;) (if_statement "if (bVar4) {\n iVar3 = (int)plVar2[1];\n *(int *)(plVar2 + 1) = iVar3 + -1;\n }\n else {\n LOCK();\n plVar1 = plVar2 + 1;\n iVar3 = (int)*plVar1;\n *(int *)plVar1 = (int)*plVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(bVar4)" ( identifier )) (compound_statement "{\n iVar3 = (int)plVar2[1];\n *(int *)(plVar2 + 1) = iVar3 + -1;\n }" { (expression_statement "iVar3 = (int)plVar2[1];" (assignment_expression "iVar3 = (int)plVar2[1]" identifier = (cast_expression "(int)plVar2[1]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "plVar2[1]" identifier [ number_literal ]))) ;) (expression_statement "*(int *)(plVar2 + 1) = iVar3 + -1;" (assignment_expression "*(int *)(plVar2 + 1) = iVar3 + -1" (pointer_expression "*(int *)(plVar2 + 1)" * (cast_expression "(int *)(plVar2 + 1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar2 + 1)" ( (binary_expression "plVar2 + 1" identifier + number_literal) )))) = (binary_expression "iVar3 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n plVar1 = plVar2 + 1;\n iVar3 = (int)*plVar1;\n *(int *)plVar1 = (int)*plVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n plVar1 = plVar2 + 1;\n iVar3 = (int)*plVar1;\n *(int *)plVar1 = (int)*plVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "plVar1 = plVar2 + 1;" (assignment_expression "plVar1 = plVar2 + 1" identifier = (binary_expression "plVar2 + 1" identifier + number_literal)) ;) (expression_statement "iVar3 = (int)*plVar1;" (assignment_expression "iVar3 = (int)*plVar1" identifier = (cast_expression "(int)*plVar1" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*plVar1" * identifier))) ;) (expression_statement "*(int *)plVar1 = (int)*plVar1 + -1;" (assignment_expression "*(int *)plVar1 = (int)*plVar1 + -1" (pointer_expression "*(int *)plVar1" * (cast_expression "(int *)plVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) = (binary_expression "(int)*plVar1 + -1" (cast_expression "(int)*plVar1" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*plVar1" * identifier)) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (iVar3 == 1) {\n (**(code **)(*plVar2 + 8))();\n }" if (parenthesized_expression "(iVar3 == 1)" ( (binary_expression "iVar3 == 1" identifier == number_literal) )) (compound_statement "{\n (**(code **)(*plVar2 + 8))();\n }" { (expression_statement "(**(code **)(*plVar2 + 8))();" (call_expression "(**(code **)(*plVar2 + 8))()" (parenthesized_expression "(**(code **)(*plVar2 + 8))" ( (pointer_expression "**(code **)(*plVar2 + 8)" * (pointer_expression "*(code **)(*plVar2 + 8)" * (cast_expression "(code **)(*plVar2 + 8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar2 + 8)" ( (binary_expression "*plVar2 + 8" (pointer_expression "*plVar2" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) })) (expression_statement "*(undefined ***)this = &PTR__money_get_0043caf0;" (assignment_expression "*(undefined ***)this = &PTR__money_get_0043caf0" (pointer_expression "*(undefined ***)this" * (cast_expression "(undefined ***)this" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) identifier)) = (pointer_expression "&PTR__money_get_0043caf0" & identifier)) ;) (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) )))) ;))) (expression_statement "operator_delete(this);" (call_expression "operator_delete(this)" identifier (argument_list "(this)" ( identifier ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void FUN_00311680(undefined8 *param_1)\n\n{\n long *plVar1;\n long *plVar2;\n int iVar3;\n bool bVar4;\n \n bVar4 = PTR___pthread_key_create_0043dee8 == (undefined *)0x0;\n *param_1 = &PTR_FUN_0042ea08;\n plVar2 = (long *)param_1[2];\n if (bVar4) {\n iVar3 = (int)plVar2[1];\n *(int *)(plVar2 + 1) = iVar3 + -1;\n }\n else {\n LOCK();\n plVar1 = plVar2 + 1;\n iVar3 = (int)*plVar1;\n *(int *)plVar1 = (int)*plVar1 + -1;\n UNLOCK();\n }\n if (iVar3 == 1) {\n (**(code **)(*plVar2 + 8))();\n }\n *param_1 = &PTR_FUN_0043caf0;\n FUN_002dc990(param_1);\n FUN_002dac60(param_1);\n return;\n}\n\n" (function_definition "void FUN_00311680(undefined8 *param_1)\n\n{\n long *plVar1;\n long *plVar2;\n int iVar3;\n bool bVar4;\n \n bVar4 = PTR___pthread_key_create_0043dee8 == (undefined *)0x0;\n *param_1 = &PTR_FUN_0042ea08;\n plVar2 = (long *)param_1[2];\n if (bVar4) {\n iVar3 = (int)plVar2[1];\n *(int *)(plVar2 + 1) = iVar3 + -1;\n }\n else {\n LOCK();\n plVar1 = plVar2 + 1;\n iVar3 = (int)*plVar1;\n *(int *)plVar1 = (int)*plVar1 + -1;\n UNLOCK();\n }\n if (iVar3 == 1) {\n (**(code **)(*plVar2 + 8))();\n }\n *param_1 = &PTR_FUN_0043caf0;\n FUN_002dc990(param_1);\n FUN_002dac60(param_1);\n return;\n}" primitive_type (function_declarator "FUN_00311680(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n long *plVar1;\n long *plVar2;\n int iVar3;\n bool bVar4;\n \n bVar4 = PTR___pthread_key_create_0043dee8 == (undefined *)0x0;\n *param_1 = &PTR_FUN_0042ea08;\n plVar2 = (long *)param_1[2];\n if (bVar4) {\n iVar3 = (int)plVar2[1];\n *(int *)(plVar2 + 1) = iVar3 + -1;\n }\n else {\n LOCK();\n plVar1 = plVar2 + 1;\n iVar3 = (int)*plVar1;\n *(int *)plVar1 = (int)*plVar1 + -1;\n UNLOCK();\n }\n if (iVar3 == 1) {\n (**(code **)(*plVar2 + 8))();\n }\n *param_1 = &PTR_FUN_0043caf0;\n FUN_002dc990(param_1);\n FUN_002dac60(param_1);\n return;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "long *plVar2;" (sized_type_specifier "long" long) (pointer_declarator "*plVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "bool bVar4;" primitive_type identifier ;) (expression_statement "bVar4 = PTR___pthread_key_create_0043dee8 == (undefined *)0x0;" (assignment_expression "bVar4 = PTR___pthread_key_create_0043dee8 == (undefined *)0x0" identifier = (binary_expression "PTR___pthread_key_create_0043dee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ;) (expression_statement "*param_1 = &PTR_FUN_0042ea08;" (assignment_expression "*param_1 = &PTR_FUN_0042ea08" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_0042ea08" & identifier)) ;) (expression_statement "plVar2 = (long *)param_1[2];" (assignment_expression "plVar2 = (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 ]))) ;) (if_statement "if (bVar4) {\n iVar3 = (int)plVar2[1];\n *(int *)(plVar2 + 1) = iVar3 + -1;\n }\n else {\n LOCK();\n plVar1 = plVar2 + 1;\n iVar3 = (int)*plVar1;\n *(int *)plVar1 = (int)*plVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(bVar4)" ( identifier )) (compound_statement "{\n iVar3 = (int)plVar2[1];\n *(int *)(plVar2 + 1) = iVar3 + -1;\n }" { (expression_statement "iVar3 = (int)plVar2[1];" (assignment_expression "iVar3 = (int)plVar2[1]" identifier = (cast_expression "(int)plVar2[1]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "plVar2[1]" identifier [ number_literal ]))) ;) (expression_statement "*(int *)(plVar2 + 1) = iVar3 + -1;" (assignment_expression "*(int *)(plVar2 + 1) = iVar3 + -1" (pointer_expression "*(int *)(plVar2 + 1)" * (cast_expression "(int *)(plVar2 + 1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar2 + 1)" ( (binary_expression "plVar2 + 1" identifier + number_literal) )))) = (binary_expression "iVar3 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n plVar1 = plVar2 + 1;\n iVar3 = (int)*plVar1;\n *(int *)plVar1 = (int)*plVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n plVar1 = plVar2 + 1;\n iVar3 = (int)*plVar1;\n *(int *)plVar1 = (int)*plVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "plVar1 = plVar2 + 1;" (assignment_expression "plVar1 = plVar2 + 1" identifier = (binary_expression "plVar2 + 1" identifier + number_literal)) ;) (expression_statement "iVar3 = (int)*plVar1;" (assignment_expression "iVar3 = (int)*plVar1" identifier = (cast_expression "(int)*plVar1" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*plVar1" * identifier))) ;) (expression_statement "*(int *)plVar1 = (int)*plVar1 + -1;" (assignment_expression "*(int *)plVar1 = (int)*plVar1 + -1" (pointer_expression "*(int *)plVar1" * (cast_expression "(int *)plVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) = (binary_expression "(int)*plVar1 + -1" (cast_expression "(int)*plVar1" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*plVar1" * identifier)) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (iVar3 == 1) {\n (**(code **)(*plVar2 + 8))();\n }" if (parenthesized_expression "(iVar3 == 1)" ( (binary_expression "iVar3 == 1" identifier == number_literal) )) (compound_statement "{\n (**(code **)(*plVar2 + 8))();\n }" { (expression_statement "(**(code **)(*plVar2 + 8))();" (call_expression "(**(code **)(*plVar2 + 8))()" (parenthesized_expression "(**(code **)(*plVar2 + 8))" ( (pointer_expression "**(code **)(*plVar2 + 8)" * (pointer_expression "*(code **)(*plVar2 + 8)" * (cast_expression "(code **)(*plVar2 + 8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar2 + 8)" ( (binary_expression "*plVar2 + 8" (pointer_expression "*plVar2" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) })) (expression_statement "*param_1 = &PTR_FUN_0043caf0;" (assignment_expression "*param_1 = &PTR_FUN_0043caf0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_0043caf0" & identifier)) ;) (expression_statement "FUN_002dc990(param_1);" (call_expression "FUN_002dc990(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (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 { (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT + LIT)) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) = (binary_expression (cast_expression ( (type_descriptor TYPE) ) (pointer_expression * IDENT)) + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression (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 * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_00311680(undefined8 *param_1)\n\n{\n long *plVar1;\n long *plVar2;\n int iVar3;\n bool bVar4;\n \n bVar4 = PTR___pthread_key_create_0043dee8 == (undefined *)0x0;\n *param_1 = &PTR_FUN_0042ea08;\n plVar2 = (long *)param_1[2];\n if (bVar4) {\n iVar3 = (int)plVar2[1];\n *(int *)(plVar2 + 1) = iVar3 + -1;\n }\n else {\n LOCK();\n plVar1 = plVar2 + 1;\n iVar3 = (int)*plVar1;\n *(int *)plVar1 = (int)*plVar1 + -1;\n UNLOCK();\n }\n if (iVar3 == 1) {\n (**(code **)(*plVar2 + 8))();\n }\n *param_1 = &PTR_FUN_0043caf0;\n FUN_002dc990(param_1);\n FUN_002dac60(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00311680(undefined8 *param_1)" (identifier "FUN_00311680") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n long *plVar1;\n long *plVar2;\n int iVar3;\n bool bVar4;\n \n bVar4 = PTR___pthread_key_create_0043dee8 == (undefined *)0x0;\n *param_1 = &PTR_FUN_0042ea08;\n plVar2 = (long *)param_1[2];\n if (bVar4) {\n iVar3 = (int)plVar2[1];\n *(int *)(plVar2 + 1) = iVar3 + -1;\n }\n else {\n LOCK();\n plVar1 = plVar2 + 1;\n iVar3 = (int)*plVar1;\n *(int *)plVar1 = (int)*plVar1 + -1;\n UNLOCK();\n }\n if (iVar3 == 1) {\n (**(code **)(*plVar2 + 8))();\n }\n *param_1 = &PTR_FUN_0043caf0;\n FUN_002dc990(param_1);\n FUN_002dac60(param_1);\n return;\n}" ({ "{") (declaration "long *plVar1;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar1" (* "*") (identifier "plVar1")) (; ";")) (declaration "long *plVar2;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar2" (* "*") (identifier "plVar2")) (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "bool bVar4;" (primitive_type "bool") (identifier "bVar4") (; ";")) (expression_statement "bVar4 = PTR___pthread_key_create_0043dee8 == (undefined *)0x0;" (assignment_expression "bVar4 = PTR___pthread_key_create_0043dee8 == (undefined *)0x0" (identifier "bVar4") (= "=") (binary_expression "PTR___pthread_key_create_0043dee8 == (undefined *)0x0" (identifier "PTR___pthread_key_create_0043dee8") (== "==") (cast_expression "(undefined *)0x0" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) (; ";")) (expression_statement "*param_1 = &PTR_FUN_0042ea08;" (assignment_expression "*param_1 = &PTR_FUN_0042ea08" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_0042ea08" (& "&") (identifier "PTR_FUN_0042ea08"))) (; ";")) (expression_statement "plVar2 = (long *)param_1[2];" (assignment_expression "plVar2 = (long *)param_1[2]" (identifier "plVar2") (= "=") (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") (] "]")))) (; ";")) (if_statement "if (bVar4) {\n iVar3 = (int)plVar2[1];\n *(int *)(plVar2 + 1) = iVar3 + -1;\n }\n else {\n LOCK();\n plVar1 = plVar2 + 1;\n iVar3 = (int)*plVar1;\n *(int *)plVar1 = (int)*plVar1 + -1;\n UNLOCK();\n }" (if "if") (parenthesized_expression "(bVar4)" (( "(") (identifier "bVar4") () ")")) (compound_statement "{\n iVar3 = (int)plVar2[1];\n *(int *)(plVar2 + 1) = iVar3 + -1;\n }" ({ "{") (expression_statement "iVar3 = (int)plVar2[1];" (assignment_expression "iVar3 = (int)plVar2[1]" (identifier "iVar3") (= "=") (cast_expression "(int)plVar2[1]" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (subscript_expression "plVar2[1]" (identifier "plVar2") ([ "[") (number_literal "1") (] "]")))) (; ";")) (expression_statement "*(int *)(plVar2 + 1) = iVar3 + -1;" (assignment_expression "*(int *)(plVar2 + 1) = iVar3 + -1" (pointer_expression "*(int *)(plVar2 + 1)" (* "*") (cast_expression "(int *)(plVar2 + 1)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(plVar2 + 1)" (( "(") (binary_expression "plVar2 + 1" (identifier "plVar2") (+ "+") (number_literal "1")) () ")")))) (= "=") (binary_expression "iVar3 + -1" (identifier "iVar3") (+ "+") (number_literal "-1"))) (; ";")) (} "}")) (else_clause "else {\n LOCK();\n plVar1 = plVar2 + 1;\n iVar3 = (int)*plVar1;\n *(int *)plVar1 = (int)*plVar1 + -1;\n UNLOCK();\n }" (else "else") (compound_statement "{\n LOCK();\n plVar1 = plVar2 + 1;\n iVar3 = (int)*plVar1;\n *(int *)plVar1 = (int)*plVar1 + -1;\n UNLOCK();\n }" ({ "{") (expression_statement "LOCK();" (call_expression "LOCK()" (identifier "LOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "plVar1 = plVar2 + 1;" (assignment_expression "plVar1 = plVar2 + 1" (identifier "plVar1") (= "=") (binary_expression "plVar2 + 1" (identifier "plVar2") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "iVar3 = (int)*plVar1;" (assignment_expression "iVar3 = (int)*plVar1" (identifier "iVar3") (= "=") (cast_expression "(int)*plVar1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (pointer_expression "*plVar1" (* "*") (identifier "plVar1")))) (; ";")) (expression_statement "*(int *)plVar1 = (int)*plVar1 + -1;" (assignment_expression "*(int *)plVar1 = (int)*plVar1 + -1" (pointer_expression "*(int *)plVar1" (* "*") (cast_expression "(int *)plVar1" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "plVar1"))) (= "=") (binary_expression "(int)*plVar1 + -1" (cast_expression "(int)*plVar1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (pointer_expression "*plVar1" (* "*") (identifier "plVar1"))) (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" (identifier "UNLOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))) (if_statement "if (iVar3 == 1) {\n (**(code **)(*plVar2 + 8))();\n }" (if "if") (parenthesized_expression "(iVar3 == 1)" (( "(") (binary_expression "iVar3 == 1" (identifier "iVar3") (== "==") (number_literal "1")) () ")")) (compound_statement "{\n (**(code **)(*plVar2 + 8))();\n }" ({ "{") (expression_statement "(**(code **)(*plVar2 + 8))();" (call_expression "(**(code **)(*plVar2 + 8))()" (parenthesized_expression "(**(code **)(*plVar2 + 8))" (( "(") (pointer_expression "**(code **)(*plVar2 + 8)" (* "*") (pointer_expression "*(code **)(*plVar2 + 8)" (* "*") (cast_expression "(code **)(*plVar2 + 8)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar2 + 8)" (( "(") (binary_expression "*plVar2 + 8" (pointer_expression "*plVar2" (* "*") (identifier "plVar2")) (+ "+") (number_literal "8")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "*param_1 = &PTR_FUN_0043caf0;" (assignment_expression "*param_1 = &PTR_FUN_0043caf0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_0043caf0" (& "&") (identifier "PTR_FUN_0043caf0"))) (; ";")) (expression_statement "FUN_002dc990(param_1);" (call_expression "FUN_002dc990(param_1)" (identifier "FUN_002dc990") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (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::__facet_shims::(anonymous namespace)::money_get_shim<wchar_t>::~money_get_shim() */
void __thiscall
std::__facet_shims::(anonymous_namespace)::function_1<wchar_t>::~function_1
(function_1<wchar_t> *var_2)
{
long *plVar1;
long *var_3;
int var_4;
bool bVar4;
bVar4 = var_1 == (type_1 *)0x0;
*(type_1 ***)var_2 = &PTR__money_get_shim_0042ea08;
var_3 = *(long **)(var_2 + 0x10);
if (bVar4) {
var_4 = (int)var_3[1];
*(int *)(var_3 + 1) = var_4 + -1;
}
else {
var_5();
plVar1 = var_3 + 1;
var_4 = (int)*plVar1;
*(int *)plVar1 = (int)*plVar1 + -1;
var_6();
}
if (var_4 == 1) {
(**(type_2 **)(*var_3 + 8))();
}
*(type_1 ***)var_2 = &PTR__money_get_0043caf0;
locale::facet::~var_7((var_7 *)var_2);
var_8(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 (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)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (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))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (identifier))) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (pointer_expression argument: (identifier))) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (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: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement)))) | null |
void MASKED(undefined8 *param_1)
{
long *plVar1;
long *plVar2;
int iVar3;
bool bVar4;
bVar4 = PTR___pthread_key_create_0043dee8 == (undefined *)0x0;
*param_1 = &PTR_FUN_0042ea08;
plVar2 = (long *)param_1[2];
if (bVar4) {
iVar3 = (int)plVar2[1];
*(int *)(plVar2 + 1) = iVar3 + -1;
}
else {
LOCK();
plVar1 = plVar2 + 1;
iVar3 = (int)*plVar1;
*(int *)plVar1 = (int)*plVar1 + -1;
UNLOCK();
}
if (iVar3 == 1) {
(**(code **)(*plVar2 + 8))();
}
*param_1 = &PTR_FUN_0043caf0;
FUN_002dc990(param_1);
FUN_002dac60(param_1);
return;
}
|
990_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | relocate | FUN_00180438 |
/* (anonymous namespace)::Target_s390<32>::Relocate::relocate(gold::Relocate_info<32, true> const*,
unsigned int, (anonymous namespace)::Target_s390<32>*, gold::Output_section*, unsigned long,
unsigned char const*, gold::Sized_symbol<32> const*, gold::Symbol_value<32> const*, unsigned
char*, unsigned int, unsigned long) [clone .isra.666] [clone .cold.693] */
void (anonymous_namespace)::Target_s390<32>::Relocate::relocate
(Relocate_info *param_1,uint param_2,Target_s390 *param_3,Output_section *param_4,
ulong param_5,uchar *param_6,Sized_symbol *param_7,Symbol_value *param_8,
uchar *param_9,uint param_10,ulong param_11)
{
gold::Symbol_value<32>::~Symbol_value((Symbol_value<32> *)param_7,param_2);
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_00180438(void)
{
undefined8 in_stack_00000008;
FUN_001a5bc0(in_stack_00000008);
/* WARNING: Subroutine does not return */
FUN_0052bfb0();
}
| MOV RDI,qword ptr [RSP + 0x8]
CALL 0x001a5bc0
MOV RDI,RBX
CALL 0x0052bfb0 | null | null | null | null | [(u'CAST_-1207499604', u'CALL_-1207499703'), ('tmp_42', u'CAST_-1207499604'), ('tmp_37', u'CALL_-1207499703'), ('const-1', u'RETURN_-1207499686')] | [('tmp_91', u'CALL_-1207499703'), ('const-1', u'RETURN_-1207499686')] | null | null | 00180438 | x64 | O2 | (translation_unit "void FUN_00180438(void)\n\n{\n undefined8 in_stack_00000008;\n \n FUN_001a5bc0(in_stack_00000008);\n /* WARNING: Subroutine does not return */\n FUN_0052bfb0();\n}\n\n" (function_definition "void FUN_00180438(void)\n\n{\n undefined8 in_stack_00000008;\n \n FUN_001a5bc0(in_stack_00000008);\n /* WARNING: Subroutine does not return */\n FUN_0052bfb0();\n}" primitive_type (function_declarator "FUN_00180438(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined8 in_stack_00000008;\n \n FUN_001a5bc0(in_stack_00000008);\n /* WARNING: Subroutine does not return */\n FUN_0052bfb0();\n}" { (declaration "undefined8 in_stack_00000008;" type_identifier identifier ;) (expression_statement "FUN_001a5bc0(in_stack_00000008);" (call_expression "FUN_001a5bc0(in_stack_00000008)" identifier (argument_list "(in_stack_00000008)" ( identifier ))) ;) comment (expression_statement "FUN_0052bfb0();" (call_expression "FUN_0052bfb0()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "/* (anonymous namespace)::Target_s390<32>::Relocate::relocate(gold::Relocate_info<32, true> const*,\n unsigned int, (anonymous namespace)::Target_s390<32>*, gold::Output_section*, unsigned long,\n unsigned char const*, gold::Sized_symbol<32> const*, gold::Symbol_value<32> const*, unsigned\n char*, unsigned int, unsigned long) [clone .isra.666] [clone .cold.693] */\n\nvoid (anonymous_namespace)::Target_s390<32>::Relocate::relocate\n (Relocate_info *param_1,uint param_2,Target_s390 *param_3,Output_section *param_4,\n ulong param_5,uchar *param_6,Sized_symbol *param_7,Symbol_value *param_8,\n uchar *param_9,uint param_10,ulong param_11)\n\n{\n gold::Symbol_value<32>::~Symbol_value((Symbol_value<32> *)param_7,param_2);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" comment (function_definition "void (anonymous_namespace)::Target_s390<32>::Relocate::relocate\n (Relocate_info *param_1,uint param_2,Target_s390 *param_3,Output_section *param_4,\n ulong param_5,uchar *param_6,Sized_symbol *param_7,Symbol_value *param_8,\n uchar *param_9,uint param_10,ulong param_11)\n\n{\n gold::Symbol_value<32>::~Symbol_value((Symbol_value<32> *)param_7,param_2);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (ERROR "(anonymous_namespace)::Target_s390<32>::Relocate::" (parenthesized_declarator "(anonymous_namespace)" ( identifier )) : : identifier < number_literal > : : identifier : :) (function_declarator "relocate\n (Relocate_info *param_1,uint param_2,Target_s390 *param_3,Output_section *param_4,\n ulong param_5,uchar *param_6,Sized_symbol *param_7,Symbol_value *param_8,\n uchar *param_9,uint param_10,ulong param_11)" identifier (parameter_list "(Relocate_info *param_1,uint param_2,Target_s390 *param_3,Output_section *param_4,\n ulong param_5,uchar *param_6,Sized_symbol *param_7,Symbol_value *param_8,\n uchar *param_9,uint param_10,ulong param_11)" ( (parameter_declaration "Relocate_info *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "uint param_2" type_identifier identifier) , (parameter_declaration "Target_s390 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "Output_section *param_4" type_identifier (pointer_declarator "*param_4" * identifier)) , (parameter_declaration "ulong param_5" type_identifier identifier) , (parameter_declaration "uchar *param_6" type_identifier (pointer_declarator "*param_6" * identifier)) , (parameter_declaration "Sized_symbol *param_7" type_identifier (pointer_declarator "*param_7" * identifier)) , (parameter_declaration "Symbol_value *param_8" type_identifier (pointer_declarator "*param_8" * identifier)) , (parameter_declaration "uchar *param_9" type_identifier (pointer_declarator "*param_9" * identifier)) , (parameter_declaration "uint param_10" type_identifier identifier) , (parameter_declaration "ulong param_11" type_identifier identifier) ))) (compound_statement "{\n gold::Symbol_value<32>::~Symbol_value((Symbol_value<32> *)param_7,param_2);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (labeled_statement "gold::Symbol_value<32>::~Symbol_value((Symbol_value<32> *)param_7,param_2);" statement_identifier (ERROR "::Symbol_value<32>:" : : (binary_expression "Symbol_value<32" identifier < number_literal) > :) : (expression_statement "~Symbol_value((Symbol_value<32> *)param_7,param_2);" (unary_expression "~Symbol_value((Symbol_value<32> *)param_7,param_2)" ~ (call_expression "Symbol_value((Symbol_value<32> *)param_7,param_2)" identifier (argument_list "((Symbol_value<32> *)param_7,param_2)" ( (parenthesized_expression "(Symbol_value<32> *)param_7,param_2)" ( (comma_expression "Symbol_value<32> *)param_7,param_2" (binary_expression "Symbol_value<32> *)param_7" (binary_expression "Symbol_value<32" identifier < number_literal) > (pointer_expression "*)param_7" * (ERROR ")" )) identifier)) , identifier) )) )))) ;)) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void FUN_00180438(void)\n\n{\n undefined8 in_stack_00000008;\n \n FUN_001a5bc0(in_stack_00000008);\n \n FUN_0052bfb0();\n}\n\n" (function_definition "void FUN_00180438(void)\n\n{\n undefined8 in_stack_00000008;\n \n FUN_001a5bc0(in_stack_00000008);\n \n FUN_0052bfb0();\n}" primitive_type (function_declarator "FUN_00180438(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined8 in_stack_00000008;\n \n FUN_001a5bc0(in_stack_00000008);\n \n FUN_0052bfb0();\n}" { (declaration "undefined8 in_stack_00000008;" type_identifier identifier ;) (expression_statement "FUN_001a5bc0(in_stack_00000008);" (call_expression "FUN_001a5bc0(in_stack_00000008)" identifier (argument_list "(in_stack_00000008)" ( identifier ))) ;) (expression_statement "FUN_0052bfb0();" (call_expression "FUN_0052bfb0()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void FUN_00180438(void)\n\n{\n undefined8 in_stack_00000008;\n \n FUN_001a5bc0(in_stack_00000008);\n \n FUN_0052bfb0();\n}" (primitive_type "void") (function_declarator "FUN_00180438(void)" (identifier "FUN_00180438") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n undefined8 in_stack_00000008;\n \n FUN_001a5bc0(in_stack_00000008);\n \n FUN_0052bfb0();\n}" ({ "{") (declaration "undefined8 in_stack_00000008;" (type_identifier "undefined8") (identifier "in_stack_00000008") (; ";")) (expression_statement "FUN_001a5bc0(in_stack_00000008);" (call_expression "FUN_001a5bc0(in_stack_00000008)" (identifier "FUN_001a5bc0") (argument_list "(in_stack_00000008)" (( "(") (identifier "in_stack_00000008") () ")"))) (; ";")) (expression_statement "FUN_0052bfb0();" (call_expression "FUN_0052bfb0()" (identifier "FUN_0052bfb0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) |
/* (anonymous namespace)::Target_s390<32>::Relocate::relocate(gold::Relocate_info<32, true> const*,
unsigned int, (anonymous namespace)::Target_s390<32>*, gold::Output_section*, unsigned long,
unsigned char const*, gold::Sized_symbol<32> const*, gold::Symbol_value<32> const*, unsigned
char*, unsigned int, unsigned long) [clone .isra.666] [clone .cold.693] */
void (anonymous_namespace)::type_3<32>::Relocate::function_1
(type_1 *param_1,type_2 param_2,type_3 *param_3,type_4 *param_4,
type_5 param_5,type_6 *param_6,type_7 *param_7,type_8 *param_8,
type_6 *param_9,type_2 param_10,type_5 param_11)
{
gold::type_8<32>::~type_8((type_8<32> *)param_7,param_2);
/* 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 (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
void MASKED(void)
{
undefined8 in_stack_00000008;
FUN_001a5bc0(in_stack_00000008);
/* WARNING: Subroutine does not return */
FUN_0052bfb0();
}
|
1299_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c | ~Struct_rosegment | FUN_00153130 |
/* DWARF original prototype: void ~Struct_rosegment(Struct_rosegment * this, int __in_chrg) */
void __thiscall
gold::General_options::Struct_rosegment::~Struct_rosegment(Struct_rosegment *this,int __in_chrg)
{
pointer pcVar1;
(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003dfde8;
pcVar1 = (this->option).longname._M_dataplus._M_p;
if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9
*)pcVar1 != &(this->option).longname.field_2) {
operator_delete(pcVar1);
}
operator_delete(this,0x68);
return;
}
|
void FUN_00153130(undefined8 *param_1)
{
*param_1 = &PTR_FUN_003dfde8;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002a2980();
}
thunk_FUN_002a2980(param_1,0x68);
return;
}
| LEA RAX,[0x3dfde8]
PUSH RBX
MOV RBX,RDI
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0x8]
LEA RAX,[RBX + 0x18]
CMP RDI,RAX
JZ 0x00153150
CALL 0x002a2980
MOV RDI,RBX
MOV ESI,0x68
POP RBX
JMP 0x002a2970 | null | null | null | null | [('const-0', u'RETURN_-1207291516'), ('tmp_93', u'CALL_-1207291520'), ('const-104', u'CALL_-1207291520'), ('tmp_93', u'PTRSUB_-1207291432'), (u'LOAD_-1207291576', u'CALL_-1207291541'), ('const-433', u'STORE_-1207291580'), ('tmp_58', u'CBRANCH_-1207291548'), ('const-0', u'PTRSUB_-1207291437'), ('tmp_93', u'PTRSUB_-1207291438'), (u'PTRSUB_-1207291442', u'PTRSUB_-1207291437'), ('const-0', u'PTRSUB_-1207291443'), ('tmp_93', u'PTRSUB_-1207291442'), ('const-0', u'PTRSUB_-1207291428'), (u'PTRSUB_-1207291438', u'PTRSUB_-1207291437'), (u'CAST_-1207291433', u'STORE_-1207291580'), (u'PTRSUB_-1207291443', u'CAST_-1207291433'), (u'PTRSUB_-1207291425', u'INT_NOTEQUAL_-1207291549'), (u'CAST_-1207291421', u'INT_NOTEQUAL_-1207291549'), ('const-0', u'PTRSUB_-1207291442'), (u'PTRSUB_-1207291430', u'LOAD_-1207291576'), ('const-4062696', u'PTRSUB_-1207291443'), ('const-0', u'PTRSUB_-1207291430'), (u'PTRSUB_-1207291437', u'PTRSUB_-1207291433'), ('const-16', u'PTRSUB_-1207291425'), ('const-433', u'LOAD_-1207291576'), (u'INT_NOTEQUAL_-1207291549', u'CBRANCH_-1207291548'), (u'PTRSUB_-1207291437', u'STORE_-1207291580'), (u'LOAD_-1207291576', u'CAST_-1207291421'), ('const-0', u'PTRSUB_-1207291433'), ('const-0', u'PTRSUB_-1207291437'), (u'PTRSUB_-1207291433', u'PTRSUB_-1207291430'), ('const-8', u'PTRSUB_-1207291432'), ('const-8', u'PTRSUB_-1207291438'), (u'PTRSUB_-1207291432', u'PTRSUB_-1207291428'), (u'PTRSUB_-1207291428', u'PTRSUB_-1207291425')] | [('const-8', u'PTRADD_-1207291441'), ('tmp_194', u'STORE_-1207291580'), ('const-0', u'RETURN_-1207291516'), (u'CAST_-1207291440', u'INT_NOTEQUAL_-1207291549'), ('const-0', u'PTRSUB_-1207291444'), ('const-433', u'LOAD_-1207291576'), (u'PTRADD_-1207291441', u'LOAD_-1207291576'), ('const-3', u'PTRADD_-1207291436'), (u'LOAD_-1207291576', u'CAST_-1207291440'), (u'INT_NOTEQUAL_-1207291549', u'CBRANCH_-1207291548'), ('const-8', u'PTRADD_-1207291436'), ('tmp_58', u'CBRANCH_-1207291548'), (u'PTRADD_-1207291436', u'INT_NOTEQUAL_-1207291549'), ('const-433', u'STORE_-1207291580'), ('const-104', u'CALL_-1207291520'), ('tmp_194', u'PTRADD_-1207291441'), ('tmp_194', u'PTRADD_-1207291436'), ('const-1', u'PTRADD_-1207291441'), (u'PTRSUB_-1207291444', u'STORE_-1207291580'), ('const-4062696', u'PTRSUB_-1207291444'), ('tmp_194', u'CALL_-1207291520')] | null | null | 00153130 | x64 | O2 | (translation_unit "void FUN_00153130(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003dfde8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980();\n }\n thunk_FUN_002a2980(param_1,0x68);\n return;\n}\n\n" (function_definition "void FUN_00153130(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003dfde8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980();\n }\n thunk_FUN_002a2980(param_1,0x68);\n return;\n}" primitive_type (function_declarator "FUN_00153130(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_003dfde8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980();\n }\n thunk_FUN_002a2980(param_1,0x68);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003dfde8;" (assignment_expression "*param_1 = &PTR_FUN_003dfde8" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003dfde8" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980();\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_002a2980();\n }" { (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_002a2980(param_1,0x68);" (call_expression "thunk_FUN_002a2980(param_1,0x68)" identifier (argument_list "(param_1,0x68)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* DWARF original prototype: void ~Struct_rosegment(Struct_rosegment * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_rosegment::~Struct_rosegment(Struct_rosegment *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_003dfde8;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x68);\n return;\n}\n\n" comment (function_definition "void __thiscall\ngold::General_options::Struct_rosegment::~Struct_rosegment(Struct_rosegment *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_003dfde8;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x68);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_rosegment::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_rosegment(Struct_rosegment *this,int __in_chrg)" identifier (parameter_list "(Struct_rosegment *this,int __in_chrg)" ( (parameter_declaration "Struct_rosegment *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_003dfde8;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x68);\n return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003dfde8;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003dfde8" (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_003dfde8" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_003dfde8" & identifier))) ;) (expression_statement "pcVar1 = (this->option).longname._M_dataplus._M_p;" (assignment_expression "pcVar1 = (this->option).longname._M_dataplus._M_p" identifier = (field_expression "(this->option).longname._M_dataplus._M_p" (field_expression "(this->option).longname._M_dataplus" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2" (binary_expression "allocator<char>_>_9\n *)pcVar1" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar1" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&(this->option).longname.field_2" & (field_expression "(this->option).longname.field_2" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar1);\n }" { (expression_statement "operator_delete(pcVar1);" (call_expression "operator_delete(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) })) (expression_statement "operator_delete(this,0x68);" (call_expression "operator_delete(this,0x68)" identifier (argument_list "(this,0x68)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void FUN_00153130(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003dfde8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980();\n }\n thunk_FUN_002a2980(param_1,0x68);\n return;\n}\n\n" (function_definition "void FUN_00153130(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003dfde8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980();\n }\n thunk_FUN_002a2980(param_1,0x68);\n return;\n}" primitive_type (function_declarator "FUN_00153130(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_003dfde8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980();\n }\n thunk_FUN_002a2980(param_1,0x68);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003dfde8;" (assignment_expression "*param_1 = &PTR_FUN_003dfde8" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003dfde8" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980();\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_002a2980();\n }" { (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_002a2980(param_1,0x68);" (call_expression "thunk_FUN_002a2980(param_1,0x68)" identifier (argument_list "(param_1,0x68)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_00153130(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003dfde8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980();\n }\n thunk_FUN_002a2980(param_1,0x68);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00153130(undefined8 *param_1)" (identifier "FUN_00153130") (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_003dfde8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980();\n }\n thunk_FUN_002a2980(param_1,0x68);\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_003dfde8;" (assignment_expression "*param_1 = &PTR_FUN_003dfde8" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_003dfde8" (& "&") (identifier "PTR_FUN_003dfde8"))) (; ";")) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980();\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_002a2980();\n }" ({ "{") (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" (identifier "FUN_002a2980") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "thunk_FUN_002a2980(param_1,0x68);" (call_expression "thunk_FUN_002a2980(param_1,0x68)" (identifier "thunk_FUN_002a2980") (argument_list "(param_1,0x68)" (( "(") (identifier "param_1") (, ",") (number_literal "0x68") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* DWARF original prototype: void ~Struct_rosegment(Struct_rosegment * 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_003dfde8;
var_5 = (this->option).longname._M_dataplus._M_p;
if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_4
*)var_5 != &(this->option).longname.field_2) {
var_6(var_5);
}
var_6(this,0x68);
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement)))) | null |
void MASKED(undefined8 *param_1)
{
*param_1 = &PTR_FUN_003dfde8;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002a2980();
}
thunk_FUN_002a2980(param_1,0x68);
return;
}
|
6203_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | print | FUN_00276b80 |
/* DWARF original prototype: void print(Script_options * this, FILE * f) */
void __thiscall gold::Script_options::print(Script_options *this,FILE *f)
{
Symbol_assignment *this_00;
Script_assertion *this_01;
pointer ppSVar1;
pointer ppSVar2;
fprintf((FILE *)f,"%s: Dumping linker script\n",program_name);
if ((this->entry_)._M_string_length != 0) {
fprintf((FILE *)f,"ENTRY(%s)\n",(this->entry_)._M_dataplus._M_p);
}
ppSVar1 = (this->symbol_assignments_).
super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold::Symbol_assignment*>_>.
_M_impl._M_start;
if (ppSVar1 !=
(this->symbol_assignments_).
super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold::Symbol_assignment*>_>.
_M_impl._M_finish) {
do {
this_00 = *ppSVar1;
ppSVar1 = ppSVar1 + 1;
Symbol_assignment::print(this_00,f);
} while ((this->symbol_assignments_).
super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold::Symbol_assignment*>_>
._M_impl._M_finish != ppSVar1);
}
ppSVar2 = (this->assertions_).
super__Vector_base<gold::Script_assertion*,_std::allocator<gold::Script_assertion*>_>.
_M_impl._M_start;
if (ppSVar2 !=
(this->assertions_).
super__Vector_base<gold::Script_assertion*,_std::allocator<gold::Script_assertion*>_>._M_impl.
_M_finish) {
do {
this_01 = *ppSVar2;
ppSVar2 = ppSVar2 + 1;
Script_assertion::print(this_01,f);
} while ((this->assertions_).
super__Vector_base<gold::Script_assertion*,_std::allocator<gold::Script_assertion*>_>.
_M_impl._M_finish != ppSVar2);
}
Script_sections::print(&this->script_sections_,f);
if ((this->version_script_info_).version_trees_.
super__Vector_base<gold::Version_tree*,_std::allocator<gold::Version_tree*>_>._M_impl.
_M_finish ==
(this->version_script_info_).version_trees_.
super__Vector_base<gold::Version_tree*,_std::allocator<gold::Version_tree*>_>._M_impl._M_start
) {
return;
}
Version_script_info::print(&this->version_script_info_,f);
return;
}
|
void FUN_00276b80(undefined8 *param_1,FILE *param_2)
{
undefined8 uVar1;
undefined8 *puVar2;
fprintf(param_2,"%s: Dumping linker script\n",DAT_004589b8);
if (param_1[1] != 0) {
fprintf(param_2,"ENTRY(%s)\n",*param_1);
}
puVar2 = (undefined8 *)param_1[4];
if (puVar2 != (undefined8 *)param_1[5]) {
do {
uVar1 = *puVar2;
puVar2 = puVar2 + 1;
FUN_00275fe0(uVar1,param_2);
} while ((undefined8 *)param_1[5] != puVar2);
}
puVar2 = (undefined8 *)param_1[0x15];
if (puVar2 != (undefined8 *)param_1[0x16]) {
do {
uVar1 = *puVar2;
puVar2 = puVar2 + 1;
FUN_002760e0(uVar1,param_2);
} while ((undefined8 *)param_1[0x16] != puVar2);
}
FUN_0026ab80(param_1 + 0x29,param_2);
if (param_1[0x1f] == param_1[0x1e]) {
return;
}
FUN_00276980(param_1 + 0x18,param_2);
return;
}
| PUSH R12
MOV RDX,qword ptr [0x004589b8]
MOV R12,RSI
XOR EAX,EAX
PUSH RBP
LEA RSI,[0x39c1da]
MOV RBP,RDI
MOV RDI,R12
PUSH RBX
CALL 0x001499f0
CMP qword ptr [RBP + 0x8],0x0
JNZ 0x00276c38
MOV RBX,qword ptr [RBP + 0x20]
CMP RBX,qword ptr [RBP + 0x28]
JZ 0x00276bd5
NOP word ptr [RAX + RAX*0x1]
MOV RDI,qword ptr [RBX]
MOV RSI,R12
ADD RBX,0x8
CALL 0x00275fe0
CMP qword ptr [RBP + 0x28],RBX
JNZ 0x00276bc0
MOV RBX,qword ptr [RBP + 0xa8]
CMP RBX,qword ptr [RBP + 0xb0]
JZ 0x00276c00
NOP dword ptr [RAX]
MOV RDI,qword ptr [RBX]
MOV RSI,R12
ADD RBX,0x8
CALL 0x002760e0
CMP qword ptr [RBP + 0xb0],RBX
JNZ 0x00276be8
LEA RDI,[RBP + 0x148]
MOV RSI,R12
CALL 0x0026ab80
MOV RAX,qword ptr [RBP + 0xf0]
CMP qword ptr [RBP + 0xf8],RAX
JZ 0x00276c58
POP RBX
LEA RDI,[RBP + 0xc0]
MOV RSI,R12
POP RBP
POP R12
JMP 0x00276980
MOV RDX,qword ptr [RBP]
LEA RSI,[0x39c1f5]
MOV RDI,R12
XOR EAX,EAX
CALL 0x001499f0
JMP 0x00276bad
POP RBX
POP RBP
POP R12
RET | null | null | null | null | [('const-433', u'LOAD_-1204261721'), (u'INDIRECT_-1204261346', u'COPY_-1204261405'), ('const-433', u'LOAD_-1204261952'), ('const-0', u'PTRSUB_-1204261219'), ('const-32', u'PTRSUB_-1204261410'), (u'CALL_-1204261733', u'INDIRECT_-1204261382'), (u'PTRSUB_-1204261354', u'PTRSUB_-1204261333'), (u'PTRSUB_-1204261255', u'PTRSUB_-1204261248'), ('tmp_1426', u'CALL_-1204261954'), ('const-0', u'INT_NOTEQUAL_-1204261936'), (u'PTRSUB_-1204261278', u'PTRSUB_-1204261263'), ('const-0', u'PTRSUB_-1204261334'), (u'INDIRECT_-1204261382', u'COPY_-1204261357'), ('const-0', u'PTRSUB_-1204261366'), ('tmp_415', u'CBRANCH_-1204261700'), ('const-168', u'PTRSUB_-1204261363'), (u'PTRSUB_-1204261404', u'PTRSUB_-1204261381'), ('const-0', u'PTRSUB_-1204261371'), ('tmp_537', u'BRANCH_-1204261603'), ('const-0', u'PTRSUB_-1204261333'), ('const-0', u'PTRSUB_-1204261386'), (u'INT_NOTEQUAL_-1204261904', u'CBRANCH_-1204261902'), ('const-8', u'PTRSUB_-1204261246'), (u'PTRSUB_-1204261250', u'PTRSUB_-1204261233'), (u'PTRSUB_-1204261341', u'PTRSUB_-1204261326'), ('const-433', u'LOAD_-1204261731'), ('tmp_559', u'PTRSUB_-1204261354'), (u'INDIRECT_-1204261448', u'MULTIEQUAL_-1204261450'), (u'PTRSUB_-1204261304', u'PTRSUB_-1204261289'), ('const-168', u'PTRSUB_-1204261324'), (u'PTRSUB_-1204261334', u'PTRSUB_-1204261322'), ('tmp_559', u'PTRSUB_-1204261363'), (u'PTRSUB_-1204261246', u'LOAD_-1204261721'), (u'PTRSUB_-1204261333', u'PTRSUB_-1204261318'), ('const-433', u'LOAD_-1204261806'), (u'INDIRECT_-1204261407', u'MULTIEQUAL_-1204261413'), (u'INT_EQUAL_-1204261706', u'CBRANCH_-1204261700'), (u'INT_NOTEQUAL_-1204261814', u'CBRANCH_-1204261809'), (u'PTRSUB_-1204261275', u'CALL_-1204261666'), (u'PTRSUB_-1204261219', u'LOAD_-1204261643'), (u'PTRSUB_-1204261386', u'PTRSUB_-1204261371'), (u'PTRSUB_-1204261326', u'LOAD_-1204261840'), (u'MULTIEQUAL_-1204261543', u'LOAD_-1204261806'), (u'LOAD_-1204261927', u'INT_NOTEQUAL_-1204261904'), (u'MULTIEQUAL_-1204261430', u'MULTIEQUAL_-1204261388'), (u'PTRADD_-1204261382', u'INT_NOTEQUAL_-1204261844'), ('const-0', u'PTRSUB_-1204261233'), ('tmp_233', u'CBRANCH_-1204261841'), (u'LOAD_-1204261643', u'CALL_-1204261606'), ('const-0', u'PTRSUB_-1204261278'), (u'MULTIEQUAL_-1204261580', u'LOAD_-1204261891'), ('const-0', u'PTRSUB_-1204261341'), (u'PTRSUB_-1204261409', u'PTRSUB_-1204261386'), (u'LOAD_-1204261775', u'INT_NOTEQUAL_-1204261759'), ('const-3785205', u'COPY_-1204261323'), ('const-8', u'PTRSUB_-1204261353'), ('const-0', u'PTRSUB_-1204261289'), (u'CALL_-1204261666', u'INDIRECT_-1204261346'), (u'PTRSUB_-1204261322', u'LOAD_-1204261860'), (u'PTRSUB_-1204261297', u'PTRSUB_-1204261277'), ('const-8', u'PTRADD_-1204261335'), (u'MULTIEQUAL_-1204261468', u'MULTIEQUAL_-1204261430'), (u'PTRSUB_-1204261289', u'PTRSUB_-1204261280'), ('const-3785178', u'COPY_-1204261495'), (u'CAST_-1204261368', u'CALL_-1204261954'), ('tmp_560', u'CALL_-1204261777'), (u'PTRSUB_-1204261280', u'LOAD_-1204261775'), ('const-1', u'PTRADD_-1204261382'), ('const-0', u'PTRSUB_-1204261409'), ('tmp_559', u'PTRSUB_-1204261313'), ('const-433', u'LOAD_-1204261643'), ('tmp_104', u'CBRANCH_-1204261932'), ('const-0', u'PTRSUB_-1204261381'), ('const-1', u'PTRADD_-1204261335'), (u'INT_NOTEQUAL_-1204261844', u'CBRANCH_-1204261841'), (u'PTRSUB_-1204261233', u'PTRSUB_-1204261219'), (u'PTRSUB_-1204261371', u'LOAD_-1204261927'), (u'PTRSUB_-1204261398', u'LOAD_-1204261952'), ('const-0', u'PTRSUB_-1204261263'), ('tmp_559', u'PTRSUB_-1204261404'), (u'LOAD_-1204261860', u'INT_NOTEQUAL_-1204261844'), ('const-433', u'LOAD_-1204261891'), (u'PTRSUB_-1204261287', u'PTRSUB_-1204261269'), ('const-0', u'PTRSUB_-1204261295'), (u'PTRSUB_-1204261381', u'PTRSUB_-1204261366'), (u'PTRSUB_-1204261410', u'PTRSUB_-1204261409'), ('const-0', u'PTRSUB_-1204261349'), (u'PTRSUB_-1204261353', u'LOAD_-1204261920'), ('const-433', u'LOAD_-1204261840'), ('const-8', u'PTRSUB_-1204261308'), (u'MULTIEQUAL_-1204261430', u'MULTIEQUAL_-1204261413'), ('const-192', u'PTRSUB_-1204261287'), ('tmp_559', u'PTRSUB_-1204261371'), (u'PTRSUB_-1204261318', u'PTRSUB_-1204261308'), (u'MULTIEQUAL_-1204261580', u'PTRADD_-1204261382'), ('const-32', u'PTRSUB_-1204261371'), ('const-0', u'PTRSUB_-1204261326'), (u'PTRSUB_-1204261269', u'PTRSUB_-1204261255'), (u'PTRSUB_-1204261423', u'PTRSUB_-1204261398'), ('const-48', u'PTRSUB_-1204261269'), ('const-433', u'LOAD_-1204261927'), (u'LOAD_-1204261952', u'INT_NOTEQUAL_-1204261936'), ('const-0', u'PTRSUB_-1204261255'), (u'LOAD_-1204261840', u'MULTIEQUAL_-1204261543'), ('tmp_559', u'PTRSUB_-1204261297'), (u'PTRADD_-1204261335', u'MULTIEQUAL_-1204261543'), ('tmp_559', u'PTRSUB_-1204261287'), (u'PTRSUB_-1204261366', u'PTRSUB_-1204261353'), (u'CALL_-1204261777', u'INDIRECT_-1204261407'), (u'COPY_-1204261495', u'CALL_-1204261954'), (u'LOAD_-1204261891', u'CALL_-1204261862'), ('tmp_559', u'PTRSUB_-1204261250'), ('tmp_560', u'CALL_-1204261862'), ('tmp_559', u'PTRSUB_-1204261423'), (u'INDIRECT_-1204261323', u'MULTIEQUAL_-1204261468'), (u'PTRSUB_-1204261263', u'LOAD_-1204261731'), ('tmp_356', u'CBRANCH_-1204261753'), (u'PTRSUB_-1204261308', u'LOAD_-1204261830'), (u'INDIRECT_-1204261448', u'MULTIEQUAL_-1204261430'), ('const-0', u'PTRSUB_-1204261318'), (u'CAST_-1204261196', u'CALL_-1204261606'), ('const-433', u'LOAD_-1204261775'), (u'PTRSUB_-1204261248', u'PTRSUB_-1204261246'), ('tmp_560', u'CALL_-1204261666'), ('tmp_559', u'PTRSUB_-1204261324'), ('tmp_560', u'CALL_-1204261733'), (u'LOAD_-1204261830', u'INT_NOTEQUAL_-1204261814'), ('const-48', u'PTRSUB_-1204261277'), ('const-0', u'RETURN_-1204261662'), ('const-0', u'PTRSUB_-1204261423'), (u'LOAD_-1204261840', u'INT_NOTEQUAL_-1204261814'), ('const-433', u'LOAD_-1204261920'), (u'PTRSUB_-1204261371', u'PTRSUB_-1204261349'), (u'PTRSUB_-1204261363', u'PTRSUB_-1204261362'), (u'LOAD_-1204261731', u'INT_EQUAL_-1204261706'), ('tmp_277', u'CBRANCH_-1204261809'), ('const-328', u'PTRSUB_-1204261313'), (u'LOAD_-1204261721', u'INT_EQUAL_-1204261706'), ('const-8', u'PTRSUB_-1204261398'), ('const-192', u'PTRSUB_-1204261297'), (u'LOAD_-1204261927', u'MULTIEQUAL_-1204261580'), ('const-433', u'LOAD_-1204261830'), ('const-8', u'PTRADD_-1204261382'), ('const-0', u'RETURN_-1204261600'), ('tmp_559', u'PTRSUB_-1204261410'), ('const-0', u'PTRSUB_-1204261248'), ('const-0', u'PTRSUB_-1204261362'), (u'MULTIEQUAL_-1204261468', u'MULTIEQUAL_-1204261450'), ('const-8', u'PTRSUB_-1204261322'), (u'CALL_-1204261954', u'INDIRECT_-1204261495'), (u'PTRSUB_-1204261349', u'PTRSUB_-1204261334'), (u'INDIRECT_-1204261407', u'MULTIEQUAL_-1204261388'), (u'COPY_-1204261323', u'CALL_-1204261606'), ('const-32', u'PTRSUB_-1204261404'), ('const-168', u'PTRSUB_-1204261354'), (u'LOAD_-1204261806', u'CALL_-1204261777'), (u'PTRSUB_-1204261324', u'PTRSUB_-1204261304'), (u'PTRSUB_-1204261277', u'PTRSUB_-1204261295'), (u'PTRADD_-1204261382', u'MULTIEQUAL_-1204261580'), (u'CALL_-1204261862', u'INDIRECT_-1204261448'), ('const-0', u'PTRSUB_-1204261304'), ('tmp_559', u'PTRSUB_-1204261275'), ('const-433', u'LOAD_-1204261860'), ('tmp_148', u'CBRANCH_-1204261902'), (u'PTRSUB_-1204261313', u'CALL_-1204261733'), (u'INT_NOTEQUAL_-1204261936', u'CBRANCH_-1204261932'), (u'PTRSUB_-1204261295', u'PTRSUB_-1204261278'), ('const-8', u'PTRSUB_-1204261280'), (u'LOAD_-1204261920', u'INT_NOTEQUAL_-1204261904'), (u'INT_NOTEQUAL_-1204261759', u'CBRANCH_-1204261753'), ('const-192', u'PTRSUB_-1204261275'), (u'INDIRECT_-1204261495', u'MULTIEQUAL_-1204261468'), ('tmp_560', u'CAST_-1204261196'), (u'CALL_-1204261606', u'INDIRECT_-1204261323'), ('tmp_560', u'CAST_-1204261368'), (u'MULTIEQUAL_-1204261543', u'PTRADD_-1204261335'), (u'PTRSUB_-1204261362', u'PTRSUB_-1204261341'), ('const-0', u'PTRSUB_-1204261250'), (u'PTRADD_-1204261335', u'INT_NOTEQUAL_-1204261759')] | [(u'INDIRECT_-1204261346', u'COPY_-1204261405'), ('const-22', u'PTRADD_-1204261331'), (u'CALL_-1204261733', u'INDIRECT_-1204261382'), ('tmp_1172', u'PTRADD_-1204261375'), ('const-8', u'PTRADD_-1204261341'), ('tmp_1172', u'LOAD_-1204261643'), (u'INDIRECT_-1204261382', u'COPY_-1204261357'), ('tmp_415', u'CBRANCH_-1204261700'), ('const-8', u'PTRADD_-1204261360'), ('tmp_1172', u'PTRADD_-1204261407'), (u'LOAD_-1204261830', u'CAST_-1204261349'), (u'PTRADD_-1204261341', u'MULTIEQUAL_-1204261543'), ('tmp_537', u'BRANCH_-1204261603'), (u'PTRADD_-1204261368', u'LOAD_-1204261840'), (u'INT_NOTEQUAL_-1204261904', u'CBRANCH_-1204261902'), (u'CAST_-1204261364', u'INT_NOTEQUAL_-1204261844'), (u'PTRADD_-1204261305', u'LOAD_-1204261731'), (u'MULTIEQUAL_-1204261580', u'PTRADD_-1204261385'), (u'INDIRECT_-1204261448', u'MULTIEQUAL_-1204261450'), (u'PTRADD_-1204261331', u'LOAD_-1204261775'), ('const-8', u'PTRADD_-1204261286'), (u'PTRADD_-1204261424', u'LOAD_-1204261952'), ('const-433', u'LOAD_-1204261721'), ('const-0', u'INT_NOTEQUAL_-1204261936'), ('const-4', u'PTRADD_-1204261412'), ('tmp_1168', u'CALL_-1204261777'), ('const-1', u'PTRADD_-1204261424'), ('const-8', u'PTRADD_-1204261385'), (u'INDIRECT_-1204261407', u'MULTIEQUAL_-1204261413'), ('const-41', u'PTRADD_-1204261321'), (u'INT_EQUAL_-1204261706', u'CBRANCH_-1204261700'), (u'INT_NOTEQUAL_-1204261814', u'CBRANCH_-1204261809'), ('const-31', u'PTRADD_-1204261297'), ('const-22', u'PTRADD_-1204261360'), ('tmp_1172', u'PTRADD_-1204261331'), (u'MULTIEQUAL_-1204261543', u'LOAD_-1204261806'), ('const-5', u'PTRADD_-1204261407'), ('const-8', u'PTRADD_-1204261368'), (u'MULTIEQUAL_-1204261430', u'MULTIEQUAL_-1204261388'), ('tmp_1168', u'CALL_-1204261733'), ('tmp_233', u'CBRANCH_-1204261841'), (u'LOAD_-1204261643', u'CALL_-1204261606'), ('const-8', u'PTRADD_-1204261375'), (u'LOAD_-1204261860', u'CAST_-1204261364'), (u'MULTIEQUAL_-1204261580', u'LOAD_-1204261891'), (u'PTRADD_-1204261321', u'CALL_-1204261733'), ('const-5', u'PTRADD_-1204261375'), ('const-8', u'PTRADD_-1204261305'), (u'CALL_-1204261666', u'INDIRECT_-1204261346'), (u'PTRADD_-1204261375', u'LOAD_-1204261860'), (u'PTRADD_-1204261385', u'INT_NOTEQUAL_-1204261844'), (u'MULTIEQUAL_-1204261468', u'MULTIEQUAL_-1204261430'), ('tmp_1168', u'CALL_-1204261862'), ('const-433', u'LOAD_-1204261920'), ('tmp_1172', u'PTRADD_-1204261424'), (u'LOAD_-1204261840', u'CAST_-1204261357'), ('tmp_104', u'CBRANCH_-1204261932'), (u'CAST_-1204261321', u'INT_NOTEQUAL_-1204261759'), (u'INT_NOTEQUAL_-1204261844', u'CBRANCH_-1204261841'), (u'PTRADD_-1204261297', u'LOAD_-1204261721'), (u'CAST_-1204261357', u'MULTIEQUAL_-1204261543'), ('const-8', u'PTRADD_-1204261412'), ('const-3785178', u'COPY_-1204261495'), ('tmp_1168', u'CALL_-1204261606'), ('const-8', u'PTRADD_-1204261297'), (u'MULTIEQUAL_-1204261543', u'PTRADD_-1204261341'), (u'MULTIEQUAL_-1204261430', u'MULTIEQUAL_-1204261413'), ('const-433', u'LOAD_-1204261927'), ('tmp_1172', u'PTRADD_-1204261360'), (u'LOAD_-1204261952', u'INT_NOTEQUAL_-1204261936'), ('const-30', u'PTRADD_-1204261305'), (u'LOAD_-1204261920', u'CAST_-1204261395'), (u'CALL_-1204261777', u'INDIRECT_-1204261407'), ('const-8', u'PTRADD_-1204261331'), (u'COPY_-1204261495', u'CALL_-1204261954'), ('const-1', u'PTRADD_-1204261341'), (u'LOAD_-1204261891', u'CALL_-1204261862'), (u'INDIRECT_-1204261323', u'MULTIEQUAL_-1204261468'), ('const-8', u'PTRADD_-1204261321'), ('tmp_356', u'CBRANCH_-1204261753'), ('const-8', u'PTRADD_-1204261424'), (u'INDIRECT_-1204261448', u'MULTIEQUAL_-1204261430'), ('tmp_1168', u'CALL_-1204261666'), ('const-433', u'LOAD_-1204261830'), (u'CAST_-1204261349', u'INT_NOTEQUAL_-1204261814'), (u'PTRADD_-1204261360', u'LOAD_-1204261830'), (u'PTRADD_-1204261385', u'MULTIEQUAL_-1204261580'), ('tmp_1168', u'CALL_-1204261954'), ('const-0', u'RETURN_-1204261662'), ('const-433', u'LOAD_-1204261840'), ('tmp_1172', u'PTRADD_-1204261412'), ('tmp_1172', u'PTRADD_-1204261368'), (u'LOAD_-1204261731', u'INT_EQUAL_-1204261706'), ('const-433', u'LOAD_-1204261952'), ('tmp_277', u'CBRANCH_-1204261809'), ('tmp_1172', u'PTRADD_-1204261297'), ('const-433', u'LOAD_-1204261731'), (u'PTRADD_-1204261407', u'LOAD_-1204261920'), (u'CAST_-1204261400', u'INT_NOTEQUAL_-1204261904'), ('const-433', u'LOAD_-1204261860'), (u'LOAD_-1204261721', u'INT_EQUAL_-1204261706'), ('const-433', u'LOAD_-1204261806'), ('const-21', u'PTRADD_-1204261368'), ('const-433', u'LOAD_-1204261891'), (u'CAST_-1204261400', u'MULTIEQUAL_-1204261580'), ('tmp_1172', u'PTRADD_-1204261321'), ('const-0', u'RETURN_-1204261600'), (u'CAST_-1204261357', u'INT_NOTEQUAL_-1204261814'), ('const-433', u'LOAD_-1204261643'), (u'MULTIEQUAL_-1204261468', u'MULTIEQUAL_-1204261450'), ('const-3785205', u'COPY_-1204261323'), (u'PTRADD_-1204261341', u'INT_NOTEQUAL_-1204261759'), (u'LOAD_-1204261927', u'CAST_-1204261400'), (u'CALL_-1204261954', u'INDIRECT_-1204261495'), (u'INDIRECT_-1204261407', u'MULTIEQUAL_-1204261388'), (u'LOAD_-1204261775', u'CAST_-1204261321'), (u'COPY_-1204261323', u'CALL_-1204261606'), (u'PTRADD_-1204261286', u'CALL_-1204261666'), (u'LOAD_-1204261806', u'CALL_-1204261777'), (u'CAST_-1204261395', u'INT_NOTEQUAL_-1204261904'), (u'CALL_-1204261862', u'INDIRECT_-1204261448'), ('tmp_1444', u'CALL_-1204261954'), ('tmp_1172', u'PTRADD_-1204261286'), ('const-24', u'PTRADD_-1204261286'), ('tmp_148', u'CBRANCH_-1204261902'), (u'INT_NOTEQUAL_-1204261936', u'CBRANCH_-1204261932'), ('const-8', u'PTRADD_-1204261407'), (u'INT_NOTEQUAL_-1204261759', u'CBRANCH_-1204261753'), (u'PTRADD_-1204261412', u'LOAD_-1204261927'), (u'INDIRECT_-1204261495', u'MULTIEQUAL_-1204261468'), (u'CALL_-1204261606', u'INDIRECT_-1204261323'), ('const-433', u'LOAD_-1204261775'), ('const-1', u'PTRADD_-1204261385'), ('tmp_1172', u'PTRADD_-1204261305')] | null | null | 00276b80 | x64 | O2 | (translation_unit "void FUN_00276b80(undefined8 *param_1,FILE *param_2)\n\n{\n undefined8 uVar1;\n undefined8 *puVar2;\n \n fprintf(param_2,"%s: Dumping linker script\n",DAT_004589b8);\n if (param_1[1] != 0) {\n fprintf(param_2,"ENTRY(%s)\n",*param_1);\n }\n puVar2 = (undefined8 *)param_1[4];\n if (puVar2 != (undefined8 *)param_1[5]) {\n do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_00275fe0(uVar1,param_2);\n } while ((undefined8 *)param_1[5] != puVar2);\n }\n puVar2 = (undefined8 *)param_1[0x15];\n if (puVar2 != (undefined8 *)param_1[0x16]) {\n do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_002760e0(uVar1,param_2);\n } while ((undefined8 *)param_1[0x16] != puVar2);\n }\n FUN_0026ab80(param_1 + 0x29,param_2);\n if (param_1[0x1f] == param_1[0x1e]) {\n return;\n }\n FUN_00276980(param_1 + 0x18,param_2);\n return;\n}\n\n" (function_definition "void FUN_00276b80(undefined8 *param_1,FILE *param_2)\n\n{\n undefined8 uVar1;\n undefined8 *puVar2;\n \n fprintf(param_2,"%s: Dumping linker script\n",DAT_004589b8);\n if (param_1[1] != 0) {\n fprintf(param_2,"ENTRY(%s)\n",*param_1);\n }\n puVar2 = (undefined8 *)param_1[4];\n if (puVar2 != (undefined8 *)param_1[5]) {\n do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_00275fe0(uVar1,param_2);\n } while ((undefined8 *)param_1[5] != puVar2);\n }\n puVar2 = (undefined8 *)param_1[0x15];\n if (puVar2 != (undefined8 *)param_1[0x16]) {\n do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_002760e0(uVar1,param_2);\n } while ((undefined8 *)param_1[0x16] != puVar2);\n }\n FUN_0026ab80(param_1 + 0x29,param_2);\n if (param_1[0x1f] == param_1[0x1e]) {\n return;\n }\n FUN_00276980(param_1 + 0x18,param_2);\n return;\n}" primitive_type (function_declarator "FUN_00276b80(undefined8 *param_1,FILE *param_2)" identifier (parameter_list "(undefined8 *param_1,FILE *param_2)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "FILE *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n undefined8 uVar1;\n undefined8 *puVar2;\n \n fprintf(param_2,"%s: Dumping linker script\n",DAT_004589b8);\n if (param_1[1] != 0) {\n fprintf(param_2,"ENTRY(%s)\n",*param_1);\n }\n puVar2 = (undefined8 *)param_1[4];\n if (puVar2 != (undefined8 *)param_1[5]) {\n do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_00275fe0(uVar1,param_2);\n } while ((undefined8 *)param_1[5] != puVar2);\n }\n puVar2 = (undefined8 *)param_1[0x15];\n if (puVar2 != (undefined8 *)param_1[0x16]) {\n do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_002760e0(uVar1,param_2);\n } while ((undefined8 *)param_1[0x16] != puVar2);\n }\n FUN_0026ab80(param_1 + 0x29,param_2);\n if (param_1[0x1f] == param_1[0x1e]) {\n return;\n }\n FUN_00276980(param_1 + 0x18,param_2);\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (expression_statement "fprintf(param_2,"%s: Dumping linker script\n",DAT_004589b8);" (call_expression "fprintf(param_2,"%s: Dumping linker script\n",DAT_004589b8)" identifier (argument_list "(param_2,"%s: Dumping linker script\n",DAT_004589b8)" ( identifier , (string_literal ""%s: Dumping linker script\n"" " string_content escape_sequence ") , identifier ))) ;) (if_statement "if (param_1[1] != 0) {\n fprintf(param_2,"ENTRY(%s)\n",*param_1);\n }" if (parenthesized_expression "(param_1[1] != 0)" ( (binary_expression "param_1[1] != 0" (subscript_expression "param_1[1]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n fprintf(param_2,"ENTRY(%s)\n",*param_1);\n }" { (expression_statement "fprintf(param_2,"ENTRY(%s)\n",*param_1);" (call_expression "fprintf(param_2,"ENTRY(%s)\n",*param_1)" identifier (argument_list "(param_2,"ENTRY(%s)\n",*param_1)" ( identifier , (string_literal ""ENTRY(%s)\n"" " string_content escape_sequence ") , (pointer_expression "*param_1" * identifier) ))) ;) })) (expression_statement "puVar2 = (undefined8 *)param_1[4];" (assignment_expression "puVar2 = (undefined8 *)param_1[4]" identifier = (cast_expression "(undefined8 *)param_1[4]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[4]" identifier [ number_literal ]))) ;) (if_statement "if (puVar2 != (undefined8 *)param_1[5]) {\n do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_00275fe0(uVar1,param_2);\n } while ((undefined8 *)param_1[5] != puVar2);\n }" if (parenthesized_expression "(puVar2 != (undefined8 *)param_1[5])" ( (binary_expression "puVar2 != (undefined8 *)param_1[5]" identifier != (cast_expression "(undefined8 *)param_1[5]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[5]" identifier [ number_literal ]))) )) (compound_statement "{\n do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_00275fe0(uVar1,param_2);\n } while ((undefined8 *)param_1[5] != puVar2);\n }" { (do_statement "do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_00275fe0(uVar1,param_2);\n } while ((undefined8 *)param_1[5] != puVar2);" do (compound_statement "{\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_00275fe0(uVar1,param_2);\n }" { (expression_statement "uVar1 = *puVar2;" (assignment_expression "uVar1 = *puVar2" identifier = (pointer_expression "*puVar2" * identifier)) ;) (expression_statement "puVar2 = puVar2 + 1;" (assignment_expression "puVar2 = puVar2 + 1" identifier = (binary_expression "puVar2 + 1" identifier + number_literal)) ;) (expression_statement "FUN_00275fe0(uVar1,param_2);" (call_expression "FUN_00275fe0(uVar1,param_2)" identifier (argument_list "(uVar1,param_2)" ( identifier , identifier ))) ;) }) while (parenthesized_expression "((undefined8 *)param_1[5] != puVar2)" ( (binary_expression "(undefined8 *)param_1[5] != puVar2" (cast_expression "(undefined8 *)param_1[5]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[5]" identifier [ number_literal ])) != identifier) )) ;) })) (expression_statement "puVar2 = (undefined8 *)param_1[0x15];" (assignment_expression "puVar2 = (undefined8 *)param_1[0x15]" identifier = (cast_expression "(undefined8 *)param_1[0x15]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0x15]" identifier [ number_literal ]))) ;) (if_statement "if (puVar2 != (undefined8 *)param_1[0x16]) {\n do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_002760e0(uVar1,param_2);\n } while ((undefined8 *)param_1[0x16] != puVar2);\n }" if (parenthesized_expression "(puVar2 != (undefined8 *)param_1[0x16])" ( (binary_expression "puVar2 != (undefined8 *)param_1[0x16]" identifier != (cast_expression "(undefined8 *)param_1[0x16]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0x16]" identifier [ number_literal ]))) )) (compound_statement "{\n do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_002760e0(uVar1,param_2);\n } while ((undefined8 *)param_1[0x16] != puVar2);\n }" { (do_statement "do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_002760e0(uVar1,param_2);\n } while ((undefined8 *)param_1[0x16] != puVar2);" do (compound_statement "{\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_002760e0(uVar1,param_2);\n }" { (expression_statement "uVar1 = *puVar2;" (assignment_expression "uVar1 = *puVar2" identifier = (pointer_expression "*puVar2" * identifier)) ;) (expression_statement "puVar2 = puVar2 + 1;" (assignment_expression "puVar2 = puVar2 + 1" identifier = (binary_expression "puVar2 + 1" identifier + number_literal)) ;) (expression_statement "FUN_002760e0(uVar1,param_2);" (call_expression "FUN_002760e0(uVar1,param_2)" identifier (argument_list "(uVar1,param_2)" ( identifier , identifier ))) ;) }) while (parenthesized_expression "((undefined8 *)param_1[0x16] != puVar2)" ( (binary_expression "(undefined8 *)param_1[0x16] != puVar2" (cast_expression "(undefined8 *)param_1[0x16]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0x16]" identifier [ number_literal ])) != identifier) )) ;) })) (expression_statement "FUN_0026ab80(param_1 + 0x29,param_2);" (call_expression "FUN_0026ab80(param_1 + 0x29,param_2)" identifier (argument_list "(param_1 + 0x29,param_2)" ( (binary_expression "param_1 + 0x29" identifier + number_literal) , identifier ))) ;) (if_statement "if (param_1[0x1f] == param_1[0x1e]) {\n return;\n }" if (parenthesized_expression "(param_1[0x1f] == param_1[0x1e])" ( (binary_expression "param_1[0x1f] == param_1[0x1e]" (subscript_expression "param_1[0x1f]" identifier [ number_literal ]) == (subscript_expression "param_1[0x1e]" identifier [ number_literal ])) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_00276980(param_1 + 0x18,param_2);" (call_expression "FUN_00276980(param_1 + 0x18,param_2)" identifier (argument_list "(param_1 + 0x18,param_2)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) , identifier ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* DWARF original prototype: void print(Script_options * this, FILE * f) */\n\nvoid __thiscall gold::Script_options::print(Script_options *this,FILE *f)\n\n{\n Symbol_assignment *this_00;\n Script_assertion *this_01;\n pointer ppSVar1;\n pointer ppSVar2;\n \n fprintf((FILE *)f,"%s: Dumping linker script\n",program_name);\n if ((this->entry_)._M_string_length != 0) {\n fprintf((FILE *)f,"ENTRY(%s)\n",(this->entry_)._M_dataplus._M_p);\n }\n ppSVar1 = (this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold::Symbol_assignment*>_>.\n _M_impl._M_start;\n if (ppSVar1 !=\n (this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold::Symbol_assignment*>_>.\n _M_impl._M_finish) {\n do {\n this_00 = *ppSVar1;\n ppSVar1 = ppSVar1 + 1;\n Symbol_assignment::print(this_00,f);\n } while ((this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold::Symbol_assignment*>_>\n ._M_impl._M_finish != ppSVar1);\n }\n ppSVar2 = (this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std::allocator<gold::Script_assertion*>_>.\n _M_impl._M_start;\n if (ppSVar2 !=\n (this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std::allocator<gold::Script_assertion*>_>._M_impl.\n _M_finish) {\n do {\n this_01 = *ppSVar2;\n ppSVar2 = ppSVar2 + 1;\n Script_assertion::print(this_01,f);\n } while ((this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std::allocator<gold::Script_assertion*>_>.\n _M_impl._M_finish != ppSVar2);\n }\n Script_sections::print(&this->script_sections_,f);\n if ((this->version_script_info_).version_trees_.\n super__Vector_base<gold::Version_tree*,_std::allocator<gold::Version_tree*>_>._M_impl.\n _M_finish ==\n (this->version_script_info_).version_trees_.\n super__Vector_base<gold::Version_tree*,_std::allocator<gold::Version_tree*>_>._M_impl._M_start\n ) {\n return;\n }\n Version_script_info::print(&this->version_script_info_,f);\n return;\n}\n\n" comment (function_definition "void __thiscall gold::Script_options::print(Script_options *this,FILE *f)\n\n{\n Symbol_assignment *this_00;\n Script_assertion *this_01;\n pointer ppSVar1;\n pointer ppSVar2;\n \n fprintf((FILE *)f,"%s: Dumping linker script\n",program_name);\n if ((this->entry_)._M_string_length != 0) {\n fprintf((FILE *)f,"ENTRY(%s)\n",(this->entry_)._M_dataplus._M_p);\n }\n ppSVar1 = (this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold::Symbol_assignment*>_>.\n _M_impl._M_start;\n if (ppSVar1 !=\n (this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold::Symbol_assignment*>_>.\n _M_impl._M_finish) {\n do {\n this_00 = *ppSVar1;\n ppSVar1 = ppSVar1 + 1;\n Symbol_assignment::print(this_00,f);\n } while ((this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold::Symbol_assignment*>_>\n ._M_impl._M_finish != ppSVar1);\n }\n ppSVar2 = (this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std::allocator<gold::Script_assertion*>_>.\n _M_impl._M_start;\n if (ppSVar2 !=\n (this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std::allocator<gold::Script_assertion*>_>._M_impl.\n _M_finish) {\n do {\n this_01 = *ppSVar2;\n ppSVar2 = ppSVar2 + 1;\n Script_assertion::print(this_01,f);\n } while ((this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std::allocator<gold::Script_assertion*>_>.\n _M_impl._M_finish != ppSVar2);\n }\n Script_sections::print(&this->script_sections_,f);\n if ((this->version_script_info_).version_trees_.\n super__Vector_base<gold::Version_tree*,_std::allocator<gold::Version_tree*>_>._M_impl.\n _M_finish ==\n (this->version_script_info_).version_trees_.\n super__Vector_base<gold::Version_tree*,_std::allocator<gold::Version_tree*>_>._M_impl._M_start\n ) {\n return;\n }\n Version_script_info::print(&this->version_script_info_,f);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Script_options::" identifier : : identifier : :) (function_declarator "print(Script_options *this,FILE *f)" identifier (parameter_list "(Script_options *this,FILE *f)" ( (parameter_declaration "Script_options *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "FILE *f" type_identifier (pointer_declarator "*f" * identifier)) ))) (compound_statement "{\n Symbol_assignment *this_00;\n Script_assertion *this_01;\n pointer ppSVar1;\n pointer ppSVar2;\n \n fprintf((FILE *)f,"%s: Dumping linker script\n",program_name);\n if ((this->entry_)._M_string_length != 0) {\n fprintf((FILE *)f,"ENTRY(%s)\n",(this->entry_)._M_dataplus._M_p);\n }\n ppSVar1 = (this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold::Symbol_assignment*>_>.\n _M_impl._M_start;\n if (ppSVar1 !=\n (this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold::Symbol_assignment*>_>.\n _M_impl._M_finish) {\n do {\n this_00 = *ppSVar1;\n ppSVar1 = ppSVar1 + 1;\n Symbol_assignment::print(this_00,f);\n } while ((this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold::Symbol_assignment*>_>\n ._M_impl._M_finish != ppSVar1);\n }\n ppSVar2 = (this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std::allocator<gold::Script_assertion*>_>.\n _M_impl._M_start;\n if (ppSVar2 !=\n (this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std::allocator<gold::Script_assertion*>_>._M_impl.\n _M_finish) {\n do {\n this_01 = *ppSVar2;\n ppSVar2 = ppSVar2 + 1;\n Script_assertion::print(this_01,f);\n } while ((this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std::allocator<gold::Script_assertion*>_>.\n _M_impl._M_finish != ppSVar2);\n }\n Script_sections::print(&this->script_sections_,f);\n if ((this->version_script_info_).version_trees_.\n super__Vector_base<gold::Version_tree*,_std::allocator<gold::Version_tree*>_>._M_impl.\n _M_finish ==\n (this->version_script_info_).version_trees_.\n super__Vector_base<gold::Version_tree*,_std::allocator<gold::Version_tree*>_>._M_impl._M_start\n ) {\n return;\n }\n Version_script_info::print(&this->version_script_info_,f);\n return;\n}" { (declaration "Symbol_assignment *this_00;" type_identifier (pointer_declarator "*this_00" * identifier) ;) (declaration "Script_assertion *this_01;" type_identifier (pointer_declarator "*this_01" * identifier) ;) (declaration "pointer ppSVar1;" type_identifier identifier ;) (declaration "pointer ppSVar2;" type_identifier identifier ;) (expression_statement "fprintf((FILE *)f,"%s: Dumping linker script\n",program_name);" (call_expression "fprintf((FILE *)f,"%s: Dumping linker script\n",program_name)" identifier (argument_list "((FILE *)f,"%s: Dumping linker script\n",program_name)" ( (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (string_literal ""%s: Dumping linker script\n"" " string_content escape_sequence ") , identifier ))) ;) (if_statement "if ((this->entry_)._M_string_length != 0) {\n fprintf((FILE *)f,"ENTRY(%s)\n",(this->entry_)._M_dataplus._M_p);\n }" if (parenthesized_expression "((this->entry_)._M_string_length != 0)" ( (binary_expression "(this->entry_)._M_string_length != 0" (field_expression "(this->entry_)._M_string_length" (parenthesized_expression "(this->entry_)" ( (field_expression "this->entry_" identifier -> field_identifier) )) . field_identifier) != number_literal) )) (compound_statement "{\n fprintf((FILE *)f,"ENTRY(%s)\n",(this->entry_)._M_dataplus._M_p);\n }" { (expression_statement "fprintf((FILE *)f,"ENTRY(%s)\n",(this->entry_)._M_dataplus._M_p);" (call_expression "fprintf((FILE *)f,"ENTRY(%s)\n",(this->entry_)._M_dataplus._M_p)" identifier (argument_list "((FILE *)f,"ENTRY(%s)\n",(this->entry_)._M_dataplus._M_p)" ( (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (string_literal ""ENTRY(%s)\n"" " string_content escape_sequence ") , (field_expression "(this->entry_)._M_dataplus._M_p" (field_expression "(this->entry_)._M_dataplus" (parenthesized_expression "(this->entry_)" ( (field_expression "this->entry_" identifier -> field_identifier) )) . field_identifier) . field_identifier) ))) ;) })) (expression_statement "ppSVar1 = (this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold::Symbol_assignment*>_>.\n _M_impl._M_start;" (field_expression "ppSVar1 = (this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold::Symbol_assignment*>_>.\n _M_impl._M_start" (field_expression "ppSVar1 = (this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold::Symbol_assignment*>_>.\n _M_impl" (binary_expression "ppSVar1 = (this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold::Symbol_assignment*>_" (binary_expression "ppSVar1 = (this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold" (binary_expression "ppSVar1 = (this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std" (assignment_expression "ppSVar1 = (this->symbol_assignments_).\n super__Vector_base<gold" identifier = (binary_expression "(this->symbol_assignments_).\n super__Vector_base<gold" (field_expression "(this->symbol_assignments_).\n super__Vector_base" (parenthesized_expression "(this->symbol_assignments_)" ( (field_expression "this->symbol_assignments_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Symbol_assignment" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol_assignment" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (if_statement "if (ppSVar1 !=\n (this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold::Symbol_assignment*>_>.\n _M_impl._M_finish) {\n do {\n this_00 = *ppSVar1;\n ppSVar1 = ppSVar1 + 1;\n Symbol_assignment::print(this_00,f);\n } while ((this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold::Symbol_assignment*>_>\n ._M_impl._M_finish != ppSVar1);\n }" if (parenthesized_expression "(ppSVar1 !=\n (this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold::Symbol_assignment*>_>.\n _M_impl._M_finish)" ( (field_expression "ppSVar1 !=\n (this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold::Symbol_assignment*>_>.\n _M_impl._M_finish" (field_expression "ppSVar1 !=\n (this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold::Symbol_assignment*>_>.\n _M_impl" (binary_expression "ppSVar1 !=\n (this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold::Symbol_assignment*>_" (binary_expression "ppSVar1 !=\n (this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold" (binary_expression "ppSVar1 !=\n (this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std" (binary_expression "ppSVar1 !=\n (this->symbol_assignments_).\n super__Vector_base<gold" identifier != (binary_expression "(this->symbol_assignments_).\n super__Vector_base<gold" (field_expression "(this->symbol_assignments_).\n super__Vector_base" (parenthesized_expression "(this->symbol_assignments_)" ( (field_expression "this->symbol_assignments_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Symbol_assignment" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol_assignment" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) )) (compound_statement "{\n do {\n this_00 = *ppSVar1;\n ppSVar1 = ppSVar1 + 1;\n Symbol_assignment::print(this_00,f);\n } while ((this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold::Symbol_assignment*>_>\n ._M_impl._M_finish != ppSVar1);\n }" { (do_statement "do {\n this_00 = *ppSVar1;\n ppSVar1 = ppSVar1 + 1;\n Symbol_assignment::print(this_00,f);\n } while ((this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold::Symbol_assignment*>_>\n ._M_impl._M_finish != ppSVar1);" do (compound_statement "{\n this_00 = *ppSVar1;\n ppSVar1 = ppSVar1 + 1;\n Symbol_assignment::print(this_00,f);\n }" { (expression_statement "this_00 = *ppSVar1;" (assignment_expression "this_00 = *ppSVar1" identifier = (pointer_expression "*ppSVar1" * identifier)) ;) (expression_statement "ppSVar1 = ppSVar1 + 1;" (assignment_expression "ppSVar1 = ppSVar1 + 1" identifier = (binary_expression "ppSVar1 + 1" identifier + number_literal)) ;) (labeled_statement "Symbol_assignment::print(this_00,f);" statement_identifier : (ERROR ":" :) (expression_statement "print(this_00,f);" (call_expression "print(this_00,f)" identifier (argument_list "(this_00,f)" ( identifier , identifier ))) ;)) }) while (parenthesized_expression "((this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold::Symbol_assignment*>_>\n ._M_impl._M_finish != ppSVar1)" ( (binary_expression "(this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold::Symbol_assignment*>_>\n ._M_impl._M_finish != ppSVar1" (field_expression "(this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold::Symbol_assignment*>_>\n ._M_impl._M_finish" (field_expression "(this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold::Symbol_assignment*>_>\n ._M_impl" (binary_expression "(this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold::Symbol_assignment*>_" (binary_expression "(this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std::allocator<gold" (binary_expression "(this->symbol_assignments_).\n super__Vector_base<gold::Symbol_assignment*,_std" (binary_expression "(this->symbol_assignments_).\n super__Vector_base<gold" (field_expression "(this->symbol_assignments_).\n super__Vector_base" (parenthesized_expression "(this->symbol_assignments_)" ( (field_expression "this->symbol_assignments_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Symbol_assignment" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol_assignment" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) != identifier) )) ;) })) (expression_statement "ppSVar2 = (this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std::allocator<gold::Script_assertion*>_>.\n _M_impl._M_start;" (field_expression "ppSVar2 = (this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std::allocator<gold::Script_assertion*>_>.\n _M_impl._M_start" (field_expression "ppSVar2 = (this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std::allocator<gold::Script_assertion*>_>.\n _M_impl" (binary_expression "ppSVar2 = (this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std::allocator<gold::Script_assertion*>_" (binary_expression "ppSVar2 = (this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std::allocator<gold" (binary_expression "ppSVar2 = (this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std" (assignment_expression "ppSVar2 = (this->assertions_).\n super__Vector_base<gold" identifier = (binary_expression "(this->assertions_).\n super__Vector_base<gold" (field_expression "(this->assertions_).\n super__Vector_base" (parenthesized_expression "(this->assertions_)" ( (field_expression "this->assertions_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Script_assertion" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Script_assertion" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (if_statement "if (ppSVar2 !=\n (this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std::allocator<gold::Script_assertion*>_>._M_impl.\n _M_finish) {\n do {\n this_01 = *ppSVar2;\n ppSVar2 = ppSVar2 + 1;\n Script_assertion::print(this_01,f);\n } while ((this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std::allocator<gold::Script_assertion*>_>.\n _M_impl._M_finish != ppSVar2);\n }" if (parenthesized_expression "(ppSVar2 !=\n (this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std::allocator<gold::Script_assertion*>_>._M_impl.\n _M_finish)" ( (field_expression "ppSVar2 !=\n (this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std::allocator<gold::Script_assertion*>_>._M_impl.\n _M_finish" (field_expression "ppSVar2 !=\n (this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std::allocator<gold::Script_assertion*>_>._M_impl" (binary_expression "ppSVar2 !=\n (this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std::allocator<gold::Script_assertion*>_" (binary_expression "ppSVar2 !=\n (this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std::allocator<gold" (binary_expression "ppSVar2 !=\n (this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std" (binary_expression "ppSVar2 !=\n (this->assertions_).\n super__Vector_base<gold" identifier != (binary_expression "(this->assertions_).\n super__Vector_base<gold" (field_expression "(this->assertions_).\n super__Vector_base" (parenthesized_expression "(this->assertions_)" ( (field_expression "this->assertions_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Script_assertion" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Script_assertion" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) )) (compound_statement "{\n do {\n this_01 = *ppSVar2;\n ppSVar2 = ppSVar2 + 1;\n Script_assertion::print(this_01,f);\n } while ((this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std::allocator<gold::Script_assertion*>_>.\n _M_impl._M_finish != ppSVar2);\n }" { (do_statement "do {\n this_01 = *ppSVar2;\n ppSVar2 = ppSVar2 + 1;\n Script_assertion::print(this_01,f);\n } while ((this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std::allocator<gold::Script_assertion*>_>.\n _M_impl._M_finish != ppSVar2);" do (compound_statement "{\n this_01 = *ppSVar2;\n ppSVar2 = ppSVar2 + 1;\n Script_assertion::print(this_01,f);\n }" { (expression_statement "this_01 = *ppSVar2;" (assignment_expression "this_01 = *ppSVar2" identifier = (pointer_expression "*ppSVar2" * identifier)) ;) (expression_statement "ppSVar2 = ppSVar2 + 1;" (assignment_expression "ppSVar2 = ppSVar2 + 1" identifier = (binary_expression "ppSVar2 + 1" identifier + number_literal)) ;) (labeled_statement "Script_assertion::print(this_01,f);" statement_identifier : (ERROR ":" :) (expression_statement "print(this_01,f);" (call_expression "print(this_01,f)" identifier (argument_list "(this_01,f)" ( identifier , identifier ))) ;)) }) while (parenthesized_expression "((this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std::allocator<gold::Script_assertion*>_>.\n _M_impl._M_finish != ppSVar2)" ( (binary_expression "(this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std::allocator<gold::Script_assertion*>_>.\n _M_impl._M_finish != ppSVar2" (field_expression "(this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std::allocator<gold::Script_assertion*>_>.\n _M_impl._M_finish" (field_expression "(this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std::allocator<gold::Script_assertion*>_>.\n _M_impl" (binary_expression "(this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std::allocator<gold::Script_assertion*>_" (binary_expression "(this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std::allocator<gold" (binary_expression "(this->assertions_).\n super__Vector_base<gold::Script_assertion*,_std" (binary_expression "(this->assertions_).\n super__Vector_base<gold" (field_expression "(this->assertions_).\n super__Vector_base" (parenthesized_expression "(this->assertions_)" ( (field_expression "this->assertions_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Script_assertion" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Script_assertion" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) != identifier) )) ;) })) (labeled_statement "Script_sections::print(&this->script_sections_,f);" statement_identifier : (ERROR ":" :) (expression_statement "print(&this->script_sections_,f);" (call_expression "print(&this->script_sections_,f)" identifier (argument_list "(&this->script_sections_,f)" ( (pointer_expression "&this->script_sections_" & (field_expression "this->script_sections_" identifier -> field_identifier)) , identifier ))) ;)) (if_statement "if ((this->version_script_info_).version_trees_.\n super__Vector_base<gold::Version_tree*,_std::allocator<gold::Version_tree*>_>._M_impl.\n _M_finish ==\n (this->version_script_info_).version_trees_.\n super__Vector_base<gold::Version_tree*,_std::allocator<gold::Version_tree*>_>._M_impl._M_start\n ) {\n return;\n }" if (parenthesized_expression "((this->version_script_info_).version_trees_.\n super__Vector_base<gold::Version_tree*,_std::allocator<gold::Version_tree*>_>._M_impl.\n _M_finish ==\n (this->version_script_info_).version_trees_.\n super__Vector_base<gold::Version_tree*,_std::allocator<gold::Version_tree*>_>._M_impl._M_start\n )" ( (field_expression "(this->version_script_info_).version_trees_.\n super__Vector_base<gold::Version_tree*,_std::allocator<gold::Version_tree*>_>._M_impl.\n _M_finish ==\n (this->version_script_info_).version_trees_.\n super__Vector_base<gold::Version_tree*,_std::allocator<gold::Version_tree*>_>._M_impl._M_start" (field_expression "(this->version_script_info_).version_trees_.\n super__Vector_base<gold::Version_tree*,_std::allocator<gold::Version_tree*>_>._M_impl.\n _M_finish ==\n (this->version_script_info_).version_trees_.\n super__Vector_base<gold::Version_tree*,_std::allocator<gold::Version_tree*>_>._M_impl" (binary_expression "(this->version_script_info_).version_trees_.\n super__Vector_base<gold::Version_tree*,_std::allocator<gold::Version_tree*>_>._M_impl.\n _M_finish ==\n (this->version_script_info_).version_trees_.\n super__Vector_base<gold::Version_tree*,_std::allocator<gold::Version_tree*>_" (binary_expression "(this->version_script_info_).version_trees_.\n super__Vector_base<gold::Version_tree*,_std::allocator<gold::Version_tree*>_>._M_impl.\n _M_finish ==\n (this->version_script_info_).version_trees_.\n super__Vector_base<gold::Version_tree*,_std::allocator<gold" (binary_expression "(this->version_script_info_).version_trees_.\n super__Vector_base<gold::Version_tree*,_std::allocator<gold::Version_tree*>_>._M_impl.\n _M_finish ==\n (this->version_script_info_).version_trees_.\n super__Vector_base<gold::Version_tree*,_std" (binary_expression "(this->version_script_info_).version_trees_.\n super__Vector_base<gold::Version_tree*,_std::allocator<gold::Version_tree*>_>._M_impl.\n _M_finish ==\n (this->version_script_info_).version_trees_.\n super__Vector_base<gold" (field_expression "(this->version_script_info_).version_trees_.\n super__Vector_base<gold::Version_tree*,_std::allocator<gold::Version_tree*>_>._M_impl.\n _M_finish" (field_expression "(this->version_script_info_).version_trees_.\n super__Vector_base<gold::Version_tree*,_std::allocator<gold::Version_tree*>_>._M_impl" (binary_expression "(this->version_script_info_).version_trees_.\n super__Vector_base<gold::Version_tree*,_std::allocator<gold::Version_tree*>_" (binary_expression "(this->version_script_info_).version_trees_.\n super__Vector_base<gold::Version_tree*,_std::allocator<gold" (binary_expression "(this->version_script_info_).version_trees_.\n super__Vector_base<gold::Version_tree*,_std" (binary_expression "(this->version_script_info_).version_trees_.\n super__Vector_base<gold" (field_expression "(this->version_script_info_).version_trees_.\n super__Vector_base" (field_expression "(this->version_script_info_).version_trees_" (parenthesized_expression "(this->version_script_info_)" ( (field_expression "this->version_script_info_" identifier -> field_identifier) )) . field_identifier) . field_identifier) < identifier) (ERROR "::Version_tree" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Version_tree" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) == (binary_expression "(this->version_script_info_).version_trees_.\n super__Vector_base<gold" (field_expression "(this->version_script_info_).version_trees_.\n super__Vector_base" (field_expression "(this->version_script_info_).version_trees_" (parenthesized_expression "(this->version_script_info_)" ( (field_expression "this->version_script_info_" identifier -> field_identifier) )) . field_identifier) . field_identifier) < identifier)) (ERROR "::Version_tree" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Version_tree" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (labeled_statement "Version_script_info::print(&this->version_script_info_,f);" statement_identifier : (ERROR ":" :) (expression_statement "print(&this->version_script_info_,f);" (call_expression "print(&this->version_script_info_,f)" identifier (argument_list "(&this->version_script_info_,f)" ( (pointer_expression "&this->version_script_info_" & (field_expression "this->version_script_info_" identifier -> field_identifier)) , identifier ))) ;)) (return_statement "return;" return ;) }))) | (translation_unit "void FUN_00276b80(undefined8 *param_1,FILE *param_2)\n\n{\n undefined8 uVar1;\n undefined8 *puVar2;\n \n fprintf(param_2,"%s: Dumping linker script\n",DAT_004589b8);\n if (param_1[1] != 0) {\n fprintf(param_2,"ENTRY(%s)\n",*param_1);\n }\n puVar2 = (undefined8 *)param_1[4];\n if (puVar2 != (undefined8 *)param_1[5]) {\n do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_00275fe0(uVar1,param_2);\n } while ((undefined8 *)param_1[5] != puVar2);\n }\n puVar2 = (undefined8 *)param_1[0x15];\n if (puVar2 != (undefined8 *)param_1[0x16]) {\n do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_002760e0(uVar1,param_2);\n } while ((undefined8 *)param_1[0x16] != puVar2);\n }\n FUN_0026ab80(param_1 + 0x29,param_2);\n if (param_1[0x1f] == param_1[0x1e]) {\n return;\n }\n FUN_00276980(param_1 + 0x18,param_2);\n return;\n}\n\n" (function_definition "void FUN_00276b80(undefined8 *param_1,FILE *param_2)\n\n{\n undefined8 uVar1;\n undefined8 *puVar2;\n \n fprintf(param_2,"%s: Dumping linker script\n",DAT_004589b8);\n if (param_1[1] != 0) {\n fprintf(param_2,"ENTRY(%s)\n",*param_1);\n }\n puVar2 = (undefined8 *)param_1[4];\n if (puVar2 != (undefined8 *)param_1[5]) {\n do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_00275fe0(uVar1,param_2);\n } while ((undefined8 *)param_1[5] != puVar2);\n }\n puVar2 = (undefined8 *)param_1[0x15];\n if (puVar2 != (undefined8 *)param_1[0x16]) {\n do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_002760e0(uVar1,param_2);\n } while ((undefined8 *)param_1[0x16] != puVar2);\n }\n FUN_0026ab80(param_1 + 0x29,param_2);\n if (param_1[0x1f] == param_1[0x1e]) {\n return;\n }\n FUN_00276980(param_1 + 0x18,param_2);\n return;\n}" primitive_type (function_declarator "FUN_00276b80(undefined8 *param_1,FILE *param_2)" identifier (parameter_list "(undefined8 *param_1,FILE *param_2)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "FILE *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n undefined8 uVar1;\n undefined8 *puVar2;\n \n fprintf(param_2,"%s: Dumping linker script\n",DAT_004589b8);\n if (param_1[1] != 0) {\n fprintf(param_2,"ENTRY(%s)\n",*param_1);\n }\n puVar2 = (undefined8 *)param_1[4];\n if (puVar2 != (undefined8 *)param_1[5]) {\n do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_00275fe0(uVar1,param_2);\n } while ((undefined8 *)param_1[5] != puVar2);\n }\n puVar2 = (undefined8 *)param_1[0x15];\n if (puVar2 != (undefined8 *)param_1[0x16]) {\n do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_002760e0(uVar1,param_2);\n } while ((undefined8 *)param_1[0x16] != puVar2);\n }\n FUN_0026ab80(param_1 + 0x29,param_2);\n if (param_1[0x1f] == param_1[0x1e]) {\n return;\n }\n FUN_00276980(param_1 + 0x18,param_2);\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (expression_statement "fprintf(param_2,"%s: Dumping linker script\n",DAT_004589b8);" (call_expression "fprintf(param_2,"%s: Dumping linker script\n",DAT_004589b8)" identifier (argument_list "(param_2,"%s: Dumping linker script\n",DAT_004589b8)" ( identifier , (string_literal ""%s: Dumping linker script\n"" " string_content escape_sequence ") , identifier ))) ;) (if_statement "if (param_1[1] != 0) {\n fprintf(param_2,"ENTRY(%s)\n",*param_1);\n }" if (parenthesized_expression "(param_1[1] != 0)" ( (binary_expression "param_1[1] != 0" (subscript_expression "param_1[1]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n fprintf(param_2,"ENTRY(%s)\n",*param_1);\n }" { (expression_statement "fprintf(param_2,"ENTRY(%s)\n",*param_1);" (call_expression "fprintf(param_2,"ENTRY(%s)\n",*param_1)" identifier (argument_list "(param_2,"ENTRY(%s)\n",*param_1)" ( identifier , (string_literal ""ENTRY(%s)\n"" " string_content escape_sequence ") , (pointer_expression "*param_1" * identifier) ))) ;) })) (expression_statement "puVar2 = (undefined8 *)param_1[4];" (assignment_expression "puVar2 = (undefined8 *)param_1[4]" identifier = (cast_expression "(undefined8 *)param_1[4]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[4]" identifier [ number_literal ]))) ;) (if_statement "if (puVar2 != (undefined8 *)param_1[5]) {\n do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_00275fe0(uVar1,param_2);\n } while ((undefined8 *)param_1[5] != puVar2);\n }" if (parenthesized_expression "(puVar2 != (undefined8 *)param_1[5])" ( (binary_expression "puVar2 != (undefined8 *)param_1[5]" identifier != (cast_expression "(undefined8 *)param_1[5]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[5]" identifier [ number_literal ]))) )) (compound_statement "{\n do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_00275fe0(uVar1,param_2);\n } while ((undefined8 *)param_1[5] != puVar2);\n }" { (do_statement "do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_00275fe0(uVar1,param_2);\n } while ((undefined8 *)param_1[5] != puVar2);" do (compound_statement "{\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_00275fe0(uVar1,param_2);\n }" { (expression_statement "uVar1 = *puVar2;" (assignment_expression "uVar1 = *puVar2" identifier = (pointer_expression "*puVar2" * identifier)) ;) (expression_statement "puVar2 = puVar2 + 1;" (assignment_expression "puVar2 = puVar2 + 1" identifier = (binary_expression "puVar2 + 1" identifier + number_literal)) ;) (expression_statement "FUN_00275fe0(uVar1,param_2);" (call_expression "FUN_00275fe0(uVar1,param_2)" identifier (argument_list "(uVar1,param_2)" ( identifier , identifier ))) ;) }) while (parenthesized_expression "((undefined8 *)param_1[5] != puVar2)" ( (binary_expression "(undefined8 *)param_1[5] != puVar2" (cast_expression "(undefined8 *)param_1[5]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[5]" identifier [ number_literal ])) != identifier) )) ;) })) (expression_statement "puVar2 = (undefined8 *)param_1[0x15];" (assignment_expression "puVar2 = (undefined8 *)param_1[0x15]" identifier = (cast_expression "(undefined8 *)param_1[0x15]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0x15]" identifier [ number_literal ]))) ;) (if_statement "if (puVar2 != (undefined8 *)param_1[0x16]) {\n do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_002760e0(uVar1,param_2);\n } while ((undefined8 *)param_1[0x16] != puVar2);\n }" if (parenthesized_expression "(puVar2 != (undefined8 *)param_1[0x16])" ( (binary_expression "puVar2 != (undefined8 *)param_1[0x16]" identifier != (cast_expression "(undefined8 *)param_1[0x16]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0x16]" identifier [ number_literal ]))) )) (compound_statement "{\n do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_002760e0(uVar1,param_2);\n } while ((undefined8 *)param_1[0x16] != puVar2);\n }" { (do_statement "do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_002760e0(uVar1,param_2);\n } while ((undefined8 *)param_1[0x16] != puVar2);" do (compound_statement "{\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_002760e0(uVar1,param_2);\n }" { (expression_statement "uVar1 = *puVar2;" (assignment_expression "uVar1 = *puVar2" identifier = (pointer_expression "*puVar2" * identifier)) ;) (expression_statement "puVar2 = puVar2 + 1;" (assignment_expression "puVar2 = puVar2 + 1" identifier = (binary_expression "puVar2 + 1" identifier + number_literal)) ;) (expression_statement "FUN_002760e0(uVar1,param_2);" (call_expression "FUN_002760e0(uVar1,param_2)" identifier (argument_list "(uVar1,param_2)" ( identifier , identifier ))) ;) }) while (parenthesized_expression "((undefined8 *)param_1[0x16] != puVar2)" ( (binary_expression "(undefined8 *)param_1[0x16] != puVar2" (cast_expression "(undefined8 *)param_1[0x16]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0x16]" identifier [ number_literal ])) != identifier) )) ;) })) (expression_statement "FUN_0026ab80(param_1 + 0x29,param_2);" (call_expression "FUN_0026ab80(param_1 + 0x29,param_2)" identifier (argument_list "(param_1 + 0x29,param_2)" ( (binary_expression "param_1 + 0x29" identifier + number_literal) , identifier ))) ;) (if_statement "if (param_1[0x1f] == param_1[0x1e]) {\n return;\n }" if (parenthesized_expression "(param_1[0x1f] == param_1[0x1e])" ( (binary_expression "param_1[0x1f] == param_1[0x1e]" (subscript_expression "param_1[0x1f]" identifier [ number_literal ]) == (subscript_expression "param_1[0x1e]" identifier [ number_literal ])) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_00276980(param_1 + 0x18,param_2);" (call_expression "FUN_00276980(param_1 + 0x18,param_2)" identifier (argument_list "(param_1 + 0x18,param_2)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) , identifier ))) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content escape_sequence ") , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content escape_sequence ") , (pointer_expression * 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 IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) }) while (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != 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 IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) }) while (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != IDENT) )) ;) })) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == (subscript_expression IDENT [ LIT ])) )) (compound_statement { (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_00276b80(undefined8 *param_1,FILE *param_2)\n\n{\n undefined8 uVar1;\n undefined8 *puVar2;\n \n fprintf(param_2,"%s: Dumping linker script\n",DAT_004589b8);\n if (param_1[1] != 0) {\n fprintf(param_2,"ENTRY(%s)\n",*param_1);\n }\n puVar2 = (undefined8 *)param_1[4];\n if (puVar2 != (undefined8 *)param_1[5]) {\n do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_00275fe0(uVar1,param_2);\n } while ((undefined8 *)param_1[5] != puVar2);\n }\n puVar2 = (undefined8 *)param_1[0x15];\n if (puVar2 != (undefined8 *)param_1[0x16]) {\n do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_002760e0(uVar1,param_2);\n } while ((undefined8 *)param_1[0x16] != puVar2);\n }\n FUN_0026ab80(param_1 + 0x29,param_2);\n if (param_1[0x1f] == param_1[0x1e]) {\n return;\n }\n FUN_00276980(param_1 + 0x18,param_2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00276b80(undefined8 *param_1,FILE *param_2)" (identifier "FUN_00276b80") (parameter_list "(undefined8 *param_1,FILE *param_2)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "FILE *param_2" (type_identifier "FILE") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n undefined8 uVar1;\n undefined8 *puVar2;\n \n fprintf(param_2,"%s: Dumping linker script\n",DAT_004589b8);\n if (param_1[1] != 0) {\n fprintf(param_2,"ENTRY(%s)\n",*param_1);\n }\n puVar2 = (undefined8 *)param_1[4];\n if (puVar2 != (undefined8 *)param_1[5]) {\n do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_00275fe0(uVar1,param_2);\n } while ((undefined8 *)param_1[5] != puVar2);\n }\n puVar2 = (undefined8 *)param_1[0x15];\n if (puVar2 != (undefined8 *)param_1[0x16]) {\n do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_002760e0(uVar1,param_2);\n } while ((undefined8 *)param_1[0x16] != puVar2);\n }\n FUN_0026ab80(param_1 + 0x29,param_2);\n if (param_1[0x1f] == param_1[0x1e]) {\n return;\n }\n FUN_00276980(param_1 + 0x18,param_2);\n return;\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (declaration "undefined8 *puVar2;" (type_identifier "undefined8") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (expression_statement "fprintf(param_2,"%s: Dumping linker script\n",DAT_004589b8);" (call_expression "fprintf(param_2,"%s: Dumping linker script\n",DAT_004589b8)" (identifier "fprintf") (argument_list "(param_2,"%s: Dumping linker script\n",DAT_004589b8)" (( "(") (identifier "param_2") (, ",") (string_literal ""%s: Dumping linker script\n"" (" """) (string_content "%s: Dumping linker script") (escape_sequence "\n") (" """)) (, ",") (identifier "DAT_004589b8") () ")"))) (; ";")) (if_statement "if (param_1[1] != 0) {\n fprintf(param_2,"ENTRY(%s)\n",*param_1);\n }" (if "if") (parenthesized_expression "(param_1[1] != 0)" (( "(") (binary_expression "param_1[1] != 0" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n fprintf(param_2,"ENTRY(%s)\n",*param_1);\n }" ({ "{") (expression_statement "fprintf(param_2,"ENTRY(%s)\n",*param_1);" (call_expression "fprintf(param_2,"ENTRY(%s)\n",*param_1)" (identifier "fprintf") (argument_list "(param_2,"ENTRY(%s)\n",*param_1)" (( "(") (identifier "param_2") (, ",") (string_literal ""ENTRY(%s)\n"" (" """) (string_content "ENTRY(%s)") (escape_sequence "\n") (" """)) (, ",") (pointer_expression "*param_1" (* "*") (identifier "param_1")) () ")"))) (; ";")) (} "}"))) (expression_statement "puVar2 = (undefined8 *)param_1[4];" (assignment_expression "puVar2 = (undefined8 *)param_1[4]" (identifier "puVar2") (= "=") (cast_expression "(undefined8 *)param_1[4]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[4]" (identifier "param_1") ([ "[") (number_literal "4") (] "]")))) (; ";")) (if_statement "if (puVar2 != (undefined8 *)param_1[5]) {\n do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_00275fe0(uVar1,param_2);\n } while ((undefined8 *)param_1[5] != puVar2);\n }" (if "if") (parenthesized_expression "(puVar2 != (undefined8 *)param_1[5])" (( "(") (binary_expression "puVar2 != (undefined8 *)param_1[5]" (identifier "puVar2") (!= "!=") (cast_expression "(undefined8 *)param_1[5]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]")))) () ")")) (compound_statement "{\n do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_00275fe0(uVar1,param_2);\n } while ((undefined8 *)param_1[5] != puVar2);\n }" ({ "{") (do_statement "do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_00275fe0(uVar1,param_2);\n } while ((undefined8 *)param_1[5] != puVar2);" (do "do") (compound_statement "{\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_00275fe0(uVar1,param_2);\n }" ({ "{") (expression_statement "uVar1 = *puVar2;" (assignment_expression "uVar1 = *puVar2" (identifier "uVar1") (= "=") (pointer_expression "*puVar2" (* "*") (identifier "puVar2"))) (; ";")) (expression_statement "puVar2 = puVar2 + 1;" (assignment_expression "puVar2 = puVar2 + 1" (identifier "puVar2") (= "=") (binary_expression "puVar2 + 1" (identifier "puVar2") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "FUN_00275fe0(uVar1,param_2);" (call_expression "FUN_00275fe0(uVar1,param_2)" (identifier "FUN_00275fe0") (argument_list "(uVar1,param_2)" (( "(") (identifier "uVar1") (, ",") (identifier "param_2") () ")"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "((undefined8 *)param_1[5] != puVar2)" (( "(") (binary_expression "(undefined8 *)param_1[5] != puVar2" (cast_expression "(undefined8 *)param_1[5]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]"))) (!= "!=") (identifier "puVar2")) () ")")) (; ";")) (} "}"))) (expression_statement "puVar2 = (undefined8 *)param_1[0x15];" (assignment_expression "puVar2 = (undefined8 *)param_1[0x15]" (identifier "puVar2") (= "=") (cast_expression "(undefined8 *)param_1[0x15]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[0x15]" (identifier "param_1") ([ "[") (number_literal "0x15") (] "]")))) (; ";")) (if_statement "if (puVar2 != (undefined8 *)param_1[0x16]) {\n do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_002760e0(uVar1,param_2);\n } while ((undefined8 *)param_1[0x16] != puVar2);\n }" (if "if") (parenthesized_expression "(puVar2 != (undefined8 *)param_1[0x16])" (( "(") (binary_expression "puVar2 != (undefined8 *)param_1[0x16]" (identifier "puVar2") (!= "!=") (cast_expression "(undefined8 *)param_1[0x16]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[0x16]" (identifier "param_1") ([ "[") (number_literal "0x16") (] "]")))) () ")")) (compound_statement "{\n do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_002760e0(uVar1,param_2);\n } while ((undefined8 *)param_1[0x16] != puVar2);\n }" ({ "{") (do_statement "do {\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_002760e0(uVar1,param_2);\n } while ((undefined8 *)param_1[0x16] != puVar2);" (do "do") (compound_statement "{\n uVar1 = *puVar2;\n puVar2 = puVar2 + 1;\n FUN_002760e0(uVar1,param_2);\n }" ({ "{") (expression_statement "uVar1 = *puVar2;" (assignment_expression "uVar1 = *puVar2" (identifier "uVar1") (= "=") (pointer_expression "*puVar2" (* "*") (identifier "puVar2"))) (; ";")) (expression_statement "puVar2 = puVar2 + 1;" (assignment_expression "puVar2 = puVar2 + 1" (identifier "puVar2") (= "=") (binary_expression "puVar2 + 1" (identifier "puVar2") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "FUN_002760e0(uVar1,param_2);" (call_expression "FUN_002760e0(uVar1,param_2)" (identifier "FUN_002760e0") (argument_list "(uVar1,param_2)" (( "(") (identifier "uVar1") (, ",") (identifier "param_2") () ")"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "((undefined8 *)param_1[0x16] != puVar2)" (( "(") (binary_expression "(undefined8 *)param_1[0x16] != puVar2" (cast_expression "(undefined8 *)param_1[0x16]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[0x16]" (identifier "param_1") ([ "[") (number_literal "0x16") (] "]"))) (!= "!=") (identifier "puVar2")) () ")")) (; ";")) (} "}"))) (expression_statement "FUN_0026ab80(param_1 + 0x29,param_2);" (call_expression "FUN_0026ab80(param_1 + 0x29,param_2)" (identifier "FUN_0026ab80") (argument_list "(param_1 + 0x29,param_2)" (( "(") (binary_expression "param_1 + 0x29" (identifier "param_1") (+ "+") (number_literal "0x29")) (, ",") (identifier "param_2") () ")"))) (; ";")) (if_statement "if (param_1[0x1f] == param_1[0x1e]) {\n return;\n }" (if "if") (parenthesized_expression "(param_1[0x1f] == param_1[0x1e])" (( "(") (binary_expression "param_1[0x1f] == param_1[0x1e]" (subscript_expression "param_1[0x1f]" (identifier "param_1") ([ "[") (number_literal "0x1f") (] "]")) (== "==") (subscript_expression "param_1[0x1e]" (identifier "param_1") ([ "[") (number_literal "0x1e") (] "]"))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_00276980(param_1 + 0x18,param_2);" (call_expression "FUN_00276980(param_1 + 0x18,param_2)" (identifier "FUN_00276980") (argument_list "(param_1 + 0x18,param_2)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) (, ",") (identifier "param_2") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* DWARF original prototype: void print(Script_options * this, FILE * f) */
void __thiscall var_2::type_1::function_1(type_1 *this,type_2 *f)
{
type_3 *this_00;
type_4 *this_01;
type_5 var_5;
type_5 var_6;
var_1((type_2 *)f,"%s: Dumping linker script\n",program_name);
if ((this->entry_)._M_string_length != 0) {
var_1((type_2 *)f,"ENTRY(%s)\n",(this->entry_)._M_dataplus._M_p);
}
var_5 = (this->symbol_assignments_).
super__Vector_base<var_2::type_3*,var_3::allocator<var_2::type_3*>var_4>.
_M_impl._M_start;
if (var_5 !=
(this->symbol_assignments_).
super__Vector_base<var_2::type_3*,var_3::allocator<var_2::type_3*>var_4>.
_M_impl._M_finish) {
do {
this_00 = *var_5;
var_5 = var_5 + 1;
Symbol_assignment::function_1(this_00,f);
} while ((this->symbol_assignments_).
super__Vector_base<var_2::type_3*,var_3::allocator<var_2::type_3*>var_4>
._M_impl._M_finish != var_5);
}
var_6 = (this->assertions_).
super__Vector_base<var_2::type_4*,var_3::allocator<var_2::type_4*>var_4>.
_M_impl._M_start;
if (var_6 !=
(this->assertions_).
super__Vector_base<var_2::type_4*,var_3::allocator<var_2::type_4*>var_4>._M_impl.
_M_finish) {
do {
this_01 = *var_6;
var_6 = var_6 + 1;
Script_assertion::function_1(this_01,f);
} while ((this->assertions_).
super__Vector_base<var_2::type_4*,var_3::allocator<var_2::type_4*>var_4>.
_M_impl._M_finish != var_6);
}
Script_sections::function_1(&this->script_sections_,f);
if ((this->version_script_info_).version_trees_.
super__Vector_base<var_2::Version_tree*,var_3::allocator<var_2::Version_tree*>var_4>._M_impl.
_M_finish ==
(this->version_script_info_).version_trees_.
super__Vector_base<var_2::Version_tree*,var_3::allocator<var_2::Version_tree*>var_4>._M_impl._M_start
) {
return;
}
Version_script_info::function_1(&this->version_script_info_,f);
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content) (escape_sequence)) (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content) (escape_sequence)) (pointer_expression argument: (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: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) consequence: (compound_statement (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier)))) (return_statement)))) | null |
void MASKED(undefined8 *param_1,FILE *param_2)
{
undefined8 uVar1;
undefined8 *puVar2;
fprintf(param_2,"%s: Dumping linker script\n",DAT_004589b8);
if (param_1[1] != 0) {
fprintf(param_2,"ENTRY(%s)\n",*param_1);
}
puVar2 = (undefined8 *)param_1[4];
if (puVar2 != (undefined8 *)param_1[5]) {
do {
uVar1 = *puVar2;
puVar2 = puVar2 + 1;
FUN_00275fe0(uVar1,param_2);
} while ((undefined8 *)param_1[5] != puVar2);
}
puVar2 = (undefined8 *)param_1[0x15];
if (puVar2 != (undefined8 *)param_1[0x16]) {
do {
uVar1 = *puVar2;
puVar2 = puVar2 + 1;
FUN_002760e0(uVar1,param_2);
} while ((undefined8 *)param_1[0x16] != puVar2);
}
FUN_0026ab80(param_1 + 0x29,param_2);
if (param_1[0x1f] == param_1[0x1e]) {
return;
}
FUN_00276980(param_1 + 0x18,param_2);
return;
}
|
355_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | FUN_0017995d | FUN_0017995d |
void FUN_0017995d(undefined8 param_1,int param_2)
{
long unaff_RBP;
gold::Symbol_value<64>::~Symbol_value(*(Symbol_value<64> **)(unaff_RBP + -0xf8),param_2);
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_0017995d(void)
{
long unaff_RBP;
FUN_001c4ce0(*(undefined8 *)(unaff_RBP + -0xf8));
/* WARNING: Subroutine does not return */
FUN_0052bfa0();
}
| MOV RDI,qword ptr [RBP + -0xf8]
CALL 0x001c4ce0
MOV RDI,RBX
CALL 0x0052bfa0 | null | null | null | null | [(u'CAST_-1207395910', u'LOAD_-1207396000'), ('const--248', u'INT_ADD_-1207395984'), (u'INT_ADD_-1207395984', u'CAST_-1207395910'), ('tmp_68', u'INT_ADD_-1207395984'), (u'LOAD_-1207396000', u'CALL_-1207395984'), ('tmp_70', u'CALL_-1207395984'), ('const-433', u'LOAD_-1207396000'), ('const-1', u'RETURN_-1207395967')] | [(u'INT_ADD_-1207395984', u'CAST_-1207395912'), ('const--248', u'INT_ADD_-1207395984'), (u'LOAD_-1207396000', u'CALL_-1207395984'), (u'CAST_-1207395912', u'LOAD_-1207396000'), ('const-433', u'LOAD_-1207396000'), ('const-1', u'RETURN_-1207395967'), ('tmp_60', u'INT_ADD_-1207395984')] | null | null | 0017995d | x64 | O2 | (translation_unit "void FUN_0017995d(void)\n\n{\n long unaff_RBP;\n \n FUN_001c4ce0(*(undefined8 *)(unaff_RBP + -0xf8));\n /* WARNING: Subroutine does not return */\n FUN_0052bfa0();\n}\n\n" (function_definition "void FUN_0017995d(void)\n\n{\n long unaff_RBP;\n \n FUN_001c4ce0(*(undefined8 *)(unaff_RBP + -0xf8));\n /* WARNING: Subroutine does not return */\n FUN_0052bfa0();\n}" primitive_type (function_declarator "FUN_0017995d(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_RBP;\n \n FUN_001c4ce0(*(undefined8 *)(unaff_RBP + -0xf8));\n /* WARNING: Subroutine does not return */\n FUN_0052bfa0();\n}" { (declaration "long unaff_RBP;" (sized_type_specifier "long" long) identifier ;) (expression_statement "FUN_001c4ce0(*(undefined8 *)(unaff_RBP + -0xf8));" (call_expression "FUN_001c4ce0(*(undefined8 *)(unaff_RBP + -0xf8))" identifier (argument_list "(*(undefined8 *)(unaff_RBP + -0xf8))" ( (pointer_expression "*(undefined8 *)(unaff_RBP + -0xf8)" * (cast_expression "(undefined8 *)(unaff_RBP + -0xf8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0xf8)" ( (binary_expression "unaff_RBP + -0xf8" identifier + number_literal) )))) ))) ;) comment (expression_statement "FUN_0052bfa0();" (call_expression "FUN_0052bfa0()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void FUN_0017995d(undefined8 param_1,int param_2)\n\n{\n long unaff_RBP;\n \n gold::Symbol_value<64>::~Symbol_value(*(Symbol_value<64> **)(unaff_RBP + -0xf8),param_2);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" (function_definition "void FUN_0017995d(undefined8 param_1,int param_2)\n\n{\n long unaff_RBP;\n \n gold::Symbol_value<64>::~Symbol_value(*(Symbol_value<64> **)(unaff_RBP + -0xf8),param_2);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (function_declarator "FUN_0017995d(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_RBP;\n \n gold::Symbol_value<64>::~Symbol_value(*(Symbol_value<64> **)(unaff_RBP + -0xf8),param_2);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (declaration "long unaff_RBP;" (sized_type_specifier "long" long) identifier ;) (labeled_statement "gold::Symbol_value<64>::~Symbol_value(*(Symbol_value<64> **)(unaff_RBP + -0xf8),param_2);" statement_identifier (ERROR "::Symbol_value<64>:" : : (binary_expression "Symbol_value<64" identifier < number_literal) > :) : (expression_statement "~Symbol_value(*(Symbol_value<64> **)(unaff_RBP + -0xf8),param_2);" (unary_expression "~Symbol_value(*(Symbol_value<64> **)(unaff_RBP + -0xf8),param_2)" ~ (call_expression "Symbol_value(*(Symbol_value<64> **)(unaff_RBP + -0xf8),param_2)" identifier (argument_list "(*(Symbol_value<64> **)(unaff_RBP + -0xf8),param_2)" ( (pointer_expression "*(Symbol_value<64> **)(unaff_RBP + -0xf8)" * (call_expression "(Symbol_value<64> **)(unaff_RBP + -0xf8)" (parenthesized_expression "(Symbol_value<64> **)" ( (binary_expression "Symbol_value<64> **" (binary_expression "Symbol_value<64" identifier < number_literal) > (pointer_expression "**" * (pointer_expression "*" * identifier))) )) (argument_list "(unaff_RBP + -0xf8)" ( (binary_expression "unaff_RBP + -0xf8" identifier + number_literal) )))) , identifier )))) ;)) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void FUN_0017995d(void)\n\n{\n long unaff_RBP;\n \n FUN_001c4ce0(*(undefined8 *)(unaff_RBP + -0xf8));\n \n FUN_0052bfa0();\n}\n\n" (function_definition "void FUN_0017995d(void)\n\n{\n long unaff_RBP;\n \n FUN_001c4ce0(*(undefined8 *)(unaff_RBP + -0xf8));\n \n FUN_0052bfa0();\n}" primitive_type (function_declarator "FUN_0017995d(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_RBP;\n \n FUN_001c4ce0(*(undefined8 *)(unaff_RBP + -0xf8));\n \n FUN_0052bfa0();\n}" { (declaration "long unaff_RBP;" (sized_type_specifier "long" long) identifier ;) (expression_statement "FUN_001c4ce0(*(undefined8 *)(unaff_RBP + -0xf8));" (call_expression "FUN_001c4ce0(*(undefined8 *)(unaff_RBP + -0xf8))" identifier (argument_list "(*(undefined8 *)(unaff_RBP + -0xf8))" ( (pointer_expression "*(undefined8 *)(unaff_RBP + -0xf8)" * (cast_expression "(undefined8 *)(unaff_RBP + -0xf8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0xf8)" ( (binary_expression "unaff_RBP + -0xf8" identifier + number_literal) )))) ))) ;) (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 ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void FUN_0017995d(void)\n\n{\n long unaff_RBP;\n \n FUN_001c4ce0(*(undefined8 *)(unaff_RBP + -0xf8));\n \n FUN_0052bfa0();\n}" (primitive_type "void") (function_declarator "FUN_0017995d(void)" (identifier "FUN_0017995d") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long unaff_RBP;\n \n FUN_001c4ce0(*(undefined8 *)(unaff_RBP + -0xf8));\n \n FUN_0052bfa0();\n}" ({ "{") (declaration "long unaff_RBP;" (sized_type_specifier "long" (long "long")) (identifier "unaff_RBP") (; ";")) (expression_statement "FUN_001c4ce0(*(undefined8 *)(unaff_RBP + -0xf8));" (call_expression "FUN_001c4ce0(*(undefined8 *)(unaff_RBP + -0xf8))" (identifier "FUN_001c4ce0") (argument_list "(*(undefined8 *)(unaff_RBP + -0xf8))" (( "(") (pointer_expression "*(undefined8 *)(unaff_RBP + -0xf8)" (* "*") (cast_expression "(undefined8 *)(unaff_RBP + -0xf8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0xf8)" (( "(") (binary_expression "unaff_RBP + -0xf8" (identifier "unaff_RBP") (+ "+") (number_literal "-0xf8")) () ")")))) () ")"))) (; ";")) (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_2;
gold::var_1<64>::~var_1(*(var_1<64> **)(var_2 + -0xf8),param_2);
/* WARNING: Subroutine does not return */
var_3();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
void MASKED(void)
{
long unaff_RBP;
FUN_001c4ce0(*(undefined8 *)(unaff_RBP + -0xf8));
/* WARNING: Subroutine does not return */
FUN_0052bfa0();
}
|
2466_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c | do_is_incremental | FUN_00185520 |
/* DWARF original prototype: bool do_is_incremental(Sized_relobj_incr<32,_true> * this) */
bool __thiscall
gold::Sized_relobj_incr<32,_true>::do_is_incremental(Sized_relobj_incr<32,_true> *this)
{
return true;
}
|
undefined8 FUN_00185520(void)
{
return 1;
}
| MOV EAX,0x1
RET | null | null | null | null | [('const-0', u'RETURN_-1207478990'), (u'COPY_-1207478997', u'RETURN_-1207478990'), ('const-1', u'COPY_-1207478997')] | [(u'COPY_-1207479007', u'RETURN_-1207478990'), ('const-0', u'RETURN_-1207478990'), ('const-1', u'COPY_-1207479007')] | null | null | 00185520 | x64 | O2 | (translation_unit "undefined8 FUN_00185520(void)\n\n{\n return 1;\n}\n\n" (function_definition "undefined8 FUN_00185520(void)\n\n{\n return 1;\n}" type_identifier (function_declarator "FUN_00185520(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return 1;\n}" { (return_statement "return 1;" return number_literal ;) }))) | (translation_unit "/* DWARF original prototype: bool do_is_incremental(Sized_relobj_incr<32,_true> * this) */\n\nbool __thiscall\ngold::Sized_relobj_incr<32,_true>::do_is_incremental(Sized_relobj_incr<32,_true> *this)\n\n{\n return true;\n}\n\n" comment (declaration "bool __thiscall\ngold::Sized_relobj_incr<32,_true>::do_is_incremental(Sized_relobj_incr<32,_true> *this)\n\n{\n return true;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32,_true>::do_is_incremental(Sized_relobj_incr<32,_true> *this)\n\n{\n return true" < number_literal , (ERROR "_true>::" identifier > : :) (function_declarator "do_is_incremental(Sized_relobj_incr<32,_true> *this)" identifier (parameter_list "(Sized_relobj_incr<32,_true> *this)" ( (parameter_declaration "Sized_relobj_incr" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) ))) { return true) ;) (ERROR "}" })) | (translation_unit "undefined8 FUN_00185520(void)\n\n{\n return 1;\n}\n\n" (function_definition "undefined8 FUN_00185520(void)\n\n{\n return 1;\n}" type_identifier (function_declarator "FUN_00185520(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return 1;\n}" { (return_statement "return 1;" return number_literal ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return LIT ;) }))) | (function_definition "undefined8 FUN_00185520(void)\n\n{\n return 1;\n}" (type_identifier "undefined8") (function_declarator "FUN_00185520(void)" (identifier "FUN_00185520") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return 1;\n}" ({ "{") (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) |
/* DWARF original prototype: bool do_is_incremental(Sized_relobj_incr<32,_true> * this) */
bool __thiscall
gold::Sized_relobj_incr<32,_true>::do_is_incremental(Sized_relobj_incr<32,_true> *this)
{
return true;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement (number_literal))))) | null |
undefined8 MASKED(void)
{
return 1;
}
|
3349_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c | do_adjust_local_symbol | FUN_001be750 |
/* DWARF original prototype: bool do_adjust_local_symbol(Sized_relobj_file<32,_false> * this,
Symbol_value<32> * param_1) */
bool __thiscall
gold::Sized_relobj_file<32,_false>::do_adjust_local_symbol
(Sized_relobj_file<32,_false> *this,Symbol_value<32> *param_2)
{
return true;
}
|
undefined8 FUN_001be750(void)
{
return 1;
}
| MOV EAX,0x1
RET | null | null | null | null | [('const-0', u'RETURN_-1207638174'), (u'COPY_-1207638181', u'RETURN_-1207638174'), ('const-1', u'COPY_-1207638181')] | [('const-0', u'RETURN_-1207638174'), ('const-1', u'COPY_-1207638191'), (u'COPY_-1207638191', u'RETURN_-1207638174')] | null | null | 001be750 | x64 | O2 | (translation_unit "undefined8 FUN_001be750(void)\n\n{\n return 1;\n}\n\n" (function_definition "undefined8 FUN_001be750(void)\n\n{\n return 1;\n}" type_identifier (function_declarator "FUN_001be750(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return 1;\n}" { (return_statement "return 1;" return number_literal ;) }))) | (translation_unit "/* DWARF original prototype: bool do_adjust_local_symbol(Sized_relobj_file<32,_false> * this,\n Symbol_value<32> * param_1) */\n\nbool __thiscall\ngold::Sized_relobj_file<32,_false>::do_adjust_local_symbol\n (Sized_relobj_file<32,_false> *this,Symbol_value<32> *param_2)\n\n{\n return true;\n}\n\n" comment (declaration "bool __thiscall\ngold::Sized_relobj_file<32,_false>::do_adjust_local_symbol\n (Sized_relobj_file<32,_false> *this,Symbol_value<32> *param_2)\n\n{\n return true;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32,_false>::do_adjust_local_symbol\n (Sized_relobj_file<32,_false> *this,Symbol_value<32> *param_2)\n\n{\n return true" < number_literal , (ERROR "_false>::" identifier > : :) (function_declarator "do_adjust_local_symbol\n (Sized_relobj_file<32,_false> *this,Symbol_value<32> *param_2)" identifier (parameter_list "(Sized_relobj_file<32,_false> *this,Symbol_value<32> *param_2)" ( (parameter_declaration "Sized_relobj_file" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol_value<32> *param_2" type_identifier (ERROR "<32>" < number_literal >) (pointer_declarator "*param_2" * identifier)) ))) { return true) ;) (ERROR "}" })) | (translation_unit "undefined8 FUN_001be750(void)\n\n{\n return 1;\n}\n\n" (function_definition "undefined8 FUN_001be750(void)\n\n{\n return 1;\n}" type_identifier (function_declarator "FUN_001be750(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return 1;\n}" { (return_statement "return 1;" return number_literal ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return LIT ;) }))) | (function_definition "undefined8 FUN_001be750(void)\n\n{\n return 1;\n}" (type_identifier "undefined8") (function_declarator "FUN_001be750(void)" (identifier "FUN_001be750") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return 1;\n}" ({ "{") (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) |
/* DWARF original prototype: bool do_adjust_local_symbol(Sized_relobj_file<32,_false> * this,
Symbol_value<32> * param_1) */
bool __thiscall
gold::Sized_relobj_file<32,_false>::do_adjust_local_symbol
(Sized_relobj_file<32,_false> *this,Symbol_value<32> *param_2)
{
return true;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement (number_literal))))) | null |
undefined8 MASKED(void)
{
return 1;
}
|
11_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | __nl_langinfo_l | __nl_langinfo_l |
void __nl_langinfo_l(void)
{
(*(code *)PTR___nl_langinfo_l_0043e058)();
return;
}
|
void __nl_langinfo_l(void)
{
(*(code *)PTR___nl_langinfo_l_0043e058)();
return;
}
| JMP qword ptr [0x0043e058] | null | null | null | null | [('tmp_22', u'CAST_-1207209735'), (u'CAST_-1207209735', u'CALLIND_-1207209800'), (u'CALLIND_-1207209800', u'INDIRECT_-1207209740'), (u'INDIRECT_-1207209740', u'COPY_-1207209799'), ('const-0', u'RETURN_-1207209797')] | [('tmp_22', u'CAST_-1207209735'), (u'CAST_-1207209735', u'CALLIND_-1207209800'), (u'CALLIND_-1207209800', u'INDIRECT_-1207209740'), (u'INDIRECT_-1207209740', u'COPY_-1207209799'), ('const-0', u'RETURN_-1207209797')] | null | null | 001470b0 | x64 | O2 | (translation_unit "void __nl_langinfo_l(void)\n\n{\n (*(code *)PTR___nl_langinfo_l_0043e058)();\n return;\n}\n\n" (function_definition "void __nl_langinfo_l(void)\n\n{\n (*(code *)PTR___nl_langinfo_l_0043e058)();\n return;\n}" primitive_type (function_declarator "__nl_langinfo_l(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR___nl_langinfo_l_0043e058)();\n return;\n}" { (expression_statement "(*(code *)PTR___nl_langinfo_l_0043e058)();" (call_expression "(*(code *)PTR___nl_langinfo_l_0043e058)()" (parenthesized_expression "(*(code *)PTR___nl_langinfo_l_0043e058)" ( (pointer_expression "*(code *)PTR___nl_langinfo_l_0043e058" * (cast_expression "(code *)PTR___nl_langinfo_l_0043e058" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void __nl_langinfo_l(void)\n\n{\n (*(code *)PTR___nl_langinfo_l_0043e058)();\n return;\n}\n\n" (function_definition "void __nl_langinfo_l(void)\n\n{\n (*(code *)PTR___nl_langinfo_l_0043e058)();\n return;\n}" primitive_type (function_declarator "__nl_langinfo_l(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR___nl_langinfo_l_0043e058)();\n return;\n}" { (expression_statement "(*(code *)PTR___nl_langinfo_l_0043e058)();" (call_expression "(*(code *)PTR___nl_langinfo_l_0043e058)()" (parenthesized_expression "(*(code *)PTR___nl_langinfo_l_0043e058)" ( (pointer_expression "*(code *)PTR___nl_langinfo_l_0043e058" * (cast_expression "(code *)PTR___nl_langinfo_l_0043e058" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void __nl_langinfo_l(void)\n\n{\n (*(code *)PTR___nl_langinfo_l_0043e058)();\n return;\n}\n\n" (function_definition "void __nl_langinfo_l(void)\n\n{\n (*(code *)PTR___nl_langinfo_l_0043e058)();\n return;\n}" primitive_type (function_declarator "__nl_langinfo_l(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR___nl_langinfo_l_0043e058)();\n return;\n}" { (expression_statement "(*(code *)PTR___nl_langinfo_l_0043e058)();" (call_expression "(*(code *)PTR___nl_langinfo_l_0043e058)()" (parenthesized_expression "(*(code *)PTR___nl_langinfo_l_0043e058)" ( (pointer_expression "*(code *)PTR___nl_langinfo_l_0043e058" * (cast_expression "(code *)PTR___nl_langinfo_l_0043e058" ( (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 __nl_langinfo_l(void)\n\n{\n (*(code *)PTR___nl_langinfo_l_0043e058)();\n return;\n}" (primitive_type "void") (function_declarator "__nl_langinfo_l(void)" (identifier "__nl_langinfo_l") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR___nl_langinfo_l_0043e058)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR___nl_langinfo_l_0043e058)();" (call_expression "(*(code *)PTR___nl_langinfo_l_0043e058)()" (parenthesized_expression "(*(code *)PTR___nl_langinfo_l_0043e058)" (( "(") (pointer_expression "*(code *)PTR___nl_langinfo_l_0043e058" (* "*") (cast_expression "(code *)PTR___nl_langinfo_l_0043e058" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR___nl_langinfo_l_0043e058"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
void function_1(void)
{
(*(type_1 *)PTR___nl_langinfo_l_0043e058)();
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_0043e058)();
return;
}
|
147_powerpc64le-linux-gnu-ar_and_powerpc64le-linux-gnu-ar_strip.c | ranlib_only | FUN_001062f0 |
int ranlib_only(char *archname)
{
bfd *iarch;
write_armap = 1;
iarch = open_inarch(archname,(char *)0x0);
if (iarch != (bfd *)0x0) {
write_archive(iarch);
return 0;
}
/* WARNING: Subroutine does not return */
xexit(1);
}
|
undefined8 FUN_001062f0(undefined8 param_1)
{
long lVar1;
DAT_001104c0 = 1;
lVar1 = FUN_00106030(param_1,0);
if (lVar1 != 0) {
FUN_00105280(lVar1);
return 0;
}
/* WARNING: Subroutine does not return */
xexit(1);
}
| SUB RSP,0x8
XOR ESI,ESI
MOV dword ptr [0x001104c0],0x1
CALL 0x00106030
TEST RAX,RAX
JZ 0x00106319
MOV RDI,RAX
CALL 0x00105280
XOR EAX,EAX
ADD RSP,0x8
RET
MOV EDI,0x1
CALL 0x00102500 | null | null | null | null | [('tmp_86', u'CBRANCH_-1206951123'), ('const-0', u'COPY_-1206951056'), ('const-0', u'INT_NOTEQUAL_-1206951124'), (u'INDIRECT_-1206950941', u'COPY_-1206950998'), (u'INDIRECT_-1206950957', u'COPY_-1206951005'), (u'CALL_-1206951139', u'INDIRECT_-1206950972'), (u'COPY_-1206951056', u'RETURN_-1206951076'), ('const-0', u'CALL_-1206951139'), (u'CALL_-1206951112', u'INDIRECT_-1206950957'), ('const-1', u'RETURN_-1206951064'), ('tmp_182', u'CALL_-1206951139'), ('const-1', u'CALL_-1206951069'), ('const-1', u'COPY_-1206951158'), (u'CALL_-1206951139', u'INT_NOTEQUAL_-1206951124'), ('const-0', u'RETURN_-1206951076'), (u'CALL_-1206951069', u'INDIRECT_-1206950941'), (u'CALL_-1206951139', u'CALL_-1206951112'), (u'INT_NOTEQUAL_-1206951124', u'CBRANCH_-1206951123')] | [('tmp_86', u'CBRANCH_-1206951123'), ('const-0', u'INT_NOTEQUAL_-1206951124'), ('const-1', u'CALL_-1206951069'), ('const-0', u'COPY_-1206951109'), (u'COPY_-1206951109', u'RETURN_-1206951076'), ('const-0', u'CALL_-1206951139'), ('const-1', u'RETURN_-1206951064'), (u'CALL_-1206951069', u'INDIRECT_-1206950943'), ('const-1', u'COPY_-1206951158'), (u'CALL_-1206951139', u'INT_NOTEQUAL_-1206951124'), ('const-0', u'RETURN_-1206951076'), ('tmp_339', u'CALL_-1206951139'), (u'CALL_-1206951112', u'INDIRECT_-1206950959'), (u'CALL_-1206951139', u'INDIRECT_-1206950974'), (u'INDIRECT_-1206950943', u'COPY_-1206951000'), (u'CALL_-1206951139', u'CALL_-1206951112'), (u'INT_NOTEQUAL_-1206951124', u'CBRANCH_-1206951123'), (u'INDIRECT_-1206950959', u'COPY_-1206951007')] | null | null | 001062f0 | x64 | O2 | (translation_unit "undefined8 FUN_001062f0(undefined8 param_1)\n\n{\n long lVar1;\n \n DAT_001104c0 = 1;\n lVar1 = FUN_00106030(param_1,0);\n if (lVar1 != 0) {\n FUN_00105280(lVar1);\n return 0;\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n}\n\n" (function_definition "undefined8 FUN_001062f0(undefined8 param_1)\n\n{\n long lVar1;\n \n DAT_001104c0 = 1;\n lVar1 = FUN_00106030(param_1,0);\n if (lVar1 != 0) {\n FUN_00105280(lVar1);\n return 0;\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n}" type_identifier (function_declarator "FUN_001062f0(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n \n DAT_001104c0 = 1;\n lVar1 = FUN_00106030(param_1,0);\n if (lVar1 != 0) {\n FUN_00105280(lVar1);\n return 0;\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "DAT_001104c0 = 1;" (assignment_expression "DAT_001104c0 = 1" identifier = number_literal) ;) (expression_statement "lVar1 = FUN_00106030(param_1,0);" (assignment_expression "lVar1 = FUN_00106030(param_1,0)" identifier = (call_expression "FUN_00106030(param_1,0)" identifier (argument_list "(param_1,0)" ( identifier , number_literal )))) ;) (if_statement "if (lVar1 != 0) {\n FUN_00105280(lVar1);\n return 0;\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00105280(lVar1);\n return 0;\n }" { (expression_statement "FUN_00105280(lVar1);" (call_expression "FUN_00105280(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))) ;) (return_statement "return 0;" return number_literal ;) })) comment (expression_statement "xexit(1);" (call_expression "xexit(1)" identifier (argument_list "(1)" ( number_literal ))) ;) }))) | (translation_unit "int ranlib_only(char *archname)\n\n{\n bfd *iarch;\n \n write_armap = 1;\n iarch = open_inarch(archname,(char *)0x0);\n if (iarch != (bfd *)0x0) {\n write_archive(iarch);\n return 0;\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n}\n\n" (function_definition "int ranlib_only(char *archname)\n\n{\n bfd *iarch;\n \n write_armap = 1;\n iarch = open_inarch(archname,(char *)0x0);\n if (iarch != (bfd *)0x0) {\n write_archive(iarch);\n return 0;\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n}" primitive_type (function_declarator "ranlib_only(char *archname)" identifier (parameter_list "(char *archname)" ( (parameter_declaration "char *archname" primitive_type (pointer_declarator "*archname" * identifier)) ))) (compound_statement "{\n bfd *iarch;\n \n write_armap = 1;\n iarch = open_inarch(archname,(char *)0x0);\n if (iarch != (bfd *)0x0) {\n write_archive(iarch);\n return 0;\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n}" { (declaration "bfd *iarch;" type_identifier (pointer_declarator "*iarch" * identifier) ;) (expression_statement "write_armap = 1;" (assignment_expression "write_armap = 1" identifier = number_literal) ;) (expression_statement "iarch = open_inarch(archname,(char *)0x0);" (assignment_expression "iarch = open_inarch(archname,(char *)0x0)" identifier = (call_expression "open_inarch(archname,(char *)0x0)" identifier (argument_list "(archname,(char *)0x0)" ( identifier , (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) )))) ;) (if_statement "if (iarch != (bfd *)0x0) {\n write_archive(iarch);\n return 0;\n }" if (parenthesized_expression "(iarch != (bfd *)0x0)" ( (binary_expression "iarch != (bfd *)0x0" identifier != (cast_expression "(bfd *)0x0" ( (type_descriptor "bfd *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n write_archive(iarch);\n return 0;\n }" { (expression_statement "write_archive(iarch);" (call_expression "write_archive(iarch)" identifier (argument_list "(iarch)" ( identifier ))) ;) (return_statement "return 0;" return number_literal ;) })) comment (expression_statement "xexit(1);" (call_expression "xexit(1)" identifier (argument_list "(1)" ( number_literal ))) ;) }))) | (translation_unit "undefined8 FUN_001062f0(undefined8 param_1)\n\n{\n long lVar1;\n \n DAT_001104c0 = 1;\n lVar1 = FUN_00106030(param_1,0);\n if (lVar1 != 0) {\n FUN_00105280(lVar1);\n return 0;\n }\n \n xexit(1);\n}\n\n" (function_definition "undefined8 FUN_001062f0(undefined8 param_1)\n\n{\n long lVar1;\n \n DAT_001104c0 = 1;\n lVar1 = FUN_00106030(param_1,0);\n if (lVar1 != 0) {\n FUN_00105280(lVar1);\n return 0;\n }\n \n xexit(1);\n}" type_identifier (function_declarator "FUN_001062f0(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n \n DAT_001104c0 = 1;\n lVar1 = FUN_00106030(param_1,0);\n if (lVar1 != 0) {\n FUN_00105280(lVar1);\n return 0;\n }\n \n xexit(1);\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "DAT_001104c0 = 1;" (assignment_expression "DAT_001104c0 = 1" identifier = number_literal) ;) (expression_statement "lVar1 = FUN_00106030(param_1,0);" (assignment_expression "lVar1 = FUN_00106030(param_1,0)" identifier = (call_expression "FUN_00106030(param_1,0)" identifier (argument_list "(param_1,0)" ( identifier , number_literal )))) ;) (if_statement "if (lVar1 != 0) {\n FUN_00105280(lVar1);\n return 0;\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00105280(lVar1);\n return 0;\n }" { (expression_statement "FUN_00105280(lVar1);" (call_expression "FUN_00105280(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))) ;) (return_statement "return 0;" return number_literal ;) })) (expression_statement "xexit(1);" (call_expression "xexit(1)" identifier (argument_list "(1)" ( number_literal ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return LIT ;) })) (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) }))) | (function_definition "undefined8 FUN_001062f0(undefined8 param_1)\n\n{\n long lVar1;\n \n DAT_001104c0 = 1;\n lVar1 = FUN_00106030(param_1,0);\n if (lVar1 != 0) {\n FUN_00105280(lVar1);\n return 0;\n }\n \n xexit(1);\n}" (type_identifier "undefined8") (function_declarator "FUN_001062f0(undefined8 param_1)" (identifier "FUN_001062f0") (parameter_list "(undefined8 param_1)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) () ")"))) (compound_statement "{\n long lVar1;\n \n DAT_001104c0 = 1;\n lVar1 = FUN_00106030(param_1,0);\n if (lVar1 != 0) {\n FUN_00105280(lVar1);\n return 0;\n }\n \n xexit(1);\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (expression_statement "DAT_001104c0 = 1;" (assignment_expression "DAT_001104c0 = 1" (identifier "DAT_001104c0") (= "=") (number_literal "1")) (; ";")) (expression_statement "lVar1 = FUN_00106030(param_1,0);" (assignment_expression "lVar1 = FUN_00106030(param_1,0)" (identifier "lVar1") (= "=") (call_expression "FUN_00106030(param_1,0)" (identifier "FUN_00106030") (argument_list "(param_1,0)" (( "(") (identifier "param_1") (, ",") (number_literal "0") () ")")))) (; ";")) (if_statement "if (lVar1 != 0) {\n FUN_00105280(lVar1);\n return 0;\n }" (if "if") (parenthesized_expression "(lVar1 != 0)" (( "(") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00105280(lVar1);\n return 0;\n }" ({ "{") (expression_statement "FUN_00105280(lVar1);" (call_expression "FUN_00105280(lVar1)" (identifier "FUN_00105280") (argument_list "(lVar1)" (( "(") (identifier "lVar1") () ")"))) (; ";")) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (expression_statement "xexit(1);" (call_expression "xexit(1)" (identifier "xexit") (argument_list "(1)" (( "(") (number_literal "1") () ")"))) (; ";")) (} "}"))) |
int function_1(char *archname)
{
type_1 *var_2;
write_armap = 1;
var_2 = var_1(archname,(char *)0x0);
if (var_2 != (type_1 *)0x0) {
var_3(var_2);
return 0;
}
/* WARNING: Subroutine does not return */
var_4(1);
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal))))))) | null |
undefined8 MASKED(undefined8 param_1)
{
long lVar1;
DAT_001104c0 = 1;
lVar1 = FUN_00106030(param_1,0);
if (lVar1 != 0) {
FUN_00105280(lVar1);
return 0;
}
/* WARNING: Subroutine does not return */
xexit(1);
}
|
1148_aarch64-linux-gnu-ld_and_aarch64-linux-gnu-ld_strip.c | __xstat | __xstat |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int __xstat(int __ver,char *__filename,stat *__stat_buf)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __xstat@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int __xstat(int __ver,char *__filename,stat *__stat_buf)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1204456326')] | [('const-1', u'RETURN_-1204456326')] | null | null | 002a7470 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint __xstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int __xstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "__xstat(int __ver,char *__filename,stat *__stat_buf)" identifier (parameter_list "(int __ver,char *__filename,stat *__stat_buf)" ( (parameter_declaration "int __ver" primitive_type identifier) , (parameter_declaration "char *__filename" primitive_type (pointer_declarator "*__filename" * identifier)) , (parameter_declaration "stat *__stat_buf" type_identifier (pointer_declarator "*__stat_buf" * 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 __xstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __xstat@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int __xstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __xstat@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "__xstat(int __ver,char *__filename,stat *__stat_buf)" identifier (parameter_list "(int __ver,char *__filename,stat *__stat_buf)" ( (parameter_declaration "int __ver" primitive_type identifier) , (parameter_declaration "char *__filename" primitive_type (pointer_declarator "*__filename" * identifier)) , (parameter_declaration "stat *__stat_buf" type_identifier (pointer_declarator "*__stat_buf" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __xstat@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "int __xstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int __xstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "__xstat(int __ver,char *__filename,stat *__stat_buf)" identifier (parameter_list "(int __ver,char *__filename,stat *__stat_buf)" ( (parameter_declaration "int __ver" primitive_type identifier) , (parameter_declaration "char *__filename" primitive_type (pointer_declarator "*__filename" * identifier)) , (parameter_declaration "stat *__stat_buf" type_identifier (pointer_declarator "*__stat_buf" * identifier)) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "int __xstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "__xstat(int __ver,char *__filename,stat *__stat_buf)" (identifier "__xstat") (parameter_list "(int __ver,char *__filename,stat *__stat_buf)" (( "(") (parameter_declaration "int __ver" (primitive_type "int") (identifier "__ver")) (, ",") (parameter_declaration "char *__filename" (primitive_type "char") (pointer_declarator "*__filename" (* "*") (identifier "__filename"))) (, ",") (parameter_declaration "stat *__stat_buf" (type_identifier "stat") (pointer_declarator "*__stat_buf" (* "*") (identifier "__stat_buf"))) () ")"))) (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 __ver,char *__filename,type_1 *__stat_buf)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __xstat@@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: (pointer_declarator 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 __ver,char *__filename,stat *__stat_buf)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
8128_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | Output_reloc | FUN_003da4c0 |
/* DWARF original prototype: void Output_reloc(Output_reloc<4,_false,_64,_false> * this, Symbol *
gsym, uint type, Sized_relobj<64,_false> * relobj, uint shndx, Address address, Addend addend,
bool is_relative, bool is_symbolless, bool use_plt_offset) */
void __thiscall
gold::Output_reloc<4,_false,_64,_false>::Output_reloc
(Output_reloc<4,_false,_64,_false> *this,Symbol *gsym,uint type,
Sized_relobj<64,_false> *relobj,uint shndx,Address address,Addend addend,bool is_relative,
bool is_symbolless,bool use_plt_offset)
{
Output_reloc<9,_false,_64,_false>::Output_reloc
(&this->rel_,gsym,type,relobj,shndx,address,is_relative,is_symbolless,use_plt_offset);
this->addend_ = addend;
return;
}
|
void FUN_003da4c0(long param_1)
{
undefined8 in_stack_00000008;
FUN_003d50b0();
*(undefined8 *)(param_1 + 0x28) = in_stack_00000008;
return;
}
| PUSH RBX
MOV RBX,RDI
SUB RSP,0x8
MOVZX EAX,byte ptr [RSP + 0x30]
PUSH RAX
MOVZX EAX,byte ptr [RSP + 0x30]
PUSH RAX
MOVZX EAX,byte ptr [RSP + 0x30]
PUSH RAX
CALL 0x003d50b0
MOV RAX,qword ptr [RSP + 0x30]
ADD RSP,0x20
MOV qword ptr [RBX + 0x28],RAX
POP RBX
RET | null | null | null | null | [('const-0', u'RETURN_-1205689039'), ('tmp_171', u'CALL_-1205689083'), ('tmp_166', u'CALL_-1205689083'), (u'PTRSUB_-1205688951', u'CALL_-1205689083'), (u'PTRSUB_-1205688938', u'STORE_-1205689058'), ('tmp_168', u'CALL_-1205689083'), ('tmp_164', u'CALL_-1205689083'), ('tmp_169', u'STORE_-1205689058'), ('tmp_163', u'PTRSUB_-1205688938'), ('tmp_167', u'CALL_-1205689083'), ('tmp_170', u'CALL_-1205689083'), ('tmp_165', u'CALL_-1205689083'), ('tmp_172', u'CALL_-1205689083'), ('tmp_163', u'PTRSUB_-1205688951'), ('const-40', u'PTRSUB_-1205688938'), ('const-0', u'PTRSUB_-1205688951'), ('const-433', u'STORE_-1205689058')] | [('const-0', u'RETURN_-1205689039'), (u'INT_ADD_-1205689044', u'CAST_-1205688952'), ('const-433', u'STORE_-1205689058'), ('tmp_217', u'INT_ADD_-1205689044'), ('tmp_316', u'STORE_-1205689058'), (u'CAST_-1205688952', u'STORE_-1205689058'), ('const-40', u'INT_ADD_-1205689044')] | null | null | 003da4c0 | x64 | O2 | (translation_unit "void FUN_003da4c0(long param_1)\n\n{\n undefined8 in_stack_00000008;\n \n FUN_003d50b0();\n *(undefined8 *)(param_1 + 0x28) = in_stack_00000008;\n return;\n}\n\n" (function_definition "void FUN_003da4c0(long param_1)\n\n{\n undefined8 in_stack_00000008;\n \n FUN_003d50b0();\n *(undefined8 *)(param_1 + 0x28) = in_stack_00000008;\n return;\n}" primitive_type (function_declarator "FUN_003da4c0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 in_stack_00000008;\n \n FUN_003d50b0();\n *(undefined8 *)(param_1 + 0x28) = in_stack_00000008;\n return;\n}" { (declaration "undefined8 in_stack_00000008;" type_identifier identifier ;) (expression_statement "FUN_003d50b0();" (call_expression "FUN_003d50b0()" identifier (argument_list "()" ( ))) ;) (expression_statement "*(undefined8 *)(param_1 + 0x28) = in_stack_00000008;" (assignment_expression "*(undefined8 *)(param_1 + 0x28) = in_stack_00000008" (pointer_expression "*(undefined8 *)(param_1 + 0x28)" * (cast_expression "(undefined8 *)(param_1 + 0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* DWARF original prototype: void Output_reloc(Output_reloc<4,_false,_64,_false> * this, Symbol *\n gsym, uint type, Sized_relobj<64,_false> * relobj, uint shndx, Address address, Addend addend,\n bool is_relative, bool is_symbolless, bool use_plt_offset) */\n\nvoid __thiscall\ngold::Output_reloc<4,_false,_64,_false>::Output_reloc\n (Output_reloc<4,_false,_64,_false> *this,Symbol *gsym,uint type,\n Sized_relobj<64,_false> *relobj,uint shndx,Address address,Addend addend,bool is_relative,\n bool is_symbolless,bool use_plt_offset)\n\n{\n Output_reloc<9,_false,_64,_false>::Output_reloc\n (&this->rel_,gsym,type,relobj,shndx,address,is_relative,is_symbolless,use_plt_offset);\n this->addend_ = addend;\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Output_reloc<4,_false,_64,_false>::Output_reloc\n (Output_reloc<4,_false,_64,_false> *this,Symbol *gsym,uint type,\n Sized_relobj<64,_false> *relobj,uint shndx,Address address,Addend addend,bool is_relative,\n bool is_symbolless,bool use_plt_offset)\n\n{\n Output_reloc<9,_false,_64,_false>::Output_reloc\n (&this->rel_,gsym,type,relobj,shndx,address,is_relative,is_symbolless,use_plt_offset);" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<4" < number_literal) , identifier , identifier , (ERROR "_false>::Output_reloc\n (Output_reloc<4,_false,_64,_false> *this,Symbol *gsym,uint type,\n Sized_relobj<64,_false> *relobj,uint shndx,Address address,Addend addend,bool is_relative,\n bool is_symbolless,bool use_plt_offset)\n\n{" identifier > : : (function_declarator "Output_reloc\n (Output_reloc<4,_false,_64,_false> *this,Symbol *gsym,uint type,\n Sized_relobj<64,_false> *relobj,uint shndx,Address address,Addend addend,bool is_relative,\n bool is_symbolless,bool use_plt_offset)" identifier (parameter_list "(Output_reloc<4,_false,_64,_false> *this,Symbol *gsym,uint type,\n Sized_relobj<64,_false> *relobj,uint shndx,Address address,Addend addend,bool is_relative,\n bool is_symbolless,bool use_plt_offset)" ( (parameter_declaration "Output_reloc" type_identifier) (ERROR "<4" < number_literal) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol *gsym" type_identifier (pointer_declarator "*gsym" * identifier)) , (parameter_declaration "uint type" type_identifier identifier) , (parameter_declaration "Sized_relobj" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_false> *relobj" type_identifier (ERROR ">" >) (pointer_declarator "*relobj" * identifier)) , (parameter_declaration "uint shndx" type_identifier identifier) , (parameter_declaration "Address address" type_identifier identifier) , (parameter_declaration "Addend addend" type_identifier identifier) , (parameter_declaration "bool is_relative" primitive_type identifier) , (parameter_declaration "bool is_symbolless" primitive_type identifier) , (parameter_declaration "bool use_plt_offset" primitive_type identifier) ))) {) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_false>::" identifier > : :) (function_declarator "Output_reloc\n (&this->rel_,gsym,type,relobj,shndx,address,is_relative,is_symbolless,use_plt_offset)" identifier (parameter_list "(&this->rel_,gsym,type,relobj,shndx,address,is_relative,is_symbolless,use_plt_offset)" ( (ERROR "&" &) (parameter_declaration "this->rel_" type_identifier (ERROR "->" ->) identifier) , (parameter_declaration "gsym" type_identifier) , (parameter_declaration "type" type_identifier) , (parameter_declaration "relobj" type_identifier) , (parameter_declaration "shndx" type_identifier) , (parameter_declaration "address" type_identifier) , (parameter_declaration "is_relative" type_identifier) , (parameter_declaration "is_symbolless" type_identifier) , (parameter_declaration "use_plt_offset" type_identifier) ))) ;) (expression_statement "this->addend_ = addend;" (assignment_expression "this->addend_ = addend" (field_expression "this->addend_" identifier -> field_identifier) = identifier) ;) (return_statement "return;" return ;) (ERROR "}" })) | (translation_unit "void FUN_003da4c0(long param_1)\n\n{\n undefined8 in_stack_00000008;\n \n FUN_003d50b0();\n *(undefined8 *)(param_1 + 0x28) = in_stack_00000008;\n return;\n}\n\n" (function_definition "void FUN_003da4c0(long param_1)\n\n{\n undefined8 in_stack_00000008;\n \n FUN_003d50b0();\n *(undefined8 *)(param_1 + 0x28) = in_stack_00000008;\n return;\n}" primitive_type (function_declarator "FUN_003da4c0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 in_stack_00000008;\n \n FUN_003d50b0();\n *(undefined8 *)(param_1 + 0x28) = in_stack_00000008;\n return;\n}" { (declaration "undefined8 in_stack_00000008;" type_identifier identifier ;) (expression_statement "FUN_003d50b0();" (call_expression "FUN_003d50b0()" identifier (argument_list "()" ( ))) ;) (expression_statement "*(undefined8 *)(param_1 + 0x28) = in_stack_00000008;" (assignment_expression "*(undefined8 *)(param_1 + 0x28) = in_stack_00000008" (pointer_expression "*(undefined8 *)(param_1 + 0x28)" * (cast_expression "(undefined8 *)(param_1 + 0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (return_statement return ;) }))) | (function_definition "void FUN_003da4c0(long param_1)\n\n{\n undefined8 in_stack_00000008;\n \n FUN_003d50b0();\n *(undefined8 *)(param_1 + 0x28) = in_stack_00000008;\n return;\n}" (primitive_type "void") (function_declarator "FUN_003da4c0(long param_1)" (identifier "FUN_003da4c0") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n undefined8 in_stack_00000008;\n \n FUN_003d50b0();\n *(undefined8 *)(param_1 + 0x28) = in_stack_00000008;\n return;\n}" ({ "{") (declaration "undefined8 in_stack_00000008;" (type_identifier "undefined8") (identifier "in_stack_00000008") (; ";")) (expression_statement "FUN_003d50b0();" (call_expression "FUN_003d50b0()" (identifier "FUN_003d50b0") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "*(undefined8 *)(param_1 + 0x28) = in_stack_00000008;" (assignment_expression "*(undefined8 *)(param_1 + 0x28) = in_stack_00000008" (pointer_expression "*(undefined8 *)(param_1 + 0x28)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x28)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (= "=") (identifier "in_stack_00000008")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* DWARF original prototype: void Output_reloc(Output_reloc<4,_false,_64,_false> * this, Symbol *
gsym, uint type, Sized_relobj<64,_false> * relobj, uint shndx, Address address, Addend addend,
bool is_relative, bool is_symbolless, bool use_plt_offset) */
void __thiscall
gold::function_1<4,_false,_64,_false>::function_1
(function_1<4,_false,_64,_false> *type_1,Symbol *type_2,uint type_3,
Sized_relobj<64,_false> *type_4,uint type_5,Address type_6,Addend addend,bool type_7,
bool type_8,bool type_9)
{
function_1<9,_false,_64,_false>::function_1
(&type_1->rel_,type_2,type_3,type_4,type_5,type_6,type_7,type_8,type_9);
type_1->addend_ = addend;
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (return_statement)))) | null |
void MASKED(long param_1)
{
undefined8 in_stack_00000008;
FUN_003d50b0();
*(undefined8 *)(param_1 + 0x28) = in_stack_00000008;
return;
}
|
1982_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | do_calls_non_split | FUN_0016b200 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: void do_calls_non_split(Target_powerpc<64,_false> * this, Relobj *
object, uint shndx, section_offset_type fnoffset, section_size_type fnsize, uchar * prelocs,
size_t reloc_count, uchar * view, section_size_type view_size, string * from, string * to) */
void __thiscall
anon_unknown.dwarf_2cac9f::Target_powerpc<64,_false>::do_calls_non_split
(Target_powerpc<64,_false> *this,Relobj *object,uint shndx,section_offset_type fnoffset,
section_size_type fnsize,uchar *prelocs,size_t reloc_count,uchar *view,
section_size_type view_size,string *from,string *to)
{
uint *puVar1;
int iVar2;
uint *puVar3;
uint uVar4;
char *pcVar5;
uint uVar6;
int iVar7;
uint *puVar8;
puVar8 = (uint *)(view + fnoffset);
uVar6 = *puVar8;
if (uVar6 >> 0x10 == 0x3c4c) {
uVar6 = puVar8[2];
puVar8 = puVar8 + 2;
}
if (uVar6 == 0xe80d8fc0) {
iVar7 = 0;
puVar3 = puVar8;
do {
while( true ) {
while( true ) {
puVar3 = puVar3 + 1;
uVar6 = *puVar3;
uVar4 = uVar6 & 0xffff0000;
if (uVar4 != 0x3d810000) break;
iVar7 = iVar7 + uVar6 * 0x10000;
}
if ((uVar4 != 0x39810000) && (uVar4 != 0x398c0000)) break;
iVar7 = iVar7 + (short)uVar6;
}
} while (uVar6 == 0x60000000);
if ((uVar6 == 0x7fac0040) && (puVar1 = puVar8 + 3, puVar1 == puVar3)) {
if (gold::parameters->options_ == (General_options *)0x0) {
/* WARNING: Subroutine does not return */
gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");
}
iVar2 = (gold::parameters->options_->split_stack_adjust_size_).value;
uVar6 = iVar7 - iVar2;
if (((int)uVar6 < 0) && (-1 < iVar2)) {
puVar3 = puVar8 + 2;
uVar4 = uVar6 + 0x8000 >> 0x10 | 0x3d810000;
if (uVar4 == 0x3d810000) {
puVar8[1] = uVar6 & 0xffff | 0x39810000;
}
else {
uVar6 = uVar6 & 0xffff | 0x398c0000;
puVar8[1] = uVar4;
if (uVar6 != 0x398c0000) {
puVar8[2] = uVar6;
puVar3 = puVar1;
}
}
if (puVar1 == puVar3) {
return;
}
*puVar3 = 0x60000000;
return;
}
pcVar5 = "split-stack stack size overflow at section %u offset %0zx";
goto LAB_0016b340;
}
}
if (((object->super_Object).field_0x3c & 8) != 0) {
return;
}
pcVar5 = "failed to match split-stack sequence at section %u offset %0zx";
LAB_0016b340:
pcVar5 = (char *)gettext(pcVar5);
gold::Object::error(&object->super_Object,pcVar5,(ulong)shndx,fnoffset);
return;
}
|
void FUN_0016b200(undefined8 param_1,long param_2,undefined4 param_3,long param_4)
{
uint *puVar1;
int iVar2;
undefined8 uVar3;
uint *puVar4;
uint uVar5;
char *pcVar6;
uint uVar7;
int iVar8;
uint *puVar9;
long in_stack_00000010;
puVar9 = (uint *)(in_stack_00000010 + param_4);
uVar7 = *puVar9;
if (uVar7 >> 0x10 == 0x3c4c) {
uVar7 = puVar9[2];
puVar9 = puVar9 + 2;
}
if (uVar7 == 0xe80d8fc0) {
iVar8 = 0;
puVar4 = puVar9;
do {
while( true ) {
while( true ) {
puVar4 = puVar4 + 1;
uVar7 = *puVar4;
uVar5 = uVar7 & 0xffff0000;
if (uVar5 != 0x3d810000) break;
iVar8 = iVar8 + uVar7 * 0x10000;
}
if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;
iVar8 = iVar8 + (short)uVar7;
}
} while (uVar7 == 0x60000000);
if ((uVar7 == 0x7fac0040) && (puVar1 = puVar9 + 3, puVar1 == puVar4)) {
if (*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0) {
/* WARNING: Subroutine does not return */
FUN_001e9890("../../gold/parameters.h",0x5c,"options");
}
iVar2 = *(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04);
uVar7 = iVar8 - iVar2;
if (((int)uVar7 < 0) && (-1 < iVar2)) {
puVar4 = puVar9 + 2;
uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;
if (uVar5 == 0x3d810000) {
puVar9[1] = uVar7 & 0xffff | 0x39810000;
}
else {
uVar7 = uVar7 & 0xffff | 0x398c0000;
puVar9[1] = uVar5;
if (uVar7 != 0x398c0000) {
puVar9[2] = uVar7;
puVar4 = puVar1;
}
}
if (puVar1 == puVar4) {
return;
}
*puVar4 = 0x60000000;
return;
}
pcVar6 = "split-stack stack size overflow at section %u offset %0zx";
goto LAB_0016b340;
}
}
if ((*(byte *)(param_2 + 0x3c) & 8) != 0) {
return;
}
pcVar6 = "failed to match split-stack sequence at section %u offset %0zx";
LAB_0016b340:
uVar3 = gettext(pcVar6);
FUN_00229f40(param_2,uVar3,param_3,param_4);
return;
}
| PUSH RBX
MOV RBX,RSI
SUB RSP,0x10
MOV R9,qword ptr [RSP + 0x28]
ADD R9,RCX
MOV EAX,dword ptr [R9]
MOV ESI,EAX
XOR SI,SI
CMP ESI,0x3c4c0000
JNZ 0x0016b228
MOV EAX,dword ptr [R9 + 0x8]
ADD R9,0x8
CMP EAX,0xe80d8fc0
JZ 0x0016b240
TEST byte ptr [RBX + 0x3c],0x8
JZ 0x0016b330
ADD RSP,0x10
POP RBX
RET
MOV RDI,R9
XOR R8D,R8D
NOP word ptr CS:[RAX + RAX*0x1]
ADD RDI,0x4
MOV EAX,dword ptr [RDI]
MOV ESI,EAX
XOR SI,SI
CMP ESI,0x3d810000
JZ 0x0016b310
CMP ESI,0x39810000
JZ 0x0016b320
CMP ESI,0x398c0000
JZ 0x0016b320
CMP EAX,0x60000000
JZ 0x0016b250
CMP EAX,0x7fac0040
JNZ 0x0016b22f
LEA RAX,[R9 + 0xc]
CMP RAX,RDI
JNZ 0x0016b22f
MOV RSI,qword ptr [0x004ba7c8]
MOV RSI,qword ptr [RSI + 0x10]
TEST RSI,RSI
JZ 0x0016b37f
MOV ESI,dword ptr [RSI + 0x5d04]
SUB R8D,ESI
JNS 0x0016b36d
TEST ESI,ESI
JS 0x0016b36d
LEA EDX,[R8 + 0x8000]
LEA RCX,[R9 + 0x8]
MOVZX R8D,R8W
SHR EDX,0x10
OR EDX,0x3d810000
CMP EDX,0x3d810000
JZ 0x0016b360
OR R8D,0x398c0000
MOV dword ptr [R9 + 0x4],EDX
CMP R8D,0x398c0000
JZ 0x0016b2fc
MOV dword ptr [R9 + 0x8],R8D
MOV RCX,RAX
CMP RAX,RCX
JZ 0x0016b239
MOV dword ptr [RCX],0x60000000
JMP 0x0016b239
SHL EAX,0x10
ADD R8D,EAX
JMP 0x0016b250
CWDE
ADD R8D,EAX
JMP 0x0016b250
MOV qword ptr [RSP + 0x8],RCX
LEA RDI,[0x3de9c0]
MOV dword ptr [RSP + 0x4],EDX
CALL 0x00150320
MOV RCX,qword ptr [RSP + 0x8]
MOV EDX,dword ptr [RSP + 0x4]
ADD RSP,0x10
MOV RSI,RAX
MOV RDI,RBX
XOR EAX,EAX
POP RBX
JMP 0x00229f40
OR R8D,0x39810000
MOV dword ptr [R9 + 0x4],R8D
JMP 0x0016b2fc
MOV qword ptr [RSP + 0x8],RCX
LEA RDI,[0x3de980]
MOV dword ptr [RSP + 0x4],EDX
JMP 0x0016b340
LEA RDX,[0x3dd908]
MOV ESI,0x5c
LEA RDI,[0x3c9279]
CALL 0x001e9890 | null | null | null | null | [('tmp_950', u'CBRANCH_-1207323577'), ('const-433', u'STORE_-1207323557'), (u'INT_OR_-1207323380', u'STORE_-1207323388'), ('const-965476352', u'INT_NOTEQUAL_-1207323538'), ('const-65536', u'INT_MULT_-1207323413'), ('const-65535', u'INT_AND_-1207322827'), ('tmp_1164', u'BRANCH_-1207323424'), (u'CAST_-1207322900', u'PTRADD_-1207322897'), (u'INT_SLESS_-1207323679', u'CBRANCH_-1207323679'), (u'INT_RIGHT_-1207323623', u'INT_OR_-1207323584'), (u'INT_EQUAL_-1207323582', u'CBRANCH_-1207323577'), ('tmp_512', u'CBRANCH_-1207323866'), ('const-2', u'PTRADD_-1207322725'), (u'INT_SUB_-1207323694', u'INT_AND_-1207322827'), ('const-0', u'SUBPIECE_-1207323024'), (u'LOAD_-1207323723', u'INT_SLESS_-1207323679'), (u'INT_EQUAL_-1207324081', u'CBRANCH_-1207324075'), ('const-2', u'PTRADD_-1207322897'), ('const-1', u'RETURN_-1207323321'), (u'INT_SLESS_-1207323699', u'CBRANCH_-1207323697'), (u'PTRSUB_-1207322561', u'CALL_-1207323662'), (u'PTRADD_-1207322850', u'INT_EQUAL_-1207323761'), ('const-4', u'PTRADD_-1207322897'), (u'MULTIEQUAL_-1207323005', u'INT_EQUAL_-1207323508'), (u'INT_EQUAL_-1207323803', u'CBRANCH_-1207323799'), (u'SUBPIECE_-1207323024', u'INT_SEXT_-1207323426'), ('tmp_1096', u'BRANCH_-1207323382'), ('const-4294901760', u'INT_AND_-1207323144'), (u'PTRADD_-1207322788', u'INT_EQUAL_-1207323761'), (u'INT_EQUAL_-1207323786', u'CBRANCH_-1207323781'), ('tmp_1313', u'PTRSUB_-1207322561'), (u'INT_EQUAL_-1207323508', u'CBRANCH_-1207323506'), ('const-433', u'LOAD_-1207324034'), ('tmp_600', u'CBRANCH_-1207323799'), ('const-964755456', u'INT_NOTEQUAL_-1207323847'), (u'INT_MULT_-1207323413', u'INT_ADD_-1207323385'), ('const-4', u'PTRADD_-1207322563'), (u'STORE_-1207323530', u'INDIRECT_-1207322750'), ('tmp_1313', u'PTRSUB_-1207322884'), (u'INDIRECT_-1207322653', u'COPY_-1207322711'), ('const-2', u'PTRADD_-1207322678'), ('const-1', u'PTRADD_-1207324064'), (u'PTRADD_-1207324064', u'CAST_-1207322900'), (u'INT_ADD_-1207323385', u'MULTIEQUAL_-1207322878'), (u'INDIRECT_-1207322764', u'MULTIEQUAL_-1207322740'), ('tmp_1315', u'CALL_-1207323662'), (u'COPY_-1207322947', u'MULTIEQUAL_-1207322878'), (u'STORE_-1207323557', u'INDIRECT_-1207322764'), (u'PTRSUB_-1207322869', u'LOAD_-1207324034'), ('const-4', u'PTRADD_-1207322850'), ('const-1', u'PTRADD_-1207322692'), ('const-433', u'LOAD_-1207323723'), ('const-60', u'PTRSUB_-1207322869'), (u'LOAD_-1207323906', u'INT_EQUAL_-1207323786'), ('const-1031864320', u'INT_NOTEQUAL_-1207323870'), (u'INT_NOTEQUAL_-1207323538', u'CBRANCH_-1207323533'), (u'MULTIEQUAL_-1207322862', u'CALL_-1207323722'), ('tmp_1314', u'INT_ZEXT_-1207322943'), (u'INT_AND_-1207323144', u'INT_NOTEQUAL_-1207323870'), (u'INDIRECT_-1207322634', u'MULTIEQUAL_-1207322740'), (u'INT_AND_-1207322827', u'INT_OR_-1207323549'), ('const-433', u'STORE_-1207323500'), ('tmp_703', u'CBRANCH_-1207323728'), (u'PTRSUB_-1207322770', u'LOAD_-1207323749'), (u'INT_NOTEQUAL_-1207323870', u'CBRANCH_-1207323866'), ('const-4', u'PTRADD_-1207322788'), (u'STORE_-1207323388', u'INDIRECT_-1207322634'), (u'PTRADD_-1207322850', u'MULTIEQUAL_-1207323101'), (u'MULTIEQUAL_-1207323071', u'PTRADD_-1207322725'), (u'INT_NOTEQUAL_-1207324021', u'CBRANCH_-1207324019'), ('tmp_1319', u'PTRADD_-1207324064'), ('const-1', u'PTRADD_-1207322850'), (u'MULTIEQUAL_-1207322740', u'COPY_-1207322940'), (u'LOAD_-1207324034', u'INT_AND_-1207324008'), (u'MULTIEQUAL_-1207323005', u'INT_EQUAL_-1207324041'), (u'PTRADD_-1207322850', u'LOAD_-1207323906'), ('const-0', u'INT_SLESS_-1207323699'), (u'CAST_-1207322591', u'CALL_-1207323662'), ('const-433', u'STORE_-1207323530'), (u'COPY_-1207322598', u'CALL_-1207323326'), ('tmp_3421', u'PTRSUB_-1207322770'), ('const-965476352', u'INT_OR_-1207323549'), ('const-964755456', u'INT_OR_-1207323380'), (u'PTRADD_-1207322897', u'MULTIEQUAL_-1207323071'), (u'INT_NOTEQUAL_-1207323847', u'CBRANCH_-1207323843'), (u'CAST_-1207322900', u'MULTIEQUAL_-1207323071'), (u'LOAD_-1207323906', u'INT_MULT_-1207323413'), (u'INDIRECT_-1207322600', u'COPY_-1207322655'), ('tmp_745', u'CBRANCH_-1207323697'), (u'COPY_-1207322729', u'MULTIEQUAL_-1207323005'), (u'MULTIEQUAL_-1207323101', u'PTRADD_-1207322850'), ('const-4', u'PTRADD_-1207322678'), (u'LOAD_-1207323749', u'PTRSUB_-1207322756'), ('const-92', u'CALL_-1207323326'), ('const-0', u'RETURN_-1207322930'), ('const-15436', u'INT_EQUAL_-1207324081'), (u'MULTIEQUAL_-1207323071', u'PTRADD_-1207322788'), (u'INT_ADD_-1207323420', u'MULTIEQUAL_-1207322878'), ('const-0', u'INT_NOTEQUAL_-1207324021'), ('const-16', u'INT_RIGHT_-1207323052'), (u'MULTIEQUAL_-1207323071', u'PTRADD_-1207322678'), (u'PTRADD_-1207322788', u'INT_EQUAL_-1207323508'), (u'COPY_-1207323374', u'MULTIEQUAL_-1207322862'), ('tmp_231', u'CBRANCH_-1207324019'), (u'PTRADD_-1207322692', u'STORE_-1207323557'), ('const-0', u'PTRSUB_-1207322884'), (u'MULTIEQUAL_-1207322878', u'INT_ADD_-1207323385'), (u'PTRADD_-1207322563', u'STORE_-1207323388'), ('tmp_1299', u'BRANCH_-1207323389'), ('const-3969657', u'COPY_-1207322598'), (u'INT_ADD_-1207323658', u'INT_RIGHT_-1207323623'), ('const-4057536', u'COPY_-1207323745'), (u'INT_AND_-1207322827', u'INT_OR_-1207323380'), ('tmp_199', u'CBRANCH_-1207324037'), ('const-433', u'LOAD_-1207324117'), ('const-16', u'INT_RIGHT_-1207323623'), (u'LOAD_-1207323906', u'SUBPIECE_-1207323024'), ('tmp_667', u'CBRANCH_-1207323758'), (u'CALL_-1207323326', u'INDIRECT_-1207322600'), (u'INT_RIGHT_-1207323052', u'INT_EQUAL_-1207324081'), (u'PTRSUB_-1207322745', u'LOAD_-1207323723'), (u'INT_SEXT_-1207323426', u'INT_ADD_-1207323420'), (u'CALL_-1207323722', u'INDIRECT_-1207322681'), ('const-0', u'COPY_-1207322947'), (u'PTRADD_-1207322725', u'COPY_-1207322736'), ('const-3', u'PTRADD_-1207322788'), (u'INT_NOTEQUAL_-1207323824', u'CBRANCH_-1207323820'), (u'CAST_-1207322900', u'PTRADD_-1207322902'), (u'COPY_-1207322597', u'CALL_-1207323326'), (u'MULTIEQUAL_-1207323005', u'STORE_-1207323500'), ('const-23712', u'PTRSUB_-1207322756'), ('tmp_771', u'CBRANCH_-1207323679'), (u'COPY_-1207322995', u'COPY_-1207322997'), (u'PTRADD_-1207322788', u'COPY_-1207322729'), (u'INDIRECT_-1207322750', u'MULTIEQUAL_-1207322740'), ('tmp_630', u'CBRANCH_-1207323781'), ('tmp_1014', u'CBRANCH_-1207323533'), ('const-1031864320', u'INT_EQUAL_-1207323582'), (u'INT_OR_-1207323584', u'STORE_-1207323557'), ('const-4', u'PTRADD_-1207322902'), (u'INDIRECT_-1207322733', u'COPY_-1207322943'), (u'MULTIEQUAL_-1207322878', u'MULTIEQUAL_-1207322878'), (u'INT_AND_-1207323144', u'INT_NOTEQUAL_-1207323847'), (u'PTRSUB_-1207322756', u'PTRSUB_-1207322745'), ('const-3893202880', u'INT_EQUAL_-1207324041'), (u'MULTIEQUAL_-1207323071', u'PTRADD_-1207322692'), (u'PTRADD_-1207322678', u'STORE_-1207323530'), (u'LOAD_-1207323723', u'INT_SUB_-1207323694'), ('const-0', u'RETURN_-1207322933'), (u'LOAD_-1207323906', u'INT_EQUAL_-1207323803'), ('const-0', u'RETURN_-1207323987'), (u'INT_OR_-1207323549', u'INT_NOTEQUAL_-1207323538'), (u'CAST_-1207322900', u'LOAD_-1207324117'), (u'LOAD_-1207323906', u'INT_AND_-1207323144'), (u'INT_EQUAL_-1207324041', u'CBRANCH_-1207324037'), (u'INT_OR_-1207323584', u'INT_EQUAL_-1207323582'), (u'LOAD_-1207324117', u'INT_RIGHT_-1207323052'), (u'LOAD_-1207324117', u'MULTIEQUAL_-1207323005'), ('const-4057472', u'COPY_-1207323374'), ('const-433', u'LOAD_-1207323906'), ('const-1610612736', u'STORE_-1207323500'), (u'CALL_-1207323662', u'INDIRECT_-1207322653'), ('const-32768', u'INT_ADD_-1207323658'), ('tmp_135', u'CBRANCH_-1207324075'), (u'MULTIEQUAL_-1207322878', u'INT_ADD_-1207323420'), (u'PTRSUB_-1207322884', u'PTRSUB_-1207322869'), (u'INT_AND_-1207324008', u'INT_NOTEQUAL_-1207324021'), (u'COPY_-1207322736', u'MULTIEQUAL_-1207323005'), (u'MULTIEQUAL_-1207323071', u'COPY_-1207322907'), ('const-4053256', u'COPY_-1207322597'), ('const-0', u'INT_EQUAL_-1207323730'), ('const-965476352', u'INT_NOTEQUAL_-1207323824'), ('const-100', u'PTRSUB_-1207322745'), ('tmp_542', u'CBRANCH_-1207323843'), ('const-1031864320', u'INT_OR_-1207323584'), (u'INT_ZEXT_-1207322943', u'CALL_-1207323662'), (u'INT_EQUAL_-1207323761', u'CBRANCH_-1207323758'), ('const-4', u'PTRADD_-1207322692'), (u'LOAD_-1207324074', u'MULTIEQUAL_-1207323005'), ('const-433', u'STORE_-1207323388'), (u'INT_SUB_-1207323694', u'INT_ADD_-1207323658'), ('const-8', u'INT_AND_-1207324008'), (u'COPY_-1207323745', u'MULTIEQUAL_-1207322862'), (u'LOAD_-1207323749', u'INT_EQUAL_-1207323730'), (u'CAST_-1207322736', u'INT_SLESS_-1207323699'), (u'INT_AND_-1207323144', u'INT_NOTEQUAL_-1207323824'), ('const-2', u'PTRADD_-1207322902'), ('const-4294967295', u'INT_SLESS_-1207323679'), (u'INT_OR_-1207323549', u'STORE_-1207323530'), (u'CALL_-1207323722', u'CAST_-1207322591'), ('const-433', u'LOAD_-1207324074'), ('tmp_1315', u'PTRADD_-1207324064'), ('const-0', u'RETURN_-1207323658'), ('const-16', u'PTRSUB_-1207322770'), (u'PTRADD_-1207322902', u'LOAD_-1207324074'), (u'INT_EQUAL_-1207323730', u'CBRANCH_-1207323728'), ('const-1', u'PTRADD_-1207322563'), ('tmp_3421', u'COPY_-1207322995'), ('const-0', u'PTRSUB_-1207322561'), ('tmp_1054', u'CBRANCH_-1207323506'), (u'MULTIEQUAL_-1207323071', u'PTRADD_-1207322563'), (u'COPY_-1207322907', u'MULTIEQUAL_-1207323101'), ('const-433', u'LOAD_-1207323749'), ('const-4', u'PTRADD_-1207322725'), ('const-2141978688', u'INT_EQUAL_-1207323786'), (u'INT_SUB_-1207323694', u'CAST_-1207322736'), (u'STORE_-1207323500', u'INDIRECT_-1207322733'), ('tmp_572', u'CBRANCH_-1207323820'), ('const-1610612736', u'INT_EQUAL_-1207323803'), (u'MULTIEQUAL_-1207322878', u'INT_SUB_-1207323694'), ('tmp_1115', u'BRANCH_-1207323356'), (u'PTRADD_-1207322725', u'MULTIEQUAL_-1207323005')] | [('tmp_950', u'CBRANCH_-1207323577'), (u'INT_OR_-1207323380', u'STORE_-1207323388'), ('const-4', u'PTRADD_-1207322743'), ('const-1031864320', u'INT_EQUAL_-1207323582'), (u'PTRADD_-1207322710', u'STORE_-1207323557'), ('tmp_1164', u'BRANCH_-1207323424'), (u'INT_SLESS_-1207323679', u'CBRANCH_-1207323679'), ('const-92', u'CALL_-1207323326'), (u'MULTIEQUAL_-1207323073', u'PTRADD_-1207322696'), (u'INT_RIGHT_-1207323623', u'INT_OR_-1207323584'), (u'LOAD_-1207323749', u'INT_ADD_-1207323707'), ('const-4', u'PTRADD_-1207322910'), (u'INT_EQUAL_-1207323582', u'CBRANCH_-1207323577'), ('tmp_512', u'CBRANCH_-1207323866'), (u'LOAD_-1207323723', u'INT_SLESS_-1207323679'), ('const-4', u'PTRADD_-1207322581'), ('tmp_3014', u'CALL_-1207323662'), (u'INT_EQUAL_-1207324081', u'CBRANCH_-1207324075'), ('const-2', u'PTRADD_-1207322915'), ('const-1', u'RETURN_-1207323321'), (u'CALL_-1207323722', u'INDIRECT_-1207322683'), (u'CAST_-1207322754', u'INT_SLESS_-1207323699'), (u'CAST_-1207322920', u'PTRADD_-1207322910'), (u'INT_SLESS_-1207323699', u'CBRANCH_-1207323697'), ('tmp_3370', u'INT_ADD_-1207324110'), (u'INT_ADD_-1207323707', u'CAST_-1207322761'), (u'MULTIEQUAL_-1207323005', u'INT_EQUAL_-1207323508'), (u'INT_EQUAL_-1207323803', u'CBRANCH_-1207323799'), (u'SUBPIECE_-1207323024', u'INT_SEXT_-1207323426'), ('const-3969657', u'COPY_-1207322611'), ('const-0', u'RETURN_-1207322943'), ('tmp_1096', u'BRANCH_-1207323382'), ('const-2141978688', u'INT_EQUAL_-1207323786'), (u'INT_EQUAL_-1207323786', u'CBRANCH_-1207323781'), ('tmp_3371', u'PTRADD_-1207323687'), (u'COPY_-1207323374', u'MULTIEQUAL_-1207322864'), (u'INT_EQUAL_-1207323508', u'CBRANCH_-1207323506'), ('tmp_600', u'CBRANCH_-1207323799'), ('tmp_3013', u'INT_ADD_-1207324020'), (u'INDIRECT_-1207322602', u'COPY_-1207322657'), (u'INT_MULT_-1207323413', u'INT_ADD_-1207323385'), ('const-965476352', u'INT_NOTEQUAL_-1207323824'), (u'INDIRECT_-1207322766', u'MULTIEQUAL_-1207322742'), ('const-1', u'PTRADD_-1207322865'), ('const-1610612736', u'STORE_-1207323500'), ('const-23812', u'INT_ADD_-1207323707'), (u'COPY_-1207322749', u'MULTIEQUAL_-1207323005'), (u'COPY_-1207322610', u'CALL_-1207323326'), (u'CAST_-1207322882', u'LOAD_-1207324034'), (u'INT_AND_-1207323146', u'INT_NOTEQUAL_-1207323847'), (u'CAST_-1207322761', u'LOAD_-1207323723'), (u'LOAD_-1207323906', u'INT_EQUAL_-1207323786'), (u'COPY_-1207322927', u'MULTIEQUAL_-1207323103'), ('const-32768', u'INT_ADD_-1207323658'), (u'STORE_-1207323557', u'INDIRECT_-1207322766'), (u'INT_NOTEQUAL_-1207323538', u'CBRANCH_-1207323533'), ('const-433', u'STORE_-1207323500'), ('tmp_703', u'CBRANCH_-1207323728'), (u'CALL_-1207323326', u'INDIRECT_-1207322602'), (u'INT_NOTEQUAL_-1207323870', u'CBRANCH_-1207323866'), ('const-2', u'PTRADD_-1207322743'), (u'INT_NOTEQUAL_-1207324021', u'CBRANCH_-1207324019'), ('const-965476352', u'INT_NOTEQUAL_-1207323538'), (u'LOAD_-1207324034', u'INT_AND_-1207324008'), (u'PTRADD_-1207322865', u'MULTIEQUAL_-1207323103'), ('const-433', u'LOAD_-1207323749'), ('const-965476352', u'INT_OR_-1207323549'), ('const-964755456', u'INT_OR_-1207323380'), ('const-4057472', u'COPY_-1207323374'), ('tmp_3384', u'CALL_-1207323662'), (u'INT_NOTEQUAL_-1207323847', u'CBRANCH_-1207323843'), ('const-65536', u'INT_MULT_-1207323413'), (u'LOAD_-1207323906', u'INT_MULT_-1207323413'), (u'MULTIEQUAL_-1207323103', u'PTRADD_-1207322865'), ('tmp_745', u'CBRANCH_-1207323697'), (u'COPY_-1207322997', u'COPY_-1207322999'), (u'INT_AND_-1207322829', u'INT_OR_-1207323549'), ('const-0', u'RETURN_-1207322946'), (u'MULTIEQUAL_-1207322892', u'INT_SUB_-1207323694'), ('const-0', u'INT_NOTEQUAL_-1207324021'), ('tmp_3013', u'CALL_-1207323662'), (u'INT_RIGHT_-1207323054', u'INT_EQUAL_-1207324081'), (u'LOAD_-1207324117', u'MULTIEQUAL_-1207323007'), ('tmp_231', u'CBRANCH_-1207324019'), (u'PTRADD_-1207322803', u'COPY_-1207322749'), ('const-433', u'STORE_-1207323388'), (u'INT_AND_-1207322829', u'INT_OR_-1207323380'), ('tmp_1299', u'BRANCH_-1207323389'), (u'MULTIEQUAL_-1207322892', u'INT_ADD_-1207323385'), (u'MULTIEQUAL_-1207322742', u'COPY_-1207322953'), (u'INT_ADD_-1207323658', u'INT_RIGHT_-1207323623'), ('const-1', u'PTRADD_-1207322581'), (u'INDIRECT_-1207322752', u'MULTIEQUAL_-1207322742'), ('tmp_3371', u'COPY_-1207322997'), ('tmp_199', u'CBRANCH_-1207324037'), ('const-16', u'PTRADD_-1207323687'), (u'MULTIEQUAL_-1207323073', u'PTRADD_-1207322581'), (u'MULTIEQUAL_-1207322892', u'INT_ADD_-1207323420'), (u'LOAD_-1207323906', u'SUBPIECE_-1207323024'), ('tmp_667', u'CBRANCH_-1207323758'), (u'COPY_-1207323745', u'MULTIEQUAL_-1207322864'), ('const-65535', u'INT_AND_-1207322829'), ('const-3893202880', u'INT_EQUAL_-1207324041'), (u'MULTIEQUAL_-1207323073', u'COPY_-1207322927'), ('const-4', u'PTRADD_-1207322803'), (u'INT_ADD_-1207324020', u'CAST_-1207322882'), (u'INT_SEXT_-1207323426', u'INT_ADD_-1207323420'), ('const-433', u'LOAD_-1207323723'), (u'CALL_-1207323722', u'CALL_-1207323662'), (u'STORE_-1207323530', u'INDIRECT_-1207322752'), (u'INT_NOTEQUAL_-1207323824', u'CBRANCH_-1207323820'), (u'PTRADD_-1207322865', u'LOAD_-1207323906'), ('const-0', u'COPY_-1207322961'), (u'CALL_-1207323662', u'INDIRECT_-1207322655'), (u'INDIRECT_-1207322636', u'MULTIEQUAL_-1207322742'), (u'PTRADD_-1207322803', u'INT_EQUAL_-1207323761'), (u'PTRADD_-1207322803', u'INT_EQUAL_-1207323508'), ('const-433', u'LOAD_-1207323906'), (u'MULTIEQUAL_-1207323005', u'STORE_-1207323500'), ('tmp_771', u'CBRANCH_-1207323679'), (u'INT_SUB_-1207323694', u'INT_AND_-1207322829'), (u'MULTIEQUAL_-1207323073', u'PTRADD_-1207322803'), ('tmp_630', u'CBRANCH_-1207323781'), ('tmp_1014', u'CBRANCH_-1207323533'), (u'LOAD_-1207323906', u'INT_AND_-1207323146'), (u'LOAD_-1207324117', u'INT_RIGHT_-1207323054'), ('const-15436', u'INT_EQUAL_-1207324081'), (u'INT_OR_-1207323584', u'STORE_-1207323557'), (u'CAST_-1207322920', u'LOAD_-1207324117'), ('const-60', u'INT_ADD_-1207324020'), (u'PTRADD_-1207322865', u'INT_EQUAL_-1207323761'), ('const-4294901760', u'INT_AND_-1207323146'), ('tmp_3014', u'INT_ADD_-1207324110'), (u'MULTIEQUAL_-1207322892', u'MULTIEQUAL_-1207322892'), (u'INDIRECT_-1207322735', u'COPY_-1207322956'), (u'COPY_-1207322961', u'MULTIEQUAL_-1207322892'), (u'COPY_-1207322611', u'CALL_-1207323326'), ('const-964755456', u'INT_NOTEQUAL_-1207323847'), (u'CAST_-1207322920', u'MULTIEQUAL_-1207323073'), (u'PTRADD_-1207322743', u'COPY_-1207322756'), (u'LOAD_-1207323723', u'INT_SUB_-1207323694'), ('const-433', u'LOAD_-1207324074'), (u'INT_AND_-1207323146', u'INT_NOTEQUAL_-1207323870'), (u'LOAD_-1207323906', u'INT_EQUAL_-1207323803'), ('const-4', u'PTRADD_-1207322865'), (u'INT_SUB_-1207323694', u'CAST_-1207322754'), ('const-0', u'RETURN_-1207323987'), (u'INT_OR_-1207323549', u'INT_NOTEQUAL_-1207323538'), (u'COPY_-1207322756', u'MULTIEQUAL_-1207323005'), ('const-2', u'PTRADD_-1207322696'), (u'INT_EQUAL_-1207324041', u'CBRANCH_-1207324037'), (u'STORE_-1207323500', u'INDIRECT_-1207322735'), (u'INT_ADD_-1207323420', u'MULTIEQUAL_-1207322892'), (u'INT_OR_-1207323584', u'INT_EQUAL_-1207323582'), (u'PTRADD_-1207322743', u'MULTIEQUAL_-1207323005'), ('const-433', u'LOAD_-1207324117'), ('const-4', u'PTRADD_-1207322915'), ('const-4294967295', u'INT_SLESS_-1207323679'), ('tmp_135', u'CBRANCH_-1207324075'), ('const-433', u'LOAD_-1207324034'), (u'INT_AND_-1207324008', u'INT_NOTEQUAL_-1207324021'), (u'INT_ADD_-1207324110', u'CAST_-1207322920'), (u'MULTIEQUAL_-1207323073', u'PTRADD_-1207322743'), (u'LOAD_-1207324074', u'MULTIEQUAL_-1207323007'), ('const-1610612736', u'INT_EQUAL_-1207323803'), ('const-0', u'INT_EQUAL_-1207323730'), ('const-2', u'PTRADD_-1207322910'), (u'CAST_-1207322775', u'LOAD_-1207323749'), ('const-0', u'INT_SLESS_-1207323699'), (u'INT_AND_-1207323146', u'INT_NOTEQUAL_-1207323824'), ('tmp_542', u'CBRANCH_-1207323843'), ('const-1031864320', u'INT_OR_-1207323584'), (u'CAST_-1207322920', u'PTRADD_-1207322915'), ('const-1', u'PTRADD_-1207323687'), (u'INT_EQUAL_-1207323761', u'CBRANCH_-1207323758'), ('const-4', u'PTRADD_-1207322710'), (u'INDIRECT_-1207322655', u'COPY_-1207322713'), ('const-16', u'INT_RIGHT_-1207323623'), (u'INT_SUB_-1207323694', u'INT_ADD_-1207323658'), ('const-8', u'INT_AND_-1207324008'), (u'PTRADD_-1207322581', u'STORE_-1207323388'), (u'LOAD_-1207323749', u'INT_EQUAL_-1207323730'), (u'PTRADD_-1207322696', u'STORE_-1207323530'), ('const-4057536', u'COPY_-1207323745'), (u'INT_OR_-1207323549', u'STORE_-1207323530'), (u'PTRADD_-1207323687', u'CAST_-1207322775'), ('const-0', u'RETURN_-1207323658'), (u'MULTIEQUAL_-1207322864', u'CALL_-1207323722'), ('const-4053256', u'COPY_-1207322610'), ('const-433', u'STORE_-1207323557'), (u'INT_EQUAL_-1207323730', u'CBRANCH_-1207323728'), (u'MULTIEQUAL_-1207323073', u'PTRADD_-1207322710'), ('const-1', u'PTRADD_-1207322710'), ('const-4', u'PTRADD_-1207322696'), (u'INT_ADD_-1207323385', u'MULTIEQUAL_-1207322892'), ('tmp_1054', u'CBRANCH_-1207323506'), (u'PTRADD_-1207322915', u'LOAD_-1207324074'), ('const-16', u'INT_RIGHT_-1207323054'), ('const-433', u'STORE_-1207323530'), ('tmp_572', u'CBRANCH_-1207323820'), ('const-1031864320', u'INT_NOTEQUAL_-1207323870'), (u'STORE_-1207323388', u'INDIRECT_-1207322636'), (u'MULTIEQUAL_-1207323007', u'INT_EQUAL_-1207324041'), ('const-3', u'PTRADD_-1207322803'), ('tmp_1115', u'BRANCH_-1207323356'), (u'PTRADD_-1207322910', u'MULTIEQUAL_-1207323073'), ('const-0', u'SUBPIECE_-1207323024')] | null | null | 0016b200 | x64 | O2 | (translation_unit "void FUN_0016b200(undefined8 param_1,long param_2,undefined4 param_3,long param_4)\n\n{\n uint *puVar1;\n int iVar2;\n undefined8 uVar3;\n uint *puVar4;\n uint uVar5;\n char *pcVar6;\n uint uVar7;\n int iVar8;\n uint *puVar9;\n long in_stack_00000010;\n \n puVar9 = (uint *)(in_stack_00000010 + param_4);\n uVar7 = *puVar9;\n if (uVar7 >> 0x10 == 0x3c4c) {\n uVar7 = puVar9[2];\n puVar9 = puVar9 + 2;\n }\n if (uVar7 == 0xe80d8fc0) {\n iVar8 = 0;\n puVar4 = puVar9;\n do {\n while( true ) {\n while( true ) {\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }\n if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;\n iVar8 = iVar8 + (short)uVar7;\n }\n } while (uVar7 == 0x60000000);\n if ((uVar7 == 0x7fac0040) && (puVar1 = puVar9 + 3, puVar1 == puVar4)) {\n if (*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n }\n iVar2 = *(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04);\n uVar7 = iVar8 - iVar2;\n if (((int)uVar7 < 0) && (-1 < iVar2)) {\n puVar4 = puVar9 + 2;\n uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar5 == 0x3d810000) {\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }\n else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }\n if (puVar1 == puVar4) {\n return;\n }\n *puVar4 = 0x60000000;\n return;\n }\n pcVar6 = "split-stack stack size overflow at section %u offset %0zx";\n goto LAB_0016b340;\n }\n }\n if ((*(byte *)(param_2 + 0x3c) & 8) != 0) {\n return;\n }\n pcVar6 = "failed to match split-stack sequence at section %u offset %0zx";\nLAB_0016b340:\n uVar3 = gettext(pcVar6);\n FUN_00229f40(param_2,uVar3,param_3,param_4);\n return;\n}\n\n" (function_definition "void FUN_0016b200(undefined8 param_1,long param_2,undefined4 param_3,long param_4)\n\n{\n uint *puVar1;\n int iVar2;\n undefined8 uVar3;\n uint *puVar4;\n uint uVar5;\n char *pcVar6;\n uint uVar7;\n int iVar8;\n uint *puVar9;\n long in_stack_00000010;\n \n puVar9 = (uint *)(in_stack_00000010 + param_4);\n uVar7 = *puVar9;\n if (uVar7 >> 0x10 == 0x3c4c) {\n uVar7 = puVar9[2];\n puVar9 = puVar9 + 2;\n }\n if (uVar7 == 0xe80d8fc0) {\n iVar8 = 0;\n puVar4 = puVar9;\n do {\n while( true ) {\n while( true ) {\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }\n if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;\n iVar8 = iVar8 + (short)uVar7;\n }\n } while (uVar7 == 0x60000000);\n if ((uVar7 == 0x7fac0040) && (puVar1 = puVar9 + 3, puVar1 == puVar4)) {\n if (*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n }\n iVar2 = *(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04);\n uVar7 = iVar8 - iVar2;\n if (((int)uVar7 < 0) && (-1 < iVar2)) {\n puVar4 = puVar9 + 2;\n uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar5 == 0x3d810000) {\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }\n else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }\n if (puVar1 == puVar4) {\n return;\n }\n *puVar4 = 0x60000000;\n return;\n }\n pcVar6 = "split-stack stack size overflow at section %u offset %0zx";\n goto LAB_0016b340;\n }\n }\n if ((*(byte *)(param_2 + 0x3c) & 8) != 0) {\n return;\n }\n pcVar6 = "failed to match split-stack sequence at section %u offset %0zx";\nLAB_0016b340:\n uVar3 = gettext(pcVar6);\n FUN_00229f40(param_2,uVar3,param_3,param_4);\n return;\n}" primitive_type (function_declarator "FUN_0016b200(undefined8 param_1,long param_2,undefined4 param_3,long param_4)" identifier (parameter_list "(undefined8 param_1,long param_2,undefined4 param_3,long param_4)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "long param_4" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n uint *puVar1;\n int iVar2;\n undefined8 uVar3;\n uint *puVar4;\n uint uVar5;\n char *pcVar6;\n uint uVar7;\n int iVar8;\n uint *puVar9;\n long in_stack_00000010;\n \n puVar9 = (uint *)(in_stack_00000010 + param_4);\n uVar7 = *puVar9;\n if (uVar7 >> 0x10 == 0x3c4c) {\n uVar7 = puVar9[2];\n puVar9 = puVar9 + 2;\n }\n if (uVar7 == 0xe80d8fc0) {\n iVar8 = 0;\n puVar4 = puVar9;\n do {\n while( true ) {\n while( true ) {\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }\n if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;\n iVar8 = iVar8 + (short)uVar7;\n }\n } while (uVar7 == 0x60000000);\n if ((uVar7 == 0x7fac0040) && (puVar1 = puVar9 + 3, puVar1 == puVar4)) {\n if (*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n }\n iVar2 = *(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04);\n uVar7 = iVar8 - iVar2;\n if (((int)uVar7 < 0) && (-1 < iVar2)) {\n puVar4 = puVar9 + 2;\n uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar5 == 0x3d810000) {\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }\n else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }\n if (puVar1 == puVar4) {\n return;\n }\n *puVar4 = 0x60000000;\n return;\n }\n pcVar6 = "split-stack stack size overflow at section %u offset %0zx";\n goto LAB_0016b340;\n }\n }\n if ((*(byte *)(param_2 + 0x3c) & 8) != 0) {\n return;\n }\n pcVar6 = "failed to match split-stack sequence at section %u offset %0zx";\nLAB_0016b340:\n uVar3 = gettext(pcVar6);\n FUN_00229f40(param_2,uVar3,param_3,param_4);\n return;\n}" { (declaration "uint *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "uint *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "char *pcVar6;" primitive_type (pointer_declarator "*pcVar6" * identifier) ;) (declaration "uint uVar7;" type_identifier identifier ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "uint *puVar9;" type_identifier (pointer_declarator "*puVar9" * identifier) ;) (declaration "long in_stack_00000010;" (sized_type_specifier "long" long) identifier ;) (expression_statement "puVar9 = (uint *)(in_stack_00000010 + param_4);" (assignment_expression "puVar9 = (uint *)(in_stack_00000010 + param_4)" identifier = (cast_expression "(uint *)(in_stack_00000010 + param_4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_stack_00000010 + param_4)" ( (binary_expression "in_stack_00000010 + param_4" identifier + identifier) )))) ;) (expression_statement "uVar7 = *puVar9;" (assignment_expression "uVar7 = *puVar9" identifier = (pointer_expression "*puVar9" * identifier)) ;) (if_statement "if (uVar7 >> 0x10 == 0x3c4c) {\n uVar7 = puVar9[2];\n puVar9 = puVar9 + 2;\n }" if (parenthesized_expression "(uVar7 >> 0x10 == 0x3c4c)" ( (binary_expression "uVar7 >> 0x10 == 0x3c4c" (binary_expression "uVar7 >> 0x10" identifier >> number_literal) == number_literal) )) (compound_statement "{\n uVar7 = puVar9[2];\n puVar9 = puVar9 + 2;\n }" { (expression_statement "uVar7 = puVar9[2];" (assignment_expression "uVar7 = puVar9[2]" identifier = (subscript_expression "puVar9[2]" identifier [ number_literal ])) ;) (expression_statement "puVar9 = puVar9 + 2;" (assignment_expression "puVar9 = puVar9 + 2" identifier = (binary_expression "puVar9 + 2" identifier + number_literal)) ;) })) (if_statement "if (uVar7 == 0xe80d8fc0) {\n iVar8 = 0;\n puVar4 = puVar9;\n do {\n while( true ) {\n while( true ) {\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }\n if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;\n iVar8 = iVar8 + (short)uVar7;\n }\n } while (uVar7 == 0x60000000);\n if ((uVar7 == 0x7fac0040) && (puVar1 = puVar9 + 3, puVar1 == puVar4)) {\n if (*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n }\n iVar2 = *(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04);\n uVar7 = iVar8 - iVar2;\n if (((int)uVar7 < 0) && (-1 < iVar2)) {\n puVar4 = puVar9 + 2;\n uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar5 == 0x3d810000) {\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }\n else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }\n if (puVar1 == puVar4) {\n return;\n }\n *puVar4 = 0x60000000;\n return;\n }\n pcVar6 = "split-stack stack size overflow at section %u offset %0zx";\n goto LAB_0016b340;\n }\n }" if (parenthesized_expression "(uVar7 == 0xe80d8fc0)" ( (binary_expression "uVar7 == 0xe80d8fc0" identifier == number_literal) )) (compound_statement "{\n iVar8 = 0;\n puVar4 = puVar9;\n do {\n while( true ) {\n while( true ) {\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }\n if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;\n iVar8 = iVar8 + (short)uVar7;\n }\n } while (uVar7 == 0x60000000);\n if ((uVar7 == 0x7fac0040) && (puVar1 = puVar9 + 3, puVar1 == puVar4)) {\n if (*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n }\n iVar2 = *(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04);\n uVar7 = iVar8 - iVar2;\n if (((int)uVar7 < 0) && (-1 < iVar2)) {\n puVar4 = puVar9 + 2;\n uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar5 == 0x3d810000) {\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }\n else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }\n if (puVar1 == puVar4) {\n return;\n }\n *puVar4 = 0x60000000;\n return;\n }\n pcVar6 = "split-stack stack size overflow at section %u offset %0zx";\n goto LAB_0016b340;\n }\n }" { (expression_statement "iVar8 = 0;" (assignment_expression "iVar8 = 0" identifier = number_literal) ;) (expression_statement "puVar4 = puVar9;" (assignment_expression "puVar4 = puVar9" identifier = identifier) ;) (do_statement "do {\n while( true ) {\n while( true ) {\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }\n if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;\n iVar8 = iVar8 + (short)uVar7;\n }\n } while (uVar7 == 0x60000000);" do (compound_statement "{\n while( true ) {\n while( true ) {\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }\n if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;\n iVar8 = iVar8 + (short)uVar7;\n }\n }" { (while_statement "while( true ) {\n while( true ) {\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }\n if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;\n iVar8 = iVar8 + (short)uVar7;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n while( true ) {\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }\n if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;\n iVar8 = iVar8 + (short)uVar7;\n }" { (while_statement "while( true ) {\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }" { (expression_statement "puVar4 = puVar4 + 1;" (assignment_expression "puVar4 = puVar4 + 1" identifier = (binary_expression "puVar4 + 1" identifier + number_literal)) ;) (expression_statement "uVar7 = *puVar4;" (assignment_expression "uVar7 = *puVar4" identifier = (pointer_expression "*puVar4" * identifier)) ;) (expression_statement "uVar5 = uVar7 & 0xffff0000;" (assignment_expression "uVar5 = uVar7 & 0xffff0000" identifier = (binary_expression "uVar7 & 0xffff0000" identifier & number_literal)) ;) (if_statement "if (uVar5 != 0x3d810000) break;" if (parenthesized_expression "(uVar5 != 0x3d810000)" ( (binary_expression "uVar5 != 0x3d810000" identifier != number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar8 = iVar8 + uVar7 * 0x10000;" (assignment_expression "iVar8 = iVar8 + uVar7 * 0x10000" identifier = (binary_expression "iVar8 + uVar7 * 0x10000" identifier + (binary_expression "uVar7 * 0x10000" identifier * number_literal))) ;) })) (if_statement "if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;" if (parenthesized_expression "((uVar5 != 0x39810000) && (uVar5 != 0x398c0000))" ( (binary_expression "(uVar5 != 0x39810000) && (uVar5 != 0x398c0000)" (parenthesized_expression "(uVar5 != 0x39810000)" ( (binary_expression "uVar5 != 0x39810000" identifier != number_literal) )) && (parenthesized_expression "(uVar5 != 0x398c0000)" ( (binary_expression "uVar5 != 0x398c0000" identifier != number_literal) ))) )) (break_statement "break;" break ;)) (expression_statement "iVar8 = iVar8 + (short)uVar7;" (assignment_expression "iVar8 = iVar8 + (short)uVar7" identifier = (binary_expression "iVar8 + (short)uVar7" identifier + (cast_expression "(short)uVar7" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) identifier))) ;) })) }) while (parenthesized_expression "(uVar7 == 0x60000000)" ( (binary_expression "uVar7 == 0x60000000" identifier == number_literal) )) ;) (if_statement "if ((uVar7 == 0x7fac0040) && (puVar1 = puVar9 + 3, puVar1 == puVar4)) {\n if (*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n }\n iVar2 = *(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04);\n uVar7 = iVar8 - iVar2;\n if (((int)uVar7 < 0) && (-1 < iVar2)) {\n puVar4 = puVar9 + 2;\n uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar5 == 0x3d810000) {\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }\n else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }\n if (puVar1 == puVar4) {\n return;\n }\n *puVar4 = 0x60000000;\n return;\n }\n pcVar6 = "split-stack stack size overflow at section %u offset %0zx";\n goto LAB_0016b340;\n }" if (parenthesized_expression "((uVar7 == 0x7fac0040) && (puVar1 = puVar9 + 3, puVar1 == puVar4))" ( (binary_expression "(uVar7 == 0x7fac0040) && (puVar1 = puVar9 + 3, puVar1 == puVar4)" (parenthesized_expression "(uVar7 == 0x7fac0040)" ( (binary_expression "uVar7 == 0x7fac0040" identifier == number_literal) )) && (parenthesized_expression "(puVar1 = puVar9 + 3, puVar1 == puVar4)" ( (comma_expression "puVar1 = puVar9 + 3, puVar1 == puVar4" (assignment_expression "puVar1 = puVar9 + 3" identifier = (binary_expression "puVar9 + 3" identifier + number_literal)) , (binary_expression "puVar1 == puVar4" identifier == identifier)) ))) )) (compound_statement "{\n if (*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n }\n iVar2 = *(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04);\n uVar7 = iVar8 - iVar2;\n if (((int)uVar7 < 0) && (-1 < iVar2)) {\n puVar4 = puVar9 + 2;\n uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar5 == 0x3d810000) {\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }\n else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }\n if (puVar1 == puVar4) {\n return;\n }\n *puVar4 = 0x60000000;\n return;\n }\n pcVar6 = "split-stack stack size overflow at section %u offset %0zx";\n goto LAB_0016b340;\n }" { (if_statement "if (*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0)" ( (binary_expression "*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0" (pointer_expression "*(long *)(PTR_DAT_004ba7c8 + 0x10)" * (cast_expression "(long *)(PTR_DAT_004ba7c8 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_004ba7c8 + 0x10)" ( (binary_expression "PTR_DAT_004ba7c8 + 0x10" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n }" { comment (expression_statement "FUN_001e9890("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_001e9890("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) })) (expression_statement "iVar2 = *(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04);" (assignment_expression "iVar2 = *(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04)" identifier = (pointer_expression "*(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04)" * (cast_expression "(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04)" ( (binary_expression "*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04" (pointer_expression "*(long *)(PTR_DAT_004ba7c8 + 0x10)" * (cast_expression "(long *)(PTR_DAT_004ba7c8 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_004ba7c8 + 0x10)" ( (binary_expression "PTR_DAT_004ba7c8 + 0x10" identifier + number_literal) )))) + number_literal) ))))) ;) (expression_statement "uVar7 = iVar8 - iVar2;" (assignment_expression "uVar7 = iVar8 - iVar2" identifier = (binary_expression "iVar8 - iVar2" identifier - identifier)) ;) (if_statement "if (((int)uVar7 < 0) && (-1 < iVar2)) {\n puVar4 = puVar9 + 2;\n uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar5 == 0x3d810000) {\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }\n else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }\n if (puVar1 == puVar4) {\n return;\n }\n *puVar4 = 0x60000000;\n return;\n }" if (parenthesized_expression "(((int)uVar7 < 0) && (-1 < iVar2))" ( (binary_expression "((int)uVar7 < 0) && (-1 < iVar2)" (parenthesized_expression "((int)uVar7 < 0)" ( (binary_expression "(int)uVar7 < 0" (cast_expression "(int)uVar7" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) && (parenthesized_expression "(-1 < iVar2)" ( (binary_expression "-1 < iVar2" number_literal < identifier) ))) )) (compound_statement "{\n puVar4 = puVar9 + 2;\n uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar5 == 0x3d810000) {\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }\n else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }\n if (puVar1 == puVar4) {\n return;\n }\n *puVar4 = 0x60000000;\n return;\n }" { (expression_statement "puVar4 = puVar9 + 2;" (assignment_expression "puVar4 = puVar9 + 2" identifier = (binary_expression "puVar9 + 2" identifier + number_literal)) ;) (expression_statement "uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;" (assignment_expression "uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000" identifier = (binary_expression "uVar7 + 0x8000 >> 0x10 | 0x3d810000" (binary_expression "uVar7 + 0x8000 >> 0x10" (binary_expression "uVar7 + 0x8000" identifier + number_literal) >> number_literal) | number_literal)) ;) (if_statement "if (uVar5 == 0x3d810000) {\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }\n else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }" if (parenthesized_expression "(uVar5 == 0x3d810000)" ( (binary_expression "uVar5 == 0x3d810000" identifier == number_literal) )) (compound_statement "{\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }" { (expression_statement "puVar9[1] = uVar7 & 0xffff | 0x39810000;" (assignment_expression "puVar9[1] = uVar7 & 0xffff | 0x39810000" (subscript_expression "puVar9[1]" identifier [ number_literal ]) = (binary_expression "uVar7 & 0xffff | 0x39810000" (binary_expression "uVar7 & 0xffff" identifier & number_literal) | number_literal)) ;) }) (else_clause "else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }" else (compound_statement "{\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }" { (expression_statement "uVar7 = uVar7 & 0xffff | 0x398c0000;" (assignment_expression "uVar7 = uVar7 & 0xffff | 0x398c0000" identifier = (binary_expression "uVar7 & 0xffff | 0x398c0000" (binary_expression "uVar7 & 0xffff" identifier & number_literal) | number_literal)) ;) (expression_statement "puVar9[1] = uVar5;" (assignment_expression "puVar9[1] = uVar5" (subscript_expression "puVar9[1]" identifier [ number_literal ]) = identifier) ;) (if_statement "if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }" if (parenthesized_expression "(uVar7 != 0x398c0000)" ( (binary_expression "uVar7 != 0x398c0000" identifier != number_literal) )) (compound_statement "{\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }" { (expression_statement "puVar9[2] = uVar7;" (assignment_expression "puVar9[2] = uVar7" (subscript_expression "puVar9[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar4 = puVar1;" (assignment_expression "puVar4 = puVar1" identifier = identifier) ;) })) }))) (if_statement "if (puVar1 == puVar4) {\n return;\n }" if (parenthesized_expression "(puVar1 == puVar4)" ( (binary_expression "puVar1 == puVar4" identifier == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "*puVar4 = 0x60000000;" (assignment_expression "*puVar4 = 0x60000000" (pointer_expression "*puVar4" * identifier) = number_literal) ;) (return_statement "return;" return ;) })) (expression_statement "pcVar6 = "split-stack stack size overflow at section %u offset %0zx";" (assignment_expression "pcVar6 = "split-stack stack size overflow at section %u offset %0zx"" identifier = (string_literal ""split-stack stack size overflow at section %u offset %0zx"" " string_content ")) ;) (goto_statement "goto LAB_0016b340;" goto statement_identifier ;) })) })) (if_statement "if ((*(byte *)(param_2 + 0x3c) & 8) != 0) {\n return;\n }" if (parenthesized_expression "((*(byte *)(param_2 + 0x3c) & 8) != 0)" ( (binary_expression "(*(byte *)(param_2 + 0x3c) & 8) != 0" (parenthesized_expression "(*(byte *)(param_2 + 0x3c) & 8)" ( (binary_expression "*(byte *)(param_2 + 0x3c) & 8" (pointer_expression "*(byte *)(param_2 + 0x3c)" * (cast_expression "(byte *)(param_2 + 0x3c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x3c)" ( (binary_expression "param_2 + 0x3c" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "pcVar6 = "failed to match split-stack sequence at section %u offset %0zx";" (assignment_expression "pcVar6 = "failed to match split-stack sequence at section %u offset %0zx"" identifier = (string_literal ""failed to match split-stack sequence at section %u offset %0zx"" " string_content ")) ;) (labeled_statement "LAB_0016b340:\n uVar3 = gettext(pcVar6);" statement_identifier : (expression_statement "uVar3 = gettext(pcVar6);" (assignment_expression "uVar3 = gettext(pcVar6)" identifier = (call_expression "gettext(pcVar6)" identifier (argument_list "(pcVar6)" ( identifier )))) ;)) (expression_statement "FUN_00229f40(param_2,uVar3,param_3,param_4);" (call_expression "FUN_00229f40(param_2,uVar3,param_3,param_4)" identifier (argument_list "(param_2,uVar3,param_3,param_4)" ( identifier , identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) }))) | (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: void do_calls_non_split(Target_powerpc<64,_false> * this, Relobj *\n object, uint shndx, section_offset_type fnoffset, section_size_type fnsize, uchar * prelocs,\n size_t reloc_count, uchar * view, section_size_type view_size, string * from, string * to) */\n\nvoid __thiscall\nanon_unknown.dwarf_2cac9f::Target_powerpc<64,_false>::do_calls_non_split\n (Target_powerpc<64,_false> *this,Relobj *object,uint shndx,section_offset_type fnoffset,\n section_size_type fnsize,uchar *prelocs,size_t reloc_count,uchar *view,\n section_size_type view_size,string *from,string *to)\n\n{\n uint *puVar1;\n int iVar2;\n uint *puVar3;\n uint uVar4;\n char *pcVar5;\n uint uVar6;\n int iVar7;\n uint *puVar8;\n \n puVar8 = (uint *)(view + fnoffset);\n uVar6 = *puVar8;\n if (uVar6 >> 0x10 == 0x3c4c) {\n uVar6 = puVar8[2];\n puVar8 = puVar8 + 2;\n }\n if (uVar6 == 0xe80d8fc0) {\n iVar7 = 0;\n puVar3 = puVar8;\n do {\n while( true ) {\n while( true ) {\n puVar3 = puVar3 + 1;\n uVar6 = *puVar3;\n uVar4 = uVar6 & 0xffff0000;\n if (uVar4 != 0x3d810000) break;\n iVar7 = iVar7 + uVar6 * 0x10000;\n }\n if ((uVar4 != 0x39810000) && (uVar4 != 0x398c0000)) break;\n iVar7 = iVar7 + (short)uVar6;\n }\n } while (uVar6 == 0x60000000);\n if ((uVar6 == 0x7fac0040) && (puVar1 = puVar8 + 3, puVar1 == puVar3)) {\n if (gold::parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n iVar2 = (gold::parameters->options_->split_stack_adjust_size_).value;\n uVar6 = iVar7 - iVar2;\n if (((int)uVar6 < 0) && (-1 < iVar2)) {\n puVar3 = puVar8 + 2;\n uVar4 = uVar6 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar4 == 0x3d810000) {\n puVar8[1] = uVar6 & 0xffff | 0x39810000;\n }\n else {\n uVar6 = uVar6 & 0xffff | 0x398c0000;\n puVar8[1] = uVar4;\n if (uVar6 != 0x398c0000) {\n puVar8[2] = uVar6;\n puVar3 = puVar1;\n }\n }\n if (puVar1 == puVar3) {\n return;\n }\n *puVar3 = 0x60000000;\n return;\n }\n pcVar5 = "split-stack stack size overflow at section %u offset %0zx";\n goto LAB_0016b340;\n }\n }\n if (((object->super_Object).field_0x3c & 8) != 0) {\n return;\n }\n pcVar5 = "failed to match split-stack sequence at section %u offset %0zx";\nLAB_0016b340:\n pcVar5 = (char *)gettext(pcVar5);\n gold::Object::error(&object->super_Object,pcVar5,(ulong)shndx,fnoffset);\n return;\n}\n\n" comment comment comment (declaration "void __thiscall\nanon_unknown.dwarf_2cac9f::Target_powerpc<64,_false>::do_calls_non_split\n (Target_powerpc<64,_false> *this,Relobj *object,uint shndx,section_offset_type fnoffset,\n section_size_type fnsize,uchar *prelocs,size_t reloc_count,uchar *view,\n section_size_type view_size,string *from,string *to)\n\n{\n uint *puVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "anon_unknown.dwarf_2cac9f::" identifier . identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_false>::do_calls_non_split\n (Target_powerpc<64,_false> *this,Relobj *object,uint shndx,section_offset_type fnoffset,\n section_size_type fnsize,uchar *prelocs,size_t reloc_count,uchar *view,\n section_size_type view_size,string *from,string *to)\n\n{\n uint" identifier > : : (function_declarator "do_calls_non_split\n (Target_powerpc<64,_false> *this,Relobj *object,uint shndx,section_offset_type fnoffset,\n section_size_type fnsize,uchar *prelocs,size_t reloc_count,uchar *view,\n section_size_type view_size,string *from,string *to)" identifier (parameter_list "(Target_powerpc<64,_false> *this,Relobj *object,uint shndx,section_offset_type fnoffset,\n section_size_type fnsize,uchar *prelocs,size_t reloc_count,uchar *view,\n section_size_type view_size,string *from,string *to)" ( (parameter_declaration "Target_powerpc" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Relobj *object" type_identifier (pointer_declarator "*object" * identifier)) , (parameter_declaration "uint shndx" type_identifier identifier) , (parameter_declaration "section_offset_type fnoffset" type_identifier identifier) , (parameter_declaration "section_size_type fnsize" type_identifier identifier) , (parameter_declaration "uchar *prelocs" type_identifier (pointer_declarator "*prelocs" * identifier)) , (parameter_declaration "size_t reloc_count" primitive_type identifier) , (parameter_declaration "uchar *view" type_identifier (pointer_declarator "*view" * identifier)) , (parameter_declaration "section_size_type view_size" type_identifier identifier) , (parameter_declaration "string *from" type_identifier (pointer_declarator "*from" * identifier)) , (parameter_declaration "string *to" type_identifier (pointer_declarator "*to" * identifier)) ))) { identifier) (pointer_declarator "*puVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "uint *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "char *pcVar5;" primitive_type (pointer_declarator "*pcVar5" * identifier) ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "uint *puVar8;" type_identifier (pointer_declarator "*puVar8" * identifier) ;) (expression_statement "puVar8 = (uint *)(view + fnoffset);" (assignment_expression "puVar8 = (uint *)(view + fnoffset)" identifier = (cast_expression "(uint *)(view + fnoffset)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(view + fnoffset)" ( (binary_expression "view + fnoffset" identifier + identifier) )))) ;) (expression_statement "uVar6 = *puVar8;" (assignment_expression "uVar6 = *puVar8" identifier = (pointer_expression "*puVar8" * identifier)) ;) (if_statement "if (uVar6 >> 0x10 == 0x3c4c) {\n uVar6 = puVar8[2];\n puVar8 = puVar8 + 2;\n }" if (parenthesized_expression "(uVar6 >> 0x10 == 0x3c4c)" ( (binary_expression "uVar6 >> 0x10 == 0x3c4c" (binary_expression "uVar6 >> 0x10" identifier >> number_literal) == number_literal) )) (compound_statement "{\n uVar6 = puVar8[2];\n puVar8 = puVar8 + 2;\n }" { (expression_statement "uVar6 = puVar8[2];" (assignment_expression "uVar6 = puVar8[2]" identifier = (subscript_expression "puVar8[2]" identifier [ number_literal ])) ;) (expression_statement "puVar8 = puVar8 + 2;" (assignment_expression "puVar8 = puVar8 + 2" identifier = (binary_expression "puVar8 + 2" identifier + number_literal)) ;) })) (if_statement "if (uVar6 == 0xe80d8fc0) {\n iVar7 = 0;\n puVar3 = puVar8;\n do {\n while( true ) {\n while( true ) {\n puVar3 = puVar3 + 1;\n uVar6 = *puVar3;\n uVar4 = uVar6 & 0xffff0000;\n if (uVar4 != 0x3d810000) break;\n iVar7 = iVar7 + uVar6 * 0x10000;\n }\n if ((uVar4 != 0x39810000) && (uVar4 != 0x398c0000)) break;\n iVar7 = iVar7 + (short)uVar6;\n }\n } while (uVar6 == 0x60000000);\n if ((uVar6 == 0x7fac0040) && (puVar1 = puVar8 + 3, puVar1 == puVar3)) {\n if (gold::parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n iVar2 = (gold::parameters->options_->split_stack_adjust_size_).value;\n uVar6 = iVar7 - iVar2;\n if (((int)uVar6 < 0) && (-1 < iVar2)) {\n puVar3 = puVar8 + 2;\n uVar4 = uVar6 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar4 == 0x3d810000) {\n puVar8[1] = uVar6 & 0xffff | 0x39810000;\n }\n else {\n uVar6 = uVar6 & 0xffff | 0x398c0000;\n puVar8[1] = uVar4;\n if (uVar6 != 0x398c0000) {\n puVar8[2] = uVar6;\n puVar3 = puVar1;\n }\n }\n if (puVar1 == puVar3) {\n return;\n }\n *puVar3 = 0x60000000;\n return;\n }\n pcVar5 = "split-stack stack size overflow at section %u offset %0zx";\n goto LAB_0016b340;\n }\n }" if (parenthesized_expression "(uVar6 == 0xe80d8fc0)" ( (binary_expression "uVar6 == 0xe80d8fc0" identifier == number_literal) )) (compound_statement "{\n iVar7 = 0;\n puVar3 = puVar8;\n do {\n while( true ) {\n while( true ) {\n puVar3 = puVar3 + 1;\n uVar6 = *puVar3;\n uVar4 = uVar6 & 0xffff0000;\n if (uVar4 != 0x3d810000) break;\n iVar7 = iVar7 + uVar6 * 0x10000;\n }\n if ((uVar4 != 0x39810000) && (uVar4 != 0x398c0000)) break;\n iVar7 = iVar7 + (short)uVar6;\n }\n } while (uVar6 == 0x60000000);\n if ((uVar6 == 0x7fac0040) && (puVar1 = puVar8 + 3, puVar1 == puVar3)) {\n if (gold::parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n iVar2 = (gold::parameters->options_->split_stack_adjust_size_).value;\n uVar6 = iVar7 - iVar2;\n if (((int)uVar6 < 0) && (-1 < iVar2)) {\n puVar3 = puVar8 + 2;\n uVar4 = uVar6 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar4 == 0x3d810000) {\n puVar8[1] = uVar6 & 0xffff | 0x39810000;\n }\n else {\n uVar6 = uVar6 & 0xffff | 0x398c0000;\n puVar8[1] = uVar4;\n if (uVar6 != 0x398c0000) {\n puVar8[2] = uVar6;\n puVar3 = puVar1;\n }\n }\n if (puVar1 == puVar3) {\n return;\n }\n *puVar3 = 0x60000000;\n return;\n }\n pcVar5 = "split-stack stack size overflow at section %u offset %0zx";\n goto LAB_0016b340;\n }\n }" { (expression_statement "iVar7 = 0;" (assignment_expression "iVar7 = 0" identifier = number_literal) ;) (expression_statement "puVar3 = puVar8;" (assignment_expression "puVar3 = puVar8" identifier = identifier) ;) (do_statement "do {\n while( true ) {\n while( true ) {\n puVar3 = puVar3 + 1;\n uVar6 = *puVar3;\n uVar4 = uVar6 & 0xffff0000;\n if (uVar4 != 0x3d810000) break;\n iVar7 = iVar7 + uVar6 * 0x10000;\n }\n if ((uVar4 != 0x39810000) && (uVar4 != 0x398c0000)) break;\n iVar7 = iVar7 + (short)uVar6;\n }\n } while (uVar6 == 0x60000000);" do (compound_statement "{\n while( true ) {\n while( true ) {\n puVar3 = puVar3 + 1;\n uVar6 = *puVar3;\n uVar4 = uVar6 & 0xffff0000;\n if (uVar4 != 0x3d810000) break;\n iVar7 = iVar7 + uVar6 * 0x10000;\n }\n if ((uVar4 != 0x39810000) && (uVar4 != 0x398c0000)) break;\n iVar7 = iVar7 + (short)uVar6;\n }\n }" { (while_statement "while( true ) {\n while( true ) {\n puVar3 = puVar3 + 1;\n uVar6 = *puVar3;\n uVar4 = uVar6 & 0xffff0000;\n if (uVar4 != 0x3d810000) break;\n iVar7 = iVar7 + uVar6 * 0x10000;\n }\n if ((uVar4 != 0x39810000) && (uVar4 != 0x398c0000)) break;\n iVar7 = iVar7 + (short)uVar6;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n while( true ) {\n puVar3 = puVar3 + 1;\n uVar6 = *puVar3;\n uVar4 = uVar6 & 0xffff0000;\n if (uVar4 != 0x3d810000) break;\n iVar7 = iVar7 + uVar6 * 0x10000;\n }\n if ((uVar4 != 0x39810000) && (uVar4 != 0x398c0000)) break;\n iVar7 = iVar7 + (short)uVar6;\n }" { (while_statement "while( true ) {\n puVar3 = puVar3 + 1;\n uVar6 = *puVar3;\n uVar4 = uVar6 & 0xffff0000;\n if (uVar4 != 0x3d810000) break;\n iVar7 = iVar7 + uVar6 * 0x10000;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n puVar3 = puVar3 + 1;\n uVar6 = *puVar3;\n uVar4 = uVar6 & 0xffff0000;\n if (uVar4 != 0x3d810000) break;\n iVar7 = iVar7 + uVar6 * 0x10000;\n }" { (expression_statement "puVar3 = puVar3 + 1;" (assignment_expression "puVar3 = puVar3 + 1" identifier = (binary_expression "puVar3 + 1" identifier + number_literal)) ;) (expression_statement "uVar6 = *puVar3;" (assignment_expression "uVar6 = *puVar3" identifier = (pointer_expression "*puVar3" * identifier)) ;) (expression_statement "uVar4 = uVar6 & 0xffff0000;" (assignment_expression "uVar4 = uVar6 & 0xffff0000" identifier = (binary_expression "uVar6 & 0xffff0000" identifier & number_literal)) ;) (if_statement "if (uVar4 != 0x3d810000) break;" if (parenthesized_expression "(uVar4 != 0x3d810000)" ( (binary_expression "uVar4 != 0x3d810000" identifier != number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar7 = iVar7 + uVar6 * 0x10000;" (assignment_expression "iVar7 = iVar7 + uVar6 * 0x10000" identifier = (binary_expression "iVar7 + uVar6 * 0x10000" identifier + (binary_expression "uVar6 * 0x10000" identifier * number_literal))) ;) })) (if_statement "if ((uVar4 != 0x39810000) && (uVar4 != 0x398c0000)) break;" if (parenthesized_expression "((uVar4 != 0x39810000) && (uVar4 != 0x398c0000))" ( (binary_expression "(uVar4 != 0x39810000) && (uVar4 != 0x398c0000)" (parenthesized_expression "(uVar4 != 0x39810000)" ( (binary_expression "uVar4 != 0x39810000" identifier != number_literal) )) && (parenthesized_expression "(uVar4 != 0x398c0000)" ( (binary_expression "uVar4 != 0x398c0000" identifier != number_literal) ))) )) (break_statement "break;" break ;)) (expression_statement "iVar7 = iVar7 + (short)uVar6;" (assignment_expression "iVar7 = iVar7 + (short)uVar6" identifier = (binary_expression "iVar7 + (short)uVar6" identifier + (cast_expression "(short)uVar6" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) identifier))) ;) })) }) while (parenthesized_expression "(uVar6 == 0x60000000)" ( (binary_expression "uVar6 == 0x60000000" identifier == number_literal) )) ;) (if_statement "if ((uVar6 == 0x7fac0040) && (puVar1 = puVar8 + 3, puVar1 == puVar3)) {\n if (gold::parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n iVar2 = (gold::parameters->options_->split_stack_adjust_size_).value;\n uVar6 = iVar7 - iVar2;\n if (((int)uVar6 < 0) && (-1 < iVar2)) {\n puVar3 = puVar8 + 2;\n uVar4 = uVar6 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar4 == 0x3d810000) {\n puVar8[1] = uVar6 & 0xffff | 0x39810000;\n }\n else {\n uVar6 = uVar6 & 0xffff | 0x398c0000;\n puVar8[1] = uVar4;\n if (uVar6 != 0x398c0000) {\n puVar8[2] = uVar6;\n puVar3 = puVar1;\n }\n }\n if (puVar1 == puVar3) {\n return;\n }\n *puVar3 = 0x60000000;\n return;\n }\n pcVar5 = "split-stack stack size overflow at section %u offset %0zx";\n goto LAB_0016b340;\n }" if (parenthesized_expression "((uVar6 == 0x7fac0040) && (puVar1 = puVar8 + 3, puVar1 == puVar3))" ( (binary_expression "(uVar6 == 0x7fac0040) && (puVar1 = puVar8 + 3, puVar1 == puVar3)" (parenthesized_expression "(uVar6 == 0x7fac0040)" ( (binary_expression "uVar6 == 0x7fac0040" identifier == number_literal) )) && (parenthesized_expression "(puVar1 = puVar8 + 3, puVar1 == puVar3)" ( (comma_expression "puVar1 = puVar8 + 3, puVar1 == puVar3" (assignment_expression "puVar1 = puVar8 + 3" identifier = (binary_expression "puVar8 + 3" identifier + number_literal)) , (binary_expression "puVar1 == puVar3" identifier == identifier)) ))) )) (compound_statement "{\n if (gold::parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n iVar2 = (gold::parameters->options_->split_stack_adjust_size_).value;\n uVar6 = iVar7 - iVar2;\n if (((int)uVar6 < 0) && (-1 < iVar2)) {\n puVar3 = puVar8 + 2;\n uVar4 = uVar6 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar4 == 0x3d810000) {\n puVar8[1] = uVar6 & 0xffff | 0x39810000;\n }\n else {\n uVar6 = uVar6 & 0xffff | 0x398c0000;\n puVar8[1] = uVar4;\n if (uVar6 != 0x398c0000) {\n puVar8[2] = uVar6;\n puVar3 = puVar1;\n }\n }\n if (puVar1 == puVar3) {\n return;\n }\n *puVar3 = 0x60000000;\n return;\n }\n pcVar5 = "split-stack stack size overflow at section %u offset %0zx";\n goto LAB_0016b340;\n }" { (if_statement "if (gold::parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(gold::parameters->options_ == (General_options *)0x0)" ( (ERROR "gold::" identifier : :) (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 gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" { comment (labeled_statement "gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" (call_expression "do_gold_unreachable("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;)) })) (expression_statement "iVar2 = (gold::parameters->options_->split_stack_adjust_size_).value;" (assignment_expression "iVar2 = (gold::parameters->options_->split_stack_adjust_size_).value" identifier = (field_expression "(gold::parameters->options_->split_stack_adjust_size_).value" (parenthesized_expression "(gold::parameters->options_->split_stack_adjust_size_)" ( (ERROR "gold::" identifier : :) (field_expression "parameters->options_->split_stack_adjust_size_" (field_expression "parameters->options_" identifier -> field_identifier) -> field_identifier) )) . field_identifier)) ;) (expression_statement "uVar6 = iVar7 - iVar2;" (assignment_expression "uVar6 = iVar7 - iVar2" identifier = (binary_expression "iVar7 - iVar2" identifier - identifier)) ;) (if_statement "if (((int)uVar6 < 0) && (-1 < iVar2)) {\n puVar3 = puVar8 + 2;\n uVar4 = uVar6 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar4 == 0x3d810000) {\n puVar8[1] = uVar6 & 0xffff | 0x39810000;\n }\n else {\n uVar6 = uVar6 & 0xffff | 0x398c0000;\n puVar8[1] = uVar4;\n if (uVar6 != 0x398c0000) {\n puVar8[2] = uVar6;\n puVar3 = puVar1;\n }\n }\n if (puVar1 == puVar3) {\n return;\n }\n *puVar3 = 0x60000000;\n return;\n }" if (parenthesized_expression "(((int)uVar6 < 0) && (-1 < iVar2))" ( (binary_expression "((int)uVar6 < 0) && (-1 < iVar2)" (parenthesized_expression "((int)uVar6 < 0)" ( (binary_expression "(int)uVar6 < 0" (cast_expression "(int)uVar6" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) && (parenthesized_expression "(-1 < iVar2)" ( (binary_expression "-1 < iVar2" number_literal < identifier) ))) )) (compound_statement "{\n puVar3 = puVar8 + 2;\n uVar4 = uVar6 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar4 == 0x3d810000) {\n puVar8[1] = uVar6 & 0xffff | 0x39810000;\n }\n else {\n uVar6 = uVar6 & 0xffff | 0x398c0000;\n puVar8[1] = uVar4;\n if (uVar6 != 0x398c0000) {\n puVar8[2] = uVar6;\n puVar3 = puVar1;\n }\n }\n if (puVar1 == puVar3) {\n return;\n }\n *puVar3 = 0x60000000;\n return;\n }" { (expression_statement "puVar3 = puVar8 + 2;" (assignment_expression "puVar3 = puVar8 + 2" identifier = (binary_expression "puVar8 + 2" identifier + number_literal)) ;) (expression_statement "uVar4 = uVar6 + 0x8000 >> 0x10 | 0x3d810000;" (assignment_expression "uVar4 = uVar6 + 0x8000 >> 0x10 | 0x3d810000" identifier = (binary_expression "uVar6 + 0x8000 >> 0x10 | 0x3d810000" (binary_expression "uVar6 + 0x8000 >> 0x10" (binary_expression "uVar6 + 0x8000" identifier + number_literal) >> number_literal) | number_literal)) ;) (if_statement "if (uVar4 == 0x3d810000) {\n puVar8[1] = uVar6 & 0xffff | 0x39810000;\n }\n else {\n uVar6 = uVar6 & 0xffff | 0x398c0000;\n puVar8[1] = uVar4;\n if (uVar6 != 0x398c0000) {\n puVar8[2] = uVar6;\n puVar3 = puVar1;\n }\n }" if (parenthesized_expression "(uVar4 == 0x3d810000)" ( (binary_expression "uVar4 == 0x3d810000" identifier == number_literal) )) (compound_statement "{\n puVar8[1] = uVar6 & 0xffff | 0x39810000;\n }" { (expression_statement "puVar8[1] = uVar6 & 0xffff | 0x39810000;" (assignment_expression "puVar8[1] = uVar6 & 0xffff | 0x39810000" (subscript_expression "puVar8[1]" identifier [ number_literal ]) = (binary_expression "uVar6 & 0xffff | 0x39810000" (binary_expression "uVar6 & 0xffff" identifier & number_literal) | number_literal)) ;) }) (else_clause "else {\n uVar6 = uVar6 & 0xffff | 0x398c0000;\n puVar8[1] = uVar4;\n if (uVar6 != 0x398c0000) {\n puVar8[2] = uVar6;\n puVar3 = puVar1;\n }\n }" else (compound_statement "{\n uVar6 = uVar6 & 0xffff | 0x398c0000;\n puVar8[1] = uVar4;\n if (uVar6 != 0x398c0000) {\n puVar8[2] = uVar6;\n puVar3 = puVar1;\n }\n }" { (expression_statement "uVar6 = uVar6 & 0xffff | 0x398c0000;" (assignment_expression "uVar6 = uVar6 & 0xffff | 0x398c0000" identifier = (binary_expression "uVar6 & 0xffff | 0x398c0000" (binary_expression "uVar6 & 0xffff" identifier & number_literal) | number_literal)) ;) (expression_statement "puVar8[1] = uVar4;" (assignment_expression "puVar8[1] = uVar4" (subscript_expression "puVar8[1]" identifier [ number_literal ]) = identifier) ;) (if_statement "if (uVar6 != 0x398c0000) {\n puVar8[2] = uVar6;\n puVar3 = puVar1;\n }" if (parenthesized_expression "(uVar6 != 0x398c0000)" ( (binary_expression "uVar6 != 0x398c0000" identifier != number_literal) )) (compound_statement "{\n puVar8[2] = uVar6;\n puVar3 = puVar1;\n }" { (expression_statement "puVar8[2] = uVar6;" (assignment_expression "puVar8[2] = uVar6" (subscript_expression "puVar8[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar3 = puVar1;" (assignment_expression "puVar3 = puVar1" identifier = identifier) ;) })) }))) (if_statement "if (puVar1 == puVar3) {\n return;\n }" if (parenthesized_expression "(puVar1 == puVar3)" ( (binary_expression "puVar1 == puVar3" identifier == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "*puVar3 = 0x60000000;" (assignment_expression "*puVar3 = 0x60000000" (pointer_expression "*puVar3" * identifier) = number_literal) ;) (return_statement "return;" return ;) })) (expression_statement "pcVar5 = "split-stack stack size overflow at section %u offset %0zx";" (assignment_expression "pcVar5 = "split-stack stack size overflow at section %u offset %0zx"" identifier = (string_literal ""split-stack stack size overflow at section %u offset %0zx"" " string_content ")) ;) (goto_statement "goto LAB_0016b340;" goto statement_identifier ;) })) })) (if_statement "if (((object->super_Object).field_0x3c & 8) != 0) {\n return;\n }" if (parenthesized_expression "(((object->super_Object).field_0x3c & 8) != 0)" ( (binary_expression "((object->super_Object).field_0x3c & 8) != 0" (parenthesized_expression "((object->super_Object).field_0x3c & 8)" ( (binary_expression "(object->super_Object).field_0x3c & 8" (field_expression "(object->super_Object).field_0x3c" (parenthesized_expression "(object->super_Object)" ( (field_expression "object->super_Object" identifier -> field_identifier) )) . field_identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "pcVar5 = "failed to match split-stack sequence at section %u offset %0zx";" (assignment_expression "pcVar5 = "failed to match split-stack sequence at section %u offset %0zx"" identifier = (string_literal ""failed to match split-stack sequence at section %u offset %0zx"" " string_content ")) ;) (labeled_statement "LAB_0016b340:\n pcVar5 = (char *)gettext(pcVar5);" statement_identifier : (expression_statement "pcVar5 = (char *)gettext(pcVar5);" (assignment_expression "pcVar5 = (char *)gettext(pcVar5)" identifier = (cast_expression "(char *)gettext(pcVar5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext(pcVar5)" identifier (argument_list "(pcVar5)" ( identifier ))))) ;)) (labeled_statement "gold::Object::error(&object->super_Object,pcVar5,(ulong)shndx,fnoffset);" statement_identifier : (ERROR ":" :) (labeled_statement "Object::error(&object->super_Object,pcVar5,(ulong)shndx,fnoffset);" statement_identifier : (ERROR ":" :) (expression_statement "error(&object->super_Object,pcVar5,(ulong)shndx,fnoffset);" (call_expression "error(&object->super_Object,pcVar5,(ulong)shndx,fnoffset)" identifier (argument_list "(&object->super_Object,pcVar5,(ulong)shndx,fnoffset)" ( (pointer_expression "&object->super_Object" & (field_expression "object->super_Object" identifier -> field_identifier)) , identifier , (cast_expression "(ulong)shndx" ( (type_descriptor "ulong" type_identifier) ) identifier) , identifier ))) ;))) (return_statement "return;" return ;) (ERROR "}" })) | (translation_unit "void FUN_0016b200(undefined8 param_1,long param_2,undefined4 param_3,long param_4)\n\n{\n uint *puVar1;\n int iVar2;\n undefined8 uVar3;\n uint *puVar4;\n uint uVar5;\n char *pcVar6;\n uint uVar7;\n int iVar8;\n uint *puVar9;\n long in_stack_00000010;\n \n puVar9 = (uint *)(in_stack_00000010 + param_4);\n uVar7 = *puVar9;\n if (uVar7 >> 0x10 == 0x3c4c) {\n uVar7 = puVar9[2];\n puVar9 = puVar9 + 2;\n }\n if (uVar7 == 0xe80d8fc0) {\n iVar8 = 0;\n puVar4 = puVar9;\n do {\n while( true ) {\n while( true ) {\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }\n if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;\n iVar8 = iVar8 + (short)uVar7;\n }\n } while (uVar7 == 0x60000000);\n if ((uVar7 == 0x7fac0040) && (puVar1 = puVar9 + 3, puVar1 == puVar4)) {\n if (*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0) {\n \n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n }\n iVar2 = *(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04);\n uVar7 = iVar8 - iVar2;\n if (((int)uVar7 < 0) && (-1 < iVar2)) {\n puVar4 = puVar9 + 2;\n uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar5 == 0x3d810000) {\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }\n else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }\n if (puVar1 == puVar4) {\n return;\n }\n *puVar4 = 0x60000000;\n return;\n }\n pcVar6 = "split-stack stack size overflow at section %u offset %0zx";\n goto LAB_0016b340;\n }\n }\n if ((*(byte *)(param_2 + 0x3c) & 8) != 0) {\n return;\n }\n pcVar6 = "failed to match split-stack sequence at section %u offset %0zx";\nLAB_0016b340:\n uVar3 = gettext(pcVar6);\n FUN_00229f40(param_2,uVar3,param_3,param_4);\n return;\n}\n\n" (function_definition "void FUN_0016b200(undefined8 param_1,long param_2,undefined4 param_3,long param_4)\n\n{\n uint *puVar1;\n int iVar2;\n undefined8 uVar3;\n uint *puVar4;\n uint uVar5;\n char *pcVar6;\n uint uVar7;\n int iVar8;\n uint *puVar9;\n long in_stack_00000010;\n \n puVar9 = (uint *)(in_stack_00000010 + param_4);\n uVar7 = *puVar9;\n if (uVar7 >> 0x10 == 0x3c4c) {\n uVar7 = puVar9[2];\n puVar9 = puVar9 + 2;\n }\n if (uVar7 == 0xe80d8fc0) {\n iVar8 = 0;\n puVar4 = puVar9;\n do {\n while( true ) {\n while( true ) {\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }\n if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;\n iVar8 = iVar8 + (short)uVar7;\n }\n } while (uVar7 == 0x60000000);\n if ((uVar7 == 0x7fac0040) && (puVar1 = puVar9 + 3, puVar1 == puVar4)) {\n if (*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0) {\n \n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n }\n iVar2 = *(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04);\n uVar7 = iVar8 - iVar2;\n if (((int)uVar7 < 0) && (-1 < iVar2)) {\n puVar4 = puVar9 + 2;\n uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar5 == 0x3d810000) {\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }\n else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }\n if (puVar1 == puVar4) {\n return;\n }\n *puVar4 = 0x60000000;\n return;\n }\n pcVar6 = "split-stack stack size overflow at section %u offset %0zx";\n goto LAB_0016b340;\n }\n }\n if ((*(byte *)(param_2 + 0x3c) & 8) != 0) {\n return;\n }\n pcVar6 = "failed to match split-stack sequence at section %u offset %0zx";\nLAB_0016b340:\n uVar3 = gettext(pcVar6);\n FUN_00229f40(param_2,uVar3,param_3,param_4);\n return;\n}" primitive_type (function_declarator "FUN_0016b200(undefined8 param_1,long param_2,undefined4 param_3,long param_4)" identifier (parameter_list "(undefined8 param_1,long param_2,undefined4 param_3,long param_4)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "long param_4" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n uint *puVar1;\n int iVar2;\n undefined8 uVar3;\n uint *puVar4;\n uint uVar5;\n char *pcVar6;\n uint uVar7;\n int iVar8;\n uint *puVar9;\n long in_stack_00000010;\n \n puVar9 = (uint *)(in_stack_00000010 + param_4);\n uVar7 = *puVar9;\n if (uVar7 >> 0x10 == 0x3c4c) {\n uVar7 = puVar9[2];\n puVar9 = puVar9 + 2;\n }\n if (uVar7 == 0xe80d8fc0) {\n iVar8 = 0;\n puVar4 = puVar9;\n do {\n while( true ) {\n while( true ) {\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }\n if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;\n iVar8 = iVar8 + (short)uVar7;\n }\n } while (uVar7 == 0x60000000);\n if ((uVar7 == 0x7fac0040) && (puVar1 = puVar9 + 3, puVar1 == puVar4)) {\n if (*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0) {\n \n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n }\n iVar2 = *(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04);\n uVar7 = iVar8 - iVar2;\n if (((int)uVar7 < 0) && (-1 < iVar2)) {\n puVar4 = puVar9 + 2;\n uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar5 == 0x3d810000) {\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }\n else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }\n if (puVar1 == puVar4) {\n return;\n }\n *puVar4 = 0x60000000;\n return;\n }\n pcVar6 = "split-stack stack size overflow at section %u offset %0zx";\n goto LAB_0016b340;\n }\n }\n if ((*(byte *)(param_2 + 0x3c) & 8) != 0) {\n return;\n }\n pcVar6 = "failed to match split-stack sequence at section %u offset %0zx";\nLAB_0016b340:\n uVar3 = gettext(pcVar6);\n FUN_00229f40(param_2,uVar3,param_3,param_4);\n return;\n}" { (declaration "uint *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "uint *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "char *pcVar6;" primitive_type (pointer_declarator "*pcVar6" * identifier) ;) (declaration "uint uVar7;" type_identifier identifier ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "uint *puVar9;" type_identifier (pointer_declarator "*puVar9" * identifier) ;) (declaration "long in_stack_00000010;" (sized_type_specifier "long" long) identifier ;) (expression_statement "puVar9 = (uint *)(in_stack_00000010 + param_4);" (assignment_expression "puVar9 = (uint *)(in_stack_00000010 + param_4)" identifier = (cast_expression "(uint *)(in_stack_00000010 + param_4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_stack_00000010 + param_4)" ( (binary_expression "in_stack_00000010 + param_4" identifier + identifier) )))) ;) (expression_statement "uVar7 = *puVar9;" (assignment_expression "uVar7 = *puVar9" identifier = (pointer_expression "*puVar9" * identifier)) ;) (if_statement "if (uVar7 >> 0x10 == 0x3c4c) {\n uVar7 = puVar9[2];\n puVar9 = puVar9 + 2;\n }" if (parenthesized_expression "(uVar7 >> 0x10 == 0x3c4c)" ( (binary_expression "uVar7 >> 0x10 == 0x3c4c" (binary_expression "uVar7 >> 0x10" identifier >> number_literal) == number_literal) )) (compound_statement "{\n uVar7 = puVar9[2];\n puVar9 = puVar9 + 2;\n }" { (expression_statement "uVar7 = puVar9[2];" (assignment_expression "uVar7 = puVar9[2]" identifier = (subscript_expression "puVar9[2]" identifier [ number_literal ])) ;) (expression_statement "puVar9 = puVar9 + 2;" (assignment_expression "puVar9 = puVar9 + 2" identifier = (binary_expression "puVar9 + 2" identifier + number_literal)) ;) })) (if_statement "if (uVar7 == 0xe80d8fc0) {\n iVar8 = 0;\n puVar4 = puVar9;\n do {\n while( true ) {\n while( true ) {\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }\n if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;\n iVar8 = iVar8 + (short)uVar7;\n }\n } while (uVar7 == 0x60000000);\n if ((uVar7 == 0x7fac0040) && (puVar1 = puVar9 + 3, puVar1 == puVar4)) {\n if (*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0) {\n \n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n }\n iVar2 = *(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04);\n uVar7 = iVar8 - iVar2;\n if (((int)uVar7 < 0) && (-1 < iVar2)) {\n puVar4 = puVar9 + 2;\n uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar5 == 0x3d810000) {\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }\n else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }\n if (puVar1 == puVar4) {\n return;\n }\n *puVar4 = 0x60000000;\n return;\n }\n pcVar6 = "split-stack stack size overflow at section %u offset %0zx";\n goto LAB_0016b340;\n }\n }" if (parenthesized_expression "(uVar7 == 0xe80d8fc0)" ( (binary_expression "uVar7 == 0xe80d8fc0" identifier == number_literal) )) (compound_statement "{\n iVar8 = 0;\n puVar4 = puVar9;\n do {\n while( true ) {\n while( true ) {\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }\n if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;\n iVar8 = iVar8 + (short)uVar7;\n }\n } while (uVar7 == 0x60000000);\n if ((uVar7 == 0x7fac0040) && (puVar1 = puVar9 + 3, puVar1 == puVar4)) {\n if (*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0) {\n \n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n }\n iVar2 = *(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04);\n uVar7 = iVar8 - iVar2;\n if (((int)uVar7 < 0) && (-1 < iVar2)) {\n puVar4 = puVar9 + 2;\n uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar5 == 0x3d810000) {\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }\n else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }\n if (puVar1 == puVar4) {\n return;\n }\n *puVar4 = 0x60000000;\n return;\n }\n pcVar6 = "split-stack stack size overflow at section %u offset %0zx";\n goto LAB_0016b340;\n }\n }" { (expression_statement "iVar8 = 0;" (assignment_expression "iVar8 = 0" identifier = number_literal) ;) (expression_statement "puVar4 = puVar9;" (assignment_expression "puVar4 = puVar9" identifier = identifier) ;) (do_statement "do {\n while( true ) {\n while( true ) {\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }\n if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;\n iVar8 = iVar8 + (short)uVar7;\n }\n } while (uVar7 == 0x60000000);" do (compound_statement "{\n while( true ) {\n while( true ) {\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }\n if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;\n iVar8 = iVar8 + (short)uVar7;\n }\n }" { (while_statement "while( true ) {\n while( true ) {\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }\n if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;\n iVar8 = iVar8 + (short)uVar7;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n while( true ) {\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }\n if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;\n iVar8 = iVar8 + (short)uVar7;\n }" { (while_statement "while( true ) {\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }" { (expression_statement "puVar4 = puVar4 + 1;" (assignment_expression "puVar4 = puVar4 + 1" identifier = (binary_expression "puVar4 + 1" identifier + number_literal)) ;) (expression_statement "uVar7 = *puVar4;" (assignment_expression "uVar7 = *puVar4" identifier = (pointer_expression "*puVar4" * identifier)) ;) (expression_statement "uVar5 = uVar7 & 0xffff0000;" (assignment_expression "uVar5 = uVar7 & 0xffff0000" identifier = (binary_expression "uVar7 & 0xffff0000" identifier & number_literal)) ;) (if_statement "if (uVar5 != 0x3d810000) break;" if (parenthesized_expression "(uVar5 != 0x3d810000)" ( (binary_expression "uVar5 != 0x3d810000" identifier != number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar8 = iVar8 + uVar7 * 0x10000;" (assignment_expression "iVar8 = iVar8 + uVar7 * 0x10000" identifier = (binary_expression "iVar8 + uVar7 * 0x10000" identifier + (binary_expression "uVar7 * 0x10000" identifier * number_literal))) ;) })) (if_statement "if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;" if (parenthesized_expression "((uVar5 != 0x39810000) && (uVar5 != 0x398c0000))" ( (binary_expression "(uVar5 != 0x39810000) && (uVar5 != 0x398c0000)" (parenthesized_expression "(uVar5 != 0x39810000)" ( (binary_expression "uVar5 != 0x39810000" identifier != number_literal) )) && (parenthesized_expression "(uVar5 != 0x398c0000)" ( (binary_expression "uVar5 != 0x398c0000" identifier != number_literal) ))) )) (break_statement "break;" break ;)) (expression_statement "iVar8 = iVar8 + (short)uVar7;" (assignment_expression "iVar8 = iVar8 + (short)uVar7" identifier = (binary_expression "iVar8 + (short)uVar7" identifier + (cast_expression "(short)uVar7" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) identifier))) ;) })) }) while (parenthesized_expression "(uVar7 == 0x60000000)" ( (binary_expression "uVar7 == 0x60000000" identifier == number_literal) )) ;) (if_statement "if ((uVar7 == 0x7fac0040) && (puVar1 = puVar9 + 3, puVar1 == puVar4)) {\n if (*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0) {\n \n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n }\n iVar2 = *(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04);\n uVar7 = iVar8 - iVar2;\n if (((int)uVar7 < 0) && (-1 < iVar2)) {\n puVar4 = puVar9 + 2;\n uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar5 == 0x3d810000) {\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }\n else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }\n if (puVar1 == puVar4) {\n return;\n }\n *puVar4 = 0x60000000;\n return;\n }\n pcVar6 = "split-stack stack size overflow at section %u offset %0zx";\n goto LAB_0016b340;\n }" if (parenthesized_expression "((uVar7 == 0x7fac0040) && (puVar1 = puVar9 + 3, puVar1 == puVar4))" ( (binary_expression "(uVar7 == 0x7fac0040) && (puVar1 = puVar9 + 3, puVar1 == puVar4)" (parenthesized_expression "(uVar7 == 0x7fac0040)" ( (binary_expression "uVar7 == 0x7fac0040" identifier == number_literal) )) && (parenthesized_expression "(puVar1 = puVar9 + 3, puVar1 == puVar4)" ( (comma_expression "puVar1 = puVar9 + 3, puVar1 == puVar4" (assignment_expression "puVar1 = puVar9 + 3" identifier = (binary_expression "puVar9 + 3" identifier + number_literal)) , (binary_expression "puVar1 == puVar4" identifier == identifier)) ))) )) (compound_statement "{\n if (*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0) {\n \n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n }\n iVar2 = *(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04);\n uVar7 = iVar8 - iVar2;\n if (((int)uVar7 < 0) && (-1 < iVar2)) {\n puVar4 = puVar9 + 2;\n uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar5 == 0x3d810000) {\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }\n else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }\n if (puVar1 == puVar4) {\n return;\n }\n *puVar4 = 0x60000000;\n return;\n }\n pcVar6 = "split-stack stack size overflow at section %u offset %0zx";\n goto LAB_0016b340;\n }" { (if_statement "if (*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0) {\n \n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0)" ( (binary_expression "*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0" (pointer_expression "*(long *)(PTR_DAT_004ba7c8 + 0x10)" * (cast_expression "(long *)(PTR_DAT_004ba7c8 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_004ba7c8 + 0x10)" ( (binary_expression "PTR_DAT_004ba7c8 + 0x10" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n \n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n }" { (expression_statement "FUN_001e9890("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_001e9890("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) })) (expression_statement "iVar2 = *(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04);" (assignment_expression "iVar2 = *(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04)" identifier = (pointer_expression "*(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04)" * (cast_expression "(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04)" ( (binary_expression "*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04" (pointer_expression "*(long *)(PTR_DAT_004ba7c8 + 0x10)" * (cast_expression "(long *)(PTR_DAT_004ba7c8 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_004ba7c8 + 0x10)" ( (binary_expression "PTR_DAT_004ba7c8 + 0x10" identifier + number_literal) )))) + number_literal) ))))) ;) (expression_statement "uVar7 = iVar8 - iVar2;" (assignment_expression "uVar7 = iVar8 - iVar2" identifier = (binary_expression "iVar8 - iVar2" identifier - identifier)) ;) (if_statement "if (((int)uVar7 < 0) && (-1 < iVar2)) {\n puVar4 = puVar9 + 2;\n uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar5 == 0x3d810000) {\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }\n else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }\n if (puVar1 == puVar4) {\n return;\n }\n *puVar4 = 0x60000000;\n return;\n }" if (parenthesized_expression "(((int)uVar7 < 0) && (-1 < iVar2))" ( (binary_expression "((int)uVar7 < 0) && (-1 < iVar2)" (parenthesized_expression "((int)uVar7 < 0)" ( (binary_expression "(int)uVar7 < 0" (cast_expression "(int)uVar7" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) && (parenthesized_expression "(-1 < iVar2)" ( (binary_expression "-1 < iVar2" number_literal < identifier) ))) )) (compound_statement "{\n puVar4 = puVar9 + 2;\n uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar5 == 0x3d810000) {\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }\n else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }\n if (puVar1 == puVar4) {\n return;\n }\n *puVar4 = 0x60000000;\n return;\n }" { (expression_statement "puVar4 = puVar9 + 2;" (assignment_expression "puVar4 = puVar9 + 2" identifier = (binary_expression "puVar9 + 2" identifier + number_literal)) ;) (expression_statement "uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;" (assignment_expression "uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000" identifier = (binary_expression "uVar7 + 0x8000 >> 0x10 | 0x3d810000" (binary_expression "uVar7 + 0x8000 >> 0x10" (binary_expression "uVar7 + 0x8000" identifier + number_literal) >> number_literal) | number_literal)) ;) (if_statement "if (uVar5 == 0x3d810000) {\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }\n else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }" if (parenthesized_expression "(uVar5 == 0x3d810000)" ( (binary_expression "uVar5 == 0x3d810000" identifier == number_literal) )) (compound_statement "{\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }" { (expression_statement "puVar9[1] = uVar7 & 0xffff | 0x39810000;" (assignment_expression "puVar9[1] = uVar7 & 0xffff | 0x39810000" (subscript_expression "puVar9[1]" identifier [ number_literal ]) = (binary_expression "uVar7 & 0xffff | 0x39810000" (binary_expression "uVar7 & 0xffff" identifier & number_literal) | number_literal)) ;) }) (else_clause "else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }" else (compound_statement "{\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }" { (expression_statement "uVar7 = uVar7 & 0xffff | 0x398c0000;" (assignment_expression "uVar7 = uVar7 & 0xffff | 0x398c0000" identifier = (binary_expression "uVar7 & 0xffff | 0x398c0000" (binary_expression "uVar7 & 0xffff" identifier & number_literal) | number_literal)) ;) (expression_statement "puVar9[1] = uVar5;" (assignment_expression "puVar9[1] = uVar5" (subscript_expression "puVar9[1]" identifier [ number_literal ]) = identifier) ;) (if_statement "if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }" if (parenthesized_expression "(uVar7 != 0x398c0000)" ( (binary_expression "uVar7 != 0x398c0000" identifier != number_literal) )) (compound_statement "{\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }" { (expression_statement "puVar9[2] = uVar7;" (assignment_expression "puVar9[2] = uVar7" (subscript_expression "puVar9[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar4 = puVar1;" (assignment_expression "puVar4 = puVar1" identifier = identifier) ;) })) }))) (if_statement "if (puVar1 == puVar4) {\n return;\n }" if (parenthesized_expression "(puVar1 == puVar4)" ( (binary_expression "puVar1 == puVar4" identifier == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "*puVar4 = 0x60000000;" (assignment_expression "*puVar4 = 0x60000000" (pointer_expression "*puVar4" * identifier) = number_literal) ;) (return_statement "return;" return ;) })) (expression_statement "pcVar6 = "split-stack stack size overflow at section %u offset %0zx";" (assignment_expression "pcVar6 = "split-stack stack size overflow at section %u offset %0zx"" identifier = (string_literal ""split-stack stack size overflow at section %u offset %0zx"" " string_content ")) ;) (goto_statement "goto LAB_0016b340;" goto statement_identifier ;) })) })) (if_statement "if ((*(byte *)(param_2 + 0x3c) & 8) != 0) {\n return;\n }" if (parenthesized_expression "((*(byte *)(param_2 + 0x3c) & 8) != 0)" ( (binary_expression "(*(byte *)(param_2 + 0x3c) & 8) != 0" (parenthesized_expression "(*(byte *)(param_2 + 0x3c) & 8)" ( (binary_expression "*(byte *)(param_2 + 0x3c) & 8" (pointer_expression "*(byte *)(param_2 + 0x3c)" * (cast_expression "(byte *)(param_2 + 0x3c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x3c)" ( (binary_expression "param_2 + 0x3c" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "pcVar6 = "failed to match split-stack sequence at section %u offset %0zx";" (assignment_expression "pcVar6 = "failed to match split-stack sequence at section %u offset %0zx"" identifier = (string_literal ""failed to match split-stack sequence at section %u offset %0zx"" " string_content ")) ;) (labeled_statement "LAB_0016b340:\n uVar3 = gettext(pcVar6);" statement_identifier : (expression_statement "uVar3 = gettext(pcVar6);" (assignment_expression "uVar3 = gettext(pcVar6)" identifier = (call_expression "gettext(pcVar6)" identifier (argument_list "(pcVar6)" ( identifier )))) ;)) (expression_statement "FUN_00229f40(param_2,uVar3,param_3,param_4);" (call_expression "FUN_00229f40(param_2,uVar3,param_3,param_4)" identifier (argument_list "(param_2,uVar3,param_3,param_4)" ( identifier , identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (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 (binary_expression IDENT >> LIT) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (while_statement while (parenthesized_expression ( BOOL )) (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 = (binary_expression IDENT & LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (binary_expression IDENT != LIT) ))) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (cast_expression ( (type_descriptor (sized_type_specifier short)) ) IDENT))) ;) })) }) while (parenthesized_expression ( (binary_expression IDENT == LIT) )) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (binary_expression IDENT + LIT)) , (binary_expression IDENT == IDENT)) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (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 IDENT - IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < LIT) )) && (parenthesized_expression ( (binary_expression LIT < IDENT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (binary_expression IDENT + LIT) >> LIT) | LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (binary_expression IDENT & LIT) | LIT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT & LIT) | LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression 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 (pointer_expression * IDENT) = LIT) ;) (return_statement return ;) })) (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (goto_statement goto statement_identifier ;) })) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) != LIT) )) (compound_statement { (return_statement return ;) })) (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 ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_0016b200(undefined8 param_1,long param_2,undefined4 param_3,long param_4)\n\n{\n uint *puVar1;\n int iVar2;\n undefined8 uVar3;\n uint *puVar4;\n uint uVar5;\n char *pcVar6;\n uint uVar7;\n int iVar8;\n uint *puVar9;\n long in_stack_00000010;\n \n puVar9 = (uint *)(in_stack_00000010 + param_4);\n uVar7 = *puVar9;\n if (uVar7 >> 0x10 == 0x3c4c) {\n uVar7 = puVar9[2];\n puVar9 = puVar9 + 2;\n }\n if (uVar7 == 0xe80d8fc0) {\n iVar8 = 0;\n puVar4 = puVar9;\n do {\n while( true ) {\n while( true ) {\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }\n if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;\n iVar8 = iVar8 + (short)uVar7;\n }\n } while (uVar7 == 0x60000000);\n if ((uVar7 == 0x7fac0040) && (puVar1 = puVar9 + 3, puVar1 == puVar4)) {\n if (*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0) {\n \n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n }\n iVar2 = *(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04);\n uVar7 = iVar8 - iVar2;\n if (((int)uVar7 < 0) && (-1 < iVar2)) {\n puVar4 = puVar9 + 2;\n uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar5 == 0x3d810000) {\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }\n else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }\n if (puVar1 == puVar4) {\n return;\n }\n *puVar4 = 0x60000000;\n return;\n }\n pcVar6 = "split-stack stack size overflow at section %u offset %0zx";\n goto LAB_0016b340;\n }\n }\n if ((*(byte *)(param_2 + 0x3c) & 8) != 0) {\n return;\n }\n pcVar6 = "failed to match split-stack sequence at section %u offset %0zx";\nLAB_0016b340:\n uVar3 = gettext(pcVar6);\n FUN_00229f40(param_2,uVar3,param_3,param_4);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0016b200(undefined8 param_1,long param_2,undefined4 param_3,long param_4)" (identifier "FUN_0016b200") (parameter_list "(undefined8 param_1,long param_2,undefined4 param_3,long param_4)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) (, ",") (parameter_declaration "long param_4" (sized_type_specifier "long" (long "long")) (identifier "param_4")) () ")"))) (compound_statement "{\n uint *puVar1;\n int iVar2;\n undefined8 uVar3;\n uint *puVar4;\n uint uVar5;\n char *pcVar6;\n uint uVar7;\n int iVar8;\n uint *puVar9;\n long in_stack_00000010;\n \n puVar9 = (uint *)(in_stack_00000010 + param_4);\n uVar7 = *puVar9;\n if (uVar7 >> 0x10 == 0x3c4c) {\n uVar7 = puVar9[2];\n puVar9 = puVar9 + 2;\n }\n if (uVar7 == 0xe80d8fc0) {\n iVar8 = 0;\n puVar4 = puVar9;\n do {\n while( true ) {\n while( true ) {\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }\n if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;\n iVar8 = iVar8 + (short)uVar7;\n }\n } while (uVar7 == 0x60000000);\n if ((uVar7 == 0x7fac0040) && (puVar1 = puVar9 + 3, puVar1 == puVar4)) {\n if (*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0) {\n \n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n }\n iVar2 = *(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04);\n uVar7 = iVar8 - iVar2;\n if (((int)uVar7 < 0) && (-1 < iVar2)) {\n puVar4 = puVar9 + 2;\n uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar5 == 0x3d810000) {\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }\n else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }\n if (puVar1 == puVar4) {\n return;\n }\n *puVar4 = 0x60000000;\n return;\n }\n pcVar6 = "split-stack stack size overflow at section %u offset %0zx";\n goto LAB_0016b340;\n }\n }\n if ((*(byte *)(param_2 + 0x3c) & 8) != 0) {\n return;\n }\n pcVar6 = "failed to match split-stack sequence at section %u offset %0zx";\nLAB_0016b340:\n uVar3 = gettext(pcVar6);\n FUN_00229f40(param_2,uVar3,param_3,param_4);\n return;\n}" ({ "{") (declaration "uint *puVar1;" (type_identifier "uint") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (declaration "uint *puVar4;" (type_identifier "uint") (pointer_declarator "*puVar4" (* "*") (identifier "puVar4")) (; ";")) (declaration "uint uVar5;" (type_identifier "uint") (identifier "uVar5") (; ";")) (declaration "char *pcVar6;" (primitive_type "char") (pointer_declarator "*pcVar6" (* "*") (identifier "pcVar6")) (; ";")) (declaration "uint uVar7;" (type_identifier "uint") (identifier "uVar7") (; ";")) (declaration "int iVar8;" (primitive_type "int") (identifier "iVar8") (; ";")) (declaration "uint *puVar9;" (type_identifier "uint") (pointer_declarator "*puVar9" (* "*") (identifier "puVar9")) (; ";")) (declaration "long in_stack_00000010;" (sized_type_specifier "long" (long "long")) (identifier "in_stack_00000010") (; ";")) (expression_statement "puVar9 = (uint *)(in_stack_00000010 + param_4);" (assignment_expression "puVar9 = (uint *)(in_stack_00000010 + param_4)" (identifier "puVar9") (= "=") (cast_expression "(uint *)(in_stack_00000010 + param_4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_stack_00000010 + param_4)" (( "(") (binary_expression "in_stack_00000010 + param_4" (identifier "in_stack_00000010") (+ "+") (identifier "param_4")) () ")")))) (; ";")) (expression_statement "uVar7 = *puVar9;" (assignment_expression "uVar7 = *puVar9" (identifier "uVar7") (= "=") (pointer_expression "*puVar9" (* "*") (identifier "puVar9"))) (; ";")) (if_statement "if (uVar7 >> 0x10 == 0x3c4c) {\n uVar7 = puVar9[2];\n puVar9 = puVar9 + 2;\n }" (if "if") (parenthesized_expression "(uVar7 >> 0x10 == 0x3c4c)" (( "(") (binary_expression "uVar7 >> 0x10 == 0x3c4c" (binary_expression "uVar7 >> 0x10" (identifier "uVar7") (>> ">>") (number_literal "0x10")) (== "==") (number_literal "0x3c4c")) () ")")) (compound_statement "{\n uVar7 = puVar9[2];\n puVar9 = puVar9 + 2;\n }" ({ "{") (expression_statement "uVar7 = puVar9[2];" (assignment_expression "uVar7 = puVar9[2]" (identifier "uVar7") (= "=") (subscript_expression "puVar9[2]" (identifier "puVar9") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "puVar9 = puVar9 + 2;" (assignment_expression "puVar9 = puVar9 + 2" (identifier "puVar9") (= "=") (binary_expression "puVar9 + 2" (identifier "puVar9") (+ "+") (number_literal "2"))) (; ";")) (} "}"))) (if_statement "if (uVar7 == 0xe80d8fc0) {\n iVar8 = 0;\n puVar4 = puVar9;\n do {\n while( true ) {\n while( true ) {\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }\n if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;\n iVar8 = iVar8 + (short)uVar7;\n }\n } while (uVar7 == 0x60000000);\n if ((uVar7 == 0x7fac0040) && (puVar1 = puVar9 + 3, puVar1 == puVar4)) {\n if (*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0) {\n \n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n }\n iVar2 = *(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04);\n uVar7 = iVar8 - iVar2;\n if (((int)uVar7 < 0) && (-1 < iVar2)) {\n puVar4 = puVar9 + 2;\n uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar5 == 0x3d810000) {\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }\n else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }\n if (puVar1 == puVar4) {\n return;\n }\n *puVar4 = 0x60000000;\n return;\n }\n pcVar6 = "split-stack stack size overflow at section %u offset %0zx";\n goto LAB_0016b340;\n }\n }" (if "if") (parenthesized_expression "(uVar7 == 0xe80d8fc0)" (( "(") (binary_expression "uVar7 == 0xe80d8fc0" (identifier "uVar7") (== "==") (number_literal "0xe80d8fc0")) () ")")) (compound_statement "{\n iVar8 = 0;\n puVar4 = puVar9;\n do {\n while( true ) {\n while( true ) {\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }\n if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;\n iVar8 = iVar8 + (short)uVar7;\n }\n } while (uVar7 == 0x60000000);\n if ((uVar7 == 0x7fac0040) && (puVar1 = puVar9 + 3, puVar1 == puVar4)) {\n if (*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0) {\n \n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n }\n iVar2 = *(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04);\n uVar7 = iVar8 - iVar2;\n if (((int)uVar7 < 0) && (-1 < iVar2)) {\n puVar4 = puVar9 + 2;\n uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar5 == 0x3d810000) {\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }\n else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }\n if (puVar1 == puVar4) {\n return;\n }\n *puVar4 = 0x60000000;\n return;\n }\n pcVar6 = "split-stack stack size overflow at section %u offset %0zx";\n goto LAB_0016b340;\n }\n }" ({ "{") (expression_statement "iVar8 = 0;" (assignment_expression "iVar8 = 0" (identifier "iVar8") (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar4 = puVar9;" (assignment_expression "puVar4 = puVar9" (identifier "puVar4") (= "=") (identifier "puVar9")) (; ";")) (do_statement "do {\n while( true ) {\n while( true ) {\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }\n if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;\n iVar8 = iVar8 + (short)uVar7;\n }\n } while (uVar7 == 0x60000000);" (do "do") (compound_statement "{\n while( true ) {\n while( true ) {\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }\n if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;\n iVar8 = iVar8 + (short)uVar7;\n }\n }" ({ "{") (while_statement "while( true ) {\n while( true ) {\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }\n if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;\n iVar8 = iVar8 + (short)uVar7;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n while( true ) {\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }\n if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;\n iVar8 = iVar8 + (short)uVar7;\n }" ({ "{") (while_statement "while( true ) {\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n puVar4 = puVar4 + 1;\n uVar7 = *puVar4;\n uVar5 = uVar7 & 0xffff0000;\n if (uVar5 != 0x3d810000) break;\n iVar8 = iVar8 + uVar7 * 0x10000;\n }" ({ "{") (expression_statement "puVar4 = puVar4 + 1;" (assignment_expression "puVar4 = puVar4 + 1" (identifier "puVar4") (= "=") (binary_expression "puVar4 + 1" (identifier "puVar4") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "uVar7 = *puVar4;" (assignment_expression "uVar7 = *puVar4" (identifier "uVar7") (= "=") (pointer_expression "*puVar4" (* "*") (identifier "puVar4"))) (; ";")) (expression_statement "uVar5 = uVar7 & 0xffff0000;" (assignment_expression "uVar5 = uVar7 & 0xffff0000" (identifier "uVar5") (= "=") (binary_expression "uVar7 & 0xffff0000" (identifier "uVar7") (& "&") (number_literal "0xffff0000"))) (; ";")) (if_statement "if (uVar5 != 0x3d810000) break;" (if "if") (parenthesized_expression "(uVar5 != 0x3d810000)" (( "(") (binary_expression "uVar5 != 0x3d810000" (identifier "uVar5") (!= "!=") (number_literal "0x3d810000")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar8 = iVar8 + uVar7 * 0x10000;" (assignment_expression "iVar8 = iVar8 + uVar7 * 0x10000" (identifier "iVar8") (= "=") (binary_expression "iVar8 + uVar7 * 0x10000" (identifier "iVar8") (+ "+") (binary_expression "uVar7 * 0x10000" (identifier "uVar7") (* "*") (number_literal "0x10000")))) (; ";")) (} "}"))) (if_statement "if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;" (if "if") (parenthesized_expression "((uVar5 != 0x39810000) && (uVar5 != 0x398c0000))" (( "(") (binary_expression "(uVar5 != 0x39810000) && (uVar5 != 0x398c0000)" (parenthesized_expression "(uVar5 != 0x39810000)" (( "(") (binary_expression "uVar5 != 0x39810000" (identifier "uVar5") (!= "!=") (number_literal "0x39810000")) () ")")) (&& "&&") (parenthesized_expression "(uVar5 != 0x398c0000)" (( "(") (binary_expression "uVar5 != 0x398c0000" (identifier "uVar5") (!= "!=") (number_literal "0x398c0000")) () ")"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar8 = iVar8 + (short)uVar7;" (assignment_expression "iVar8 = iVar8 + (short)uVar7" (identifier "iVar8") (= "=") (binary_expression "iVar8 + (short)uVar7" (identifier "iVar8") (+ "+") (cast_expression "(short)uVar7" (( "(") (type_descriptor "short" (sized_type_specifier "short" (short "short"))) () ")") (identifier "uVar7")))) (; ";")) (} "}"))) (} "}")) (while "while") (parenthesized_expression "(uVar7 == 0x60000000)" (( "(") (binary_expression "uVar7 == 0x60000000" (identifier "uVar7") (== "==") (number_literal "0x60000000")) () ")")) (; ";")) (if_statement "if ((uVar7 == 0x7fac0040) && (puVar1 = puVar9 + 3, puVar1 == puVar4)) {\n if (*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0) {\n \n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n }\n iVar2 = *(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04);\n uVar7 = iVar8 - iVar2;\n if (((int)uVar7 < 0) && (-1 < iVar2)) {\n puVar4 = puVar9 + 2;\n uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar5 == 0x3d810000) {\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }\n else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }\n if (puVar1 == puVar4) {\n return;\n }\n *puVar4 = 0x60000000;\n return;\n }\n pcVar6 = "split-stack stack size overflow at section %u offset %0zx";\n goto LAB_0016b340;\n }" (if "if") (parenthesized_expression "((uVar7 == 0x7fac0040) && (puVar1 = puVar9 + 3, puVar1 == puVar4))" (( "(") (binary_expression "(uVar7 == 0x7fac0040) && (puVar1 = puVar9 + 3, puVar1 == puVar4)" (parenthesized_expression "(uVar7 == 0x7fac0040)" (( "(") (binary_expression "uVar7 == 0x7fac0040" (identifier "uVar7") (== "==") (number_literal "0x7fac0040")) () ")")) (&& "&&") (parenthesized_expression "(puVar1 = puVar9 + 3, puVar1 == puVar4)" (( "(") (comma_expression "puVar1 = puVar9 + 3, puVar1 == puVar4" (assignment_expression "puVar1 = puVar9 + 3" (identifier "puVar1") (= "=") (binary_expression "puVar9 + 3" (identifier "puVar9") (+ "+") (number_literal "3"))) (, ",") (binary_expression "puVar1 == puVar4" (identifier "puVar1") (== "==") (identifier "puVar4"))) () ")"))) () ")")) (compound_statement "{\n if (*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0) {\n \n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n }\n iVar2 = *(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04);\n uVar7 = iVar8 - iVar2;\n if (((int)uVar7 < 0) && (-1 < iVar2)) {\n puVar4 = puVar9 + 2;\n uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar5 == 0x3d810000) {\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }\n else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }\n if (puVar1 == puVar4) {\n return;\n }\n *puVar4 = 0x60000000;\n return;\n }\n pcVar6 = "split-stack stack size overflow at section %u offset %0zx";\n goto LAB_0016b340;\n }" ({ "{") (if_statement "if (*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0) {\n \n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n }" (if "if") (parenthesized_expression "(*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0)" (( "(") (binary_expression "*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0" (pointer_expression "*(long *)(PTR_DAT_004ba7c8 + 0x10)" (* "*") (cast_expression "(long *)(PTR_DAT_004ba7c8 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_004ba7c8 + 0x10)" (( "(") (binary_expression "PTR_DAT_004ba7c8 + 0x10" (identifier "PTR_DAT_004ba7c8") (+ "+") (number_literal "0x10")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n }" ({ "{") (expression_statement "FUN_001e9890("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_001e9890("../../gold/parameters.h",0x5c,"options")" (identifier "FUN_001e9890") (argument_list "("../../gold/parameters.h",0x5c,"options")" (( "(") (string_literal ""../../gold/parameters.h"" (" """) (string_content "../../gold/parameters.h") (" """)) (, ",") (number_literal "0x5c") (, ",") (string_literal ""options"" (" """) (string_content "options") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "iVar2 = *(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04);" (assignment_expression "iVar2 = *(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04)" (* "*") (cast_expression "(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04)" (( "(") (binary_expression "*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04" (pointer_expression "*(long *)(PTR_DAT_004ba7c8 + 0x10)" (* "*") (cast_expression "(long *)(PTR_DAT_004ba7c8 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_004ba7c8 + 0x10)" (( "(") (binary_expression "PTR_DAT_004ba7c8 + 0x10" (identifier "PTR_DAT_004ba7c8") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x5d04")) () ")"))))) (; ";")) (expression_statement "uVar7 = iVar8 - iVar2;" (assignment_expression "uVar7 = iVar8 - iVar2" (identifier "uVar7") (= "=") (binary_expression "iVar8 - iVar2" (identifier "iVar8") (- "-") (identifier "iVar2"))) (; ";")) (if_statement "if (((int)uVar7 < 0) && (-1 < iVar2)) {\n puVar4 = puVar9 + 2;\n uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar5 == 0x3d810000) {\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }\n else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }\n if (puVar1 == puVar4) {\n return;\n }\n *puVar4 = 0x60000000;\n return;\n }" (if "if") (parenthesized_expression "(((int)uVar7 < 0) && (-1 < iVar2))" (( "(") (binary_expression "((int)uVar7 < 0) && (-1 < iVar2)" (parenthesized_expression "((int)uVar7 < 0)" (( "(") (binary_expression "(int)uVar7 < 0" (cast_expression "(int)uVar7" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar7")) (< "<") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(-1 < iVar2)" (( "(") (binary_expression "-1 < iVar2" (number_literal "-1") (< "<") (identifier "iVar2")) () ")"))) () ")")) (compound_statement "{\n puVar4 = puVar9 + 2;\n uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;\n if (uVar5 == 0x3d810000) {\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }\n else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }\n if (puVar1 == puVar4) {\n return;\n }\n *puVar4 = 0x60000000;\n return;\n }" ({ "{") (expression_statement "puVar4 = puVar9 + 2;" (assignment_expression "puVar4 = puVar9 + 2" (identifier "puVar4") (= "=") (binary_expression "puVar9 + 2" (identifier "puVar9") (+ "+") (number_literal "2"))) (; ";")) (expression_statement "uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;" (assignment_expression "uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000" (identifier "uVar5") (= "=") (binary_expression "uVar7 + 0x8000 >> 0x10 | 0x3d810000" (binary_expression "uVar7 + 0x8000 >> 0x10" (binary_expression "uVar7 + 0x8000" (identifier "uVar7") (+ "+") (number_literal "0x8000")) (>> ">>") (number_literal "0x10")) (| "|") (number_literal "0x3d810000"))) (; ";")) (if_statement "if (uVar5 == 0x3d810000) {\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }\n else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }" (if "if") (parenthesized_expression "(uVar5 == 0x3d810000)" (( "(") (binary_expression "uVar5 == 0x3d810000" (identifier "uVar5") (== "==") (number_literal "0x3d810000")) () ")")) (compound_statement "{\n puVar9[1] = uVar7 & 0xffff | 0x39810000;\n }" ({ "{") (expression_statement "puVar9[1] = uVar7 & 0xffff | 0x39810000;" (assignment_expression "puVar9[1] = uVar7 & 0xffff | 0x39810000" (subscript_expression "puVar9[1]" (identifier "puVar9") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "uVar7 & 0xffff | 0x39810000" (binary_expression "uVar7 & 0xffff" (identifier "uVar7") (& "&") (number_literal "0xffff")) (| "|") (number_literal "0x39810000"))) (; ";")) (} "}")) (else_clause "else {\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }" (else "else") (compound_statement "{\n uVar7 = uVar7 & 0xffff | 0x398c0000;\n puVar9[1] = uVar5;\n if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }\n }" ({ "{") (expression_statement "uVar7 = uVar7 & 0xffff | 0x398c0000;" (assignment_expression "uVar7 = uVar7 & 0xffff | 0x398c0000" (identifier "uVar7") (= "=") (binary_expression "uVar7 & 0xffff | 0x398c0000" (binary_expression "uVar7 & 0xffff" (identifier "uVar7") (& "&") (number_literal "0xffff")) (| "|") (number_literal "0x398c0000"))) (; ";")) (expression_statement "puVar9[1] = uVar5;" (assignment_expression "puVar9[1] = uVar5" (subscript_expression "puVar9[1]" (identifier "puVar9") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "uVar5")) (; ";")) (if_statement "if (uVar7 != 0x398c0000) {\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }" (if "if") (parenthesized_expression "(uVar7 != 0x398c0000)" (( "(") (binary_expression "uVar7 != 0x398c0000" (identifier "uVar7") (!= "!=") (number_literal "0x398c0000")) () ")")) (compound_statement "{\n puVar9[2] = uVar7;\n puVar4 = puVar1;\n }" ({ "{") (expression_statement "puVar9[2] = uVar7;" (assignment_expression "puVar9[2] = uVar7" (subscript_expression "puVar9[2]" (identifier "puVar9") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "uVar7")) (; ";")) (expression_statement "puVar4 = puVar1;" (assignment_expression "puVar4 = puVar1" (identifier "puVar4") (= "=") (identifier "puVar1")) (; ";")) (} "}"))) (} "}")))) (if_statement "if (puVar1 == puVar4) {\n return;\n }" (if "if") (parenthesized_expression "(puVar1 == puVar4)" (( "(") (binary_expression "puVar1 == puVar4" (identifier "puVar1") (== "==") (identifier "puVar4")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "*puVar4 = 0x60000000;" (assignment_expression "*puVar4 = 0x60000000" (pointer_expression "*puVar4" (* "*") (identifier "puVar4")) (= "=") (number_literal "0x60000000")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "pcVar6 = "split-stack stack size overflow at section %u offset %0zx";" (assignment_expression "pcVar6 = "split-stack stack size overflow at section %u offset %0zx"" (identifier "pcVar6") (= "=") (string_literal ""split-stack stack size overflow at section %u offset %0zx"" (" """) (string_content "split-stack stack size overflow at section %u offset %0zx") (" """))) (; ";")) (goto_statement "goto LAB_0016b340;" (goto "goto") (statement_identifier "LAB_0016b340") (; ";")) (} "}"))) (} "}"))) (if_statement "if ((*(byte *)(param_2 + 0x3c) & 8) != 0) {\n return;\n }" (if "if") (parenthesized_expression "((*(byte *)(param_2 + 0x3c) & 8) != 0)" (( "(") (binary_expression "(*(byte *)(param_2 + 0x3c) & 8) != 0" (parenthesized_expression "(*(byte *)(param_2 + 0x3c) & 8)" (( "(") (binary_expression "*(byte *)(param_2 + 0x3c) & 8" (pointer_expression "*(byte *)(param_2 + 0x3c)" (* "*") (cast_expression "(byte *)(param_2 + 0x3c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x3c)" (( "(") (binary_expression "param_2 + 0x3c" (identifier "param_2") (+ "+") (number_literal "0x3c")) () ")")))) (& "&") (number_literal "8")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "pcVar6 = "failed to match split-stack sequence at section %u offset %0zx";" (assignment_expression "pcVar6 = "failed to match split-stack sequence at section %u offset %0zx"" (identifier "pcVar6") (= "=") (string_literal ""failed to match split-stack sequence at section %u offset %0zx"" (" """) (string_content "failed to match split-stack sequence at section %u offset %0zx") (" """))) (; ";")) (labeled_statement "LAB_0016b340:\n uVar3 = gettext(pcVar6);" (statement_identifier "LAB_0016b340") (: ":") (expression_statement "uVar3 = gettext(pcVar6);" (assignment_expression "uVar3 = gettext(pcVar6)" (identifier "uVar3") (= "=") (call_expression "gettext(pcVar6)" (identifier "gettext") (argument_list "(pcVar6)" (( "(") (identifier "pcVar6") () ")")))) (; ";"))) (expression_statement "FUN_00229f40(param_2,uVar3,param_3,param_4);" (call_expression "FUN_00229f40(param_2,uVar3,param_3,param_4)" (identifier "FUN_00229f40") (argument_list "(param_2,uVar3,param_3,param_4)" (( "(") (identifier "param_2") (, ",") (identifier "uVar3") (, ",") (identifier "param_3") (, ",") (identifier "param_4") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: void do_calls_non_split(Target_powerpc<64,_false> * this, Relobj *
object, uint shndx, section_offset_type fnoffset, section_size_type fnsize, uchar * prelocs,
size_t reloc_count, uchar * view, section_size_type view_size, string * from, string * to) */
void __thiscall
anon_unknown.dwarf_2cac9f::Target_powerpc<64,_false>::do_calls_non_split
(Target_powerpc<64,_false> *this,Relobj *object,type_1 shndx,section_offset_type var_2,
section_size_type fnsize,uchar *prelocs,size_t reloc_count,uchar *var_1,
section_size_type view_size,string *from,string *to)
{
type_1 *var_8;
int var_10;
type_1 *var_5;
type_1 var_6;
char *pcVar5;
type_1 var_3;
int var_7;
type_1 *var_4;
var_4 = (type_1 *)(var_1 + var_2);
var_3 = *var_4;
if (var_3 >> 0x10 == 0x3c4c) {
var_3 = var_4[2];
var_4 = var_4 + 2;
}
if (var_3 == 0xe80d8fc0) {
var_7 = 0;
var_5 = var_4;
do {
while( true ) {
while( true ) {
var_5 = var_5 + 1;
var_3 = *var_5;
var_6 = var_3 & 0xffff0000;
if (var_6 != 0x3d810000) break;
var_7 = var_7 + var_3 * 0x10000;
}
if ((var_6 != 0x39810000) && (var_6 != 0x398c0000)) break;
var_7 = var_7 + (short)var_3;
}
} while (var_3 == 0x60000000);
if ((var_3 == 0x7fac0040) && (var_8 = var_4 + 3, var_8 == var_5)) {
if (gold::parameters->options_ == (type_2 *)0x0) {
/* WARNING: Subroutine does not return */
gold::var_9("../../gold/parameters.h",0x5c,"options");
}
var_10 = (gold::parameters->options_->split_stack_adjust_size_).value;
var_3 = var_7 - var_10;
if (((int)var_3 < 0) && (-1 < var_10)) {
var_5 = var_4 + 2;
var_6 = var_3 + 0x8000 >> 0x10 | 0x3d810000;
if (var_6 == 0x3d810000) {
var_4[1] = var_3 & 0xffff | 0x39810000;
}
else {
var_3 = var_3 & 0xffff | 0x398c0000;
var_4[1] = var_6;
if (var_3 != 0x398c0000) {
var_4[2] = var_3;
var_5 = var_8;
}
}
if (var_8 == var_5) {
return;
}
*var_5 = 0x60000000;
return;
}
pcVar5 = "split-stack stack size overflow at section %u offset %0zx";
goto LAB_0016b340;
}
}
if (((object->super_Object).field_0x3c & 8) != 0) {
return;
}
pcVar5 = "failed to match split-stack sequence at section %u offset %0zx";
LAB_0016b340:
pcVar5 = (char *)var_11(pcVar5);
gold::Object::var_12(&object->super_Object,pcVar5,(type_3)shndx,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: (identifier)) (parameter_declaration type: (sized_type_specifier) 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: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (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: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (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: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (while_statement condition: (parenthesized_expression (true)) body: (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: (binary_expression left: (identifier) right: (number_literal)))) (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: (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))))))) condition: (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 (comma_expression left: (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))) right: (binary_expression left: (identifier) right: (identifier)))))) 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))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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: (identifier) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) 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: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (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: (pointer_expression argument: (identifier)) right: (number_literal))) (return_statement))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (goto_statement label: (statement_identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (return_statement))) (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)))) (return_statement)))) | null |
void MASKED(undefined8 param_1,long param_2,undefined4 param_3,long param_4)
{
uint *puVar1;
int iVar2;
undefined8 uVar3;
uint *puVar4;
uint uVar5;
char *pcVar6;
uint uVar7;
int iVar8;
uint *puVar9;
long in_stack_00000010;
puVar9 = (uint *)(in_stack_00000010 + param_4);
uVar7 = *puVar9;
if (uVar7 >> 0x10 == 0x3c4c) {
uVar7 = puVar9[2];
puVar9 = puVar9 + 2;
}
if (uVar7 == 0xe80d8fc0) {
iVar8 = 0;
puVar4 = puVar9;
do {
while( true ) {
while( true ) {
puVar4 = puVar4 + 1;
uVar7 = *puVar4;
uVar5 = uVar7 & 0xffff0000;
if (uVar5 != 0x3d810000) break;
iVar8 = iVar8 + uVar7 * 0x10000;
}
if ((uVar5 != 0x39810000) && (uVar5 != 0x398c0000)) break;
iVar8 = iVar8 + (short)uVar7;
}
} while (uVar7 == 0x60000000);
if ((uVar7 == 0x7fac0040) && (puVar1 = puVar9 + 3, puVar1 == puVar4)) {
if (*(long *)(PTR_DAT_004ba7c8 + 0x10) == 0) {
/* WARNING: Subroutine does not return */
FUN_001e9890("../../gold/parameters.h",0x5c,"options");
}
iVar2 = *(int *)(*(long *)(PTR_DAT_004ba7c8 + 0x10) + 0x5d04);
uVar7 = iVar8 - iVar2;
if (((int)uVar7 < 0) && (-1 < iVar2)) {
puVar4 = puVar9 + 2;
uVar5 = uVar7 + 0x8000 >> 0x10 | 0x3d810000;
if (uVar5 == 0x3d810000) {
puVar9[1] = uVar7 & 0xffff | 0x39810000;
}
else {
uVar7 = uVar7 & 0xffff | 0x398c0000;
puVar9[1] = uVar5;
if (uVar7 != 0x398c0000) {
puVar9[2] = uVar7;
puVar4 = puVar1;
}
}
if (puVar1 == puVar4) {
return;
}
*puVar4 = 0x60000000;
return;
}
pcVar6 = "split-stack stack size overflow at section %u offset %0zx";
goto LAB_0016b340;
}
}
if ((*(byte *)(param_2 + 0x3c) & 8) != 0) {
return;
}
pcVar6 = "failed to match split-stack sequence at section %u offset %0zx";
LAB_0016b340:
uVar3 = gettext(pcVar6);
FUN_00229f40(param_2,uVar3,param_3,param_4);
return;
}
|
167_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | umask | umask |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__mode_t umask(__mode_t __mask)
{
__mode_t _Var1;
_Var1 = (*(code *)PTR_umask_004ba540)();
return _Var1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__mode_t umask(__mode_t __mask)
{
__mode_t _Var1;
_Var1 = (*(code *)PTR_umask_004ba540)();
return _Var1;
}
| JMP qword ptr [0x004ba540] | null | null | null | null | [(u'CAST_-1207301429', u'CALLIND_-1207301496'), ('tmp_32', u'CAST_-1207301429'), (u'CALLIND_-1207301496', u'RETURN_-1207301493'), (u'INDIRECT_-1207301434', u'COPY_-1207301493'), ('const-0', u'RETURN_-1207301493'), (u'CALLIND_-1207301496', u'INDIRECT_-1207301434')] | [(u'CAST_-1207301429', u'CALLIND_-1207301496'), ('tmp_32', u'CAST_-1207301429'), (u'CALLIND_-1207301496', u'RETURN_-1207301493'), (u'INDIRECT_-1207301434', u'COPY_-1207301493'), ('const-0', u'RETURN_-1207301493'), (u'CALLIND_-1207301496', u'INDIRECT_-1207301434')] | null | null | 00150a80 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\n__mode_t umask(__mode_t __mask)\n\n{\n __mode_t _Var1;\n \n _Var1 = (*(code *)PTR_umask_004ba540)();\n return _Var1;\n}\n\n" comment (function_definition "__mode_t umask(__mode_t __mask)\n\n{\n __mode_t _Var1;\n \n _Var1 = (*(code *)PTR_umask_004ba540)();\n return _Var1;\n}" type_identifier (function_declarator "umask(__mode_t __mask)" identifier (parameter_list "(__mode_t __mask)" ( (parameter_declaration "__mode_t __mask" type_identifier identifier) ))) (compound_statement "{\n __mode_t _Var1;\n \n _Var1 = (*(code *)PTR_umask_004ba540)();\n return _Var1;\n}" { (declaration "__mode_t _Var1;" type_identifier identifier ;) (expression_statement "_Var1 = (*(code *)PTR_umask_004ba540)();" (assignment_expression "_Var1 = (*(code *)PTR_umask_004ba540)()" identifier = (call_expression "(*(code *)PTR_umask_004ba540)()" (parenthesized_expression "(*(code *)PTR_umask_004ba540)" ( (pointer_expression "*(code *)PTR_umask_004ba540" * (cast_expression "(code *)PTR_umask_004ba540" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return _Var1;" return identifier ;) }))) | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\n__mode_t umask(__mode_t __mask)\n\n{\n __mode_t _Var1;\n \n _Var1 = (*(code *)PTR_umask_004ba540)();\n return _Var1;\n}\n\n" comment (function_definition "__mode_t umask(__mode_t __mask)\n\n{\n __mode_t _Var1;\n \n _Var1 = (*(code *)PTR_umask_004ba540)();\n return _Var1;\n}" type_identifier (function_declarator "umask(__mode_t __mask)" identifier (parameter_list "(__mode_t __mask)" ( (parameter_declaration "__mode_t __mask" type_identifier identifier) ))) (compound_statement "{\n __mode_t _Var1;\n \n _Var1 = (*(code *)PTR_umask_004ba540)();\n return _Var1;\n}" { (declaration "__mode_t _Var1;" type_identifier identifier ;) (expression_statement "_Var1 = (*(code *)PTR_umask_004ba540)();" (assignment_expression "_Var1 = (*(code *)PTR_umask_004ba540)()" identifier = (call_expression "(*(code *)PTR_umask_004ba540)()" (parenthesized_expression "(*(code *)PTR_umask_004ba540)" ( (pointer_expression "*(code *)PTR_umask_004ba540" * (cast_expression "(code *)PTR_umask_004ba540" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return _Var1;" return identifier ;) }))) | (translation_unit "__mode_t umask(__mode_t __mask)\n\n{\n __mode_t _Var1;\n \n _Var1 = (*(code *)PTR_umask_004ba540)();\n return _Var1;\n}\n\n" (function_definition "__mode_t umask(__mode_t __mask)\n\n{\n __mode_t _Var1;\n \n _Var1 = (*(code *)PTR_umask_004ba540)();\n return _Var1;\n}" type_identifier (function_declarator "umask(__mode_t __mask)" identifier (parameter_list "(__mode_t __mask)" ( (parameter_declaration "__mode_t __mask" type_identifier identifier) ))) (compound_statement "{\n __mode_t _Var1;\n \n _Var1 = (*(code *)PTR_umask_004ba540)();\n return _Var1;\n}" { (declaration "__mode_t _Var1;" type_identifier identifier ;) (expression_statement "_Var1 = (*(code *)PTR_umask_004ba540)();" (assignment_expression "_Var1 = (*(code *)PTR_umask_004ba540)()" identifier = (call_expression "(*(code *)PTR_umask_004ba540)()" (parenthesized_expression "(*(code *)PTR_umask_004ba540)" ( (pointer_expression "*(code *)PTR_umask_004ba540" * (cast_expression "(code *)PTR_umask_004ba540" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return _Var1;" return identifier ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( )))) ;) (return_statement return IDENT ;) }))) | (function_definition "__mode_t umask(__mode_t __mask)\n\n{\n __mode_t _Var1;\n \n _Var1 = (*(code *)PTR_umask_004ba540)();\n return _Var1;\n}" (type_identifier "__mode_t") (function_declarator "umask(__mode_t __mask)" (identifier "umask") (parameter_list "(__mode_t __mask)" (( "(") (parameter_declaration "__mode_t __mask" (type_identifier "__mode_t") (identifier "__mask")) () ")"))) (compound_statement "{\n __mode_t _Var1;\n \n _Var1 = (*(code *)PTR_umask_004ba540)();\n return _Var1;\n}" ({ "{") (declaration "__mode_t _Var1;" (type_identifier "__mode_t") (identifier "_Var1") (; ";")) (expression_statement "_Var1 = (*(code *)PTR_umask_004ba540)();" (assignment_expression "_Var1 = (*(code *)PTR_umask_004ba540)()" (identifier "_Var1") (= "=") (call_expression "(*(code *)PTR_umask_004ba540)()" (parenthesized_expression "(*(code *)PTR_umask_004ba540)" (( "(") (pointer_expression "*(code *)PTR_umask_004ba540" (* "*") (cast_expression "(code *)PTR_umask_004ba540" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_umask_004ba540"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return _Var1;" (return "return") (identifier "_Var1") (; ";")) (} "}"))) |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 function_1(type_1 __mask)
{
type_1 _Var1;
_Var1 = (*(type_2 *)PTR_umask_004ba540)();
return _Var1;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier))))) | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__mode_t MASKED(__mode_t __mask)
{
__mode_t _Var1;
_Var1 = (*(code *)PTR_MASKED_004ba540)();
return _Var1;
}
|
9024_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c | _M_is_leaked | FUN_002f1a50 |
/* std::wstring::_Rep::_M_is_leaked() const */
uint __thiscall std::wstring::_Rep::_M_is_leaked(_Rep *this)
{
return *(uint *)(this + 0x10) >> 0x1f;
}
|
uint FUN_002f1a50(long param_1)
{
return *(uint *)(param_1 + 0x10) >> 0x1f;
}
| MOV EAX,dword ptr [RDI + 0x10]
SHR EAX,0x1f
RET | null | null | null | null | [('tmp_126', u'PTRADD_-1204807023'), ('const-1', u'PTRADD_-1204807023'), (u'LOAD_-1204807085', u'INT_RIGHT_-1204807049'), (u'CAST_-1204806963', u'LOAD_-1204807085'), (u'COPY_-1204807024', u'RETURN_-1204807028'), (u'PTRADD_-1204807023', u'CAST_-1204806963'), (u'INT_RIGHT_-1204807049', u'COPY_-1204807024'), ('const-31', u'INT_RIGHT_-1204807049'), ('const-0', u'RETURN_-1204807028'), ('const-16', u'PTRADD_-1204807023'), ('const-433', u'LOAD_-1204807085')] | [(u'LOAD_-1204807085', u'INT_RIGHT_-1204807049'), (u'CAST_-1204806963', u'LOAD_-1204807085'), (u'INT_ADD_-1204807069', u'CAST_-1204806963'), (u'COPY_-1204807024', u'RETURN_-1204807028'), (u'INT_RIGHT_-1204807049', u'COPY_-1204807024'), ('const-16', u'INT_ADD_-1204807069'), ('const-31', u'INT_RIGHT_-1204807049'), ('tmp_149', u'INT_ADD_-1204807069'), ('const-0', u'RETURN_-1204807028'), ('const-433', u'LOAD_-1204807085')] | null | null | 002f1a50 | x64 | O2 | (translation_unit "uint FUN_002f1a50(long param_1)\n\n{\n return *(uint *)(param_1 + 0x10) >> 0x1f;\n}\n\n" (function_definition "uint FUN_002f1a50(long param_1)\n\n{\n return *(uint *)(param_1 + 0x10) >> 0x1f;\n}" type_identifier (function_declarator "FUN_002f1a50(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n return *(uint *)(param_1 + 0x10) >> 0x1f;\n}" { (return_statement "return *(uint *)(param_1 + 0x10) >> 0x1f;" return (binary_expression "*(uint *)(param_1 + 0x10) >> 0x1f" (pointer_expression "*(uint *)(param_1 + 0x10)" * (cast_expression "(uint *)(param_1 + 0x10)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) >> number_literal) ;) }))) | (translation_unit "/* std::wstring::_Rep::_M_is_leaked() const */\n\nuint __thiscall std::wstring::_Rep::_M_is_leaked(_Rep *this)\n\n{\n return *(uint *)(this + 0x10) >> 0x1f;\n}\n\n" comment (function_definition "uint __thiscall std::wstring::_Rep::_M_is_leaked(_Rep *this)\n\n{\n return *(uint *)(this + 0x10) >> 0x1f;\n}" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::wstring::_Rep::" identifier : : identifier : : identifier : :) (function_declarator "_M_is_leaked(_Rep *this)" identifier (parameter_list "(_Rep *this)" ( (parameter_declaration "_Rep *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n return *(uint *)(this + 0x10) >> 0x1f;\n}" { (return_statement "return *(uint *)(this + 0x10) >> 0x1f;" return (binary_expression "*(uint *)(this + 0x10) >> 0x1f" (pointer_expression "*(uint *)(this + 0x10)" * (cast_expression "(uint *)(this + 0x10)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x10)" ( (binary_expression "this + 0x10" identifier + number_literal) )))) >> number_literal) ;) }))) | (translation_unit "uint FUN_002f1a50(long param_1)\n\n{\n return *(uint *)(param_1 + 0x10) >> 0x1f;\n}\n\n" (function_definition "uint FUN_002f1a50(long param_1)\n\n{\n return *(uint *)(param_1 + 0x10) >> 0x1f;\n}" type_identifier (function_declarator "FUN_002f1a50(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n return *(uint *)(param_1 + 0x10) >> 0x1f;\n}" { (return_statement "return *(uint *)(param_1 + 0x10) >> 0x1f;" return (binary_expression "*(uint *)(param_1 + 0x10) >> 0x1f" (pointer_expression "*(uint *)(param_1 + 0x10)" * (cast_expression "(uint *)(param_1 + 0x10)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + 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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) >> LIT) ;) }))) | (function_definition "uint FUN_002f1a50(long param_1)\n\n{\n return *(uint *)(param_1 + 0x10) >> 0x1f;\n}" (type_identifier "uint") (function_declarator "FUN_002f1a50(long param_1)" (identifier "FUN_002f1a50") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n return *(uint *)(param_1 + 0x10) >> 0x1f;\n}" ({ "{") (return_statement "return *(uint *)(param_1 + 0x10) >> 0x1f;" (return "return") (binary_expression "*(uint *)(param_1 + 0x10) >> 0x1f" (pointer_expression "*(uint *)(param_1 + 0x10)" (* "*") (cast_expression "(uint *)(param_1 + 0x10)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (>> ">>") (number_literal "0x1f")) (; ";")) (} "}"))) |
/* std::wstring::_Rep::_M_is_leaked() const */
type_1 __thiscall std::wstring::type_2::function_1(type_2 *var_1)
{
return *(type_1 *)(var_1 + 0x10) >> 0x1f;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (return_statement (binary_expression left: (pointer_expression 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)))))) | null |
uint MASKED(long param_1)
{
return *(uint *)(param_1 + 0x10) >> 0x1f;
}
|
9972_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c | do_get_year | FUN_00332a30 |
/* std::time_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >
>::do_get_year(std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >,
std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::ios_base&,
std::_Ios_Iostate&, tm*) const */
undefined1 [16]
std::time_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::do_get_year
(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined8 param_5,undefined8 param_6,uint *param_7,long param_8)
{
undefined1 auVar1 [16];
char cVar2;
int iVar3;
undefined8 local_38;
undefined8 local_30;
undefined1 local_28 [12];
undefined4 uStack_1c;
int local_10;
int local_c;
local_28._8_4_ = (undefined4)param_3;
uStack_1c = (undefined4)((ulong)param_3 >> 0x20);
local_c = 0;
local_38 = param_4;
local_30 = param_5;
local_28._0_8_ = param_2;
local_28 = _M_extract_num();
if (local_c == 0) {
iVar3 = local_10 + -0x76c;
if (local_10 < 0) {
iVar3 = local_10 + 100;
}
*(int *)(param_8 + 0x14) = iVar3;
}
else {
*param_7 = *param_7 | 4;
}
cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal
((istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)local_28,
(istreambuf_iterator *)&local_38);
if (cVar2 != '\0') {
*param_7 = *param_7 | 2;
}
auVar1._12_4_ = uStack_1c;
auVar1._0_12_ = local_28;
return auVar1;
}
|
undefined1 [16]
FUN_00332a30(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined8 param_5,undefined8 param_6,uint *param_7,long param_8)
{
undefined1 auVar1 [16];
char cVar2;
int iVar3;
undefined8 local_38;
undefined8 local_30;
undefined1 local_28 [12];
undefined4 uStack_1c;
int local_10;
int local_c;
local_28._8_4_ = (undefined4)param_3;
uStack_1c = (undefined4)((ulong)param_3 >> 0x20);
local_c = 0;
local_38 = param_4;
local_30 = param_5;
local_28._0_8_ = param_2;
local_28 = FUN_003277e0();
if (local_c == 0) {
iVar3 = local_10 + -0x76c;
if (local_10 < 0) {
iVar3 = local_10 + 100;
}
*(int *)(param_8 + 0x14) = iVar3;
}
else {
*param_7 = *param_7 | 4;
}
cVar2 = FUN_0032c150(local_28,&local_38);
if (cVar2 != '\0') {
*param_7 = *param_7 | 2;
}
auVar1._12_4_ = uStack_1c;
auVar1._0_12_ = local_28;
return auVar1;
}
| PUSH RBX
SUB RSP,0x48
LEA RAX,[RSP + 0x44]
MOV qword ptr [RSP + 0x28],RSI
MOV RBX,qword ptr [RSP + 0x58]
MOV qword ptr [RSP + 0x30],RDX
MOV qword ptr [RSP + 0x18],RCX
MOV qword ptr [RSP + 0x20],R8
MOV dword ptr [RSP + 0x44],0x0
PUSH RAX
PUSH R9
PUSH 0x4
PUSH 0x270f
PUSH 0x0
LEA R9,[RSP + 0x68]
CALL 0x003277e0
MOV qword ptr [RSP + 0x30],RAX
MOV qword ptr [RSP + 0x38],RDX
MOV qword ptr [RSP + 0x50],RAX
MOV EAX,dword ptr [RSP + 0x38]
MOV dword ptr [RSP + 0x58],EAX
ADD RSP,0x30
MOV EAX,dword ptr [RSP + 0x3c]
TEST EAX,EAX
JNZ 0x00332ad8
MOV EDX,dword ptr [RSP + 0x38]
LEA ECX,[RDX + 0x64]
LEA EAX,[RDX + -0x76c]
TEST EDX,EDX
MOV RDX,qword ptr [RSP + 0x58]
CMOVS EAX,ECX
MOV dword ptr [RDX + 0x14],EAX
LEA RSI,[RSP + 0x10]
LEA RDI,[RSP + 0x20]
CALL 0x0032c150
TEST AL,AL
JZ 0x00332ac4
OR dword ptr [RBX],0x2
MOV RAX,qword ptr [RSP + 0x20]
MOV RDX,qword ptr [RSP + 0x28]
ADD RSP,0x40
POP RBX
RET
OR dword ptr [RBX],0x4
JMP 0x00332aae | null | null | null | null | [(u'INDIRECT_-1205064602', u'INT_EQUAL_-1205064976'), (u'MULTIEQUAL_-1205064668', u'STORE_-1205064921'), ('const--56', u'PTRSUB_-1205064511'), (u'INDIRECT_-1205064507', u'COPY_-1205064545'), (u'CAST_-1205064608', u'INT_RIGHT_-1205064651'), ('tmp_795', u'PTRSUB_-1205064511'), ('tmp_1407', u'LOAD_-1205064821'), (u'CALL_-1205065050', u'INDIRECT_-1205064641'), (u'LOAD_-1205064821', u'INT_OR_-1205064794'), (u'PTRSUB_-1205064505', u'CAST_-1205064495'), (u'LOAD_-1205064880', u'INT_OR_-1205064853'), ('tmp_797', u'CAST_-1205064608'), (u'CALL_-1205065050', u'INDIRECT_-1205064648'), ('const-433', u'STORE_-1205064818'), ('const-4', u'INT_OR_-1205064794'), ('tmp_1407', u'STORE_-1205064818'), ('tmp_795', u'PTRSUB_-1205064505'), (u'INDIRECT_-1205064609', u'INT_ADD_-1205064732'), (u'INT_ADD_-1205064907', u'CAST_-1205064504'), ('const-0', u'SUBPIECE_-1205064670'), (u'COPY_-1205064576', u'MULTIEQUAL_-1205064668'), (u'INDIRECT_-1205064507', u'SUBPIECE_-1205064544'), ('const-433', u'LOAD_-1205064821'), ('const-20', u'INT_ADD_-1205064907'), ('const-4294965396', u'INT_ADD_-1205064728'), ('tmp_1407', u'LOAD_-1205064880'), ('tmp_1407', u'STORE_-1205064877'), (u'CAST_-1205064504', u'STORE_-1205064921'), ('tmp_244', u'CBRANCH_-1205064974'), (u'INT_NOTEQUAL_-1205064882', u'CBRANCH_-1205064882'), ('tmp_796', u'COPY_-1205064632'), ('const-0', u'SUBPIECE_-1205064669'), ('const-433', u'LOAD_-1205064880'), (u'INDIRECT_-1205064609', u'INT_ADD_-1205064728'), ('tmp_364', u'CBRANCH_-1205064882'), (u'COPY_-1205064706', u'RETURN_-1205064821'), (u'INDIRECT_-1205064507', u'SUBPIECE_-1205064551'), (u'CALL_-1205065050', u'INDIRECT_-1205064609'), ('tmp_310', u'CBRANCH_-1205064926'), (u'CALL_-1205064897', u'INT_NOTEQUAL_-1205064882'), (u'INT_ADD_-1205064728', u'COPY_-1205064577'), (u'INT_OR_-1205064853', u'STORE_-1205064877'), (u'SUBPIECE_-1205064670', u'COPY_-1205064633'), (u'COPY_-1205064546', u'PIECE_-1205064539'), (u'CAST_-1205064489', u'CALL_-1205064897'), ('const-433', u'STORE_-1205064877'), (u'INT_SLESS_-1205064937', u'CBRANCH_-1205064926'), ('const-0', u'RETURN_-1205064821'), ('const-2', u'INT_OR_-1205064853'), (u'INDIRECT_-1205064539', u'COPY_-1205064546'), (u'INT_RIGHT_-1205064651', u'SUBPIECE_-1205064669'), ('const-0', u'INT_NOTEQUAL_-1205064882'), ('const-0', u'INT_EQUAL_-1205064976'), (u'COPY_-1205064545', u'PIECE_-1205064539'), (u'CALL_-1205065050', u'INDIRECT_-1205064602'), ('const-0', u'INT_SLESS_-1205064937'), (u'PIECE_-1205064539', u'COPY_-1205064706'), ('tmp_797', u'SUBPIECE_-1205064670'), (u'CALL_-1205064897', u'INDIRECT_-1205064525'), (u'PTRSUB_-1205064511', u'CAST_-1205064489'), ('const-100', u'INT_ADD_-1205064732'), ('const-0', u'COPY_-1205065101'), (u'COPY_-1205064577', u'MULTIEQUAL_-1205064668'), ('const-32', u'INT_RIGHT_-1205064651'), ('const--40', u'PTRSUB_-1205064505'), (u'INT_EQUAL_-1205064976', u'CBRANCH_-1205064974'), (u'CALL_-1205064897', u'INDIRECT_-1205064507'), ('tmp_798', u'COPY_-1205064635'), (u'CAST_-1205064495', u'CALL_-1205064897'), (u'CALL_-1205065050', u'INDIRECT_-1205064630'), (u'INT_ADD_-1205064732', u'COPY_-1205064576'), ('tmp_799', u'COPY_-1205064634'), (u'CALL_-1205064897', u'INDIRECT_-1205064564'), ('const-433', u'STORE_-1205064921'), ('const-8', u'SUBPIECE_-1205064544'), (u'CALL_-1205065050', u'INDIRECT_-1205064616'), (u'CALL_-1205064897', u'INDIRECT_-1205064539'), ('tmp_1408', u'INT_ADD_-1205064907'), ('const-0', u'SUBPIECE_-1205064551'), (u'CALL_-1205065050', u'INDIRECT_-1205064623'), (u'INDIRECT_-1205064609', u'INT_SLESS_-1205064937'), (u'INT_OR_-1205064794', u'STORE_-1205064818'), (u'CALL_-1205064897', u'INDIRECT_-1205064571'), ('tmp_503', u'BRANCH_-1205064804')] | [(u'INDIRECT_-1205064602', u'INT_EQUAL_-1205064976'), (u'MULTIEQUAL_-1205064668', u'STORE_-1205064921'), ('tmp_801', u'SUBPIECE_-1205064670'), (u'PTRSUB_-1205064505', u'CALL_-1205064897'), (u'INDIRECT_-1205064507', u'COPY_-1205064545'), (u'CAST_-1205064608', u'INT_RIGHT_-1205064651'), ('const-8', u'SUBPIECE_-1205064544'), (u'CALL_-1205065050', u'INDIRECT_-1205064641'), (u'LOAD_-1205064821', u'INT_OR_-1205064794'), ('tmp_1424', u'STORE_-1205064877'), (u'LOAD_-1205064880', u'INT_OR_-1205064853'), ('tmp_1425', u'INT_ADD_-1205064907'), (u'CALL_-1205065050', u'INDIRECT_-1205064648'), ('const-4', u'INT_OR_-1205064794'), (u'PTRSUB_-1205064511', u'CALL_-1205064897'), ('const-0', u'SUBPIECE_-1205064670'), (u'INDIRECT_-1205064609', u'INT_ADD_-1205064732'), (u'INT_ADD_-1205064907', u'CAST_-1205064504'), ('const-0', u'SUBPIECE_-1205064551'), ('const-433', u'LOAD_-1205064821'), (u'COPY_-1205064576', u'MULTIEQUAL_-1205064668'), (u'INDIRECT_-1205064507', u'SUBPIECE_-1205064544'), ('const-20', u'INT_ADD_-1205064907'), ('const-0', u'SUBPIECE_-1205064669'), ('tmp_800', u'COPY_-1205064632'), ('tmp_1424', u'LOAD_-1205064880'), (u'CAST_-1205064504', u'STORE_-1205064921'), ('tmp_244', u'CBRANCH_-1205064974'), (u'INT_NOTEQUAL_-1205064882', u'CBRANCH_-1205064882'), ('const--56', u'PTRSUB_-1205064511'), (u'INDIRECT_-1205064609', u'INT_ADD_-1205064728'), ('tmp_364', u'CBRANCH_-1205064882'), (u'COPY_-1205064706', u'RETURN_-1205064821'), (u'INDIRECT_-1205064507', u'SUBPIECE_-1205064551'), ('tmp_801', u'CAST_-1205064608'), (u'CALL_-1205065050', u'INDIRECT_-1205064609'), ('tmp_310', u'CBRANCH_-1205064926'), ('tmp_1424', u'LOAD_-1205064821'), (u'CALL_-1205064897', u'INT_NOTEQUAL_-1205064882'), ('const-32', u'INT_RIGHT_-1205064651'), ('const-433', u'STORE_-1205064818'), (u'INT_ADD_-1205064728', u'COPY_-1205064577'), (u'INT_OR_-1205064853', u'STORE_-1205064877'), ('tmp_803', u'COPY_-1205064634'), ('const-4294965396', u'INT_ADD_-1205064728'), ('const-433', u'STORE_-1205064877'), (u'SUBPIECE_-1205064670', u'COPY_-1205064633'), (u'COPY_-1205064546', u'PIECE_-1205064539'), (u'INT_SLESS_-1205064937', u'CBRANCH_-1205064926'), ('const-433', u'STORE_-1205064921'), ('const-0', u'RETURN_-1205064821'), ('const-2', u'INT_OR_-1205064853'), (u'INDIRECT_-1205064539', u'COPY_-1205064546'), (u'INT_RIGHT_-1205064651', u'SUBPIECE_-1205064669'), ('const-0', u'INT_NOTEQUAL_-1205064882'), ('const-0', u'INT_EQUAL_-1205064976'), ('const-100', u'INT_ADD_-1205064732'), ('const-0', u'INT_SLESS_-1205064937'), (u'COPY_-1205064545', u'PIECE_-1205064539'), (u'CALL_-1205065050', u'INDIRECT_-1205064602'), ('tmp_802', u'COPY_-1205064635'), ('const-433', u'LOAD_-1205064880'), (u'PIECE_-1205064539', u'COPY_-1205064706'), ('tmp_799', u'PTRSUB_-1205064505'), ('const--40', u'PTRSUB_-1205064505'), ('const-0', u'COPY_-1205065101'), (u'CALL_-1205064897', u'INDIRECT_-1205064525'), (u'COPY_-1205064577', u'MULTIEQUAL_-1205064668'), (u'INT_EQUAL_-1205064976', u'CBRANCH_-1205064974'), (u'CALL_-1205064897', u'INDIRECT_-1205064507'), (u'CALL_-1205065050', u'INDIRECT_-1205064630'), (u'INT_ADD_-1205064732', u'COPY_-1205064576'), ('tmp_1424', u'STORE_-1205064818'), (u'CALL_-1205064897', u'INDIRECT_-1205064564'), (u'CALL_-1205065050', u'INDIRECT_-1205064616'), (u'CALL_-1205064897', u'INDIRECT_-1205064539'), (u'CALL_-1205065050', u'INDIRECT_-1205064623'), ('tmp_799', u'PTRSUB_-1205064511'), (u'INDIRECT_-1205064609', u'INT_SLESS_-1205064937'), (u'INT_OR_-1205064794', u'STORE_-1205064818'), (u'CALL_-1205064897', u'INDIRECT_-1205064571'), ('tmp_503', u'BRANCH_-1205064804')] | null | null | 00332a30 | x64 | O2 | (translation_unit "undefined1 [16]\nFUN_00332a30(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,uint *param_7,long param_8)\n\n{\n undefined1 auVar1 [16];\n char cVar2;\n int iVar3;\n undefined8 local_38;\n undefined8 local_30;\n undefined1 local_28 [12];\n undefined4 uStack_1c;\n int local_10;\n int local_c;\n \n local_28._8_4_ = (undefined4)param_3;\n uStack_1c = (undefined4)((ulong)param_3 >> 0x20);\n local_c = 0;\n local_38 = param_4;\n local_30 = param_5;\n local_28._0_8_ = param_2;\n local_28 = FUN_003277e0();\n if (local_c == 0) {\n iVar3 = local_10 + -0x76c;\n if (local_10 < 0) {\n iVar3 = local_10 + 100;\n }\n *(int *)(param_8 + 0x14) = iVar3;\n }\n else {\n *param_7 = *param_7 | 4;\n }\n cVar2 = FUN_0032c150(local_28,&local_38);\n if (cVar2 != '\0') {\n *param_7 = *param_7 | 2;\n }\n auVar1._12_4_ = uStack_1c;\n auVar1._0_12_ = local_28;\n return auVar1;\n}\n\n" (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" identifier [ number_literal ]) ;) (declaration "FUN_00332a30(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,uint *param_7,long param_8)\n\n{\n undefined1 auVar1 [16];" (macro_type_specifier "FUN_00332a30(undefined8" identifier ( (type_descriptor "undefined8" type_identifier) )) identifier , identifier (ERROR "param_2" identifier) , identifier (ERROR "param_3" identifier) , identifier (ERROR "param_4" identifier) , identifier (ERROR "param_5" identifier) , identifier (ERROR "param_6" identifier) , (ERROR "uint" identifier) (pointer_declarator "*param_7" * identifier) , (ERROR "long param_8)\n\n{\n undefined1" identifier identifier ) { identifier) (array_declarator "auVar1 [16]" identifier [ number_literal ]) ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (declaration "undefined8 local_30;" type_identifier identifier ;) (declaration "undefined1 local_28 [12];" type_identifier (array_declarator "local_28 [12]" identifier [ number_literal ]) ;) (declaration "undefined4 uStack_1c;" type_identifier identifier ;) (declaration "int local_10;" primitive_type identifier ;) (declaration "int local_c;" primitive_type identifier ;) (expression_statement "local_28._8_4_ = (undefined4)param_3;" (assignment_expression "local_28._8_4_ = (undefined4)param_3" (field_expression "local_28._8_4_" identifier . field_identifier) = (cast_expression "(undefined4)param_3" ( (type_descriptor "undefined4" type_identifier) ) identifier)) ;) (expression_statement "uStack_1c = (undefined4)((ulong)param_3 >> 0x20);" (assignment_expression "uStack_1c = (undefined4)((ulong)param_3 >> 0x20)" identifier = (call_expression "(undefined4)((ulong)param_3 >> 0x20)" (parenthesized_expression "(undefined4)" ( identifier )) (argument_list "((ulong)param_3 >> 0x20)" ( (binary_expression "(ulong)param_3 >> 0x20" (cast_expression "(ulong)param_3" ( (type_descriptor "ulong" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "local_c = 0;" (assignment_expression "local_c = 0" identifier = number_literal) ;) (expression_statement "local_38 = param_4;" (assignment_expression "local_38 = param_4" identifier = identifier) ;) (expression_statement "local_30 = param_5;" (assignment_expression "local_30 = param_5" identifier = identifier) ;) (expression_statement "local_28._0_8_ = param_2;" (assignment_expression "local_28._0_8_ = param_2" (field_expression "local_28._0_8_" identifier . field_identifier) = identifier) ;) (expression_statement "local_28 = FUN_003277e0();" (assignment_expression "local_28 = FUN_003277e0()" identifier = (call_expression "FUN_003277e0()" identifier (argument_list "()" ( )))) ;) (if_statement "if (local_c == 0) {\n iVar3 = local_10 + -0x76c;\n if (local_10 < 0) {\n iVar3 = local_10 + 100;\n }\n *(int *)(param_8 + 0x14) = iVar3;\n }\n else {\n *param_7 = *param_7 | 4;\n }" if (parenthesized_expression "(local_c == 0)" ( (binary_expression "local_c == 0" identifier == number_literal) )) (compound_statement "{\n iVar3 = local_10 + -0x76c;\n if (local_10 < 0) {\n iVar3 = local_10 + 100;\n }\n *(int *)(param_8 + 0x14) = iVar3;\n }" { (expression_statement "iVar3 = local_10 + -0x76c;" (assignment_expression "iVar3 = local_10 + -0x76c" identifier = (binary_expression "local_10 + -0x76c" identifier + number_literal)) ;) (if_statement "if (local_10 < 0) {\n iVar3 = local_10 + 100;\n }" if (parenthesized_expression "(local_10 < 0)" ( (binary_expression "local_10 < 0" identifier < number_literal) )) (compound_statement "{\n iVar3 = local_10 + 100;\n }" { (expression_statement "iVar3 = local_10 + 100;" (assignment_expression "iVar3 = local_10 + 100" identifier = (binary_expression "local_10 + 100" identifier + number_literal)) ;) })) (expression_statement "*(int *)(param_8 + 0x14) = iVar3;" (assignment_expression "*(int *)(param_8 + 0x14) = iVar3" (pointer_expression "*(int *)(param_8 + 0x14)" * (cast_expression "(int *)(param_8 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_8 + 0x14)" ( (binary_expression "param_8 + 0x14" identifier + number_literal) )))) = identifier) ;) }) (else_clause "else {\n *param_7 = *param_7 | 4;\n }" else (compound_statement "{\n *param_7 = *param_7 | 4;\n }" { (expression_statement "*param_7 = *param_7 | 4;" (assignment_expression "*param_7 = *param_7 | 4" (pointer_expression "*param_7" * identifier) = (binary_expression "*param_7 | 4" (pointer_expression "*param_7" * identifier) | number_literal)) ;) }))) (expression_statement "cVar2 = FUN_0032c150(local_28,&local_38);" (assignment_expression "cVar2 = FUN_0032c150(local_28,&local_38)" identifier = (call_expression "FUN_0032c150(local_28,&local_38)" identifier (argument_list "(local_28,&local_38)" ( identifier , (pointer_expression "&local_38" & identifier) )))) ;) (if_statement "if (cVar2 != '\0') {\n *param_7 = *param_7 | 2;\n }" if (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n *param_7 = *param_7 | 2;\n }" { (expression_statement "*param_7 = *param_7 | 2;" (assignment_expression "*param_7 = *param_7 | 2" (pointer_expression "*param_7" * identifier) = (binary_expression "*param_7 | 2" (pointer_expression "*param_7" * identifier) | number_literal)) ;) })) (expression_statement "auVar1._12_4_ = uStack_1c;" (assignment_expression "auVar1._12_4_ = uStack_1c" (field_expression "auVar1._12_4_" identifier . field_identifier) = identifier) ;) (expression_statement "auVar1._0_12_ = local_28;" (assignment_expression "auVar1._0_12_ = local_28" (field_expression "auVar1._0_12_" identifier . field_identifier) = identifier) ;) (return_statement "return auVar1;" return identifier ;) (ERROR "}" })) | (translation_unit "/* std::time_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >\n >::do_get_year(std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >,\n std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::ios_base&,\n std::_Ios_Iostate&, tm*) const */\n\nundefined1 [16]\nstd::time_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::do_get_year\n (undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,uint *param_7,long param_8)\n\n{\n undefined1 auVar1 [16];\n char cVar2;\n int iVar3;\n undefined8 local_38;\n undefined8 local_30;\n undefined1 local_28 [12];\n undefined4 uStack_1c;\n int local_10;\n int local_c;\n \n local_28._8_4_ = (undefined4)param_3;\n uStack_1c = (undefined4)((ulong)param_3 >> 0x20);\n local_c = 0;\n local_38 = param_4;\n local_30 = param_5;\n local_28._0_8_ = param_2;\n local_28 = _M_extract_num();\n if (local_c == 0) {\n iVar3 = local_10 + -0x76c;\n if (local_10 < 0) {\n iVar3 = local_10 + 100;\n }\n *(int *)(param_8 + 0x14) = iVar3;\n }\n else {\n *param_7 = *param_7 | 4;\n }\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n ((istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)local_28,\n (istreambuf_iterator *)&local_38);\n if (cVar2 != '\0') {\n *param_7 = *param_7 | 2;\n }\n auVar1._12_4_ = uStack_1c;\n auVar1._0_12_ = local_28;\n return auVar1;\n}\n\n" comment (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" identifier [ number_literal ]) ;) (labeled_statement "std::time_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::do_get_year\n (undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,uint *param_7,long param_8)" statement_identifier (ERROR "::time_get<wchar_t,std::istreambuf_iterator<wchar_t,std:" : : (comma_expression "time_get<wchar_t,std" (binary_expression "time_get<wchar_t" 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>>>::do_get_year\n (undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,uint *param_7,long param_8)" (binary_expression "char_traits<wchar_t>>>::do_get_year\n (undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,uint *param_7,long param_8)" identifier < (binary_expression "wchar_t>>>::do_get_year\n (undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,uint *param_7,long param_8)" identifier >> (ERROR ">::" > : :) (call_expression "do_get_year\n (undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,uint *param_7,long param_8)" identifier (argument_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,uint *param_7,long param_8)" ( identifier (ERROR "param_1" identifier) , identifier (ERROR "param_2" identifier) , identifier (ERROR "param_3" identifier) , identifier (ERROR "param_4" identifier) , identifier (ERROR "param_5" identifier) , identifier (ERROR "param_6" identifier) , (binary_expression "uint *param_7" identifier * identifier) , (ERROR "long" identifier) identifier ))))) ;)) (compound_statement "{\n undefined1 auVar1 [16];\n char cVar2;\n int iVar3;\n undefined8 local_38;\n undefined8 local_30;\n undefined1 local_28 [12];\n undefined4 uStack_1c;\n int local_10;\n int local_c;\n \n local_28._8_4_ = (undefined4)param_3;\n uStack_1c = (undefined4)((ulong)param_3 >> 0x20);\n local_c = 0;\n local_38 = param_4;\n local_30 = param_5;\n local_28._0_8_ = param_2;\n local_28 = _M_extract_num();\n if (local_c == 0) {\n iVar3 = local_10 + -0x76c;\n if (local_10 < 0) {\n iVar3 = local_10 + 100;\n }\n *(int *)(param_8 + 0x14) = iVar3;\n }\n else {\n *param_7 = *param_7 | 4;\n }\n cVar2 = istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>::equal\n ((istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)local_28,\n (istreambuf_iterator *)&local_38);\n if (cVar2 != '\0') {\n *param_7 = *param_7 | 2;\n }\n auVar1._12_4_ = uStack_1c;\n auVar1._0_12_ = local_28;\n return auVar1;\n}" { (declaration "undefined1 auVar1 [16];" type_identifier (array_declarator "auVar1 [16]" identifier [ number_literal ]) ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (declaration "undefined8 local_30;" type_identifier identifier ;) (declaration "undefined1 local_28 [12];" type_identifier (array_declarator "local_28 [12]" identifier [ number_literal ]) ;) (declaration "undefined4 uStack_1c;" type_identifier identifier ;) (declaration "int local_10;" primitive_type identifier ;) (declaration "int local_c;" primitive_type identifier ;) (expression_statement "local_28._8_4_ = (undefined4)param_3;" (assignment_expression "local_28._8_4_ = (undefined4)param_3" (field_expression "local_28._8_4_" identifier . field_identifier) = (cast_expression "(undefined4)param_3" ( (type_descriptor "undefined4" type_identifier) ) identifier)) ;) (expression_statement "uStack_1c = (undefined4)((ulong)param_3 >> 0x20);" (assignment_expression "uStack_1c = (undefined4)((ulong)param_3 >> 0x20)" identifier = (call_expression "(undefined4)((ulong)param_3 >> 0x20)" (parenthesized_expression "(undefined4)" ( identifier )) (argument_list "((ulong)param_3 >> 0x20)" ( (binary_expression "(ulong)param_3 >> 0x20" (cast_expression "(ulong)param_3" ( (type_descriptor "ulong" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "local_c = 0;" (assignment_expression "local_c = 0" identifier = number_literal) ;) (expression_statement "local_38 = param_4;" (assignment_expression "local_38 = param_4" identifier = identifier) ;) (expression_statement "local_30 = param_5;" (assignment_expression "local_30 = param_5" identifier = identifier) ;) (expression_statement "local_28._0_8_ = param_2;" (assignment_expression "local_28._0_8_ = param_2" (field_expression "local_28._0_8_" identifier . field_identifier) = identifier) ;) (expression_statement "local_28 = _M_extract_num();" (assignment_expression "local_28 = _M_extract_num()" identifier = (call_expression "_M_extract_num()" identifier (argument_list "()" ( )))) ;) (if_statement "if (local_c == 0) {\n iVar3 = local_10 + -0x76c;\n if (local_10 < 0) {\n iVar3 = local_10 + 100;\n }\n *(int *)(param_8 + 0x14) = iVar3;\n }\n else {\n *param_7 = *param_7 | 4;\n }" if (parenthesized_expression "(local_c == 0)" ( (binary_expression "local_c == 0" identifier == number_literal) )) (compound_statement "{\n iVar3 = local_10 + -0x76c;\n if (local_10 < 0) {\n iVar3 = local_10 + 100;\n }\n *(int *)(param_8 + 0x14) = iVar3;\n }" { (expression_statement "iVar3 = local_10 + -0x76c;" (assignment_expression "iVar3 = local_10 + -0x76c" identifier = (binary_expression "local_10 + -0x76c" identifier + number_literal)) ;) (if_statement "if (local_10 < 0) {\n iVar3 = local_10 + 100;\n }" if (parenthesized_expression "(local_10 < 0)" ( (binary_expression "local_10 < 0" identifier < number_literal) )) (compound_statement "{\n iVar3 = local_10 + 100;\n }" { (expression_statement "iVar3 = local_10 + 100;" (assignment_expression "iVar3 = local_10 + 100" identifier = (binary_expression "local_10 + 100" identifier + number_literal)) ;) })) (expression_statement "*(int *)(param_8 + 0x14) = iVar3;" (assignment_expression "*(int *)(param_8 + 0x14) = iVar3" (pointer_expression "*(int *)(param_8 + 0x14)" * (cast_expression "(int *)(param_8 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_8 + 0x14)" ( (binary_expression "param_8 + 0x14" identifier + number_literal) )))) = identifier) ;) }) (else_clause "else {\n *param_7 = *param_7 | 4;\n }" else (compound_statement "{\n *param_7 = *param_7 | 4;\n }" { (expression_statement "*param_7 = *param_7 | 4;" (assignment_expression "*param_7 = *param_7 | 4" (pointer_expression "*param_7" * identifier) = (binary_expression "*param_7 | 4" (pointer_expression "*param_7" * identifier) | number_literal)) ;) }))) (ERROR "cVar2 = istreambuf_iterator<wchar_t,std::" (comma_expression "cVar2 = istreambuf_iterator<wchar_t,std" (assignment_expression "cVar2 = istreambuf_iterator<wchar_t" identifier = (binary_expression "istreambuf_iterator<wchar_t" identifier < identifier)) , identifier) : :) (expression_statement "char_traits<wchar_t>>::equal\n ((istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)local_28,\n (istreambuf_iterator *)&local_38);" (binary_expression "char_traits<wchar_t>>::equal\n ((istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)local_28,\n (istreambuf_iterator *)&local_38)" identifier < (binary_expression "wchar_t>>::equal\n ((istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)local_28,\n (istreambuf_iterator *)&local_38)" identifier >> (ERROR "::" : :) (call_expression "equal\n ((istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)local_28,\n (istreambuf_iterator *)&local_38)" identifier (argument_list "((istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)local_28,\n (istreambuf_iterator *)&local_38)" ( (parenthesized_expression "(istreambuf_iterator<wchar_t,std::char_traits<wchar_t>> *)local_28,\n (istreambuf_iterator *)&local_38)" ( (ERROR "istreambuf_iterator<wchar_t,std::" (comma_expression "istreambuf_iterator<wchar_t,std" (binary_expression "istreambuf_iterator<wchar_t" identifier < identifier) , identifier) : :) (comma_expression "char_traits<wchar_t>> *)local_28,\n (istreambuf_iterator *)&local_38" (binary_expression "char_traits<wchar_t>> *)local_28" identifier < (binary_expression "wchar_t>> *)local_28" identifier >> (pointer_expression "*)local_28" * (ERROR ")" )) identifier))) , (cast_expression "(istreambuf_iterator *)&local_38" ( (type_descriptor "istreambuf_iterator *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&local_38" & identifier))) )) ))))) ;) (if_statement "if (cVar2 != '\0') {\n *param_7 = *param_7 | 2;\n }" if (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n *param_7 = *param_7 | 2;\n }" { (expression_statement "*param_7 = *param_7 | 2;" (assignment_expression "*param_7 = *param_7 | 2" (pointer_expression "*param_7" * identifier) = (binary_expression "*param_7 | 2" (pointer_expression "*param_7" * identifier) | number_literal)) ;) })) (expression_statement "auVar1._12_4_ = uStack_1c;" (assignment_expression "auVar1._12_4_ = uStack_1c" (field_expression "auVar1._12_4_" identifier . field_identifier) = identifier) ;) (expression_statement "auVar1._0_12_ = local_28;" (assignment_expression "auVar1._0_12_ = local_28" (field_expression "auVar1._0_12_" identifier . field_identifier) = identifier) ;) (return_statement "return auVar1;" return identifier ;) })) | (translation_unit "undefined1 [16]\nFUN_00332a30(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,uint *param_7,long param_8)\n\n{\n undefined1 auVar1 [16];\n char cVar2;\n int iVar3;\n undefined8 local_38;\n undefined8 local_30;\n undefined1 local_28 [12];\n undefined4 uStack_1c;\n int local_10;\n int local_c;\n \n local_28._8_4_ = (undefined4)param_3;\n uStack_1c = (undefined4)((ulong)param_3 >> 0x20);\n local_c = 0;\n local_38 = param_4;\n local_30 = param_5;\n local_28._0_8_ = param_2;\n local_28 = FUN_003277e0();\n if (local_c == 0) {\n iVar3 = local_10 + -0x76c;\n if (local_10 < 0) {\n iVar3 = local_10 + 100;\n }\n *(int *)(param_8 + 0x14) = iVar3;\n }\n else {\n *param_7 = *param_7 | 4;\n }\n cVar2 = FUN_0032c150(local_28,&local_38);\n if (cVar2 != '\0') {\n *param_7 = *param_7 | 2;\n }\n auVar1._12_4_ = uStack_1c;\n auVar1._0_12_ = local_28;\n return auVar1;\n}\n\n" (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" identifier [ number_literal ]) ;) (declaration "FUN_00332a30(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,uint *param_7,long param_8)\n\n{\n undefined1 auVar1 [16];" (macro_type_specifier "FUN_00332a30(undefined8" identifier ( (type_descriptor "undefined8" type_identifier) )) identifier , identifier (ERROR "param_2" identifier) , identifier (ERROR "param_3" identifier) , identifier (ERROR "param_4" identifier) , identifier (ERROR "param_5" identifier) , identifier (ERROR "param_6" identifier) , (ERROR "uint" identifier) (pointer_declarator "*param_7" * identifier) , (ERROR "long param_8)\n\n{\n undefined1" identifier identifier ) { identifier) (array_declarator "auVar1 [16]" identifier [ number_literal ]) ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (declaration "undefined8 local_30;" type_identifier identifier ;) (declaration "undefined1 local_28 [12];" type_identifier (array_declarator "local_28 [12]" identifier [ number_literal ]) ;) (declaration "undefined4 uStack_1c;" type_identifier identifier ;) (declaration "int local_10;" primitive_type identifier ;) (declaration "int local_c;" primitive_type identifier ;) (expression_statement "local_28._8_4_ = (undefined4)param_3;" (assignment_expression "local_28._8_4_ = (undefined4)param_3" (field_expression "local_28._8_4_" identifier . field_identifier) = (cast_expression "(undefined4)param_3" ( (type_descriptor "undefined4" type_identifier) ) identifier)) ;) (expression_statement "uStack_1c = (undefined4)((ulong)param_3 >> 0x20);" (assignment_expression "uStack_1c = (undefined4)((ulong)param_3 >> 0x20)" identifier = (call_expression "(undefined4)((ulong)param_3 >> 0x20)" (parenthesized_expression "(undefined4)" ( identifier )) (argument_list "((ulong)param_3 >> 0x20)" ( (binary_expression "(ulong)param_3 >> 0x20" (cast_expression "(ulong)param_3" ( (type_descriptor "ulong" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "local_c = 0;" (assignment_expression "local_c = 0" identifier = number_literal) ;) (expression_statement "local_38 = param_4;" (assignment_expression "local_38 = param_4" identifier = identifier) ;) (expression_statement "local_30 = param_5;" (assignment_expression "local_30 = param_5" identifier = identifier) ;) (expression_statement "local_28._0_8_ = param_2;" (assignment_expression "local_28._0_8_ = param_2" (field_expression "local_28._0_8_" identifier . field_identifier) = identifier) ;) (expression_statement "local_28 = FUN_003277e0();" (assignment_expression "local_28 = FUN_003277e0()" identifier = (call_expression "FUN_003277e0()" identifier (argument_list "()" ( )))) ;) (if_statement "if (local_c == 0) {\n iVar3 = local_10 + -0x76c;\n if (local_10 < 0) {\n iVar3 = local_10 + 100;\n }\n *(int *)(param_8 + 0x14) = iVar3;\n }\n else {\n *param_7 = *param_7 | 4;\n }" if (parenthesized_expression "(local_c == 0)" ( (binary_expression "local_c == 0" identifier == number_literal) )) (compound_statement "{\n iVar3 = local_10 + -0x76c;\n if (local_10 < 0) {\n iVar3 = local_10 + 100;\n }\n *(int *)(param_8 + 0x14) = iVar3;\n }" { (expression_statement "iVar3 = local_10 + -0x76c;" (assignment_expression "iVar3 = local_10 + -0x76c" identifier = (binary_expression "local_10 + -0x76c" identifier + number_literal)) ;) (if_statement "if (local_10 < 0) {\n iVar3 = local_10 + 100;\n }" if (parenthesized_expression "(local_10 < 0)" ( (binary_expression "local_10 < 0" identifier < number_literal) )) (compound_statement "{\n iVar3 = local_10 + 100;\n }" { (expression_statement "iVar3 = local_10 + 100;" (assignment_expression "iVar3 = local_10 + 100" identifier = (binary_expression "local_10 + 100" identifier + number_literal)) ;) })) (expression_statement "*(int *)(param_8 + 0x14) = iVar3;" (assignment_expression "*(int *)(param_8 + 0x14) = iVar3" (pointer_expression "*(int *)(param_8 + 0x14)" * (cast_expression "(int *)(param_8 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_8 + 0x14)" ( (binary_expression "param_8 + 0x14" identifier + number_literal) )))) = identifier) ;) }) (else_clause "else {\n *param_7 = *param_7 | 4;\n }" else (compound_statement "{\n *param_7 = *param_7 | 4;\n }" { (expression_statement "*param_7 = *param_7 | 4;" (assignment_expression "*param_7 = *param_7 | 4" (pointer_expression "*param_7" * identifier) = (binary_expression "*param_7 | 4" (pointer_expression "*param_7" * identifier) | number_literal)) ;) }))) (expression_statement "cVar2 = FUN_0032c150(local_28,&local_38);" (assignment_expression "cVar2 = FUN_0032c150(local_28,&local_38)" identifier = (call_expression "FUN_0032c150(local_28,&local_38)" identifier (argument_list "(local_28,&local_38)" ( identifier , (pointer_expression "&local_38" & identifier) )))) ;) (if_statement "if (cVar2 != '\0') {\n *param_7 = *param_7 | 2;\n }" if (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n *param_7 = *param_7 | 2;\n }" { (expression_statement "*param_7 = *param_7 | 2;" (assignment_expression "*param_7 = *param_7 | 2" (pointer_expression "*param_7" * identifier) = (binary_expression "*param_7 | 2" (pointer_expression "*param_7" * identifier) | number_literal)) ;) })) (expression_statement "auVar1._12_4_ = uStack_1c;" (assignment_expression "auVar1._12_4_ = uStack_1c" (field_expression "auVar1._12_4_" identifier . field_identifier) = identifier) ;) (expression_statement "auVar1._0_12_ = local_28;" (assignment_expression "auVar1._0_12_ = local_28" (field_expression "auVar1._0_12_" identifier . field_identifier) = identifier) ;) (return_statement "return auVar1;" return identifier ;) (ERROR "}" })) | (translation_unit (expression_statement (subscript_expression IDENT [ LIT ]) ;) (declaration (macro_type_specifier IDENT ( (type_descriptor TYPE) )) IDENT , IDENT (ERROR IDENT) , IDENT (ERROR IDENT) , IDENT (ERROR IDENT) , IDENT (ERROR IDENT) , IDENT (ERROR IDENT) , (ERROR IDENT) (pointer_declarator * IDENT) , (ERROR IDENT IDENT ) { IDENT) (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression 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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) | LIT)) ;) }))) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) | LIT)) ;) })) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = IDENT) ;) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = IDENT) ;) (return_statement return IDENT ;) (ERROR })) | (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" (identifier "undefined1") ([ "[") (number_literal "16") (] "]")) (; "")) (declaration "FUN_00332a30(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,uint *param_7,long param_8)\n\n{\n undefined1 auVar1 [16];" (macro_type_specifier "FUN_00332a30(undefined8" (identifier "FUN_00332a30") (( "(") (type_descriptor "undefined8" (type_identifier "undefined8")) () "")) (identifier "param_1") (, ",") (identifier "undefined8") (ERROR "param_2" (identifier "param_2")) (, ",") (identifier "undefined8") (ERROR "param_3" (identifier "param_3")) (, ",") (identifier "undefined8") (ERROR "param_4" (identifier "param_4")) (, ",") (identifier "undefined8") (ERROR "param_5" (identifier "param_5")) (, ",") (identifier "undefined8") (ERROR "param_6" (identifier "param_6")) (, ",") (ERROR "uint" (identifier "uint")) (pointer_declarator "*param_7" (* "*") (identifier "param_7")) (, ",") (ERROR "long param_8)\n\n{\n undefined1" (identifier "long") (identifier "param_8") () ")") ({ "{") (identifier "undefined1")) (array_declarator "auVar1 [16]" (identifier "auVar1") ([ "[") (number_literal "16") (] "]")) (; ";")) (declaration "char cVar2;" (primitive_type "char") (identifier "cVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "undefined8 local_38;" (type_identifier "undefined8") (identifier "local_38") (; ";")) (declaration "undefined8 local_30;" (type_identifier "undefined8") (identifier "local_30") (; ";")) (declaration "undefined1 local_28 [12];" (type_identifier "undefined1") (array_declarator "local_28 [12]" (identifier "local_28") ([ "[") (number_literal "12") (] "]")) (; ";")) (declaration "undefined4 uStack_1c;" (type_identifier "undefined4") (identifier "uStack_1c") (; ";")) (declaration "int local_10;" (primitive_type "int") (identifier "local_10") (; ";")) (declaration "int local_c;" (primitive_type "int") (identifier "local_c") (; ";")) (expression_statement "local_28._8_4_ = (undefined4)param_3;" (assignment_expression "local_28._8_4_ = (undefined4)param_3" (field_expression "local_28._8_4_" (identifier "local_28") (. ".") (field_identifier "_8_4_")) (= "=") (cast_expression "(undefined4)param_3" (( "(") (type_descriptor "undefined4" (type_identifier "undefined4")) () ")") (identifier "param_3"))) (; ";")) (expression_statement "uStack_1c = (undefined4)((ulong)param_3 >> 0x20);" (assignment_expression "uStack_1c = (undefined4)((ulong)param_3 >> 0x20)" (identifier "uStack_1c") (= "=") (call_expression "(undefined4)((ulong)param_3 >> 0x20)" (parenthesized_expression "(undefined4)" (( "(") (identifier "undefined4") () ")")) (argument_list "((ulong)param_3 >> 0x20)" (( "(") (binary_expression "(ulong)param_3 >> 0x20" (cast_expression "(ulong)param_3" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "param_3")) (>> ">>") (number_literal "0x20")) () ")")))) (; ";")) (expression_statement "local_c = 0;" (assignment_expression "local_c = 0" (identifier "local_c") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_38 = param_4;" (assignment_expression "local_38 = param_4" (identifier "local_38") (= "=") (identifier "param_4")) (; ";")) (expression_statement "local_30 = param_5;" (assignment_expression "local_30 = param_5" (identifier "local_30") (= "=") (identifier "param_5")) (; ";")) (expression_statement "local_28._0_8_ = param_2;" (assignment_expression "local_28._0_8_ = param_2" (field_expression "local_28._0_8_" (identifier "local_28") (. ".") (field_identifier "_0_8_")) (= "=") (identifier "param_2")) (; ";")) (expression_statement "local_28 = FUN_003277e0();" (assignment_expression "local_28 = FUN_003277e0()" (identifier "local_28") (= "=") (call_expression "FUN_003277e0()" (identifier "FUN_003277e0") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (local_c == 0) {\n iVar3 = local_10 + -0x76c;\n if (local_10 < 0) {\n iVar3 = local_10 + 100;\n }\n *(int *)(param_8 + 0x14) = iVar3;\n }\n else {\n *param_7 = *param_7 | 4;\n }" (if "if") (parenthesized_expression "(local_c == 0)" (( "(") (binary_expression "local_c == 0" (identifier "local_c") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar3 = local_10 + -0x76c;\n if (local_10 < 0) {\n iVar3 = local_10 + 100;\n }\n *(int *)(param_8 + 0x14) = iVar3;\n }" ({ "{") (expression_statement "iVar3 = local_10 + -0x76c;" (assignment_expression "iVar3 = local_10 + -0x76c" (identifier "iVar3") (= "=") (binary_expression "local_10 + -0x76c" (identifier "local_10") (+ "+") (number_literal "-0x76c"))) (; ";")) (if_statement "if (local_10 < 0) {\n iVar3 = local_10 + 100;\n }" (if "if") (parenthesized_expression "(local_10 < 0)" (( "(") (binary_expression "local_10 < 0" (identifier "local_10") (< "<") (number_literal "0")) () ")")) (compound_statement "{\n iVar3 = local_10 + 100;\n }" ({ "{") (expression_statement "iVar3 = local_10 + 100;" (assignment_expression "iVar3 = local_10 + 100" (identifier "iVar3") (= "=") (binary_expression "local_10 + 100" (identifier "local_10") (+ "+") (number_literal "100"))) (; ";")) (} "}"))) (expression_statement "*(int *)(param_8 + 0x14) = iVar3;" (assignment_expression "*(int *)(param_8 + 0x14) = iVar3" (pointer_expression "*(int *)(param_8 + 0x14)" (* "*") (cast_expression "(int *)(param_8 + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_8 + 0x14)" (( "(") (binary_expression "param_8 + 0x14" (identifier "param_8") (+ "+") (number_literal "0x14")) () ")")))) (= "=") (identifier "iVar3")) (; ";")) (} "}")) (else_clause "else {\n *param_7 = *param_7 | 4;\n }" (else "else") (compound_statement "{\n *param_7 = *param_7 | 4;\n }" ({ "{") (expression_statement "*param_7 = *param_7 | 4;" (assignment_expression "*param_7 = *param_7 | 4" (pointer_expression "*param_7" (* "*") (identifier "param_7")) (= "=") (binary_expression "*param_7 | 4" (pointer_expression "*param_7" (* "*") (identifier "param_7")) (| "|") (number_literal "4"))) (; ";")) (} "}")))) (expression_statement "cVar2 = FUN_0032c150(local_28,&local_38);" (assignment_expression "cVar2 = FUN_0032c150(local_28,&local_38)" (identifier "cVar2") (= "=") (call_expression "FUN_0032c150(local_28,&local_38)" (identifier "FUN_0032c150") (argument_list "(local_28,&local_38)" (( "(") (identifier "local_28") (, ",") (pointer_expression "&local_38" (& "&") (identifier "local_38")) () ")")))) (; ";")) (if_statement "if (cVar2 != '\0') {\n *param_7 = *param_7 | 2;\n }" (if "if") (parenthesized_expression "(cVar2 != '\0')" (( "(") (binary_expression "cVar2 != '\0'" (identifier "cVar2") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n *param_7 = *param_7 | 2;\n }" ({ "{") (expression_statement "*param_7 = *param_7 | 2;" (assignment_expression "*param_7 = *param_7 | 2" (pointer_expression "*param_7" (* "*") (identifier "param_7")) (= "=") (binary_expression "*param_7 | 2" (pointer_expression "*param_7" (* "*") (identifier "param_7")) (| "|") (number_literal "2"))) (; ";")) (} "}"))) (expression_statement "auVar1._12_4_ = uStack_1c;" (assignment_expression "auVar1._12_4_ = uStack_1c" (field_expression "auVar1._12_4_" (identifier "auVar1") (. ".") (field_identifier "_12_4_")) (= "=") (identifier "uStack_1c")) (; ";")) (expression_statement "auVar1._0_12_ = local_28;" (assignment_expression "auVar1._0_12_ = local_28" (field_expression "auVar1._0_12_" (identifier "auVar1") (. ".") (field_identifier "_0_12_")) (= "=") (identifier "local_28")) (; ";")) (return_statement "return auVar1;" (return "return") (identifier "auVar1") (; ";")) (ERROR "}" (} "}")) |
/* std::time_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >
>::do_get_year(std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >,
std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::ios_base&,
std::_Ios_Iostate&, tm*) const */
type_1 [16]
std::time_get<var_2,std::type_5<var_2,std::var_1<var_2>>>::var_3
(type_2 param_1,type_2 param_2,type_2 param_3,type_2 param_4,
type_2 param_5,type_2 param_6,var_4 *var_5,long var_9)
{
type_1 auVar1 [16];
char var_11;
int iVar3;
type_2 local_38;
type_2 local_30;
type_1 local_28 [12];
type_3 uStack_1c;
int var_8;
int var_7;
local_28._8_4_ = (type_3)param_3;
uStack_1c = (type_3)((type_4)param_3 >> 0x20);
var_7 = 0;
local_38 = param_4;
local_30 = param_5;
local_28._0_8_ = param_2;
local_28 = var_6();
if (var_7 == 0) {
iVar3 = var_8 + -0x76c;
if (var_8 < 0) {
iVar3 = var_8 + 100;
}
*(int *)(var_9 + 0x14) = iVar3;
}
else {
*var_5 = *var_5 | 4;
}
var_11 = type_5<var_2,std::var_1<var_2>>::var_10
((type_5<var_2,std::var_1<var_2>> *)local_28,
(type_5 *)&local_38);
if (var_11 != '\0') {
*var_5 = *var_5 | 2;
}
auVar1._12_4_ = uStack_1c;
auVar1._0_12_ = local_28;
return auVar1;
}
| null | (translation_unit (expression_statement (subscript_expression argument: (identifier) index: (number_literal)) (MISSING ";")) (declaration type: (macro_type_specifier name: (identifier) type: (type_descriptor type: (type_identifier)) (MISSING ")")) declarator: (identifier) declarator: (identifier) (ERROR (identifier)) declarator: (identifier) (ERROR (identifier)) declarator: (identifier) (ERROR (identifier)) declarator: (identifier) (ERROR (identifier)) declarator: (identifier) (ERROR (identifier)) (ERROR (identifier)) declarator: (pointer_declarator declarator: (identifier)) (ERROR (identifier) (identifier) (identifier)) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (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)) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))))) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (identifier))) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (identifier))) (return_statement (identifier)) (ERROR)) | null |
undefined1 [16]
MASKED(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined8 param_5,undefined8 param_6,uint *param_7,long param_8)
{
undefined1 auVar1 [16];
char cVar2;
int iVar3;
undefined8 local_38;
undefined8 local_30;
undefined1 local_28 [12];
undefined4 uStack_1c;
int local_10;
int local_c;
local_28._8_4_ = (undefined4)param_3;
uStack_1c = (undefined4)((ulong)param_3 >> 0x20);
local_c = 0;
local_38 = param_4;
local_30 = param_5;
local_28._0_8_ = param_2;
local_28 = FUN_003277e0();
if (local_c == 0) {
iVar3 = local_10 + -0x76c;
if (local_10 < 0) {
iVar3 = local_10 + 100;
}
*(int *)(param_8 + 0x14) = iVar3;
}
else {
*param_7 = *param_7 | 4;
}
cVar2 = FUN_0032c150(local_28,&local_38);
if (cVar2 != '\0') {
*param_7 = *param_7 | 2;
}
auVar1._12_4_ = uStack_1c;
auVar1._0_12_ = local_28;
return auVar1;
}
|
311_aarch64-linux-gnu-readelf_and_aarch64-linux-gnu-readelf_strip.c | error | error |
void error(char *message,...)
{
char *pcVar1;
char in_AL;
char *__format;
undefined8 in_RCX;
undefined8 in_RDX;
undefined8 in_RSI;
undefined8 in_R8;
undefined8 in_R9;
undefined8 in_XMM0_Qa;
undefined8 in_XMM1_Qa;
undefined8 in_XMM2_Qa;
undefined8 in_XMM3_Qa;
undefined8 in_XMM4_Qa;
undefined8 in_XMM5_Qa;
undefined8 in_XMM6_Qa;
undefined8 in_XMM7_Qa;
va_list args;
undefined1 local_c8 [8];
undefined8 local_c0;
undefined8 local_b8;
undefined8 local_b0;
undefined8 local_a8;
undefined8 local_a0;
undefined8 local_98;
undefined8 local_88;
undefined8 local_78;
undefined8 local_68;
undefined8 local_58;
undefined8 local_48;
undefined8 local_38;
undefined8 local_28;
if (in_AL != '\0') {
local_98 = in_XMM0_Qa;
local_88 = in_XMM1_Qa;
local_78 = in_XMM2_Qa;
local_68 = in_XMM3_Qa;
local_58 = in_XMM4_Qa;
local_48 = in_XMM5_Qa;
local_38 = in_XMM6_Qa;
local_28 = in_XMM7_Qa;
}
local_c0 = in_RSI;
local_b8 = in_RDX;
local_b0 = in_RCX;
local_a8 = in_R8;
local_a0 = in_R9;
fflush(stdout);
pcVar1 = program_name;
args[0].overflow_arg_area = &stack0x00000008;
args[0].reg_save_area = local_c8;
args[0].gp_offset = 8;
args[0].fp_offset = 0x30;
__format = (char *)dcgettext(0,"%s: Error: ",5);
fprintf(stderr,__format,pcVar1);
vfprintf(stderr,message,args);
return;
}
|
void error(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,char *param_9,
undefined8 param_10,undefined8 param_11,undefined8 param_12,undefined8 param_13,
undefined8 param_14)
{
undefined *puVar1;
char in_AL;
char *__format;
undefined4 local_e0;
undefined4 local_dc;
undefined1 *local_d8;
undefined1 *local_d0;
undefined1 local_c8 [8];
undefined8 local_c0;
undefined8 local_b8;
undefined8 local_b0;
undefined8 local_a8;
undefined8 local_a0;
undefined8 local_98;
undefined8 local_88;
undefined8 local_78;
undefined8 local_68;
undefined8 local_58;
undefined8 local_48;
undefined8 local_38;
undefined8 local_28;
if (in_AL != '\0') {
local_98 = param_1;
local_88 = param_2;
local_78 = param_3;
local_68 = param_4;
local_58 = param_5;
local_48 = param_6;
local_38 = param_7;
local_28 = param_8;
}
local_c0 = param_10;
local_b8 = param_11;
local_b0 = param_12;
local_a8 = param_13;
local_a0 = param_14;
fflush(stdout);
puVar1 = PTR_s_readelf_001910a0;
local_d8 = &stack0x00000008;
local_d0 = local_c8;
local_e0 = 8;
local_dc = 0x30;
__format = (char *)dcgettext(0,"%s: Error: ",5);
fprintf(stderr,__format,puVar1);
vfprintf(stderr,param_9,&local_e0);
return;
}
| PUSH RBP
PUSH RBX
MOV RBX,RDI
SUB RSP,0xd8
MOV qword ptr [RSP + 0x28],RSI
MOV qword ptr [RSP + 0x30],RDX
MOV qword ptr [RSP + 0x38],RCX
MOV qword ptr [RSP + 0x40],R8
MOV qword ptr [RSP + 0x48],R9
TEST AL,AL
JZ 0x00154be0
MOVAPS xmmword ptr [RSP + 0x50],XMM0
MOVAPS xmmword ptr [RSP + 0x60],XMM1
MOVAPS xmmword ptr [RSP + 0x70],XMM2
MOVAPS xmmword ptr [RSP + 0x80],XMM3
MOVAPS xmmword ptr [RSP + 0x90],XMM4
MOVAPS xmmword ptr [RSP + 0xa0],XMM5
MOVAPS xmmword ptr [RSP + 0xb0],XMM6
MOVAPS xmmword ptr [RSP + 0xc0],XMM7
MOV RDI,qword ptr [0x001923a0]
CALL 0x001072f0
LEA RAX,[RSP + 0xf0]
XOR EDI,EDI
MOV RBP,qword ptr [0x001910a0]
MOV qword ptr [RSP + 0x10],RAX
MOV EDX,0x5
LEA RAX,[RSP + 0x20]
LEA RSI,[0x1845a0]
MOV dword ptr [RSP + 0x8],0x8
MOV dword ptr [RSP + 0xc],0x30
MOV qword ptr [RSP + 0x18],RAX
CALL 0x00107130
MOV RDI,qword ptr [0x001923e0]
MOV RDX,RBP
MOV RSI,RAX
XOR EAX,EAX
CALL 0x00107280
MOV RDI,qword ptr [0x001923e0]
LEA RDX,[RSP + 0x8]
MOV RSI,RBX
CALL 0x00107380
ADD RSP,0xd8
POP RBX
POP RBP
RET | null | null | null | null | [(u'CALL_-1207284553', u'INDIRECT_-1207284237'), ('tmp_108', u'CBRANCH_-1207284780'), (u'CALL_-1207284686', u'INDIRECT_-1207284316'), (u'CALL_-1207284589', u'CAST_-1207284137'), (u'CALL_-1207284589', u'INDIRECT_-1207284246'), (u'CALL_-1207284589', u'INDIRECT_-1207284282'), (u'CALL_-1207284589', u'INDIRECT_-1207284236'), ('tmp_1539', u'MULTIEQUAL_-1207284246'), ('const--200', u'PTRSUB_-1207284184'), (u'CALL_-1207284553', u'INDIRECT_-1207284195'), (u'CALL_-1207284526', u'INDIRECT_-1207284228'), (u'CALL_-1207284686', u'INDIRECT_-1207284324'), (u'CALL_-1207284686', u'INDIRECT_-1207284357'), (u'CALL_-1207284526', u'INDIRECT_-1207284232'), (u'CALL_-1207284553', u'INDIRECT_-1207284245'), (u'CALL_-1207284553', u'INDIRECT_-1207284205'), (u'COPY_-1207284279', u'CALL_-1207284553'), (u'CALL_-1207284553', u'INDIRECT_-1207284241'), ('const-5', u'CALL_-1207284589'), (u'INDIRECT_-1207284249', u'COPY_-1207284294'), (u'CALL_-1207284686', u'INDIRECT_-1207284272'), ('tmp_832', u'COPY_-1207284276'), (u'CALL_-1207284589', u'INDIRECT_-1207284270'), (u'CALL_-1207284686', u'INDIRECT_-1207284282'), ('tmp_1549', u'MULTIEQUAL_-1207284296'), (u'CALL_-1207284686', u'INDIRECT_-1207284362'), (u'CALL_-1207284589', u'INDIRECT_-1207284176'), (u'COPY_-1207284282', u'MULTIEQUAL_-1207284256'), ('tmp_831', u'COPY_-1207284277'), (u'INDIRECT_-1207284367', u'COPY_-1207284279'), (u'CALL_-1207284589', u'INDIRECT_-1207284291'), (u'CALL_-1207284526', u'INDIRECT_-1207284134'), (u'CALL_-1207284686', u'INDIRECT_-1207284292'), ('tmp_1554', u'CALL_-1207284686'), (u'CAST_-1207284137', u'CALL_-1207284553'), (u'CALL_-1207284526', u'INDIRECT_-1207284174'), (u'CALL_-1207284526', u'INDIRECT_-1207284254'), (u'CALL_-1207284589', u'INDIRECT_-1207284301'), (u'CALL_-1207284553', u'INDIRECT_-1207284253'), (u'CALL_-1207284526', u'INDIRECT_-1207284224'), (u'CALL_-1207284553', u'INDIRECT_-1207284270'), (u'CALL_-1207284553', u'INDIRECT_-1207284257'), (u'CALL_-1207284553', u'INDIRECT_-1207284233'), ('tmp_1000', u'COPY_-1207284283'), (u'CALL_-1207284686', u'INDIRECT_-1207284262'), (u'INDIRECT_-1207284270', u'CALL_-1207284526'), (u'CALL_-1207284526', u'INDIRECT_-1207284212'), (u'CALL_-1207284553', u'INDIRECT_-1207284225'), (u'INDIRECT_-1207284259', u'COPY_-1207284304'), (u'CALL_-1207284553', u'INDIRECT_-1207284275'), (u'CALL_-1207284526', u'INDIRECT_-1207284259'), (u'CALL_-1207284526', u'INDIRECT_-1207284220'), ('tmp_982', u'COPY_-1207284286'), ('tmp_976', u'COPY_-1207284287'), ('tmp_1547', u'MULTIEQUAL_-1207284286'), (u'COPY_-1207284285', u'MULTIEQUAL_-1207284286'), (u'COPY_-1207284281', u'MULTIEQUAL_-1207284246'), ('tmp_827', u'PTRSUB_-1207284184'), (u'CALL_-1207284553', u'INDIRECT_-1207284175'), (u'CALL_-1207284589', u'INDIRECT_-1207284296'), (u'CALL_-1207284686', u'INDIRECT_-1207284242'), (u'CALL_-1207284589', u'INDIRECT_-1207284250'), ('tmp_1551', u'MULTIEQUAL_-1207284306'), ('const-0', u'CALL_-1207284589'), (u'CALL_-1207284589', u'INDIRECT_-1207284196'), ('tmp_391', u'CALL_-1207284526'), ('tmp_994', u'COPY_-1207284284'), (u'CALL_-1207284686', u'INDIRECT_-1207284252'), (u'COPY_-1207284288', u'MULTIEQUAL_-1207284316'), (u'CALL_-1207284526', u'INDIRECT_-1207284194'), ('const-8', u'COPY_-1207284625'), (u'CALL_-1207284526', u'INDIRECT_-1207284144'), (u'CALL_-1207284686', u'INDIRECT_-1207284367'), (u'CALL_-1207284589', u'INDIRECT_-1207284266'), ('const-48', u'COPY_-1207284614'), ('tmp_878', u'INT_NOTEQUAL_-1207284780'), (u'CALL_-1207284526', u'INDIRECT_-1207284249'), ('tmp_1545', u'MULTIEQUAL_-1207284276'), (u'COPY_-1207284287', u'MULTIEQUAL_-1207284306'), ('tmp_1541', u'MULTIEQUAL_-1207284256'), (u'INDIRECT_-1207284254', u'COPY_-1207284299'), ('tmp_970', u'COPY_-1207284288'), (u'CALL_-1207284686', u'INDIRECT_-1207284332'), ('tmp_827', u'PTRSUB_-1207284212'), (u'CALL_-1207284553', u'INDIRECT_-1207284229'), (u'CALL_-1207284526', u'INDIRECT_-1207284216'), (u'CALL_-1207284553', u'INDIRECT_-1207284155'), ('tmp_1553', u'MULTIEQUAL_-1207284316'), ('const-8', u'PTRSUB_-1207284212'), (u'CALL_-1207284553', u'INDIRECT_-1207284165'), (u'CALL_-1207284686', u'INDIRECT_-1207284312'), (u'CALL_-1207284589', u'INDIRECT_-1207284254'), ('const-0', u'RETURN_-1207284489'), (u'CALL_-1207284686', u'INDIRECT_-1207284302'), (u'CALL_-1207284526', u'INDIRECT_-1207284184'), (u'CALL_-1207284589', u'INDIRECT_-1207284262'), ('const-1590688', u'COPY_-1207284218'), (u'CALL_-1207284526', u'INDIRECT_-1207284154'), (u'COPY_-1207284283', u'MULTIEQUAL_-1207284266'), (u'CALL_-1207284526', u'INDIRECT_-1207284240'), (u'CALL_-1207284553', u'INDIRECT_-1207284249'), ('tmp_827', u'PTRSUB_-1207284118'), ('tmp_833', u'COPY_-1207284275'), (u'CALL_-1207284589', u'INDIRECT_-1207284258'), ('tmp_834', u'COPY_-1207284274'), (u'CALL_-1207284553', u'INDIRECT_-1207284215'), (u'CALL_-1207284686', u'INDIRECT_-1207284328'), ('tmp_1012', u'COPY_-1207284281'), (u'CALL_-1207284589', u'INDIRECT_-1207284216'), (u'INDIRECT_-1207284291', u'CALL_-1207284553'), (u'CALL_-1207284526', u'INDIRECT_-1207284204'), ('const-0', u'INT_NOTEQUAL_-1207284780'), ('tmp_830', u'COPY_-1207284278'), (u'CALL_-1207284589', u'INDIRECT_-1207284186'), (u'INT_NOTEQUAL_-1207284780', u'CBRANCH_-1207284780'), ('tmp_1006', u'COPY_-1207284282'), (u'COPY_-1207284218', u'CALL_-1207284589'), (u'CALL_-1207284589', u'INDIRECT_-1207284226'), (u'CALL_-1207284553', u'INDIRECT_-1207284185'), (u'CALL_-1207284589', u'INDIRECT_-1207284274'), (u'CALL_-1207284553', u'INDIRECT_-1207284261'), (u'CALL_-1207284589', u'INDIRECT_-1207284278'), (u'CALL_-1207284526', u'INDIRECT_-1207284164'), ('tmp_1543', u'MULTIEQUAL_-1207284266'), (u'CALL_-1207284526', u'INDIRECT_-1207284236'), (u'COPY_-1207284284', u'MULTIEQUAL_-1207284276'), (u'CALL_-1207284526', u'INDIRECT_-1207284208'), (u'COPY_-1207284286', u'MULTIEQUAL_-1207284296'), (u'CALL_-1207284589', u'INDIRECT_-1207284206'), (u'PTRSUB_-1207284118', u'CALL_-1207284526'), (u'CALL_-1207284686', u'INDIRECT_-1207284320'), (u'CALL_-1207284553', u'INDIRECT_-1207284280'), ('const--224', u'PTRSUB_-1207284118'), ('tmp_988', u'COPY_-1207284285')] | [('tmp_838', u'COPY_-1207284275'), (u'CALL_-1207284553', u'INDIRECT_-1207284183'), (u'COPY_-1207284281', u'MULTIEQUAL_-1207284264'), (u'COPY_-1207284279', u'MULTIEQUAL_-1207284244'), (u'CALL_-1207284526', u'INDIRECT_-1207284202'), ('tmp_1561', u'CALL_-1207284686'), ('tmp_108', u'CBRANCH_-1207284780'), (u'COPY_-1207284277', u'CALL_-1207284553'), (u'CALL_-1207284553', u'INDIRECT_-1207284239'), (u'CALL_-1207284553', u'INDIRECT_-1207284193'), (u'CALL_-1207284553', u'INDIRECT_-1207284203'), (u'CALL_-1207284526', u'INDIRECT_-1207284247'), (u'CALL_-1207284589', u'INDIRECT_-1207284280'), ('const-48', u'COPY_-1207284614'), (u'CALL_-1207284553', u'INDIRECT_-1207284251'), (u'INDIRECT_-1207284247', u'COPY_-1207284292'), (u'CALL_-1207284589', u'INDIRECT_-1207284184'), ('tmp_1548', u'MULTIEQUAL_-1207284254'), (u'INDIRECT_-1207284289', u'CALL_-1207284553'), ('tmp_1552', u'MULTIEQUAL_-1207284274'), (u'CALL_-1207284686', u'INDIRECT_-1207284260'), (u'CALL_-1207284686', u'INDIRECT_-1207284240'), ('tmp_834', u'PTRSUB_-1207284210'), (u'CALL_-1207284589', u'INDIRECT_-1207284214'), (u'CALL_-1207284686', u'INDIRECT_-1207284250'), (u'COPY_-1207284216', u'CALL_-1207284589'), (u'COPY_-1207284283', u'MULTIEQUAL_-1207284284'), (u'CALL_-1207284686', u'INDIRECT_-1207284330'), (u'CALL_-1207284526', u'INDIRECT_-1207284218'), (u'CALL_-1207284589', u'INDIRECT_-1207284260'), (u'CAST_-1207284135', u'CALL_-1207284553'), (u'COPY_-1207284284', u'MULTIEQUAL_-1207284294'), (u'INDIRECT_-1207284268', u'CALL_-1207284526'), ('tmp_1554', u'MULTIEQUAL_-1207284284'), ('tmp_834', u'PTRSUB_-1207284116'), ('tmp_834', u'PTRSUB_-1207284182'), (u'CALL_-1207284589', u'INDIRECT_-1207284234'), (u'CALL_-1207284526', u'INDIRECT_-1207284142'), (u'CALL_-1207284686', u'INDIRECT_-1207284310'), (u'CALL_-1207284553', u'INDIRECT_-1207284255'), (u'CALL_-1207284526', u'INDIRECT_-1207284206'), (u'CALL_-1207284686', u'INDIRECT_-1207284326'), (u'COPY_-1207284285', u'MULTIEQUAL_-1207284304'), (u'CALL_-1207284589', u'INDIRECT_-1207284272'), (u'CALL_-1207284553', u'INDIRECT_-1207284243'), (u'CALL_-1207284526', u'INDIRECT_-1207284192'), (u'CALL_-1207284526', u'INDIRECT_-1207284234'), (u'CALL_-1207284553', u'INDIRECT_-1207284163'), ('const--200', u'PTRSUB_-1207284182'), ('const--224', u'PTRSUB_-1207284116'), (u'CALL_-1207284526', u'INDIRECT_-1207284214'), ('const-0', u'CALL_-1207284589'), (u'CALL_-1207284589', u'INDIRECT_-1207284248'), (u'COPY_-1207284286', u'MULTIEQUAL_-1207284314'), (u'CALL_-1207284526', u'INDIRECT_-1207284226'), ('const-8', u'PTRSUB_-1207284210'), (u'CALL_-1207284686', u'INDIRECT_-1207284270'), (u'CALL_-1207284553', u'INDIRECT_-1207284173'), (u'CALL_-1207284589', u'INDIRECT_-1207284174'), (u'CALL_-1207284589', u'INDIRECT_-1207284194'), (u'CALL_-1207284686', u'INDIRECT_-1207284360'), ('tmp_1001', u'COPY_-1207284282'), (u'CALL_-1207284589', u'INDIRECT_-1207284244'), (u'CALL_-1207284526', u'INDIRECT_-1207284162'), (u'CALL_-1207284686', u'INDIRECT_-1207284365'), ('tmp_1556', u'MULTIEQUAL_-1207284294'), ('tmp_1019', u'COPY_-1207284279'), (u'CALL_-1207284553', u'INDIRECT_-1207284223'), (u'CALL_-1207284553', u'INDIRECT_-1207284273'), (u'CALL_-1207284553', u'INDIRECT_-1207284213'), (u'CALL_-1207284526', u'INDIRECT_-1207284172'), (u'CALL_-1207284553', u'INDIRECT_-1207284278'), (u'CALL_-1207284589', u'INDIRECT_-1207284224'), ('tmp_1013', u'COPY_-1207284280'), ('tmp_841', u'COPY_-1207284272'), ('tmp_839', u'COPY_-1207284274'), (u'CALL_-1207284526', u'INDIRECT_-1207284132'), (u'CALL_-1207284686', u'INDIRECT_-1207284322'), ('tmp_989', u'COPY_-1207284284'), (u'PTRSUB_-1207284116', u'CALL_-1207284526'), ('const-8', u'COPY_-1207284625'), ('const-0', u'RETURN_-1207284489'), (u'CALL_-1207284589', u'CAST_-1207284135'), ('tmp_1550', u'MULTIEQUAL_-1207284264'), (u'CALL_-1207284589', u'INDIRECT_-1207284289'), (u'CALL_-1207284526', u'INDIRECT_-1207284252'), (u'CALL_-1207284686', u'INDIRECT_-1207284318'), ('const-5', u'CALL_-1207284589'), ('tmp_885', u'INT_NOTEQUAL_-1207284780'), ('tmp_840', u'COPY_-1207284273'), ('tmp_983', u'COPY_-1207284285'), ('tmp_837', u'COPY_-1207284276'), (u'CALL_-1207284589', u'INDIRECT_-1207284204'), (u'CALL_-1207284589', u'INDIRECT_-1207284252'), (u'INDIRECT_-1207284252', u'COPY_-1207284297'), (u'CALL_-1207284526', u'INDIRECT_-1207284210'), ('tmp_977', u'COPY_-1207284286'), (u'CALL_-1207284526', u'INDIRECT_-1207284230'), (u'CALL_-1207284589', u'INDIRECT_-1207284268'), (u'CALL_-1207284553', u'INDIRECT_-1207284227'), (u'CALL_-1207284686', u'INDIRECT_-1207284355'), ('tmp_1546', u'MULTIEQUAL_-1207284244'), ('tmp_995', u'COPY_-1207284283'), (u'INDIRECT_-1207284365', u'COPY_-1207284277'), (u'CALL_-1207284553', u'INDIRECT_-1207284231'), (u'CALL_-1207284553', u'INDIRECT_-1207284259'), (u'CALL_-1207284589', u'INDIRECT_-1207284264'), (u'CALL_-1207284553', u'INDIRECT_-1207284247'), ('const-0', u'INT_NOTEQUAL_-1207284780'), (u'CALL_-1207284526', u'INDIRECT_-1207284182'), (u'CALL_-1207284686', u'INDIRECT_-1207284280'), (u'CALL_-1207284686', u'INDIRECT_-1207284314'), (u'COPY_-1207284280', u'MULTIEQUAL_-1207284254'), (u'INT_NOTEQUAL_-1207284780', u'CBRANCH_-1207284780'), (u'CALL_-1207284686', u'INDIRECT_-1207284290'), ('tmp_1007', u'COPY_-1207284281'), (u'CALL_-1207284526', u'INDIRECT_-1207284257'), (u'CALL_-1207284526', u'INDIRECT_-1207284152'), ('tmp_1558', u'MULTIEQUAL_-1207284304'), (u'CALL_-1207284589', u'INDIRECT_-1207284299'), ('tmp_836', u'CALL_-1207284526'), (u'CALL_-1207284553', u'INDIRECT_-1207284268'), (u'CALL_-1207284589', u'INDIRECT_-1207284276'), (u'CALL_-1207284589', u'INDIRECT_-1207284256'), (u'COPY_-1207284282', u'MULTIEQUAL_-1207284274'), (u'CALL_-1207284686', u'INDIRECT_-1207284300'), ('tmp_1560', u'MULTIEQUAL_-1207284314'), (u'CALL_-1207284589', u'INDIRECT_-1207284294'), (u'CALL_-1207284526', u'INDIRECT_-1207284238'), (u'INDIRECT_-1207284257', u'COPY_-1207284302'), ('const-1590688', u'COPY_-1207284216'), (u'CALL_-1207284553', u'INDIRECT_-1207284235'), (u'CALL_-1207284553', u'INDIRECT_-1207284153'), (u'CALL_-1207284526', u'INDIRECT_-1207284222')] | null | null | 00154b80 | x64 | O2 | (translation_unit "void error(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,char *param_9,\n undefined8 param_10,undefined8 param_11,undefined8 param_12,undefined8 param_13,\n undefined8 param_14)\n\n{\n undefined *puVar1;\n char in_AL;\n char *__format;\n undefined4 local_e0;\n undefined4 local_dc;\n undefined1 *local_d8;\n undefined1 *local_d0;\n undefined1 local_c8 [8];\n undefined8 local_c0;\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n \n if (in_AL != '\0') {\n local_98 = param_1;\n local_88 = param_2;\n local_78 = param_3;\n local_68 = param_4;\n local_58 = param_5;\n local_48 = param_6;\n local_38 = param_7;\n local_28 = param_8;\n }\n local_c0 = param_10;\n local_b8 = param_11;\n local_b0 = param_12;\n local_a8 = param_13;\n local_a0 = param_14;\n fflush(stdout);\n puVar1 = PTR_s_readelf_001910a0;\n local_d8 = &stack0x00000008;\n local_d0 = local_c8;\n local_e0 = 8;\n local_dc = 0x30;\n __format = (char *)dcgettext(0,"%s: Error: ",5);\n fprintf(stderr,__format,puVar1);\n vfprintf(stderr,param_9,&local_e0);\n return;\n}\n\n" (function_definition "void error(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,char *param_9,\n undefined8 param_10,undefined8 param_11,undefined8 param_12,undefined8 param_13,\n undefined8 param_14)\n\n{\n undefined *puVar1;\n char in_AL;\n char *__format;\n undefined4 local_e0;\n undefined4 local_dc;\n undefined1 *local_d8;\n undefined1 *local_d0;\n undefined1 local_c8 [8];\n undefined8 local_c0;\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n \n if (in_AL != '\0') {\n local_98 = param_1;\n local_88 = param_2;\n local_78 = param_3;\n local_68 = param_4;\n local_58 = param_5;\n local_48 = param_6;\n local_38 = param_7;\n local_28 = param_8;\n }\n local_c0 = param_10;\n local_b8 = param_11;\n local_b0 = param_12;\n local_a8 = param_13;\n local_a0 = param_14;\n fflush(stdout);\n puVar1 = PTR_s_readelf_001910a0;\n local_d8 = &stack0x00000008;\n local_d0 = local_c8;\n local_e0 = 8;\n local_dc = 0x30;\n __format = (char *)dcgettext(0,"%s: Error: ",5);\n fprintf(stderr,__format,puVar1);\n vfprintf(stderr,param_9,&local_e0);\n return;\n}" primitive_type (function_declarator "error(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,char *param_9,\n undefined8 param_10,undefined8 param_11,undefined8 param_12,undefined8 param_13,\n undefined8 param_14)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,char *param_9,\n undefined8 param_10,undefined8 param_11,undefined8 param_12,undefined8 param_13,\n undefined8 param_14)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) , (parameter_declaration "undefined8 param_6" type_identifier identifier) , (parameter_declaration "undefined8 param_7" type_identifier identifier) , (parameter_declaration "undefined8 param_8" type_identifier identifier) , (parameter_declaration "char *param_9" primitive_type (pointer_declarator "*param_9" * identifier)) , (parameter_declaration "undefined8 param_10" type_identifier identifier) , (parameter_declaration "undefined8 param_11" type_identifier identifier) , (parameter_declaration "undefined8 param_12" type_identifier identifier) , (parameter_declaration "undefined8 param_13" type_identifier identifier) , (parameter_declaration "undefined8 param_14" type_identifier identifier) ))) (compound_statement "{\n undefined *puVar1;\n char in_AL;\n char *__format;\n undefined4 local_e0;\n undefined4 local_dc;\n undefined1 *local_d8;\n undefined1 *local_d0;\n undefined1 local_c8 [8];\n undefined8 local_c0;\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n \n if (in_AL != '\0') {\n local_98 = param_1;\n local_88 = param_2;\n local_78 = param_3;\n local_68 = param_4;\n local_58 = param_5;\n local_48 = param_6;\n local_38 = param_7;\n local_28 = param_8;\n }\n local_c0 = param_10;\n local_b8 = param_11;\n local_b0 = param_12;\n local_a8 = param_13;\n local_a0 = param_14;\n fflush(stdout);\n puVar1 = PTR_s_readelf_001910a0;\n local_d8 = &stack0x00000008;\n local_d0 = local_c8;\n local_e0 = 8;\n local_dc = 0x30;\n __format = (char *)dcgettext(0,"%s: Error: ",5);\n fprintf(stderr,__format,puVar1);\n vfprintf(stderr,param_9,&local_e0);\n return;\n}" { (declaration "undefined *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "char in_AL;" primitive_type identifier ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (declaration "undefined4 local_e0;" type_identifier identifier ;) (declaration "undefined4 local_dc;" type_identifier identifier ;) (declaration "undefined1 *local_d8;" type_identifier (pointer_declarator "*local_d8" * identifier) ;) (declaration "undefined1 *local_d0;" type_identifier (pointer_declarator "*local_d0" * identifier) ;) (declaration "undefined1 local_c8 [8];" type_identifier (array_declarator "local_c8 [8]" identifier [ number_literal ]) ;) (declaration "undefined8 local_c0;" type_identifier identifier ;) (declaration "undefined8 local_b8;" type_identifier identifier ;) (declaration "undefined8 local_b0;" type_identifier identifier ;) (declaration "undefined8 local_a8;" type_identifier identifier ;) (declaration "undefined8 local_a0;" type_identifier identifier ;) (declaration "undefined8 local_98;" type_identifier identifier ;) (declaration "undefined8 local_88;" type_identifier identifier ;) (declaration "undefined8 local_78;" type_identifier identifier ;) (declaration "undefined8 local_68;" type_identifier identifier ;) (declaration "undefined8 local_58;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (declaration "undefined8 local_28;" type_identifier identifier ;) (if_statement "if (in_AL != '\0') {\n local_98 = param_1;\n local_88 = param_2;\n local_78 = param_3;\n local_68 = param_4;\n local_58 = param_5;\n local_48 = param_6;\n local_38 = param_7;\n local_28 = param_8;\n }" if (parenthesized_expression "(in_AL != '\0')" ( (binary_expression "in_AL != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_98 = param_1;\n local_88 = param_2;\n local_78 = param_3;\n local_68 = param_4;\n local_58 = param_5;\n local_48 = param_6;\n local_38 = param_7;\n local_28 = param_8;\n }" { (expression_statement "local_98 = param_1;" (assignment_expression "local_98 = param_1" identifier = identifier) ;) (expression_statement "local_88 = param_2;" (assignment_expression "local_88 = param_2" identifier = identifier) ;) (expression_statement "local_78 = param_3;" (assignment_expression "local_78 = param_3" identifier = identifier) ;) (expression_statement "local_68 = param_4;" (assignment_expression "local_68 = param_4" identifier = identifier) ;) (expression_statement "local_58 = param_5;" (assignment_expression "local_58 = param_5" identifier = identifier) ;) (expression_statement "local_48 = param_6;" (assignment_expression "local_48 = param_6" identifier = identifier) ;) (expression_statement "local_38 = param_7;" (assignment_expression "local_38 = param_7" identifier = identifier) ;) (expression_statement "local_28 = param_8;" (assignment_expression "local_28 = param_8" identifier = identifier) ;) })) (expression_statement "local_c0 = param_10;" (assignment_expression "local_c0 = param_10" identifier = identifier) ;) (expression_statement "local_b8 = param_11;" (assignment_expression "local_b8 = param_11" identifier = identifier) ;) (expression_statement "local_b0 = param_12;" (assignment_expression "local_b0 = param_12" identifier = identifier) ;) (expression_statement "local_a8 = param_13;" (assignment_expression "local_a8 = param_13" identifier = identifier) ;) (expression_statement "local_a0 = param_14;" (assignment_expression "local_a0 = param_14" identifier = identifier) ;) (expression_statement "fflush(stdout);" (call_expression "fflush(stdout)" identifier (argument_list "(stdout)" ( identifier ))) ;) (expression_statement "puVar1 = PTR_s_readelf_001910a0;" (assignment_expression "puVar1 = PTR_s_readelf_001910a0" identifier = identifier) ;) (expression_statement "local_d8 = &stack0x00000008;" (assignment_expression "local_d8 = &stack0x00000008" identifier = (pointer_expression "&stack0x00000008" & identifier)) ;) (expression_statement "local_d0 = local_c8;" (assignment_expression "local_d0 = local_c8" identifier = identifier) ;) (expression_statement "local_e0 = 8;" (assignment_expression "local_e0 = 8" identifier = number_literal) ;) (expression_statement "local_dc = 0x30;" (assignment_expression "local_dc = 0x30" identifier = number_literal) ;) (expression_statement "__format = (char *)dcgettext(0,"%s: Error: ",5);" (assignment_expression "__format = (char *)dcgettext(0,"%s: Error: ",5)" identifier = (cast_expression "(char *)dcgettext(0,"%s: Error: ",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s: Error: ",5)" identifier (argument_list "(0,"%s: Error: ",5)" ( number_literal , (string_literal ""%s: Error: "" " string_content ") , number_literal ))))) ;) (expression_statement "fprintf(stderr,__format,puVar1);" (call_expression "fprintf(stderr,__format,puVar1)" identifier (argument_list "(stderr,__format,puVar1)" ( identifier , identifier , identifier ))) ;) (expression_statement "vfprintf(stderr,param_9,&local_e0);" (call_expression "vfprintf(stderr,param_9,&local_e0)" identifier (argument_list "(stderr,param_9,&local_e0)" ( identifier , identifier , (pointer_expression "&local_e0" & identifier) ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void error(char *message,...)\n\n{\n char *pcVar1;\n char in_AL;\n char *__format;\n undefined8 in_RCX;\n undefined8 in_RDX;\n undefined8 in_RSI;\n undefined8 in_R8;\n undefined8 in_R9;\n undefined8 in_XMM0_Qa;\n undefined8 in_XMM1_Qa;\n undefined8 in_XMM2_Qa;\n undefined8 in_XMM3_Qa;\n undefined8 in_XMM4_Qa;\n undefined8 in_XMM5_Qa;\n undefined8 in_XMM6_Qa;\n undefined8 in_XMM7_Qa;\n va_list args;\n undefined1 local_c8 [8];\n undefined8 local_c0;\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n \n if (in_AL != '\0') {\n local_98 = in_XMM0_Qa;\n local_88 = in_XMM1_Qa;\n local_78 = in_XMM2_Qa;\n local_68 = in_XMM3_Qa;\n local_58 = in_XMM4_Qa;\n local_48 = in_XMM5_Qa;\n local_38 = in_XMM6_Qa;\n local_28 = in_XMM7_Qa;\n }\n local_c0 = in_RSI;\n local_b8 = in_RDX;\n local_b0 = in_RCX;\n local_a8 = in_R8;\n local_a0 = in_R9;\n fflush(stdout);\n pcVar1 = program_name;\n args[0].overflow_arg_area = &stack0x00000008;\n args[0].reg_save_area = local_c8;\n args[0].gp_offset = 8;\n args[0].fp_offset = 0x30;\n __format = (char *)dcgettext(0,"%s: Error: ",5);\n fprintf(stderr,__format,pcVar1);\n vfprintf(stderr,message,args);\n return;\n}\n\n" (function_definition "void error(char *message,...)\n\n{\n char *pcVar1;\n char in_AL;\n char *__format;\n undefined8 in_RCX;\n undefined8 in_RDX;\n undefined8 in_RSI;\n undefined8 in_R8;\n undefined8 in_R9;\n undefined8 in_XMM0_Qa;\n undefined8 in_XMM1_Qa;\n undefined8 in_XMM2_Qa;\n undefined8 in_XMM3_Qa;\n undefined8 in_XMM4_Qa;\n undefined8 in_XMM5_Qa;\n undefined8 in_XMM6_Qa;\n undefined8 in_XMM7_Qa;\n va_list args;\n undefined1 local_c8 [8];\n undefined8 local_c0;\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n \n if (in_AL != '\0') {\n local_98 = in_XMM0_Qa;\n local_88 = in_XMM1_Qa;\n local_78 = in_XMM2_Qa;\n local_68 = in_XMM3_Qa;\n local_58 = in_XMM4_Qa;\n local_48 = in_XMM5_Qa;\n local_38 = in_XMM6_Qa;\n local_28 = in_XMM7_Qa;\n }\n local_c0 = in_RSI;\n local_b8 = in_RDX;\n local_b0 = in_RCX;\n local_a8 = in_R8;\n local_a0 = in_R9;\n fflush(stdout);\n pcVar1 = program_name;\n args[0].overflow_arg_area = &stack0x00000008;\n args[0].reg_save_area = local_c8;\n args[0].gp_offset = 8;\n args[0].fp_offset = 0x30;\n __format = (char *)dcgettext(0,"%s: Error: ",5);\n fprintf(stderr,__format,pcVar1);\n vfprintf(stderr,message,args);\n return;\n}" primitive_type (function_declarator "error(char *message,...)" identifier (parameter_list "(char *message,...)" ( (parameter_declaration "char *message" primitive_type (pointer_declarator "*message" * identifier)) , (variadic_parameter "..." ...) ))) (compound_statement "{\n char *pcVar1;\n char in_AL;\n char *__format;\n undefined8 in_RCX;\n undefined8 in_RDX;\n undefined8 in_RSI;\n undefined8 in_R8;\n undefined8 in_R9;\n undefined8 in_XMM0_Qa;\n undefined8 in_XMM1_Qa;\n undefined8 in_XMM2_Qa;\n undefined8 in_XMM3_Qa;\n undefined8 in_XMM4_Qa;\n undefined8 in_XMM5_Qa;\n undefined8 in_XMM6_Qa;\n undefined8 in_XMM7_Qa;\n va_list args;\n undefined1 local_c8 [8];\n undefined8 local_c0;\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n \n if (in_AL != '\0') {\n local_98 = in_XMM0_Qa;\n local_88 = in_XMM1_Qa;\n local_78 = in_XMM2_Qa;\n local_68 = in_XMM3_Qa;\n local_58 = in_XMM4_Qa;\n local_48 = in_XMM5_Qa;\n local_38 = in_XMM6_Qa;\n local_28 = in_XMM7_Qa;\n }\n local_c0 = in_RSI;\n local_b8 = in_RDX;\n local_b0 = in_RCX;\n local_a8 = in_R8;\n local_a0 = in_R9;\n fflush(stdout);\n pcVar1 = program_name;\n args[0].overflow_arg_area = &stack0x00000008;\n args[0].reg_save_area = local_c8;\n args[0].gp_offset = 8;\n args[0].fp_offset = 0x30;\n __format = (char *)dcgettext(0,"%s: Error: ",5);\n fprintf(stderr,__format,pcVar1);\n vfprintf(stderr,message,args);\n return;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "char in_AL;" primitive_type identifier ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (declaration "undefined8 in_RCX;" type_identifier identifier ;) (declaration "undefined8 in_RDX;" type_identifier identifier ;) (declaration "undefined8 in_RSI;" type_identifier identifier ;) (declaration "undefined8 in_R8;" type_identifier identifier ;) (declaration "undefined8 in_R9;" type_identifier identifier ;) (declaration "undefined8 in_XMM0_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM1_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM2_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM3_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM4_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM5_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM6_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM7_Qa;" type_identifier identifier ;) (declaration "va_list args;" type_identifier identifier ;) (declaration "undefined1 local_c8 [8];" type_identifier (array_declarator "local_c8 [8]" identifier [ number_literal ]) ;) (declaration "undefined8 local_c0;" type_identifier identifier ;) (declaration "undefined8 local_b8;" type_identifier identifier ;) (declaration "undefined8 local_b0;" type_identifier identifier ;) (declaration "undefined8 local_a8;" type_identifier identifier ;) (declaration "undefined8 local_a0;" type_identifier identifier ;) (declaration "undefined8 local_98;" type_identifier identifier ;) (declaration "undefined8 local_88;" type_identifier identifier ;) (declaration "undefined8 local_78;" type_identifier identifier ;) (declaration "undefined8 local_68;" type_identifier identifier ;) (declaration "undefined8 local_58;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (declaration "undefined8 local_28;" type_identifier identifier ;) (if_statement "if (in_AL != '\0') {\n local_98 = in_XMM0_Qa;\n local_88 = in_XMM1_Qa;\n local_78 = in_XMM2_Qa;\n local_68 = in_XMM3_Qa;\n local_58 = in_XMM4_Qa;\n local_48 = in_XMM5_Qa;\n local_38 = in_XMM6_Qa;\n local_28 = in_XMM7_Qa;\n }" if (parenthesized_expression "(in_AL != '\0')" ( (binary_expression "in_AL != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_98 = in_XMM0_Qa;\n local_88 = in_XMM1_Qa;\n local_78 = in_XMM2_Qa;\n local_68 = in_XMM3_Qa;\n local_58 = in_XMM4_Qa;\n local_48 = in_XMM5_Qa;\n local_38 = in_XMM6_Qa;\n local_28 = in_XMM7_Qa;\n }" { (expression_statement "local_98 = in_XMM0_Qa;" (assignment_expression "local_98 = in_XMM0_Qa" identifier = identifier) ;) (expression_statement "local_88 = in_XMM1_Qa;" (assignment_expression "local_88 = in_XMM1_Qa" identifier = identifier) ;) (expression_statement "local_78 = in_XMM2_Qa;" (assignment_expression "local_78 = in_XMM2_Qa" identifier = identifier) ;) (expression_statement "local_68 = in_XMM3_Qa;" (assignment_expression "local_68 = in_XMM3_Qa" identifier = identifier) ;) (expression_statement "local_58 = in_XMM4_Qa;" (assignment_expression "local_58 = in_XMM4_Qa" identifier = identifier) ;) (expression_statement "local_48 = in_XMM5_Qa;" (assignment_expression "local_48 = in_XMM5_Qa" identifier = identifier) ;) (expression_statement "local_38 = in_XMM6_Qa;" (assignment_expression "local_38 = in_XMM6_Qa" identifier = identifier) ;) (expression_statement "local_28 = in_XMM7_Qa;" (assignment_expression "local_28 = in_XMM7_Qa" identifier = identifier) ;) })) (expression_statement "local_c0 = in_RSI;" (assignment_expression "local_c0 = in_RSI" identifier = identifier) ;) (expression_statement "local_b8 = in_RDX;" (assignment_expression "local_b8 = in_RDX" identifier = identifier) ;) (expression_statement "local_b0 = in_RCX;" (assignment_expression "local_b0 = in_RCX" identifier = identifier) ;) (expression_statement "local_a8 = in_R8;" (assignment_expression "local_a8 = in_R8" identifier = identifier) ;) (expression_statement "local_a0 = in_R9;" (assignment_expression "local_a0 = in_R9" identifier = identifier) ;) (expression_statement "fflush(stdout);" (call_expression "fflush(stdout)" identifier (argument_list "(stdout)" ( identifier ))) ;) (expression_statement "pcVar1 = program_name;" (assignment_expression "pcVar1 = program_name" identifier = identifier) ;) (expression_statement "args[0].overflow_arg_area = &stack0x00000008;" (assignment_expression "args[0].overflow_arg_area = &stack0x00000008" (field_expression "args[0].overflow_arg_area" (subscript_expression "args[0]" identifier [ number_literal ]) . field_identifier) = (pointer_expression "&stack0x00000008" & identifier)) ;) (expression_statement "args[0].reg_save_area = local_c8;" (assignment_expression "args[0].reg_save_area = local_c8" (field_expression "args[0].reg_save_area" (subscript_expression "args[0]" identifier [ number_literal ]) . field_identifier) = identifier) ;) (expression_statement "args[0].gp_offset = 8;" (assignment_expression "args[0].gp_offset = 8" (field_expression "args[0].gp_offset" (subscript_expression "args[0]" identifier [ number_literal ]) . field_identifier) = number_literal) ;) (expression_statement "args[0].fp_offset = 0x30;" (assignment_expression "args[0].fp_offset = 0x30" (field_expression "args[0].fp_offset" (subscript_expression "args[0]" identifier [ number_literal ]) . field_identifier) = number_literal) ;) (expression_statement "__format = (char *)dcgettext(0,"%s: Error: ",5);" (assignment_expression "__format = (char *)dcgettext(0,"%s: Error: ",5)" identifier = (cast_expression "(char *)dcgettext(0,"%s: Error: ",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s: Error: ",5)" identifier (argument_list "(0,"%s: Error: ",5)" ( number_literal , (string_literal ""%s: Error: "" " string_content ") , number_literal ))))) ;) (expression_statement "fprintf(stderr,__format,pcVar1);" (call_expression "fprintf(stderr,__format,pcVar1)" identifier (argument_list "(stderr,__format,pcVar1)" ( identifier , identifier , identifier ))) ;) (expression_statement "vfprintf(stderr,message,args);" (call_expression "vfprintf(stderr,message,args)" identifier (argument_list "(stderr,message,args)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void error(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,char *param_9,\n undefined8 param_10,undefined8 param_11,undefined8 param_12,undefined8 param_13,\n undefined8 param_14)\n\n{\n undefined *puVar1;\n char in_AL;\n char *__format;\n undefined4 local_e0;\n undefined4 local_dc;\n undefined1 *local_d8;\n undefined1 *local_d0;\n undefined1 local_c8 [8];\n undefined8 local_c0;\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n \n if (in_AL != '\0') {\n local_98 = param_1;\n local_88 = param_2;\n local_78 = param_3;\n local_68 = param_4;\n local_58 = param_5;\n local_48 = param_6;\n local_38 = param_7;\n local_28 = param_8;\n }\n local_c0 = param_10;\n local_b8 = param_11;\n local_b0 = param_12;\n local_a8 = param_13;\n local_a0 = param_14;\n fflush(stdout);\n puVar1 = PTR_s_readelf_001910a0;\n local_d8 = &stack0x00000008;\n local_d0 = local_c8;\n local_e0 = 8;\n local_dc = 0x30;\n __format = (char *)dcgettext(0,"%s: Error: ",5);\n fprintf(stderr,__format,puVar1);\n vfprintf(stderr,param_9,&local_e0);\n return;\n}\n\n" (function_definition "void error(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,char *param_9,\n undefined8 param_10,undefined8 param_11,undefined8 param_12,undefined8 param_13,\n undefined8 param_14)\n\n{\n undefined *puVar1;\n char in_AL;\n char *__format;\n undefined4 local_e0;\n undefined4 local_dc;\n undefined1 *local_d8;\n undefined1 *local_d0;\n undefined1 local_c8 [8];\n undefined8 local_c0;\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n \n if (in_AL != '\0') {\n local_98 = param_1;\n local_88 = param_2;\n local_78 = param_3;\n local_68 = param_4;\n local_58 = param_5;\n local_48 = param_6;\n local_38 = param_7;\n local_28 = param_8;\n }\n local_c0 = param_10;\n local_b8 = param_11;\n local_b0 = param_12;\n local_a8 = param_13;\n local_a0 = param_14;\n fflush(stdout);\n puVar1 = PTR_s_readelf_001910a0;\n local_d8 = &stack0x00000008;\n local_d0 = local_c8;\n local_e0 = 8;\n local_dc = 0x30;\n __format = (char *)dcgettext(0,"%s: Error: ",5);\n fprintf(stderr,__format,puVar1);\n vfprintf(stderr,param_9,&local_e0);\n return;\n}" primitive_type (function_declarator "error(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,char *param_9,\n undefined8 param_10,undefined8 param_11,undefined8 param_12,undefined8 param_13,\n undefined8 param_14)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,char *param_9,\n undefined8 param_10,undefined8 param_11,undefined8 param_12,undefined8 param_13,\n undefined8 param_14)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) , (parameter_declaration "undefined8 param_6" type_identifier identifier) , (parameter_declaration "undefined8 param_7" type_identifier identifier) , (parameter_declaration "undefined8 param_8" type_identifier identifier) , (parameter_declaration "char *param_9" primitive_type (pointer_declarator "*param_9" * identifier)) , (parameter_declaration "undefined8 param_10" type_identifier identifier) , (parameter_declaration "undefined8 param_11" type_identifier identifier) , (parameter_declaration "undefined8 param_12" type_identifier identifier) , (parameter_declaration "undefined8 param_13" type_identifier identifier) , (parameter_declaration "undefined8 param_14" type_identifier identifier) ))) (compound_statement "{\n undefined *puVar1;\n char in_AL;\n char *__format;\n undefined4 local_e0;\n undefined4 local_dc;\n undefined1 *local_d8;\n undefined1 *local_d0;\n undefined1 local_c8 [8];\n undefined8 local_c0;\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n \n if (in_AL != '\0') {\n local_98 = param_1;\n local_88 = param_2;\n local_78 = param_3;\n local_68 = param_4;\n local_58 = param_5;\n local_48 = param_6;\n local_38 = param_7;\n local_28 = param_8;\n }\n local_c0 = param_10;\n local_b8 = param_11;\n local_b0 = param_12;\n local_a8 = param_13;\n local_a0 = param_14;\n fflush(stdout);\n puVar1 = PTR_s_readelf_001910a0;\n local_d8 = &stack0x00000008;\n local_d0 = local_c8;\n local_e0 = 8;\n local_dc = 0x30;\n __format = (char *)dcgettext(0,"%s: Error: ",5);\n fprintf(stderr,__format,puVar1);\n vfprintf(stderr,param_9,&local_e0);\n return;\n}" { (declaration "undefined *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "char in_AL;" primitive_type identifier ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (declaration "undefined4 local_e0;" type_identifier identifier ;) (declaration "undefined4 local_dc;" type_identifier identifier ;) (declaration "undefined1 *local_d8;" type_identifier (pointer_declarator "*local_d8" * identifier) ;) (declaration "undefined1 *local_d0;" type_identifier (pointer_declarator "*local_d0" * identifier) ;) (declaration "undefined1 local_c8 [8];" type_identifier (array_declarator "local_c8 [8]" identifier [ number_literal ]) ;) (declaration "undefined8 local_c0;" type_identifier identifier ;) (declaration "undefined8 local_b8;" type_identifier identifier ;) (declaration "undefined8 local_b0;" type_identifier identifier ;) (declaration "undefined8 local_a8;" type_identifier identifier ;) (declaration "undefined8 local_a0;" type_identifier identifier ;) (declaration "undefined8 local_98;" type_identifier identifier ;) (declaration "undefined8 local_88;" type_identifier identifier ;) (declaration "undefined8 local_78;" type_identifier identifier ;) (declaration "undefined8 local_68;" type_identifier identifier ;) (declaration "undefined8 local_58;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (declaration "undefined8 local_28;" type_identifier identifier ;) (if_statement "if (in_AL != '\0') {\n local_98 = param_1;\n local_88 = param_2;\n local_78 = param_3;\n local_68 = param_4;\n local_58 = param_5;\n local_48 = param_6;\n local_38 = param_7;\n local_28 = param_8;\n }" if (parenthesized_expression "(in_AL != '\0')" ( (binary_expression "in_AL != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_98 = param_1;\n local_88 = param_2;\n local_78 = param_3;\n local_68 = param_4;\n local_58 = param_5;\n local_48 = param_6;\n local_38 = param_7;\n local_28 = param_8;\n }" { (expression_statement "local_98 = param_1;" (assignment_expression "local_98 = param_1" identifier = identifier) ;) (expression_statement "local_88 = param_2;" (assignment_expression "local_88 = param_2" identifier = identifier) ;) (expression_statement "local_78 = param_3;" (assignment_expression "local_78 = param_3" identifier = identifier) ;) (expression_statement "local_68 = param_4;" (assignment_expression "local_68 = param_4" identifier = identifier) ;) (expression_statement "local_58 = param_5;" (assignment_expression "local_58 = param_5" identifier = identifier) ;) (expression_statement "local_48 = param_6;" (assignment_expression "local_48 = param_6" identifier = identifier) ;) (expression_statement "local_38 = param_7;" (assignment_expression "local_38 = param_7" identifier = identifier) ;) (expression_statement "local_28 = param_8;" (assignment_expression "local_28 = param_8" identifier = identifier) ;) })) (expression_statement "local_c0 = param_10;" (assignment_expression "local_c0 = param_10" identifier = identifier) ;) (expression_statement "local_b8 = param_11;" (assignment_expression "local_b8 = param_11" identifier = identifier) ;) (expression_statement "local_b0 = param_12;" (assignment_expression "local_b0 = param_12" identifier = identifier) ;) (expression_statement "local_a8 = param_13;" (assignment_expression "local_a8 = param_13" identifier = identifier) ;) (expression_statement "local_a0 = param_14;" (assignment_expression "local_a0 = param_14" identifier = identifier) ;) (expression_statement "fflush(stdout);" (call_expression "fflush(stdout)" identifier (argument_list "(stdout)" ( identifier ))) ;) (expression_statement "puVar1 = PTR_s_readelf_001910a0;" (assignment_expression "puVar1 = PTR_s_readelf_001910a0" identifier = identifier) ;) (expression_statement "local_d8 = &stack0x00000008;" (assignment_expression "local_d8 = &stack0x00000008" identifier = (pointer_expression "&stack0x00000008" & identifier)) ;) (expression_statement "local_d0 = local_c8;" (assignment_expression "local_d0 = local_c8" identifier = identifier) ;) (expression_statement "local_e0 = 8;" (assignment_expression "local_e0 = 8" identifier = number_literal) ;) (expression_statement "local_dc = 0x30;" (assignment_expression "local_dc = 0x30" identifier = number_literal) ;) (expression_statement "__format = (char *)dcgettext(0,"%s: Error: ",5);" (assignment_expression "__format = (char *)dcgettext(0,"%s: Error: ",5)" identifier = (cast_expression "(char *)dcgettext(0,"%s: Error: ",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s: Error: ",5)" identifier (argument_list "(0,"%s: Error: ",5)" ( number_literal , (string_literal ""%s: Error: "" " string_content ") , number_literal ))))) ;) (expression_statement "fprintf(stderr,__format,puVar1);" (call_expression "fprintf(stderr,__format,puVar1)" identifier (argument_list "(stderr,__format,puVar1)" ( identifier , identifier , identifier ))) ;) (expression_statement "vfprintf(stderr,param_9,&local_e0);" (call_expression "vfprintf(stderr,param_9,&local_e0)" identifier (argument_list "(stderr,param_9,&local_e0)" ( identifier , identifier , (pointer_expression "&local_e0" & identifier) ))) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (pointer_expression & IDENT) ))) ;) (return_statement return ;) }))) | (function_definition "void error(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,char *param_9,\n undefined8 param_10,undefined8 param_11,undefined8 param_12,undefined8 param_13,\n undefined8 param_14)\n\n{\n undefined *puVar1;\n char in_AL;\n char *__format;\n undefined4 local_e0;\n undefined4 local_dc;\n undefined1 *local_d8;\n undefined1 *local_d0;\n undefined1 local_c8 [8];\n undefined8 local_c0;\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n \n if (in_AL != '\0') {\n local_98 = param_1;\n local_88 = param_2;\n local_78 = param_3;\n local_68 = param_4;\n local_58 = param_5;\n local_48 = param_6;\n local_38 = param_7;\n local_28 = param_8;\n }\n local_c0 = param_10;\n local_b8 = param_11;\n local_b0 = param_12;\n local_a8 = param_13;\n local_a0 = param_14;\n fflush(stdout);\n puVar1 = PTR_s_readelf_001910a0;\n local_d8 = &stack0x00000008;\n local_d0 = local_c8;\n local_e0 = 8;\n local_dc = 0x30;\n __format = (char *)dcgettext(0,"%s: Error: ",5);\n fprintf(stderr,__format,puVar1);\n vfprintf(stderr,param_9,&local_e0);\n return;\n}" (primitive_type "void") (function_declarator "error(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,char *param_9,\n undefined8 param_10,undefined8 param_11,undefined8 param_12,undefined8 param_13,\n undefined8 param_14)" (identifier "error") (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,char *param_9,\n undefined8 param_10,undefined8 param_11,undefined8 param_12,undefined8 param_13,\n undefined8 param_14)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) (, ",") (parameter_declaration "undefined8 param_4" (type_identifier "undefined8") (identifier "param_4")) (, ",") (parameter_declaration "undefined8 param_5" (type_identifier "undefined8") (identifier "param_5")) (, ",") (parameter_declaration "undefined8 param_6" (type_identifier "undefined8") (identifier "param_6")) (, ",") (parameter_declaration "undefined8 param_7" (type_identifier "undefined8") (identifier "param_7")) (, ",") (parameter_declaration "undefined8 param_8" (type_identifier "undefined8") (identifier "param_8")) (, ",") (parameter_declaration "char *param_9" (primitive_type "char") (pointer_declarator "*param_9" (* "*") (identifier "param_9"))) (, ",") (parameter_declaration "undefined8 param_10" (type_identifier "undefined8") (identifier "param_10")) (, ",") (parameter_declaration "undefined8 param_11" (type_identifier "undefined8") (identifier "param_11")) (, ",") (parameter_declaration "undefined8 param_12" (type_identifier "undefined8") (identifier "param_12")) (, ",") (parameter_declaration "undefined8 param_13" (type_identifier "undefined8") (identifier "param_13")) (, ",") (parameter_declaration "undefined8 param_14" (type_identifier "undefined8") (identifier "param_14")) () ")"))) (compound_statement "{\n undefined *puVar1;\n char in_AL;\n char *__format;\n undefined4 local_e0;\n undefined4 local_dc;\n undefined1 *local_d8;\n undefined1 *local_d0;\n undefined1 local_c8 [8];\n undefined8 local_c0;\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n \n if (in_AL != '\0') {\n local_98 = param_1;\n local_88 = param_2;\n local_78 = param_3;\n local_68 = param_4;\n local_58 = param_5;\n local_48 = param_6;\n local_38 = param_7;\n local_28 = param_8;\n }\n local_c0 = param_10;\n local_b8 = param_11;\n local_b0 = param_12;\n local_a8 = param_13;\n local_a0 = param_14;\n fflush(stdout);\n puVar1 = PTR_s_readelf_001910a0;\n local_d8 = &stack0x00000008;\n local_d0 = local_c8;\n local_e0 = 8;\n local_dc = 0x30;\n __format = (char *)dcgettext(0,"%s: Error: ",5);\n fprintf(stderr,__format,puVar1);\n vfprintf(stderr,param_9,&local_e0);\n return;\n}" ({ "{") (declaration "undefined *puVar1;" (type_identifier "undefined") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "char in_AL;" (primitive_type "char") (identifier "in_AL") (; ";")) (declaration "char *__format;" (primitive_type "char") (pointer_declarator "*__format" (* "*") (identifier "__format")) (; ";")) (declaration "undefined4 local_e0;" (type_identifier "undefined4") (identifier "local_e0") (; ";")) (declaration "undefined4 local_dc;" (type_identifier "undefined4") (identifier "local_dc") (; ";")) (declaration "undefined1 *local_d8;" (type_identifier "undefined1") (pointer_declarator "*local_d8" (* "*") (identifier "local_d8")) (; ";")) (declaration "undefined1 *local_d0;" (type_identifier "undefined1") (pointer_declarator "*local_d0" (* "*") (identifier "local_d0")) (; ";")) (declaration "undefined1 local_c8 [8];" (type_identifier "undefined1") (array_declarator "local_c8 [8]" (identifier "local_c8") ([ "[") (number_literal "8") (] "]")) (; ";")) (declaration "undefined8 local_c0;" (type_identifier "undefined8") (identifier "local_c0") (; ";")) (declaration "undefined8 local_b8;" (type_identifier "undefined8") (identifier "local_b8") (; ";")) (declaration "undefined8 local_b0;" (type_identifier "undefined8") (identifier "local_b0") (; ";")) (declaration "undefined8 local_a8;" (type_identifier "undefined8") (identifier "local_a8") (; ";")) (declaration "undefined8 local_a0;" (type_identifier "undefined8") (identifier "local_a0") (; ";")) (declaration "undefined8 local_98;" (type_identifier "undefined8") (identifier "local_98") (; ";")) (declaration "undefined8 local_88;" (type_identifier "undefined8") (identifier "local_88") (; ";")) (declaration "undefined8 local_78;" (type_identifier "undefined8") (identifier "local_78") (; ";")) (declaration "undefined8 local_68;" (type_identifier "undefined8") (identifier "local_68") (; ";")) (declaration "undefined8 local_58;" (type_identifier "undefined8") (identifier "local_58") (; ";")) (declaration "undefined8 local_48;" (type_identifier "undefined8") (identifier "local_48") (; ";")) (declaration "undefined8 local_38;" (type_identifier "undefined8") (identifier "local_38") (; ";")) (declaration "undefined8 local_28;" (type_identifier "undefined8") (identifier "local_28") (; ";")) (if_statement "if (in_AL != '\0') {\n local_98 = param_1;\n local_88 = param_2;\n local_78 = param_3;\n local_68 = param_4;\n local_58 = param_5;\n local_48 = param_6;\n local_38 = param_7;\n local_28 = param_8;\n }" (if "if") (parenthesized_expression "(in_AL != '\0')" (( "(") (binary_expression "in_AL != '\0'" (identifier "in_AL") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n local_98 = param_1;\n local_88 = param_2;\n local_78 = param_3;\n local_68 = param_4;\n local_58 = param_5;\n local_48 = param_6;\n local_38 = param_7;\n local_28 = param_8;\n }" ({ "{") (expression_statement "local_98 = param_1;" (assignment_expression "local_98 = param_1" (identifier "local_98") (= "=") (identifier "param_1")) (; ";")) (expression_statement "local_88 = param_2;" (assignment_expression "local_88 = param_2" (identifier "local_88") (= "=") (identifier "param_2")) (; ";")) (expression_statement "local_78 = param_3;" (assignment_expression "local_78 = param_3" (identifier "local_78") (= "=") (identifier "param_3")) (; ";")) (expression_statement "local_68 = param_4;" (assignment_expression "local_68 = param_4" (identifier "local_68") (= "=") (identifier "param_4")) (; ";")) (expression_statement "local_58 = param_5;" (assignment_expression "local_58 = param_5" (identifier "local_58") (= "=") (identifier "param_5")) (; ";")) (expression_statement "local_48 = param_6;" (assignment_expression "local_48 = param_6" (identifier "local_48") (= "=") (identifier "param_6")) (; ";")) (expression_statement "local_38 = param_7;" (assignment_expression "local_38 = param_7" (identifier "local_38") (= "=") (identifier "param_7")) (; ";")) (expression_statement "local_28 = param_8;" (assignment_expression "local_28 = param_8" (identifier "local_28") (= "=") (identifier "param_8")) (; ";")) (} "}"))) (expression_statement "local_c0 = param_10;" (assignment_expression "local_c0 = param_10" (identifier "local_c0") (= "=") (identifier "param_10")) (; ";")) (expression_statement "local_b8 = param_11;" (assignment_expression "local_b8 = param_11" (identifier "local_b8") (= "=") (identifier "param_11")) (; ";")) (expression_statement "local_b0 = param_12;" (assignment_expression "local_b0 = param_12" (identifier "local_b0") (= "=") (identifier "param_12")) (; ";")) (expression_statement "local_a8 = param_13;" (assignment_expression "local_a8 = param_13" (identifier "local_a8") (= "=") (identifier "param_13")) (; ";")) (expression_statement "local_a0 = param_14;" (assignment_expression "local_a0 = param_14" (identifier "local_a0") (= "=") (identifier "param_14")) (; ";")) (expression_statement "fflush(stdout);" (call_expression "fflush(stdout)" (identifier "fflush") (argument_list "(stdout)" (( "(") (identifier "stdout") () ")"))) (; ";")) (expression_statement "puVar1 = PTR_s_readelf_001910a0;" (assignment_expression "puVar1 = PTR_s_readelf_001910a0" (identifier "puVar1") (= "=") (identifier "PTR_s_readelf_001910a0")) (; ";")) (expression_statement "local_d8 = &stack0x00000008;" (assignment_expression "local_d8 = &stack0x00000008" (identifier "local_d8") (= "=") (pointer_expression "&stack0x00000008" (& "&") (identifier "stack0x00000008"))) (; ";")) (expression_statement "local_d0 = local_c8;" (assignment_expression "local_d0 = local_c8" (identifier "local_d0") (= "=") (identifier "local_c8")) (; ";")) (expression_statement "local_e0 = 8;" (assignment_expression "local_e0 = 8" (identifier "local_e0") (= "=") (number_literal "8")) (; ";")) (expression_statement "local_dc = 0x30;" (assignment_expression "local_dc = 0x30" (identifier "local_dc") (= "=") (number_literal "0x30")) (; ";")) (expression_statement "__format = (char *)dcgettext(0,"%s: Error: ",5);" (assignment_expression "__format = (char *)dcgettext(0,"%s: Error: ",5)" (identifier "__format") (= "=") (cast_expression "(char *)dcgettext(0,"%s: Error: ",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0,"%s: Error: ",5)" (identifier "dcgettext") (argument_list "(0,"%s: Error: ",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%s: Error: "" (" """) (string_content "%s: Error: ") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(stderr,__format,puVar1);" (call_expression "fprintf(stderr,__format,puVar1)" (identifier "fprintf") (argument_list "(stderr,__format,puVar1)" (( "(") (identifier "stderr") (, ",") (identifier "__format") (, ",") (identifier "puVar1") () ")"))) (; ";")) (expression_statement "vfprintf(stderr,param_9,&local_e0);" (call_expression "vfprintf(stderr,param_9,&local_e0)" (identifier "vfprintf") (argument_list "(stderr,param_9,&local_e0)" (( "(") (identifier "stderr") (, ",") (identifier "param_9") (, ",") (pointer_expression "&local_e0" (& "&") (identifier "local_e0")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
void function_1(char *message,...)
{
char *pcVar1;
char var_1;
char *__format;
type_1 in_RCX;
type_1 in_RDX;
type_1 in_RSI;
type_1 in_R8;
type_1 in_R9;
type_1 in_XMM0_Qa;
type_1 in_XMM1_Qa;
type_1 in_XMM2_Qa;
type_1 in_XMM3_Qa;
type_1 in_XMM4_Qa;
type_1 in_XMM5_Qa;
type_1 in_XMM6_Qa;
type_1 in_XMM7_Qa;
type_2 args;
type_3 local_c8 [8];
type_1 local_c0;
type_1 local_b8;
type_1 local_b0;
type_1 local_a8;
type_1 local_a0;
type_1 local_98;
type_1 local_88;
type_1 local_78;
type_1 local_68;
type_1 local_58;
type_1 local_48;
type_1 local_38;
type_1 local_28;
if (var_1 != '\0') {
local_98 = in_XMM0_Qa;
local_88 = in_XMM1_Qa;
local_78 = in_XMM2_Qa;
local_68 = in_XMM3_Qa;
local_58 = in_XMM4_Qa;
local_48 = in_XMM5_Qa;
local_38 = in_XMM6_Qa;
local_28 = in_XMM7_Qa;
}
local_c0 = in_RSI;
local_b8 = in_RDX;
local_b0 = in_RCX;
local_a8 = in_R8;
local_a0 = in_R9;
var_2(stdout);
pcVar1 = program_name;
args[0].overflow_arg_area = &stack0x00000008;
args[0].reg_save_area = local_c8;
args[0].gp_offset = 8;
args[0].fp_offset = 0x30;
__format = (char *)var_3(0,"%s: Error: ",5);
var_4(stderr,__format,pcVar1);
var_5(stderr,message,args);
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (pointer_expression argument: (identifier))))) (return_statement)))) | null |
void MASKED(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,char *param_9,
undefined8 param_10,undefined8 param_11,undefined8 param_12,undefined8 param_13,
undefined8 param_14)
{
undefined *puVar1;
char in_AL;
char *__format;
undefined4 local_e0;
undefined4 local_dc;
undefined1 *local_d8;
undefined1 *local_d0;
undefined1 local_c8 [8];
undefined8 local_c0;
undefined8 local_b8;
undefined8 local_b0;
undefined8 local_a8;
undefined8 local_a0;
undefined8 local_98;
undefined8 local_88;
undefined8 local_78;
undefined8 local_68;
undefined8 local_58;
undefined8 local_48;
undefined8 local_38;
undefined8 local_28;
if (in_AL != '\0') {
local_98 = param_1;
local_88 = param_2;
local_78 = param_3;
local_68 = param_4;
local_58 = param_5;
local_48 = param_6;
local_38 = param_7;
local_28 = param_8;
}
local_c0 = param_10;
local_b8 = param_11;
local_b0 = param_12;
local_a8 = param_13;
local_a0 = param_14;
fflush(stdout);
puVar1 = PTR_s_readelf_001910a0;
local_d8 = &stack0x00000008;
local_d0 = local_c8;
local_e0 = 8;
local_dc = 0x30;
__format = (char *)dcgettext(0,"%s: Error: ",5);
fprintf(stderr,__format,puVar1);
vfprintf(stderr,param_9,&local_e0);
return;
}
|
80_[_and_[_strip.c | close_stdout_set_file_name | FUN_00103f80 |
/* WARNING: Unknown calling convention */
void close_stdout_set_file_name(char *file)
{
file_name = file;
return;
}
|
void FUN_00103f80(undefined8 param_1)
{
DAT_0010f240 = param_1;
return;
}
| MOV qword ptr [0x0010f240],RDI
RET | null | null | null | null | [('const-0', u'RETURN_-1206960236'), ('tmp_12', u'COPY_-1206960255'), (u'COPY_-1206960255', u'COPY_-1206960243')] | [('const-0', u'RETURN_-1206960236'), ('tmp_12', u'COPY_-1206960255'), (u'COPY_-1206960255', u'COPY_-1206960243')] | null | null | 00103f80 | x64 | O2 | (translation_unit "void FUN_00103f80(undefined8 param_1)\n\n{\n DAT_0010f240 = param_1;\n return;\n}\n\n" (function_definition "void FUN_00103f80(undefined8 param_1)\n\n{\n DAT_0010f240 = param_1;\n return;\n}" primitive_type (function_declarator "FUN_00103f80(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n DAT_0010f240 = param_1;\n return;\n}" { (expression_statement "DAT_0010f240 = param_1;" (assignment_expression "DAT_0010f240 = param_1" identifier = identifier) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* WARNING: Unknown calling convention */\n\nvoid close_stdout_set_file_name(char *file)\n\n{\n file_name = file;\n return;\n}\n\n" comment (function_definition "void close_stdout_set_file_name(char *file)\n\n{\n file_name = file;\n return;\n}" primitive_type (function_declarator "close_stdout_set_file_name(char *file)" identifier (parameter_list "(char *file)" ( (parameter_declaration "char *file" primitive_type (pointer_declarator "*file" * identifier)) ))) (compound_statement "{\n file_name = file;\n return;\n}" { (expression_statement "file_name = file;" (assignment_expression "file_name = file" identifier = identifier) ;) (return_statement "return;" return ;) }))) | (translation_unit "void FUN_00103f80(undefined8 param_1)\n\n{\n DAT_0010f240 = param_1;\n return;\n}\n\n" (function_definition "void FUN_00103f80(undefined8 param_1)\n\n{\n DAT_0010f240 = param_1;\n return;\n}" primitive_type (function_declarator "FUN_00103f80(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n DAT_0010f240 = param_1;\n return;\n}" { (expression_statement "DAT_0010f240 = param_1;" (assignment_expression "DAT_0010f240 = 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_00103f80(undefined8 param_1)\n\n{\n DAT_0010f240 = param_1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00103f80(undefined8 param_1)" (identifier "FUN_00103f80") (parameter_list "(undefined8 param_1)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) () ")"))) (compound_statement "{\n DAT_0010f240 = param_1;\n return;\n}" ({ "{") (expression_statement "DAT_0010f240 = param_1;" (assignment_expression "DAT_0010f240 = param_1" (identifier "DAT_0010f240") (= "=") (identifier "param_1")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* WARNING: Unknown calling convention */
void function_1(char *file)
{
file_name = file;
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (return_statement)))) | null |
void MASKED(undefined8 param_1)
{
DAT_0010f240 = param_1;
return;
}
|
221_inetutils-telnet_and_inetutils-telnet_strip.c | env_getvalue | FUN_0010ba30 |
uchar * env_getvalue(char *var)
{
env_lst *peVar1;
peVar1 = env_find(var);
if (peVar1 != (env_lst *)0x0) {
peVar1 = (env_lst *)peVar1->value;
}
return (uchar *)peVar1;
}
|
long FUN_0010ba30(void)
{
long lVar1;
lVar1 = FUN_0010ab50();
if (lVar1 != 0) {
lVar1 = *(long *)(lVar1 + 0x18);
}
return lVar1;
}
| SUB RSP,0x8
CALL 0x0010ab50
TEST RAX,RAX
JZ 0x0010ba42
MOV RAX,qword ptr [RAX + 0x18]
ADD RSP,0x8
RET | null | null | null | null | [(u'PTRSUB_-1206928712', u'LOAD_-1206928809'), (u'CALL_-1206928826', u'PTRSUB_-1206928712'), ('const-0', u'RETURN_-1206928780'), (u'CALL_-1206928826', u'INT_NOTEQUAL_-1206928811'), ('tmp_58', u'CBRANCH_-1206928810'), ('const-0', u'INT_NOTEQUAL_-1206928811'), (u'LOAD_-1206928809', u'CAST_-1206928713'), (u'CAST_-1206928713', u'MULTIEQUAL_-1206928727'), ('const-433', u'LOAD_-1206928809'), (u'CALL_-1206928826', u'MULTIEQUAL_-1206928727'), (u'INT_NOTEQUAL_-1206928811', u'CBRANCH_-1206928810'), ('const-24', u'PTRSUB_-1206928712'), (u'MULTIEQUAL_-1206928727', u'CAST_-1206928704'), ('tmp_108', u'CALL_-1206928826'), (u'CAST_-1206928704', u'RETURN_-1206928780')] | [('const-0', u'RETURN_-1206928780'), (u'CAST_-1206928714', u'LOAD_-1206928809'), (u'INT_ADD_-1206928793', u'CAST_-1206928714'), (u'CALL_-1206928826', u'INT_NOTEQUAL_-1206928811'), ('tmp_58', u'CBRANCH_-1206928810'), (u'CALL_-1206928826', u'MULTIEQUAL_-1206928726'), ('const-0', u'INT_NOTEQUAL_-1206928811'), ('const-433', u'LOAD_-1206928809'), (u'LOAD_-1206928809', u'MULTIEQUAL_-1206928726'), (u'MULTIEQUAL_-1206928726', u'RETURN_-1206928780'), ('const-24', u'INT_ADD_-1206928793'), (u'INT_NOTEQUAL_-1206928811', u'CBRANCH_-1206928810'), (u'CALL_-1206928826', u'INT_ADD_-1206928793')] | null | null | 0010ba30 | x64 | O2 | (translation_unit "long FUN_0010ba30(void)\n\n{\n long lVar1;\n \n lVar1 = FUN_0010ab50();\n if (lVar1 != 0) {\n lVar1 = *(long *)(lVar1 + 0x18);\n }\n return lVar1;\n}\n\n" (function_definition "long FUN_0010ba30(void)\n\n{\n long lVar1;\n \n lVar1 = FUN_0010ab50();\n if (lVar1 != 0) {\n lVar1 = *(long *)(lVar1 + 0x18);\n }\n return lVar1;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_0010ba30(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = FUN_0010ab50();\n if (lVar1 != 0) {\n lVar1 = *(long *)(lVar1 + 0x18);\n }\n return lVar1;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = FUN_0010ab50();" (assignment_expression "lVar1 = FUN_0010ab50()" identifier = (call_expression "FUN_0010ab50()" identifier (argument_list "()" ( )))) ;) (if_statement "if (lVar1 != 0) {\n lVar1 = *(long *)(lVar1 + 0x18);\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n lVar1 = *(long *)(lVar1 + 0x18);\n }" { (expression_statement "lVar1 = *(long *)(lVar1 + 0x18);" (assignment_expression "lVar1 = *(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) ))))) ;) })) (return_statement "return lVar1;" return identifier ;) }))) | (translation_unit "uchar * env_getvalue(char *var)\n\n{\n env_lst *peVar1;\n \n peVar1 = env_find(var);\n if (peVar1 != (env_lst *)0x0) {\n peVar1 = (env_lst *)peVar1->value;\n }\n return (uchar *)peVar1;\n}\n\n" (function_definition "uchar * env_getvalue(char *var)\n\n{\n env_lst *peVar1;\n \n peVar1 = env_find(var);\n if (peVar1 != (env_lst *)0x0) {\n peVar1 = (env_lst *)peVar1->value;\n }\n return (uchar *)peVar1;\n}" type_identifier (pointer_declarator "* env_getvalue(char *var)" * (function_declarator "env_getvalue(char *var)" identifier (parameter_list "(char *var)" ( (parameter_declaration "char *var" primitive_type (pointer_declarator "*var" * identifier)) )))) (compound_statement "{\n env_lst *peVar1;\n \n peVar1 = env_find(var);\n if (peVar1 != (env_lst *)0x0) {\n peVar1 = (env_lst *)peVar1->value;\n }\n return (uchar *)peVar1;\n}" { (declaration "env_lst *peVar1;" type_identifier (pointer_declarator "*peVar1" * identifier) ;) (expression_statement "peVar1 = env_find(var);" (assignment_expression "peVar1 = env_find(var)" identifier = (call_expression "env_find(var)" identifier (argument_list "(var)" ( identifier )))) ;) (if_statement "if (peVar1 != (env_lst *)0x0) {\n peVar1 = (env_lst *)peVar1->value;\n }" if (parenthesized_expression "(peVar1 != (env_lst *)0x0)" ( (binary_expression "peVar1 != (env_lst *)0x0" identifier != (cast_expression "(env_lst *)0x0" ( (type_descriptor "env_lst *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n peVar1 = (env_lst *)peVar1->value;\n }" { (expression_statement "peVar1 = (env_lst *)peVar1->value;" (assignment_expression "peVar1 = (env_lst *)peVar1->value" identifier = (cast_expression "(env_lst *)peVar1->value" ( (type_descriptor "env_lst *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "peVar1->value" identifier -> field_identifier))) ;) })) (return_statement "return (uchar *)peVar1;" return (cast_expression "(uchar *)peVar1" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ;) }))) | (translation_unit "long FUN_0010ba30(void)\n\n{\n long lVar1;\n \n lVar1 = FUN_0010ab50();\n if (lVar1 != 0) {\n lVar1 = *(long *)(lVar1 + 0x18);\n }\n return lVar1;\n}\n\n" (function_definition "long FUN_0010ba30(void)\n\n{\n long lVar1;\n \n lVar1 = FUN_0010ab50();\n if (lVar1 != 0) {\n lVar1 = *(long *)(lVar1 + 0x18);\n }\n return lVar1;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_0010ba30(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = FUN_0010ab50();\n if (lVar1 != 0) {\n lVar1 = *(long *)(lVar1 + 0x18);\n }\n return lVar1;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = FUN_0010ab50();" (assignment_expression "lVar1 = FUN_0010ab50()" identifier = (call_expression "FUN_0010ab50()" identifier (argument_list "()" ( )))) ;) (if_statement "if (lVar1 != 0) {\n lVar1 = *(long *)(lVar1 + 0x18);\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n lVar1 = *(long *)(lVar1 + 0x18);\n }" { (expression_statement "lVar1 = *(long *)(lVar1 + 0x18);" (assignment_expression "lVar1 = *(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) ))))) ;) })) (return_statement "return lVar1;" return identifier ;) }))) | (translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (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) ))))) ;) })) (return_statement return IDENT ;) }))) | (function_definition "long FUN_0010ba30(void)\n\n{\n long lVar1;\n \n lVar1 = FUN_0010ab50();\n if (lVar1 != 0) {\n lVar1 = *(long *)(lVar1 + 0x18);\n }\n return lVar1;\n}" (sized_type_specifier "long" (long "long")) (function_declarator "FUN_0010ba30(void)" (identifier "FUN_0010ba30") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long lVar1;\n \n lVar1 = FUN_0010ab50();\n if (lVar1 != 0) {\n lVar1 = *(long *)(lVar1 + 0x18);\n }\n return lVar1;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (expression_statement "lVar1 = FUN_0010ab50();" (assignment_expression "lVar1 = FUN_0010ab50()" (identifier "lVar1") (= "=") (call_expression "FUN_0010ab50()" (identifier "FUN_0010ab50") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (lVar1 != 0) {\n lVar1 = *(long *)(lVar1 + 0x18);\n }" (if "if") (parenthesized_expression "(lVar1 != 0)" (( "(") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n lVar1 = *(long *)(lVar1 + 0x18);\n }" ({ "{") (expression_statement "lVar1 = *(long *)(lVar1 + 0x18);" (assignment_expression "lVar1 = *(long *)(lVar1 + 0x18)" (identifier "lVar1") (= "=") (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")) () ")"))))) (; ";")) (} "}"))) (return_statement "return lVar1;" (return "return") (identifier "lVar1") (; ";")) (} "}"))) |
type_1 * function_1(char *var)
{
type_2 *var_2;
var_2 = var_1(var);
if (var_2 != (type_2 *)0x0) {
var_2 = (type_2 *)var_2->value;
}
return (type_1 *)var_2;
}
| null | (translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (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))))))))) (return_statement (identifier))))) | null |
long MASKED(void)
{
long lVar1;
lVar1 = FUN_0010ab50();
if (lVar1 != 0) {
lVar1 = *(long *)(lVar1 + 0x18);
}
return lVar1;
}
|
2063_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | add_global_generic | FUN_0016a5b0 |
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void add_global_generic(Output_data_reloc<9,_true,_32,_false> * this,
Symbol * gsym, uint type, Output_data * od, uint64_t address, uint64_t addend) */
void __thiscall
gold::Output_data_reloc<9,_true,_32,_false>::add_global_generic
(Output_data_reloc<9,_true,_32,_false> *this,Symbol *gsym,uint type,Output_data *od,
uint64_t address,uint64_t addend)
{
size_t *psVar1;
uint uVar2;
iterator __position;
Output_reloc<9,_true,_32,_false> *pOVar3;
long lVar4;
anon_union_8_4_c82d8563_for_u1_ local_38;
Sized_relobj<32,_false> *pSStack_30;
undefined8 local_28;
uint uStack_20;
int iStack_1c;
if (addend != 0) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.h",0x6ca,"add_global_generic");
}
if (address == (address & 0xffffffff)) {
Output_reloc<9,_true,_32,_false>::Output_reloc
((Output_reloc<9,_true,_32,_false> *)&local_38,gsym,type,od,(Address)address,false,
false,false);
__position._M_current =
(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.
super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>
._M_impl._M_finish;
if (__position._M_current ==
(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.
super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>
._M_impl._M_end_of_storage) {
std::
vector<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>
::_M_realloc_insert<const_gold::Output_reloc<9,_true,_32,_false>&>
(&(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_,__position,
(Output_reloc<9,_true,_32,_false> *)&local_38);
pOVar3 = (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.
super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>
._M_impl._M_finish;
}
else {
pOVar3 = __position._M_current + 1;
(__position._M_current)->u1_ = local_38;
((__position._M_current)->u2_).relobj = pSStack_30;
(__position._M_current)->address_ = (undefined4)local_28;
(__position._M_current)->local_sym_index_ = local_28._4_4_;
*(ulong *)&(__position._M_current)->field_0x18 = CONCAT44(iStack_1c,uStack_20);
(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.
super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>
._M_impl._M_finish = pOVar3;
}
lVar4 = (long)pOVar3 -
(long)(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.
super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>
._M_impl._M_start >> 5;
if (((this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.
super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20 & 2)
== 0) {
(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.
super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =
lVar4 * 8;
od->field_0x20 = od->field_0x20 | 0x10;
if ((uStack_20 & 0x10000000) != 0) {
psVar1 = &(this->super_Output_data_reloc_base<9,_true,_32,_false>).
super_Output_data_reloc_generic.relative_reloc_count_;
*psVar1 = *psVar1 + 1;
}
if ((iStack_1c != -4) && (pSStack_30 != (Sized_relobj<32,_false> *)0x0)) {
uVar2 = (pSStack_30->super_Relobj).dyn_reloc_count_;
if (uVar2 == 0) {
(pSStack_30->super_Relobj).first_dyn_reloc_ = (int)lVar4 - 1;
}
(pSStack_30->super_Relobj).dyn_reloc_count_ = uVar2 + 1;
}
return;
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child");
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types");
}
|
void FUN_0016a5b0(long param_1,undefined8 param_2,undefined8 param_3,long param_4,ulong param_5,
long param_6)
{
undefined8 *puVar1;
undefined8 *puVar2;
long lVar3;
undefined8 local_38;
long lStack_30;
undefined8 local_28;
uint uStack_20;
int iStack_1c;
if (param_6 != 0) {
/* WARNING: Subroutine does not return */
FUN_00199900("../../gold/output.h",0x6ca,"add_global_generic");
}
if (param_5 == (param_5 & 0xffffffff)) {
FUN_001f9b20(&local_38);
puVar1 = *(undefined8 **)(param_1 + 0x50);
if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {
FUN_0016a0f0(param_1 + 0x48,puVar1,&local_38);
puVar2 = *(undefined8 **)(param_1 + 0x50);
}
else {
puVar2 = puVar1 + 4;
*puVar1 = local_38;
puVar1[1] = lStack_30;
puVar1[2] = local_28;
puVar1[3] = CONCAT44(iStack_1c,uStack_20);
*(undefined8 **)(param_1 + 0x50) = puVar2;
}
lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 5;
if ((*(byte *)(param_1 + 0x20) & 2) == 0) {
*(long *)(param_1 + 0x10) = lVar3 * 8;
*(byte *)(param_4 + 0x20) = *(byte *)(param_4 + 0x20) | 0x10;
if ((uStack_20 & 0x10000000) != 0) {
*(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;
}
if ((iStack_1c != -4) && (lStack_30 != 0)) {
if (*(int *)(lStack_30 + 0xa4) == 0) {
*(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;
}
*(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;
}
return;
}
/* WARNING: Subroutine does not return */
FUN_00199900("../../gold/output.h",0x231,"set_current_data_size_for_child");
}
/* WARNING: Subroutine does not return */
FUN_00199900("../../gold/gold.h",0xc0,"convert_types");
}
| PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x20
TEST R9,R9
JNZ 0x0016a6a5
MOV EAX,R8D
CMP R8,RAX
JNZ 0x0016a6bd
MOV R12,RSP
PUSH 0x0
MOV RBX,RDI
XOR R9D,R9D
PUSH 0x0
MOV RDI,R12
MOV RBP,RCX
CALL 0x001f9b20
POP RAX
MOV RSI,qword ptr [RBX + 0x50]
POP RDX
CMP RSI,qword ptr [RBX + 0x58]
JZ 0x0016a690
MOVDQA XMM0,xmmword ptr [RSP]
ADD RSI,0x20
MOVUPS xmmword ptr [RSI + -0x20],XMM0
MOVDQA XMM1,xmmword ptr [RSP + 0x10]
MOVUPS xmmword ptr [RSI + -0x10],XMM1
MOV qword ptr [RBX + 0x50],RSI
SUB RSI,qword ptr [RBX + 0x48]
SAR RSI,0x5
LEA RAX,[RSI*0x8]
TEST byte ptr [RBX + 0x20],0x2
JNZ 0x0016a6d5
MOV qword ptr [RBX + 0x10],RAX
OR byte ptr [RBP + 0x20],0x10
TEST byte ptr [RSP + 0x1b],0x10
JNZ 0x0016a670
CMP dword ptr [RSP + 0x1c],-0x4
MOV RAX,qword ptr [RSP + 0x8]
JZ 0x0016a65d
TEST RAX,RAX
JZ 0x0016a65d
MOV EDX,dword ptr [RAX + 0xa4]
TEST EDX,EDX
JZ 0x0016a680
ADD EDX,0x1
MOV dword ptr [RAX + 0xa4],EDX
ADD RSP,0x20
POP RBX
POP RBP
POP R12
RET
ADD qword ptr [RBX + 0x38],0x1
JMP 0x0016a639
SUB ESI,0x1
MOV dword ptr [RAX + 0xa0],ESI
JMP 0x0016a654
LEA RDI,[RBX + 0x48]
MOV RDX,R12
CALL 0x0016a0f0
MOV RSI,qword ptr [RBX + 0x50]
JMP 0x0016a610
LEA RDX,[0x33a700]
MOV ESI,0x6ca
LEA RDI,[0x338384]
CALL 0x00199900
LEA RDX,[0x33a7c0]
MOV ESI,0xc0
LEA RDI,[0x33af0e]
CALL 0x00199900
LEA RDX,[0x33a7a0]
MOV ESI,0x231
LEA RDI,[0x338384]
CALL 0x00199900 | null | null | null | null | [(u'INT_OR_-1207326976', u'STORE_-1207327000'), ('const-20', u'PTRSUB_-1207326361'), (u'PTRSUB_-1207326288', u'PTRSUB_-1207326267'), (u'LOAD_-1207327185', u'CALL_-1207326746'), (u'PTRSUB_-1207326420', u'PTRSUB_-1207326408'), (u'LOAD_-1207327185', u'PTRSUB_-1207326361'), (u'INT_EQUAL_-1207326901', u'CBRANCH_-1207326900'), (u'INT_ADD_-1207326798', u'STORE_-1207326813'), (u'CALL_-1207326746', u'INDIRECT_-1207326351'), ('tmp_941', u'PTRSUB_-1207326395'), (u'PTRSUB_-1207326356', u'PTRSUB_-1207326347'), (u'PTRSUB_-1207326324', u'PTRSUB_-1207326302'), (u'COPY_-1207326320', u'CALL_-1207326679'), (u'LOAD_-1207326923', u'INT_ADD_-1207326881'), ('const-433', u'LOAD_-1207326816'), ('tmp_234', u'CBRANCH_-1207327155'), (u'PTRSUB_-1207326402', u'LOAD_-1207327173'), ('tmp_623', u'CBRANCH_-1207326924'), (u'PTRSUB_-1207326366', u'PTRSUB_-1207326342'), ('const-0', u'PTRSUB_-1207326420'), ('const-16', u'INT_OR_-1207326976'), (u'INT_EQUAL_-1207327158', u'CBRANCH_-1207327155'), (u'CALL_-1207327192', u'INDIRECT_-1207326555'), (u'CALL_-1207326746', u'INDIRECT_-1207326357'), (u'PTRSUB_-1207326367', u'STORE_-1207326619'), (u'INT_EQUAL_-1207327021', u'CBRANCH_-1207327017'), ('const-0', u'PTRSUB_-1207326335'), (u'LOAD_-1207326744', u'MULTIEQUAL_-1207326679'), ('tmp_1588', u'PTRSUB_-1207326536'), (u'SUBPIECE_-1207326367', u'STORE_-1207326604'), ('const-192', u'CALL_-1207326679'), ('const-0', u'PTRSUB_-1207326369'), ('const-0', u'PTRSUB_-1207326357'), (u'PTRSUB_-1207326362', u'STORE_-1207326604'), ('const-24', u'PTRSUB_-1207326443'), ('tmp_887', u'BRANCH_-1207326736'), ('const-433', u'STORE_-1207327000'), ('const-0', u'PTRSUB_-1207326324'), ('const-3376004', u'COPY_-1207326299'), (u'COPY_-1207326299', u'CALL_-1207326673'), ('const-72', u'PTRSUB_-1207326447'), ('tmp_469', u'CBRANCH_-1207327017'), ('const--56', u'PTRSUB_-1207326537'), ('tmp_939', u'CALL_-1207327192'), (u'INDIRECT_-1207326371', u'MULTIEQUAL_-1207326505'), ('const-0', u'CALL_-1207327192'), (u'PTRSUB_-1207326368', u'STORE_-1207327105'), (u'INT_SUB_-1207327077', u'INT_SRIGHT_-1207327053'), (u'INT_SRIGHT_-1207327053', u'INT_MULT_-1207327016'), ('tmp_938', u'PTRSUB_-1207326324'), (u'INT_EQUAL_-1207327245', u'CBRANCH_-1207327242'), ('const-32', u'PTRSUB_-1207326395'), (u'PTRSUB_-1207326537', u'CAST_-1207326401'), ('const-0', u'SUBPIECE_-1207326582'), (u'PTRSUB_-1207326536', u'CAST_-1207326217'), ('const-0', u'INT_NOTEQUAL_-1207327270'), (u'CALL_-1207327192', u'INDIRECT_-1207326549'), (u'CAST_-1207326348', u'INT_SUB_-1207327077'), (u'INT_SRIGHT_-1207327053', u'SUBPIECE_-1207326582'), (u'PTRSUB_-1207326413', u'PTRSUB_-1207326402'), (u'PTRSUB_-1207326219', u'LOAD_-1207326744'), ('const-0', u'INT_EQUAL_-1207327021'), ('const-433', u'LOAD_-1207327033'), (u'INT_SUB_-1207326799', u'STORE_-1207326803'), ('const-0', u'PTRSUB_-1207326427'), (u'PTRSUB_-1207326478', u'PTRSUB_-1207326447'), (u'PTRSUB_-1207326438', u'PTRSUB_-1207326412'), ('tmp_938', u'PTRSUB_-1207326401'), ('const-1', u'RETURN_-1207326668'), (u'PTRSUB_-1207326331', u'STORE_-1207327010'), (u'PTRSUB_-1207326434', u'PTRSUB_-1207326420'), ('const-2', u'INT_AND_-1207327007'), (u'PTRADD_-1207326462', u'MULTIEQUAL_-1207326679'), ('const-0', u'INT_EQUAL_-1207326901'), (u'COPY_-1207326349', u'CALL_-1207326695'), ('const-0', u'PTRSUB_-1207326413'), (u'COPY_-1207326319', u'CALL_-1207326679'), ('const-0', u'PTRSUB_-1207326401'), (u'LOAD_-1207327185', u'PTRADD_-1207326462'), (u'MULTIEQUAL_-1207326505', u'PTRSUB_-1207326351'), ('const-56', u'PTRSUB_-1207326285'), (u'PTRSUB_-1207326432', u'PTRSUB_-1207326405'), (u'SUBPIECE_-1207326582', u'INT_SUB_-1207326799'), ('const-433', u'LOAD_-1207327173'), (u'CAST_-1207326349', u'INT_SUB_-1207327077'), ('const-0', u'PTRSUB_-1207326344'), (u'CALL_-1207326746', u'INDIRECT_-1207326371'), (u'INDIRECT_-1207326541', u'MULTIEQUAL_-1207326491'), (u'CALL_-1207327192', u'INDIRECT_-1207326561'), ('const-72', u'PTRSUB_-1207326454'), ('tmp_941', u'CALL_-1207327192'), ('const-8', u'PTRSUB_-1207326219'), (u'COPY_-1207326297', u'CALL_-1207326673'), (u'LOAD_-1207327003', u'INT_OR_-1207326976'), ('const-0', u'PTRSUB_-1207326303'), (u'PTRSUB_-1207326351', u'PTRSUB_-1207326328'), ('tmp_597', u'CBRANCH_-1207326939'), ('const-72', u'PTRSUB_-1207326412'), ('const-32', u'PTRADD_-1207326462'), ('const-433', u'STORE_-1207327010'), ('tmp_553', u'CBRANCH_-1207326967'), (u'PTRSUB_-1207326454', u'PTRSUB_-1207326434'), (u'INT_AND_-1207326849', u'INT_EQUAL_-1207327245'), ('const-4294967295', u'INT_AND_-1207326849'), ('const-0', u'CALL_-1207327192'), (u'LOAD_-1207327185', u'PTRSUB_-1207326443'), (u'PTRSUB_-1207326328', u'STORE_-1207326884'), (u'INT_NOTEQUAL_-1207326925', u'CBRANCH_-1207326924'), ('const-3387150', u'COPY_-1207326319'), (u'INDIRECT_-1207326351', u'MULTIEQUAL_-1207326485'), ('const-0', u'INT_NOTEQUAL_-1207326971'), ('tmp_938', u'PTRSUB_-1207326478'), (u'MULTIEQUAL_-1207326505', u'PTRSUB_-1207326366'), (u'PTRSUB_-1207326376', u'PTRSUB_-1207326357'), ('const-0', u'SUBPIECE_-1207326764'), ('const-0', u'PTRSUB_-1207326392'), ('tmp_796', u'BRANCH_-1207326795'), (u'PTRSUB_-1207326285', u'STORE_-1207326813'), ('tmp_938', u'PTRSUB_-1207326432'), (u'PTRSUB_-1207326303', u'PTRSUB_-1207326281'), ('const-433', u'STORE_-1207326813'), (u'MULTIEQUAL_-1207326505', u'INT_NOTEQUAL_-1207326925'), ('const-0', u'PTRSUB_-1207326388'), ('const-0', u'PTRSUB_-1207326274'), (u'PTRSUB_-1207326412', u'PTRSUB_-1207326392'), (u'PTRSUB_-1207326485', u'PTRSUB_-1207326454'), ('tmp_76', u'CBRANCH_-1207327268'), ('const-72', u'PTRSUB_-1207326254'), (u'INDIRECT_-1207326549', u'SUBPIECE_-1207326367'), ('const-433', u'LOAD_-1207327096'), (u'PTRSUB_-1207326302', u'PTRSUB_-1207326285'), ('const-1', u'RETURN_-1207326674'), ('const-0', u'PTRSUB_-1207326378'), ('const-3385248', u'COPY_-1207326297'), ('const-1', u'RETURN_-1207326690'), (u'CAST_-1207326358', u'STORE_-1207326603'), (u'CALL_-1207327192', u'INDIRECT_-1207326541'), ('const-4294967292', u'INT_NOTEQUAL_-1207326950'), ('const-1', u'INT_ADD_-1207326881'), (u'PTRSUB_-1207326456', u'STORE_-1207326620'), (u'PTRSUB_-1207326443', u'CAST_-1207326358'), ('const-433', u'STORE_-1207326620'), (u'INT_NOTEQUAL_-1207327270', u'CBRANCH_-1207327268'), (u'CAST_-1207326401', u'CALL_-1207327192'), ('const-0', u'PTRSUB_-1207326434'), ('const-8', u'PTRSUB_-1207326368'), (u'PTRSUB_-1207326413', u'PTRSUB_-1207326388'), ('const-433', u'LOAD_-1207327003'), ('const-433', u'STORE_-1207326803'), ('const-3376004', u'COPY_-1207326349'), (u'PTRADD_-1207326462', u'STORE_-1207327105'), (u'LOAD_-1207327173', u'INT_EQUAL_-1207327158'), ('const-433', u'STORE_-1207326423'), (u'LOAD_-1207326816', u'INT_ADD_-1207326798'), ('tmp_943', u'INT_NOTEQUAL_-1207327270'), (u'LOAD_-1207326923', u'INT_EQUAL_-1207326901'), ('const-433', u'LOAD_-1207326923'), (u'PTRSUB_-1207326342', u'LOAD_-1207326923'), (u'PTRSUB_-1207326361', u'STORE_-1207326423'), ('const-0', u'SUBPIECE_-1207326367'), (u'LOAD_-1207327185', u'PTRSUB_-1207326456'), ('tmp_942', u'INT_AND_-1207326849'), (u'PTRSUB_-1207326388', u'PTRSUB_-1207326369'), (u'PTRSUB_-1207326240', u'PTRSUB_-1207326228'), ('const-164', u'PTRSUB_-1207326342'), ('const-8', u'PTRSUB_-1207326408'), (u'LOAD_-1207327185', u'PTRSUB_-1207326362'), (u'PTRSUB_-1207326386', u'LOAD_-1207327096'), (u'PTRSUB_-1207326401', u'PTRSUB_-1207326376'), (u'MULTIEQUAL_-1207326485', u'INT_NOTEQUAL_-1207326950'), ('const-0', u'PTRSUB_-1207326438'), (u'PTRSUB_-1207326427', u'PTRSUB_-1207326413'), (u'MULTIEQUAL_-1207326679', u'CAST_-1207326349'), ('const-433', u'LOAD_-1207326744'), ('const-0', u'PTRSUB_-1207326430'), (u'PTRSUB_-1207326274', u'PTRSUB_-1207326254'), ('tmp_938', u'PTRSUB_-1207326413'), ('const-1', u'PTRADD_-1207326462'), (u'INT_ADD_-1207326881', u'STORE_-1207326884'), (u'INDIRECT_-1207326555', u'MULTIEQUAL_-1207326505'), (u'INDIRECT_-1207326561', u'STORE_-1207326620'), (u'INDIRECT_-1207326535', u'MULTIEQUAL_-1207326485'), ('const-0', u'PTRSUB_-1207326432'), ('const-16', u'PTRSUB_-1207326402'), ('tmp_942', u'SUBPIECE_-1207326764'), ('const-433', u'STORE_-1207327105'), ('const-433', u'STORE_-1207326603'), ('const-16', u'PTRSUB_-1207326362'), ('const-561', u'CALL_-1207326673'), ('tmp_942', u'INT_EQUAL_-1207327245'), ('tmp_938', u'PTRSUB_-1207326288'), ('const-0', u'PTRSUB_-1207326478'), (u'COPY_-1207326346', u'CALL_-1207326695'), ('const-0', u'PTRSUB_-1207326376'), ('tmp_1588', u'PTRSUB_-1207326537'), ('const-0', u'PTRSUB_-1207326302'), (u'PTRSUB_-1207326281', u'STORE_-1207326803'), (u'LOAD_-1207327033', u'INT_AND_-1207327007'), ('const-1738', u'CALL_-1207326695'), ('const-72', u'PTRSUB_-1207326405'), (u'MULTIEQUAL_-1207326505', u'PTRSUB_-1207326303'), ('const-268435456', u'INT_AND_-1207326461'), ('const-164', u'PTRSUB_-1207326328'), (u'INDIRECT_-1207326555', u'STORE_-1207326619'), ('const-0', u'PTRSUB_-1207326228'), (u'INDIRECT_-1207326549', u'SUBPIECE_-1207326366'), (u'MULTIEQUAL_-1207326491', u'INT_AND_-1207326461'), (u'PTRSUB_-1207326447', u'PTRSUB_-1207326427'), ('const-160', u'PTRSUB_-1207326281'), ('const-0', u'PTRSUB_-1207326406'), (u'PTRSUB_-1207326285', u'LOAD_-1207326816'), ('const-1', u'INT_SUB_-1207326799'), ('tmp_112', u'CBRANCH_-1207327242'), (u'INT_MULT_-1207327016', u'STORE_-1207327010'), (u'PTRSUB_-1207326405', u'PTRSUB_-1207326430'), ('tmp_938', u'PTRSUB_-1207326485'), (u'PTRSUB_-1207326342', u'LOAD_-1207327033'), ('const-0', u'PTRSUB_-1207326367'), (u'INT_AND_-1207326461', u'INT_NOTEQUAL_-1207326971'), ('const-0', u'PTRSUB_-1207326351'), ('const-0', u'PTRSUB_-1207326456'), (u'CAST_-1207326217', u'CALL_-1207326746'), ('const-433', u'STORE_-1207326619'), (u'PTRSUB_-1207326357', u'PTRSUB_-1207326344'), (u'SUBPIECE_-1207326366', u'STORE_-1207326423'), (u'LOAD_-1207327185', u'PTRSUB_-1207326455'), ('const-1', u'INT_ADD_-1207326798'), ('const-8', u'INT_MULT_-1207327016'), (u'PTRSUB_-1207326395', u'LOAD_-1207327003'), ('const-72', u'PTRSUB_-1207326267'), (u'INT_NOTEQUAL_-1207326971', u'CBRANCH_-1207326967'), (u'CALL_-1207327192', u'INDIRECT_-1207326535'), (u'INDIRECT_-1207326541', u'PIECE_-1207326510'), (u'PIECE_-1207326510', u'STORE_-1207326603'), ('tmp_938', u'PTRSUB_-1207326274'), ('const-4', u'SUBPIECE_-1207326366'), ('const-433', u'STORE_-1207326604'), ('const-0', u'RETURN_-1207326839'), ('const-0', u'PTRSUB_-1207326240'), (u'PTRSUB_-1207326228', u'PTRSUB_-1207326219'), (u'PTRSUB_-1207326378', u'PTRSUB_-1207326368'), ('const-0', u'INT_NOTEQUAL_-1207326925'), ('const-3385280', u'COPY_-1207326320'), (u'LOAD_-1207327185', u'INT_EQUAL_-1207327158'), ('const-0', u'PTRSUB_-1207326413'), (u'PTRSUB_-1207326395', u'STORE_-1207327000'), (u'PTRSUB_-1207326392', u'PTRSUB_-1207326378'), ('const-16', u'PTRSUB_-1207326331'), ('const-0', u'CALL_-1207327192'), (u'LOAD_-1207327096', u'CAST_-1207326348'), (u'INT_AND_-1207327007', u'INT_EQUAL_-1207327021'), (u'INDIRECT_-1207326535', u'PIECE_-1207326510'), (u'PTRSUB_-1207326254', u'PTRSUB_-1207326240'), (u'PTRSUB_-1207326267', u'CALL_-1207326746'), ('const-0', u'PTRSUB_-1207326347'), ('tmp_847', u'BRANCH_-1207326797'), ('const-32', u'PTRSUB_-1207326342'), (u'SUBPIECE_-1207326764', u'CALL_-1207327192'), (u'PTRSUB_-1207326406', u'PTRSUB_-1207326386'), ('const-3385088', u'COPY_-1207326346'), (u'PTRSUB_-1207326408', u'LOAD_-1207327185'), ('const-5', u'INT_SRIGHT_-1207327053'), ('const-433', u'LOAD_-1207327185'), ('const-8', u'PTRSUB_-1207326455'), (u'PTRSUB_-1207326347', u'PTRSUB_-1207326342'), ('const-0', u'PTRSUB_-1207326485'), ('const-0', u'PTRSUB_-1207326386'), (u'PTRSUB_-1207326369', u'PTRSUB_-1207326356'), (u'INT_NOTEQUAL_-1207326950', u'CBRANCH_-1207326939'), ('const--56', u'PTRSUB_-1207326536'), ('const-0', u'PTRSUB_-1207326356'), ('const-433', u'STORE_-1207326884'), ('tmp_659', u'CBRANCH_-1207326900'), ('const-0', u'PTRSUB_-1207326288'), (u'PTRSUB_-1207326344', u'PTRSUB_-1207326335'), (u'PTRSUB_-1207326430', u'PTRSUB_-1207326406'), (u'PTRSUB_-1207326335', u'PTRSUB_-1207326331'), ('const-0', u'PTRSUB_-1207326366'), (u'PTRSUB_-1207326455', u'PTRSUB_-1207326367'), ('tmp_940', u'CALL_-1207327192'), ('tmp_938', u'PTRSUB_-1207326438'), (u'INDIRECT_-1207326357', u'MULTIEQUAL_-1207326491')] | [(u'INT_OR_-1207326976', u'STORE_-1207327000'), (u'LOAD_-1207327185', u'CALL_-1207326746'), ('const-192', u'CALL_-1207326679'), (u'INT_EQUAL_-1207326901', u'CBRANCH_-1207326900'), (u'INT_ADD_-1207326798', u'STORE_-1207326813'), (u'COPY_-1207326293', u'CALL_-1207326679'), (u'MULTIEQUAL_-1207326686', u'CAST_-1207326410'), (u'INDIRECT_-1207326511', u'MULTIEQUAL_-1207326461'), (u'LOAD_-1207327185', u'PTRADD_-1207326435'), ('const-3385280', u'COPY_-1207326294'), (u'INT_ADD_-1207326996', u'CAST_-1207326382'), (u'LOAD_-1207326923', u'INT_ADD_-1207326881'), ('tmp_1654', u'INT_NOTEQUAL_-1207327270'), ('tmp_234', u'CBRANCH_-1207327155'), ('const-2', u'PTRADD_-1207326424'), (u'MULTIEQUAL_-1207326481', u'INT_NOTEQUAL_-1207326925'), (u'INT_SRIGHT_-1207327053', u'SUBPIECE_-1207326586'), ('tmp_623', u'CBRANCH_-1207326924'), ('const-164', u'INT_ADD_-1207326870'), (u'INT_ADD_-1207326989', u'CAST_-1207326377'), ('const-16', u'INT_OR_-1207326976'), (u'INT_EQUAL_-1207327158', u'CBRANCH_-1207327155'), (u'INT_EQUAL_-1207327021', u'CBRANCH_-1207327017'), ('const-5', u'INT_SRIGHT_-1207327053'), ('const-433', u'STORE_-1207326577'), (u'CAST_-1207326451', u'LOAD_-1207327173'), ('const-8', u'PTRADD_-1207326423'), ('tmp_887', u'BRANCH_-1207326736'), ('tmp_469', u'CBRANCH_-1207327017'), ('tmp_1662', u'INT_ADD_-1207327019'), (u'INT_SUB_-1207327077', u'INT_SRIGHT_-1207327053'), (u'INDIRECT_-1207326347', u'MULTIEQUAL_-1207326481'), (u'INT_SRIGHT_-1207327053', u'INT_MULT_-1207327016'), ('tmp_1662', u'INT_ADD_-1207327157'), (u'INT_EQUAL_-1207327245', u'CBRANCH_-1207327242'), (u'CALL_-1207327192', u'INDIRECT_-1207326537'), ('const-0', u'INT_NOTEQUAL_-1207327270'), ('const-1', u'PTRADD_-1207326435'), (u'COPY_-1207326323', u'CALL_-1207326695'), ('const-8', u'PTRADD_-1207326424'), ('const-0', u'INT_EQUAL_-1207327021'), (u'CALL_-1207326746', u'INDIRECT_-1207326347'), ('const-433', u'STORE_-1207327010'), (u'MULTIEQUAL_-1207326461', u'INT_NOTEQUAL_-1207326950'), ('const-3385088', u'COPY_-1207326320'), ('tmp_2162', u'INT_AND_-1207326851'), ('const--56', u'PTRSUB_-1207326511'), ('const-1', u'RETURN_-1207326668'), ('const-2', u'INT_AND_-1207327007'), (u'COPY_-1207326273', u'CALL_-1207326673'), ('const-0', u'INT_EQUAL_-1207326901'), (u'COPY_-1207326294', u'CALL_-1207326679'), ('const-268435456', u'INT_AND_-1207326437'), (u'INT_ADD_-1207327169', u'CAST_-1207326457'), ('const-433', u'STORE_-1207326884'), ('const-433', u'LOAD_-1207327173'), (u'INT_ADD_-1207326746', u'CALL_-1207326746'), (u'SUBPIECE_-1207326586', u'INT_ADD_-1207326800'), (u'LOAD_-1207327003', u'INT_OR_-1207326976'), (u'INDIRECT_-1207326511', u'PIECE_-1207326486'), (u'MULTIEQUAL_-1207326467', u'INT_AND_-1207326437'), ('const-4', u'PTRADD_-1207326440'), ('const-8', u'PTRADD_-1207326435'), (u'CALL_-1207327192', u'INDIRECT_-1207326531'), ('tmp_597', u'CBRANCH_-1207326939'), ('tmp_553', u'CBRANCH_-1207326967'), ('const-433', u'STORE_-1207326813'), (u'CAST_-1207326310', u'STORE_-1207326813'), ('const-433', u'LOAD_-1207327003'), (u'COPY_-1207326271', u'CALL_-1207326673'), (u'PTRADD_-1207326424', u'STORE_-1207326578'), (u'INT_NOTEQUAL_-1207326925', u'CBRANCH_-1207326924'), (u'INT_ADD_-1207327157', u'CAST_-1207326451'), ('const-433', u'STORE_-1207327105'), ('tmp_1662', u'INT_ADD_-1207326996'), ('const-3376004', u'COPY_-1207326273'), ('const-72', u'INT_ADD_-1207326746'), ('const-433', u'STORE_-1207327000'), ('tmp_796', u'BRANCH_-1207326795'), (u'CALL_-1207327192', u'INDIRECT_-1207326511'), (u'PIECE_-1207326486', u'STORE_-1207326577'), ('const-4294967295', u'INT_ADD_-1207326800'), (u'PTRSUB_-1207326510', u'CALL_-1207326746'), (u'MULTIEQUAL_-1207326481', u'INT_ADD_-1207326870'), ('const--56', u'PTRSUB_-1207326510'), ('tmp_76', u'CBRANCH_-1207327268'), ('tmp_1662', u'INT_ADD_-1207327084'), (u'COPY_-1207326320', u'CALL_-1207326695'), ('const-1', u'RETURN_-1207326674'), ('const-1', u'RETURN_-1207326690'), ('tmp_1662', u'INT_ADD_-1207326804'), ('const-561', u'CALL_-1207326673'), ('const-3', u'PTRADD_-1207326423'), ('const-1', u'INT_ADD_-1207326881'), (u'INT_NOTEQUAL_-1207327270', u'CBRANCH_-1207327268'), (u'CAST_-1207326411', u'LOAD_-1207327096'), (u'CAST_-1207326377', u'STORE_-1207327000'), (u'INDIRECT_-1207326525', u'STORE_-1207326578'), ('const-32', u'INT_ADD_-1207327019'), ('const-80', u'INT_ADD_-1207326728'), ('const-3376004', u'COPY_-1207326323'), (u'LOAD_-1207327173', u'INT_EQUAL_-1207327158'), (u'CAST_-1207326332', u'STORE_-1207326884'), (u'LOAD_-1207326816', u'INT_ADD_-1207326798'), (u'CAST_-1207326393', u'LOAD_-1207327033'), (u'LOAD_-1207326923', u'INT_EQUAL_-1207326901'), ('const-433', u'STORE_-1207326594'), ('tmp_1651', u'PTRSUB_-1207326510'), (u'CALL_-1207327192', u'INDIRECT_-1207326517'), (u'CALL_-1207326746', u'INDIRECT_-1207326333'), (u'MULTIEQUAL_-1207326481', u'INT_ADD_-1207326907'), (u'INDIRECT_-1207326333', u'MULTIEQUAL_-1207326467'), (u'CAST_-1207326347', u'LOAD_-1207326923'), ('const-433', u'LOAD_-1207326923'), (u'CALL_-1207326746', u'INDIRECT_-1207326327'), ('tmp_1662', u'INT_ADD_-1207327091'), ('const-16', u'INT_ADD_-1207326996'), (u'INT_ADD_-1207326881', u'STORE_-1207326884'), ('const-164', u'INT_ADD_-1207326907'), (u'LOAD_-1207327185', u'PTRADD_-1207326423'), ('const-433', u'LOAD_-1207326744'), ('const-56', u'INT_ADD_-1207326804'), (u'LOAD_-1207327096', u'INT_SUB_-1207327077'), ('const-4294967292', u'INT_NOTEQUAL_-1207326950'), (u'INDIRECT_-1207326531', u'MULTIEQUAL_-1207326481'), (u'MULTIEQUAL_-1207326481', u'INT_ADD_-1207326789'), ('tmp_1651', u'PTRSUB_-1207326511'), (u'INDIRECT_-1207326517', u'PIECE_-1207326486'), ('tmp_1657', u'INT_ADD_-1207326989'), (u'LOAD_-1207327033', u'INT_AND_-1207327007'), ('const-8', u'PTRADD_-1207326440'), (u'LOAD_-1207326744', u'MULTIEQUAL_-1207326686'), (u'INT_ADD_-1207327091', u'CAST_-1207326416'), (u'LOAD_-1207327185', u'PTRADD_-1207326440'), (u'INT_ADD_-1207327019', u'CAST_-1207326393'), ('const-32', u'INT_ADD_-1207326989'), (u'PTRSUB_-1207326511', u'CALL_-1207327192'), ('const-160', u'INT_ADD_-1207326789'), (u'INDIRECT_-1207326537', u'STORE_-1207326594'), ('const-433', u'LOAD_-1207326816'), ('tmp_112', u'CBRANCH_-1207327242'), (u'LOAD_-1207327185', u'PTRADD_-1207326424'), (u'INT_MULT_-1207327016', u'STORE_-1207327010'), (u'INT_ADD_-1207326907', u'CAST_-1207326347'), ('const-88', u'INT_ADD_-1207327157'), (u'INT_ADD_-1207326870', u'CAST_-1207326332'), (u'INT_ADD_-1207326789', u'CAST_-1207326289'), (u'CAST_-1207326273', u'LOAD_-1207326744'), ('const-433', u'STORE_-1207326803'), (u'PTRADD_-1207326440', u'STORE_-1207327105'), (u'CAST_-1207326382', u'STORE_-1207327010'), (u'CAST_-1207326377', u'LOAD_-1207327003'), ('const-1', u'INT_ADD_-1207326798'), ('const-72', u'INT_ADD_-1207327084'), ('const-8', u'INT_MULT_-1207327016'), ('tmp_2162', u'INT_EQUAL_-1207327245'), (u'INT_NOTEQUAL_-1207326971', u'CBRANCH_-1207326967'), (u'INT_AND_-1207326851', u'INT_EQUAL_-1207327245'), ('const-433', u'LOAD_-1207327096'), (u'INDIRECT_-1207326531', u'STORE_-1207326593'), (u'CAST_-1207326416', u'STORE_-1207327105'), ('const-0', u'RETURN_-1207326839'), ('const-433', u'STORE_-1207326578'), ('const-0', u'INT_NOTEQUAL_-1207326925'), (u'CAST_-1207326310', u'LOAD_-1207326816'), (u'LOAD_-1207327185', u'INT_EQUAL_-1207327158'), ('const-80', u'INT_ADD_-1207327091'), (u'PTRADD_-1207326435', u'STORE_-1207326593'), (u'LOAD_-1207327185', u'STORE_-1207326594'), ('const-433', u'LOAD_-1207327033'), ('const-3387150', u'COPY_-1207326293'), (u'CALL_-1207327192', u'INDIRECT_-1207326525'), (u'INT_AND_-1207327007', u'INT_EQUAL_-1207327021'), ('const-433', u'STORE_-1207326593'), ('tmp_1662', u'INT_ADD_-1207326728'), (u'CAST_-1207326457', u'LOAD_-1207327185'), ('const-4294967295', u'INT_AND_-1207326851'), (u'INT_ADD_-1207326728', u'CAST_-1207326273'), ('const-0', u'SUBPIECE_-1207326586'), (u'PTRADD_-1207326440', u'MULTIEQUAL_-1207326686'), ('tmp_847', u'BRANCH_-1207326797'), ('tmp_1662', u'INT_ADD_-1207327169'), ('const-3385248', u'COPY_-1207326271'), (u'CAST_-1207326410', u'INT_SUB_-1207327077'), (u'INT_ADD_-1207327084', u'CAST_-1207326411'), (u'INT_ADD_-1207326800', u'STORE_-1207326803'), ('const-0', u'INT_NOTEQUAL_-1207326971'), ('const-433', u'LOAD_-1207327185'), (u'INDIRECT_-1207326517', u'MULTIEQUAL_-1207326467'), ('const-80', u'INT_ADD_-1207327169'), (u'INT_NOTEQUAL_-1207326950', u'CBRANCH_-1207326939'), (u'INT_AND_-1207326437', u'INT_NOTEQUAL_-1207326971'), ('tmp_659', u'CBRANCH_-1207326900'), (u'INDIRECT_-1207326327', u'MULTIEQUAL_-1207326461'), ('tmp_1662', u'INT_ADD_-1207326746'), (u'INT_ADD_-1207326804', u'CAST_-1207326310'), ('const-1738', u'CALL_-1207326695'), (u'PTRADD_-1207326423', u'STORE_-1207326577'), (u'CAST_-1207326289', u'STORE_-1207326803')] | null | null | 0016a5b0 | x64 | O2 | (translation_unit "void FUN_0016a5b0(long param_1,undefined8 param_2,undefined8 param_3,long param_4,ulong param_5,\n long param_6)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 local_38;\n long lStack_30;\n undefined8 local_28;\n uint uStack_20;\n int iStack_1c;\n \n if (param_6 != 0) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.h",0x6ca,"add_global_generic");\n }\n if (param_5 == (param_5 & 0xffffffff)) {\n FUN_001f9b20(&local_38);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_0016a0f0(param_1 + 0x48,puVar1,&local_38);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 4;\n *puVar1 = local_38;\n puVar1[1] = lStack_30;\n puVar1[2] = local_28;\n puVar1[3] = CONCAT44(iStack_1c,uStack_20);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 5;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 * 8;\n *(byte *)(param_4 + 0x20) = *(byte *)(param_4 + 0x20) | 0x10;\n if ((uStack_20 & 0x10000000) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((iStack_1c != -4) && (lStack_30 != 0)) {\n if (*(int *)(lStack_30 + 0xa4) == 0) {\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }\n *(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/gold.h",0xc0,"convert_types");\n}\n\n" (function_definition "void FUN_0016a5b0(long param_1,undefined8 param_2,undefined8 param_3,long param_4,ulong param_5,\n long param_6)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 local_38;\n long lStack_30;\n undefined8 local_28;\n uint uStack_20;\n int iStack_1c;\n \n if (param_6 != 0) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.h",0x6ca,"add_global_generic");\n }\n if (param_5 == (param_5 & 0xffffffff)) {\n FUN_001f9b20(&local_38);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_0016a0f0(param_1 + 0x48,puVar1,&local_38);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 4;\n *puVar1 = local_38;\n puVar1[1] = lStack_30;\n puVar1[2] = local_28;\n puVar1[3] = CONCAT44(iStack_1c,uStack_20);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 5;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 * 8;\n *(byte *)(param_4 + 0x20) = *(byte *)(param_4 + 0x20) | 0x10;\n if ((uStack_20 & 0x10000000) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((iStack_1c != -4) && (lStack_30 != 0)) {\n if (*(int *)(lStack_30 + 0xa4) == 0) {\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }\n *(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/gold.h",0xc0,"convert_types");\n}" primitive_type (function_declarator "FUN_0016a5b0(long param_1,undefined8 param_2,undefined8 param_3,long param_4,ulong param_5,\n long param_6)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,long param_4,ulong param_5,\n long param_6)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "long param_4" (sized_type_specifier "long" long) identifier) , (parameter_declaration "ulong param_5" type_identifier identifier) , (parameter_declaration "long param_6" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 local_38;\n long lStack_30;\n undefined8 local_28;\n uint uStack_20;\n int iStack_1c;\n \n if (param_6 != 0) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.h",0x6ca,"add_global_generic");\n }\n if (param_5 == (param_5 & 0xffffffff)) {\n FUN_001f9b20(&local_38);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_0016a0f0(param_1 + 0x48,puVar1,&local_38);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 4;\n *puVar1 = local_38;\n puVar1[1] = lStack_30;\n puVar1[2] = local_28;\n puVar1[3] = CONCAT44(iStack_1c,uStack_20);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 5;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 * 8;\n *(byte *)(param_4 + 0x20) = *(byte *)(param_4 + 0x20) | 0x10;\n if ((uStack_20 & 0x10000000) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((iStack_1c != -4) && (lStack_30 != 0)) {\n if (*(int *)(lStack_30 + 0xa4) == 0) {\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }\n *(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/gold.h",0xc0,"convert_types");\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (declaration "long lStack_30;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 local_28;" type_identifier identifier ;) (declaration "uint uStack_20;" type_identifier identifier ;) (declaration "int iStack_1c;" primitive_type identifier ;) (if_statement "if (param_6 != 0) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.h",0x6ca,"add_global_generic");\n }" if (parenthesized_expression "(param_6 != 0)" ( (binary_expression "param_6 != 0" identifier != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.h",0x6ca,"add_global_generic");\n }" { comment (expression_statement "FUN_00199900("../../gold/output.h",0x6ca,"add_global_generic");" (call_expression "FUN_00199900("../../gold/output.h",0x6ca,"add_global_generic")" identifier (argument_list "("../../gold/output.h",0x6ca,"add_global_generic")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""add_global_generic"" " string_content ") ))) ;) })) (if_statement "if (param_5 == (param_5 & 0xffffffff)) {\n FUN_001f9b20(&local_38);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_0016a0f0(param_1 + 0x48,puVar1,&local_38);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 4;\n *puVar1 = local_38;\n puVar1[1] = lStack_30;\n puVar1[2] = local_28;\n puVar1[3] = CONCAT44(iStack_1c,uStack_20);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 5;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 * 8;\n *(byte *)(param_4 + 0x20) = *(byte *)(param_4 + 0x20) | 0x10;\n if ((uStack_20 & 0x10000000) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((iStack_1c != -4) && (lStack_30 != 0)) {\n if (*(int *)(lStack_30 + 0xa4) == 0) {\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }\n *(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }" if (parenthesized_expression "(param_5 == (param_5 & 0xffffffff))" ( (binary_expression "param_5 == (param_5 & 0xffffffff)" identifier == (parenthesized_expression "(param_5 & 0xffffffff)" ( (binary_expression "param_5 & 0xffffffff" identifier & number_literal) ))) )) (compound_statement "{\n FUN_001f9b20(&local_38);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_0016a0f0(param_1 + 0x48,puVar1,&local_38);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 4;\n *puVar1 = local_38;\n puVar1[1] = lStack_30;\n puVar1[2] = local_28;\n puVar1[3] = CONCAT44(iStack_1c,uStack_20);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 5;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 * 8;\n *(byte *)(param_4 + 0x20) = *(byte *)(param_4 + 0x20) | 0x10;\n if ((uStack_20 & 0x10000000) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((iStack_1c != -4) && (lStack_30 != 0)) {\n if (*(int *)(lStack_30 + 0xa4) == 0) {\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }\n *(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }" { (expression_statement "FUN_001f9b20(&local_38);" (call_expression "FUN_001f9b20(&local_38)" identifier (argument_list "(&local_38)" ( (pointer_expression "&local_38" & identifier) ))) ;) (expression_statement "puVar1 = *(undefined8 **)(param_1 + 0x50);" (assignment_expression "puVar1 = *(undefined8 **)(param_1 + 0x50)" identifier = (pointer_expression "*(undefined8 **)(param_1 + 0x50)" * (cast_expression "(undefined8 **)(param_1 + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) ;) (if_statement "if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_0016a0f0(param_1 + 0x48,puVar1,&local_38);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 4;\n *puVar1 = local_38;\n puVar1[1] = lStack_30;\n puVar1[2] = local_28;\n puVar1[3] = CONCAT44(iStack_1c,uStack_20);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }" if (parenthesized_expression "(puVar1 == *(undefined8 **)(param_1 + 0x58))" ( (binary_expression "puVar1 == *(undefined8 **)(param_1 + 0x58)" identifier == (pointer_expression "*(undefined8 **)(param_1 + 0x58)" * (cast_expression "(undefined8 **)(param_1 + 0x58)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x58)" ( (binary_expression "param_1 + 0x58" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_0016a0f0(param_1 + 0x48,puVar1,&local_38);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }" { (expression_statement "FUN_0016a0f0(param_1 + 0x48,puVar1,&local_38);" (call_expression "FUN_0016a0f0(param_1 + 0x48,puVar1,&local_38)" identifier (argument_list "(param_1 + 0x48,puVar1,&local_38)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) , identifier , (pointer_expression "&local_38" & identifier) ))) ;) (expression_statement "puVar2 = *(undefined8 **)(param_1 + 0x50);" (assignment_expression "puVar2 = *(undefined8 **)(param_1 + 0x50)" identifier = (pointer_expression "*(undefined8 **)(param_1 + 0x50)" * (cast_expression "(undefined8 **)(param_1 + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) ;) }) (else_clause "else {\n puVar2 = puVar1 + 4;\n *puVar1 = local_38;\n puVar1[1] = lStack_30;\n puVar1[2] = local_28;\n puVar1[3] = CONCAT44(iStack_1c,uStack_20);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }" else (compound_statement "{\n puVar2 = puVar1 + 4;\n *puVar1 = local_38;\n puVar1[1] = lStack_30;\n puVar1[2] = local_28;\n puVar1[3] = CONCAT44(iStack_1c,uStack_20);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }" { (expression_statement "puVar2 = puVar1 + 4;" (assignment_expression "puVar2 = puVar1 + 4" identifier = (binary_expression "puVar1 + 4" identifier + number_literal)) ;) (expression_statement "*puVar1 = local_38;" (assignment_expression "*puVar1 = local_38" (pointer_expression "*puVar1" * identifier) = identifier) ;) (expression_statement "puVar1[1] = lStack_30;" (assignment_expression "puVar1[1] = lStack_30" (subscript_expression "puVar1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[2] = local_28;" (assignment_expression "puVar1[2] = local_28" (subscript_expression "puVar1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[3] = CONCAT44(iStack_1c,uStack_20);" (assignment_expression "puVar1[3] = CONCAT44(iStack_1c,uStack_20)" (subscript_expression "puVar1[3]" identifier [ number_literal ]) = (call_expression "CONCAT44(iStack_1c,uStack_20)" identifier (argument_list "(iStack_1c,uStack_20)" ( identifier , identifier )))) ;) (expression_statement "*(undefined8 **)(param_1 + 0x50) = puVar2;" (assignment_expression "*(undefined8 **)(param_1 + 0x50) = puVar2" (pointer_expression "*(undefined8 **)(param_1 + 0x50)" * (cast_expression "(undefined8 **)(param_1 + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) = identifier) ;) }))) (expression_statement "lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 5;" (assignment_expression "lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 5" identifier = (binary_expression "(long)puVar2 - *(long *)(param_1 + 0x48) >> 5" (binary_expression "(long)puVar2 - *(long *)(param_1 + 0x48)" (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (pointer_expression "*(long *)(param_1 + 0x48)" * (cast_expression "(long *)(param_1 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) ))))) >> number_literal)) ;) (if_statement "if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 * 8;\n *(byte *)(param_4 + 0x20) = *(byte *)(param_4 + 0x20) | 0x10;\n if ((uStack_20 & 0x10000000) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((iStack_1c != -4) && (lStack_30 != 0)) {\n if (*(int *)(lStack_30 + 0xa4) == 0) {\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }\n *(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;\n }\n return;\n }" if (parenthesized_expression "((*(byte *)(param_1 + 0x20) & 2) == 0)" ( (binary_expression "(*(byte *)(param_1 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 2)" ( (binary_expression "*(byte *)(param_1 + 0x20) & 2" (pointer_expression "*(byte *)(param_1 + 0x20)" * (cast_expression "(byte *)(param_1 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n *(long *)(param_1 + 0x10) = lVar3 * 8;\n *(byte *)(param_4 + 0x20) = *(byte *)(param_4 + 0x20) | 0x10;\n if ((uStack_20 & 0x10000000) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((iStack_1c != -4) && (lStack_30 != 0)) {\n if (*(int *)(lStack_30 + 0xa4) == 0) {\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }\n *(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;\n }\n return;\n }" { (expression_statement "*(long *)(param_1 + 0x10) = lVar3 * 8;" (assignment_expression "*(long *)(param_1 + 0x10) = lVar3 * 8" (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) = (binary_expression "lVar3 * 8" identifier * number_literal)) ;) (expression_statement "*(byte *)(param_4 + 0x20) = *(byte *)(param_4 + 0x20) | 0x10;" (assignment_expression "*(byte *)(param_4 + 0x20) = *(byte *)(param_4 + 0x20) | 0x10" (pointer_expression "*(byte *)(param_4 + 0x20)" * (cast_expression "(byte *)(param_4 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x20)" ( (binary_expression "param_4 + 0x20" identifier + number_literal) )))) = (binary_expression "*(byte *)(param_4 + 0x20) | 0x10" (pointer_expression "*(byte *)(param_4 + 0x20)" * (cast_expression "(byte *)(param_4 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x20)" ( (binary_expression "param_4 + 0x20" identifier + number_literal) )))) | number_literal)) ;) (if_statement "if ((uStack_20 & 0x10000000) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }" if (parenthesized_expression "((uStack_20 & 0x10000000) != 0)" ( (binary_expression "(uStack_20 & 0x10000000) != 0" (parenthesized_expression "(uStack_20 & 0x10000000)" ( (binary_expression "uStack_20 & 0x10000000" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }" { (expression_statement "*(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;" (assignment_expression "*(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1" (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) = (binary_expression "*(long *)(param_1 + 0x38) + 1" (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) + number_literal)) ;) })) (if_statement "if ((iStack_1c != -4) && (lStack_30 != 0)) {\n if (*(int *)(lStack_30 + 0xa4) == 0) {\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }\n *(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;\n }" if (parenthesized_expression "((iStack_1c != -4) && (lStack_30 != 0))" ( (binary_expression "(iStack_1c != -4) && (lStack_30 != 0)" (parenthesized_expression "(iStack_1c != -4)" ( (binary_expression "iStack_1c != -4" identifier != number_literal) )) && (parenthesized_expression "(lStack_30 != 0)" ( (binary_expression "lStack_30 != 0" identifier != number_literal) ))) )) (compound_statement "{\n if (*(int *)(lStack_30 + 0xa4) == 0) {\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }\n *(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;\n }" { (if_statement "if (*(int *)(lStack_30 + 0xa4) == 0) {\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }" if (parenthesized_expression "(*(int *)(lStack_30 + 0xa4) == 0)" ( (binary_expression "*(int *)(lStack_30 + 0xa4) == 0" (pointer_expression "*(int *)(lStack_30 + 0xa4)" * (cast_expression "(int *)(lStack_30 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_30 + 0xa4)" ( (binary_expression "lStack_30 + 0xa4" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }" { (expression_statement "*(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;" (assignment_expression "*(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1" (pointer_expression "*(int *)(lStack_30 + 0xa0)" * (cast_expression "(int *)(lStack_30 + 0xa0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_30 + 0xa0)" ( (binary_expression "lStack_30 + 0xa0" identifier + number_literal) )))) = (binary_expression "(int)lVar3 + -1" (cast_expression "(int)lVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal)) ;) })) (expression_statement "*(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;" (assignment_expression "*(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1" (pointer_expression "*(int *)(lStack_30 + 0xa4)" * (cast_expression "(int *)(lStack_30 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_30 + 0xa4)" ( (binary_expression "lStack_30 + 0xa4" identifier + number_literal) )))) = (binary_expression "*(int *)(lStack_30 + 0xa4) + 1" (pointer_expression "*(int *)(lStack_30 + 0xa4)" * (cast_expression "(int *)(lStack_30 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_30 + 0xa4)" ( (binary_expression "lStack_30 + 0xa4" identifier + number_literal) )))) + number_literal)) ;) })) (return_statement "return;" return ;) })) comment (expression_statement "FUN_00199900("../../gold/output.h",0x231,"set_current_data_size_for_child");" (call_expression "FUN_00199900("../../gold/output.h",0x231,"set_current_data_size_for_child")" identifier (argument_list "("../../gold/output.h",0x231,"set_current_data_size_for_child")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_current_data_size_for_child"" " string_content ") ))) ;) })) comment (expression_statement "FUN_00199900("../../gold/gold.h",0xc0,"convert_types");" (call_expression "FUN_00199900("../../gold/gold.h",0xc0,"convert_types")" identifier (argument_list "("../../gold/gold.h",0xc0,"convert_types")" ( (string_literal ""../../gold/gold.h"" " string_content ") , number_literal , (string_literal ""convert_types"" " string_content ") ))) ;) }))) | (translation_unit "/* WARNING: Type propagation algorithm not settling */\n/* DWARF original prototype: void add_global_generic(Output_data_reloc<9,_true,_32,_false> * this,\n Symbol * gsym, uint type, Output_data * od, uint64_t address, uint64_t addend) */\n\nvoid __thiscall\ngold::Output_data_reloc<9,_true,_32,_false>::add_global_generic\n (Output_data_reloc<9,_true,_32,_false> *this,Symbol *gsym,uint type,Output_data *od,\n uint64_t address,uint64_t addend)\n\n{\n size_t *psVar1;\n uint uVar2;\n iterator __position;\n Output_reloc<9,_true,_32,_false> *pOVar3;\n long lVar4;\n anon_union_8_4_c82d8563_for_u1_ local_38;\n Sized_relobj<32,_false> *pSStack_30;\n undefined8 local_28;\n uint uStack_20;\n int iStack_1c;\n \n if (addend != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x6ca,"add_global_generic");\n }\n if (address == (address & 0xffffffff)) {\n Output_reloc<9,_true,_32,_false>::Output_reloc\n ((Output_reloc<9,_true,_32,_false> *)&local_38,gsym,type,od,(Address)address,false,\n false,false);\n __position._M_current =\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<9,_true,_32,_false>&>\n (&(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_,__position,\n (Output_reloc<9,_true,_32,_false> *)&local_38);\n pOVar3 = (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish;\n }\n else {\n pOVar3 = __position._M_current + 1;\n (__position._M_current)->u1_ = local_38;\n ((__position._M_current)->u2_).relobj = pSStack_30;\n (__position._M_current)->address_ = (undefined4)local_28;\n (__position._M_current)->local_sym_index_ = local_28._4_4_;\n *(ulong *)&(__position._M_current)->field_0x18 = CONCAT44(iStack_1c,uStack_20);\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish = pOVar3;\n }\n lVar4 = (long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_start >> 5;\n if (((this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20 & 2)\n == 0) {\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n lVar4 * 8;\n od->field_0x20 = od->field_0x20 | 0x10;\n if ((uStack_20 & 0x10000000) != 0) {\n psVar1 = &(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_;\n *psVar1 = *psVar1 + 1;\n }\n if ((iStack_1c != -4) && (pSStack_30 != (Sized_relobj<32,_false> *)0x0)) {\n uVar2 = (pSStack_30->super_Relobj).dyn_reloc_count_;\n if (uVar2 == 0) {\n (pSStack_30->super_Relobj).first_dyn_reloc_ = (int)lVar4 - 1;\n }\n (pSStack_30->super_Relobj).dyn_reloc_count_ = uVar2 + 1;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types");\n}\n\n" comment comment (declaration "void __thiscall\ngold::Output_data_reloc<9,_true,_32,_false>::add_global_generic\n (Output_data_reloc<9,_true,_32,_false> *this,Symbol *gsym,uint type,Output_data *od,\n uint64_t address,uint64_t addend)\n\n{\n size_t *psVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_false>::add_global_generic\n (Output_data_reloc<9,_true,_32,_false> *this,Symbol *gsym,uint type,Output_data *od,\n uint64_t address,uint64_t addend)\n\n{\n size_t" identifier > : : (function_declarator "add_global_generic\n (Output_data_reloc<9,_true,_32,_false> *this,Symbol *gsym,uint type,Output_data *od,\n uint64_t address,uint64_t addend)" identifier (parameter_list "(Output_data_reloc<9,_true,_32,_false> *this,Symbol *gsym,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 "_32" type_identifier) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol *gsym" type_identifier (pointer_declarator "*gsym" * identifier)) , (parameter_declaration "uint type" type_identifier identifier) , (parameter_declaration "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) ))) { primitive_type) (pointer_declarator "*psVar1" * identifier) ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "iterator __position;" type_identifier identifier ;) (expression_statement "Output_reloc<9,_true,_32,_false> *pOVar3;" (update_expression "Output_reloc<9,_true,_32,_false> *pOVar3" (binary_expression "Output_reloc<9,_true,_32,_false> *pOVar3" (binary_expression "Output_reloc<9" identifier < number_literal) (ERROR ",_true,_32,_false" , identifier , identifier , identifier) > (pointer_expression "*pOVar3" * identifier)) --) ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "anon_union_8_4_c82d8563_for_u1_ local_38;" type_identifier identifier ;) (expression_statement "Sized_relobj<32,_false> *pSStack_30;" (update_expression "Sized_relobj<32,_false> *pSStack_30" (binary_expression "Sized_relobj<32,_false> *pSStack_30" (binary_expression "Sized_relobj<32" identifier < number_literal) (ERROR ",_false" , identifier) > (pointer_expression "*pSStack_30" * identifier)) --) ;) (declaration "undefined8 local_28;" type_identifier identifier ;) (declaration "uint uStack_20;" type_identifier identifier ;) (declaration "int iStack_1c;" primitive_type identifier ;) (if_statement "if (addend != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x6ca,"add_global_generic");\n }" if (parenthesized_expression "(addend != 0)" ( (binary_expression "addend != 0" identifier != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x6ca,"add_global_generic");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.h",0x6ca,"add_global_generic");" (call_expression "do_gold_unreachable("../../gold/output.h",0x6ca,"add_global_generic")" identifier (argument_list "("../../gold/output.h",0x6ca,"add_global_generic")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""add_global_generic"" " string_content ") ))) ;) })) (if_statement "if (address == (address & 0xffffffff)) {\n Output_reloc<9,_true,_32,_false>::Output_reloc\n ((Output_reloc<9,_true,_32,_false> *)&local_38,gsym,type,od,(Address)address,false,\n false,false);\n __position._M_current =\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<9,_true,_32,_false>&>\n (&(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_,__position,\n (Output_reloc<9,_true,_32,_false> *)&local_38);\n pOVar3 = (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish;\n }\n else {\n pOVar3 = __position._M_current + 1;\n (__position._M_current)->u1_ = local_38;\n ((__position._M_current)->u2_).relobj = pSStack_30;\n (__position._M_current)->address_ = (undefined4)local_28;\n (__position._M_current)->local_sym_index_ = local_28._4_4_;\n *(ulong *)&(__position._M_current)->field_0x18 = CONCAT44(iStack_1c,uStack_20);\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish = pOVar3;\n }\n lVar4 = (long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_start >> 5;\n if (((this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20 & 2)\n == 0) {\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n lVar4 * 8;\n od->field_0x20 = od->field_0x20 | 0x10;\n if ((uStack_20 & 0x10000000) != 0) {\n psVar1 = &(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_;\n *psVar1 = *psVar1 + 1;\n }\n if ((iStack_1c != -4) && (pSStack_30 != (Sized_relobj<32,_false> *)0x0)) {\n uVar2 = (pSStack_30->super_Relobj).dyn_reloc_count_;\n if (uVar2 == 0) {\n (pSStack_30->super_Relobj).first_dyn_reloc_ = (int)lVar4 - 1;\n }\n (pSStack_30->super_Relobj).dyn_reloc_count_ = uVar2 + 1;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }" if (parenthesized_expression "(address == (address & 0xffffffff))" ( (binary_expression "address == (address & 0xffffffff)" identifier == (parenthesized_expression "(address & 0xffffffff)" ( (binary_expression "address & 0xffffffff" identifier & number_literal) ))) )) (compound_statement "{\n Output_reloc<9,_true,_32,_false>::Output_reloc\n ((Output_reloc<9,_true,_32,_false> *)&local_38,gsym,type,od,(Address)address,false,\n false,false);\n __position._M_current =\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<9,_true,_32,_false>&>\n (&(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_,__position,\n (Output_reloc<9,_true,_32,_false> *)&local_38);\n pOVar3 = (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish;\n }\n else {\n pOVar3 = __position._M_current + 1;\n (__position._M_current)->u1_ = local_38;\n ((__position._M_current)->u2_).relobj = pSStack_30;\n (__position._M_current)->address_ = (undefined4)local_28;\n (__position._M_current)->local_sym_index_ = local_28._4_4_;\n *(ulong *)&(__position._M_current)->field_0x18 = CONCAT44(iStack_1c,uStack_20);\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish = pOVar3;\n }\n lVar4 = (long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_start >> 5;\n if (((this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20 & 2)\n == 0) {\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n lVar4 * 8;\n od->field_0x20 = od->field_0x20 | 0x10;\n if ((uStack_20 & 0x10000000) != 0) {\n psVar1 = &(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_;\n *psVar1 = *psVar1 + 1;\n }\n if ((iStack_1c != -4) && (pSStack_30 != (Sized_relobj<32,_false> *)0x0)) {\n uVar2 = (pSStack_30->super_Relobj).dyn_reloc_count_;\n if (uVar2 == 0) {\n (pSStack_30->super_Relobj).first_dyn_reloc_ = (int)lVar4 - 1;\n }\n (pSStack_30->super_Relobj).dyn_reloc_count_ = uVar2 + 1;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }" { (expression_statement "Output_reloc<9,_true,_32,_false>::Output_reloc\n ((Output_reloc<9,_true,_32,_false> *)&local_38,gsym,type,od,(Address)address,false,\n false,false);" (comma_expression "Output_reloc<9,_true,_32,_false>::Output_reloc\n ((Output_reloc<9,_true,_32,_false> *)&local_38,gsym,type,od,(Address)address,false,\n false,false)" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_false>::Output_reloc\n ((Output_reloc<9,_true,_32,_false> *)&local_38,gsym,type,od,(Address)address,false,\n false,false)" identifier , (comma_expression "_32,_false>::Output_reloc\n ((Output_reloc<9,_true,_32,_false> *)&local_38,gsym,type,od,(Address)address,false,\n false,false)" identifier , (binary_expression "_false>::Output_reloc\n ((Output_reloc<9,_true,_32,_false> *)&local_38,gsym,type,od,(Address)address,false,\n false,false)" identifier > (ERROR "::" : :) (call_expression "Output_reloc\n ((Output_reloc<9,_true,_32,_false> *)&local_38,gsym,type,od,(Address)address,false,\n false,false)" identifier (argument_list "((Output_reloc<9,_true,_32,_false> *)&local_38,gsym,type,od,(Address)address,false,\n false,false)" ( (binary_expression "(Output_reloc<9,_true,_32,_false> *)&local_38" (parenthesized_expression "(Output_reloc<9,_true,_32,_false> *)" ( (comma_expression "Output_reloc<9,_true,_32,_false> *" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_false> *" identifier , (comma_expression "_32,_false> *" identifier , (binary_expression "_false> *" identifier > (pointer_expression "*" * identifier))))) )) & identifier) , identifier , identifier , identifier , (cast_expression "(Address)address" ( (type_descriptor "Address" type_identifier) ) identifier) , false , false , false ))))))) ;) (ERROR "__position._M_current =\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::" (comma_expression "__position._M_current =\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std" (binary_expression "__position._M_current =\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9" (assignment_expression "__position._M_current =\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold" (field_expression "__position._M_current" identifier . field_identifier) = (binary_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_false" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_false" identifier , (comma_expression "_32,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) < identifier)) (ERROR "::Output_reloc" : : identifier) < number_literal) , (comma_expression "_true,_32,_false>,_std" identifier , (comma_expression "_32,_false>,_std" identifier , (binary_expression "_false>,_std" identifier > (ERROR "," ,) identifier)))) : : identifier < identifier : :) (expression_statement "Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish;" (comma_expression "Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_false>_>_>\n ._M_impl._M_finish" identifier , (comma_expression "_32,_false>_>_>\n ._M_impl._M_finish" identifier , (field_expression "_false>_>_>\n ._M_impl._M_finish" (field_expression "_false>_>_>\n ._M_impl" (binary_expression "_false>_>_" (binary_expression "_false>_" identifier > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier)))) ;) (if_statement "if (__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<9,_true,_32,_false>&>\n (&(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_,__position,\n (Output_reloc<9,_true,_32,_false> *)&local_38);\n pOVar3 = (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish;\n }\n else {\n pOVar3 = __position._M_current + 1;\n (__position._M_current)->u1_ = local_38;\n ((__position._M_current)->u2_).relobj = pSStack_30;\n (__position._M_current)->address_ = (undefined4)local_28;\n (__position._M_current)->local_sym_index_ = local_28._4_4_;\n *(ulong *)&(__position._M_current)->field_0x18 = CONCAT44(iStack_1c,uStack_20);\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish = pOVar3;\n }" if (parenthesized_expression "(__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_end_of_storage)" ( (ERROR "__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::" (comma_expression "__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std" (binary_expression "__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9" (binary_expression "__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold" (field_expression "__position._M_current" identifier . field_identifier) == (binary_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_false" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_false" identifier , (comma_expression "_32,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) < identifier)) (ERROR "::Output_reloc" : : identifier) < number_literal) , (comma_expression "_true,_32,_false>,_std" identifier , (comma_expression "_32,_false>,_std" identifier , (binary_expression "_false>,_std" identifier > (ERROR "," ,) identifier)))) : : identifier < identifier : :) (comma_expression "Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_end_of_storage" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_false>_>_>\n ._M_impl._M_end_of_storage" identifier , (comma_expression "_32,_false>_>_>\n ._M_impl._M_end_of_storage" identifier , (field_expression "_false>_>_>\n ._M_impl._M_end_of_storage" (field_expression "_false>_>_>\n ._M_impl" (binary_expression "_false>_>_" (binary_expression "_false>_" identifier > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier)))) )) (compound_statement "{\n std::\n vector<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<9,_true,_32,_false>&>\n (&(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_,__position,\n (Output_reloc<9,_true,_32,_false> *)&local_38);\n pOVar3 = (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish;\n }" { (labeled_statement "std::\n vector<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<9,_true,_32,_false>&>\n (&(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_,__position,\n (Output_reloc<9,_true,_32,_false> *)&local_38);" statement_identifier (ERROR "::\n vector<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ::_M_realloc_insert<const_gold:" : : (binary_expression "vector<gold" identifier < identifier) : : (comma_expression "Output_reloc<9,_true,_32,_false>,_std" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_false>,_std" identifier , (comma_expression "_32,_false>,_std" identifier , (binary_expression "_false>,_std" identifier > (ERROR "," ,) identifier)))) : : (binary_expression "allocator<gold" identifier < identifier) : : (comma_expression "Output_reloc<9,_true,_32,_false>_>_>\n ::_M_realloc_insert<const_gold" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_false>_>_>\n ::_M_realloc_insert<const_gold" identifier , (comma_expression "_32,_false>_>_>\n ::_M_realloc_insert<const_gold" identifier , (binary_expression "_false>_>_>\n ::_M_realloc_insert<const_gold" (binary_expression "_false>_>_>\n ::_M_realloc_insert" (binary_expression "_false>_>_" (binary_expression "_false>_" identifier > identifier) > identifier) > (ERROR "::" : :) identifier) < identifier)))) :) : (expression_statement "Output_reloc<9,_true,_32,_false>&>\n (&(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_,__position,\n (Output_reloc<9,_true,_32,_false> *)&local_38);" (comma_expression "Output_reloc<9,_true,_32,_false>&>\n (&(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_,__position,\n (Output_reloc<9,_true,_32,_false> *)&local_38)" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_false>&>\n (&(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_,__position,\n (Output_reloc<9,_true,_32,_false> *)&local_38)" identifier , (comma_expression "_32,_false>&>\n (&(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_,__position,\n (Output_reloc<9,_true,_32,_false> *)&local_38)" identifier , (binary_expression "_false>&>\n (&(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_,__position,\n (Output_reloc<9,_true,_32,_false> *)&local_38)" identifier > (pointer_expression "&>\n (&(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_,__position,\n (Output_reloc<9,_true,_32,_false> *)&local_38)" & (ERROR ">" >) (parenthesized_expression "(&(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_,__position,\n (Output_reloc<9,_true,_32,_false> *)&local_38)" ( (comma_expression "&(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_,__position,\n (Output_reloc<9,_true,_32,_false> *)&local_38" (pointer_expression "&(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_" & (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_false" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_false" identifier , (comma_expression "_32,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier)) , (comma_expression "__position,\n (Output_reloc<9,_true,_32,_false> *)&local_38" identifier , (binary_expression "(Output_reloc<9,_true,_32,_false> *)&local_38" (parenthesized_expression "(Output_reloc<9,_true,_32,_false> *)" ( (comma_expression "Output_reloc<9,_true,_32,_false> *" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_false> *" identifier , (comma_expression "_32,_false> *" identifier , (binary_expression "_false> *" identifier > (pointer_expression "*" * identifier))))) )) & identifier))) ))))))) ;)) (ERROR "pOVar3 = (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::" (comma_expression "pOVar3 = (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std" (binary_expression "pOVar3 = (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9" (assignment_expression "pOVar3 = (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold" identifier = (binary_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_false" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_false" identifier , (comma_expression "_32,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) < identifier)) (ERROR "::Output_reloc" : : identifier) < number_literal) , (comma_expression "_true,_32,_false>,_std" identifier , (comma_expression "_32,_false>,_std" identifier , (binary_expression "_false>,_std" identifier > (ERROR "," ,) identifier)))) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish;" (comma_expression "Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_false>_>_>\n ._M_impl._M_finish" identifier , (comma_expression "_32,_false>_>_>\n ._M_impl._M_finish" identifier , (field_expression "_false>_>_>\n ._M_impl._M_finish" (field_expression "_false>_>_>\n ._M_impl" (binary_expression "_false>_>_" (binary_expression "_false>_" identifier > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier)))) ;) }) (else_clause "else {\n pOVar3 = __position._M_current + 1;\n (__position._M_current)->u1_ = local_38;\n ((__position._M_current)->u2_).relobj = pSStack_30;\n (__position._M_current)->address_ = (undefined4)local_28;\n (__position._M_current)->local_sym_index_ = local_28._4_4_;\n *(ulong *)&(__position._M_current)->field_0x18 = CONCAT44(iStack_1c,uStack_20);\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish = pOVar3;\n }" else (compound_statement "{\n pOVar3 = __position._M_current + 1;\n (__position._M_current)->u1_ = local_38;\n ((__position._M_current)->u2_).relobj = pSStack_30;\n (__position._M_current)->address_ = (undefined4)local_28;\n (__position._M_current)->local_sym_index_ = local_28._4_4_;\n *(ulong *)&(__position._M_current)->field_0x18 = CONCAT44(iStack_1c,uStack_20);\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish = pOVar3;\n }" { (expression_statement "pOVar3 = __position._M_current + 1;" (assignment_expression "pOVar3 = __position._M_current + 1" identifier = (binary_expression "__position._M_current + 1" (field_expression "__position._M_current" identifier . field_identifier) + number_literal)) ;) (expression_statement "(__position._M_current)->u1_ = local_38;" (assignment_expression "(__position._M_current)->u1_ = local_38" (field_expression "(__position._M_current)->u1_" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) = identifier) ;) (expression_statement "((__position._M_current)->u2_).relobj = pSStack_30;" (assignment_expression "((__position._M_current)->u2_).relobj = pSStack_30" (field_expression "((__position._M_current)->u2_).relobj" (parenthesized_expression "((__position._M_current)->u2_)" ( (field_expression "(__position._M_current)->u2_" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "(__position._M_current)->address_ = (undefined4)local_28;" (assignment_expression "(__position._M_current)->address_ = (undefined4)local_28" (field_expression "(__position._M_current)->address_" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) = (cast_expression "(undefined4)local_28" ( (type_descriptor "undefined4" type_identifier) ) identifier)) ;) (expression_statement "(__position._M_current)->local_sym_index_ = local_28._4_4_;" (assignment_expression "(__position._M_current)->local_sym_index_ = local_28._4_4_" (field_expression "(__position._M_current)->local_sym_index_" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) = (field_expression "local_28._4_4_" identifier . field_identifier)) ;) (expression_statement "*(ulong *)&(__position._M_current)->field_0x18 = CONCAT44(iStack_1c,uStack_20);" (assignment_expression "*(ulong *)&(__position._M_current)->field_0x18 = CONCAT44(iStack_1c,uStack_20)" (pointer_expression "*(ulong *)&(__position._M_current)->field_0x18" * (cast_expression "(ulong *)&(__position._M_current)->field_0x18" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(__position._M_current)->field_0x18" & (field_expression "(__position._M_current)->field_0x18" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier)))) = (call_expression "CONCAT44(iStack_1c,uStack_20)" identifier (argument_list "(iStack_1c,uStack_20)" ( identifier , identifier )))) ;) (ERROR "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::" (comma_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std" (binary_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9" (binary_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_false" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_false" identifier , (comma_expression "_32,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) < identifier) (ERROR "::Output_reloc" : : identifier) < number_literal) , (comma_expression "_true,_32,_false>,_std" identifier , (comma_expression "_32,_false>,_std" identifier , (binary_expression "_false>,_std" identifier > (ERROR "," ,) identifier)))) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish = pOVar3;" (comma_expression "Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish = pOVar3" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_false>_>_>\n ._M_impl._M_finish = pOVar3" identifier , (comma_expression "_32,_false>_>_>\n ._M_impl._M_finish = pOVar3" identifier , (assignment_expression "_false>_>_>\n ._M_impl._M_finish = pOVar3" (field_expression "_false>_>_>\n ._M_impl._M_finish" (field_expression "_false>_>_>\n ._M_impl" (binary_expression "_false>_>_" (binary_expression "_false>_" identifier > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = identifier)))) ;) }))) (ERROR "lVar4 = (long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::" (comma_expression "lVar4 = (long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std" (binary_expression "lVar4 = (long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9" (assignment_expression "lVar4 = (long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold" identifier = (binary_expression "(long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold" (binary_expression "(long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base" (cast_expression "(long)pOVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_false" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_false" identifier , (comma_expression "_32,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier))) < identifier)) (ERROR "::Output_reloc" : : identifier) < number_literal) , (comma_expression "_true,_32,_false>,_std" identifier , (comma_expression "_32,_false>,_std" identifier , (binary_expression "_false>,_std" identifier > (ERROR "," ,) identifier)))) : : identifier < identifier : :) (expression_statement "Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_start >> 5;" (comma_expression "Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_start >> 5" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_false>_>_>\n ._M_impl._M_start >> 5" identifier , (comma_expression "_32,_false>_>_>\n ._M_impl._M_start >> 5" identifier , (binary_expression "_false>_>_>\n ._M_impl._M_start >> 5" (field_expression "_false>_>_>\n ._M_impl._M_start" (field_expression "_false>_>_>\n ._M_impl" (binary_expression "_false>_>_" (binary_expression "_false>_" identifier > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) >> number_literal)))) ;) (if_statement "if (((this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20 & 2)\n == 0) {\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n lVar4 * 8;\n od->field_0x20 = od->field_0x20 | 0x10;\n if ((uStack_20 & 0x10000000) != 0) {\n psVar1 = &(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_;\n *psVar1 = *psVar1 + 1;\n }\n if ((iStack_1c != -4) && (pSStack_30 != (Sized_relobj<32,_false> *)0x0)) {\n uVar2 = (pSStack_30->super_Relobj).dyn_reloc_count_;\n if (uVar2 == 0) {\n (pSStack_30->super_Relobj).first_dyn_reloc_ = (int)lVar4 - 1;\n }\n (pSStack_30->super_Relobj).dyn_reloc_count_ = uVar2 + 1;\n }\n return;\n }" if (parenthesized_expression "(((this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20 & 2)\n == 0)" ( (binary_expression "((this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20 & 2)\n == 0" (parenthesized_expression "((this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20 & 2)" ( (binary_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20 & 2" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_false" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_false" identifier , (comma_expression "_32,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n lVar4 * 8;\n od->field_0x20 = od->field_0x20 | 0x10;\n if ((uStack_20 & 0x10000000) != 0) {\n psVar1 = &(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_;\n *psVar1 = *psVar1 + 1;\n }\n if ((iStack_1c != -4) && (pSStack_30 != (Sized_relobj<32,_false> *)0x0)) {\n uVar2 = (pSStack_30->super_Relobj).dyn_reloc_count_;\n if (uVar2 == 0) {\n (pSStack_30->super_Relobj).first_dyn_reloc_ = (int)lVar4 - 1;\n }\n (pSStack_30->super_Relobj).dyn_reloc_count_ = uVar2 + 1;\n }\n return;\n }" { (expression_statement "(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n lVar4 * 8;" (assignment_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n lVar4 * 8" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_false" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_false" identifier , (comma_expression "_32,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = (binary_expression "lVar4 * 8" identifier * number_literal)) ;) (expression_statement "od->field_0x20 = od->field_0x20 | 0x10;" (assignment_expression "od->field_0x20 = od->field_0x20 | 0x10" (field_expression "od->field_0x20" identifier -> field_identifier) = (binary_expression "od->field_0x20 | 0x10" (field_expression "od->field_0x20" identifier -> field_identifier) | number_literal)) ;) (if_statement "if ((uStack_20 & 0x10000000) != 0) {\n psVar1 = &(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_;\n *psVar1 = *psVar1 + 1;\n }" if (parenthesized_expression "((uStack_20 & 0x10000000) != 0)" ( (binary_expression "(uStack_20 & 0x10000000) != 0" (parenthesized_expression "(uStack_20 & 0x10000000)" ( (binary_expression "uStack_20 & 0x10000000" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n psVar1 = &(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_;\n *psVar1 = *psVar1 + 1;\n }" { (expression_statement "psVar1 = &(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_;" (assignment_expression "psVar1 = &(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_" identifier = (pointer_expression "&(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_" & (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_false" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_false" identifier , (comma_expression "_32,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier))) ;) (expression_statement "*psVar1 = *psVar1 + 1;" (assignment_expression "*psVar1 = *psVar1 + 1" (pointer_expression "*psVar1" * identifier) = (binary_expression "*psVar1 + 1" (pointer_expression "*psVar1" * identifier) + number_literal)) ;) })) (if_statement "if ((iStack_1c != -4) && (pSStack_30 != (Sized_relobj<32,_false> *)0x0)) {\n uVar2 = (pSStack_30->super_Relobj).dyn_reloc_count_;\n if (uVar2 == 0) {\n (pSStack_30->super_Relobj).first_dyn_reloc_ = (int)lVar4 - 1;\n }\n (pSStack_30->super_Relobj).dyn_reloc_count_ = uVar2 + 1;\n }" if (parenthesized_expression "((iStack_1c != -4) && (pSStack_30 != (Sized_relobj<32,_false> *)0x0))" ( (binary_expression "(iStack_1c != -4) && (pSStack_30 != (Sized_relobj<32,_false> *)0x0))" (parenthesized_expression "(iStack_1c != -4)" ( (binary_expression "iStack_1c != -4" identifier != number_literal) )) && (parenthesized_expression "(pSStack_30 != (Sized_relobj<32,_false> *)0x0))" ( (binary_expression "pSStack_30 != (Sized_relobj<32,_false> *)0x0)" identifier != (parenthesized_expression "(Sized_relobj<32,_false> *)0x0)" ( (comma_expression "Sized_relobj<32,_false> *)0x0" (binary_expression "Sized_relobj<32" identifier < number_literal) , (binary_expression "_false> *)0x0" identifier > (pointer_expression "*)0x0" * (ERROR ")" )) number_literal))) ))) ))) )) (compound_statement "{\n uVar2 = (pSStack_30->super_Relobj).dyn_reloc_count_;\n if (uVar2 == 0) {\n (pSStack_30->super_Relobj).first_dyn_reloc_ = (int)lVar4 - 1;\n }\n (pSStack_30->super_Relobj).dyn_reloc_count_ = uVar2 + 1;\n }" { (expression_statement "uVar2 = (pSStack_30->super_Relobj).dyn_reloc_count_;" (assignment_expression "uVar2 = (pSStack_30->super_Relobj).dyn_reloc_count_" identifier = (field_expression "(pSStack_30->super_Relobj).dyn_reloc_count_" (parenthesized_expression "(pSStack_30->super_Relobj)" ( (field_expression "pSStack_30->super_Relobj" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if (uVar2 == 0) {\n (pSStack_30->super_Relobj).first_dyn_reloc_ = (int)lVar4 - 1;\n }" if (parenthesized_expression "(uVar2 == 0)" ( (binary_expression "uVar2 == 0" identifier == number_literal) )) (compound_statement "{\n (pSStack_30->super_Relobj).first_dyn_reloc_ = (int)lVar4 - 1;\n }" { (expression_statement "(pSStack_30->super_Relobj).first_dyn_reloc_ = (int)lVar4 - 1;" (assignment_expression "(pSStack_30->super_Relobj).first_dyn_reloc_ = (int)lVar4 - 1" (field_expression "(pSStack_30->super_Relobj).first_dyn_reloc_" (parenthesized_expression "(pSStack_30->super_Relobj)" ( (field_expression "pSStack_30->super_Relobj" identifier -> field_identifier) )) . field_identifier) = (binary_expression "(int)lVar4 - 1" (cast_expression "(int)lVar4" ( (type_descriptor "int" primitive_type) ) identifier) - number_literal)) ;) })) (expression_statement "(pSStack_30->super_Relobj).dyn_reloc_count_ = uVar2 + 1;" (assignment_expression "(pSStack_30->super_Relobj).dyn_reloc_count_ = uVar2 + 1" (field_expression "(pSStack_30->super_Relobj).dyn_reloc_count_" (parenthesized_expression "(pSStack_30->super_Relobj)" ( (field_expression "pSStack_30->super_Relobj" identifier -> field_identifier) )) . field_identifier) = (binary_expression "uVar2 + 1" identifier + number_literal)) ;) })) (return_statement "return;" return ;) })) comment (expression_statement "do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child");" (call_expression "do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child")" identifier (argument_list "("../../gold/output.h",0x231,"set_current_data_size_for_child")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_current_data_size_for_child"" " string_content ") ))) ;) })) comment (expression_statement "do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types");" (call_expression "do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types")" identifier (argument_list "("../../gold/gold.h",0xc0,"convert_types")" ( (string_literal ""../../gold/gold.h"" " string_content ") , number_literal , (string_literal ""convert_types"" " string_content ") ))) ;) (ERROR "}" })) | (translation_unit "void FUN_0016a5b0(long param_1,undefined8 param_2,undefined8 param_3,long param_4,ulong param_5,\n long param_6)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 local_38;\n long lStack_30;\n undefined8 local_28;\n uint uStack_20;\n int iStack_1c;\n \n if (param_6 != 0) {\n \n FUN_00199900("../../gold/output.h",0x6ca,"add_global_generic");\n }\n if (param_5 == (param_5 & 0xffffffff)) {\n FUN_001f9b20(&local_38);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_0016a0f0(param_1 + 0x48,puVar1,&local_38);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 4;\n *puVar1 = local_38;\n puVar1[1] = lStack_30;\n puVar1[2] = local_28;\n puVar1[3] = CONCAT44(iStack_1c,uStack_20);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 5;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 * 8;\n *(byte *)(param_4 + 0x20) = *(byte *)(param_4 + 0x20) | 0x10;\n if ((uStack_20 & 0x10000000) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((iStack_1c != -4) && (lStack_30 != 0)) {\n if (*(int *)(lStack_30 + 0xa4) == 0) {\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }\n *(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;\n }\n return;\n }\n \n FUN_00199900("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }\n \n FUN_00199900("../../gold/gold.h",0xc0,"convert_types");\n}\n\n" (function_definition "void FUN_0016a5b0(long param_1,undefined8 param_2,undefined8 param_3,long param_4,ulong param_5,\n long param_6)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 local_38;\n long lStack_30;\n undefined8 local_28;\n uint uStack_20;\n int iStack_1c;\n \n if (param_6 != 0) {\n \n FUN_00199900("../../gold/output.h",0x6ca,"add_global_generic");\n }\n if (param_5 == (param_5 & 0xffffffff)) {\n FUN_001f9b20(&local_38);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_0016a0f0(param_1 + 0x48,puVar1,&local_38);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 4;\n *puVar1 = local_38;\n puVar1[1] = lStack_30;\n puVar1[2] = local_28;\n puVar1[3] = CONCAT44(iStack_1c,uStack_20);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 5;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 * 8;\n *(byte *)(param_4 + 0x20) = *(byte *)(param_4 + 0x20) | 0x10;\n if ((uStack_20 & 0x10000000) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((iStack_1c != -4) && (lStack_30 != 0)) {\n if (*(int *)(lStack_30 + 0xa4) == 0) {\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }\n *(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;\n }\n return;\n }\n \n FUN_00199900("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }\n \n FUN_00199900("../../gold/gold.h",0xc0,"convert_types");\n}" primitive_type (function_declarator "FUN_0016a5b0(long param_1,undefined8 param_2,undefined8 param_3,long param_4,ulong param_5,\n long param_6)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,long param_4,ulong param_5,\n long param_6)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "long param_4" (sized_type_specifier "long" long) identifier) , (parameter_declaration "ulong param_5" type_identifier identifier) , (parameter_declaration "long param_6" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 local_38;\n long lStack_30;\n undefined8 local_28;\n uint uStack_20;\n int iStack_1c;\n \n if (param_6 != 0) {\n \n FUN_00199900("../../gold/output.h",0x6ca,"add_global_generic");\n }\n if (param_5 == (param_5 & 0xffffffff)) {\n FUN_001f9b20(&local_38);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_0016a0f0(param_1 + 0x48,puVar1,&local_38);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 4;\n *puVar1 = local_38;\n puVar1[1] = lStack_30;\n puVar1[2] = local_28;\n puVar1[3] = CONCAT44(iStack_1c,uStack_20);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 5;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 * 8;\n *(byte *)(param_4 + 0x20) = *(byte *)(param_4 + 0x20) | 0x10;\n if ((uStack_20 & 0x10000000) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((iStack_1c != -4) && (lStack_30 != 0)) {\n if (*(int *)(lStack_30 + 0xa4) == 0) {\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }\n *(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;\n }\n return;\n }\n \n FUN_00199900("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }\n \n FUN_00199900("../../gold/gold.h",0xc0,"convert_types");\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (declaration "long lStack_30;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 local_28;" type_identifier identifier ;) (declaration "uint uStack_20;" type_identifier identifier ;) (declaration "int iStack_1c;" primitive_type identifier ;) (if_statement "if (param_6 != 0) {\n \n FUN_00199900("../../gold/output.h",0x6ca,"add_global_generic");\n }" if (parenthesized_expression "(param_6 != 0)" ( (binary_expression "param_6 != 0" identifier != number_literal) )) (compound_statement "{\n \n FUN_00199900("../../gold/output.h",0x6ca,"add_global_generic");\n }" { (expression_statement "FUN_00199900("../../gold/output.h",0x6ca,"add_global_generic");" (call_expression "FUN_00199900("../../gold/output.h",0x6ca,"add_global_generic")" identifier (argument_list "("../../gold/output.h",0x6ca,"add_global_generic")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""add_global_generic"" " string_content ") ))) ;) })) (if_statement "if (param_5 == (param_5 & 0xffffffff)) {\n FUN_001f9b20(&local_38);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_0016a0f0(param_1 + 0x48,puVar1,&local_38);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 4;\n *puVar1 = local_38;\n puVar1[1] = lStack_30;\n puVar1[2] = local_28;\n puVar1[3] = CONCAT44(iStack_1c,uStack_20);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 5;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 * 8;\n *(byte *)(param_4 + 0x20) = *(byte *)(param_4 + 0x20) | 0x10;\n if ((uStack_20 & 0x10000000) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((iStack_1c != -4) && (lStack_30 != 0)) {\n if (*(int *)(lStack_30 + 0xa4) == 0) {\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }\n *(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;\n }\n return;\n }\n \n FUN_00199900("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }" if (parenthesized_expression "(param_5 == (param_5 & 0xffffffff))" ( (binary_expression "param_5 == (param_5 & 0xffffffff)" identifier == (parenthesized_expression "(param_5 & 0xffffffff)" ( (binary_expression "param_5 & 0xffffffff" identifier & number_literal) ))) )) (compound_statement "{\n FUN_001f9b20(&local_38);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_0016a0f0(param_1 + 0x48,puVar1,&local_38);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 4;\n *puVar1 = local_38;\n puVar1[1] = lStack_30;\n puVar1[2] = local_28;\n puVar1[3] = CONCAT44(iStack_1c,uStack_20);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 5;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 * 8;\n *(byte *)(param_4 + 0x20) = *(byte *)(param_4 + 0x20) | 0x10;\n if ((uStack_20 & 0x10000000) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((iStack_1c != -4) && (lStack_30 != 0)) {\n if (*(int *)(lStack_30 + 0xa4) == 0) {\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }\n *(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;\n }\n return;\n }\n \n FUN_00199900("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }" { (expression_statement "FUN_001f9b20(&local_38);" (call_expression "FUN_001f9b20(&local_38)" identifier (argument_list "(&local_38)" ( (pointer_expression "&local_38" & identifier) ))) ;) (expression_statement "puVar1 = *(undefined8 **)(param_1 + 0x50);" (assignment_expression "puVar1 = *(undefined8 **)(param_1 + 0x50)" identifier = (pointer_expression "*(undefined8 **)(param_1 + 0x50)" * (cast_expression "(undefined8 **)(param_1 + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) ;) (if_statement "if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_0016a0f0(param_1 + 0x48,puVar1,&local_38);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 4;\n *puVar1 = local_38;\n puVar1[1] = lStack_30;\n puVar1[2] = local_28;\n puVar1[3] = CONCAT44(iStack_1c,uStack_20);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }" if (parenthesized_expression "(puVar1 == *(undefined8 **)(param_1 + 0x58))" ( (binary_expression "puVar1 == *(undefined8 **)(param_1 + 0x58)" identifier == (pointer_expression "*(undefined8 **)(param_1 + 0x58)" * (cast_expression "(undefined8 **)(param_1 + 0x58)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x58)" ( (binary_expression "param_1 + 0x58" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_0016a0f0(param_1 + 0x48,puVar1,&local_38);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }" { (expression_statement "FUN_0016a0f0(param_1 + 0x48,puVar1,&local_38);" (call_expression "FUN_0016a0f0(param_1 + 0x48,puVar1,&local_38)" identifier (argument_list "(param_1 + 0x48,puVar1,&local_38)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) , identifier , (pointer_expression "&local_38" & identifier) ))) ;) (expression_statement "puVar2 = *(undefined8 **)(param_1 + 0x50);" (assignment_expression "puVar2 = *(undefined8 **)(param_1 + 0x50)" identifier = (pointer_expression "*(undefined8 **)(param_1 + 0x50)" * (cast_expression "(undefined8 **)(param_1 + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) ;) }) (else_clause "else {\n puVar2 = puVar1 + 4;\n *puVar1 = local_38;\n puVar1[1] = lStack_30;\n puVar1[2] = local_28;\n puVar1[3] = CONCAT44(iStack_1c,uStack_20);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }" else (compound_statement "{\n puVar2 = puVar1 + 4;\n *puVar1 = local_38;\n puVar1[1] = lStack_30;\n puVar1[2] = local_28;\n puVar1[3] = CONCAT44(iStack_1c,uStack_20);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }" { (expression_statement "puVar2 = puVar1 + 4;" (assignment_expression "puVar2 = puVar1 + 4" identifier = (binary_expression "puVar1 + 4" identifier + number_literal)) ;) (expression_statement "*puVar1 = local_38;" (assignment_expression "*puVar1 = local_38" (pointer_expression "*puVar1" * identifier) = identifier) ;) (expression_statement "puVar1[1] = lStack_30;" (assignment_expression "puVar1[1] = lStack_30" (subscript_expression "puVar1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[2] = local_28;" (assignment_expression "puVar1[2] = local_28" (subscript_expression "puVar1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[3] = CONCAT44(iStack_1c,uStack_20);" (assignment_expression "puVar1[3] = CONCAT44(iStack_1c,uStack_20)" (subscript_expression "puVar1[3]" identifier [ number_literal ]) = (call_expression "CONCAT44(iStack_1c,uStack_20)" identifier (argument_list "(iStack_1c,uStack_20)" ( identifier , identifier )))) ;) (expression_statement "*(undefined8 **)(param_1 + 0x50) = puVar2;" (assignment_expression "*(undefined8 **)(param_1 + 0x50) = puVar2" (pointer_expression "*(undefined8 **)(param_1 + 0x50)" * (cast_expression "(undefined8 **)(param_1 + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) = identifier) ;) }))) (expression_statement "lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 5;" (assignment_expression "lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 5" identifier = (binary_expression "(long)puVar2 - *(long *)(param_1 + 0x48) >> 5" (binary_expression "(long)puVar2 - *(long *)(param_1 + 0x48)" (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (pointer_expression "*(long *)(param_1 + 0x48)" * (cast_expression "(long *)(param_1 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) ))))) >> number_literal)) ;) (if_statement "if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 * 8;\n *(byte *)(param_4 + 0x20) = *(byte *)(param_4 + 0x20) | 0x10;\n if ((uStack_20 & 0x10000000) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((iStack_1c != -4) && (lStack_30 != 0)) {\n if (*(int *)(lStack_30 + 0xa4) == 0) {\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }\n *(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;\n }\n return;\n }" if (parenthesized_expression "((*(byte *)(param_1 + 0x20) & 2) == 0)" ( (binary_expression "(*(byte *)(param_1 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 2)" ( (binary_expression "*(byte *)(param_1 + 0x20) & 2" (pointer_expression "*(byte *)(param_1 + 0x20)" * (cast_expression "(byte *)(param_1 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n *(long *)(param_1 + 0x10) = lVar3 * 8;\n *(byte *)(param_4 + 0x20) = *(byte *)(param_4 + 0x20) | 0x10;\n if ((uStack_20 & 0x10000000) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((iStack_1c != -4) && (lStack_30 != 0)) {\n if (*(int *)(lStack_30 + 0xa4) == 0) {\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }\n *(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;\n }\n return;\n }" { (expression_statement "*(long *)(param_1 + 0x10) = lVar3 * 8;" (assignment_expression "*(long *)(param_1 + 0x10) = lVar3 * 8" (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) = (binary_expression "lVar3 * 8" identifier * number_literal)) ;) (expression_statement "*(byte *)(param_4 + 0x20) = *(byte *)(param_4 + 0x20) | 0x10;" (assignment_expression "*(byte *)(param_4 + 0x20) = *(byte *)(param_4 + 0x20) | 0x10" (pointer_expression "*(byte *)(param_4 + 0x20)" * (cast_expression "(byte *)(param_4 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x20)" ( (binary_expression "param_4 + 0x20" identifier + number_literal) )))) = (binary_expression "*(byte *)(param_4 + 0x20) | 0x10" (pointer_expression "*(byte *)(param_4 + 0x20)" * (cast_expression "(byte *)(param_4 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x20)" ( (binary_expression "param_4 + 0x20" identifier + number_literal) )))) | number_literal)) ;) (if_statement "if ((uStack_20 & 0x10000000) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }" if (parenthesized_expression "((uStack_20 & 0x10000000) != 0)" ( (binary_expression "(uStack_20 & 0x10000000) != 0" (parenthesized_expression "(uStack_20 & 0x10000000)" ( (binary_expression "uStack_20 & 0x10000000" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }" { (expression_statement "*(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;" (assignment_expression "*(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1" (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) = (binary_expression "*(long *)(param_1 + 0x38) + 1" (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) + number_literal)) ;) })) (if_statement "if ((iStack_1c != -4) && (lStack_30 != 0)) {\n if (*(int *)(lStack_30 + 0xa4) == 0) {\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }\n *(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;\n }" if (parenthesized_expression "((iStack_1c != -4) && (lStack_30 != 0))" ( (binary_expression "(iStack_1c != -4) && (lStack_30 != 0)" (parenthesized_expression "(iStack_1c != -4)" ( (binary_expression "iStack_1c != -4" identifier != number_literal) )) && (parenthesized_expression "(lStack_30 != 0)" ( (binary_expression "lStack_30 != 0" identifier != number_literal) ))) )) (compound_statement "{\n if (*(int *)(lStack_30 + 0xa4) == 0) {\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }\n *(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;\n }" { (if_statement "if (*(int *)(lStack_30 + 0xa4) == 0) {\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }" if (parenthesized_expression "(*(int *)(lStack_30 + 0xa4) == 0)" ( (binary_expression "*(int *)(lStack_30 + 0xa4) == 0" (pointer_expression "*(int *)(lStack_30 + 0xa4)" * (cast_expression "(int *)(lStack_30 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_30 + 0xa4)" ( (binary_expression "lStack_30 + 0xa4" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }" { (expression_statement "*(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;" (assignment_expression "*(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1" (pointer_expression "*(int *)(lStack_30 + 0xa0)" * (cast_expression "(int *)(lStack_30 + 0xa0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_30 + 0xa0)" ( (binary_expression "lStack_30 + 0xa0" identifier + number_literal) )))) = (binary_expression "(int)lVar3 + -1" (cast_expression "(int)lVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal)) ;) })) (expression_statement "*(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;" (assignment_expression "*(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1" (pointer_expression "*(int *)(lStack_30 + 0xa4)" * (cast_expression "(int *)(lStack_30 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_30 + 0xa4)" ( (binary_expression "lStack_30 + 0xa4" identifier + number_literal) )))) = (binary_expression "*(int *)(lStack_30 + 0xa4) + 1" (pointer_expression "*(int *)(lStack_30 + 0xa4)" * (cast_expression "(int *)(lStack_30 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_30 + 0xa4)" ( (binary_expression "lStack_30 + 0xa4" identifier + number_literal) )))) + number_literal)) ;) })) (return_statement "return;" return ;) })) (expression_statement "FUN_00199900("../../gold/output.h",0x231,"set_current_data_size_for_child");" (call_expression "FUN_00199900("../../gold/output.h",0x231,"set_current_data_size_for_child")" identifier (argument_list "("../../gold/output.h",0x231,"set_current_data_size_for_child")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_current_data_size_for_child"" " string_content ") ))) ;) })) (expression_statement "FUN_00199900("../../gold/gold.h",0xc0,"convert_types");" (call_expression "FUN_00199900("../../gold/gold.h",0xc0,"convert_types")" identifier (argument_list "("../../gold/gold.h",0xc0,"convert_types")" ( (string_literal ""../../gold/gold.h"" " string_content ") , number_literal , (string_literal ""convert_types"" " 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 (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (parenthesized_expression ( (binary_expression IDENT & LIT) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT , (pointer_expression & IDENT) ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) }))) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) >> LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT * LIT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) | LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (binary_expression IDENT != LIT) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT)) ;) })) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) ;) })) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) }))) | (function_definition "void FUN_0016a5b0(long param_1,undefined8 param_2,undefined8 param_3,long param_4,ulong param_5,\n long param_6)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 local_38;\n long lStack_30;\n undefined8 local_28;\n uint uStack_20;\n int iStack_1c;\n \n if (param_6 != 0) {\n \n FUN_00199900("../../gold/output.h",0x6ca,"add_global_generic");\n }\n if (param_5 == (param_5 & 0xffffffff)) {\n FUN_001f9b20(&local_38);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_0016a0f0(param_1 + 0x48,puVar1,&local_38);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 4;\n *puVar1 = local_38;\n puVar1[1] = lStack_30;\n puVar1[2] = local_28;\n puVar1[3] = CONCAT44(iStack_1c,uStack_20);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 5;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 * 8;\n *(byte *)(param_4 + 0x20) = *(byte *)(param_4 + 0x20) | 0x10;\n if ((uStack_20 & 0x10000000) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((iStack_1c != -4) && (lStack_30 != 0)) {\n if (*(int *)(lStack_30 + 0xa4) == 0) {\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }\n *(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;\n }\n return;\n }\n \n FUN_00199900("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }\n \n FUN_00199900("../../gold/gold.h",0xc0,"convert_types");\n}" (primitive_type "void") (function_declarator "FUN_0016a5b0(long param_1,undefined8 param_2,undefined8 param_3,long param_4,ulong param_5,\n long param_6)" (identifier "FUN_0016a5b0") (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,long param_4,ulong param_5,\n long param_6)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) (, ",") (parameter_declaration "long param_4" (sized_type_specifier "long" (long "long")) (identifier "param_4")) (, ",") (parameter_declaration "ulong param_5" (type_identifier "ulong") (identifier "param_5")) (, ",") (parameter_declaration "long param_6" (sized_type_specifier "long" (long "long")) (identifier "param_6")) () ")"))) (compound_statement "{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 local_38;\n long lStack_30;\n undefined8 local_28;\n uint uStack_20;\n int iStack_1c;\n \n if (param_6 != 0) {\n \n FUN_00199900("../../gold/output.h",0x6ca,"add_global_generic");\n }\n if (param_5 == (param_5 & 0xffffffff)) {\n FUN_001f9b20(&local_38);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_0016a0f0(param_1 + 0x48,puVar1,&local_38);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 4;\n *puVar1 = local_38;\n puVar1[1] = lStack_30;\n puVar1[2] = local_28;\n puVar1[3] = CONCAT44(iStack_1c,uStack_20);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 5;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 * 8;\n *(byte *)(param_4 + 0x20) = *(byte *)(param_4 + 0x20) | 0x10;\n if ((uStack_20 & 0x10000000) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((iStack_1c != -4) && (lStack_30 != 0)) {\n if (*(int *)(lStack_30 + 0xa4) == 0) {\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }\n *(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;\n }\n return;\n }\n \n FUN_00199900("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }\n \n FUN_00199900("../../gold/gold.h",0xc0,"convert_types");\n}" ({ "{") (declaration "undefined8 *puVar1;" (type_identifier "undefined8") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "undefined8 *puVar2;" (type_identifier "undefined8") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "undefined8 local_38;" (type_identifier "undefined8") (identifier "local_38") (; ";")) (declaration "long lStack_30;" (sized_type_specifier "long" (long "long")) (identifier "lStack_30") (; ";")) (declaration "undefined8 local_28;" (type_identifier "undefined8") (identifier "local_28") (; ";")) (declaration "uint uStack_20;" (type_identifier "uint") (identifier "uStack_20") (; ";")) (declaration "int iStack_1c;" (primitive_type "int") (identifier "iStack_1c") (; ";")) (if_statement "if (param_6 != 0) {\n \n FUN_00199900("../../gold/output.h",0x6ca,"add_global_generic");\n }" (if "if") (parenthesized_expression "(param_6 != 0)" (( "(") (binary_expression "param_6 != 0" (identifier "param_6") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_00199900("../../gold/output.h",0x6ca,"add_global_generic");\n }" ({ "{") (expression_statement "FUN_00199900("../../gold/output.h",0x6ca,"add_global_generic");" (call_expression "FUN_00199900("../../gold/output.h",0x6ca,"add_global_generic")" (identifier "FUN_00199900") (argument_list "("../../gold/output.h",0x6ca,"add_global_generic")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0x6ca") (, ",") (string_literal ""add_global_generic"" (" """) (string_content "add_global_generic") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if (param_5 == (param_5 & 0xffffffff)) {\n FUN_001f9b20(&local_38);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_0016a0f0(param_1 + 0x48,puVar1,&local_38);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 4;\n *puVar1 = local_38;\n puVar1[1] = lStack_30;\n puVar1[2] = local_28;\n puVar1[3] = CONCAT44(iStack_1c,uStack_20);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 5;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 * 8;\n *(byte *)(param_4 + 0x20) = *(byte *)(param_4 + 0x20) | 0x10;\n if ((uStack_20 & 0x10000000) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((iStack_1c != -4) && (lStack_30 != 0)) {\n if (*(int *)(lStack_30 + 0xa4) == 0) {\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }\n *(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;\n }\n return;\n }\n \n FUN_00199900("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }" (if "if") (parenthesized_expression "(param_5 == (param_5 & 0xffffffff))" (( "(") (binary_expression "param_5 == (param_5 & 0xffffffff)" (identifier "param_5") (== "==") (parenthesized_expression "(param_5 & 0xffffffff)" (( "(") (binary_expression "param_5 & 0xffffffff" (identifier "param_5") (& "&") (number_literal "0xffffffff")) () ")"))) () ")")) (compound_statement "{\n FUN_001f9b20(&local_38);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_0016a0f0(param_1 + 0x48,puVar1,&local_38);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 4;\n *puVar1 = local_38;\n puVar1[1] = lStack_30;\n puVar1[2] = local_28;\n puVar1[3] = CONCAT44(iStack_1c,uStack_20);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 5;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 * 8;\n *(byte *)(param_4 + 0x20) = *(byte *)(param_4 + 0x20) | 0x10;\n if ((uStack_20 & 0x10000000) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((iStack_1c != -4) && (lStack_30 != 0)) {\n if (*(int *)(lStack_30 + 0xa4) == 0) {\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }\n *(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;\n }\n return;\n }\n \n FUN_00199900("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }" ({ "{") (expression_statement "FUN_001f9b20(&local_38);" (call_expression "FUN_001f9b20(&local_38)" (identifier "FUN_001f9b20") (argument_list "(&local_38)" (( "(") (pointer_expression "&local_38" (& "&") (identifier "local_38")) () ")"))) (; ";")) (expression_statement "puVar1 = *(undefined8 **)(param_1 + 0x50);" (assignment_expression "puVar1 = *(undefined8 **)(param_1 + 0x50)" (identifier "puVar1") (= "=") (pointer_expression "*(undefined8 **)(param_1 + 0x50)" (* "*") (cast_expression "(undefined8 **)(param_1 + 0x50)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")"))))) (; ";")) (if_statement "if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_0016a0f0(param_1 + 0x48,puVar1,&local_38);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 4;\n *puVar1 = local_38;\n puVar1[1] = lStack_30;\n puVar1[2] = local_28;\n puVar1[3] = CONCAT44(iStack_1c,uStack_20);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }" (if "if") (parenthesized_expression "(puVar1 == *(undefined8 **)(param_1 + 0x58))" (( "(") (binary_expression "puVar1 == *(undefined8 **)(param_1 + 0x58)" (identifier "puVar1") (== "==") (pointer_expression "*(undefined8 **)(param_1 + 0x58)" (* "*") (cast_expression "(undefined8 **)(param_1 + 0x58)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x58)" (( "(") (binary_expression "param_1 + 0x58" (identifier "param_1") (+ "+") (number_literal "0x58")) () ")"))))) () ")")) (compound_statement "{\n FUN_0016a0f0(param_1 + 0x48,puVar1,&local_38);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }" ({ "{") (expression_statement "FUN_0016a0f0(param_1 + 0x48,puVar1,&local_38);" (call_expression "FUN_0016a0f0(param_1 + 0x48,puVar1,&local_38)" (identifier "FUN_0016a0f0") (argument_list "(param_1 + 0x48,puVar1,&local_38)" (( "(") (binary_expression "param_1 + 0x48" (identifier "param_1") (+ "+") (number_literal "0x48")) (, ",") (identifier "puVar1") (, ",") (pointer_expression "&local_38" (& "&") (identifier "local_38")) () ")"))) (; ";")) (expression_statement "puVar2 = *(undefined8 **)(param_1 + 0x50);" (assignment_expression "puVar2 = *(undefined8 **)(param_1 + 0x50)" (identifier "puVar2") (= "=") (pointer_expression "*(undefined8 **)(param_1 + 0x50)" (* "*") (cast_expression "(undefined8 **)(param_1 + 0x50)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")"))))) (; ";")) (} "}")) (else_clause "else {\n puVar2 = puVar1 + 4;\n *puVar1 = local_38;\n puVar1[1] = lStack_30;\n puVar1[2] = local_28;\n puVar1[3] = CONCAT44(iStack_1c,uStack_20);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }" (else "else") (compound_statement "{\n puVar2 = puVar1 + 4;\n *puVar1 = local_38;\n puVar1[1] = lStack_30;\n puVar1[2] = local_28;\n puVar1[3] = CONCAT44(iStack_1c,uStack_20);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }" ({ "{") (expression_statement "puVar2 = puVar1 + 4;" (assignment_expression "puVar2 = puVar1 + 4" (identifier "puVar2") (= "=") (binary_expression "puVar1 + 4" (identifier "puVar1") (+ "+") (number_literal "4"))) (; ";")) (expression_statement "*puVar1 = local_38;" (assignment_expression "*puVar1 = local_38" (pointer_expression "*puVar1" (* "*") (identifier "puVar1")) (= "=") (identifier "local_38")) (; ";")) (expression_statement "puVar1[1] = lStack_30;" (assignment_expression "puVar1[1] = lStack_30" (subscript_expression "puVar1[1]" (identifier "puVar1") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "lStack_30")) (; ";")) (expression_statement "puVar1[2] = local_28;" (assignment_expression "puVar1[2] = local_28" (subscript_expression "puVar1[2]" (identifier "puVar1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "local_28")) (; ";")) (expression_statement "puVar1[3] = CONCAT44(iStack_1c,uStack_20);" (assignment_expression "puVar1[3] = CONCAT44(iStack_1c,uStack_20)" (subscript_expression "puVar1[3]" (identifier "puVar1") ([ "[") (number_literal "3") (] "]")) (= "=") (call_expression "CONCAT44(iStack_1c,uStack_20)" (identifier "CONCAT44") (argument_list "(iStack_1c,uStack_20)" (( "(") (identifier "iStack_1c") (, ",") (identifier "uStack_20") () ")")))) (; ";")) (expression_statement "*(undefined8 **)(param_1 + 0x50) = puVar2;" (assignment_expression "*(undefined8 **)(param_1 + 0x50) = puVar2" (pointer_expression "*(undefined8 **)(param_1 + 0x50)" (* "*") (cast_expression "(undefined8 **)(param_1 + 0x50)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")")))) (= "=") (identifier "puVar2")) (; ";")) (} "}")))) (expression_statement "lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 5;" (assignment_expression "lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 5" (identifier "lVar3") (= "=") (binary_expression "(long)puVar2 - *(long *)(param_1 + 0x48) >> 5" (binary_expression "(long)puVar2 - *(long *)(param_1 + 0x48)" (cast_expression "(long)puVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar2")) (- "-") (pointer_expression "*(long *)(param_1 + 0x48)" (* "*") (cast_expression "(long *)(param_1 + 0x48)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x48)" (( "(") (binary_expression "param_1 + 0x48" (identifier "param_1") (+ "+") (number_literal "0x48")) () ")"))))) (>> ">>") (number_literal "5"))) (; ";")) (if_statement "if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 * 8;\n *(byte *)(param_4 + 0x20) = *(byte *)(param_4 + 0x20) | 0x10;\n if ((uStack_20 & 0x10000000) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((iStack_1c != -4) && (lStack_30 != 0)) {\n if (*(int *)(lStack_30 + 0xa4) == 0) {\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }\n *(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;\n }\n return;\n }" (if "if") (parenthesized_expression "((*(byte *)(param_1 + 0x20) & 2) == 0)" (( "(") (binary_expression "(*(byte *)(param_1 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 2)" (( "(") (binary_expression "*(byte *)(param_1 + 0x20) & 2" (pointer_expression "*(byte *)(param_1 + 0x20)" (* "*") (cast_expression "(byte *)(param_1 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(long *)(param_1 + 0x10) = lVar3 * 8;\n *(byte *)(param_4 + 0x20) = *(byte *)(param_4 + 0x20) | 0x10;\n if ((uStack_20 & 0x10000000) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((iStack_1c != -4) && (lStack_30 != 0)) {\n if (*(int *)(lStack_30 + 0xa4) == 0) {\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }\n *(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;\n }\n return;\n }" ({ "{") (expression_statement "*(long *)(param_1 + 0x10) = lVar3 * 8;" (assignment_expression "*(long *)(param_1 + 0x10) = lVar3 * 8" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (binary_expression "lVar3 * 8" (identifier "lVar3") (* "*") (number_literal "8"))) (; ";")) (expression_statement "*(byte *)(param_4 + 0x20) = *(byte *)(param_4 + 0x20) | 0x10;" (assignment_expression "*(byte *)(param_4 + 0x20) = *(byte *)(param_4 + 0x20) | 0x10" (pointer_expression "*(byte *)(param_4 + 0x20)" (* "*") (cast_expression "(byte *)(param_4 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 0x20)" (( "(") (binary_expression "param_4 + 0x20" (identifier "param_4") (+ "+") (number_literal "0x20")) () ")")))) (= "=") (binary_expression "*(byte *)(param_4 + 0x20) | 0x10" (pointer_expression "*(byte *)(param_4 + 0x20)" (* "*") (cast_expression "(byte *)(param_4 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 0x20)" (( "(") (binary_expression "param_4 + 0x20" (identifier "param_4") (+ "+") (number_literal "0x20")) () ")")))) (| "|") (number_literal "0x10"))) (; ";")) (if_statement "if ((uStack_20 & 0x10000000) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }" (if "if") (parenthesized_expression "((uStack_20 & 0x10000000) != 0)" (( "(") (binary_expression "(uStack_20 & 0x10000000) != 0" (parenthesized_expression "(uStack_20 & 0x10000000)" (( "(") (binary_expression "uStack_20 & 0x10000000" (identifier "uStack_20") (& "&") (number_literal "0x10000000")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }" ({ "{") (expression_statement "*(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;" (assignment_expression "*(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1" (pointer_expression "*(long *)(param_1 + 0x38)" (* "*") (cast_expression "(long *)(param_1 + 0x38)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")")))) (= "=") (binary_expression "*(long *)(param_1 + 0x38) + 1" (pointer_expression "*(long *)(param_1 + 0x38)" (* "*") (cast_expression "(long *)(param_1 + 0x38)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")")))) (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (if_statement "if ((iStack_1c != -4) && (lStack_30 != 0)) {\n if (*(int *)(lStack_30 + 0xa4) == 0) {\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }\n *(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;\n }" (if "if") (parenthesized_expression "((iStack_1c != -4) && (lStack_30 != 0))" (( "(") (binary_expression "(iStack_1c != -4) && (lStack_30 != 0)" (parenthesized_expression "(iStack_1c != -4)" (( "(") (binary_expression "iStack_1c != -4" (identifier "iStack_1c") (!= "!=") (number_literal "-4")) () ")")) (&& "&&") (parenthesized_expression "(lStack_30 != 0)" (( "(") (binary_expression "lStack_30 != 0" (identifier "lStack_30") (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n if (*(int *)(lStack_30 + 0xa4) == 0) {\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }\n *(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;\n }" ({ "{") (if_statement "if (*(int *)(lStack_30 + 0xa4) == 0) {\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }" (if "if") (parenthesized_expression "(*(int *)(lStack_30 + 0xa4) == 0)" (( "(") (binary_expression "*(int *)(lStack_30 + 0xa4) == 0" (pointer_expression "*(int *)(lStack_30 + 0xa4)" (* "*") (cast_expression "(int *)(lStack_30 + 0xa4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lStack_30 + 0xa4)" (( "(") (binary_expression "lStack_30 + 0xa4" (identifier "lStack_30") (+ "+") (number_literal "0xa4")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;\n }" ({ "{") (expression_statement "*(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;" (assignment_expression "*(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1" (pointer_expression "*(int *)(lStack_30 + 0xa0)" (* "*") (cast_expression "(int *)(lStack_30 + 0xa0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lStack_30 + 0xa0)" (( "(") (binary_expression "lStack_30 + 0xa0" (identifier "lStack_30") (+ "+") (number_literal "0xa0")) () ")")))) (= "=") (binary_expression "(int)lVar3 + -1" (cast_expression "(int)lVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar3")) (+ "+") (number_literal "-1"))) (; ";")) (} "}"))) (expression_statement "*(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;" (assignment_expression "*(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1" (pointer_expression "*(int *)(lStack_30 + 0xa4)" (* "*") (cast_expression "(int *)(lStack_30 + 0xa4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lStack_30 + 0xa4)" (( "(") (binary_expression "lStack_30 + 0xa4" (identifier "lStack_30") (+ "+") (number_literal "0xa4")) () ")")))) (= "=") (binary_expression "*(int *)(lStack_30 + 0xa4) + 1" (pointer_expression "*(int *)(lStack_30 + 0xa4)" (* "*") (cast_expression "(int *)(lStack_30 + 0xa4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lStack_30 + 0xa4)" (( "(") (binary_expression "lStack_30 + 0xa4" (identifier "lStack_30") (+ "+") (number_literal "0xa4")) () ")")))) (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_00199900("../../gold/output.h",0x231,"set_current_data_size_for_child");" (call_expression "FUN_00199900("../../gold/output.h",0x231,"set_current_data_size_for_child")" (identifier "FUN_00199900") (argument_list "("../../gold/output.h",0x231,"set_current_data_size_for_child")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0x231") (, ",") (string_literal ""set_current_data_size_for_child"" (" """) (string_content "set_current_data_size_for_child") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_00199900("../../gold/gold.h",0xc0,"convert_types");" (call_expression "FUN_00199900("../../gold/gold.h",0xc0,"convert_types")" (identifier "FUN_00199900") (argument_list "("../../gold/gold.h",0xc0,"convert_types")" (( "(") (string_literal ""../../gold/gold.h"" (" """) (string_content "../../gold/gold.h") (" """)) (, ",") (number_literal "0xc0") (, ",") (string_literal ""convert_types"" (" """) (string_content "convert_types") (" """)) () ")"))) (; ";")) (} "}"))) |
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void add_global_generic(Output_data_reloc<9,_true,_32,_false> * this,
Symbol * gsym, uint type, Output_data * od, uint64_t address, uint64_t addend) */
void __thiscall
gold::Output_data_reloc<9,_true,_32,var_6>::add_global_generic
(Output_data_reloc<9,_true,_32,var_6> *this,Symbol *gsym,type_1 type,Output_data *od,
uint64_t var_5,uint64_t var_3)
{
size_t *psVar1;
type_1 var_14;
type_2 __position;
var_1<9,_true,_32,var_6> *pOVar3;
long var_10;
type_3 var_7;
var_2<32,var_6> *var_13;
type_4 local_28;
type_1 var_11;
int var_12;
if (var_3 != 0) {
/* WARNING: Subroutine does not return */
var_4("../../gold/output.h",0x6ca,"add_global_generic");
}
if (var_5 == (var_5 & 0xffffffff)) {
var_1<9,_true,_32,var_6>::var_1
((var_1<9,_true,_32,var_6> *)&var_7,gsym,type,od,(type_5)var_5,false,
false,false);
__position._M_current =
(this->super_Output_data_reloc_base<9,_true,_32,var_6>).relocs_.
super__Vector_base<gold::var_1<9,_true,_32,var_6>,_std::allocator<gold::var_1<9,_true,_32,var_6>var_8>var_8>
._M_impl._M_finish;
if (__position._M_current ==
(this->super_Output_data_reloc_base<9,_true,_32,var_6>).relocs_.
super__Vector_base<gold::var_1<9,_true,_32,var_6>,_std::allocator<gold::var_1<9,_true,_32,var_6>var_8>var_8>
._M_impl._M_end_of_storage) {
std::
vector<gold::var_1<9,_true,_32,var_6>,_std::allocator<gold::var_1<9,_true,_32,var_6>var_8>var_8>
::_M_realloc_insert<const_gold::var_1<9,_true,_32,var_6>&>
(&(this->super_Output_data_reloc_base<9,_true,_32,var_6>).relocs_,__position,
(var_1<9,_true,_32,var_6> *)&var_7);
pOVar3 = (this->super_Output_data_reloc_base<9,_true,_32,var_6>).relocs_.
super__Vector_base<gold::var_1<9,_true,_32,var_6>,_std::allocator<gold::var_1<9,_true,_32,var_6>var_8>var_8>
._M_impl._M_finish;
}
else {
pOVar3 = __position._M_current + 1;
(__position._M_current)->u1_ = var_7;
((__position._M_current)->u2_).relobj = var_13;
(__position._M_current)->address_ = (type_6)local_28;
(__position._M_current)->local_sym_index_ = local_28._4_4_;
*(type_7 *)&(__position._M_current)->field_0x18 = var_9(var_12,var_11);
(this->super_Output_data_reloc_base<9,_true,_32,var_6>).relocs_.
super__Vector_base<gold::var_1<9,_true,_32,var_6>,_std::allocator<gold::var_1<9,_true,_32,var_6>var_8>var_8>
._M_impl._M_finish = pOVar3;
}
var_10 = (long)pOVar3 -
(long)(this->super_Output_data_reloc_base<9,_true,_32,var_6>).relocs_.
super__Vector_base<gold::var_1<9,_true,_32,var_6>,_std::allocator<gold::var_1<9,_true,_32,var_6>var_8>var_8>
._M_impl._M_start >> 5;
if (((this->super_Output_data_reloc_base<9,_true,_32,var_6>).super_Output_data_reloc_generic.
super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20 & 2)
== 0) {
(this->super_Output_data_reloc_base<9,_true,_32,var_6>).super_Output_data_reloc_generic.
super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =
var_10 * 8;
od->field_0x20 = od->field_0x20 | 0x10;
if ((var_11 & 0x10000000) != 0) {
psVar1 = &(this->super_Output_data_reloc_base<9,_true,_32,var_6>).
super_Output_data_reloc_generic.relative_reloc_count_;
*psVar1 = *psVar1 + 1;
}
if ((var_12 != -4) && (var_13 != (var_2<32,var_6> *)0x0)) {
var_14 = (var_13->super_Relobj).dyn_reloc_count_;
if (var_14 == 0) {
(var_13->super_Relobj).first_dyn_reloc_ = (int)var_10 - 1;
}
(var_13->super_Relobj).dyn_reloc_count_ = var_14 + 1;
}
return;
}
/* WARNING: Subroutine does not return */
var_4("../../gold/output.h",0x231,"set_current_data_size_for_child");
}
/* WARNING: Subroutine does not return */
var_4("../../gold/gold.h",0xc0,"convert_types");
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier) (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (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,long param_4,ulong param_5,
long param_6)
{
undefined8 *puVar1;
undefined8 *puVar2;
long lVar3;
undefined8 local_38;
long lStack_30;
undefined8 local_28;
uint uStack_20;
int iStack_1c;
if (param_6 != 0) {
/* WARNING: Subroutine does not return */
FUN_00199900("../../gold/output.h",0x6ca,"add_global_generic");
}
if (param_5 == (param_5 & 0xffffffff)) {
FUN_001f9b20(&local_38);
puVar1 = *(undefined8 **)(param_1 + 0x50);
if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {
FUN_0016a0f0(param_1 + 0x48,puVar1,&local_38);
puVar2 = *(undefined8 **)(param_1 + 0x50);
}
else {
puVar2 = puVar1 + 4;
*puVar1 = local_38;
puVar1[1] = lStack_30;
puVar1[2] = local_28;
puVar1[3] = CONCAT44(iStack_1c,uStack_20);
*(undefined8 **)(param_1 + 0x50) = puVar2;
}
lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 5;
if ((*(byte *)(param_1 + 0x20) & 2) == 0) {
*(long *)(param_1 + 0x10) = lVar3 * 8;
*(byte *)(param_4 + 0x20) = *(byte *)(param_4 + 0x20) | 0x10;
if ((uStack_20 & 0x10000000) != 0) {
*(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;
}
if ((iStack_1c != -4) && (lStack_30 != 0)) {
if (*(int *)(lStack_30 + 0xa4) == 0) {
*(int *)(lStack_30 + 0xa0) = (int)lVar3 + -1;
}
*(int *)(lStack_30 + 0xa4) = *(int *)(lStack_30 + 0xa4) + 1;
}
return;
}
/* WARNING: Subroutine does not return */
FUN_00199900("../../gold/output.h",0x231,"set_current_data_size_for_child");
}
/* WARNING: Subroutine does not return */
FUN_00199900("../../gold/gold.h",0xc0,"convert_types");
}
|
62_aarch64-linux-gnu-objcopy_and_aarch64-linux-gnu-objcopy_strip.c | bfd_get_section_by_name | bfd_get_section_by_name |
void bfd_get_section_by_name(void)
{
(*(code *)PTR_bfd_get_section_by_name_0012b1f0)();
return;
}
|
void bfd_get_section_by_name(void)
{
(*(code *)PTR_bfd_get_section_by_name_0012b1f0)();
return;
}
| JMP qword ptr [0x0012b1f0] | null | null | null | null | [('const-0', u'RETURN_-1206959125'), (u'CALLIND_-1206959128', u'INDIRECT_-1206959068'), (u'INDIRECT_-1206959068', u'COPY_-1206959127'), (u'CAST_-1206959063', u'CALLIND_-1206959128'), ('tmp_22', u'CAST_-1206959063')] | [('const-0', u'RETURN_-1206959125'), (u'CALLIND_-1206959128', u'INDIRECT_-1206959068'), (u'INDIRECT_-1206959068', u'COPY_-1206959127'), (u'CAST_-1206959063', u'CALLIND_-1206959128'), ('tmp_22', u'CAST_-1206959063')] | null | null | 001043e0 | x64 | O2 | (translation_unit "void bfd_get_section_by_name(void)\n\n{\n (*(code *)PTR_bfd_get_section_by_name_0012b1f0)();\n return;\n}\n\n" (function_definition "void bfd_get_section_by_name(void)\n\n{\n (*(code *)PTR_bfd_get_section_by_name_0012b1f0)();\n return;\n}" primitive_type (function_declarator "bfd_get_section_by_name(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_get_section_by_name_0012b1f0)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_get_section_by_name_0012b1f0)();" (call_expression "(*(code *)PTR_bfd_get_section_by_name_0012b1f0)()" (parenthesized_expression "(*(code *)PTR_bfd_get_section_by_name_0012b1f0)" ( (pointer_expression "*(code *)PTR_bfd_get_section_by_name_0012b1f0" * (cast_expression "(code *)PTR_bfd_get_section_by_name_0012b1f0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void bfd_get_section_by_name(void)\n\n{\n (*(code *)PTR_bfd_get_section_by_name_0012b1f0)();\n return;\n}\n\n" (function_definition "void bfd_get_section_by_name(void)\n\n{\n (*(code *)PTR_bfd_get_section_by_name_0012b1f0)();\n return;\n}" primitive_type (function_declarator "bfd_get_section_by_name(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_get_section_by_name_0012b1f0)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_get_section_by_name_0012b1f0)();" (call_expression "(*(code *)PTR_bfd_get_section_by_name_0012b1f0)()" (parenthesized_expression "(*(code *)PTR_bfd_get_section_by_name_0012b1f0)" ( (pointer_expression "*(code *)PTR_bfd_get_section_by_name_0012b1f0" * (cast_expression "(code *)PTR_bfd_get_section_by_name_0012b1f0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void bfd_get_section_by_name(void)\n\n{\n (*(code *)PTR_bfd_get_section_by_name_0012b1f0)();\n return;\n}\n\n" (function_definition "void bfd_get_section_by_name(void)\n\n{\n (*(code *)PTR_bfd_get_section_by_name_0012b1f0)();\n return;\n}" primitive_type (function_declarator "bfd_get_section_by_name(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_get_section_by_name_0012b1f0)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_get_section_by_name_0012b1f0)();" (call_expression "(*(code *)PTR_bfd_get_section_by_name_0012b1f0)()" (parenthesized_expression "(*(code *)PTR_bfd_get_section_by_name_0012b1f0)" ( (pointer_expression "*(code *)PTR_bfd_get_section_by_name_0012b1f0" * (cast_expression "(code *)PTR_bfd_get_section_by_name_0012b1f0" ( (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_section_by_name(void)\n\n{\n (*(code *)PTR_bfd_get_section_by_name_0012b1f0)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_get_section_by_name(void)" (identifier "bfd_get_section_by_name") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_bfd_get_section_by_name_0012b1f0)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_bfd_get_section_by_name_0012b1f0)();" (call_expression "(*(code *)PTR_bfd_get_section_by_name_0012b1f0)()" (parenthesized_expression "(*(code *)PTR_bfd_get_section_by_name_0012b1f0)" (( "(") (pointer_expression "*(code *)PTR_bfd_get_section_by_name_0012b1f0" (* "*") (cast_expression "(code *)PTR_bfd_get_section_by_name_0012b1f0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_bfd_get_section_by_name_0012b1f0"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
void function_1(void)
{
(*(type_1 *)PTR_bfd_get_section_by_name_0012b1f0)();
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_0012b1f0)();
return;
}
|
10262_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | _S_lc_ctype_c_locale | FUN_00379980 |
/* std::locale::facet::_S_lc_ctype_c_locale(__locale_struct*, char const*) */
void std::locale::facet::_S_lc_ctype_c_locale(__locale_struct *param_1,char *param_2)
{
long lVar1;
long lVar2;
lVar1 = __duplocale();
if (lVar1 == 0) {
/* WARNING: Subroutine does not return */
__throw_runtime_error("locale::facet::_S_lc_ctype_c_locale duplocale error");
}
lVar2 = __newlocale(1,param_2,lVar1);
if (lVar2 != 0) {
return;
}
__freelocale(lVar1);
/* WARNING: Subroutine does not return */
__throw_runtime_error("locale::facet::_S_lc_ctype_c_locale newlocale error");
}
|
void FUN_00379980(undefined8 param_1,undefined8 param_2)
{
long lVar1;
long lVar2;
lVar1 = __duplocale();
if (lVar1 == 0) {
/* WARNING: Subroutine does not return */
FUN_003774e0("locale::facet::_S_lc_ctype_c_locale duplocale error");
}
lVar2 = __newlocale(1,param_2,lVar1);
if (lVar2 != 0) {
return;
}
__freelocale(lVar1);
/* WARNING: Subroutine does not return */
FUN_003774e0("locale::facet::_S_lc_ctype_c_locale newlocale error");
}
| PUSH RBP
MOV RBP,RSI
PUSH RBX
SUB RSP,0x8
CALL 0x00150170
TEST RAX,RAX
JZ 0x003799b2
MOV RDX,RAX
MOV RSI,RBP
MOV EDI,0x1
MOV RBX,RAX
CALL 0x001505f0
TEST RAX,RAX
JZ 0x003799be
ADD RSP,0x8
POP RBX
POP RBP
RET
LEA RDI,[0x401de0]
CALL 0x003774e0
MOV RDI,RBX
CALL 0x00150910
LEA RDI,[0x401e18]
CALL 0x003774e0 | null | null | null | null | [('tmp_226', u'CALL_-1205298741'), ('const-1', u'RETURN_-1205298654'), ('const-0', u'INT_NOTEQUAL_-1205298726'), (u'CALL_-1205298782', u'CALL_-1205298741'), ('const-4202008', u'COPY_-1205298560'), ('tmp_118', u'CBRANCH_-1205298725'), (u'CALL_-1205298782', u'CALL_-1205298675'), ('const-1', u'CALL_-1205298741'), (u'CALL_-1205298741', u'INT_NOTEQUAL_-1205298726'), ('const-0', u'RETURN_-1205298692'), (u'INT_NOTEQUAL_-1205298726', u'CBRANCH_-1205298725'), ('const-1', u'RETURN_-1205298668'), ('tmp_76', u'CBRANCH_-1205298766'), (u'COPY_-1205298560', u'CALL_-1205298659'), (u'COPY_-1205298581', u'CALL_-1205298673'), (u'CALL_-1205298782', u'INT_EQUAL_-1205298768'), (u'INT_EQUAL_-1205298768', u'CBRANCH_-1205298766'), ('const-4201952', u'COPY_-1205298581'), ('const-0', u'INT_EQUAL_-1205298768')] | [('const-1', u'RETURN_-1205298654'), ('const-0', u'INT_NOTEQUAL_-1205298726'), ('tmp_434', u'CALL_-1205298741'), (u'CALL_-1205298782', u'CALL_-1205298741'), ('tmp_118', u'CBRANCH_-1205298725'), (u'CALL_-1205298782', u'CALL_-1205298675'), (u'CALL_-1205298741', u'INT_NOTEQUAL_-1205298726'), ('const-1', u'CALL_-1205298741'), ('const-0', u'RETURN_-1205298692'), ('const-4202008', u'COPY_-1205298560'), (u'INT_NOTEQUAL_-1205298726', u'CBRANCH_-1205298725'), ('const-4201952', u'COPY_-1205298581'), ('const-1', u'RETURN_-1205298668'), ('tmp_76', u'CBRANCH_-1205298766'), (u'COPY_-1205298560', u'CALL_-1205298659'), (u'COPY_-1205298581', u'CALL_-1205298673'), (u'CALL_-1205298782', u'INT_EQUAL_-1205298768'), (u'INT_EQUAL_-1205298768', u'CBRANCH_-1205298766'), ('const-0', u'INT_EQUAL_-1205298768')] | null | null | 00379980 | x64 | O2 | (translation_unit "void FUN_00379980(undefined8 param_1,undefined8 param_2)\n\n{\n long lVar1;\n long lVar2;\n \n lVar1 = __duplocale();\n if (lVar1 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_003774e0("locale::facet::_S_lc_ctype_c_locale duplocale error");\n }\n lVar2 = __newlocale(1,param_2,lVar1);\n if (lVar2 != 0) {\n return;\n }\n __freelocale(lVar1);\n /* WARNING: Subroutine does not return */\n FUN_003774e0("locale::facet::_S_lc_ctype_c_locale newlocale error");\n}\n\n" (function_definition "void FUN_00379980(undefined8 param_1,undefined8 param_2)\n\n{\n long lVar1;\n long lVar2;\n \n lVar1 = __duplocale();\n if (lVar1 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_003774e0("locale::facet::_S_lc_ctype_c_locale duplocale error");\n }\n lVar2 = __newlocale(1,param_2,lVar1);\n if (lVar2 != 0) {\n return;\n }\n __freelocale(lVar1);\n /* WARNING: Subroutine does not return */\n FUN_003774e0("locale::facet::_S_lc_ctype_c_locale newlocale error");\n}" primitive_type (function_declarator "FUN_00379980(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 long lVar1;\n long lVar2;\n \n lVar1 = __duplocale();\n if (lVar1 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_003774e0("locale::facet::_S_lc_ctype_c_locale duplocale error");\n }\n lVar2 = __newlocale(1,param_2,lVar1);\n if (lVar2 != 0) {\n return;\n }\n __freelocale(lVar1);\n /* WARNING: Subroutine does not return */\n FUN_003774e0("locale::facet::_S_lc_ctype_c_locale newlocale error");\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = __duplocale();" (assignment_expression "lVar1 = __duplocale()" identifier = (call_expression "__duplocale()" identifier (argument_list "()" ( )))) ;) (if_statement "if (lVar1 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_003774e0("locale::facet::_S_lc_ctype_c_locale duplocale error");\n }" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_003774e0("locale::facet::_S_lc_ctype_c_locale duplocale error");\n }" { comment (expression_statement "FUN_003774e0("locale::facet::_S_lc_ctype_c_locale duplocale error");" (call_expression "FUN_003774e0("locale::facet::_S_lc_ctype_c_locale duplocale error")" identifier (argument_list "("locale::facet::_S_lc_ctype_c_locale duplocale error")" ( (string_literal ""locale::facet::_S_lc_ctype_c_locale duplocale error"" " string_content ") ))) ;) })) (expression_statement "lVar2 = __newlocale(1,param_2,lVar1);" (assignment_expression "lVar2 = __newlocale(1,param_2,lVar1)" identifier = (call_expression "__newlocale(1,param_2,lVar1)" identifier (argument_list "(1,param_2,lVar1)" ( number_literal , identifier , identifier )))) ;) (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 "__freelocale(lVar1);" (call_expression "__freelocale(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))) ;) comment (expression_statement "FUN_003774e0("locale::facet::_S_lc_ctype_c_locale newlocale error");" (call_expression "FUN_003774e0("locale::facet::_S_lc_ctype_c_locale newlocale error")" identifier (argument_list "("locale::facet::_S_lc_ctype_c_locale newlocale error")" ( (string_literal ""locale::facet::_S_lc_ctype_c_locale newlocale error"" " string_content ") ))) ;) }))) | (translation_unit "/* std::locale::facet::_S_lc_ctype_c_locale(__locale_struct*, char const*) */\n\nvoid std::locale::facet::_S_lc_ctype_c_locale(__locale_struct *param_1,char *param_2)\n\n{\n long lVar1;\n long lVar2;\n \n lVar1 = __duplocale();\n if (lVar1 == 0) {\n /* WARNING: Subroutine does not return */\n __throw_runtime_error("locale::facet::_S_lc_ctype_c_locale duplocale error");\n }\n lVar2 = __newlocale(1,param_2,lVar1);\n if (lVar2 != 0) {\n return;\n }\n __freelocale(lVar1);\n /* WARNING: Subroutine does not return */\n __throw_runtime_error("locale::facet::_S_lc_ctype_c_locale newlocale error");\n}\n\n" comment (function_definition "void std::locale::facet::_S_lc_ctype_c_locale(__locale_struct *param_1,char *param_2)\n\n{\n long lVar1;\n long lVar2;\n \n lVar1 = __duplocale();\n if (lVar1 == 0) {\n /* WARNING: Subroutine does not return */\n __throw_runtime_error("locale::facet::_S_lc_ctype_c_locale duplocale error");\n }\n lVar2 = __newlocale(1,param_2,lVar1);\n if (lVar2 != 0) {\n return;\n }\n __freelocale(lVar1);\n /* WARNING: Subroutine does not return */\n __throw_runtime_error("locale::facet::_S_lc_ctype_c_locale newlocale error");\n}" primitive_type (ERROR "std::locale::facet::" identifier : : identifier : : identifier : :) (function_declarator "_S_lc_ctype_c_locale(__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)) ))) (compound_statement "{\n long lVar1;\n long lVar2;\n \n lVar1 = __duplocale();\n if (lVar1 == 0) {\n /* WARNING: Subroutine does not return */\n __throw_runtime_error("locale::facet::_S_lc_ctype_c_locale duplocale error");\n }\n lVar2 = __newlocale(1,param_2,lVar1);\n if (lVar2 != 0) {\n return;\n }\n __freelocale(lVar1);\n /* WARNING: Subroutine does not return */\n __throw_runtime_error("locale::facet::_S_lc_ctype_c_locale newlocale error");\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = __duplocale();" (assignment_expression "lVar1 = __duplocale()" identifier = (call_expression "__duplocale()" identifier (argument_list "()" ( )))) ;) (if_statement "if (lVar1 == 0) {\n /* WARNING: Subroutine does not return */\n __throw_runtime_error("locale::facet::_S_lc_ctype_c_locale duplocale error");\n }" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __throw_runtime_error("locale::facet::_S_lc_ctype_c_locale duplocale error");\n }" { comment (expression_statement "__throw_runtime_error("locale::facet::_S_lc_ctype_c_locale duplocale error");" (call_expression "__throw_runtime_error("locale::facet::_S_lc_ctype_c_locale duplocale error")" identifier (argument_list "("locale::facet::_S_lc_ctype_c_locale duplocale error")" ( (string_literal ""locale::facet::_S_lc_ctype_c_locale duplocale error"" " string_content ") ))) ;) })) (expression_statement "lVar2 = __newlocale(1,param_2,lVar1);" (assignment_expression "lVar2 = __newlocale(1,param_2,lVar1)" identifier = (call_expression "__newlocale(1,param_2,lVar1)" identifier (argument_list "(1,param_2,lVar1)" ( number_literal , identifier , identifier )))) ;) (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 "__freelocale(lVar1);" (call_expression "__freelocale(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))) ;) comment (expression_statement "__throw_runtime_error("locale::facet::_S_lc_ctype_c_locale newlocale error");" (call_expression "__throw_runtime_error("locale::facet::_S_lc_ctype_c_locale newlocale error")" identifier (argument_list "("locale::facet::_S_lc_ctype_c_locale newlocale error")" ( (string_literal ""locale::facet::_S_lc_ctype_c_locale newlocale error"" " string_content ") ))) ;) }))) | (translation_unit "void FUN_00379980(undefined8 param_1,undefined8 param_2)\n\n{\n long lVar1;\n long lVar2;\n \n lVar1 = __duplocale();\n if (lVar1 == 0) {\n \n FUN_003774e0("locale::facet::_S_lc_ctype_c_locale duplocale error");\n }\n lVar2 = __newlocale(1,param_2,lVar1);\n if (lVar2 != 0) {\n return;\n }\n __freelocale(lVar1);\n \n FUN_003774e0("locale::facet::_S_lc_ctype_c_locale newlocale error");\n}\n\n" (function_definition "void FUN_00379980(undefined8 param_1,undefined8 param_2)\n\n{\n long lVar1;\n long lVar2;\n \n lVar1 = __duplocale();\n if (lVar1 == 0) {\n \n FUN_003774e0("locale::facet::_S_lc_ctype_c_locale duplocale error");\n }\n lVar2 = __newlocale(1,param_2,lVar1);\n if (lVar2 != 0) {\n return;\n }\n __freelocale(lVar1);\n \n FUN_003774e0("locale::facet::_S_lc_ctype_c_locale newlocale error");\n}" primitive_type (function_declarator "FUN_00379980(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 long lVar1;\n long lVar2;\n \n lVar1 = __duplocale();\n if (lVar1 == 0) {\n \n FUN_003774e0("locale::facet::_S_lc_ctype_c_locale duplocale error");\n }\n lVar2 = __newlocale(1,param_2,lVar1);\n if (lVar2 != 0) {\n return;\n }\n __freelocale(lVar1);\n \n FUN_003774e0("locale::facet::_S_lc_ctype_c_locale newlocale error");\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = __duplocale();" (assignment_expression "lVar1 = __duplocale()" identifier = (call_expression "__duplocale()" identifier (argument_list "()" ( )))) ;) (if_statement "if (lVar1 == 0) {\n \n FUN_003774e0("locale::facet::_S_lc_ctype_c_locale duplocale error");\n }" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (compound_statement "{\n \n FUN_003774e0("locale::facet::_S_lc_ctype_c_locale duplocale error");\n }" { (expression_statement "FUN_003774e0("locale::facet::_S_lc_ctype_c_locale duplocale error");" (call_expression "FUN_003774e0("locale::facet::_S_lc_ctype_c_locale duplocale error")" identifier (argument_list "("locale::facet::_S_lc_ctype_c_locale duplocale error")" ( (string_literal ""locale::facet::_S_lc_ctype_c_locale duplocale error"" " string_content ") ))) ;) })) (expression_statement "lVar2 = __newlocale(1,param_2,lVar1);" (assignment_expression "lVar2 = __newlocale(1,param_2,lVar1)" identifier = (call_expression "__newlocale(1,param_2,lVar1)" identifier (argument_list "(1,param_2,lVar1)" ( number_literal , identifier , identifier )))) ;) (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 "__freelocale(lVar1);" (call_expression "__freelocale(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))) ;) (expression_statement "FUN_003774e0("locale::facet::_S_lc_ctype_c_locale newlocale error");" (call_expression "FUN_003774e0("locale::facet::_S_lc_ctype_c_locale newlocale error")" identifier (argument_list "("locale::facet::_S_lc_ctype_c_locale newlocale error")" ( (string_literal ""locale::facet::_S_lc_ctype_c_locale newlocale error"" " string_content ") ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") ))) ;) }))) | (function_definition "void FUN_00379980(undefined8 param_1,undefined8 param_2)\n\n{\n long lVar1;\n long lVar2;\n \n lVar1 = __duplocale();\n if (lVar1 == 0) {\n \n FUN_003774e0("locale::facet::_S_lc_ctype_c_locale duplocale error");\n }\n lVar2 = __newlocale(1,param_2,lVar1);\n if (lVar2 != 0) {\n return;\n }\n __freelocale(lVar1);\n \n FUN_003774e0("locale::facet::_S_lc_ctype_c_locale newlocale error");\n}" (primitive_type "void") (function_declarator "FUN_00379980(undefined8 param_1,undefined8 param_2)" (identifier "FUN_00379980") (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 long lVar1;\n long lVar2;\n \n lVar1 = __duplocale();\n if (lVar1 == 0) {\n \n FUN_003774e0("locale::facet::_S_lc_ctype_c_locale duplocale error");\n }\n lVar2 = __newlocale(1,param_2,lVar1);\n if (lVar2 != 0) {\n return;\n }\n __freelocale(lVar1);\n \n FUN_003774e0("locale::facet::_S_lc_ctype_c_locale newlocale error");\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (expression_statement "lVar1 = __duplocale();" (assignment_expression "lVar1 = __duplocale()" (identifier "lVar1") (= "=") (call_expression "__duplocale()" (identifier "__duplocale") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (lVar1 == 0) {\n \n FUN_003774e0("locale::facet::_S_lc_ctype_c_locale duplocale error");\n }" (if "if") (parenthesized_expression "(lVar1 == 0)" (( "(") (binary_expression "lVar1 == 0" (identifier "lVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_003774e0("locale::facet::_S_lc_ctype_c_locale duplocale error");\n }" ({ "{") (expression_statement "FUN_003774e0("locale::facet::_S_lc_ctype_c_locale duplocale error");" (call_expression "FUN_003774e0("locale::facet::_S_lc_ctype_c_locale duplocale error")" (identifier "FUN_003774e0") (argument_list "("locale::facet::_S_lc_ctype_c_locale duplocale error")" (( "(") (string_literal ""locale::facet::_S_lc_ctype_c_locale duplocale error"" (" """) (string_content "locale::facet::_S_lc_ctype_c_locale duplocale error") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "lVar2 = __newlocale(1,param_2,lVar1);" (assignment_expression "lVar2 = __newlocale(1,param_2,lVar1)" (identifier "lVar2") (= "=") (call_expression "__newlocale(1,param_2,lVar1)" (identifier "__newlocale") (argument_list "(1,param_2,lVar1)" (( "(") (number_literal "1") (, ",") (identifier "param_2") (, ",") (identifier "lVar1") () ")")))) (; ";")) (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 "__freelocale(lVar1);" (call_expression "__freelocale(lVar1)" (identifier "__freelocale") (argument_list "(lVar1)" (( "(") (identifier "lVar1") () ")"))) (; ";")) (expression_statement "FUN_003774e0("locale::facet::_S_lc_ctype_c_locale newlocale error");" (call_expression "FUN_003774e0("locale::facet::_S_lc_ctype_c_locale newlocale error")" (identifier "FUN_003774e0") (argument_list "("locale::facet::_S_lc_ctype_c_locale newlocale error")" (( "(") (string_literal ""locale::facet::_S_lc_ctype_c_locale newlocale error"" (" """) (string_content "locale::facet::_S_lc_ctype_c_locale newlocale error") (" """)) () ")"))) (; ";")) (} "}"))) |
/* std::locale::facet::_S_lc_ctype_c_locale(__locale_struct*, char const*) */
void std::locale::facet::function_1(type_1 *param_1,char *param_2)
{
long var_2;
long var_5;
var_2 = var_1();
if (var_2 == 0) {
/* WARNING: Subroutine does not return */
var_3("locale::facet::_S_lc_ctype_c_locale duplocale error");
}
var_5 = var_4(1,param_2,var_2);
if (var_5 != 0) {
return;
}
var_6(var_2);
/* WARNING: Subroutine does not return */
var_3("locale::facet::_S_lc_ctype_c_locale newlocale error");
}
| 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: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)))))))) | null |
void MASKED(undefined8 param_1,undefined8 param_2)
{
long lVar1;
long lVar2;
lVar1 = __duplocale();
if (lVar1 == 0) {
/* WARNING: Subroutine does not return */
FUN_003774e0("locale::facet::_S_lc_ctype_c_locale duplocale error");
}
lVar2 = __newlocale(1,param_2,lVar1);
if (lVar2 != 0) {
return;
}
__freelocale(lVar1);
/* WARNING: Subroutine does not return */
FUN_003774e0("locale::facet::_S_lc_ctype_c_locale newlocale error");
}
|
650_x86_64-linux-gnu-gold_and_x86_64-linux-gnu-gold_strip.c | message[abi:cxx11] | FUN_0014c6bc |
/* (anonymous namespace)::io_error_category::message[abi:cxx11](int) const [clone .cold.24] */
void (anonymous_namespace)::io_error_category::message_abi_cxx11_(int param_1)
{
undefined8 *unaff_RBX;
void *unaff_RBP;
if (unaff_RBP != (void *)*unaff_RBX) {
operator_delete((void *)*unaff_RBX);
}
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_0014c6bc(void)
{
long *unaff_RBX;
long unaff_RBP;
if (unaff_RBP != *unaff_RBX) {
FUN_002a2980();
}
/* WARNING: Subroutine does not return */
FUN_003305f0();
}
| MOV RDI,qword ptr [RBX]
CMP RBP,RDI
JZ 0x0014c6c9
CALL 0x002a2980
MOV RDI,R12
CALL 0x003305f0 | null | null | null | null | [('const-433', u'LOAD_-1207187778'), ('const-1', u'RETURN_-1207187733'), (u'INT_NOTEQUAL_-1207187758', u'CBRANCH_-1207187757'), ('tmp_145', u'INT_NOTEQUAL_-1207187758'), ('tmp_33', u'CBRANCH_-1207187757'), (u'CAST_-1207187657', u'INT_NOTEQUAL_-1207187758'), ('tmp_144', u'LOAD_-1207187778'), (u'LOAD_-1207187778', u'CAST_-1207187657'), (u'CAST_-1207187657', u'CALL_-1207187750')] | [('const-1', u'RETURN_-1207187733'), (u'INT_NOTEQUAL_-1207187758', u'CBRANCH_-1207187757'), (u'LOAD_-1207187778', u'INT_NOTEQUAL_-1207187758'), ('tmp_33', u'CBRANCH_-1207187757'), ('const-433', u'LOAD_-1207187778'), ('tmp_142', u'INT_NOTEQUAL_-1207187758'), ('tmp_141', u'LOAD_-1207187778')] | null | null | 0014c6bc | x64 | O2 | (translation_unit "void FUN_0014c6bc(void)\n\n{\n long *unaff_RBX;\n long unaff_RBP;\n \n if (unaff_RBP != *unaff_RBX) {\n FUN_002a2980();\n }\n /* WARNING: Subroutine does not return */\n FUN_003305f0();\n}\n\n" (function_definition "void FUN_0014c6bc(void)\n\n{\n long *unaff_RBX;\n long unaff_RBP;\n \n if (unaff_RBP != *unaff_RBX) {\n FUN_002a2980();\n }\n /* WARNING: Subroutine does not return */\n FUN_003305f0();\n}" primitive_type (function_declarator "FUN_0014c6bc(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long *unaff_RBX;\n long unaff_RBP;\n \n if (unaff_RBP != *unaff_RBX) {\n FUN_002a2980();\n }\n /* WARNING: Subroutine does not return */\n FUN_003305f0();\n}" { (declaration "long *unaff_RBX;" (sized_type_specifier "long" long) (pointer_declarator "*unaff_RBX" * identifier) ;) (declaration "long unaff_RBP;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (unaff_RBP != *unaff_RBX) {\n FUN_002a2980();\n }" if (parenthesized_expression "(unaff_RBP != *unaff_RBX)" ( (binary_expression "unaff_RBP != *unaff_RBX" identifier != (pointer_expression "*unaff_RBX" * identifier)) )) (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 "/* (anonymous namespace)::io_error_category::message[abi:cxx11](int) const [clone .cold.24] */\n\nvoid (anonymous_namespace)::io_error_category::message_abi_cxx11_(int param_1)\n\n{\n undefined8 *unaff_RBX;\n void *unaff_RBP;\n \n if (unaff_RBP != (void *)*unaff_RBX) {\n operator_delete((void *)*unaff_RBX);\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" comment (function_definition "void (anonymous_namespace)::io_error_category::message_abi_cxx11_(int param_1)\n\n{\n undefined8 *unaff_RBX;\n void *unaff_RBP;\n \n if (unaff_RBP != (void *)*unaff_RBX) {\n operator_delete((void *)*unaff_RBX);\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (ERROR "(anonymous_namespace)::io_error_category::" (parenthesized_declarator "(anonymous_namespace)" ( identifier )) : : identifier : :) (function_declarator "message_abi_cxx11_(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n undefined8 *unaff_RBX;\n void *unaff_RBP;\n \n if (unaff_RBP != (void *)*unaff_RBX) {\n operator_delete((void *)*unaff_RBX);\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (declaration "undefined8 *unaff_RBX;" type_identifier (pointer_declarator "*unaff_RBX" * identifier) ;) (declaration "void *unaff_RBP;" primitive_type (pointer_declarator "*unaff_RBP" * identifier) ;) (if_statement "if (unaff_RBP != (void *)*unaff_RBX) {\n operator_delete((void *)*unaff_RBX);\n }" if (parenthesized_expression "(unaff_RBP != (void *)*unaff_RBX)" ( (binary_expression "unaff_RBP != (void *)*unaff_RBX" identifier != (cast_expression "(void *)*unaff_RBX" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*unaff_RBX" * identifier))) )) (compound_statement "{\n operator_delete((void *)*unaff_RBX);\n }" { (expression_statement "operator_delete((void *)*unaff_RBX);" (call_expression "operator_delete((void *)*unaff_RBX)" identifier (argument_list "((void *)*unaff_RBX)" ( (cast_expression "(void *)*unaff_RBX" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*unaff_RBX" * identifier)) ))) ;) })) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void FUN_0014c6bc(void)\n\n{\n long *unaff_RBX;\n long unaff_RBP;\n \n if (unaff_RBP != *unaff_RBX) {\n FUN_002a2980();\n }\n \n FUN_003305f0();\n}\n\n" (function_definition "void FUN_0014c6bc(void)\n\n{\n long *unaff_RBX;\n long unaff_RBP;\n \n if (unaff_RBP != *unaff_RBX) {\n FUN_002a2980();\n }\n \n FUN_003305f0();\n}" primitive_type (function_declarator "FUN_0014c6bc(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long *unaff_RBX;\n long unaff_RBP;\n \n if (unaff_RBP != *unaff_RBX) {\n FUN_002a2980();\n }\n \n FUN_003305f0();\n}" { (declaration "long *unaff_RBX;" (sized_type_specifier "long" long) (pointer_declarator "*unaff_RBX" * identifier) ;) (declaration "long unaff_RBP;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (unaff_RBP != *unaff_RBX) {\n FUN_002a2980();\n }" if (parenthesized_expression "(unaff_RBP != *unaff_RBX)" ( (binary_expression "unaff_RBP != *unaff_RBX" identifier != (pointer_expression "*unaff_RBX" * identifier)) )) (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) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression * IDENT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void FUN_0014c6bc(void)\n\n{\n long *unaff_RBX;\n long unaff_RBP;\n \n if (unaff_RBP != *unaff_RBX) {\n FUN_002a2980();\n }\n \n FUN_003305f0();\n}" (primitive_type "void") (function_declarator "FUN_0014c6bc(void)" (identifier "FUN_0014c6bc") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long *unaff_RBX;\n long unaff_RBP;\n \n if (unaff_RBP != *unaff_RBX) {\n FUN_002a2980();\n }\n \n FUN_003305f0();\n}" ({ "{") (declaration "long *unaff_RBX;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*unaff_RBX" (* "*") (identifier "unaff_RBX")) (; ";")) (declaration "long unaff_RBP;" (sized_type_specifier "long" (long "long")) (identifier "unaff_RBP") (; ";")) (if_statement "if (unaff_RBP != *unaff_RBX) {\n FUN_002a2980();\n }" (if "if") (parenthesized_expression "(unaff_RBP != *unaff_RBX)" (( "(") (binary_expression "unaff_RBP != *unaff_RBX" (identifier "unaff_RBP") (!= "!=") (pointer_expression "*unaff_RBX" (* "*") (identifier "unaff_RBX"))) () ")")) (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 "()" (( "(") () ")"))) (; ";")) (} "}"))) |
/* (anonymous namespace)::io_error_category::message[abi:cxx11](int) const [clone .cold.24] */
void (anonymous_namespace)::io_error_category::function_1(int param_1)
{
type_1 *unaff_RBX;
void *var_1;
if (var_1 != (void *)*unaff_RBX) {
var_2((void *)*unaff_RBX);
}
/* WARNING: Subroutine does not return */
var_3();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
void MASKED(void)
{
long *unaff_RBX;
long unaff_RBP;
if (unaff_RBP != *unaff_RBX) {
FUN_002a2980();
}
/* WARNING: Subroutine does not return */
FUN_003305f0();
}
|
9900_x86_64-linux-gnu-gold_and_x86_64-linux-gnu-gold_strip.c | btowc | btowc |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
wint_t btowc(int __c)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* btowc@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
wint_t btowc(int __c)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1201703742')] | [('const-1', u'RETURN_-1201703742')] | null | null | 004074b8 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nwint_t btowc(int __c)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "wint_t btowc(int __c)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" type_identifier (function_declarator "btowc(int __c)" identifier (parameter_list "(int __c)" ( (parameter_declaration "int __c" 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\nwint_t btowc(int __c)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* btowc@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "wint_t btowc(int __c)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* btowc@@GLIBC_2.2.5 */\n halt_baddata();\n}" type_identifier (function_declarator "btowc(int __c)" identifier (parameter_list "(int __c)" ( (parameter_declaration "int __c" primitive_type identifier) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* btowc@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "wint_t btowc(int __c)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "wint_t btowc(int __c)\n\n{\n \n halt_baddata();\n}" type_identifier (function_declarator "btowc(int __c)" identifier (parameter_list "(int __c)" ( (parameter_declaration "int __c" primitive_type identifier) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "wint_t btowc(int __c)\n\n{\n \n halt_baddata();\n}" (type_identifier "wint_t") (function_declarator "btowc(int __c)" (identifier "btowc") (parameter_list "(int __c)" (( "(") (parameter_declaration "int __c" (primitive_type "int") (identifier "__c")) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 function_1(int __c)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* btowc@@GLIBC_2.2.5 */
var_1();
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) 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 */
wint_t MASKED(int __c)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
599_find_and_find_strip.c | xmalloc | FUN_00123430 |
void * xmalloc(size_t n)
{
void *pvVar1;
pvVar1 = malloc(n);
if ((pvVar1 == (void *)0x0) && (n != 0)) {
/* WARNING: Subroutine does not return */
xalloc_die();
}
return pvVar1;
}
|
void FUN_00123430(size_t param_1)
{
void *pvVar1;
pvVar1 = malloc(param_1);
if ((pvVar1 == (void *)0x0) && (param_1 != 0)) {
/* WARNING: Subroutine does not return */
FUN_00123680();
}
return;
}
| PUSH RBX
MOV RBX,RDI
CALL 0x00107640
TEST RAX,RAX
JNZ 0x00123443
TEST RBX,RBX
JNZ 0x00123445
POP RBX
RET
CALL 0x00123680 | null | null | null | null | [('const-1', u'RETURN_-1207094153'), (u'INT_EQUAL_-1207094193', u'CBRANCH_-1207094190'), (u'CALL_-1207094207', u'INT_EQUAL_-1207094193'), (u'INT_NOTEQUAL_-1207094176', u'CBRANCH_-1207094174'), ('tmp_72', u'CBRANCH_-1207094174'), ('tmp_44', u'CBRANCH_-1207094190'), ('const-0', u'RETURN_-1207094159'), ('const-0', u'INT_NOTEQUAL_-1207094176'), ('const-0', u'INT_EQUAL_-1207094193'), ('tmp_111', u'INT_NOTEQUAL_-1207094176'), (u'CALL_-1207094207', u'RETURN_-1207094159'), ('tmp_111', u'CALL_-1207094207')] | [('const-1', u'RETURN_-1207094153'), (u'INT_EQUAL_-1207094193', u'CBRANCH_-1207094190'), (u'CALL_-1207094207', u'INT_EQUAL_-1207094193'), (u'INT_NOTEQUAL_-1207094176', u'CBRANCH_-1207094174'), ('tmp_207', u'INT_NOTEQUAL_-1207094176'), ('tmp_72', u'CBRANCH_-1207094174'), ('tmp_207', u'CALL_-1207094207'), ('tmp_44', u'CBRANCH_-1207094190'), ('const-0', u'RETURN_-1207094159'), ('const-0', u'INT_NOTEQUAL_-1207094176'), ('const-0', u'INT_EQUAL_-1207094193')] | null | null | 00123430 | x64 | O2 | (translation_unit "void FUN_00123430(size_t param_1)\n\n{\n void *pvVar1;\n \n pvVar1 = malloc(param_1);\n if ((pvVar1 == (void *)0x0) && (param_1 != 0)) {\n /* WARNING: Subroutine does not return */\n FUN_00123680();\n }\n return;\n}\n\n" (function_definition "void FUN_00123430(size_t param_1)\n\n{\n void *pvVar1;\n \n pvVar1 = malloc(param_1);\n if ((pvVar1 == (void *)0x0) && (param_1 != 0)) {\n /* WARNING: Subroutine does not return */\n FUN_00123680();\n }\n return;\n}" primitive_type (function_declarator "FUN_00123430(size_t param_1)" identifier (parameter_list "(size_t param_1)" ( (parameter_declaration "size_t param_1" primitive_type identifier) ))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = malloc(param_1);\n if ((pvVar1 == (void *)0x0) && (param_1 != 0)) {\n /* WARNING: Subroutine does not return */\n FUN_00123680();\n }\n return;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (expression_statement "pvVar1 = malloc(param_1);" (assignment_expression "pvVar1 = malloc(param_1)" identifier = (call_expression "malloc(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (if_statement "if ((pvVar1 == (void *)0x0) && (param_1 != 0)) {\n /* WARNING: Subroutine does not return */\n FUN_00123680();\n }" if (parenthesized_expression "((pvVar1 == (void *)0x0) && (param_1 != 0))" ( (binary_expression "(pvVar1 == (void *)0x0) && (param_1 != 0)" (parenthesized_expression "(pvVar1 == (void *)0x0)" ( (binary_expression "pvVar1 == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(param_1 != 0)" ( (binary_expression "param_1 != 0" identifier != number_literal) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00123680();\n }" { comment (expression_statement "FUN_00123680();" (call_expression "FUN_00123680()" identifier (argument_list "()" ( ))) ;) })) (return_statement "return;" return ;) }))) | (translation_unit "void * xmalloc(size_t n)\n\n{\n void *pvVar1;\n \n pvVar1 = malloc(n);\n if ((pvVar1 == (void *)0x0) && (n != 0)) {\n /* WARNING: Subroutine does not return */\n xalloc_die();\n }\n return pvVar1;\n}\n\n" (function_definition "void * xmalloc(size_t n)\n\n{\n void *pvVar1;\n \n pvVar1 = malloc(n);\n if ((pvVar1 == (void *)0x0) && (n != 0)) {\n /* WARNING: Subroutine does not return */\n xalloc_die();\n }\n return pvVar1;\n}" primitive_type (pointer_declarator "* xmalloc(size_t n)" * (function_declarator "xmalloc(size_t n)" identifier (parameter_list "(size_t n)" ( (parameter_declaration "size_t n" primitive_type identifier) )))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = malloc(n);\n if ((pvVar1 == (void *)0x0) && (n != 0)) {\n /* WARNING: Subroutine does not return */\n xalloc_die();\n }\n return pvVar1;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (expression_statement "pvVar1 = malloc(n);" (assignment_expression "pvVar1 = malloc(n)" identifier = (call_expression "malloc(n)" identifier (argument_list "(n)" ( identifier )))) ;) (if_statement "if ((pvVar1 == (void *)0x0) && (n != 0)) {\n /* WARNING: Subroutine does not return */\n xalloc_die();\n }" if (parenthesized_expression "((pvVar1 == (void *)0x0) && (n != 0))" ( (binary_expression "(pvVar1 == (void *)0x0) && (n != 0)" (parenthesized_expression "(pvVar1 == (void *)0x0)" ( (binary_expression "pvVar1 == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(n != 0)" ( (binary_expression "n != 0" identifier != number_literal) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n xalloc_die();\n }" { comment (expression_statement "xalloc_die();" (call_expression "xalloc_die()" identifier (argument_list "()" ( ))) ;) })) (return_statement "return pvVar1;" return identifier ;) }))) | (translation_unit "void FUN_00123430(size_t param_1)\n\n{\n void *pvVar1;\n \n pvVar1 = malloc(param_1);\n if ((pvVar1 == (void *)0x0) && (param_1 != 0)) {\n \n FUN_00123680();\n }\n return;\n}\n\n" (function_definition "void FUN_00123430(size_t param_1)\n\n{\n void *pvVar1;\n \n pvVar1 = malloc(param_1);\n if ((pvVar1 == (void *)0x0) && (param_1 != 0)) {\n \n FUN_00123680();\n }\n return;\n}" primitive_type (function_declarator "FUN_00123430(size_t param_1)" identifier (parameter_list "(size_t param_1)" ( (parameter_declaration "size_t param_1" primitive_type identifier) ))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = malloc(param_1);\n if ((pvVar1 == (void *)0x0) && (param_1 != 0)) {\n \n FUN_00123680();\n }\n return;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (expression_statement "pvVar1 = malloc(param_1);" (assignment_expression "pvVar1 = malloc(param_1)" identifier = (call_expression "malloc(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (if_statement "if ((pvVar1 == (void *)0x0) && (param_1 != 0)) {\n \n FUN_00123680();\n }" if (parenthesized_expression "((pvVar1 == (void *)0x0) && (param_1 != 0))" ( (binary_expression "(pvVar1 == (void *)0x0) && (param_1 != 0)" (parenthesized_expression "(pvVar1 == (void *)0x0)" ( (binary_expression "pvVar1 == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(param_1 != 0)" ( (binary_expression "param_1 != 0" identifier != number_literal) ))) )) (compound_statement "{\n \n FUN_00123680();\n }" { (expression_statement "FUN_00123680();" (call_expression "FUN_00123680()" identifier (argument_list "()" ( ))) ;) })) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) && (parenthesized_expression ( (binary_expression IDENT != LIT) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (return_statement return ;) }))) | (function_definition "void FUN_00123430(size_t param_1)\n\n{\n void *pvVar1;\n \n pvVar1 = malloc(param_1);\n if ((pvVar1 == (void *)0x0) && (param_1 != 0)) {\n \n FUN_00123680();\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00123430(size_t param_1)" (identifier "FUN_00123430") (parameter_list "(size_t param_1)" (( "(") (parameter_declaration "size_t param_1" (primitive_type "size_t") (identifier "param_1")) () ")"))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = malloc(param_1);\n if ((pvVar1 == (void *)0x0) && (param_1 != 0)) {\n \n FUN_00123680();\n }\n return;\n}" ({ "{") (declaration "void *pvVar1;" (primitive_type "void") (pointer_declarator "*pvVar1" (* "*") (identifier "pvVar1")) (; ";")) (expression_statement "pvVar1 = malloc(param_1);" (assignment_expression "pvVar1 = malloc(param_1)" (identifier "pvVar1") (= "=") (call_expression "malloc(param_1)" (identifier "malloc") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (if_statement "if ((pvVar1 == (void *)0x0) && (param_1 != 0)) {\n \n FUN_00123680();\n }" (if "if") (parenthesized_expression "((pvVar1 == (void *)0x0) && (param_1 != 0))" (( "(") (binary_expression "(pvVar1 == (void *)0x0) && (param_1 != 0)" (parenthesized_expression "(pvVar1 == (void *)0x0)" (( "(") (binary_expression "pvVar1 == (void *)0x0" (identifier "pvVar1") (== "==") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(param_1 != 0)" (( "(") (binary_expression "param_1 != 0" (identifier "param_1") (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n \n FUN_00123680();\n }" ({ "{") (expression_statement "FUN_00123680();" (call_expression "FUN_00123680()" (identifier "FUN_00123680") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
void * function_1(size_t var_3)
{
void *var_2;
var_2 = var_1(var_3);
if ((var_2 == (void *)0x0) && (var_3 != 0)) {
/* WARNING: Subroutine does not return */
var_4();
}
return var_2;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (return_statement)))) | null |
void MASKED(size_t param_1)
{
void *pvVar1;
pvVar1 = malloc(param_1);
if ((pvVar1 == (void *)0x0) && (param_1 != 0)) {
/* WARNING: Subroutine does not return */
FUN_00123680();
}
return;
}
|
16_sgp_dd_and_sgp_dd_strip.c | write | write |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ssize_t write(int __fd,void *__buf,size_t __n)
{
ssize_t sVar1;
sVar1 = (*(code *)PTR_write_0010ae98)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ssize_t write(int __fd,void *__buf,size_t __n)
{
ssize_t sVar1;
sVar1 = (*(code *)PTR_write_0010ae98)();
return sVar1;
}
| JMP qword ptr [0x0010ae98] | null | null | null | null | [(u'INDIRECT_-1206967992', u'COPY_-1206968051'), (u'CAST_-1206967987', u'CALLIND_-1206968056'), (u'CALLIND_-1206968056', u'RETURN_-1206968053'), ('const-0', u'RETURN_-1206968053'), (u'CALLIND_-1206968056', u'INDIRECT_-1206967992'), ('tmp_44', u'CAST_-1206967987')] | [(u'INDIRECT_-1206967992', u'COPY_-1206968051'), (u'CAST_-1206967987', u'CALLIND_-1206968056'), (u'CALLIND_-1206968056', u'RETURN_-1206968053'), ('const-0', u'RETURN_-1206968053'), (u'CALLIND_-1206968056', u'INDIRECT_-1206967992'), ('tmp_44', u'CAST_-1206967987')] | null | null | 00102100 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nssize_t write(int __fd,void *__buf,size_t __n)\n\n{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_write_0010ae98)();\n return sVar1;\n}\n\n" comment (function_definition "ssize_t write(int __fd,void *__buf,size_t __n)\n\n{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_write_0010ae98)();\n return sVar1;\n}" primitive_type (function_declarator "write(int __fd,void *__buf,size_t __n)" identifier (parameter_list "(int __fd,void *__buf,size_t __n)" ( (parameter_declaration "int __fd" primitive_type identifier) , (parameter_declaration "void *__buf" primitive_type (pointer_declarator "*__buf" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) ))) (compound_statement "{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_write_0010ae98)();\n return sVar1;\n}" { (declaration "ssize_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = (*(code *)PTR_write_0010ae98)();" (assignment_expression "sVar1 = (*(code *)PTR_write_0010ae98)()" identifier = (call_expression "(*(code *)PTR_write_0010ae98)()" (parenthesized_expression "(*(code *)PTR_write_0010ae98)" ( (pointer_expression "*(code *)PTR_write_0010ae98" * (cast_expression "(code *)PTR_write_0010ae98" ( (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\nssize_t write(int __fd,void *__buf,size_t __n)\n\n{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_write_0010ae98)();\n return sVar1;\n}\n\n" comment (function_definition "ssize_t write(int __fd,void *__buf,size_t __n)\n\n{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_write_0010ae98)();\n return sVar1;\n}" primitive_type (function_declarator "write(int __fd,void *__buf,size_t __n)" identifier (parameter_list "(int __fd,void *__buf,size_t __n)" ( (parameter_declaration "int __fd" primitive_type identifier) , (parameter_declaration "void *__buf" primitive_type (pointer_declarator "*__buf" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) ))) (compound_statement "{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_write_0010ae98)();\n return sVar1;\n}" { (declaration "ssize_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = (*(code *)PTR_write_0010ae98)();" (assignment_expression "sVar1 = (*(code *)PTR_write_0010ae98)()" identifier = (call_expression "(*(code *)PTR_write_0010ae98)()" (parenthesized_expression "(*(code *)PTR_write_0010ae98)" ( (pointer_expression "*(code *)PTR_write_0010ae98" * (cast_expression "(code *)PTR_write_0010ae98" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return sVar1;" return identifier ;) }))) | (translation_unit "ssize_t write(int __fd,void *__buf,size_t __n)\n\n{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_write_0010ae98)();\n return sVar1;\n}\n\n" (function_definition "ssize_t write(int __fd,void *__buf,size_t __n)\n\n{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_write_0010ae98)();\n return sVar1;\n}" primitive_type (function_declarator "write(int __fd,void *__buf,size_t __n)" identifier (parameter_list "(int __fd,void *__buf,size_t __n)" ( (parameter_declaration "int __fd" primitive_type identifier) , (parameter_declaration "void *__buf" primitive_type (pointer_declarator "*__buf" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) ))) (compound_statement "{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_write_0010ae98)();\n return sVar1;\n}" { (declaration "ssize_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = (*(code *)PTR_write_0010ae98)();" (assignment_expression "sVar1 = (*(code *)PTR_write_0010ae98)()" identifier = (call_expression "(*(code *)PTR_write_0010ae98)()" (parenthesized_expression "(*(code *)PTR_write_0010ae98)" ( (pointer_expression "*(code *)PTR_write_0010ae98" * (cast_expression "(code *)PTR_write_0010ae98" ( (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 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 "ssize_t write(int __fd,void *__buf,size_t __n)\n\n{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_write_0010ae98)();\n return sVar1;\n}" (primitive_type "ssize_t") (function_declarator "write(int __fd,void *__buf,size_t __n)" (identifier "write") (parameter_list "(int __fd,void *__buf,size_t __n)" (( "(") (parameter_declaration "int __fd" (primitive_type "int") (identifier "__fd")) (, ",") (parameter_declaration "void *__buf" (primitive_type "void") (pointer_declarator "*__buf" (* "*") (identifier "__buf"))) (, ",") (parameter_declaration "size_t __n" (primitive_type "size_t") (identifier "__n")) () ")"))) (compound_statement "{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_write_0010ae98)();\n return sVar1;\n}" ({ "{") (declaration "ssize_t sVar1;" (primitive_type "ssize_t") (identifier "sVar1") (; ";")) (expression_statement "sVar1 = (*(code *)PTR_write_0010ae98)();" (assignment_expression "sVar1 = (*(code *)PTR_write_0010ae98)()" (identifier "sVar1") (= "=") (call_expression "(*(code *)PTR_write_0010ae98)()" (parenthesized_expression "(*(code *)PTR_write_0010ae98)" (( "(") (pointer_expression "*(code *)PTR_write_0010ae98" (* "*") (cast_expression "(code *)PTR_write_0010ae98" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_write_0010ae98"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return sVar1;" (return "return") (identifier "sVar1") (; ";")) (} "}"))) |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ssize_t function_1(int __fd,void *__buf,size_t __n)
{
ssize_t sVar1;
sVar1 = (*(type_1 *)PTR_write_0010ae98)();
return sVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (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 */
ssize_t MASKED(int __fd,void *__buf,size_t __n)
{
ssize_t sVar1;
sVar1 = (*(code *)PTR_MASKED_0010ae98)();
return sVar1;
}
|
10456_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | do_write | FUN_00473ef0 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: void do_write(Eh_frame_hdr * this, Output_file * of) */
void __thiscall gold::Eh_frame_hdr::do_write(Eh_frame_hdr *this,Output_file *of)
{
Target_size_endianness TVar1;
TVar1 = Parameters::size_and_endianness(parameters);
if (TVar1 == TARGET_32_BIG) {
do_sized_write<32,_true>(this,of);
return;
}
if (TVar1 == TARGET_32_LITTLE) {
do_sized_write<32,_false>(this,of);
return;
}
if (TVar1 == TARGET_64_LITTLE) {
do_sized_write<64,_false>(this,of);
return;
}
if (TVar1 == TARGET_64_BIG) {
do_sized_write<64,_true>(this,of);
return;
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/ehframe.cc",0x87,"do_write");
}
|
void FUN_00473ef0(undefined8 param_1,undefined8 param_2)
{
int iVar1;
iVar1 = FUN_00406110(PTR_DAT_0067cb08);
if (iVar1 == 1) {
FUN_0047ae50(param_1,param_2);
return;
}
if (iVar1 == 0) {
FUN_0047b1b0(param_1,param_2);
return;
}
if (iVar1 == 2) {
FUN_0047bc10(param_1,param_2);
return;
}
if (iVar1 == 3) {
FUN_0047b8a0(param_1,param_2);
return;
}
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/ehframe.cc",0x87,"do_write");
}
| PUSH RBP
MOV RBP,RSI
PUSH RBX
MOV RBX,RDI
SUB RSP,0x8
MOV RDI,qword ptr [0x0067cb08]
CALL 0x00406110
CMP EAX,0x1
JZ 0x00473f30
TEST EAX,EAX
JZ 0x00473f60
CMP EAX,0x2
JZ 0x00473f48
CMP EAX,0x3
JNZ 0x00473f71
ADD RSP,0x8
MOV RSI,RBP
MOV RDI,RBX
POP RBX
POP RBP
JMP 0x0047b8a0
ADD RSP,0x8
MOV RSI,RBP
MOV RDI,RBX
POP RBX
POP RBP
JMP 0x0047ae50
ADD RSP,0x8
MOV RSI,RBP
MOV RDI,RBX
POP RBX
POP RBP
JMP 0x0047bc10
ADD RSP,0x8
MOV RSI,RBP
MOV RDI,RBX
POP RBX
POP RBP
JMP 0x0047b1b0
LEA RDX,[0x586e28]
MOV ESI,0x87
LEA RDI,[0x586ae7]
CALL 0x00352af0 | null | null | null | null | [('tmp_422', u'CALL_-1202176034'), ('const-3', u'INT_EQUAL_-1202176165'), ('const-1', u'INT_EQUAL_-1202176211'), (u'INT_EQUAL_-1202176211', u'CBRANCH_-1202176209'), ('const-0', u'RETURN_-1202176030'), (u'INDIRECT_-1202175829', u'COPY_-1202175882'), ('tmp_831', u'CALL_-1202176226'), (u'CALL_-1202176034', u'INDIRECT_-1202175878'), ('const-0', u'RETURN_-1202176048'), ('const-135', u'CALL_-1202176026'), ('const-0', u'INT_EQUAL_-1202176196'), ('tmp_423', u'CALL_-1202176034'), ('tmp_423', u'CALL_-1202176052'), ('const-5795368', u'COPY_-1202175836'), ('tmp_110', u'CBRANCH_-1202176195'), ('tmp_423', u'CALL_-1202176126'), (u'CALL_-1202176026', u'INDIRECT_-1202175803'), (u'CALL_-1202176226', u'INDIRECT_-1202175936'), ('tmp_140', u'CBRANCH_-1202176179'), ('tmp_422', u'CALL_-1202176052'), (u'INDIRECT_-1202175895', u'COPY_-1202175954'), ('tmp_422', u'CALL_-1202176126'), (u'INT_EQUAL_-1202176165', u'CBRANCH_-1202176162'), ('const-0', u'RETURN_-1202176122'), (u'CALL_-1202176226', u'INT_EQUAL_-1202176165'), ('tmp_172', u'CBRANCH_-1202176162'), ('const-0', u'RETURN_-1202176003'), ('const-5794535', u'COPY_-1202175837'), (u'COPY_-1202175837', u'CALL_-1202176026'), (u'INT_EQUAL_-1202176196', u'CBRANCH_-1202176195'), ('tmp_422', u'CALL_-1202176007'), (u'CALL_-1202176226', u'INT_EQUAL_-1202176181'), (u'COPY_-1202175836', u'CALL_-1202176026'), (u'INDIRECT_-1202175852', u'COPY_-1202175907'), (u'INDIRECT_-1202175803', u'COPY_-1202175860'), ('const-2', u'INT_EQUAL_-1202176181'), (u'CALL_-1202176226', u'INT_EQUAL_-1202176211'), ('const-1', u'RETURN_-1202176021'), (u'CALL_-1202176007', u'INDIRECT_-1202175829'), ('tmp_423', u'CALL_-1202176007'), (u'CALL_-1202176226', u'INT_EQUAL_-1202176196'), (u'CALL_-1202176052', u'INDIRECT_-1202175852'), (u'INT_EQUAL_-1202176181', u'CBRANCH_-1202176179'), ('tmp_84', u'CBRANCH_-1202176209'), (u'CALL_-1202176126', u'INDIRECT_-1202175895'), (u'INDIRECT_-1202175878', u'COPY_-1202175929')] | [('const-2', u'INT_EQUAL_-1202176181'), ('const-135', u'CALL_-1202176026'), (u'INT_EQUAL_-1202176211', u'CBRANCH_-1202176209'), ('const-0', u'RETURN_-1202176030'), ('tmp_684', u'CALL_-1202176052'), (u'INDIRECT_-1202175829', u'COPY_-1202175882'), (u'CALL_-1202176034', u'INDIRECT_-1202175878'), ('const-0', u'RETURN_-1202176048'), ('const-0', u'INT_EQUAL_-1202176196'), ('tmp_684', u'CALL_-1202176007'), ('tmp_684', u'CALL_-1202176126'), ('tmp_686', u'CALL_-1202176034'), ('tmp_110', u'CBRANCH_-1202176195'), (u'CALL_-1202176026', u'INDIRECT_-1202175803'), (u'CALL_-1202176226', u'INDIRECT_-1202175936'), ('tmp_140', u'CBRANCH_-1202176179'), ('tmp_846', u'CALL_-1202176226'), (u'INDIRECT_-1202175895', u'COPY_-1202175954'), (u'INT_EQUAL_-1202176165', u'CBRANCH_-1202176162'), ('const-0', u'RETURN_-1202176122'), ('const-1', u'INT_EQUAL_-1202176211'), (u'CALL_-1202176226', u'INT_EQUAL_-1202176165'), ('const-3', u'INT_EQUAL_-1202176165'), ('tmp_172', u'CBRANCH_-1202176162'), ('tmp_686', u'CALL_-1202176052'), ('const-0', u'RETURN_-1202176003'), ('const-5794535', u'COPY_-1202175837'), ('tmp_686', u'CALL_-1202176007'), (u'COPY_-1202175837', u'CALL_-1202176026'), (u'INT_EQUAL_-1202176196', u'CBRANCH_-1202176195'), (u'CALL_-1202176226', u'INT_EQUAL_-1202176181'), (u'COPY_-1202175836', u'CALL_-1202176026'), (u'INDIRECT_-1202175852', u'COPY_-1202175907'), (u'INDIRECT_-1202175803', u'COPY_-1202175860'), (u'CALL_-1202176226', u'INT_EQUAL_-1202176211'), ('tmp_684', u'CALL_-1202176034'), ('const-1', u'RETURN_-1202176021'), (u'CALL_-1202176007', u'INDIRECT_-1202175829'), ('tmp_686', u'CALL_-1202176126'), (u'CALL_-1202176226', u'INT_EQUAL_-1202176196'), (u'CALL_-1202176052', u'INDIRECT_-1202175852'), (u'INT_EQUAL_-1202176181', u'CBRANCH_-1202176179'), ('tmp_84', u'CBRANCH_-1202176209'), ('const-5795368', u'COPY_-1202175836'), (u'CALL_-1202176126', u'INDIRECT_-1202175895'), (u'INDIRECT_-1202175878', u'COPY_-1202175929')] | null | null | 00473ef0 | x64 | O2 | (translation_unit "void FUN_00473ef0(undefined8 param_1,undefined8 param_2)\n\n{\n int iVar1;\n \n iVar1 = FUN_00406110(PTR_DAT_0067cb08);\n if (iVar1 == 1) {\n FUN_0047ae50(param_1,param_2);\n return;\n }\n if (iVar1 == 0) {\n FUN_0047b1b0(param_1,param_2);\n return;\n }\n if (iVar1 == 2) {\n FUN_0047bc10(param_1,param_2);\n return;\n }\n if (iVar1 == 3) {\n FUN_0047b8a0(param_1,param_2);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x87,"do_write");\n}\n\n" (function_definition "void FUN_00473ef0(undefined8 param_1,undefined8 param_2)\n\n{\n int iVar1;\n \n iVar1 = FUN_00406110(PTR_DAT_0067cb08);\n if (iVar1 == 1) {\n FUN_0047ae50(param_1,param_2);\n return;\n }\n if (iVar1 == 0) {\n FUN_0047b1b0(param_1,param_2);\n return;\n }\n if (iVar1 == 2) {\n FUN_0047bc10(param_1,param_2);\n return;\n }\n if (iVar1 == 3) {\n FUN_0047b8a0(param_1,param_2);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x87,"do_write");\n}" primitive_type (function_declarator "FUN_00473ef0(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 int iVar1;\n \n iVar1 = FUN_00406110(PTR_DAT_0067cb08);\n if (iVar1 == 1) {\n FUN_0047ae50(param_1,param_2);\n return;\n }\n if (iVar1 == 0) {\n FUN_0047b1b0(param_1,param_2);\n return;\n }\n if (iVar1 == 2) {\n FUN_0047bc10(param_1,param_2);\n return;\n }\n if (iVar1 == 3) {\n FUN_0047b8a0(param_1,param_2);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/ehframe.cc",0x87,"do_write");\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = FUN_00406110(PTR_DAT_0067cb08);" (assignment_expression "iVar1 = FUN_00406110(PTR_DAT_0067cb08)" identifier = (call_expression "FUN_00406110(PTR_DAT_0067cb08)" identifier (argument_list "(PTR_DAT_0067cb08)" ( identifier )))) ;) (if_statement "if (iVar1 == 1) {\n FUN_0047ae50(param_1,param_2);\n return;\n }" if (parenthesized_expression "(iVar1 == 1)" ( (binary_expression "iVar1 == 1" identifier == number_literal) )) (compound_statement "{\n FUN_0047ae50(param_1,param_2);\n return;\n }" { (expression_statement "FUN_0047ae50(param_1,param_2);" (call_expression "FUN_0047ae50(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })) (if_statement "if (iVar1 == 0) {\n FUN_0047b1b0(param_1,param_2);\n return;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_0047b1b0(param_1,param_2);\n return;\n }" { (expression_statement "FUN_0047b1b0(param_1,param_2);" (call_expression "FUN_0047b1b0(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })) (if_statement "if (iVar1 == 2) {\n FUN_0047bc10(param_1,param_2);\n return;\n }" if (parenthesized_expression "(iVar1 == 2)" ( (binary_expression "iVar1 == 2" identifier == number_literal) )) (compound_statement "{\n FUN_0047bc10(param_1,param_2);\n return;\n }" { (expression_statement "FUN_0047bc10(param_1,param_2);" (call_expression "FUN_0047bc10(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })) (if_statement "if (iVar1 == 3) {\n FUN_0047b8a0(param_1,param_2);\n return;\n }" if (parenthesized_expression "(iVar1 == 3)" ( (binary_expression "iVar1 == 3" identifier == number_literal) )) (compound_statement "{\n FUN_0047b8a0(param_1,param_2);\n return;\n }" { (expression_statement "FUN_0047b8a0(param_1,param_2);" (call_expression "FUN_0047b8a0(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_00352af0("../../gold/ehframe.cc",0x87,"do_write");" (call_expression "FUN_00352af0("../../gold/ehframe.cc",0x87,"do_write")" identifier (argument_list "("../../gold/ehframe.cc",0x87,"do_write")" ( (string_literal ""../../gold/ehframe.cc"" " string_content ") , number_literal , (string_literal ""do_write"" " string_content ") ))) ;) }))) | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n/* DWARF original prototype: void do_write(Eh_frame_hdr * this, Output_file * of) */\n\nvoid __thiscall gold::Eh_frame_hdr::do_write(Eh_frame_hdr *this,Output_file *of)\n\n{\n Target_size_endianness TVar1;\n \n TVar1 = Parameters::size_and_endianness(parameters);\n if (TVar1 == TARGET_32_BIG) {\n do_sized_write<32,_true>(this,of);\n return;\n }\n if (TVar1 == TARGET_32_LITTLE) {\n do_sized_write<32,_false>(this,of);\n return;\n }\n if (TVar1 == TARGET_64_LITTLE) {\n do_sized_write<64,_false>(this,of);\n return;\n }\n if (TVar1 == TARGET_64_BIG) {\n do_sized_write<64,_true>(this,of);\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x87,"do_write");\n}\n\n" comment comment comment (function_definition "void __thiscall gold::Eh_frame_hdr::do_write(Eh_frame_hdr *this,Output_file *of)\n\n{\n Target_size_endianness TVar1;\n \n TVar1 = Parameters::size_and_endianness(parameters);\n if (TVar1 == TARGET_32_BIG) {\n do_sized_write<32,_true>(this,of);\n return;\n }\n if (TVar1 == TARGET_32_LITTLE) {\n do_sized_write<32,_false>(this,of);\n return;\n }\n if (TVar1 == TARGET_64_LITTLE) {\n do_sized_write<64,_false>(this,of);\n return;\n }\n if (TVar1 == TARGET_64_BIG) {\n do_sized_write<64,_true>(this,of);\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x87,"do_write");\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Eh_frame_hdr::" identifier : : identifier : :) (function_declarator "do_write(Eh_frame_hdr *this,Output_file *of)" identifier (parameter_list "(Eh_frame_hdr *this,Output_file *of)" ( (parameter_declaration "Eh_frame_hdr *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Output_file *of" type_identifier (pointer_declarator "*of" * identifier)) ))) (compound_statement "{\n Target_size_endianness TVar1;\n \n TVar1 = Parameters::size_and_endianness(parameters);\n if (TVar1 == TARGET_32_BIG) {\n do_sized_write<32,_true>(this,of);\n return;\n }\n if (TVar1 == TARGET_32_LITTLE) {\n do_sized_write<32,_false>(this,of);\n return;\n }\n if (TVar1 == TARGET_64_LITTLE) {\n do_sized_write<64,_false>(this,of);\n return;\n }\n if (TVar1 == TARGET_64_BIG) {\n do_sized_write<64,_true>(this,of);\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x87,"do_write");\n}" { (declaration "Target_size_endianness TVar1;" type_identifier identifier ;) (ERROR "TVar1 = Parameters::" (assignment_expression "TVar1 = Parameters" identifier = identifier) : :) (expression_statement "size_and_endianness(parameters);" (call_expression "size_and_endianness(parameters)" identifier (argument_list "(parameters)" ( identifier ))) ;) (if_statement "if (TVar1 == TARGET_32_BIG) {\n do_sized_write<32,_true>(this,of);\n return;\n }" if (parenthesized_expression "(TVar1 == TARGET_32_BIG)" ( (binary_expression "TVar1 == TARGET_32_BIG" identifier == identifier) )) (compound_statement "{\n do_sized_write<32,_true>(this,of);\n return;\n }" { (expression_statement "do_sized_write<32,_true>(this,of);" (comma_expression "do_sized_write<32,_true>(this,of)" (binary_expression "do_sized_write<32" identifier < number_literal) , (binary_expression "_true>(this,of)" identifier > (parenthesized_expression "(this,of)" ( (comma_expression "this,of" identifier , identifier) )))) ;) (return_statement "return;" return ;) })) (if_statement "if (TVar1 == TARGET_32_LITTLE) {\n do_sized_write<32,_false>(this,of);\n return;\n }" if (parenthesized_expression "(TVar1 == TARGET_32_LITTLE)" ( (binary_expression "TVar1 == TARGET_32_LITTLE" identifier == identifier) )) (compound_statement "{\n do_sized_write<32,_false>(this,of);\n return;\n }" { (expression_statement "do_sized_write<32,_false>(this,of);" (comma_expression "do_sized_write<32,_false>(this,of)" (binary_expression "do_sized_write<32" identifier < number_literal) , (binary_expression "_false>(this,of)" identifier > (parenthesized_expression "(this,of)" ( (comma_expression "this,of" identifier , identifier) )))) ;) (return_statement "return;" return ;) })) (if_statement "if (TVar1 == TARGET_64_LITTLE) {\n do_sized_write<64,_false>(this,of);\n return;\n }" if (parenthesized_expression "(TVar1 == TARGET_64_LITTLE)" ( (binary_expression "TVar1 == TARGET_64_LITTLE" identifier == identifier) )) (compound_statement "{\n do_sized_write<64,_false>(this,of);\n return;\n }" { (expression_statement "do_sized_write<64,_false>(this,of);" (comma_expression "do_sized_write<64,_false>(this,of)" (binary_expression "do_sized_write<64" identifier < number_literal) , (binary_expression "_false>(this,of)" identifier > (parenthesized_expression "(this,of)" ( (comma_expression "this,of" identifier , identifier) )))) ;) (return_statement "return;" return ;) })) (if_statement "if (TVar1 == TARGET_64_BIG) {\n do_sized_write<64,_true>(this,of);\n return;\n }" if (parenthesized_expression "(TVar1 == TARGET_64_BIG)" ( (binary_expression "TVar1 == TARGET_64_BIG" identifier == identifier) )) (compound_statement "{\n do_sized_write<64,_true>(this,of);\n return;\n }" { (expression_statement "do_sized_write<64,_true>(this,of);" (comma_expression "do_sized_write<64,_true>(this,of)" (binary_expression "do_sized_write<64" identifier < number_literal) , (binary_expression "_true>(this,of)" identifier > (parenthesized_expression "(this,of)" ( (comma_expression "this,of" identifier , identifier) )))) ;) (return_statement "return;" return ;) })) comment (expression_statement "do_gold_unreachable("../../gold/ehframe.cc",0x87,"do_write");" (call_expression "do_gold_unreachable("../../gold/ehframe.cc",0x87,"do_write")" identifier (argument_list "("../../gold/ehframe.cc",0x87,"do_write")" ( (string_literal ""../../gold/ehframe.cc"" " string_content ") , number_literal , (string_literal ""do_write"" " string_content ") ))) ;) }))) | (translation_unit "void FUN_00473ef0(undefined8 param_1,undefined8 param_2)\n\n{\n int iVar1;\n \n iVar1 = FUN_00406110(PTR_DAT_0067cb08);\n if (iVar1 == 1) {\n FUN_0047ae50(param_1,param_2);\n return;\n }\n if (iVar1 == 0) {\n FUN_0047b1b0(param_1,param_2);\n return;\n }\n if (iVar1 == 2) {\n FUN_0047bc10(param_1,param_2);\n return;\n }\n if (iVar1 == 3) {\n FUN_0047b8a0(param_1,param_2);\n return;\n }\n \n FUN_00352af0("../../gold/ehframe.cc",0x87,"do_write");\n}\n\n" (function_definition "void FUN_00473ef0(undefined8 param_1,undefined8 param_2)\n\n{\n int iVar1;\n \n iVar1 = FUN_00406110(PTR_DAT_0067cb08);\n if (iVar1 == 1) {\n FUN_0047ae50(param_1,param_2);\n return;\n }\n if (iVar1 == 0) {\n FUN_0047b1b0(param_1,param_2);\n return;\n }\n if (iVar1 == 2) {\n FUN_0047bc10(param_1,param_2);\n return;\n }\n if (iVar1 == 3) {\n FUN_0047b8a0(param_1,param_2);\n return;\n }\n \n FUN_00352af0("../../gold/ehframe.cc",0x87,"do_write");\n}" primitive_type (function_declarator "FUN_00473ef0(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 int iVar1;\n \n iVar1 = FUN_00406110(PTR_DAT_0067cb08);\n if (iVar1 == 1) {\n FUN_0047ae50(param_1,param_2);\n return;\n }\n if (iVar1 == 0) {\n FUN_0047b1b0(param_1,param_2);\n return;\n }\n if (iVar1 == 2) {\n FUN_0047bc10(param_1,param_2);\n return;\n }\n if (iVar1 == 3) {\n FUN_0047b8a0(param_1,param_2);\n return;\n }\n \n FUN_00352af0("../../gold/ehframe.cc",0x87,"do_write");\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = FUN_00406110(PTR_DAT_0067cb08);" (assignment_expression "iVar1 = FUN_00406110(PTR_DAT_0067cb08)" identifier = (call_expression "FUN_00406110(PTR_DAT_0067cb08)" identifier (argument_list "(PTR_DAT_0067cb08)" ( identifier )))) ;) (if_statement "if (iVar1 == 1) {\n FUN_0047ae50(param_1,param_2);\n return;\n }" if (parenthesized_expression "(iVar1 == 1)" ( (binary_expression "iVar1 == 1" identifier == number_literal) )) (compound_statement "{\n FUN_0047ae50(param_1,param_2);\n return;\n }" { (expression_statement "FUN_0047ae50(param_1,param_2);" (call_expression "FUN_0047ae50(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })) (if_statement "if (iVar1 == 0) {\n FUN_0047b1b0(param_1,param_2);\n return;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_0047b1b0(param_1,param_2);\n return;\n }" { (expression_statement "FUN_0047b1b0(param_1,param_2);" (call_expression "FUN_0047b1b0(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })) (if_statement "if (iVar1 == 2) {\n FUN_0047bc10(param_1,param_2);\n return;\n }" if (parenthesized_expression "(iVar1 == 2)" ( (binary_expression "iVar1 == 2" identifier == number_literal) )) (compound_statement "{\n FUN_0047bc10(param_1,param_2);\n return;\n }" { (expression_statement "FUN_0047bc10(param_1,param_2);" (call_expression "FUN_0047bc10(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })) (if_statement "if (iVar1 == 3) {\n FUN_0047b8a0(param_1,param_2);\n return;\n }" if (parenthesized_expression "(iVar1 == 3)" ( (binary_expression "iVar1 == 3" identifier == number_literal) )) (compound_statement "{\n FUN_0047b8a0(param_1,param_2);\n return;\n }" { (expression_statement "FUN_0047b8a0(param_1,param_2);" (call_expression "FUN_0047b8a0(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_00352af0("../../gold/ehframe.cc",0x87,"do_write");" (call_expression "FUN_00352af0("../../gold/ehframe.cc",0x87,"do_write")" identifier (argument_list "("../../gold/ehframe.cc",0x87,"do_write")" ( (string_literal ""../../gold/ehframe.cc"" " string_content ") , number_literal , (string_literal ""do_write"" " string_content ") ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (return_statement return ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (return_statement return ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (return_statement return ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( 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_00473ef0(undefined8 param_1,undefined8 param_2)\n\n{\n int iVar1;\n \n iVar1 = FUN_00406110(PTR_DAT_0067cb08);\n if (iVar1 == 1) {\n FUN_0047ae50(param_1,param_2);\n return;\n }\n if (iVar1 == 0) {\n FUN_0047b1b0(param_1,param_2);\n return;\n }\n if (iVar1 == 2) {\n FUN_0047bc10(param_1,param_2);\n return;\n }\n if (iVar1 == 3) {\n FUN_0047b8a0(param_1,param_2);\n return;\n }\n \n FUN_00352af0("../../gold/ehframe.cc",0x87,"do_write");\n}" (primitive_type "void") (function_declarator "FUN_00473ef0(undefined8 param_1,undefined8 param_2)" (identifier "FUN_00473ef0") (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 int iVar1;\n \n iVar1 = FUN_00406110(PTR_DAT_0067cb08);\n if (iVar1 == 1) {\n FUN_0047ae50(param_1,param_2);\n return;\n }\n if (iVar1 == 0) {\n FUN_0047b1b0(param_1,param_2);\n return;\n }\n if (iVar1 == 2) {\n FUN_0047bc10(param_1,param_2);\n return;\n }\n if (iVar1 == 3) {\n FUN_0047b8a0(param_1,param_2);\n return;\n }\n \n FUN_00352af0("../../gold/ehframe.cc",0x87,"do_write");\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = FUN_00406110(PTR_DAT_0067cb08);" (assignment_expression "iVar1 = FUN_00406110(PTR_DAT_0067cb08)" (identifier "iVar1") (= "=") (call_expression "FUN_00406110(PTR_DAT_0067cb08)" (identifier "FUN_00406110") (argument_list "(PTR_DAT_0067cb08)" (( "(") (identifier "PTR_DAT_0067cb08") () ")")))) (; ";")) (if_statement "if (iVar1 == 1) {\n FUN_0047ae50(param_1,param_2);\n return;\n }" (if "if") (parenthesized_expression "(iVar1 == 1)" (( "(") (binary_expression "iVar1 == 1" (identifier "iVar1") (== "==") (number_literal "1")) () ")")) (compound_statement "{\n FUN_0047ae50(param_1,param_2);\n return;\n }" ({ "{") (expression_statement "FUN_0047ae50(param_1,param_2);" (call_expression "FUN_0047ae50(param_1,param_2)" (identifier "FUN_0047ae50") (argument_list "(param_1,param_2)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if (iVar1 == 0) {\n FUN_0047b1b0(param_1,param_2);\n return;\n }" (if "if") (parenthesized_expression "(iVar1 == 0)" (( "(") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0047b1b0(param_1,param_2);\n return;\n }" ({ "{") (expression_statement "FUN_0047b1b0(param_1,param_2);" (call_expression "FUN_0047b1b0(param_1,param_2)" (identifier "FUN_0047b1b0") (argument_list "(param_1,param_2)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if (iVar1 == 2) {\n FUN_0047bc10(param_1,param_2);\n return;\n }" (if "if") (parenthesized_expression "(iVar1 == 2)" (( "(") (binary_expression "iVar1 == 2" (identifier "iVar1") (== "==") (number_literal "2")) () ")")) (compound_statement "{\n FUN_0047bc10(param_1,param_2);\n return;\n }" ({ "{") (expression_statement "FUN_0047bc10(param_1,param_2);" (call_expression "FUN_0047bc10(param_1,param_2)" (identifier "FUN_0047bc10") (argument_list "(param_1,param_2)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if (iVar1 == 3) {\n FUN_0047b8a0(param_1,param_2);\n return;\n }" (if "if") (parenthesized_expression "(iVar1 == 3)" (( "(") (binary_expression "iVar1 == 3" (identifier "iVar1") (== "==") (number_literal "3")) () ")")) (compound_statement "{\n FUN_0047b8a0(param_1,param_2);\n return;\n }" ({ "{") (expression_statement "FUN_0047b8a0(param_1,param_2);" (call_expression "FUN_0047b8a0(param_1,param_2)" (identifier "FUN_0047b8a0") (argument_list "(param_1,param_2)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_00352af0("../../gold/ehframe.cc",0x87,"do_write");" (call_expression "FUN_00352af0("../../gold/ehframe.cc",0x87,"do_write")" (identifier "FUN_00352af0") (argument_list "("../../gold/ehframe.cc",0x87,"do_write")" (( "(") (string_literal ""../../gold/ehframe.cc"" (" """) (string_content "../../gold/ehframe.cc") (" """)) (, ",") (number_literal "0x87") (, ",") (string_literal ""do_write"" (" """) (string_content "do_write") (" """)) () ")"))) (; ";")) (} "}"))) |
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: void do_write(Eh_frame_hdr * this, Output_file * of) */
void __thiscall gold::type_1::function_1(type_1 *this,type_2 *of)
{
type_3 var_2;
var_2 = Parameters::var_1(parameters);
if (var_2 == var_3) {
var_4<32,var_5>(this,of);
return;
}
if (var_2 == var_6) {
var_4<32,var_7>(this,of);
return;
}
if (var_2 == var_8) {
var_4<64,var_7>(this,of);
return;
}
if (var_2 == var_9) {
var_4<64,var_5>(this,of);
return;
}
/* WARNING: Subroutine does not return */
var_10("../../gold/ehframe.cc",0x87,"do_write");
}
| 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: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (return_statement))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (return_statement))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (return_statement))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (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)
{
int iVar1;
iVar1 = FUN_00406110(PTR_DAT_0067cb08);
if (iVar1 == 1) {
FUN_0047ae50(param_1,param_2);
return;
}
if (iVar1 == 0) {
FUN_0047b1b0(param_1,param_2);
return;
}
if (iVar1 == 2) {
FUN_0047bc10(param_1,param_2);
return;
}
if (iVar1 == 3) {
FUN_0047b8a0(param_1,param_2);
return;
}
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/ehframe.cc",0x87,"do_write");
}
|
8644_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | at | FUN_0033fda0 |
/* std::string::at(unsigned long) */
long __thiscall std::string::at(string *this,ulong param_1)
{
if (param_1 < *(ulong *)(this + 8)) {
return *(long *)this + param_1;
}
/* WARNING: Subroutine does not return */
__throw_out_of_range_fmt("basic_string::at: __n (which is %zu) >= this->size() (which is %zu)");
}
|
long FUN_0033fda0(long *param_1,ulong param_2)
{
if (param_2 < (ulong)param_1[1]) {
return *param_1 + param_2;
}
/* WARNING: Subroutine does not return */
FUN_003773f0("basic_string::at: __n (which is %zu) >= this->size() (which is %zu)");
}
| MOV RDX,qword ptr [RDI + 0x8]
CMP RSI,RDX
JNC 0x0033fdb0
MOV RAX,qword ptr [RDI]
ADD RAX,RSI
RET
PUSH RAX
LEA RDI,[0x3ff630]
XOR EAX,EAX
CALL 0x003773f0 | null | null | null | null | [('tmp_38', u'CBRANCH_-1205011014'), ('tmp_130', u'PTRADD_-1205010975'), ('const-1', u'PTRADD_-1205010975'), ('const-0', u'RETURN_-1205010987'), (u'INT_ADD_-1205010990', u'RETURN_-1205010987'), ('const-433', u'LOAD_-1205011037'), ('tmp_130', u'CAST_-1205010886'), (u'COPY_-1205010934', u'CALL_-1205010962'), (u'CAST_-1205010886', u'LOAD_-1205011014'), (u'CAST_-1205010896', u'LOAD_-1205011037'), ('tmp_131', u'INT_ADD_-1205010990'), ('const-433', u'LOAD_-1205011014'), (u'INT_LESS_-1205011017', u'CBRANCH_-1205011014'), ('tmp_131', u'INT_LESS_-1205011017'), (u'PTRADD_-1205010975', u'CAST_-1205010896'), (u'LOAD_-1205011014', u'INT_ADD_-1205010990'), ('const-1', u'RETURN_-1205010957'), ('const-4191792', u'COPY_-1205010934'), (u'LOAD_-1205011037', u'INT_LESS_-1205011017'), ('const-8', u'PTRADD_-1205010975')] | [('tmp_38', u'CBRANCH_-1205011014'), ('const-0', u'RETURN_-1205010987'), (u'INT_ADD_-1205010990', u'RETURN_-1205010987'), ('tmp_195', u'PTRADD_-1205010895'), ('const-8', u'PTRADD_-1205010895'), (u'CAST_-1205010891', u'INT_LESS_-1205011017'), (u'COPY_-1205010934', u'CALL_-1205010962'), ('const-1', u'PTRADD_-1205010895'), ('tmp_196', u'INT_LESS_-1205011017'), (u'LOAD_-1205011037', u'CAST_-1205010891'), (u'INT_LESS_-1205011017', u'CBRANCH_-1205011014'), ('const-433', u'LOAD_-1205011014'), (u'LOAD_-1205011014', u'INT_ADD_-1205010990'), ('tmp_195', u'LOAD_-1205011014'), ('tmp_196', u'INT_ADD_-1205010990'), ('const-1', u'RETURN_-1205010957'), ('const-4191792', u'COPY_-1205010934'), ('const-433', u'LOAD_-1205011037'), (u'PTRADD_-1205010895', u'LOAD_-1205011037')] | null | null | 0033fda0 | x64 | O2 | (translation_unit "long FUN_0033fda0(long *param_1,ulong param_2)\n\n{\n if (param_2 < (ulong)param_1[1]) {\n return *param_1 + param_2;\n }\n /* WARNING: Subroutine does not return */\n FUN_003773f0("basic_string::at: __n (which is %zu) >= this->size() (which is %zu)");\n}\n\n" (function_definition "long FUN_0033fda0(long *param_1,ulong param_2)\n\n{\n if (param_2 < (ulong)param_1[1]) {\n return *param_1 + param_2;\n }\n /* WARNING: Subroutine does not return */\n FUN_003773f0("basic_string::at: __n (which is %zu) >= this->size() (which is %zu)");\n}" (sized_type_specifier "long" long) (function_declarator "FUN_0033fda0(long *param_1,ulong param_2)" identifier (parameter_list "(long *param_1,ulong param_2)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "ulong param_2" type_identifier identifier) ))) (compound_statement "{\n if (param_2 < (ulong)param_1[1]) {\n return *param_1 + param_2;\n }\n /* WARNING: Subroutine does not return */\n FUN_003773f0("basic_string::at: __n (which is %zu) >= this->size() (which is %zu)");\n}" { (if_statement "if (param_2 < (ulong)param_1[1]) {\n return *param_1 + param_2;\n }" if (parenthesized_expression "(param_2 < (ulong)param_1[1])" ( (binary_expression "param_2 < (ulong)param_1[1]" identifier < (cast_expression "(ulong)param_1[1]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) )) (compound_statement "{\n return *param_1 + param_2;\n }" { (return_statement "return *param_1 + param_2;" return (binary_expression "*param_1 + param_2" (pointer_expression "*param_1" * identifier) + identifier) ;) })) comment (expression_statement "FUN_003773f0("basic_string::at: __n (which is %zu) >= this->size() (which is %zu)");" (call_expression "FUN_003773f0("basic_string::at: __n (which is %zu) >= this->size() (which is %zu)")" identifier (argument_list "("basic_string::at: __n (which is %zu) >= this->size() (which is %zu)")" ( (string_literal ""basic_string::at: __n (which is %zu) >= this->size() (which is %zu)"" " string_content ") ))) ;) }))) | (translation_unit "/* std::string::at(unsigned long) */\n\nlong __thiscall std::string::at(string *this,ulong param_1)\n\n{\n if (param_1 < *(ulong *)(this + 8)) {\n return *(long *)this + param_1;\n }\n /* WARNING: Subroutine does not return */\n __throw_out_of_range_fmt("basic_string::at: __n (which is %zu) >= this->size() (which is %zu)");\n}\n\n" comment (function_definition "long __thiscall std::string::at(string *this,ulong param_1)\n\n{\n if (param_1 < *(ulong *)(this + 8)) {\n return *(long *)this + param_1;\n }\n /* WARNING: Subroutine does not return */\n __throw_out_of_range_fmt("basic_string::at: __n (which is %zu) >= this->size() (which is %zu)");\n}" (sized_type_specifier "long" long) (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::string::" identifier : : identifier : :) (function_declarator "at(string *this,ulong param_1)" identifier (parameter_list "(string *this,ulong param_1)" ( (parameter_declaration "string *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "ulong param_1" type_identifier identifier) ))) (compound_statement "{\n if (param_1 < *(ulong *)(this + 8)) {\n return *(long *)this + param_1;\n }\n /* WARNING: Subroutine does not return */\n __throw_out_of_range_fmt("basic_string::at: __n (which is %zu) >= this->size() (which is %zu)");\n}" { (if_statement "if (param_1 < *(ulong *)(this + 8)) {\n return *(long *)this + param_1;\n }" if (parenthesized_expression "(param_1 < *(ulong *)(this + 8))" ( (binary_expression "param_1 < *(ulong *)(this + 8)" identifier < (pointer_expression "*(ulong *)(this + 8)" * (cast_expression "(ulong *)(this + 8)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) ))))) )) (compound_statement "{\n return *(long *)this + param_1;\n }" { (return_statement "return *(long *)this + param_1;" return (binary_expression "*(long *)this + param_1" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + identifier) ;) })) comment (expression_statement "__throw_out_of_range_fmt("basic_string::at: __n (which is %zu) >= this->size() (which is %zu)");" (call_expression "__throw_out_of_range_fmt("basic_string::at: __n (which is %zu) >= this->size() (which is %zu)")" identifier (argument_list "("basic_string::at: __n (which is %zu) >= this->size() (which is %zu)")" ( (string_literal ""basic_string::at: __n (which is %zu) >= this->size() (which is %zu)"" " string_content ") ))) ;) }))) | (translation_unit "long FUN_0033fda0(long *param_1,ulong param_2)\n\n{\n if (param_2 < (ulong)param_1[1]) {\n return *param_1 + param_2;\n }\n \n FUN_003773f0("basic_string::at: __n (which is %zu) >= this->size() (which is %zu)");\n}\n\n" (function_definition "long FUN_0033fda0(long *param_1,ulong param_2)\n\n{\n if (param_2 < (ulong)param_1[1]) {\n return *param_1 + param_2;\n }\n \n FUN_003773f0("basic_string::at: __n (which is %zu) >= this->size() (which is %zu)");\n}" (sized_type_specifier "long" long) (function_declarator "FUN_0033fda0(long *param_1,ulong param_2)" identifier (parameter_list "(long *param_1,ulong param_2)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "ulong param_2" type_identifier identifier) ))) (compound_statement "{\n if (param_2 < (ulong)param_1[1]) {\n return *param_1 + param_2;\n }\n \n FUN_003773f0("basic_string::at: __n (which is %zu) >= this->size() (which is %zu)");\n}" { (if_statement "if (param_2 < (ulong)param_1[1]) {\n return *param_1 + param_2;\n }" if (parenthesized_expression "(param_2 < (ulong)param_1[1])" ( (binary_expression "param_2 < (ulong)param_1[1]" identifier < (cast_expression "(ulong)param_1[1]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) )) (compound_statement "{\n return *param_1 + param_2;\n }" { (return_statement "return *param_1 + param_2;" return (binary_expression "*param_1 + param_2" (pointer_expression "*param_1" * identifier) + identifier) ;) })) (expression_statement "FUN_003773f0("basic_string::at: __n (which is %zu) >= this->size() (which is %zu)");" (call_expression "FUN_003773f0("basic_string::at: __n (which is %zu) >= this->size() (which is %zu)")" identifier (argument_list "("basic_string::at: __n (which is %zu) >= this->size() (which is %zu)")" ( (string_literal ""basic_string::at: __n (which is %zu) >= this->size() (which is %zu)"" " string_content ") ))) ;) }))) | (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) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT < (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ]))) )) (compound_statement { (return_statement return (binary_expression (pointer_expression * IDENT) + IDENT) ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") ))) ;) }))) | (function_definition "long FUN_0033fda0(long *param_1,ulong param_2)\n\n{\n if (param_2 < (ulong)param_1[1]) {\n return *param_1 + param_2;\n }\n \n FUN_003773f0("basic_string::at: __n (which is %zu) >= this->size() (which is %zu)");\n}" (sized_type_specifier "long" (long "long")) (function_declarator "FUN_0033fda0(long *param_1,ulong param_2)" (identifier "FUN_0033fda0") (parameter_list "(long *param_1,ulong param_2)" (( "(") (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")) () ")"))) (compound_statement "{\n if (param_2 < (ulong)param_1[1]) {\n return *param_1 + param_2;\n }\n \n FUN_003773f0("basic_string::at: __n (which is %zu) >= this->size() (which is %zu)");\n}" ({ "{") (if_statement "if (param_2 < (ulong)param_1[1]) {\n return *param_1 + param_2;\n }" (if "if") (parenthesized_expression "(param_2 < (ulong)param_1[1])" (( "(") (binary_expression "param_2 < (ulong)param_1[1]" (identifier "param_2") (< "<") (cast_expression "(ulong)param_1[1]" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) () ")")) (compound_statement "{\n return *param_1 + param_2;\n }" ({ "{") (return_statement "return *param_1 + param_2;" (return "return") (binary_expression "*param_1 + param_2" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (identifier "param_2")) (; ";")) (} "}"))) (expression_statement "FUN_003773f0("basic_string::at: __n (which is %zu) >= this->size() (which is %zu)");" (call_expression "FUN_003773f0("basic_string::at: __n (which is %zu) >= this->size() (which is %zu)")" (identifier "FUN_003773f0") (argument_list "("basic_string::at: __n (which is %zu) >= this->size() (which is %zu)")" (( "(") (string_literal ""basic_string::at: __n (which is %zu) >= this->size() (which is %zu)"" (" """) (string_content "basic_string::at: __n (which is %zu) >= this->size() (which is %zu)") (" """)) () ")"))) (; ";")) (} "}"))) |
/* std::string::at(unsigned long) */
long __thiscall std::type_1::function_1(type_1 *var_2,type_2 var_1)
{
if (var_1 < *(type_2 *)(var_2 + 8)) {
return *(long *)var_2 + var_1;
}
/* WARNING: Subroutine does not return */
var_3("basic_string::at: __n (which is %zu) >= this->size() (which is %zu)");
}
| 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)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (compound_statement (return_statement (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)))))))) | null |
long MASKED(long *param_1,ulong param_2)
{
if (param_2 < (ulong)param_1[1]) {
return *param_1 + param_2;
}
/* WARNING: Subroutine does not return */
FUN_003773f0("basic_string::at: __n (which is %zu) >= this->size() (which is %zu)");
}
|
1255_libMagickWand-7.Q16HDRI.so.8.0_and_libMagickWand-7.Q16HDRI.so.8.0_strip.c | DuplexTransferWandViewIterator._omp_fn.0 | FUN_001fad00 |
/* WARNING: Enum "GravityType": Some values do not have unique names */
/* WARNING: Enum "DisposeType": Some values do not have unique names */
/* WARNING: Enum "ChannelType": Some values do not have unique names */
/* WARNING: Enum "PixelChannel": Some values do not have unique names */
/* WARNING: Enum "ExceptionType": Some values do not have unique names */
/* DWARF original prototype: void DuplexTransferWandViewIterator._omp_fn.0(anon_struct_64_8_446c1cb2
* param_0) */
void __thiscall DuplexTransferWandViewIterator__omp_fn_0(void *this)
{
long lVar1;
long lVar2;
long lVar3;
long lVar4;
long lVar5;
long lVar6;
undefined8 uVar7;
code *pcVar8;
int iVar9;
int iVar10;
long lVar11;
long lVar12;
Quantum *pQVar13;
Image *pIVar14;
long lVar15;
long lVar16;
/* WARNING: Load size is inaccurate */
lVar2 = *this;
iVar9 = omp_get_num_threads();
iVar10 = omp_get_thread_num();
lVar3 = *(long *)(lVar2 + 0x1028);
lVar11 = *(long *)(lVar2 + 0x1018) - lVar3;
lVar12 = lVar11 / (long)iVar9;
lVar11 = lVar11 % (long)iVar9;
if (iVar10 < lVar11) {
lVar12 = lVar12 + 1;
lVar11 = 0;
}
lVar11 = iVar10 * lVar12 + lVar11;
if (lVar11 < lVar12 + lVar11) {
lVar15 = lVar11 + lVar3;
lVar4 = *(long *)((long)this + 0x28);
lVar5 = *(long *)((long)this + 0x10);
lVar6 = *(long *)((long)this + 8);
uVar7 = *(undefined8 *)((long)this + 0x20);
pcVar8 = *(code **)((long)this + 0x18);
do {
iVar9 = omp_get_thread_num();
if (*(int *)((long)this + 0x38) == 0) goto LAB_001fb0b4;
pQVar13 = (Quantum *)
GetCacheViewVirtualPixels
(*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,
*(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));
if (pQVar13 == (Quantum *)0x0) {
LAB_001fb0a8:
*(undefined4 *)((long)this + 0x38) = 0;
}
else {
if (0 < *(long *)(lVar2 + 0x1010)) {
lVar16 = 0;
pIVar14 = *(Image **)(lVar2 + 0x1038);
do {
lVar1 = lVar16 * 8;
lVar16 = lVar16 + 1;
PixelSetQuantumPixel
(pIVar14,pQVar13,
*(PixelWand **)
(*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));
pIVar14 = *(Image **)(lVar2 + 0x1038);
pQVar13 = pQVar13 + pIVar14->number_channels;
} while (lVar16 < *(long *)(lVar2 + 0x1010));
}
pQVar13 = (Quantum *)
GetCacheViewVirtualPixels
(*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,
*(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));
if (pQVar13 == (Quantum *)0x0) goto LAB_001fb0a8;
if (0 < *(long *)(lVar6 + 0x1010)) {
lVar16 = 0;
pIVar14 = *(Image **)(lVar6 + 0x1038);
do {
lVar1 = lVar16 * 8;
lVar16 = lVar16 + 1;
PixelSetQuantumPixel
(pIVar14,pQVar13,
*(PixelWand **)
(*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));
pIVar14 = *(Image **)(lVar6 + 0x1038);
pQVar13 = pQVar13 + pIVar14->number_channels;
} while (lVar16 < *(long *)(lVar6 + 0x1010));
}
pQVar13 = (Quantum *)
GetCacheViewAuthenticPixels
(*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,
*(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));
if (pQVar13 == (Quantum *)0x0) goto LAB_001fb0a8;
if (0 < *(long *)(lVar5 + 0x1010)) {
lVar16 = 0;
pIVar14 = *(Image **)(lVar5 + 0x1038);
do {
lVar1 = lVar16 * 8;
lVar16 = lVar16 + 1;
PixelSetQuantumPixel
(pIVar14,pQVar13,
*(PixelWand **)
(*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));
pIVar14 = *(Image **)(lVar5 + 0x1038);
pQVar13 = pQVar13 + pIVar14->number_channels;
} while (lVar16 < *(long *)(lVar5 + 0x1010));
}
iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,uVar7);
if (iVar10 == 0) {
*(undefined4 *)((long)this + 0x38) = 0;
}
pQVar13 = (Quantum *)
GetCacheViewAuthenticPixels
(*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,
*(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));
if (0 < *(long *)(lVar5 + 0x1010)) {
lVar16 = 0;
pIVar14 = *(Image **)(lVar5 + 0x1038);
do {
lVar1 = lVar16 * 8;
lVar16 = lVar16 + 1;
PixelGetQuantumPixel
(pIVar14,*(PixelWand **)
(*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),
pQVar13);
pIVar14 = *(Image **)(lVar5 + 0x1038);
pQVar13 = pQVar13 + pIVar14->number_channels;
} while (lVar16 < *(long *)(lVar5 + 0x1010));
}
iVar9 = SyncCacheViewAuthenticPixels
(*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));
if (iVar9 == 0) {
*(undefined4 *)((long)this + 0x38) = 0;
}
if (*(long *)(lVar4 + 0x3c8) != 0) {
LOCK();
**(long **)((long)this + 0x30) = **(long **)((long)this + 0x30) + 1;
UNLOCK();
iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),
**(undefined8 **)((long)this + 0x30),
*(undefined8 *)(lVar2 + 0x1018));
if (iVar9 == 0) goto LAB_001fb0a8;
}
}
LAB_001fb0b4:
lVar15 = lVar15 + 1;
} while (lVar15 < lVar12 + lVar11 + lVar3);
}
return;
}
|
void FUN_001fad00(long *param_1)
{
long lVar1;
long lVar2;
long lVar3;
long lVar4;
long lVar5;
long lVar6;
long lVar7;
code *pcVar8;
int iVar9;
int iVar10;
long lVar11;
long lVar12;
long lVar13;
long lVar14;
long lVar15;
long lVar16;
lVar2 = *param_1;
iVar9 = omp_get_num_threads();
iVar10 = omp_get_thread_num();
lVar3 = *(long *)(lVar2 + 0x1028);
lVar11 = *(long *)(lVar2 + 0x1018) - lVar3;
lVar12 = lVar11 / (long)iVar9;
lVar11 = lVar11 % (long)iVar9;
if (iVar10 < lVar11) {
lVar12 = lVar12 + 1;
lVar11 = 0;
}
lVar11 = iVar10 * lVar12 + lVar11;
if (lVar11 < lVar12 + lVar11) {
lVar15 = lVar11 + lVar3;
lVar4 = param_1[5];
lVar5 = param_1[2];
lVar6 = param_1[1];
lVar7 = param_1[4];
pcVar8 = (code *)param_1[3];
do {
iVar9 = omp_get_thread_num();
if ((int)param_1[7] == 0) goto LAB_001fb0b4;
lVar13 = GetCacheViewVirtualPixels
(*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,
*(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));
if (lVar13 == 0) {
LAB_001fb0a8:
*(undefined4 *)(param_1 + 7) = 0;
}
else {
if (0 < *(long *)(lVar2 + 0x1010)) {
lVar16 = 0;
lVar14 = *(long *)(lVar2 + 0x1038);
do {
lVar1 = lVar16 * 8;
lVar16 = lVar16 + 1;
PixelSetQuantumPixel
(lVar14,lVar13,
*(undefined8 *)
(*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));
lVar14 = *(long *)(lVar2 + 0x1038);
lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;
} while (lVar16 < *(long *)(lVar2 + 0x1010));
}
lVar13 = GetCacheViewVirtualPixels
(*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,
*(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));
if (lVar13 == 0) goto LAB_001fb0a8;
if (0 < *(long *)(lVar6 + 0x1010)) {
lVar16 = 0;
lVar14 = *(long *)(lVar6 + 0x1038);
do {
lVar1 = lVar16 * 8;
lVar16 = lVar16 + 1;
PixelSetQuantumPixel
(lVar14,lVar13,
*(undefined8 *)
(*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));
lVar14 = *(long *)(lVar6 + 0x1038);
lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;
} while (lVar16 < *(long *)(lVar6 + 0x1010));
}
lVar13 = GetCacheViewAuthenticPixels
(*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,
*(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));
if (lVar13 == 0) goto LAB_001fb0a8;
if (0 < *(long *)(lVar5 + 0x1010)) {
lVar16 = 0;
lVar14 = *(long *)(lVar5 + 0x1038);
do {
lVar1 = lVar16 * 8;
lVar16 = lVar16 + 1;
PixelSetQuantumPixel
(lVar14,lVar13,
*(undefined8 *)
(*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));
lVar14 = *(long *)(lVar5 + 0x1038);
lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;
} while (lVar16 < *(long *)(lVar5 + 0x1010));
}
iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);
if (iVar10 == 0) {
*(undefined4 *)(param_1 + 7) = 0;
}
lVar13 = GetCacheViewAuthenticPixels
(*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,
*(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));
if (0 < *(long *)(lVar5 + 0x1010)) {
lVar16 = 0;
lVar14 = *(long *)(lVar5 + 0x1038);
do {
lVar1 = lVar16 * 8;
lVar16 = lVar16 + 1;
PixelGetQuantumPixel
(lVar14,*(undefined8 *)
(*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),
lVar13);
lVar14 = *(long *)(lVar5 + 0x1038);
lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;
} while (lVar16 < *(long *)(lVar5 + 0x1010));
}
iVar9 = SyncCacheViewAuthenticPixels
(*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));
if (iVar9 == 0) {
*(undefined4 *)(param_1 + 7) = 0;
}
if (*(long *)(lVar4 + 0x3c8) != 0) {
LOCK();
*(long *)param_1[6] = *(long *)param_1[6] + 1;
UNLOCK();
iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],
*(undefined8 *)(lVar2 + 0x1018));
if (iVar9 == 0) goto LAB_001fb0a8;
}
}
LAB_001fb0b4:
lVar15 = lVar15 + 1;
} while (lVar15 < lVar12 + lVar11 + lVar3);
}
return;
}
| PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x48
MOV RBX,qword ptr [RDI]
MOV qword ptr [RSP + 0x8],RDI
CALL 0x001114c0
MOVSXD RBP,EAX
CALL 0x00111ec0
MOV R14,qword ptr [RBX + 0x1028]
MOVSXD R12,EAX
MOV RAX,qword ptr [RBX + 0x1018]
SUB RAX,R14
CQO
IDIV RBP
CMP R12,RDX
JGE 0x001fad47
ADD RAX,0x1
XOR EDX,EDX
IMUL R12,RAX
ADD R12,RDX
ADD RAX,R12
CMP R12,RAX
JGE 0x001fb0c3
MOV RCX,qword ptr [RSP + 0x8]
ADD RAX,R14
ADD R12,R14
MOV qword ptr [RSP + 0x18],RAX
MOV RSI,qword ptr [RCX + 0x28]
MOV RBP,qword ptr [RCX + 0x10]
MOV R13,qword ptr [RCX + 0x8]
MOV qword ptr [RSP + 0x28],RSI
MOV RSI,qword ptr [RCX + 0x20]
MOV qword ptr [RSP + 0x30],RSI
MOV RSI,qword ptr [RCX + 0x18]
MOV qword ptr [RSP + 0x38],RSI
NOP dword ptr [RAX]
CALL 0x00111ec0
MOV dword ptr [RSP + 0x10],EAX
MOV RAX,qword ptr [RSP + 0x8]
MOV EAX,dword ptr [RAX + 0x38]
TEST EAX,EAX
JZ 0x001fb0b4
MOV RCX,qword ptr [RBX + 0x1010]
MOV R8D,0x1
MOV RDX,R12
MOV RSI,qword ptr [RBX + 0x1020]
MOV RDI,qword ptr [RBX + 0x1040]
MOV R9,qword ptr [RBX + 0x1050]
CALL 0x00111b30
TEST RAX,RAX
MOV R15,RAX
JZ 0x001fb0a8
CMP qword ptr [RBX + 0x1010],0x0
JLE 0x001fae4c
MOVSXD RAX,dword ptr [RSP + 0x10]
MOV qword ptr [RSP + 0x20],RBP
XOR R14D,R14D
MOV RBP,R15
MOV RDI,qword ptr [RBX + 0x1038]
SHL RAX,0x3
MOV R15,RAX
NOP word ptr [RAX + RAX*0x1]
MOV RDX,qword ptr [RBX + 0x1048]
MOV RSI,RBP
MOV RDX,qword ptr [RDX + R15*0x1]
MOV RDX,qword ptr [RDX + R14*0x8]
ADD R14,0x1
CALL 0x001131c0
MOV RDI,qword ptr [RBX + 0x1038]
CMP qword ptr [RBX + 0x1010],R14
MOV RDX,qword ptr [RDI + 0x340]
LEA RBP,[RBP + RDX*0x4]
JG 0x001fae10
MOV RBP,qword ptr [RSP + 0x20]
MOV RCX,qword ptr [R13 + 0x1010]
MOV R8D,0x1
MOV RDX,R12
MOV RSI,qword ptr [R13 + 0x1020]
MOV RDI,qword ptr [R13 + 0x1040]
MOV R9,qword ptr [R13 + 0x1050]
CALL 0x00111b30
TEST RAX,RAX
MOV R15,RAX
JZ 0x001fb0a8
CMP qword ptr [R13 + 0x1010],0x0
JLE 0x001faeeb
MOVSXD RAX,dword ptr [RSP + 0x10]
MOV qword ptr [RSP + 0x20],RBX
XOR R14D,R14D
MOV RBX,R15
MOV RDI,qword ptr [R13 + 0x1038]
SHL RAX,0x3
MOV R15,RAX
NOP word ptr [RAX + RAX*0x1]
MOV RDX,qword ptr [R13 + 0x1048]
MOV RSI,RBX
MOV RDX,qword ptr [RDX + R15*0x1]
MOV RDX,qword ptr [RDX + R14*0x8]
ADD R14,0x1
CALL 0x001131c0
MOV RDI,qword ptr [R13 + 0x1038]
CMP qword ptr [R13 + 0x1010],R14
MOV RDX,qword ptr [RDI + 0x340]
LEA RBX,[RBX + RDX*0x4]
JG 0x001faeb0
MOV RBX,qword ptr [RSP + 0x20]
MOV RCX,qword ptr [RBP + 0x1010]
MOV R8D,0x1
MOV RDX,R12
MOV RSI,qword ptr [RBP + 0x1020]
MOV RDI,qword ptr [RBP + 0x1040]
MOV R9,qword ptr [RBP + 0x1050]
CALL 0x00111b50
TEST RAX,RAX
MOV R15,RAX
JZ 0x001fb0a8
CMP qword ptr [RBP + 0x1010],0x0
JLE 0x001faf8b
MOVSXD RAX,dword ptr [RSP + 0x10]
MOV qword ptr [RSP + 0x20],RBX
XOR R14D,R14D
MOV RBX,R15
MOV RDI,qword ptr [RBP + 0x1038]
SHL RAX,0x3
MOV R15,RAX
NOP dword ptr [RAX]
MOV RDX,qword ptr [RBP + 0x1048]
MOV RSI,RBX
MOV RDX,qword ptr [RDX + R15*0x1]
MOV RDX,qword ptr [RDX + R14*0x8]
ADD R14,0x1
CALL 0x001131c0
MOV RDI,qword ptr [RBP + 0x1038]
CMP qword ptr [RBP + 0x1010],R14
MOV RDX,qword ptr [RDI + 0x340]
LEA RBX,[RBX + RDX*0x4]
JG 0x001faf50
MOV RBX,qword ptr [RSP + 0x20]
MOV R9,qword ptr [RSP + 0x30]
MOV RCX,R12
MOV RDX,RBP
MOV RSI,R13
MOV R8D,dword ptr [RSP + 0x10]
MOV RDI,RBX
MOV RAX,qword ptr [RSP + 0x38]
CALL RAX
TEST EAX,EAX
JZ 0x001fb0d8
MOV RCX,qword ptr [RBP + 0x1010]
MOV R8D,0x1
MOV RDX,R12
MOV RSI,qword ptr [RBP + 0x1020]
MOV RDI,qword ptr [RBP + 0x1040]
MOV R9,qword ptr [RBP + 0x1050]
CALL 0x00111b50
CMP qword ptr [RBP + 0x1010],0x0
MOV R14,RAX
JLE 0x001fb043
MOVSXD RAX,dword ptr [RSP + 0x10]
XOR R15D,R15D
MOV qword ptr [RSP + 0x10],RBX
MOV RBX,R14
MOV RDI,qword ptr [RBP + 0x1038]
SHL RAX,0x3
MOV R14,RAX
NOP dword ptr [RAX]
MOV RDX,qword ptr [RBP + 0x1048]
MOV RDX,qword ptr [RDX + R14*0x1]
MOV RSI,qword ptr [RDX + R15*0x8]
MOV RDX,RBX
ADD R15,0x1
CALL 0x00112530
MOV RDI,qword ptr [RBP + 0x1038]
CMP qword ptr [RBP + 0x1010],R15
MOV RDX,qword ptr [RDI + 0x340]
LEA RBX,[RBX + RDX*0x4]
JG 0x001fb008
MOV RBX,qword ptr [RSP + 0x10]
MOV RSI,qword ptr [RBP + 0x1050]
MOV RDI,qword ptr [RBP + 0x1040]
CALL 0x00111ee0
TEST EAX,EAX
JNZ 0x001fb066
MOV RAX,qword ptr [RSP + 0x8]
MOV dword ptr [RAX + 0x38],0x0
MOV RDI,qword ptr [RSP + 0x28]
CMP qword ptr [RDI + 0x3c8],0x0
JZ 0x001fb0b4
MOV RSI,qword ptr [RSP + 0x8]
MOV RAX,qword ptr [RSI + 0x30]
ADD.LOCK qword ptr [RAX],0x1
MOV RAX,qword ptr [RSI + 0x30]
MOV RCX,qword ptr [RBX + 0x1018]
MOV RSI,qword ptr [RBX + 0x1008]
MOV RDX,qword ptr [RAX]
CALL 0x00113570
TEST EAX,EAX
JNZ 0x001fb0b4
NOP dword ptr [RAX]
MOV RAX,qword ptr [RSP + 0x8]
MOV dword ptr [RAX + 0x38],0x0
ADD R12,0x1
CMP qword ptr [RSP + 0x18],R12
JG 0x001fad90
ADD RSP,0x48
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV RAX,qword ptr [RSP + 0x8]
MOV dword ptr [RAX + 0x38],0x0
JMP 0x001fafb0 | null | null | null | null | [(u'INT_SREM_-1207915107', u'INT_SLESS_-1207915112'), (u'LOAD_-1207914989', u'INT_ADD_-1207913829'), (u'INT_EQUAL_-1207913404', u'CBRANCH_-1207913402'), (u'INT_MULT_-1207915061', u'INT_ADD_-1207915063'), ('const-4120', u'INT_ADD_-1207913433'), (u'MULTIEQUAL_-1207913090', u'PTRADD_-1207912230'), (u'LOAD_-1207914254', u'CALL_-1207914197'), ('const-433', u'LOAD_-1207914547'), (u'MULTIEQUAL_-1207912772', u'INT_ADD_-1207914004'), (u'INT_ADD_-1207914839', u'CAST_-1207912498'), (u'INT_ADD_-1207913662', u'CAST_-1207911858'), ('const-832', u'PTRSUB_-1207912399'), ('const-433', u'LOAD_-1207913646'), (u'INT_SLESS_-1207914773', u'CBRANCH_-1207914780'), (u'CALL_-1207914197', u'CAST_-1207912136'), (u'LOAD_-1207914989', u'INT_ADD_-1207913860'), (u'CAST_-1207911667', u'INT_ADD_-1207913255'), (u'CAST_-1207912464', u'LOAD_-1207914804'), ('tmp_2754', u'CAST_-1207912536'), (u'CAST_-1207912118', u'LOAD_-1207914172'), ('tmp_2754', u'CAST_-1207911667'), ('const-0', u'STORE_-1207913533'), ('tmp_1470', u'CBRANCH_-1207914177'), (u'LOAD_-1207914989', u'INT_ADD_-1207914207'), ('const-4176', u'INT_ADD_-1207914197'), ('tmp_2261', u'CBRANCH_-1207913595'), (u'CAST_-1207911747', u'INT_ADD_-1207913470'), ('const-4152', u'INT_ADD_-1207914098'), (u'INT_ADD_-1207913433', u'CAST_-1207911730'), (u'LOAD_-1207914989', u'INT_ADD_-1207913620'), ('const-0', u'INT_EQUAL_-1207914497'), (u'MULTIEQUAL_-1207912865', u'CALL_-1207914003'), (u'CAST_-1207911735', u'LOAD_-1207913456'), ('const-433', u'LOAD_-1207913586'), ('const-433', u'LOAD_-1207914428'), ('const-16', u'INT_ADD_-1207914973'), (u'LOAD_-1207914365', u'INT_ADD_-1207914334'), (u'INT_ADD_-1207915051', u'INT_SLESS_-1207915034'), ('tmp_2754', u'CAST_-1207912575'), ('const-1', u'CALL_-1207914197'), ('const-433', u'LOAD_-1207914804'), (u'INT_ADD_-1207913819', u'CAST_-1207911933'), (u'MULTIEQUAL_-1207912930', u'INT_MULT_-1207914314'), (u'LOAD_-1207914213', u'CALL_-1207914197'), (u'LOAD_-1207913835', u'CALL_-1207913819'), ('const-4160', u'INT_ADD_-1207913560'), (u'INT_SUB_-1207915144', u'INT_SREM_-1207915107'), (u'LOAD_-1207914037', u'INT_ADD_-1207914013'), (u'MULTIEQUAL_-1207913249', u'CALLIND_-1207913892'), (u'LOAD_-1207913646', u'PTRSUB_-1207911889'), (u'CALL_-1207914928', u'INT_SEXT_-1207914762'), ('const-433', u'LOAD_-1207913876'), (u'LOAD_-1207914052', u'INT_ADD_-1207914021'), (u'LOAD_-1207914547', u'CALL_-1207914511'), (u'INT_ADD_-1207914849', u'CAST_-1207912506'), ('const-4176', u'INT_ADD_-1207913570'), (u'LOAD_-1207914629', u'MULTIEQUAL_-1207913181'), (u'INT_ADD_-1207913839', u'CAST_-1207911949'), (u'LOAD_-1207914233', u'CALL_-1207914197'), ('tmp_1390', u'CBRANCH_-1207914263'), (u'INT_ADD_-1207914334', u'CAST_-1207912230'), (u'INT_SLESS_-1207914455', u'CBRANCH_-1207914462'), ('tmp_2754', u'CAST_-1207912598'), (u'PTRADD_-1207911882', u'MULTIEQUAL_-1207912752'), (u'LOAD_-1207913486', u'LOAD_-1207913475'), (u'INT_EQUAL_-1207914815', u'CBRANCH_-1207914809'), (u'INT_ADD_-1207914238', u'CAST_-1207912177'), ('const-4152', u'INT_ADD_-1207913630'), ('const-0', u'STORE_-1207913384'), (u'MULTIEQUAL_-1207913088', u'INT_MULT_-1207914629'), ('const-433', u'LOAD_-1207913517'), (u'LOAD_-1207914223', u'CALL_-1207914197'), (u'INT_ADD_-1207914004', u'INT_SLESS_-1207913943'), ('tmp_2321', u'CBRANCH_-1207913544'), (u'LOAD_-1207914680', u'INT_ADD_-1207914649'), ('const-433', u'LOAD_-1207913817'), (u'CAST_-1207912152', u'LOAD_-1207914223'), (u'INT_ADD_-1207913440', u'CAST_-1207911735'), ('const-0', u'INT_EQUAL_-1207913404'), (u'COPY_-1207913023', u'MULTIEQUAL_-1207912930'), (u'CAST_-1207912506', u'LOAD_-1207914865'), (u'MULTIEQUAL_-1207913459', u'INT_ADD_-1207915063'), (u'LOAD_-1207914982', u'CALLIND_-1207913892'), (u'CAST_-1207912591', u'LOAD_-1207914989'), (u'LOAD_-1207913456', u'LOAD_-1207913430'), ('const-4112', u'INT_ADD_-1207914788'), (u'LOAD_-1207915187', u'INT_SUB_-1207915144'), (u'LOAD_-1207914746', u'MULTIEQUAL_-1207913181'), (u'CAST_-1207911949', u'LOAD_-1207913855'), (u'CAST_-1207911841', u'LOAD_-1207913646'), ('const-433', u'LOAD_-1207913845'), (u'CALL_-1207914928', u'INT_SEXT_-1207913771'), (u'INT_MULT_-1207914073', u'INT_ADD_-1207914021'), ('const-433', u'LOAD_-1207913855'), ('const-433', u'LOAD_-1207913475'), (u'LOAD_-1207915221', u'INT_ADD_-1207914829'), (u'CAST_-1207912058', u'LOAD_-1207914037'), (u'INT_ADD_-1207913670', u'CAST_-1207911863'), ('const-433', u'LOAD_-1207914350'), (u'MULTIEQUAL_-1207912930', u'INT_ADD_-1207914317'), (u'CAST_-1207912498', u'LOAD_-1207914855'), (u'LOAD_-1207914989', u'CALLIND_-1207913892'), ('tmp_2381', u'CBRANCH_-1207913495'), (u'CALL_-1207913418', u'INT_EQUAL_-1207913404'), (u'INT_EQUAL_-1207914892', u'CBRANCH_-1207914891'), (u'INT_ADD_-1207914632', u'MULTIEQUAL_-1207913088'), (u'LOAD_-1207915221', u'CALLIND_-1207913892'), (u'INT_ADD_-1207914531', u'CAST_-1207912331'), ('const-56', u'INT_ADD_-1207913255'), ('const-4', u'PTRADD_-1207912230'), (u'MULTIEQUAL_-1207913249', u'INT_ADD_-1207913358'), (u'LOAD_-1207914029', u'CALL_-1207914003'), (u'LOAD_-1207915187', u'INT_ADD_-1207914998'), ('const-433', u'LOAD_-1207914619'), ('const-433', u'LOAD_-1207914213'), ('const-433', u'LOAD_-1207914052'), (u'INT_ADD_-1207913985', u'CAST_-1207912039'), (u'INT_ADD_-1207914641', u'CAST_-1207912397'), ('const-4128', u'INT_ADD_-1207914217'), (u'LOAD_-1207914996', u'CALL_-1207913418'), (u'INT_SLESS_-1207913334', u'CBRANCH_-1207913341'), ('const-433', u'LOAD_-1207914233'), ('const-433', u'LOAD_-1207913835'), (u'CAST_-1207912574', u'LOAD_-1207914967'), ('const-433', u'LOAD_-1207914029'), ('const-4', u'PTRADD_-1207911882'), ('const-1', u'INT_ADD_-1207913457'), ('const-8', u'INT_MULT_-1207913650'), (u'CAST_-1207912375', u'LOAD_-1207914619'), (u'INT_ADD_-1207913829', u'CAST_-1207911941'), (u'CAST_-1207912039', u'LOAD_-1207914001'), ('tmp_1804', u'CBRANCH_-1207913950'), ('const-4152', u'INT_ADD_-1207914613'), (u'CAST_-1207911722', u'LOAD_-1207913439'), (u'CALL_-1207915201', u'INT_SEXT_-1207915184'), (u'LOAD_-1207914527', u'CALL_-1207914511'), ('const-8', u'INT_MULT_-1207914387'), ('const-4112', u'INT_ADD_-1207913860'), (u'INT_MULT_-1207914001', u'INT_ADD_-1207914013'), (u'INT_MULT_-1207914705', u'INT_ADD_-1207914649'), ('const-433', u'LOAD_-1207914304'), (u'CALL_-1207914928', u'INT_SEXT_-1207914130'), (u'CAST_-1207912053', u'LOAD_-1207914029'), (u'CAST_-1207911689', u'STORE_-1207913384'), (u'INT_ADD_-1207914470', u'CAST_-1207912289'), (u'INT_SEXT_-1207914444', u'INT_MULT_-1207914387'), ('const-4112', u'INT_ADD_-1207914470'), (u'INT_MULT_-1207914314', u'INT_ADD_-1207914326'), (u'CAST_-1207912383', u'LOAD_-1207914629'), (u'CAST_-1207912307', u'INT_EQUAL_-1207914497'), ('const-433', u'LOAD_-1207914314'), ('const-32', u'INT_ADD_-1207914951'), ('const-8', u'INT_MULT_-1207914629'), ('const-8', u'INT_ADD_-1207914966'), ('const-4128', u'INT_ADD_-1207914849'), (u'LOAD_-1207914600', u'PTRADD_-1207912392'), (u'LOAD_-1207914001', u'MULTIEQUAL_-1207912865'), (u'INT_ADD_-1207913681', u'CAST_-1207911871'), (u'INT_ADD_-1207914207', u'CAST_-1207912152'), (u'LOAD_-1207915221', u'INT_ADD_-1207914870'), ('const-24', u'INT_ADD_-1207914936'), ('const-4128', u'INT_ADD_-1207914531'), (u'LOAD_-1207914314', u'PTRSUB_-1207912237'), ('const-8', u'INT_MULT_-1207914705'), (u'CAST_-1207911863', u'LOAD_-1207913686'), ('const-433', u'LOAD_-1207914680'), (u'INT_ADD_-1207914197', u'CAST_-1207912144'), ('const-4160', u'INT_ADD_-1207914207'), (u'INT_ADD_-1207915171', u'CAST_-1207912671'), ('const-0', u'INT_EQUAL_-1207913546'), (u'CAST_-1207912535', u'LOAD_-1207914911'), (u'INT_ADD_-1207914217', u'CAST_-1207912160'), ('const-433', u'LOAD_-1207914967'), ('const-18', u'CALLOTHER_-1207913456'), (u'CAST_-1207911889', u'LOAD_-1207913755'), (u'CALL_-1207915189', u'INT_SEXT_-1207915162'), (u'LOAD_-1207913697', u'INT_ADD_-1207913670'), (u'CAST_-1207912348', u'LOAD_-1207914568'), (u'CAST_-1207912482', u'INT_EQUAL_-1207914815'), (u'LOAD_-1207914342', u'CALL_-1207914316'), ('const-1', u'INT_ADD_-1207913649'), ('tmp_2754', u'CAST_-1207911736'), (u'MULTIEQUAL_-1207913088', u'INT_ADD_-1207914632'), ('const-433', u'LOAD_-1207914746'), (u'INT_ADD_-1207914036', u'CAST_-1207912069'), (u'CAST_-1207912262', u'LOAD_-1207914428'), (u'CAST_-1207911833', u'LOAD_-1207913636'), (u'LOAD_-1207913855', u'CALL_-1207913819'), (u'INT_ADD_-1207913423', u'CAST_-1207911722'), (u'CAST_-1207912289', u'LOAD_-1207914486'), (u'INT_ADD_-1207914412', u'CAST_-1207912262'), (u'COPY_-1207912862', u'MULTIEQUAL_-1207912772'), (u'CAST_-1207912203', u'LOAD_-1207914304'), (u'INT_EQUAL_-1207914497', u'CBRANCH_-1207914491'), (u'INT_ADD_-1207914998', u'MULTIEQUAL_-1207913249'), (u'MULTIEQUAL_-1207913249', u'CALL_-1207914197'), (u'LOAD_-1207915173', u'INT_SUB_-1207915144'), (u'CAST_-1207912585', u'LOAD_-1207914982'), (u'LOAD_-1207914911', u'INT_EQUAL_-1207914892'), (u'CALL_-1207914928', u'INT_SEXT_-1207914444'), ('const-433', u'LOAD_-1207914989'), (u'LOAD_-1207913972', u'PTRADD_-1207912068'), (u'INT_ADD_-1207913501', u'CAST_-1207911763'), (u'LOAD_-1207913646', u'MULTIEQUAL_-1207912683'), (u'INT_SEXT_-1207915162', u'INT_SLESS_-1207915112'), ('const-4152', u'INT_ADD_-1207913985'), (u'INT_SLESS_-1207914256', u'CBRANCH_-1207914263'), ('const-4152', u'INT_ADD_-1207913739'), (u'LOAD_-1207914845', u'CALL_-1207914829'), (u'INT_ADD_-1207914664', u'CAST_-1207912413'), (u'CAST_-1207912586', u'INT_ADD_-1207914966'), ('const-4160', u'INT_ADD_-1207914521'), (u'CAST_-1207912592', u'INT_ADD_-1207914973'), ('const-433', u'LOAD_-1207913755'), ('tmp_558', u'CBRANCH_-1207914891'), ('const-433', u'LOAD_-1207913697'), ('const-433', u'LOAD_-1207914537'), (u'LOAD_-1207914989', u'INT_ADD_-1207914156'), (u'LOAD_-1207914989', u'INT_ADD_-1207914098'), ('tmp_970', u'CBRANCH_-1207914577'), (u'INT_ADD_-1207914829', u'CAST_-1207912490'), ('const-433', u'LOAD_-1207914486'), (u'INT_ADD_-1207914156', u'CAST_-1207912118'), (u'INT_ADD_-1207915010', u'INT_SLESS_-1207913334'), (u'INT_ADD_-1207913649', u'MULTIEQUAL_-1207912572'), (u'MULTIEQUAL_-1207912572', u'INT_MULT_-1207913650'), ('const-0', u'COPY_-1207912862'), ('const-1', u'INT_ADD_-1207914004'), ('const-4120', u'INT_ADD_-1207915157'), (u'LOAD_-1207913845', u'CALL_-1207913819'), (u'MULTIEQUAL_-1207912572', u'INT_ADD_-1207913649'), (u'INT_SEXT_-1207915184', u'INT_SDIV_-1207915111'), ('const-433', u'LOAD_-1207914996'), ('const-433', u'LOAD_-1207914911'), (u'INT_ADD_-1207914973', u'CAST_-1207912591'), (u'CAST_-1207911925', u'MULTIEQUAL_-1207912752'), (u'CAST_-1207912437', u'LOAD_-1207914746'), (u'INT_SLESS_-1207915112', u'CBRANCH_-1207915119'), ('const-0', u'INT_SLESS_-1207914455'), ('tmp_209', u'CBRANCH_-1207915119'), (u'MULTIEQUAL_-1207913249', u'CALL_-1207913819'), (u'CAST_-1207912660', u'LOAD_-1207915173'), (u'LOAD_-1207914001', u'PTRSUB_-1207912075'), (u'LOAD_-1207914657', u'CALL_-1207914631'), ('const-433', u'LOAD_-1207914855'), ('const-4112', u'INT_ADD_-1207914552'), (u'LOAD_-1207913678', u'CALL_-1207913648'), (u'CAST_-1207912402', u'LOAD_-1207914665'), (u'MULTIEQUAL_-1207912752', u'CALL_-1207913648'), (u'LOAD_-1207915221', u'INT_ADD_-1207914664'), (u'CAST_-1207911777', u'INT_ADD_-1207913519'), (u'CAST_-1207912575', u'INT_ADD_-1207914951'), (u'CALLIND_-1207913892', u'INT_EQUAL_-1207913882'), ('const-17', u'CALLOTHER_-1207913473'), (u'INT_SDIV_-1207915111', u'MULTIEQUAL_-1207913520'), ('const-4152', u'INT_ADD_-1207914730'), ('const-4128', u'INT_ADD_-1207913839'), (u'INT_ADD_-1207914288', u'CAST_-1207912203'), (u'INT_ADD_-1207914349', u'CAST_-1207912241'), (u'LOAD_-1207913486', u'STORE_-1207913472'), ('tmp_2754', u'CAST_-1207911777'), (u'MULTIEQUAL_-1207912932', u'CALL_-1207914003'), (u'LOAD_-1207914982', u'INT_ADD_-1207914412'), ('const-433', u'LOAD_-1207913991'), (u'CAST_-1207911966', u'LOAD_-1207913876'), (u'CAST_-1207912307', u'MULTIEQUAL_-1207913090'), (u'INT_SUB_-1207915144', u'INT_SDIV_-1207915111'), (u'INT_ADD_-1207913358', u'MULTIEQUAL_-1207913249'), ('const-433', u'LOAD_-1207914223'), (u'LOAD_-1207913686', u'INT_ADD_-1207913662'), (u'PTRADD_-1207912230', u'MULTIEQUAL_-1207913090'), (u'LOAD_-1207913517', u'INT_NOTEQUAL_-1207913501'), (u'INT_ADD_-1207914004', u'MULTIEQUAL_-1207912772'), (u'CAST_-1207912144', u'LOAD_-1207914213'), ('const-0', u'INT_SLESS_-1207913782'), (u'COPY_-1207913547', u'MULTIEQUAL_-1207913459'), ('const-4176', u'INT_ADD_-1207914829'), ('const-1', u'CALL_-1207914829'), ('const-433', u'STORE_-1207913472'), (u'INT_ADD_-1207913358', u'INT_SLESS_-1207913334'), ('const-433', u'LOAD_-1207914365'), (u'INT_EQUAL_-1207914183', u'CBRANCH_-1207914177'), (u'CALL_-1207914928', u'CALLIND_-1207913892'), (u'INT_ADD_-1207913620', u'CAST_-1207911833'), (u'LOAD_-1207914350', u'INT_ADD_-1207914326'), (u'INT_ADD_-1207913860', u'CAST_-1207911966'), (u'LOAD_-1207914989', u'INT_ADD_-1207913630'), (u'INT_SEXT_-1207915162', u'INT_MULT_-1207915061'), ('tmp_366', u'CBRANCH_-1207915041'), (u'LOAD_-1207914952', u'CALLIND_-1207913892'), (u'INT_ADD_-1207914730', u'CAST_-1207912437'), ('const-4', u'PTRADD_-1207912392'), ('const-433', u'LOAD_-1207915187'), ('tmp_630', u'CBRANCH_-1207914809'), (u'LOAD_-1207914982', u'INT_ADD_-1207914349'), (u'LOAD_-1207914989', u'INT_ADD_-1207913560'), (u'INT_ADD_-1207913801', u'CAST_-1207911919'), (u'INT_ADD_-1207915063', u'INT_SLESS_-1207915034'), (u'CAST_-1207911746', u'LOAD_-1207913486'), (u'INT_ADD_-1207913739', u'CAST_-1207911889'), (u'LOAD_-1207913755', u'MULTIEQUAL_-1207912683'), (u'INT_ADD_-1207914788', u'CAST_-1207912464'), (u'LOAD_-1207915221', u'INT_ADD_-1207914730'), (u'MULTIEQUAL_-1207913249', u'CALL_-1207914511'), (u'CAST_-1207911919', u'LOAD_-1207913817'), (u'INT_ADD_-1207914632', u'INT_SLESS_-1207914570'), (u'LOAD_-1207914804', u'INT_SLESS_-1207914773'), (u'CAST_-1207911776', u'STORE_-1207913533'), (u'CAST_-1207912031', u'LOAD_-1207913991'), (u'LOAD_-1207914629', u'PTRSUB_-1207912399'), ('const-433', u'LOAD_-1207914982'), (u'INT_ADD_-1207914980', u'CAST_-1207912597'), (u'LOAD_-1207915221', u'INT_ADD_-1207915171'), (u'LOAD_-1207914989', u'INT_ADD_-1207914036'), ('const-433', u'LOAD_-1207913486'), ('tmp_1881', u'CBRANCH_-1207913881'), ('const-433', u'LOAD_-1207914845'), ('const-433', u'LOAD_-1207914865'), (u'CALL_-1207914511', u'CAST_-1207912307'), (u'LOAD_-1207914314', u'MULTIEQUAL_-1207913023'), ('const-4152', u'INT_ADD_-1207914412'), (u'LOAD_-1207914989', u'INT_ADD_-1207913570'), (u'INT_ADD_-1207915100', u'MULTIEQUAL_-1207913520'), ('const-0', u'COPY_-1207913547'), ('const-433', u'LOAD_-1207915173'), ('tmp_2754', u'CAST_-1207912586'), ('const-433', u'STORE_-1207913269'), (u'LOAD_-1207913449', u'CALL_-1207913418'), ('tmp_1512', u'CBRANCH_-1207914148'), ('const-832', u'PTRSUB_-1207912237'), (u'CAST_-1207912564', u'INT_ADD_-1207914936'), ('const-4176', u'INT_ADD_-1207914511'), (u'CAST_-1207912397', u'LOAD_-1207914657'), ('const-8', u'INT_MULT_-1207914314'), (u'INT_ADD_-1207914895', u'CAST_-1207912535'), ('const-433', u'LOAD_-1207914629'), ('const-0', u'INT_NOTEQUAL_-1207913501'), ('tmp_672', u'CBRANCH_-1207914780'), (u'LOAD_-1207914619', u'INT_SLESS_-1207914570'), (u'LOAD_-1207914982', u'INT_ADD_-1207914298'), ('const-0', u'COPY_-1207912660'), ('const-56', u'INT_ADD_-1207913519'), (u'INT_ADD_-1207914013', u'CAST_-1207912053'), ('const-0', u'INT_SLESS_-1207914141'), (u'MULTIEQUAL_-1207913249', u'CALL_-1207914829'), (u'CAST_-1207912563', u'LOAD_-1207914952'), (u'CAST_-1207912177', u'LOAD_-1207914254'), ('const-433', u'LOAD_-1207914172'), ('const-433', u'LOAD_-1207914342'), (u'INT_ADD_-1207913560', u'CAST_-1207911799'), (u'MULTIEQUAL_-1207912932', u'PTRADD_-1207912068'), ('tmp_2597', u'CBRANCH_-1207913341'), (u'LOAD_-1207914304', u'INT_SLESS_-1207914256'), (u'INT_ADD_-1207915051', u'INT_ADD_-1207915010'), (u'LOAD_-1207914989', u'INT_ADD_-1207914217'), (u'CAST_-1207911690', u'INT_ADD_-1207913370'), ('const-433', u'LOAD_-1207913430'), ('const-433', u'LOAD_-1207914254'), (u'LOAD_-1207914982', u'INT_ADD_-1207914470'), ('const-4160', u'INT_ADD_-1207914839'), ('const-4112', u'INT_ADD_-1207914288'), (u'CAST_-1207912241', u'LOAD_-1207914365'), (u'INT_SEXT_-1207915184', u'INT_SREM_-1207915107'), ('const-0', u'INT_EQUAL_-1207914892'), (u'INT_SLESS_-1207913943', u'CBRANCH_-1207913950'), ('const-1', u'INT_ADD_-1207914632'), ('const-4112', u'INT_ADD_-1207914238'), (u'CAST_-1207912160', u'LOAD_-1207914233'), (u'LOAD_-1207913617', u'PTRADD_-1207911882'), ('const-0', u'STORE_-1207913269'), (u'PTRSUB_-1207912075', u'LOAD_-1207913972'), ('const-968', u'INT_ADD_-1207913501'), (u'LOAD_-1207914982', u'INT_ADD_-1207914521'), (u'LOAD_-1207914989', u'INT_ADD_-1207913819'), (u'LOAD_-1207915221', u'INT_ADD_-1207914613'), (u'LOAD_-1207914989', u'INT_ADD_-1207913681'), (u'INT_MULT_-1207913714', u'INT_ADD_-1207913670'), (u'INT_MULT_-1207914629', u'INT_ADD_-1207914641'), (u'INT_ADD_-1207914098', u'CAST_-1207912091'), (u'CAST_-1207912136', u'MULTIEQUAL_-1207912932'), ('const-832', u'PTRSUB_-1207912075'), (u'INT_NOTEQUAL_-1207913501', u'CBRANCH_-1207913495'), (u'CAST_-1207912331', u'LOAD_-1207914547'), (u'INT_SEXT_-1207914762', u'INT_MULT_-1207914705'), (u'CAST_-1207912315', u'LOAD_-1207914527'), ('const-433', u'LOAD_-1207913678'), (u'CAST_-1207911763', u'LOAD_-1207913517'), ('const-4152', u'INT_ADD_-1207914298'), (u'INT_ADD_-1207914317', u'INT_SLESS_-1207914256'), ('const-433', u'LOAD_-1207913576'), (u'LOAD_-1207914114', u'MULTIEQUAL_-1207912865'), ('const-433', u'LOAD_-1207914886'), (u'CAST_-1207912482', u'MULTIEQUAL_-1207913234'), (u'CAST_-1207912523', u'LOAD_-1207914886'), (u'CAST_-1207911666', u'STORE_-1207913269'), (u'LOAD_-1207913876', u'CALL_-1207913819'), (u'MULTIEQUAL_-1207913181', u'CALL_-1207914631'), ('const-4136', u'INT_ADD_-1207915171'), (u'LOAD_-1207914665', u'INT_ADD_-1207914641'), (u'INT_ADD_-1207915063', u'INT_ADD_-1207915051'), (u'LOAD_-1207914989', u'INT_ADD_-1207913975'), ('const-8', u'INT_MULT_-1207913714'), (u'LOAD_-1207914568', u'CALL_-1207914511'), (u'PTRSUB_-1207911889', u'LOAD_-1207913617'), ('const-0', u'INT_SLESS_-1207914773'), ('const-1', u'CALL_-1207914511'), (u'LOAD_-1207914428', u'MULTIEQUAL_-1207913023'), (u'CAST_-1207911736', u'INT_ADD_-1207913440'), ('const-8', u'INT_MULT_-1207914073'), (u'LOAD_-1207915221', u'INT_ADD_-1207913423'), (u'MULTIEQUAL_-1207913023', u'CALL_-1207914316'), ('const-4112', u'INT_ADD_-1207913801'), (u'INT_SLESS_-1207914570', u'CBRANCH_-1207914577'), ('const-433', u'STORE_-1207913533'), (u'LOAD_-1207914855', u'CALL_-1207914829'), ('const-433', u'LOAD_-1207914952'), ('const-433', u'LOAD_-1207913686'), (u'CAST_-1207912091', u'LOAD_-1207914114'), (u'LOAD_-1207913439', u'CALL_-1207913418'), (u'INT_EQUAL_-1207913546', u'CBRANCH_-1207913544'), ('const-433', u'STORE_-1207913384'), (u'CAST_-1207912413', u'LOAD_-1207914680'), ('const-433', u'LOAD_-1207913636'), ('tmp_2708', u'BRANCH_-1207913260'), ('const-4104', u'INT_ADD_-1207913423'), ('const-48', u'INT_ADD_-1207913440'), (u'CAST_-1207912069', u'LOAD_-1207914052'), ('const-4112', u'INT_ADD_-1207913620'), (u'LOAD_-1207914996', u'INT_ADD_-1207913501'), (u'LOAD_-1207914982', u'INT_ADD_-1207914531'), ('tmp_2754', u'CAST_-1207911690'), (u'CAST_-1207912225', u'LOAD_-1207914342'), ('tmp_2754', u'CAST_-1207912592'), (u'LOAD_-1207915221', u'INT_ADD_-1207914839'), ('const-4168', u'INT_ADD_-1207914036'), (u'LOAD_-1207913576', u'CALL_-1207913560'), ('const-433', u'LOAD_-1207913449'), (u'CAST_-1207911858', u'LOAD_-1207913678'), (u'INT_ADD_-1207913570', u'CAST_-1207911807'), (u'LOAD_-1207914989', u'INT_ADD_-1207914238'), (u'MULTIEQUAL_-1207913234', u'CALL_-1207914631'), (u'LOAD_-1207913636', u'INT_SLESS_-1207913588'), ('const-4', u'PTRADD_-1207912068'), (u'CAST_-1207912597', u'LOAD_-1207914996'), (u'LOAD_-1207914982', u'INT_ADD_-1207914511'), (u'INT_SLESS_-1207914141', u'CBRANCH_-1207914148'), (u'CAST_-1207912671', u'LOAD_-1207915187'), (u'LOAD_-1207914486', u'INT_SLESS_-1207914455'), ('const-433', u'LOAD_-1207914665'), ('const-0', u'COPY_-1207913023'), (u'MULTIEQUAL_-1207913520', u'INT_MULT_-1207915061'), ('tmp_2754', u'CAST_-1207911747'), (u'CAST_-1207911730', u'LOAD_-1207913449'), ('const-433', u'LOAD_-1207913972'), ('const-4168', u'INT_ADD_-1207914349'), ('tmp_1092', u'CBRANCH_-1207914462'), (u'INT_SLESS_-1207915034', u'CBRANCH_-1207915041'), (u'INT_ADD_-1207914552', u'CAST_-1207912348'), (u'CAST_-1207911933', u'LOAD_-1207913835'), ('const-0', u'RETURN_-1207913280'), (u'CAST_-1207912230', u'LOAD_-1207914350'), ('const-433', u'LOAD_-1207913456'), ('tmp_2754', u'CAST_-1207912564'), (u'INT_MULT_-1207914387', u'INT_ADD_-1207914334'), ('tmp_2511', u'CBRANCH_-1207913402'), ('const-433', u'LOAD_-1207914568'), (u'LOAD_-1207914989', u'INT_ADD_-1207913801'), (u'INT_ADD_-1207914021', u'CAST_-1207912058'), ('const-4168', u'INT_ADD_-1207913681'), (u'INT_ADD_-1207913519', u'CAST_-1207911776'), ('const-433', u'LOAD_-1207914527'), (u'CALL_-1207914829', u'CAST_-1207912482'), ('const-4112', u'INT_ADD_-1207914870'), ('tmp_1050', u'CBRANCH_-1207914491'), ('const-433', u'LOAD_-1207914114'), ('const-4176', u'INT_ADD_-1207913819'), ('const-8', u'INT_MULT_-1207914001'), (u'LOAD_-1207913991', u'INT_SLESS_-1207913943'), (u'LOAD_-1207915221', u'INT_ADD_-1207913433'), (u'CAST_-1207912490', u'LOAD_-1207914845'), ('const-1', u'CALL_-1207913819'), (u'CALL_-1207913560', u'INT_EQUAL_-1207913546'), (u'INT_ADD_-1207914603', u'CAST_-1207912375'), (u'INT_ADD_-1207915063', u'INT_ADD_-1207914998'), (u'INT_ADD_-1207914298', u'CAST_-1207912211'), ('const-56', u'INT_ADD_-1207914895'), (u'INT_MULT_-1207913650', u'INT_ADD_-1207913662'), ('const-1', u'INT_ADD_-1207914317'), (u'LOAD_-1207915221', u'INT_ADD_-1207915157'), (u'MULTIEQUAL_-1207913090', u'CALL_-1207914316'), (u'CALL_-1207913819', u'CAST_-1207911925'), (u'CAST_-1207912323', u'LOAD_-1207914537'), ('const-433', u'LOAD_-1207914600'), (u'INT_SREM_-1207915107', u'MULTIEQUAL_-1207913459'), (u'CAST_-1207912536', u'INT_ADD_-1207914895'), (u'LOAD_-1207914982', u'INT_ADD_-1207914552'), (u'LOAD_-1207914865', u'CALL_-1207914829'), (u'LOAD_-1207914989', u'INT_ADD_-1207913839'), ('const-56', u'INT_ADD_-1207913370'), (u'INT_SDIV_-1207915111', u'INT_ADD_-1207915100'), ('const-40', u'INT_ADD_-1207914980'), (u'INT_SLESS_-1207913588', u'CBRANCH_-1207913595'), (u'MULTIEQUAL_-1207912752', u'PTRADD_-1207911882'), (u'INT_ADD_-1207914613', u'CAST_-1207912383'), (u'MULTIEQUAL_-1207912683', u'CALL_-1207913648'), (u'PTRADD_-1207912392', u'MULTIEQUAL_-1207913234'), (u'LOAD_-1207915221', u'INT_ADD_-1207914603'), (u'MULTIEQUAL_-1207913520', u'INT_ADD_-1207915051'), (u'CAST_-1207911941', u'LOAD_-1207913845'), (u'INT_SEXT_-1207913771', u'INT_MULT_-1207913714'), ('const-433', u'LOAD_-1207914657'), ('const-0', u'INT_EQUAL_-1207913882'), (u'MULTIEQUAL_-1207913234', u'PTRADD_-1207912392'), ('const-4168', u'INT_ADD_-1207914664'), (u'INT_ADD_-1207913470', u'CAST_-1207911746'), (u'LOAD_-1207913817', u'INT_SLESS_-1207913782'), (u'LOAD_-1207915187', u'INT_ADD_-1207915010'), (u'LOAD_-1207914982', u'INT_ADD_-1207914288'), ('const-1', u'INT_ADD_-1207915100'), ('const-4112', u'INT_ADD_-1207914603'), (u'PTRADD_-1207912068', u'MULTIEQUAL_-1207912932'), (u'INT_ADD_-1207914521', u'CAST_-1207912323'), ('const-0', u'INT_EQUAL_-1207914183'), (u'LOAD_-1207914989', u'INT_ADD_-1207914197'), (u'LOAD_-1207914886', u'CALL_-1207914829'), (u'INT_ADD_-1207914317', u'MULTIEQUAL_-1207912930'), ('const-433', u'LOAD_-1207914285'), (u'CAST_-1207911871', u'LOAD_-1207913697'), (u'MULTIEQUAL_-1207912772', u'INT_MULT_-1207914001'), (u'COPY_-1207913188', u'MULTIEQUAL_-1207913088'), ('tmp_2754', u'LOAD_-1207915221'), (u'LOAD_-1207914172', u'INT_SLESS_-1207914141'), (u'CAST_-1207912598', u'INT_ADD_-1207914980'), (u'INT_SLESS_-1207913782', u'CBRANCH_-1207913789'), (u'LOAD_-1207913430', u'CALL_-1207913418'), (u'INT_ADD_-1207914966', u'CAST_-1207912585'), ('const-4112', u'INT_ADD_-1207913975'), (u'INT_ADD_-1207913255', u'CAST_-1207911666'), (u'LOAD_-1207915221', u'INT_ADD_-1207914849'), ('const-0', u'COPY_-1207913188'), (u'LOAD_-1207913475', u'INT_ADD_-1207913457'), (u'LOAD_-1207914285', u'PTRADD_-1207912230'), (u'INT_ADD_-1207915157', u'CAST_-1207912660'), (u'INT_ADD_-1207913975', u'CAST_-1207912031'), (u'INT_ADD_-1207913370', u'CAST_-1207911689'), (u'CAST_-1207912136', u'INT_EQUAL_-1207914183'), (u'INT_ADD_-1207913630', u'CAST_-1207911841'), (u'INT_ADD_-1207914649', u'CAST_-1207912402'), (u'CAST_-1207911807', u'LOAD_-1207913586'), ('const-1', u'INT_ADD_-1207913358'), (u'INT_ADD_-1207914326', u'CAST_-1207912225'), (u'LOAD_-1207913586', u'CALL_-1207913560'), ('const-4160', u'INT_ADD_-1207913829'), (u'INT_ADD_-1207913457', u'STORE_-1207913472'), (u'LOAD_-1207914537', u'CALL_-1207914511'), ('const-433', u'LOAD_-1207914037'), (u'COPY_-1207912660', u'MULTIEQUAL_-1207912572'), ('const-433', u'LOAD_-1207915221'), (u'CAST_-1207912211', u'LOAD_-1207914314'), (u'LOAD_-1207914989', u'INT_ADD_-1207913985'), (u'INT_EQUAL_-1207913882', u'CBRANCH_-1207913881'), (u'LOAD_-1207914967', u'CALLIND_-1207913892'), ('const-433', u'LOAD_-1207914001'), ('const-433', u'LOAD_-1207913439'), ('const-0', u'INT_EQUAL_-1207914815'), (u'INT_ADD_-1207914511', u'CAST_-1207912315'), (u'INT_ADD_-1207914936', u'CAST_-1207912563'), (u'INT_SEXT_-1207914130', u'INT_MULT_-1207914073'), ('const-48', u'INT_ADD_-1207913470'), (u'INT_ADD_-1207914951', u'CAST_-1207912574'), (u'INT_ADD_-1207913649', u'INT_SLESS_-1207913588'), ('const-433', u'LOAD_-1207913617'), ('tmp_1969', u'CBRANCH_-1207913789'), ('const-832', u'PTRSUB_-1207911889'), (u'LOAD_-1207914989', u'INT_ADD_-1207913739'), (u'CAST_-1207911799', u'LOAD_-1207913576'), (u'INT_ADD_-1207914870', u'CAST_-1207912523'), (u'LOAD_-1207915221', u'INT_ADD_-1207914788'), ('const-4112', u'INT_ADD_-1207914156'), (u'PTRSUB_-1207912399', u'LOAD_-1207914600'), (u'PTRSUB_-1207912237', u'LOAD_-1207914285')] | [(u'CAST_-1207912410', u'LOAD_-1207914665'), (u'INT_SREM_-1207915107', u'INT_SLESS_-1207915112'), (u'LOAD_-1207914989', u'INT_ADD_-1207913829'), (u'INT_EQUAL_-1207913404', u'CBRANCH_-1207913402'), (u'LOAD_-1207913486', u'CAST_-1207911756'), (u'INT_MULT_-1207915061', u'INT_ADD_-1207915063'), ('const-8', u'PTRADD_-1207912607'), ('const-4120', u'INT_ADD_-1207913433'), (u'LOAD_-1207914254', u'CALL_-1207914197'), (u'MULTIEQUAL_-1207912772', u'INT_ADD_-1207914004'), ('const-433', u'LOAD_-1207914285'), (u'INT_SLESS_-1207914773', u'CBRANCH_-1207914780'), ('const-8', u'PTRADD_-1207912587'), (u'LOAD_-1207914989', u'INT_ADD_-1207913860'), ('const-1', u'CALL_-1207914511'), (u'INT_ADD_-1207913630', u'CAST_-1207911850'), ('const-433', u'LOAD_-1207913686'), ('tmp_1470', u'CBRANCH_-1207914177'), ('const-5', u'PTRADD_-1207912607'), (u'LOAD_-1207914989', u'INT_ADD_-1207914207'), ('const-4176', u'INT_ADD_-1207914197'), ('tmp_2261', u'CBRANCH_-1207913595'), ('const-4152', u'INT_ADD_-1207914098'), (u'LOAD_-1207914989', u'INT_ADD_-1207913620'), ('const-0', u'SUBPIECE_-1207912546'), (u'INT_ADD_-1207913839', u'CAST_-1207911957'), ('const-0', u'INT_EQUAL_-1207914497'), (u'INT_ADD_-1207914197', u'CAST_-1207912151'), (u'MULTIEQUAL_-1207912865', u'CALL_-1207914003'), ('const-4', u'INT_MULT_-1207913578'), ('tmp_6165', u'PTRADD_-1207911714'), ('const-1', u'PTRADD_-1207912597'), ('tmp_6165', u'PTRADD_-1207912577'), (u'LOAD_-1207914365', u'INT_ADD_-1207914334'), ('tmp_6165', u'PTRADD_-1207911816'), ('const-8', u'INT_MULT_-1207913714'), (u'INT_ADD_-1207915051', u'INT_SLESS_-1207915034'), ('const-433', u'LOAD_-1207914600'), ('const-832', u'INT_ADD_-1207913601'), (u'INT_ADD_-1207914326', u'CAST_-1207912233'), ('const-433', u'LOAD_-1207915187'), (u'MULTIEQUAL_-1207912930', u'INT_MULT_-1207914314'), (u'LOAD_-1207914213', u'CALL_-1207914197'), (u'LOAD_-1207913835', u'CALL_-1207913819'), ('const-4160', u'INT_ADD_-1207913560'), (u'INT_SUB_-1207915144', u'INT_SREM_-1207915107'), (u'LOAD_-1207914037', u'INT_ADD_-1207914013'), ('const-1', u'CALL_-1207914197'), (u'CALL_-1207914511', u'INT_EQUAL_-1207914497'), ('const-0', u'COPY_-1207913023'), (u'MULTIEQUAL_-1207913249', u'CALLIND_-1207913892'), (u'INT_ADD_-1207914664', u'CAST_-1207912421'), (u'INT_MULT_-1207914246', u'INT_ADD_-1207914258'), ('const-433', u'LOAD_-1207914804'), (u'CALL_-1207914928', u'INT_SEXT_-1207914762'), (u'CAST_-1207912322', u'LOAD_-1207914527'), (u'LOAD_-1207914052', u'INT_ADD_-1207914021'), (u'LOAD_-1207914547', u'CALL_-1207914511'), ('const-4176', u'INT_ADD_-1207913570'), (u'LOAD_-1207914629', u'MULTIEQUAL_-1207913181'), ('const-433', u'LOAD_-1207914314'), (u'LOAD_-1207914233', u'CALL_-1207914197'), ('tmp_1390', u'CBRANCH_-1207914263'), ('const-8', u'PTRADD_-1207911806'), ('const-433', u'LOAD_-1207914568'), ('const-433', u'LOAD_-1207914982'), ('const-433', u'LOAD_-1207914855'), ('const-433', u'STORE_-1207913533'), (u'INT_SLESS_-1207914455', u'CBRANCH_-1207914462'), (u'INT_EQUAL_-1207914815', u'CBRANCH_-1207914809'), ('const-4152', u'INT_ADD_-1207913630'), (u'MULTIEQUAL_-1207913088', u'INT_MULT_-1207914629'), ('const-433', u'LOAD_-1207914665'), (u'LOAD_-1207914223', u'CALL_-1207914197'), (u'INT_ADD_-1207914004', u'INT_SLESS_-1207913943'), ('tmp_2321', u'CBRANCH_-1207913544'), (u'LOAD_-1207914680', u'INT_ADD_-1207914649'), ('const-0', u'COPY_-1207913188'), ('const-0', u'INT_EQUAL_-1207913404'), ('const-4', u'PTRADD_-1207912587'), (u'INT_MULT_-1207913933', u'INT_ADD_-1207913945'), (u'COPY_-1207913023', u'MULTIEQUAL_-1207912930'), (u'MULTIEQUAL_-1207913459', u'INT_ADD_-1207915063'), (u'INT_ADD_-1207913801', u'CAST_-1207911928'), (u'LOAD_-1207914982', u'CALLIND_-1207913892'), (u'INT_ADD_-1207913560', u'CAST_-1207911807'), ('const-433', u'LOAD_-1207913835'), (u'CAST_-1207912513', u'LOAD_-1207914865'), ('const-433', u'LOAD_-1207914342'), (u'LOAD_-1207915187', u'INT_SUB_-1207915144'), ('const-4112', u'INT_ADD_-1207914788'), (u'LOAD_-1207914746', u'MULTIEQUAL_-1207913181'), (u'CAST_-1207912505', u'LOAD_-1207914855'), (u'CAST_-1207911815', u'LOAD_-1207913586'), (u'CALL_-1207914928', u'INT_SEXT_-1207913771'), (u'INT_MULT_-1207914073', u'INT_ADD_-1207914021'), ('const-433', u'LOAD_-1207914486'), ('const-8', u'PTRADD_-1207911844'), (u'CAST_-1207911733', u'LOAD_-1207913439'), (u'PTRADD_-1207912602', u'LOAD_-1207914989'), (u'LOAD_-1207915221', u'INT_ADD_-1207914829'), (u'PTRADD_-1207911714', u'CAST_-1207911674'), (u'INT_ADD_-1207913662', u'CAST_-1207911867'), (u'INT_ADD_-1207914217', u'CAST_-1207912167'), (u'MULTIEQUAL_-1207912930', u'INT_ADD_-1207914317'), (u'CAST_-1207912656', u'LOAD_-1207915173'), (u'LOAD_-1207914989', u'CALLIND_-1207913892'), ('const-433', u'LOAD_-1207914911'), (u'CAST_-1207912472', u'LOAD_-1207914804'), ('tmp_2381', u'CBRANCH_-1207913495'), (u'CALL_-1207913418', u'INT_EQUAL_-1207913404'), (u'INT_EQUAL_-1207914892', u'CBRANCH_-1207914891'), (u'INT_ADD_-1207914632', u'MULTIEQUAL_-1207913088'), ('const-433', u'LOAD_-1207914254'), (u'LOAD_-1207915221', u'CALLIND_-1207913892'), ('const-433', u'LOAD_-1207914428'), (u'MULTIEQUAL_-1207913249', u'INT_ADD_-1207913358'), (u'LOAD_-1207914952', u'CAST_-1207912568'), (u'LOAD_-1207914029', u'CALL_-1207914003'), (u'LOAD_-1207915187', u'INT_ADD_-1207914998'), ('const-433', u'LOAD_-1207913586'), ('const-0', u'INT_SLESS_-1207914773'), ('const-433', u'LOAD_-1207914680'), (u'INT_ADD_-1207914269', u'CAST_-1207912203'), ('const-4128', u'INT_ADD_-1207914217'), (u'LOAD_-1207914996', u'CALL_-1207913418'), (u'INT_SLESS_-1207913334', u'CBRANCH_-1207913341'), (u'CALL_-1207914511', u'MULTIEQUAL_-1207913090'), ('const-1', u'INT_ADD_-1207913457'), ('const-8', u'INT_MULT_-1207913650'), (u'INT_MULT_-1207913578', u'INT_ADD_-1207913590'), ('tmp_1804', u'CBRANCH_-1207913950'), ('const-8', u'PTRADD_-1207911714'), ('const-4152', u'INT_ADD_-1207914613'), (u'LOAD_-1207914527', u'CALL_-1207914511'), (u'CALL_-1207915201', u'INT_SEXT_-1207915184'), ('const-4112', u'INT_ADD_-1207913860'), (u'INT_MULT_-1207914001', u'INT_ADD_-1207914013'), (u'INT_MULT_-1207914705', u'INT_ADD_-1207914649'), (u'CALL_-1207914928', u'INT_SEXT_-1207914130'), ('const-433', u'LOAD_-1207913517'), ('const-433', u'LOAD_-1207913617'), ('const-433', u'LOAD_-1207914865'), (u'INT_SEXT_-1207914444', u'INT_MULT_-1207914387'), ('const-4112', u'INT_ADD_-1207914470'), ('tmp_6165', u'PTRADD_-1207911806'), (u'INT_MULT_-1207914314', u'INT_ADD_-1207914326'), (u'CAST_-1207912219', u'LOAD_-1207914314'), (u'LOAD_-1207914001', u'INT_ADD_-1207913956'), ('const-8', u'INT_MULT_-1207914629'), ('const-4128', u'INT_ADD_-1207914849'), (u'CAST_-1207911898', u'LOAD_-1207913755'), (u'CAST_-1207912184', u'LOAD_-1207914254'), (u'LOAD_-1207914001', u'MULTIEQUAL_-1207912865'), (u'PTRADD_-1207911844', u'CAST_-1207911785'), (u'LOAD_-1207915221', u'INT_ADD_-1207914870'), ('const-4128', u'INT_ADD_-1207914531'), (u'INT_ADD_-1207914613', u'CAST_-1207912391'), (u'INT_ADD_-1207914258', u'MULTIEQUAL_-1207913090'), ('const-4160', u'INT_ADD_-1207914207'), ('const-0', u'INT_EQUAL_-1207913546'), ('const-18', u'CALLOTHER_-1207913456'), (u'CALL_-1207915189', u'INT_SEXT_-1207915162'), (u'LOAD_-1207913697', u'INT_ADD_-1207913670'), ('const-433', u'LOAD_-1207914304'), (u'LOAD_-1207914342', u'CALL_-1207914316'), ('const-1', u'INT_ADD_-1207913649'), (u'MULTIEQUAL_-1207913088', u'INT_ADD_-1207914632'), (u'LOAD_-1207913855', u'CALL_-1207913819'), ('const-832', u'INT_ADD_-1207914269'), (u'COPY_-1207912862', u'MULTIEQUAL_-1207912772'), (u'INT_EQUAL_-1207914497', u'CBRANCH_-1207914491'), (u'INT_ADD_-1207914998', u'MULTIEQUAL_-1207913249'), (u'MULTIEQUAL_-1207913249', u'CALL_-1207914197'), (u'LOAD_-1207915173', u'INT_SUB_-1207915144'), ('tmp_6165', u'PTRADD_-1207912607'), (u'INT_ADD_-1207914334', u'CAST_-1207912238'), (u'CAST_-1207912421', u'LOAD_-1207914680'), (u'CALL_-1207914928', u'INT_SEXT_-1207914444'), (u'LOAD_-1207913646', u'MULTIEQUAL_-1207912683'), ('const-433', u'LOAD_-1207914996'), (u'INT_SEXT_-1207915162', u'INT_SLESS_-1207915112'), ('const-4152', u'INT_ADD_-1207913985'), (u'INT_SLESS_-1207914256', u'CBRANCH_-1207914263'), ('const-4152', u'INT_ADD_-1207913739'), (u'INT_ADD_-1207914412', u'CAST_-1207912270'), (u'LOAD_-1207914845', u'CALL_-1207914829'), (u'CAST_-1207911867', u'LOAD_-1207913678'), ('const-6', u'PTRADD_-1207911806'), ('const-832', u'INT_ADD_-1207914584'), ('const-4160', u'INT_ADD_-1207914521'), (u'INT_ADD_-1207913423', u'CAST_-1207911733'), ('tmp_558', u'CBRANCH_-1207914891'), (u'LOAD_-1207914989', u'INT_ADD_-1207914156'), (u'LOAD_-1207914989', u'INT_ADD_-1207914098'), ('tmp_970', u'CBRANCH_-1207914577'), (u'INT_ADD_-1207913819', u'CAST_-1207911941'), (u'PTRADD_-1207912587', u'LOAD_-1207914967'), (u'CAST_-1207911941', u'LOAD_-1207913835'), ('const-433', u'LOAD_-1207914967'), (u'CAST_-1207912405', u'LOAD_-1207914657'), (u'LOAD_-1207913617', u'INT_MULT_-1207913578'), (u'INT_ADD_-1207915010', u'INT_SLESS_-1207913334'), (u'CAST_-1207911674', u'STORE_-1207913269'), (u'INT_ADD_-1207913956', u'CAST_-1207912031'), (u'CAST_-1207912077', u'LOAD_-1207914052'), (u'INT_ADD_-1207913649', u'MULTIEQUAL_-1207912572'), (u'MULTIEQUAL_-1207912572', u'INT_MULT_-1207913650'), (u'INT_ADD_-1207914641', u'CAST_-1207912405'), (u'CAST_-1207912047', u'LOAD_-1207914001'), ('const-1', u'INT_ADD_-1207914004'), (u'CAST_-1207912383', u'LOAD_-1207914619'), ('const-433', u'LOAD_-1207913475'), ('const-433', u'LOAD_-1207913576'), ('const-433', u'LOAD_-1207914001'), ('const-4120', u'INT_ADD_-1207915157'), (u'LOAD_-1207913845', u'CALL_-1207913819'), (u'MULTIEQUAL_-1207912572', u'INT_ADD_-1207913649'), (u'INT_SEXT_-1207915184', u'INT_SDIV_-1207915111'), (u'INT_ADD_-1207914207', u'CAST_-1207912159'), (u'INT_ADD_-1207914349', u'CAST_-1207912249'), ('const-4', u'INT_MULT_-1207913933'), (u'CAST_-1207912126', u'LOAD_-1207914172'), (u'INT_SLESS_-1207915112', u'CBRANCH_-1207915119'), (u'CAST_-1207912568', u'CALLIND_-1207913892'), ('tmp_209', u'CBRANCH_-1207915119'), (u'MULTIEQUAL_-1207913249', u'CALL_-1207913819'), (u'LOAD_-1207914657', u'CALL_-1207914631'), (u'INT_ADD_-1207913985', u'CAST_-1207912047'), (u'CAST_-1207911850', u'LOAD_-1207913646'), (u'CALL_-1207914829', u'MULTIEQUAL_-1207913234'), ('const-4112', u'INT_ADD_-1207914552'), (u'INT_ADD_-1207914156', u'CAST_-1207912126'), (u'LOAD_-1207913678', u'CALL_-1207913648'), (u'INT_ADD_-1207914470', u'CAST_-1207912297'), (u'CAST_-1207912530', u'LOAD_-1207914886'), (u'MULTIEQUAL_-1207912752', u'CALL_-1207913648'), (u'LOAD_-1207915221', u'INT_ADD_-1207914664'), (u'CALLIND_-1207913892', u'INT_EQUAL_-1207913882'), ('const-17', u'CALLOTHER_-1207913473'), (u'INT_SDIV_-1207915111', u'MULTIEQUAL_-1207913520'), ('const-4152', u'INT_ADD_-1207914730'), ('const-4128', u'INT_ADD_-1207913839'), (u'MULTIEQUAL_-1207912932', u'CALL_-1207914003'), (u'LOAD_-1207914982', u'INT_ADD_-1207914412'), (u'CAST_-1207912667', u'LOAD_-1207915187'), (u'INT_SUB_-1207915144', u'INT_SDIV_-1207915111'), ('const-433', u'LOAD_-1207914114'), (u'LOAD_-1207913456', u'CAST_-1207911746'), (u'INT_ADD_-1207913358', u'MULTIEQUAL_-1207913249'), ('const-433', u'LOAD_-1207914233'), (u'LOAD_-1207913686', u'INT_ADD_-1207913662'), (u'CAST_-1207911772', u'LOAD_-1207913517'), (u'INT_ADD_-1207914288', u'CAST_-1207912211'), (u'PTRADD_-1207912577', u'LOAD_-1207914952'), (u'CAST_-1207912238', u'LOAD_-1207914350'), (u'LOAD_-1207913517', u'INT_NOTEQUAL_-1207913501'), (u'INT_ADD_-1207914004', u'MULTIEQUAL_-1207912772'), ('const-433', u'LOAD_-1207913991'), (u'COPY_-1207913547', u'MULTIEQUAL_-1207913459'), ('const-4176', u'INT_ADD_-1207914829'), (u'INT_ADD_-1207914036', u'CAST_-1207912077'), (u'INT_ADD_-1207913358', u'INT_SLESS_-1207913334'), (u'INT_EQUAL_-1207914183', u'CBRANCH_-1207914177'), (u'CALL_-1207914928', u'CALLIND_-1207913892'), ('const-433', u'LOAD_-1207914350'), (u'INT_ADD_-1207913620', u'CAST_-1207911842'), (u'CAST_-1207912099', u'LOAD_-1207914114'), ('const-433', u'LOAD_-1207914989'), (u'LOAD_-1207914350', u'INT_ADD_-1207914326'), ('const-433', u'LOAD_-1207914886'), (u'LOAD_-1207914989', u'INT_ADD_-1207913630'), (u'INT_SEXT_-1207915162', u'INT_MULT_-1207915061'), ('tmp_366', u'CBRANCH_-1207915041'), (u'CAST_-1207912211', u'LOAD_-1207914304'), ('const-433', u'LOAD_-1207913755'), (u'INT_ADD_-1207913570', u'CAST_-1207911815'), (u'CAST_-1207911746', u'LOAD_-1207913430'), ('tmp_630', u'CBRANCH_-1207914809'), (u'INT_ADD_-1207915171', u'CAST_-1207912667'), (u'LOAD_-1207914982', u'INT_ADD_-1207914349'), (u'LOAD_-1207914989', u'INT_ADD_-1207913560'), (u'INT_ADD_-1207915063', u'INT_SLESS_-1207915034'), (u'LOAD_-1207913755', u'MULTIEQUAL_-1207912683'), (u'LOAD_-1207915221', u'INT_ADD_-1207914730'), (u'CAST_-1207912159', u'LOAD_-1207914223'), (u'CALL_-1207914197', u'MULTIEQUAL_-1207912932'), (u'MULTIEQUAL_-1207913249', u'CALL_-1207914511'), (u'LOAD_-1207914804', u'INT_SLESS_-1207914773'), (u'INT_ADD_-1207914632', u'INT_SLESS_-1207914570'), (u'MULTIEQUAL_-1207913234', u'INT_ADD_-1207914573'), (u'CALL_-1207914197', u'INT_EQUAL_-1207914183'), (u'INT_ADD_-1207914603', u'CAST_-1207912383'), (u'MULTIEQUAL_-1207912752', u'INT_ADD_-1207913590'), (u'CAST_-1207911834', u'LOAD_-1207913617'), (u'LOAD_-1207915221', u'INT_ADD_-1207915171'), (u'LOAD_-1207914989', u'INT_ADD_-1207914036'), ('tmp_1881', u'CBRANCH_-1207913881'), ('const-8', u'PTRADD_-1207911763'), (u'LOAD_-1207914314', u'MULTIEQUAL_-1207913023'), ('const-4152', u'INT_ADD_-1207914412'), (u'LOAD_-1207914989', u'INT_ADD_-1207913570'), (u'INT_ADD_-1207915100', u'MULTIEQUAL_-1207913520'), (u'LOAD_-1207914629', u'INT_ADD_-1207914584'), (u'CAST_-1207912375', u'LOAD_-1207914600'), (u'LOAD_-1207913449', u'CALL_-1207913418'), ('tmp_1512', u'CBRANCH_-1207914148'), (u'CAST_-1207912031', u'LOAD_-1207913972'), (u'CAST_-1207911880', u'LOAD_-1207913697'), ('const-433', u'LOAD_-1207914213'), (u'MULTIEQUAL_-1207913090', u'INT_ADD_-1207914258'), ('const-4176', u'INT_ADD_-1207914511'), (u'CAST_-1207912233', u'LOAD_-1207914342'), ('const-8', u'INT_MULT_-1207914314'), (u'CAST_-1207912391', u'LOAD_-1207914629'), ('const-7', u'PTRADD_-1207912550'), ('tmp_672', u'CBRANCH_-1207914780'), (u'LOAD_-1207914619', u'INT_SLESS_-1207914570'), ('const-0', u'STORE_-1207913269'), (u'LOAD_-1207914982', u'INT_ADD_-1207914298'), ('const-1', u'CALL_-1207914829'), (u'INT_ADD_-1207914730', u'CAST_-1207912445'), (u'CAST_-1207912167', u'LOAD_-1207914233'), (u'PTRADD_-1207911763', u'CAST_-1207911701'), ('const-2', u'PTRADD_-1207912602'), (u'MULTIEQUAL_-1207913249', u'CALL_-1207914829'), (u'INT_MULT_-1207914561', u'INT_ADD_-1207914573'), ('const-433', u'LOAD_-1207914629'), ('tmp_6165', u'LOAD_-1207915221'), (u'INT_ADD_-1207914584', u'CAST_-1207912375'), (u'CALL_-1207914829', u'INT_EQUAL_-1207914815'), ('const-8', u'INT_MULT_-1207914387'), ('const-8', u'PTRADD_-1207912602'), ('tmp_6165', u'PTRADD_-1207911844'), (u'INT_ADD_-1207914839', u'CAST_-1207912505'), ('tmp_2597', u'CBRANCH_-1207913341'), (u'LOAD_-1207914304', u'INT_SLESS_-1207914256'), (u'INT_ADD_-1207915051', u'INT_ADD_-1207915010'), (u'LOAD_-1207914989', u'INT_ADD_-1207914217'), (u'INT_ADD_-1207913681', u'CAST_-1207911880'), (u'PTRADD_-1207911806', u'LOAD_-1207913456'), ('const-0', u'STORE_-1207913384'), (u'INT_ADD_-1207914649', u'CAST_-1207912410'), (u'CAST_-1207911807', u'LOAD_-1207913576'), ('tmp_6165', u'PTRADD_-1207912550'), (u'LOAD_-1207914982', u'INT_ADD_-1207914470'), ('const-4160', u'INT_ADD_-1207914839'), ('const-4112', u'INT_ADD_-1207914288'), (u'INT_SEXT_-1207915184', u'INT_SREM_-1207915107'), ('const-0', u'INT_EQUAL_-1207914892'), (u'INT_SLESS_-1207913943', u'CBRANCH_-1207913950'), ('const-1', u'INT_ADD_-1207914632'), (u'CAST_-1207912445', u'LOAD_-1207914746'), ('const-4112', u'INT_ADD_-1207914238'), ('const-433', u'STORE_-1207913269'), ('const-433', u'LOAD_-1207914052'), ('const-433', u'LOAD_-1207914619'), ('const-433', u'LOAD_-1207913430'), (u'INT_ADD_-1207915157', u'CAST_-1207912656'), ('const-968', u'INT_ADD_-1207913501'), (u'LOAD_-1207914982', u'INT_ADD_-1207914521'), (u'LOAD_-1207914989', u'INT_ADD_-1207913819'), (u'LOAD_-1207915221', u'INT_ADD_-1207914613'), (u'LOAD_-1207914989', u'INT_ADD_-1207913681'), (u'INT_ADD_-1207913860', u'CAST_-1207911974'), (u'INT_MULT_-1207913714', u'INT_ADD_-1207913670'), (u'INT_MULT_-1207914629', u'INT_ADD_-1207914641'), (u'CAST_-1207912151', u'LOAD_-1207914213'), (u'CAST_-1207912270', u'LOAD_-1207914428'), (u'INT_NOTEQUAL_-1207913501', u'CBRANCH_-1207913495'), (u'INT_SEXT_-1207914762', u'INT_MULT_-1207914705'), ('const-4152', u'INT_ADD_-1207914298'), (u'PTRADD_-1207912597', u'LOAD_-1207914982'), (u'CAST_-1207911701', u'STORE_-1207913384'), (u'INT_ADD_-1207914317', u'INT_SLESS_-1207914256'), (u'LOAD_-1207914114', u'MULTIEQUAL_-1207912865'), (u'LOAD_-1207914911', u'SUBPIECE_-1207912546'), (u'CAST_-1207912297', u'LOAD_-1207914486'), (u'CAST_-1207912039', u'LOAD_-1207913991'), ('const-433', u'LOAD_-1207913855'), (u'LOAD_-1207913876', u'CALL_-1207913819'), (u'CAST_-1207911842', u'LOAD_-1207913636'), (u'PTRADD_-1207911816', u'LOAD_-1207913486'), (u'MULTIEQUAL_-1207913181', u'CALL_-1207914631'), ('const-4136', u'INT_ADD_-1207915171'), (u'LOAD_-1207914665', u'INT_ADD_-1207914641'), (u'INT_ADD_-1207915063', u'INT_ADD_-1207915051'), (u'INT_ADD_-1207913670', u'CAST_-1207911872'), (u'LOAD_-1207914989', u'INT_ADD_-1207913975'), (u'LOAD_-1207914568', u'CALL_-1207914511'), ('const-433', u'LOAD_-1207914172'), (u'LOAD_-1207914428', u'MULTIEQUAL_-1207913023'), ('const-433', u'LOAD_-1207914223'), (u'INT_ADD_-1207913975', u'CAST_-1207912039'), (u'LOAD_-1207915221', u'INT_ADD_-1207913423'), (u'PTRADD_-1207912550', u'LOAD_-1207914911'), (u'MULTIEQUAL_-1207913023', u'CALL_-1207914316'), ('const-4112', u'INT_ADD_-1207913801'), (u'INT_SLESS_-1207914570', u'CBRANCH_-1207914577'), ('const-8', u'PTRADD_-1207912597'), ('const-0', u'INT_SLESS_-1207914141'), (u'LOAD_-1207914855', u'CALL_-1207914829'), (u'INT_ADD_-1207913829', u'CAST_-1207911949'), (u'INT_ADD_-1207913433', u'CAST_-1207911741'), (u'LOAD_-1207913439', u'CALL_-1207913418'), ('const-433', u'LOAD_-1207914746'), (u'INT_ADD_-1207914298', u'CAST_-1207912219'), ('const-4', u'INT_MULT_-1207914246'), ('const-433', u'LOAD_-1207914527'), (u'INT_EQUAL_-1207913546', u'CBRANCH_-1207913544'), (u'LOAD_-1207913646', u'INT_ADD_-1207913601'), ('tmp_2708', u'BRANCH_-1207913260'), ('const-4104', u'INT_ADD_-1207913423'), ('tmp_6165', u'PTRADD_-1207912602'), (u'PTRADD_-1207912607', u'LOAD_-1207914996'), ('const-4112', u'INT_ADD_-1207913620'), ('const-433', u'LOAD_-1207913636'), (u'LOAD_-1207914996', u'INT_ADD_-1207913501'), (u'LOAD_-1207914982', u'INT_ADD_-1207914531'), (u'INT_ADD_-1207913739', u'CAST_-1207911898'), ('const-433', u'LOAD_-1207913486'), (u'LOAD_-1207915221', u'INT_ADD_-1207914839'), ('const-3', u'PTRADD_-1207912577'), (u'CAST_-1207911949', u'LOAD_-1207913845'), ('const-4168', u'INT_ADD_-1207914036'), (u'CAST_-1207911957', u'LOAD_-1207913855'), (u'LOAD_-1207913576', u'CALL_-1207913560'), ('const-433', u'LOAD_-1207913972'), (u'INT_ADD_-1207914531', u'CAST_-1207912338'), (u'LOAD_-1207914314', u'INT_ADD_-1207914269'), (u'LOAD_-1207914989', u'INT_ADD_-1207914238'), ('const-433', u'LOAD_-1207913697'), (u'MULTIEQUAL_-1207913234', u'CALL_-1207914631'), (u'LOAD_-1207913636', u'INT_SLESS_-1207913588'), (u'LOAD_-1207914982', u'INT_ADD_-1207914511'), (u'INT_SLESS_-1207914141', u'CBRANCH_-1207914148'), (u'CAST_-1207912249', u'LOAD_-1207914365'), (u'CAST_-1207912203', u'LOAD_-1207914285'), (u'LOAD_-1207914486', u'INT_SLESS_-1207914455'), (u'MULTIEQUAL_-1207912932', u'INT_ADD_-1207913945'), ('const-7', u'PTRADD_-1207911714'), (u'MULTIEQUAL_-1207913520', u'INT_MULT_-1207915061'), ('const-0', u'INT_SLESS_-1207913782'), ('const-4168', u'INT_ADD_-1207914349'), ('tmp_1092', u'CBRANCH_-1207914462'), (u'INT_SLESS_-1207915034', u'CBRANCH_-1207915041'), (u'INT_ADD_-1207914573', u'MULTIEQUAL_-1207913234'), ('const-433', u'LOAD_-1207914952'), (u'CAST_-1207911756', u'LOAD_-1207913475'), (u'CAST_-1207911741', u'LOAD_-1207913449'), ('const-0', u'COPY_-1207913547'), ('const-0', u'RETURN_-1207913280'), ('const-433', u'LOAD_-1207913439'), (u'INT_MULT_-1207914387', u'INT_ADD_-1207914334'), ('tmp_2511', u'CBRANCH_-1207913402'), (u'CAST_-1207911785', u'STORE_-1207913533'), (u'CAST_-1207911756', u'STORE_-1207913472'), ('const-0', u'COPY_-1207912862'), (u'LOAD_-1207914989', u'INT_ADD_-1207913801'), (u'INT_ADD_-1207913601', u'CAST_-1207911834'), (u'CAST_-1207911974', u'LOAD_-1207913876'), ('const-4168', u'INT_ADD_-1207913681'), ('const-4112', u'INT_ADD_-1207914870'), ('tmp_1050', u'CBRANCH_-1207914491'), ('const-433', u'LOAD_-1207914029'), ('const-4176', u'INT_ADD_-1207913819'), ('const-8', u'INT_MULT_-1207914001'), ('const-6', u'PTRADD_-1207911816'), ('const-433', u'LOAD_-1207913845'), (u'INT_ADD_-1207913590', u'MULTIEQUAL_-1207912752'), (u'LOAD_-1207914600', u'INT_MULT_-1207914561'), (u'SUBPIECE_-1207912546', u'INT_EQUAL_-1207914892'), (u'LOAD_-1207913991', u'INT_SLESS_-1207913943'), ('const-0', u'STORE_-1207913533'), (u'LOAD_-1207915221', u'INT_ADD_-1207913433'), (u'CALL_-1207913560', u'INT_EQUAL_-1207913546'), (u'INT_ADD_-1207915063', u'INT_ADD_-1207914998'), ('const-433', u'LOAD_-1207913817'), (u'INT_MULT_-1207913650', u'INT_ADD_-1207913662'), ('const-1', u'INT_ADD_-1207914317'), ('const-8', u'INT_MULT_-1207914705'), (u'LOAD_-1207914285', u'INT_MULT_-1207914246'), ('const-832', u'INT_ADD_-1207913956'), (u'LOAD_-1207915221', u'INT_ADD_-1207915157'), (u'MULTIEQUAL_-1207913090', u'CALL_-1207914316'), ('tmp_6165', u'PTRADD_-1207912597'), ('const-433', u'LOAD_-1207913646'), ('const-433', u'LOAD_-1207915221'), ('const-8', u'INT_MULT_-1207914073'), (u'INT_SREM_-1207915107', u'MULTIEQUAL_-1207913459'), (u'CAST_-1207912066', u'LOAD_-1207914037'), ('const-433', u'STORE_-1207913472'), (u'INT_ADD_-1207914098', u'CAST_-1207912099'), ('const-7', u'PTRADD_-1207911763'), (u'CAST_-1207912061', u'LOAD_-1207914029'), (u'LOAD_-1207914982', u'INT_ADD_-1207914552'), (u'LOAD_-1207913972', u'INT_MULT_-1207913933'), (u'INT_ADD_-1207914013', u'CAST_-1207912061'), (u'LOAD_-1207914865', u'CALL_-1207914829'), (u'LOAD_-1207914989', u'INT_ADD_-1207913839'), (u'CAST_-1207912355', u'LOAD_-1207914568'), ('const-433', u'LOAD_-1207914657'), ('const-8', u'PTRADD_-1207912577'), (u'INT_SDIV_-1207915111', u'INT_ADD_-1207915100'), ('const-8', u'PTRADD_-1207911816'), (u'INT_SLESS_-1207913588', u'CBRANCH_-1207913595'), ('tmp_6165', u'PTRADD_-1207911763'), ('const-433', u'STORE_-1207913384'), (u'MULTIEQUAL_-1207912683', u'CALL_-1207913648'), (u'LOAD_-1207915221', u'INT_ADD_-1207914603'), (u'MULTIEQUAL_-1207913520', u'INT_ADD_-1207915051'), ('const-1', u'CALL_-1207913819'), ('const-4', u'INT_MULT_-1207914561'), (u'INT_ADD_-1207914829', u'CAST_-1207912497'), (u'INT_SEXT_-1207913771', u'INT_MULT_-1207913714'), (u'INT_ADD_-1207914849', u'CAST_-1207912513'), (u'INT_ADD_-1207914870', u'CAST_-1207912530'), ('tmp_6165', u'PTRADD_-1207912587'), (u'INT_ADD_-1207914552', u'CAST_-1207912355'), (u'INT_ADD_-1207914021', u'CAST_-1207912066'), ('const-0', u'INT_EQUAL_-1207913882'), ('const-0', u'COPY_-1207912660'), ('const-433', u'LOAD_-1207913678'), ('const-433', u'LOAD_-1207914037'), ('const-4168', u'INT_ADD_-1207914664'), (u'CAST_-1207912497', u'LOAD_-1207914845'), (u'LOAD_-1207913817', u'INT_SLESS_-1207913782'), (u'LOAD_-1207915187', u'INT_ADD_-1207915010'), (u'LOAD_-1207914982', u'INT_ADD_-1207914288'), ('const-1', u'INT_ADD_-1207915100'), ('const-4112', u'INT_ADD_-1207914603'), ('const-433', u'LOAD_-1207914845'), ('const-0', u'INT_EQUAL_-1207914183'), ('const-433', u'LOAD_-1207915173'), (u'LOAD_-1207914989', u'INT_ADD_-1207914197'), (u'LOAD_-1207914886', u'CALL_-1207914829'), (u'INT_ADD_-1207914317', u'MULTIEQUAL_-1207912930'), (u'MULTIEQUAL_-1207912772', u'INT_MULT_-1207914001'), (u'COPY_-1207913188', u'MULTIEQUAL_-1207913088'), (u'LOAD_-1207914172', u'INT_SLESS_-1207914141'), ('const-0', u'INT_NOTEQUAL_-1207913501'), (u'INT_SLESS_-1207913782', u'CBRANCH_-1207913789'), (u'LOAD_-1207913430', u'CALL_-1207913418'), (u'CAST_-1207912338', u'LOAD_-1207914547'), ('const-4112', u'INT_ADD_-1207913975'), (u'LOAD_-1207915221', u'INT_ADD_-1207914849'), (u'LOAD_-1207913475', u'INT_ADD_-1207913457'), (u'INT_ADD_-1207914238', u'CAST_-1207912184'), (u'INT_ADD_-1207914511', u'CAST_-1207912322'), (u'INT_ADD_-1207913945', u'MULTIEQUAL_-1207912932'), ('const-433', u'LOAD_-1207914547'), (u'INT_ADD_-1207914521', u'CAST_-1207912330'), ('const-1', u'INT_ADD_-1207913358'), (u'LOAD_-1207913586', u'CALL_-1207913560'), ('const-4160', u'INT_ADD_-1207913829'), (u'INT_ADD_-1207913457', u'STORE_-1207913472'), (u'LOAD_-1207914537', u'CALL_-1207914511'), (u'INT_ADD_-1207913501', u'CAST_-1207911772'), ('const-433', u'LOAD_-1207913456'), (u'CAST_-1207912330', u'LOAD_-1207914537'), ('const-0', u'INT_SLESS_-1207914455'), ('const-433', u'LOAD_-1207913449'), ('const-433', u'LOAD_-1207914537'), (u'COPY_-1207912660', u'MULTIEQUAL_-1207912572'), (u'LOAD_-1207914989', u'INT_ADD_-1207913985'), (u'INT_EQUAL_-1207913882', u'CBRANCH_-1207913881'), (u'CAST_-1207911928', u'LOAD_-1207913817'), (u'LOAD_-1207914967', u'CALLIND_-1207913892'), ('const-8', u'PTRADD_-1207912550'), ('const-0', u'INT_EQUAL_-1207914815'), (u'CAST_-1207911872', u'LOAD_-1207913686'), (u'INT_SEXT_-1207914130', u'INT_MULT_-1207914073'), (u'INT_ADD_-1207913649', u'INT_SLESS_-1207913588'), (u'INT_ADD_-1207914788', u'CAST_-1207912472'), ('tmp_1969', u'CBRANCH_-1207913789'), (u'LOAD_-1207914989', u'INT_ADD_-1207913739'), (u'LOAD_-1207915221', u'INT_ADD_-1207914788'), ('const-433', u'LOAD_-1207914365'), ('const-4112', u'INT_ADD_-1207914156'), (u'CALL_-1207913819', u'MULTIEQUAL_-1207912752'), ('const-433', u'LOAD_-1207913876'), ('const-7', u'PTRADD_-1207911844')] | null | null | 001fad00 | x64 | O2 | (translation_unit "void FUN_001fad00(long *param_1)\n\n{\n long lVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n code *pcVar8;\n int iVar9;\n int iVar10;\n long lVar11;\n long lVar12;\n long lVar13;\n long lVar14;\n long lVar15;\n long lVar16;\n \n lVar2 = *param_1;\n iVar9 = omp_get_num_threads();\n iVar10 = omp_get_thread_num();\n lVar3 = *(long *)(lVar2 + 0x1028);\n lVar11 = *(long *)(lVar2 + 0x1018) - lVar3;\n lVar12 = lVar11 / (long)iVar9;\n lVar11 = lVar11 % (long)iVar9;\n if (iVar10 < lVar11) {\n lVar12 = lVar12 + 1;\n lVar11 = 0;\n }\n lVar11 = iVar10 * lVar12 + lVar11;\n if (lVar11 < lVar12 + lVar11) {\n lVar15 = lVar11 + lVar3;\n lVar4 = param_1[5];\n lVar5 = param_1[2];\n lVar6 = param_1[1];\n lVar7 = param_1[4];\n pcVar8 = (code *)param_1[3];\n do {\n iVar9 = omp_get_thread_num();\n if ((int)param_1[7] == 0) goto LAB_001fb0b4;\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));\n if (lVar13 == 0) {\nLAB_001fb0a8:\n *(undefined4 *)(param_1 + 7) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);\n if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }\nLAB_001fb0b4:\n lVar15 = lVar15 + 1;\n } while (lVar15 < lVar12 + lVar11 + lVar3);\n }\n return;\n}\n\n" (function_definition "void FUN_001fad00(long *param_1)\n\n{\n long lVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n code *pcVar8;\n int iVar9;\n int iVar10;\n long lVar11;\n long lVar12;\n long lVar13;\n long lVar14;\n long lVar15;\n long lVar16;\n \n lVar2 = *param_1;\n iVar9 = omp_get_num_threads();\n iVar10 = omp_get_thread_num();\n lVar3 = *(long *)(lVar2 + 0x1028);\n lVar11 = *(long *)(lVar2 + 0x1018) - lVar3;\n lVar12 = lVar11 / (long)iVar9;\n lVar11 = lVar11 % (long)iVar9;\n if (iVar10 < lVar11) {\n lVar12 = lVar12 + 1;\n lVar11 = 0;\n }\n lVar11 = iVar10 * lVar12 + lVar11;\n if (lVar11 < lVar12 + lVar11) {\n lVar15 = lVar11 + lVar3;\n lVar4 = param_1[5];\n lVar5 = param_1[2];\n lVar6 = param_1[1];\n lVar7 = param_1[4];\n pcVar8 = (code *)param_1[3];\n do {\n iVar9 = omp_get_thread_num();\n if ((int)param_1[7] == 0) goto LAB_001fb0b4;\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));\n if (lVar13 == 0) {\nLAB_001fb0a8:\n *(undefined4 *)(param_1 + 7) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);\n if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }\nLAB_001fb0b4:\n lVar15 = lVar15 + 1;\n } while (lVar15 < lVar12 + lVar11 + lVar3);\n }\n return;\n}" primitive_type (function_declarator "FUN_001fad00(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n long lVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n code *pcVar8;\n int iVar9;\n int iVar10;\n long lVar11;\n long lVar12;\n long lVar13;\n long lVar14;\n long lVar15;\n long lVar16;\n \n lVar2 = *param_1;\n iVar9 = omp_get_num_threads();\n iVar10 = omp_get_thread_num();\n lVar3 = *(long *)(lVar2 + 0x1028);\n lVar11 = *(long *)(lVar2 + 0x1018) - lVar3;\n lVar12 = lVar11 / (long)iVar9;\n lVar11 = lVar11 % (long)iVar9;\n if (iVar10 < lVar11) {\n lVar12 = lVar12 + 1;\n lVar11 = 0;\n }\n lVar11 = iVar10 * lVar12 + lVar11;\n if (lVar11 < lVar12 + lVar11) {\n lVar15 = lVar11 + lVar3;\n lVar4 = param_1[5];\n lVar5 = param_1[2];\n lVar6 = param_1[1];\n lVar7 = param_1[4];\n pcVar8 = (code *)param_1[3];\n do {\n iVar9 = omp_get_thread_num();\n if ((int)param_1[7] == 0) goto LAB_001fb0b4;\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));\n if (lVar13 == 0) {\nLAB_001fb0a8:\n *(undefined4 *)(param_1 + 7) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);\n if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }\nLAB_001fb0b4:\n lVar15 = lVar15 + 1;\n } while (lVar15 < lVar12 + lVar11 + lVar3);\n }\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (declaration "code *pcVar8;" type_identifier (pointer_declarator "*pcVar8" * identifier) ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "int iVar10;" primitive_type identifier ;) (declaration "long lVar11;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar12;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar13;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar14;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar15;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar16;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar2 = *param_1;" (assignment_expression "lVar2 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "iVar9 = omp_get_num_threads();" (assignment_expression "iVar9 = omp_get_num_threads()" identifier = (call_expression "omp_get_num_threads()" identifier (argument_list "()" ( )))) ;) (expression_statement "iVar10 = omp_get_thread_num();" (assignment_expression "iVar10 = omp_get_thread_num()" identifier = (call_expression "omp_get_thread_num()" identifier (argument_list "()" ( )))) ;) (expression_statement "lVar3 = *(long *)(lVar2 + 0x1028);" (assignment_expression "lVar3 = *(long *)(lVar2 + 0x1028)" identifier = (pointer_expression "*(long *)(lVar2 + 0x1028)" * (cast_expression "(long *)(lVar2 + 0x1028)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1028)" ( (binary_expression "lVar2 + 0x1028" identifier + number_literal) ))))) ;) (expression_statement "lVar11 = *(long *)(lVar2 + 0x1018) - lVar3;" (assignment_expression "lVar11 = *(long *)(lVar2 + 0x1018) - lVar3" identifier = (binary_expression "*(long *)(lVar2 + 0x1018) - lVar3" (pointer_expression "*(long *)(lVar2 + 0x1018)" * (cast_expression "(long *)(lVar2 + 0x1018)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1018)" ( (binary_expression "lVar2 + 0x1018" identifier + number_literal) )))) - identifier)) ;) (expression_statement "lVar12 = lVar11 / (long)iVar9;" (assignment_expression "lVar12 = lVar11 / (long)iVar9" identifier = (binary_expression "lVar11 / (long)iVar9" identifier / (cast_expression "(long)iVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "lVar11 = lVar11 % (long)iVar9;" (assignment_expression "lVar11 = lVar11 % (long)iVar9" identifier = (binary_expression "lVar11 % (long)iVar9" identifier % (cast_expression "(long)iVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (if_statement "if (iVar10 < lVar11) {\n lVar12 = lVar12 + 1;\n lVar11 = 0;\n }" if (parenthesized_expression "(iVar10 < lVar11)" ( (binary_expression "iVar10 < lVar11" identifier < identifier) )) (compound_statement "{\n lVar12 = lVar12 + 1;\n lVar11 = 0;\n }" { (expression_statement "lVar12 = lVar12 + 1;" (assignment_expression "lVar12 = lVar12 + 1" identifier = (binary_expression "lVar12 + 1" identifier + number_literal)) ;) (expression_statement "lVar11 = 0;" (assignment_expression "lVar11 = 0" identifier = number_literal) ;) })) (expression_statement "lVar11 = iVar10 * lVar12 + lVar11;" (assignment_expression "lVar11 = iVar10 * lVar12 + lVar11" identifier = (binary_expression "iVar10 * lVar12 + lVar11" (binary_expression "iVar10 * lVar12" identifier * identifier) + identifier)) ;) (if_statement "if (lVar11 < lVar12 + lVar11) {\n lVar15 = lVar11 + lVar3;\n lVar4 = param_1[5];\n lVar5 = param_1[2];\n lVar6 = param_1[1];\n lVar7 = param_1[4];\n pcVar8 = (code *)param_1[3];\n do {\n iVar9 = omp_get_thread_num();\n if ((int)param_1[7] == 0) goto LAB_001fb0b4;\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));\n if (lVar13 == 0) {\nLAB_001fb0a8:\n *(undefined4 *)(param_1 + 7) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);\n if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }\nLAB_001fb0b4:\n lVar15 = lVar15 + 1;\n } while (lVar15 < lVar12 + lVar11 + lVar3);\n }" if (parenthesized_expression "(lVar11 < lVar12 + lVar11)" ( (binary_expression "lVar11 < lVar12 + lVar11" identifier < (binary_expression "lVar12 + lVar11" identifier + identifier)) )) (compound_statement "{\n lVar15 = lVar11 + lVar3;\n lVar4 = param_1[5];\n lVar5 = param_1[2];\n lVar6 = param_1[1];\n lVar7 = param_1[4];\n pcVar8 = (code *)param_1[3];\n do {\n iVar9 = omp_get_thread_num();\n if ((int)param_1[7] == 0) goto LAB_001fb0b4;\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));\n if (lVar13 == 0) {\nLAB_001fb0a8:\n *(undefined4 *)(param_1 + 7) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);\n if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }\nLAB_001fb0b4:\n lVar15 = lVar15 + 1;\n } while (lVar15 < lVar12 + lVar11 + lVar3);\n }" { (expression_statement "lVar15 = lVar11 + lVar3;" (assignment_expression "lVar15 = lVar11 + lVar3" identifier = (binary_expression "lVar11 + lVar3" identifier + identifier)) ;) (expression_statement "lVar4 = param_1[5];" (assignment_expression "lVar4 = param_1[5]" identifier = (subscript_expression "param_1[5]" identifier [ number_literal ])) ;) (expression_statement "lVar5 = param_1[2];" (assignment_expression "lVar5 = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (expression_statement "lVar6 = param_1[1];" (assignment_expression "lVar6 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (expression_statement "lVar7 = param_1[4];" (assignment_expression "lVar7 = param_1[4]" identifier = (subscript_expression "param_1[4]" identifier [ number_literal ])) ;) (expression_statement "pcVar8 = (code *)param_1[3];" (assignment_expression "pcVar8 = (code *)param_1[3]" identifier = (cast_expression "(code *)param_1[3]" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[3]" identifier [ number_literal ]))) ;) (do_statement "do {\n iVar9 = omp_get_thread_num();\n if ((int)param_1[7] == 0) goto LAB_001fb0b4;\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));\n if (lVar13 == 0) {\nLAB_001fb0a8:\n *(undefined4 *)(param_1 + 7) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);\n if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }\nLAB_001fb0b4:\n lVar15 = lVar15 + 1;\n } while (lVar15 < lVar12 + lVar11 + lVar3);" do (compound_statement "{\n iVar9 = omp_get_thread_num();\n if ((int)param_1[7] == 0) goto LAB_001fb0b4;\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));\n if (lVar13 == 0) {\nLAB_001fb0a8:\n *(undefined4 *)(param_1 + 7) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);\n if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }\nLAB_001fb0b4:\n lVar15 = lVar15 + 1;\n }" { (expression_statement "iVar9 = omp_get_thread_num();" (assignment_expression "iVar9 = omp_get_thread_num()" identifier = (call_expression "omp_get_thread_num()" identifier (argument_list "()" ( )))) ;) (if_statement "if ((int)param_1[7] == 0) goto LAB_001fb0b4;" if (parenthesized_expression "((int)param_1[7] == 0)" ( (binary_expression "(int)param_1[7] == 0" (cast_expression "(int)param_1[7]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_1[7]" identifier [ number_literal ])) == number_literal) )) (goto_statement "goto LAB_001fb0b4;" goto statement_identifier ;)) (expression_statement "lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));" (assignment_expression "lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050))" identifier = (call_expression "GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050))" identifier (argument_list "(*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050))" ( (pointer_expression "*(undefined8 *)(lVar2 + 0x1040)" * (cast_expression "(undefined8 *)(lVar2 + 0x1040)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1040)" ( (binary_expression "lVar2 + 0x1040" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(lVar2 + 0x1020)" * (cast_expression "(undefined8 *)(lVar2 + 0x1020)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1020)" ( (binary_expression "lVar2 + 0x1020" identifier + number_literal) )))) , identifier , (pointer_expression "*(undefined8 *)(lVar2 + 0x1010)" * (cast_expression "(undefined8 *)(lVar2 + 0x1010)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1010)" ( (binary_expression "lVar2 + 0x1010" identifier + number_literal) )))) , number_literal , (pointer_expression "*(undefined8 *)(lVar2 + 0x1050)" * (cast_expression "(undefined8 *)(lVar2 + 0x1050)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1050)" ( (binary_expression "lVar2 + 0x1050" identifier + number_literal) )))) )))) ;) (if_statement "if (lVar13 == 0) {\nLAB_001fb0a8:\n *(undefined4 *)(param_1 + 7) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);\n if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }" if (parenthesized_expression "(lVar13 == 0)" ( (binary_expression "lVar13 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_001fb0a8:\n *(undefined4 *)(param_1 + 7) = 0;\n }" { (labeled_statement "LAB_001fb0a8:\n *(undefined4 *)(param_1 + 7) = 0;" statement_identifier : (expression_statement "*(undefined4 *)(param_1 + 7) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 7) = 0" (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) ;)) }) (else_clause "else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);\n if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }" else (compound_statement "{\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);\n if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }" { (if_statement "if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }" if (parenthesized_expression "(0 < *(long *)(lVar2 + 0x1010))" ( (binary_expression "0 < *(long *)(lVar2 + 0x1010)" number_literal < (pointer_expression "*(long *)(lVar2 + 0x1010)" * (cast_expression "(long *)(lVar2 + 0x1010)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1010)" ( (binary_expression "lVar2 + 0x1010" identifier + number_literal) ))))) )) (compound_statement "{\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }" { (expression_statement "lVar16 = 0;" (assignment_expression "lVar16 = 0" identifier = number_literal) ;) (expression_statement "lVar14 = *(long *)(lVar2 + 0x1038);" (assignment_expression "lVar14 = *(long *)(lVar2 + 0x1038)" identifier = (pointer_expression "*(long *)(lVar2 + 0x1038)" * (cast_expression "(long *)(lVar2 + 0x1038)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1038)" ( (binary_expression "lVar2 + 0x1038" identifier + number_literal) ))))) ;) (do_statement "do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));" do (compound_statement "{\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n }" { (expression_statement "lVar1 = lVar16 * 8;" (assignment_expression "lVar1 = lVar16 * 8" identifier = (binary_expression "lVar16 * 8" identifier * number_literal)) ;) (expression_statement "lVar16 = lVar16 + 1;" (assignment_expression "lVar16 = lVar16 + 1" identifier = (binary_expression "lVar16 + 1" identifier + number_literal)) ;) (expression_statement "PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));" (call_expression "PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1))" identifier (argument_list "(lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1))" ( identifier , identifier , (pointer_expression "*(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1)" * (cast_expression "(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1)" ( (binary_expression "*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1" (pointer_expression "*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8)" * (cast_expression "(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8)" ( (binary_expression "*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8" (pointer_expression "*(long *)(lVar2 + 0x1048)" * (cast_expression "(long *)(lVar2 + 0x1048)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1048)" ( (binary_expression "lVar2 + 0x1048" identifier + number_literal) )))) + (binary_expression "(long)iVar9 * 8" (cast_expression "(long)iVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) )))) + identifier) )))) ))) ;) (expression_statement "lVar14 = *(long *)(lVar2 + 0x1038);" (assignment_expression "lVar14 = *(long *)(lVar2 + 0x1038)" identifier = (pointer_expression "*(long *)(lVar2 + 0x1038)" * (cast_expression "(long *)(lVar2 + 0x1038)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1038)" ( (binary_expression "lVar2 + 0x1038" identifier + number_literal) ))))) ;) (expression_statement "lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;" (assignment_expression "lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4" identifier = (binary_expression "lVar13 + *(long *)(lVar14 + 0x340) * 4" identifier + (binary_expression "*(long *)(lVar14 + 0x340) * 4" (pointer_expression "*(long *)(lVar14 + 0x340)" * (cast_expression "(long *)(lVar14 + 0x340)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar14 + 0x340)" ( (binary_expression "lVar14 + 0x340" identifier + number_literal) )))) * number_literal))) ;) }) while (parenthesized_expression "(lVar16 < *(long *)(lVar2 + 0x1010))" ( (binary_expression "lVar16 < *(long *)(lVar2 + 0x1010)" identifier < (pointer_expression "*(long *)(lVar2 + 0x1010)" * (cast_expression "(long *)(lVar2 + 0x1010)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1010)" ( (binary_expression "lVar2 + 0x1010" identifier + number_literal) ))))) )) ;) })) (expression_statement "lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));" (assignment_expression "lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050))" identifier = (call_expression "GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050))" identifier (argument_list "(*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050))" ( (pointer_expression "*(undefined8 *)(lVar6 + 0x1040)" * (cast_expression "(undefined8 *)(lVar6 + 0x1040)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x1040)" ( (binary_expression "lVar6 + 0x1040" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(lVar6 + 0x1020)" * (cast_expression "(undefined8 *)(lVar6 + 0x1020)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x1020)" ( (binary_expression "lVar6 + 0x1020" identifier + number_literal) )))) , identifier , (pointer_expression "*(undefined8 *)(lVar6 + 0x1010)" * (cast_expression "(undefined8 *)(lVar6 + 0x1010)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x1010)" ( (binary_expression "lVar6 + 0x1010" identifier + number_literal) )))) , number_literal , (pointer_expression "*(undefined8 *)(lVar6 + 0x1050)" * (cast_expression "(undefined8 *)(lVar6 + 0x1050)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x1050)" ( (binary_expression "lVar6 + 0x1050" identifier + number_literal) )))) )))) ;) (if_statement "if (lVar13 == 0) goto LAB_001fb0a8;" if (parenthesized_expression "(lVar13 == 0)" ( (binary_expression "lVar13 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001fb0a8;" goto statement_identifier ;)) (if_statement "if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }" if (parenthesized_expression "(0 < *(long *)(lVar6 + 0x1010))" ( (binary_expression "0 < *(long *)(lVar6 + 0x1010)" number_literal < (pointer_expression "*(long *)(lVar6 + 0x1010)" * (cast_expression "(long *)(lVar6 + 0x1010)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x1010)" ( (binary_expression "lVar6 + 0x1010" identifier + number_literal) ))))) )) (compound_statement "{\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }" { (expression_statement "lVar16 = 0;" (assignment_expression "lVar16 = 0" identifier = number_literal) ;) (expression_statement "lVar14 = *(long *)(lVar6 + 0x1038);" (assignment_expression "lVar14 = *(long *)(lVar6 + 0x1038)" identifier = (pointer_expression "*(long *)(lVar6 + 0x1038)" * (cast_expression "(long *)(lVar6 + 0x1038)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x1038)" ( (binary_expression "lVar6 + 0x1038" identifier + number_literal) ))))) ;) (do_statement "do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));" do (compound_statement "{\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n }" { (expression_statement "lVar1 = lVar16 * 8;" (assignment_expression "lVar1 = lVar16 * 8" identifier = (binary_expression "lVar16 * 8" identifier * number_literal)) ;) (expression_statement "lVar16 = lVar16 + 1;" (assignment_expression "lVar16 = lVar16 + 1" identifier = (binary_expression "lVar16 + 1" identifier + number_literal)) ;) (expression_statement "PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));" (call_expression "PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1))" identifier (argument_list "(lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1))" ( identifier , identifier , (pointer_expression "*(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1)" * (cast_expression "(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1)" ( (binary_expression "*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1" (pointer_expression "*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8)" * (cast_expression "(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8)" ( (binary_expression "*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8" (pointer_expression "*(long *)(lVar6 + 0x1048)" * (cast_expression "(long *)(lVar6 + 0x1048)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x1048)" ( (binary_expression "lVar6 + 0x1048" identifier + number_literal) )))) + (binary_expression "(long)iVar9 * 8" (cast_expression "(long)iVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) )))) + identifier) )))) ))) ;) (expression_statement "lVar14 = *(long *)(lVar6 + 0x1038);" (assignment_expression "lVar14 = *(long *)(lVar6 + 0x1038)" identifier = (pointer_expression "*(long *)(lVar6 + 0x1038)" * (cast_expression "(long *)(lVar6 + 0x1038)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x1038)" ( (binary_expression "lVar6 + 0x1038" identifier + number_literal) ))))) ;) (expression_statement "lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;" (assignment_expression "lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4" identifier = (binary_expression "lVar13 + *(long *)(lVar14 + 0x340) * 4" identifier + (binary_expression "*(long *)(lVar14 + 0x340) * 4" (pointer_expression "*(long *)(lVar14 + 0x340)" * (cast_expression "(long *)(lVar14 + 0x340)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar14 + 0x340)" ( (binary_expression "lVar14 + 0x340" identifier + number_literal) )))) * number_literal))) ;) }) while (parenthesized_expression "(lVar16 < *(long *)(lVar6 + 0x1010))" ( (binary_expression "lVar16 < *(long *)(lVar6 + 0x1010)" identifier < (pointer_expression "*(long *)(lVar6 + 0x1010)" * (cast_expression "(long *)(lVar6 + 0x1010)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x1010)" ( (binary_expression "lVar6 + 0x1010" identifier + number_literal) ))))) )) ;) })) (expression_statement "lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));" (assignment_expression "lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050))" identifier = (call_expression "GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050))" identifier (argument_list "(*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050))" ( (pointer_expression "*(undefined8 *)(lVar5 + 0x1040)" * (cast_expression "(undefined8 *)(lVar5 + 0x1040)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1040)" ( (binary_expression "lVar5 + 0x1040" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(lVar5 + 0x1020)" * (cast_expression "(undefined8 *)(lVar5 + 0x1020)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1020)" ( (binary_expression "lVar5 + 0x1020" identifier + number_literal) )))) , identifier , (pointer_expression "*(undefined8 *)(lVar5 + 0x1010)" * (cast_expression "(undefined8 *)(lVar5 + 0x1010)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1010)" ( (binary_expression "lVar5 + 0x1010" identifier + number_literal) )))) , number_literal , (pointer_expression "*(undefined8 *)(lVar5 + 0x1050)" * (cast_expression "(undefined8 *)(lVar5 + 0x1050)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1050)" ( (binary_expression "lVar5 + 0x1050" identifier + number_literal) )))) )))) ;) (if_statement "if (lVar13 == 0) goto LAB_001fb0a8;" if (parenthesized_expression "(lVar13 == 0)" ( (binary_expression "lVar13 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001fb0a8;" goto statement_identifier ;)) (if_statement "if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }" if (parenthesized_expression "(0 < *(long *)(lVar5 + 0x1010))" ( (binary_expression "0 < *(long *)(lVar5 + 0x1010)" number_literal < (pointer_expression "*(long *)(lVar5 + 0x1010)" * (cast_expression "(long *)(lVar5 + 0x1010)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1010)" ( (binary_expression "lVar5 + 0x1010" identifier + number_literal) ))))) )) (compound_statement "{\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }" { (expression_statement "lVar16 = 0;" (assignment_expression "lVar16 = 0" identifier = number_literal) ;) (expression_statement "lVar14 = *(long *)(lVar5 + 0x1038);" (assignment_expression "lVar14 = *(long *)(lVar5 + 0x1038)" identifier = (pointer_expression "*(long *)(lVar5 + 0x1038)" * (cast_expression "(long *)(lVar5 + 0x1038)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1038)" ( (binary_expression "lVar5 + 0x1038" identifier + number_literal) ))))) ;) (do_statement "do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));" do (compound_statement "{\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n }" { (expression_statement "lVar1 = lVar16 * 8;" (assignment_expression "lVar1 = lVar16 * 8" identifier = (binary_expression "lVar16 * 8" identifier * number_literal)) ;) (expression_statement "lVar16 = lVar16 + 1;" (assignment_expression "lVar16 = lVar16 + 1" identifier = (binary_expression "lVar16 + 1" identifier + number_literal)) ;) (expression_statement "PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));" (call_expression "PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1))" identifier (argument_list "(lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1))" ( identifier , identifier , (pointer_expression "*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1)" * (cast_expression "(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1)" ( (binary_expression "*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1" (pointer_expression "*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8)" * (cast_expression "(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8)" ( (binary_expression "*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8" (pointer_expression "*(long *)(lVar5 + 0x1048)" * (cast_expression "(long *)(lVar5 + 0x1048)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1048)" ( (binary_expression "lVar5 + 0x1048" identifier + number_literal) )))) + (binary_expression "(long)iVar9 * 8" (cast_expression "(long)iVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) )))) + identifier) )))) ))) ;) (expression_statement "lVar14 = *(long *)(lVar5 + 0x1038);" (assignment_expression "lVar14 = *(long *)(lVar5 + 0x1038)" identifier = (pointer_expression "*(long *)(lVar5 + 0x1038)" * (cast_expression "(long *)(lVar5 + 0x1038)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1038)" ( (binary_expression "lVar5 + 0x1038" identifier + number_literal) ))))) ;) (expression_statement "lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;" (assignment_expression "lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4" identifier = (binary_expression "lVar13 + *(long *)(lVar14 + 0x340) * 4" identifier + (binary_expression "*(long *)(lVar14 + 0x340) * 4" (pointer_expression "*(long *)(lVar14 + 0x340)" * (cast_expression "(long *)(lVar14 + 0x340)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar14 + 0x340)" ( (binary_expression "lVar14 + 0x340" identifier + number_literal) )))) * number_literal))) ;) }) while (parenthesized_expression "(lVar16 < *(long *)(lVar5 + 0x1010))" ( (binary_expression "lVar16 < *(long *)(lVar5 + 0x1010)" identifier < (pointer_expression "*(long *)(lVar5 + 0x1010)" * (cast_expression "(long *)(lVar5 + 0x1010)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1010)" ( (binary_expression "lVar5 + 0x1010" identifier + number_literal) ))))) )) ;) })) (expression_statement "iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);" (assignment_expression "iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7)" identifier = (call_expression "(*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7)" (parenthesized_expression "(*pcVar8)" ( (pointer_expression "*pcVar8" * identifier) )) (argument_list "(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7)" ( identifier , identifier , identifier , identifier , identifier , identifier )))) ;) (if_statement "if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }" if (parenthesized_expression "(iVar10 == 0)" ( (binary_expression "iVar10 == 0" identifier == number_literal) )) (compound_statement "{\n *(undefined4 *)(param_1 + 7) = 0;\n }" { (expression_statement "*(undefined4 *)(param_1 + 7) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 7) = 0" (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 "lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));" (assignment_expression "lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050))" identifier = (call_expression "GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050))" identifier (argument_list "(*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050))" ( (pointer_expression "*(undefined8 *)(lVar5 + 0x1040)" * (cast_expression "(undefined8 *)(lVar5 + 0x1040)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1040)" ( (binary_expression "lVar5 + 0x1040" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(lVar5 + 0x1020)" * (cast_expression "(undefined8 *)(lVar5 + 0x1020)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1020)" ( (binary_expression "lVar5 + 0x1020" identifier + number_literal) )))) , identifier , (pointer_expression "*(undefined8 *)(lVar5 + 0x1010)" * (cast_expression "(undefined8 *)(lVar5 + 0x1010)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1010)" ( (binary_expression "lVar5 + 0x1010" identifier + number_literal) )))) , number_literal , (pointer_expression "*(undefined8 *)(lVar5 + 0x1050)" * (cast_expression "(undefined8 *)(lVar5 + 0x1050)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1050)" ( (binary_expression "lVar5 + 0x1050" identifier + number_literal) )))) )))) ;) (if_statement "if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }" if (parenthesized_expression "(0 < *(long *)(lVar5 + 0x1010))" ( (binary_expression "0 < *(long *)(lVar5 + 0x1010)" number_literal < (pointer_expression "*(long *)(lVar5 + 0x1010)" * (cast_expression "(long *)(lVar5 + 0x1010)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1010)" ( (binary_expression "lVar5 + 0x1010" identifier + number_literal) ))))) )) (compound_statement "{\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }" { (expression_statement "lVar16 = 0;" (assignment_expression "lVar16 = 0" identifier = number_literal) ;) (expression_statement "lVar14 = *(long *)(lVar5 + 0x1038);" (assignment_expression "lVar14 = *(long *)(lVar5 + 0x1038)" identifier = (pointer_expression "*(long *)(lVar5 + 0x1038)" * (cast_expression "(long *)(lVar5 + 0x1038)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1038)" ( (binary_expression "lVar5 + 0x1038" identifier + number_literal) ))))) ;) (do_statement "do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));" do (compound_statement "{\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n }" { (expression_statement "lVar1 = lVar16 * 8;" (assignment_expression "lVar1 = lVar16 * 8" identifier = (binary_expression "lVar16 * 8" identifier * number_literal)) ;) (expression_statement "lVar16 = lVar16 + 1;" (assignment_expression "lVar16 = lVar16 + 1" identifier = (binary_expression "lVar16 + 1" identifier + number_literal)) ;) (expression_statement "PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);" (call_expression "PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13)" identifier (argument_list "(lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13)" ( identifier , (pointer_expression "*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1)" * (cast_expression "(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1)" ( (binary_expression "*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1" (pointer_expression "*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8)" * (cast_expression "(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8)" ( (binary_expression "*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8" (pointer_expression "*(long *)(lVar5 + 0x1048)" * (cast_expression "(long *)(lVar5 + 0x1048)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1048)" ( (binary_expression "lVar5 + 0x1048" identifier + number_literal) )))) + (binary_expression "(long)iVar9 * 8" (cast_expression "(long)iVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) )))) + identifier) )))) , identifier ))) ;) (expression_statement "lVar14 = *(long *)(lVar5 + 0x1038);" (assignment_expression "lVar14 = *(long *)(lVar5 + 0x1038)" identifier = (pointer_expression "*(long *)(lVar5 + 0x1038)" * (cast_expression "(long *)(lVar5 + 0x1038)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1038)" ( (binary_expression "lVar5 + 0x1038" identifier + number_literal) ))))) ;) (expression_statement "lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;" (assignment_expression "lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4" identifier = (binary_expression "lVar13 + *(long *)(lVar14 + 0x340) * 4" identifier + (binary_expression "*(long *)(lVar14 + 0x340) * 4" (pointer_expression "*(long *)(lVar14 + 0x340)" * (cast_expression "(long *)(lVar14 + 0x340)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar14 + 0x340)" ( (binary_expression "lVar14 + 0x340" identifier + number_literal) )))) * number_literal))) ;) }) while (parenthesized_expression "(lVar16 < *(long *)(lVar5 + 0x1010))" ( (binary_expression "lVar16 < *(long *)(lVar5 + 0x1010)" identifier < (pointer_expression "*(long *)(lVar5 + 0x1010)" * (cast_expression "(long *)(lVar5 + 0x1010)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1010)" ( (binary_expression "lVar5 + 0x1010" identifier + number_literal) ))))) )) ;) })) (expression_statement "iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));" (assignment_expression "iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050))" identifier = (call_expression "SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050))" identifier (argument_list "(*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050))" ( (pointer_expression "*(undefined8 *)(lVar5 + 0x1040)" * (cast_expression "(undefined8 *)(lVar5 + 0x1040)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1040)" ( (binary_expression "lVar5 + 0x1040" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(lVar5 + 0x1050)" * (cast_expression "(undefined8 *)(lVar5 + 0x1050)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1050)" ( (binary_expression "lVar5 + 0x1050" identifier + number_literal) )))) )))) ;) (if_statement "if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (compound_statement "{\n *(undefined4 *)(param_1 + 7) = 0;\n }" { (expression_statement "*(undefined4 *)(param_1 + 7) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 7) = 0" (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) ;) })) (if_statement "if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }" if (parenthesized_expression "(*(long *)(lVar4 + 0x3c8) != 0)" ( (binary_expression "*(long *)(lVar4 + 0x3c8) != 0" (pointer_expression "*(long *)(lVar4 + 0x3c8)" * (cast_expression "(long *)(lVar4 + 0x3c8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x3c8)" ( (binary_expression "lVar4 + 0x3c8" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "*(long *)param_1[6] = *(long *)param_1[6] + 1;" (assignment_expression "*(long *)param_1[6] = *(long *)param_1[6] + 1" (pointer_expression "*(long *)param_1[6]" * (cast_expression "(long *)param_1[6]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[6]" identifier [ number_literal ]))) = (binary_expression "*(long *)param_1[6] + 1" (pointer_expression "*(long *)param_1[6]" * (cast_expression "(long *)param_1[6]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[6]" identifier [ number_literal ]))) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));" (assignment_expression "iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018))" identifier = (call_expression "SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018))" identifier (argument_list "(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018))" ( identifier , (pointer_expression "*(undefined8 *)(lVar2 + 0x1008)" * (cast_expression "(undefined8 *)(lVar2 + 0x1008)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1008)" ( (binary_expression "lVar2 + 0x1008" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)param_1[6]" * (cast_expression "(undefined8 *)param_1[6]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[6]" identifier [ number_literal ]))) , (pointer_expression "*(undefined8 *)(lVar2 + 0x1018)" * (cast_expression "(undefined8 *)(lVar2 + 0x1018)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1018)" ( (binary_expression "lVar2 + 0x1018" identifier + number_literal) )))) )))) ;) (if_statement "if (iVar9 == 0) goto LAB_001fb0a8;" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001fb0a8;" goto statement_identifier ;)) })) }))) (labeled_statement "LAB_001fb0b4:\n lVar15 = lVar15 + 1;" statement_identifier : (expression_statement "lVar15 = lVar15 + 1;" (assignment_expression "lVar15 = lVar15 + 1" identifier = (binary_expression "lVar15 + 1" identifier + number_literal)) ;)) }) while (parenthesized_expression "(lVar15 < lVar12 + lVar11 + lVar3)" ( (binary_expression "lVar15 < lVar12 + lVar11 + lVar3" identifier < (binary_expression "lVar12 + lVar11 + lVar3" (binary_expression "lVar12 + lVar11" identifier + identifier) + identifier)) )) ;) })) (return_statement "return;" return ;) }))) | (translation_unit "/* WARNING: Enum "GravityType": Some values do not have unique names */\n/* WARNING: Enum "DisposeType": Some values do not have unique names */\n/* WARNING: Enum "ChannelType": Some values do not have unique names */\n/* WARNING: Enum "PixelChannel": Some values do not have unique names */\n/* WARNING: Enum "ExceptionType": Some values do not have unique names */\n/* DWARF original prototype: void DuplexTransferWandViewIterator._omp_fn.0(anon_struct_64_8_446c1cb2\n * param_0) */\n\nvoid __thiscall DuplexTransferWandViewIterator__omp_fn_0(void *this)\n\n{\n long lVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n long lVar6;\n undefined8 uVar7;\n code *pcVar8;\n int iVar9;\n int iVar10;\n long lVar11;\n long lVar12;\n Quantum *pQVar13;\n Image *pIVar14;\n long lVar15;\n long lVar16;\n \n /* WARNING: Load size is inaccurate */\n lVar2 = *this;\n iVar9 = omp_get_num_threads();\n iVar10 = omp_get_thread_num();\n lVar3 = *(long *)(lVar2 + 0x1028);\n lVar11 = *(long *)(lVar2 + 0x1018) - lVar3;\n lVar12 = lVar11 / (long)iVar9;\n lVar11 = lVar11 % (long)iVar9;\n if (iVar10 < lVar11) {\n lVar12 = lVar12 + 1;\n lVar11 = 0;\n }\n lVar11 = iVar10 * lVar12 + lVar11;\n if (lVar11 < lVar12 + lVar11) {\n lVar15 = lVar11 + lVar3;\n lVar4 = *(long *)((long)this + 0x28);\n lVar5 = *(long *)((long)this + 0x10);\n lVar6 = *(long *)((long)this + 8);\n uVar7 = *(undefined8 *)((long)this + 0x20);\n pcVar8 = *(code **)((long)this + 0x18);\n do {\n iVar9 = omp_get_thread_num();\n if (*(int *)((long)this + 0x38) == 0) goto LAB_001fb0b4;\n pQVar13 = (Quantum *)\n GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));\n if (pQVar13 == (Quantum *)0x0) {\nLAB_001fb0a8:\n *(undefined4 *)((long)this + 0x38) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar2 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n pQVar13 = (Quantum *)\n GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (pQVar13 == (Quantum *)0x0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar6 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n pQVar13 = (Quantum *)\n GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (pQVar13 == (Quantum *)0x0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,uVar7);\n if (iVar10 == 0) {\n *(undefined4 *)((long)this + 0x38) = 0;\n }\n pQVar13 = (Quantum *)\n GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (pIVar14,*(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n pQVar13);\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)((long)this + 0x38) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n **(long **)((long)this + 0x30) = **(long **)((long)this + 0x30) + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),\n **(undefined8 **)((long)this + 0x30),\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }\nLAB_001fb0b4:\n lVar15 = lVar15 + 1;\n } while (lVar15 < lVar12 + lVar11 + lVar3);\n }\n return;\n}\n\n" comment comment comment comment comment comment (function_definition "void __thiscall DuplexTransferWandViewIterator__omp_fn_0(void *this)\n\n{\n long lVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n long lVar6;\n undefined8 uVar7;\n code *pcVar8;\n int iVar9;\n int iVar10;\n long lVar11;\n long lVar12;\n Quantum *pQVar13;\n Image *pIVar14;\n long lVar15;\n long lVar16;\n \n /* WARNING: Load size is inaccurate */\n lVar2 = *this;\n iVar9 = omp_get_num_threads();\n iVar10 = omp_get_thread_num();\n lVar3 = *(long *)(lVar2 + 0x1028);\n lVar11 = *(long *)(lVar2 + 0x1018) - lVar3;\n lVar12 = lVar11 / (long)iVar9;\n lVar11 = lVar11 % (long)iVar9;\n if (iVar10 < lVar11) {\n lVar12 = lVar12 + 1;\n lVar11 = 0;\n }\n lVar11 = iVar10 * lVar12 + lVar11;\n if (lVar11 < lVar12 + lVar11) {\n lVar15 = lVar11 + lVar3;\n lVar4 = *(long *)((long)this + 0x28);\n lVar5 = *(long *)((long)this + 0x10);\n lVar6 = *(long *)((long)this + 8);\n uVar7 = *(undefined8 *)((long)this + 0x20);\n pcVar8 = *(code **)((long)this + 0x18);\n do {\n iVar9 = omp_get_thread_num();\n if (*(int *)((long)this + 0x38) == 0) goto LAB_001fb0b4;\n pQVar13 = (Quantum *)\n GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));\n if (pQVar13 == (Quantum *)0x0) {\nLAB_001fb0a8:\n *(undefined4 *)((long)this + 0x38) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar2 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n pQVar13 = (Quantum *)\n GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (pQVar13 == (Quantum *)0x0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar6 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n pQVar13 = (Quantum *)\n GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (pQVar13 == (Quantum *)0x0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,uVar7);\n if (iVar10 == 0) {\n *(undefined4 *)((long)this + 0x38) = 0;\n }\n pQVar13 = (Quantum *)\n GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (pIVar14,*(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n pQVar13);\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)((long)this + 0x38) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n **(long **)((long)this + 0x30) = **(long **)((long)this + 0x30) + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),\n **(undefined8 **)((long)this + 0x30),\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }\nLAB_001fb0b4:\n lVar15 = lVar15 + 1;\n } while (lVar15 < lVar12 + lVar11 + lVar3);\n }\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (function_declarator "DuplexTransferWandViewIterator__omp_fn_0(void *this)" identifier (parameter_list "(void *this)" ( (parameter_declaration "void *this" primitive_type (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n long lVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n long lVar6;\n undefined8 uVar7;\n code *pcVar8;\n int iVar9;\n int iVar10;\n long lVar11;\n long lVar12;\n Quantum *pQVar13;\n Image *pIVar14;\n long lVar15;\n long lVar16;\n \n /* WARNING: Load size is inaccurate */\n lVar2 = *this;\n iVar9 = omp_get_num_threads();\n iVar10 = omp_get_thread_num();\n lVar3 = *(long *)(lVar2 + 0x1028);\n lVar11 = *(long *)(lVar2 + 0x1018) - lVar3;\n lVar12 = lVar11 / (long)iVar9;\n lVar11 = lVar11 % (long)iVar9;\n if (iVar10 < lVar11) {\n lVar12 = lVar12 + 1;\n lVar11 = 0;\n }\n lVar11 = iVar10 * lVar12 + lVar11;\n if (lVar11 < lVar12 + lVar11) {\n lVar15 = lVar11 + lVar3;\n lVar4 = *(long *)((long)this + 0x28);\n lVar5 = *(long *)((long)this + 0x10);\n lVar6 = *(long *)((long)this + 8);\n uVar7 = *(undefined8 *)((long)this + 0x20);\n pcVar8 = *(code **)((long)this + 0x18);\n do {\n iVar9 = omp_get_thread_num();\n if (*(int *)((long)this + 0x38) == 0) goto LAB_001fb0b4;\n pQVar13 = (Quantum *)\n GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));\n if (pQVar13 == (Quantum *)0x0) {\nLAB_001fb0a8:\n *(undefined4 *)((long)this + 0x38) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar2 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n pQVar13 = (Quantum *)\n GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (pQVar13 == (Quantum *)0x0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar6 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n pQVar13 = (Quantum *)\n GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (pQVar13 == (Quantum *)0x0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,uVar7);\n if (iVar10 == 0) {\n *(undefined4 *)((long)this + 0x38) = 0;\n }\n pQVar13 = (Quantum *)\n GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (pIVar14,*(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n pQVar13);\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)((long)this + 0x38) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n **(long **)((long)this + 0x30) = **(long **)((long)this + 0x30) + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),\n **(undefined8 **)((long)this + 0x30),\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }\nLAB_001fb0b4:\n lVar15 = lVar15 + 1;\n } while (lVar15 < lVar12 + lVar11 + lVar3);\n }\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar7;" type_identifier identifier ;) (declaration "code *pcVar8;" type_identifier (pointer_declarator "*pcVar8" * identifier) ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "int iVar10;" primitive_type identifier ;) (declaration "long lVar11;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar12;" (sized_type_specifier "long" long) identifier ;) (declaration "Quantum *pQVar13;" type_identifier (pointer_declarator "*pQVar13" * identifier) ;) (declaration "Image *pIVar14;" type_identifier (pointer_declarator "*pIVar14" * identifier) ;) (declaration "long lVar15;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar16;" (sized_type_specifier "long" long) identifier ;) comment (expression_statement "lVar2 = *this;" (assignment_expression "lVar2 = *this" identifier = (pointer_expression "*this" * identifier)) ;) (expression_statement "iVar9 = omp_get_num_threads();" (assignment_expression "iVar9 = omp_get_num_threads()" identifier = (call_expression "omp_get_num_threads()" identifier (argument_list "()" ( )))) ;) (expression_statement "iVar10 = omp_get_thread_num();" (assignment_expression "iVar10 = omp_get_thread_num()" identifier = (call_expression "omp_get_thread_num()" identifier (argument_list "()" ( )))) ;) (expression_statement "lVar3 = *(long *)(lVar2 + 0x1028);" (assignment_expression "lVar3 = *(long *)(lVar2 + 0x1028)" identifier = (pointer_expression "*(long *)(lVar2 + 0x1028)" * (cast_expression "(long *)(lVar2 + 0x1028)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1028)" ( (binary_expression "lVar2 + 0x1028" identifier + number_literal) ))))) ;) (expression_statement "lVar11 = *(long *)(lVar2 + 0x1018) - lVar3;" (assignment_expression "lVar11 = *(long *)(lVar2 + 0x1018) - lVar3" identifier = (binary_expression "*(long *)(lVar2 + 0x1018) - lVar3" (pointer_expression "*(long *)(lVar2 + 0x1018)" * (cast_expression "(long *)(lVar2 + 0x1018)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1018)" ( (binary_expression "lVar2 + 0x1018" identifier + number_literal) )))) - identifier)) ;) (expression_statement "lVar12 = lVar11 / (long)iVar9;" (assignment_expression "lVar12 = lVar11 / (long)iVar9" identifier = (binary_expression "lVar11 / (long)iVar9" identifier / (cast_expression "(long)iVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "lVar11 = lVar11 % (long)iVar9;" (assignment_expression "lVar11 = lVar11 % (long)iVar9" identifier = (binary_expression "lVar11 % (long)iVar9" identifier % (cast_expression "(long)iVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (if_statement "if (iVar10 < lVar11) {\n lVar12 = lVar12 + 1;\n lVar11 = 0;\n }" if (parenthesized_expression "(iVar10 < lVar11)" ( (binary_expression "iVar10 < lVar11" identifier < identifier) )) (compound_statement "{\n lVar12 = lVar12 + 1;\n lVar11 = 0;\n }" { (expression_statement "lVar12 = lVar12 + 1;" (assignment_expression "lVar12 = lVar12 + 1" identifier = (binary_expression "lVar12 + 1" identifier + number_literal)) ;) (expression_statement "lVar11 = 0;" (assignment_expression "lVar11 = 0" identifier = number_literal) ;) })) (expression_statement "lVar11 = iVar10 * lVar12 + lVar11;" (assignment_expression "lVar11 = iVar10 * lVar12 + lVar11" identifier = (binary_expression "iVar10 * lVar12 + lVar11" (binary_expression "iVar10 * lVar12" identifier * identifier) + identifier)) ;) (if_statement "if (lVar11 < lVar12 + lVar11) {\n lVar15 = lVar11 + lVar3;\n lVar4 = *(long *)((long)this + 0x28);\n lVar5 = *(long *)((long)this + 0x10);\n lVar6 = *(long *)((long)this + 8);\n uVar7 = *(undefined8 *)((long)this + 0x20);\n pcVar8 = *(code **)((long)this + 0x18);\n do {\n iVar9 = omp_get_thread_num();\n if (*(int *)((long)this + 0x38) == 0) goto LAB_001fb0b4;\n pQVar13 = (Quantum *)\n GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));\n if (pQVar13 == (Quantum *)0x0) {\nLAB_001fb0a8:\n *(undefined4 *)((long)this + 0x38) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar2 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n pQVar13 = (Quantum *)\n GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (pQVar13 == (Quantum *)0x0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar6 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n pQVar13 = (Quantum *)\n GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (pQVar13 == (Quantum *)0x0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,uVar7);\n if (iVar10 == 0) {\n *(undefined4 *)((long)this + 0x38) = 0;\n }\n pQVar13 = (Quantum *)\n GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (pIVar14,*(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n pQVar13);\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)((long)this + 0x38) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n **(long **)((long)this + 0x30) = **(long **)((long)this + 0x30) + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),\n **(undefined8 **)((long)this + 0x30),\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }\nLAB_001fb0b4:\n lVar15 = lVar15 + 1;\n } while (lVar15 < lVar12 + lVar11 + lVar3);\n }" if (parenthesized_expression "(lVar11 < lVar12 + lVar11)" ( (binary_expression "lVar11 < lVar12 + lVar11" identifier < (binary_expression "lVar12 + lVar11" identifier + identifier)) )) (compound_statement "{\n lVar15 = lVar11 + lVar3;\n lVar4 = *(long *)((long)this + 0x28);\n lVar5 = *(long *)((long)this + 0x10);\n lVar6 = *(long *)((long)this + 8);\n uVar7 = *(undefined8 *)((long)this + 0x20);\n pcVar8 = *(code **)((long)this + 0x18);\n do {\n iVar9 = omp_get_thread_num();\n if (*(int *)((long)this + 0x38) == 0) goto LAB_001fb0b4;\n pQVar13 = (Quantum *)\n GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));\n if (pQVar13 == (Quantum *)0x0) {\nLAB_001fb0a8:\n *(undefined4 *)((long)this + 0x38) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar2 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n pQVar13 = (Quantum *)\n GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (pQVar13 == (Quantum *)0x0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar6 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n pQVar13 = (Quantum *)\n GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (pQVar13 == (Quantum *)0x0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,uVar7);\n if (iVar10 == 0) {\n *(undefined4 *)((long)this + 0x38) = 0;\n }\n pQVar13 = (Quantum *)\n GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (pIVar14,*(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n pQVar13);\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)((long)this + 0x38) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n **(long **)((long)this + 0x30) = **(long **)((long)this + 0x30) + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),\n **(undefined8 **)((long)this + 0x30),\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }\nLAB_001fb0b4:\n lVar15 = lVar15 + 1;\n } while (lVar15 < lVar12 + lVar11 + lVar3);\n }" { (expression_statement "lVar15 = lVar11 + lVar3;" (assignment_expression "lVar15 = lVar11 + lVar3" identifier = (binary_expression "lVar11 + lVar3" identifier + identifier)) ;) (expression_statement "lVar4 = *(long *)((long)this + 0x28);" (assignment_expression "lVar4 = *(long *)((long)this + 0x28)" identifier = (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 "lVar5 = *(long *)((long)this + 0x10);" (assignment_expression "lVar5 = *(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 "*" *)) ) (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) ))))) ;) (expression_statement "lVar6 = *(long *)((long)this + 8);" (assignment_expression "lVar6 = *(long *)((long)this + 8)" identifier = (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) ))))) ;) (expression_statement "uVar7 = *(undefined8 *)((long)this + 0x20);" (assignment_expression "uVar7 = *(undefined8 *)((long)this + 0x20)" identifier = (pointer_expression "*(undefined8 *)((long)this + 0x20)" * (cast_expression "(undefined8 *)((long)this + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (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) ))))) ;) (expression_statement "pcVar8 = *(code **)((long)this + 0x18);" (assignment_expression "pcVar8 = *(code **)((long)this + 0x18)" identifier = (pointer_expression "*(code **)((long)this + 0x18)" * (cast_expression "(code **)((long)this + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (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) ))))) ;) (do_statement "do {\n iVar9 = omp_get_thread_num();\n if (*(int *)((long)this + 0x38) == 0) goto LAB_001fb0b4;\n pQVar13 = (Quantum *)\n GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));\n if (pQVar13 == (Quantum *)0x0) {\nLAB_001fb0a8:\n *(undefined4 *)((long)this + 0x38) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar2 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n pQVar13 = (Quantum *)\n GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (pQVar13 == (Quantum *)0x0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar6 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n pQVar13 = (Quantum *)\n GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (pQVar13 == (Quantum *)0x0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,uVar7);\n if (iVar10 == 0) {\n *(undefined4 *)((long)this + 0x38) = 0;\n }\n pQVar13 = (Quantum *)\n GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (pIVar14,*(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n pQVar13);\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)((long)this + 0x38) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n **(long **)((long)this + 0x30) = **(long **)((long)this + 0x30) + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),\n **(undefined8 **)((long)this + 0x30),\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }\nLAB_001fb0b4:\n lVar15 = lVar15 + 1;\n } while (lVar15 < lVar12 + lVar11 + lVar3);" do (compound_statement "{\n iVar9 = omp_get_thread_num();\n if (*(int *)((long)this + 0x38) == 0) goto LAB_001fb0b4;\n pQVar13 = (Quantum *)\n GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));\n if (pQVar13 == (Quantum *)0x0) {\nLAB_001fb0a8:\n *(undefined4 *)((long)this + 0x38) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar2 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n pQVar13 = (Quantum *)\n GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (pQVar13 == (Quantum *)0x0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar6 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n pQVar13 = (Quantum *)\n GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (pQVar13 == (Quantum *)0x0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,uVar7);\n if (iVar10 == 0) {\n *(undefined4 *)((long)this + 0x38) = 0;\n }\n pQVar13 = (Quantum *)\n GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (pIVar14,*(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n pQVar13);\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)((long)this + 0x38) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n **(long **)((long)this + 0x30) = **(long **)((long)this + 0x30) + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),\n **(undefined8 **)((long)this + 0x30),\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }\nLAB_001fb0b4:\n lVar15 = lVar15 + 1;\n }" { (expression_statement "iVar9 = omp_get_thread_num();" (assignment_expression "iVar9 = omp_get_thread_num()" identifier = (call_expression "omp_get_thread_num()" identifier (argument_list "()" ( )))) ;) (if_statement "if (*(int *)((long)this + 0x38) == 0) goto LAB_001fb0b4;" if (parenthesized_expression "(*(int *)((long)this + 0x38) == 0)" ( (binary_expression "*(int *)((long)this + 0x38) == 0" (pointer_expression "*(int *)((long)this + 0x38)" * (cast_expression "(int *)((long)this + 0x38)" ( (type_descriptor "int *" primitive_type (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) )))) == number_literal) )) (goto_statement "goto LAB_001fb0b4;" goto statement_identifier ;)) (expression_statement "pQVar13 = (Quantum *)\n GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));" (assignment_expression "pQVar13 = (Quantum *)\n GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050))" identifier = (cast_expression "(Quantum *)\n GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050))" ( (type_descriptor "Quantum *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050))" identifier (argument_list "(*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050))" ( (pointer_expression "*(undefined8 *)(lVar2 + 0x1040)" * (cast_expression "(undefined8 *)(lVar2 + 0x1040)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1040)" ( (binary_expression "lVar2 + 0x1040" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(lVar2 + 0x1020)" * (cast_expression "(undefined8 *)(lVar2 + 0x1020)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1020)" ( (binary_expression "lVar2 + 0x1020" identifier + number_literal) )))) , identifier , (pointer_expression "*(undefined8 *)(lVar2 + 0x1010)" * (cast_expression "(undefined8 *)(lVar2 + 0x1010)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1010)" ( (binary_expression "lVar2 + 0x1010" identifier + number_literal) )))) , number_literal , (pointer_expression "*(undefined8 *)(lVar2 + 0x1050)" * (cast_expression "(undefined8 *)(lVar2 + 0x1050)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1050)" ( (binary_expression "lVar2 + 0x1050" identifier + number_literal) )))) ))))) ;) (if_statement "if (pQVar13 == (Quantum *)0x0) {\nLAB_001fb0a8:\n *(undefined4 *)((long)this + 0x38) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar2 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n pQVar13 = (Quantum *)\n GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (pQVar13 == (Quantum *)0x0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar6 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n pQVar13 = (Quantum *)\n GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (pQVar13 == (Quantum *)0x0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,uVar7);\n if (iVar10 == 0) {\n *(undefined4 *)((long)this + 0x38) = 0;\n }\n pQVar13 = (Quantum *)\n GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (pIVar14,*(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n pQVar13);\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)((long)this + 0x38) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n **(long **)((long)this + 0x30) = **(long **)((long)this + 0x30) + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),\n **(undefined8 **)((long)this + 0x30),\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }" if (parenthesized_expression "(pQVar13 == (Quantum *)0x0)" ( (binary_expression "pQVar13 == (Quantum *)0x0" identifier == (cast_expression "(Quantum *)0x0" ( (type_descriptor "Quantum *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_001fb0a8:\n *(undefined4 *)((long)this + 0x38) = 0;\n }" { (labeled_statement "LAB_001fb0a8:\n *(undefined4 *)((long)this + 0x38) = 0;" statement_identifier : (expression_statement "*(undefined4 *)((long)this + 0x38) = 0;" (assignment_expression "*(undefined4 *)((long)this + 0x38) = 0" (pointer_expression "*(undefined4 *)((long)this + 0x38)" * (cast_expression "(undefined4 *)((long)this + 0x38)" ( (type_descriptor "undefined4 *" type_identifier (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) )))) = number_literal) ;)) }) (else_clause "else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar2 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n pQVar13 = (Quantum *)\n GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (pQVar13 == (Quantum *)0x0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar6 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n pQVar13 = (Quantum *)\n GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (pQVar13 == (Quantum *)0x0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,uVar7);\n if (iVar10 == 0) {\n *(undefined4 *)((long)this + 0x38) = 0;\n }\n pQVar13 = (Quantum *)\n GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (pIVar14,*(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n pQVar13);\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)((long)this + 0x38) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n **(long **)((long)this + 0x30) = **(long **)((long)this + 0x30) + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),\n **(undefined8 **)((long)this + 0x30),\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }" else (compound_statement "{\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar2 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n pQVar13 = (Quantum *)\n GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (pQVar13 == (Quantum *)0x0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar6 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n pQVar13 = (Quantum *)\n GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (pQVar13 == (Quantum *)0x0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,uVar7);\n if (iVar10 == 0) {\n *(undefined4 *)((long)this + 0x38) = 0;\n }\n pQVar13 = (Quantum *)\n GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (pIVar14,*(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n pQVar13);\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)((long)this + 0x38) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n **(long **)((long)this + 0x30) = **(long **)((long)this + 0x30) + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),\n **(undefined8 **)((long)this + 0x30),\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }" { (if_statement "if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar2 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }" if (parenthesized_expression "(0 < *(long *)(lVar2 + 0x1010))" ( (binary_expression "0 < *(long *)(lVar2 + 0x1010)" number_literal < (pointer_expression "*(long *)(lVar2 + 0x1010)" * (cast_expression "(long *)(lVar2 + 0x1010)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1010)" ( (binary_expression "lVar2 + 0x1010" identifier + number_literal) ))))) )) (compound_statement "{\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar2 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }" { (expression_statement "lVar16 = 0;" (assignment_expression "lVar16 = 0" identifier = number_literal) ;) (expression_statement "pIVar14 = *(Image **)(lVar2 + 0x1038);" (assignment_expression "pIVar14 = *(Image **)(lVar2 + 0x1038)" identifier = (pointer_expression "*(Image **)(lVar2 + 0x1038)" * (cast_expression "(Image **)(lVar2 + 0x1038)" ( (type_descriptor "Image **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar2 + 0x1038)" ( (binary_expression "lVar2 + 0x1038" identifier + number_literal) ))))) ;) (do_statement "do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar2 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));" do (compound_statement "{\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar2 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n }" { (expression_statement "lVar1 = lVar16 * 8;" (assignment_expression "lVar1 = lVar16 * 8" identifier = (binary_expression "lVar16 * 8" identifier * number_literal)) ;) (expression_statement "lVar16 = lVar16 + 1;" (assignment_expression "lVar16 = lVar16 + 1" identifier = (binary_expression "lVar16 + 1" identifier + number_literal)) ;) (expression_statement "PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));" (call_expression "PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1))" identifier (argument_list "(pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1))" ( identifier , identifier , (pointer_expression "*(PixelWand **)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1)" * (cast_expression "(PixelWand **)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1)" ( (type_descriptor "PixelWand **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1)" ( (binary_expression "*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1" (pointer_expression "*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8)" * (cast_expression "(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8)" ( (binary_expression "*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8" (pointer_expression "*(long *)(lVar2 + 0x1048)" * (cast_expression "(long *)(lVar2 + 0x1048)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1048)" ( (binary_expression "lVar2 + 0x1048" identifier + number_literal) )))) + (binary_expression "(long)iVar9 * 8" (cast_expression "(long)iVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) )))) + identifier) )))) ))) ;) (expression_statement "pIVar14 = *(Image **)(lVar2 + 0x1038);" (assignment_expression "pIVar14 = *(Image **)(lVar2 + 0x1038)" identifier = (pointer_expression "*(Image **)(lVar2 + 0x1038)" * (cast_expression "(Image **)(lVar2 + 0x1038)" ( (type_descriptor "Image **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar2 + 0x1038)" ( (binary_expression "lVar2 + 0x1038" identifier + number_literal) ))))) ;) (expression_statement "pQVar13 = pQVar13 + pIVar14->number_channels;" (assignment_expression "pQVar13 = pQVar13 + pIVar14->number_channels" identifier = (binary_expression "pQVar13 + pIVar14->number_channels" identifier + (field_expression "pIVar14->number_channels" identifier -> field_identifier))) ;) }) while (parenthesized_expression "(lVar16 < *(long *)(lVar2 + 0x1010))" ( (binary_expression "lVar16 < *(long *)(lVar2 + 0x1010)" identifier < (pointer_expression "*(long *)(lVar2 + 0x1010)" * (cast_expression "(long *)(lVar2 + 0x1010)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1010)" ( (binary_expression "lVar2 + 0x1010" identifier + number_literal) ))))) )) ;) })) (expression_statement "pQVar13 = (Quantum *)\n GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));" (assignment_expression "pQVar13 = (Quantum *)\n GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050))" identifier = (cast_expression "(Quantum *)\n GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050))" ( (type_descriptor "Quantum *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050))" identifier (argument_list "(*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050))" ( (pointer_expression "*(undefined8 *)(lVar6 + 0x1040)" * (cast_expression "(undefined8 *)(lVar6 + 0x1040)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x1040)" ( (binary_expression "lVar6 + 0x1040" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(lVar6 + 0x1020)" * (cast_expression "(undefined8 *)(lVar6 + 0x1020)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x1020)" ( (binary_expression "lVar6 + 0x1020" identifier + number_literal) )))) , identifier , (pointer_expression "*(undefined8 *)(lVar6 + 0x1010)" * (cast_expression "(undefined8 *)(lVar6 + 0x1010)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x1010)" ( (binary_expression "lVar6 + 0x1010" identifier + number_literal) )))) , number_literal , (pointer_expression "*(undefined8 *)(lVar6 + 0x1050)" * (cast_expression "(undefined8 *)(lVar6 + 0x1050)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x1050)" ( (binary_expression "lVar6 + 0x1050" identifier + number_literal) )))) ))))) ;) (if_statement "if (pQVar13 == (Quantum *)0x0) goto LAB_001fb0a8;" if (parenthesized_expression "(pQVar13 == (Quantum *)0x0)" ( (binary_expression "pQVar13 == (Quantum *)0x0" identifier == (cast_expression "(Quantum *)0x0" ( (type_descriptor "Quantum *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_001fb0a8;" goto statement_identifier ;)) (if_statement "if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar6 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }" if (parenthesized_expression "(0 < *(long *)(lVar6 + 0x1010))" ( (binary_expression "0 < *(long *)(lVar6 + 0x1010)" number_literal < (pointer_expression "*(long *)(lVar6 + 0x1010)" * (cast_expression "(long *)(lVar6 + 0x1010)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x1010)" ( (binary_expression "lVar6 + 0x1010" identifier + number_literal) ))))) )) (compound_statement "{\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar6 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }" { (expression_statement "lVar16 = 0;" (assignment_expression "lVar16 = 0" identifier = number_literal) ;) (expression_statement "pIVar14 = *(Image **)(lVar6 + 0x1038);" (assignment_expression "pIVar14 = *(Image **)(lVar6 + 0x1038)" identifier = (pointer_expression "*(Image **)(lVar6 + 0x1038)" * (cast_expression "(Image **)(lVar6 + 0x1038)" ( (type_descriptor "Image **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar6 + 0x1038)" ( (binary_expression "lVar6 + 0x1038" identifier + number_literal) ))))) ;) (do_statement "do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar6 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));" do (compound_statement "{\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar6 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n }" { (expression_statement "lVar1 = lVar16 * 8;" (assignment_expression "lVar1 = lVar16 * 8" identifier = (binary_expression "lVar16 * 8" identifier * number_literal)) ;) (expression_statement "lVar16 = lVar16 + 1;" (assignment_expression "lVar16 = lVar16 + 1" identifier = (binary_expression "lVar16 + 1" identifier + number_literal)) ;) (expression_statement "PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));" (call_expression "PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1))" identifier (argument_list "(pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1))" ( identifier , identifier , (pointer_expression "*(PixelWand **)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1)" * (cast_expression "(PixelWand **)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1)" ( (type_descriptor "PixelWand **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1)" ( (binary_expression "*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1" (pointer_expression "*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8)" * (cast_expression "(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8)" ( (binary_expression "*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8" (pointer_expression "*(long *)(lVar6 + 0x1048)" * (cast_expression "(long *)(lVar6 + 0x1048)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x1048)" ( (binary_expression "lVar6 + 0x1048" identifier + number_literal) )))) + (binary_expression "(long)iVar9 * 8" (cast_expression "(long)iVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) )))) + identifier) )))) ))) ;) (expression_statement "pIVar14 = *(Image **)(lVar6 + 0x1038);" (assignment_expression "pIVar14 = *(Image **)(lVar6 + 0x1038)" identifier = (pointer_expression "*(Image **)(lVar6 + 0x1038)" * (cast_expression "(Image **)(lVar6 + 0x1038)" ( (type_descriptor "Image **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar6 + 0x1038)" ( (binary_expression "lVar6 + 0x1038" identifier + number_literal) ))))) ;) (expression_statement "pQVar13 = pQVar13 + pIVar14->number_channels;" (assignment_expression "pQVar13 = pQVar13 + pIVar14->number_channels" identifier = (binary_expression "pQVar13 + pIVar14->number_channels" identifier + (field_expression "pIVar14->number_channels" identifier -> field_identifier))) ;) }) while (parenthesized_expression "(lVar16 < *(long *)(lVar6 + 0x1010))" ( (binary_expression "lVar16 < *(long *)(lVar6 + 0x1010)" identifier < (pointer_expression "*(long *)(lVar6 + 0x1010)" * (cast_expression "(long *)(lVar6 + 0x1010)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x1010)" ( (binary_expression "lVar6 + 0x1010" identifier + number_literal) ))))) )) ;) })) (expression_statement "pQVar13 = (Quantum *)\n GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));" (assignment_expression "pQVar13 = (Quantum *)\n GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050))" identifier = (cast_expression "(Quantum *)\n GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050))" ( (type_descriptor "Quantum *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050))" identifier (argument_list "(*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050))" ( (pointer_expression "*(undefined8 *)(lVar5 + 0x1040)" * (cast_expression "(undefined8 *)(lVar5 + 0x1040)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1040)" ( (binary_expression "lVar5 + 0x1040" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(lVar5 + 0x1020)" * (cast_expression "(undefined8 *)(lVar5 + 0x1020)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1020)" ( (binary_expression "lVar5 + 0x1020" identifier + number_literal) )))) , identifier , (pointer_expression "*(undefined8 *)(lVar5 + 0x1010)" * (cast_expression "(undefined8 *)(lVar5 + 0x1010)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1010)" ( (binary_expression "lVar5 + 0x1010" identifier + number_literal) )))) , number_literal , (pointer_expression "*(undefined8 *)(lVar5 + 0x1050)" * (cast_expression "(undefined8 *)(lVar5 + 0x1050)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1050)" ( (binary_expression "lVar5 + 0x1050" identifier + number_literal) )))) ))))) ;) (if_statement "if (pQVar13 == (Quantum *)0x0) goto LAB_001fb0a8;" if (parenthesized_expression "(pQVar13 == (Quantum *)0x0)" ( (binary_expression "pQVar13 == (Quantum *)0x0" identifier == (cast_expression "(Quantum *)0x0" ( (type_descriptor "Quantum *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_001fb0a8;" goto statement_identifier ;)) (if_statement "if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }" if (parenthesized_expression "(0 < *(long *)(lVar5 + 0x1010))" ( (binary_expression "0 < *(long *)(lVar5 + 0x1010)" number_literal < (pointer_expression "*(long *)(lVar5 + 0x1010)" * (cast_expression "(long *)(lVar5 + 0x1010)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1010)" ( (binary_expression "lVar5 + 0x1010" identifier + number_literal) ))))) )) (compound_statement "{\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }" { (expression_statement "lVar16 = 0;" (assignment_expression "lVar16 = 0" identifier = number_literal) ;) (expression_statement "pIVar14 = *(Image **)(lVar5 + 0x1038);" (assignment_expression "pIVar14 = *(Image **)(lVar5 + 0x1038)" identifier = (pointer_expression "*(Image **)(lVar5 + 0x1038)" * (cast_expression "(Image **)(lVar5 + 0x1038)" ( (type_descriptor "Image **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar5 + 0x1038)" ( (binary_expression "lVar5 + 0x1038" identifier + number_literal) ))))) ;) (do_statement "do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));" do (compound_statement "{\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n }" { (expression_statement "lVar1 = lVar16 * 8;" (assignment_expression "lVar1 = lVar16 * 8" identifier = (binary_expression "lVar16 * 8" identifier * number_literal)) ;) (expression_statement "lVar16 = lVar16 + 1;" (assignment_expression "lVar16 = lVar16 + 1" identifier = (binary_expression "lVar16 + 1" identifier + number_literal)) ;) (expression_statement "PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));" (call_expression "PixelSetQuantumPixel\n (pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1))" identifier (argument_list "(pIVar14,pQVar13,\n *(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1))" ( identifier , identifier , (pointer_expression "*(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1)" * (cast_expression "(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1)" ( (type_descriptor "PixelWand **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1)" ( (binary_expression "*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1" (pointer_expression "*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8)" * (cast_expression "(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8)" ( (binary_expression "*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8" (pointer_expression "*(long *)(lVar5 + 0x1048)" * (cast_expression "(long *)(lVar5 + 0x1048)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1048)" ( (binary_expression "lVar5 + 0x1048" identifier + number_literal) )))) + (binary_expression "(long)iVar9 * 8" (cast_expression "(long)iVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) )))) + identifier) )))) ))) ;) (expression_statement "pIVar14 = *(Image **)(lVar5 + 0x1038);" (assignment_expression "pIVar14 = *(Image **)(lVar5 + 0x1038)" identifier = (pointer_expression "*(Image **)(lVar5 + 0x1038)" * (cast_expression "(Image **)(lVar5 + 0x1038)" ( (type_descriptor "Image **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar5 + 0x1038)" ( (binary_expression "lVar5 + 0x1038" identifier + number_literal) ))))) ;) (expression_statement "pQVar13 = pQVar13 + pIVar14->number_channels;" (assignment_expression "pQVar13 = pQVar13 + pIVar14->number_channels" identifier = (binary_expression "pQVar13 + pIVar14->number_channels" identifier + (field_expression "pIVar14->number_channels" identifier -> field_identifier))) ;) }) while (parenthesized_expression "(lVar16 < *(long *)(lVar5 + 0x1010))" ( (binary_expression "lVar16 < *(long *)(lVar5 + 0x1010)" identifier < (pointer_expression "*(long *)(lVar5 + 0x1010)" * (cast_expression "(long *)(lVar5 + 0x1010)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1010)" ( (binary_expression "lVar5 + 0x1010" identifier + number_literal) ))))) )) ;) })) (expression_statement "iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,uVar7);" (assignment_expression "iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,uVar7)" identifier = (call_expression "(*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,uVar7)" (parenthesized_expression "(*pcVar8)" ( (pointer_expression "*pcVar8" * identifier) )) (argument_list "(lVar2,lVar6,lVar5,lVar15,iVar9,uVar7)" ( identifier , identifier , identifier , identifier , identifier , identifier )))) ;) (if_statement "if (iVar10 == 0) {\n *(undefined4 *)((long)this + 0x38) = 0;\n }" if (parenthesized_expression "(iVar10 == 0)" ( (binary_expression "iVar10 == 0" identifier == number_literal) )) (compound_statement "{\n *(undefined4 *)((long)this + 0x38) = 0;\n }" { (expression_statement "*(undefined4 *)((long)this + 0x38) = 0;" (assignment_expression "*(undefined4 *)((long)this + 0x38) = 0" (pointer_expression "*(undefined4 *)((long)this + 0x38)" * (cast_expression "(undefined4 *)((long)this + 0x38)" ( (type_descriptor "undefined4 *" type_identifier (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) )))) = number_literal) ;) })) (expression_statement "pQVar13 = (Quantum *)\n GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));" (assignment_expression "pQVar13 = (Quantum *)\n GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050))" identifier = (cast_expression "(Quantum *)\n GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050))" ( (type_descriptor "Quantum *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050))" identifier (argument_list "(*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050))" ( (pointer_expression "*(undefined8 *)(lVar5 + 0x1040)" * (cast_expression "(undefined8 *)(lVar5 + 0x1040)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1040)" ( (binary_expression "lVar5 + 0x1040" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(lVar5 + 0x1020)" * (cast_expression "(undefined8 *)(lVar5 + 0x1020)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1020)" ( (binary_expression "lVar5 + 0x1020" identifier + number_literal) )))) , identifier , (pointer_expression "*(undefined8 *)(lVar5 + 0x1010)" * (cast_expression "(undefined8 *)(lVar5 + 0x1010)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1010)" ( (binary_expression "lVar5 + 0x1010" identifier + number_literal) )))) , number_literal , (pointer_expression "*(undefined8 *)(lVar5 + 0x1050)" * (cast_expression "(undefined8 *)(lVar5 + 0x1050)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1050)" ( (binary_expression "lVar5 + 0x1050" identifier + number_literal) )))) ))))) ;) (if_statement "if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (pIVar14,*(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n pQVar13);\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }" if (parenthesized_expression "(0 < *(long *)(lVar5 + 0x1010))" ( (binary_expression "0 < *(long *)(lVar5 + 0x1010)" number_literal < (pointer_expression "*(long *)(lVar5 + 0x1010)" * (cast_expression "(long *)(lVar5 + 0x1010)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1010)" ( (binary_expression "lVar5 + 0x1010" identifier + number_literal) ))))) )) (compound_statement "{\n lVar16 = 0;\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (pIVar14,*(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n pQVar13);\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }" { (expression_statement "lVar16 = 0;" (assignment_expression "lVar16 = 0" identifier = number_literal) ;) (expression_statement "pIVar14 = *(Image **)(lVar5 + 0x1038);" (assignment_expression "pIVar14 = *(Image **)(lVar5 + 0x1038)" identifier = (pointer_expression "*(Image **)(lVar5 + 0x1038)" * (cast_expression "(Image **)(lVar5 + 0x1038)" ( (type_descriptor "Image **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar5 + 0x1038)" ( (binary_expression "lVar5 + 0x1038" identifier + number_literal) ))))) ;) (do_statement "do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (pIVar14,*(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n pQVar13);\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));" do (compound_statement "{\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (pIVar14,*(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n pQVar13);\n pIVar14 = *(Image **)(lVar5 + 0x1038);\n pQVar13 = pQVar13 + pIVar14->number_channels;\n }" { (expression_statement "lVar1 = lVar16 * 8;" (assignment_expression "lVar1 = lVar16 * 8" identifier = (binary_expression "lVar16 * 8" identifier * number_literal)) ;) (expression_statement "lVar16 = lVar16 + 1;" (assignment_expression "lVar16 = lVar16 + 1" identifier = (binary_expression "lVar16 + 1" identifier + number_literal)) ;) (expression_statement "PixelGetQuantumPixel\n (pIVar14,*(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n pQVar13);" (call_expression "PixelGetQuantumPixel\n (pIVar14,*(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n pQVar13)" identifier (argument_list "(pIVar14,*(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n pQVar13)" ( identifier , (pointer_expression "*(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1)" * (cast_expression "(PixelWand **)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1)" ( (type_descriptor "PixelWand **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1)" ( (binary_expression "*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1" (pointer_expression "*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8)" * (cast_expression "(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8)" ( (binary_expression "*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8" (pointer_expression "*(long *)(lVar5 + 0x1048)" * (cast_expression "(long *)(lVar5 + 0x1048)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1048)" ( (binary_expression "lVar5 + 0x1048" identifier + number_literal) )))) + (binary_expression "(long)iVar9 * 8" (cast_expression "(long)iVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) )))) + identifier) )))) , identifier ))) ;) (expression_statement "pIVar14 = *(Image **)(lVar5 + 0x1038);" (assignment_expression "pIVar14 = *(Image **)(lVar5 + 0x1038)" identifier = (pointer_expression "*(Image **)(lVar5 + 0x1038)" * (cast_expression "(Image **)(lVar5 + 0x1038)" ( (type_descriptor "Image **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar5 + 0x1038)" ( (binary_expression "lVar5 + 0x1038" identifier + number_literal) ))))) ;) (expression_statement "pQVar13 = pQVar13 + pIVar14->number_channels;" (assignment_expression "pQVar13 = pQVar13 + pIVar14->number_channels" identifier = (binary_expression "pQVar13 + pIVar14->number_channels" identifier + (field_expression "pIVar14->number_channels" identifier -> field_identifier))) ;) }) while (parenthesized_expression "(lVar16 < *(long *)(lVar5 + 0x1010))" ( (binary_expression "lVar16 < *(long *)(lVar5 + 0x1010)" identifier < (pointer_expression "*(long *)(lVar5 + 0x1010)" * (cast_expression "(long *)(lVar5 + 0x1010)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1010)" ( (binary_expression "lVar5 + 0x1010" identifier + number_literal) ))))) )) ;) })) (expression_statement "iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));" (assignment_expression "iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050))" identifier = (call_expression "SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050))" identifier (argument_list "(*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050))" ( (pointer_expression "*(undefined8 *)(lVar5 + 0x1040)" * (cast_expression "(undefined8 *)(lVar5 + 0x1040)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1040)" ( (binary_expression "lVar5 + 0x1040" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(lVar5 + 0x1050)" * (cast_expression "(undefined8 *)(lVar5 + 0x1050)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1050)" ( (binary_expression "lVar5 + 0x1050" identifier + number_literal) )))) )))) ;) (if_statement "if (iVar9 == 0) {\n *(undefined4 *)((long)this + 0x38) = 0;\n }" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (compound_statement "{\n *(undefined4 *)((long)this + 0x38) = 0;\n }" { (expression_statement "*(undefined4 *)((long)this + 0x38) = 0;" (assignment_expression "*(undefined4 *)((long)this + 0x38) = 0" (pointer_expression "*(undefined4 *)((long)this + 0x38)" * (cast_expression "(undefined4 *)((long)this + 0x38)" ( (type_descriptor "undefined4 *" type_identifier (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) )))) = number_literal) ;) })) (if_statement "if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n **(long **)((long)this + 0x30) = **(long **)((long)this + 0x30) + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),\n **(undefined8 **)((long)this + 0x30),\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }" if (parenthesized_expression "(*(long *)(lVar4 + 0x3c8) != 0)" ( (binary_expression "*(long *)(lVar4 + 0x3c8) != 0" (pointer_expression "*(long *)(lVar4 + 0x3c8)" * (cast_expression "(long *)(lVar4 + 0x3c8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x3c8)" ( (binary_expression "lVar4 + 0x3c8" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n LOCK();\n **(long **)((long)this + 0x30) = **(long **)((long)this + 0x30) + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),\n **(undefined8 **)((long)this + 0x30),\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "**(long **)((long)this + 0x30) = **(long **)((long)this + 0x30) + 1;" (assignment_expression "**(long **)((long)this + 0x30) = **(long **)((long)this + 0x30) + 1" (pointer_expression "**(long **)((long)this + 0x30)" * (pointer_expression "*(long **)((long)this + 0x30)" * (cast_expression "(long **)((long)this + 0x30)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (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) ))))) = (binary_expression "**(long **)((long)this + 0x30) + 1" (pointer_expression "**(long **)((long)this + 0x30)" * (pointer_expression "*(long **)((long)this + 0x30)" * (cast_expression "(long **)((long)this + 0x30)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (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) ))))) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),\n **(undefined8 **)((long)this + 0x30),\n *(undefined8 *)(lVar2 + 0x1018));" (assignment_expression "iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),\n **(undefined8 **)((long)this + 0x30),\n *(undefined8 *)(lVar2 + 0x1018))" identifier = (call_expression "SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),\n **(undefined8 **)((long)this + 0x30),\n *(undefined8 *)(lVar2 + 0x1018))" identifier (argument_list "(lVar4,*(undefined8 *)(lVar2 + 0x1008),\n **(undefined8 **)((long)this + 0x30),\n *(undefined8 *)(lVar2 + 0x1018))" ( identifier , (pointer_expression "*(undefined8 *)(lVar2 + 0x1008)" * (cast_expression "(undefined8 *)(lVar2 + 0x1008)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1008)" ( (binary_expression "lVar2 + 0x1008" identifier + number_literal) )))) , (pointer_expression "**(undefined8 **)((long)this + 0x30)" * (pointer_expression "*(undefined8 **)((long)this + 0x30)" * (cast_expression "(undefined8 **)((long)this + 0x30)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (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) ))))) , (pointer_expression "*(undefined8 *)(lVar2 + 0x1018)" * (cast_expression "(undefined8 *)(lVar2 + 0x1018)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1018)" ( (binary_expression "lVar2 + 0x1018" identifier + number_literal) )))) )))) ;) (if_statement "if (iVar9 == 0) goto LAB_001fb0a8;" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001fb0a8;" goto statement_identifier ;)) })) }))) (labeled_statement "LAB_001fb0b4:\n lVar15 = lVar15 + 1;" statement_identifier : (expression_statement "lVar15 = lVar15 + 1;" (assignment_expression "lVar15 = lVar15 + 1" identifier = (binary_expression "lVar15 + 1" identifier + number_literal)) ;)) }) while (parenthesized_expression "(lVar15 < lVar12 + lVar11 + lVar3)" ( (binary_expression "lVar15 < lVar12 + lVar11 + lVar3" identifier < (binary_expression "lVar12 + lVar11 + lVar3" (binary_expression "lVar12 + lVar11" identifier + identifier) + identifier)) )) ;) })) (return_statement "return;" return ;) }))) | (translation_unit "void FUN_001fad00(long *param_1)\n\n{\n long lVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n code *pcVar8;\n int iVar9;\n int iVar10;\n long lVar11;\n long lVar12;\n long lVar13;\n long lVar14;\n long lVar15;\n long lVar16;\n \n lVar2 = *param_1;\n iVar9 = omp_get_num_threads();\n iVar10 = omp_get_thread_num();\n lVar3 = *(long *)(lVar2 + 0x1028);\n lVar11 = *(long *)(lVar2 + 0x1018) - lVar3;\n lVar12 = lVar11 / (long)iVar9;\n lVar11 = lVar11 % (long)iVar9;\n if (iVar10 < lVar11) {\n lVar12 = lVar12 + 1;\n lVar11 = 0;\n }\n lVar11 = iVar10 * lVar12 + lVar11;\n if (lVar11 < lVar12 + lVar11) {\n lVar15 = lVar11 + lVar3;\n lVar4 = param_1[5];\n lVar5 = param_1[2];\n lVar6 = param_1[1];\n lVar7 = param_1[4];\n pcVar8 = (code *)param_1[3];\n do {\n iVar9 = omp_get_thread_num();\n if ((int)param_1[7] == 0) goto LAB_001fb0b4;\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));\n if (lVar13 == 0) {\nLAB_001fb0a8:\n *(undefined4 *)(param_1 + 7) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);\n if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }\nLAB_001fb0b4:\n lVar15 = lVar15 + 1;\n } while (lVar15 < lVar12 + lVar11 + lVar3);\n }\n return;\n}\n\n" (function_definition "void FUN_001fad00(long *param_1)\n\n{\n long lVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n code *pcVar8;\n int iVar9;\n int iVar10;\n long lVar11;\n long lVar12;\n long lVar13;\n long lVar14;\n long lVar15;\n long lVar16;\n \n lVar2 = *param_1;\n iVar9 = omp_get_num_threads();\n iVar10 = omp_get_thread_num();\n lVar3 = *(long *)(lVar2 + 0x1028);\n lVar11 = *(long *)(lVar2 + 0x1018) - lVar3;\n lVar12 = lVar11 / (long)iVar9;\n lVar11 = lVar11 % (long)iVar9;\n if (iVar10 < lVar11) {\n lVar12 = lVar12 + 1;\n lVar11 = 0;\n }\n lVar11 = iVar10 * lVar12 + lVar11;\n if (lVar11 < lVar12 + lVar11) {\n lVar15 = lVar11 + lVar3;\n lVar4 = param_1[5];\n lVar5 = param_1[2];\n lVar6 = param_1[1];\n lVar7 = param_1[4];\n pcVar8 = (code *)param_1[3];\n do {\n iVar9 = omp_get_thread_num();\n if ((int)param_1[7] == 0) goto LAB_001fb0b4;\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));\n if (lVar13 == 0) {\nLAB_001fb0a8:\n *(undefined4 *)(param_1 + 7) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);\n if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }\nLAB_001fb0b4:\n lVar15 = lVar15 + 1;\n } while (lVar15 < lVar12 + lVar11 + lVar3);\n }\n return;\n}" primitive_type (function_declarator "FUN_001fad00(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n long lVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n code *pcVar8;\n int iVar9;\n int iVar10;\n long lVar11;\n long lVar12;\n long lVar13;\n long lVar14;\n long lVar15;\n long lVar16;\n \n lVar2 = *param_1;\n iVar9 = omp_get_num_threads();\n iVar10 = omp_get_thread_num();\n lVar3 = *(long *)(lVar2 + 0x1028);\n lVar11 = *(long *)(lVar2 + 0x1018) - lVar3;\n lVar12 = lVar11 / (long)iVar9;\n lVar11 = lVar11 % (long)iVar9;\n if (iVar10 < lVar11) {\n lVar12 = lVar12 + 1;\n lVar11 = 0;\n }\n lVar11 = iVar10 * lVar12 + lVar11;\n if (lVar11 < lVar12 + lVar11) {\n lVar15 = lVar11 + lVar3;\n lVar4 = param_1[5];\n lVar5 = param_1[2];\n lVar6 = param_1[1];\n lVar7 = param_1[4];\n pcVar8 = (code *)param_1[3];\n do {\n iVar9 = omp_get_thread_num();\n if ((int)param_1[7] == 0) goto LAB_001fb0b4;\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));\n if (lVar13 == 0) {\nLAB_001fb0a8:\n *(undefined4 *)(param_1 + 7) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);\n if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }\nLAB_001fb0b4:\n lVar15 = lVar15 + 1;\n } while (lVar15 < lVar12 + lVar11 + lVar3);\n }\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (declaration "code *pcVar8;" type_identifier (pointer_declarator "*pcVar8" * identifier) ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "int iVar10;" primitive_type identifier ;) (declaration "long lVar11;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar12;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar13;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar14;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar15;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar16;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar2 = *param_1;" (assignment_expression "lVar2 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "iVar9 = omp_get_num_threads();" (assignment_expression "iVar9 = omp_get_num_threads()" identifier = (call_expression "omp_get_num_threads()" identifier (argument_list "()" ( )))) ;) (expression_statement "iVar10 = omp_get_thread_num();" (assignment_expression "iVar10 = omp_get_thread_num()" identifier = (call_expression "omp_get_thread_num()" identifier (argument_list "()" ( )))) ;) (expression_statement "lVar3 = *(long *)(lVar2 + 0x1028);" (assignment_expression "lVar3 = *(long *)(lVar2 + 0x1028)" identifier = (pointer_expression "*(long *)(lVar2 + 0x1028)" * (cast_expression "(long *)(lVar2 + 0x1028)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1028)" ( (binary_expression "lVar2 + 0x1028" identifier + number_literal) ))))) ;) (expression_statement "lVar11 = *(long *)(lVar2 + 0x1018) - lVar3;" (assignment_expression "lVar11 = *(long *)(lVar2 + 0x1018) - lVar3" identifier = (binary_expression "*(long *)(lVar2 + 0x1018) - lVar3" (pointer_expression "*(long *)(lVar2 + 0x1018)" * (cast_expression "(long *)(lVar2 + 0x1018)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1018)" ( (binary_expression "lVar2 + 0x1018" identifier + number_literal) )))) - identifier)) ;) (expression_statement "lVar12 = lVar11 / (long)iVar9;" (assignment_expression "lVar12 = lVar11 / (long)iVar9" identifier = (binary_expression "lVar11 / (long)iVar9" identifier / (cast_expression "(long)iVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "lVar11 = lVar11 % (long)iVar9;" (assignment_expression "lVar11 = lVar11 % (long)iVar9" identifier = (binary_expression "lVar11 % (long)iVar9" identifier % (cast_expression "(long)iVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (if_statement "if (iVar10 < lVar11) {\n lVar12 = lVar12 + 1;\n lVar11 = 0;\n }" if (parenthesized_expression "(iVar10 < lVar11)" ( (binary_expression "iVar10 < lVar11" identifier < identifier) )) (compound_statement "{\n lVar12 = lVar12 + 1;\n lVar11 = 0;\n }" { (expression_statement "lVar12 = lVar12 + 1;" (assignment_expression "lVar12 = lVar12 + 1" identifier = (binary_expression "lVar12 + 1" identifier + number_literal)) ;) (expression_statement "lVar11 = 0;" (assignment_expression "lVar11 = 0" identifier = number_literal) ;) })) (expression_statement "lVar11 = iVar10 * lVar12 + lVar11;" (assignment_expression "lVar11 = iVar10 * lVar12 + lVar11" identifier = (binary_expression "iVar10 * lVar12 + lVar11" (binary_expression "iVar10 * lVar12" identifier * identifier) + identifier)) ;) (if_statement "if (lVar11 < lVar12 + lVar11) {\n lVar15 = lVar11 + lVar3;\n lVar4 = param_1[5];\n lVar5 = param_1[2];\n lVar6 = param_1[1];\n lVar7 = param_1[4];\n pcVar8 = (code *)param_1[3];\n do {\n iVar9 = omp_get_thread_num();\n if ((int)param_1[7] == 0) goto LAB_001fb0b4;\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));\n if (lVar13 == 0) {\nLAB_001fb0a8:\n *(undefined4 *)(param_1 + 7) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);\n if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }\nLAB_001fb0b4:\n lVar15 = lVar15 + 1;\n } while (lVar15 < lVar12 + lVar11 + lVar3);\n }" if (parenthesized_expression "(lVar11 < lVar12 + lVar11)" ( (binary_expression "lVar11 < lVar12 + lVar11" identifier < (binary_expression "lVar12 + lVar11" identifier + identifier)) )) (compound_statement "{\n lVar15 = lVar11 + lVar3;\n lVar4 = param_1[5];\n lVar5 = param_1[2];\n lVar6 = param_1[1];\n lVar7 = param_1[4];\n pcVar8 = (code *)param_1[3];\n do {\n iVar9 = omp_get_thread_num();\n if ((int)param_1[7] == 0) goto LAB_001fb0b4;\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));\n if (lVar13 == 0) {\nLAB_001fb0a8:\n *(undefined4 *)(param_1 + 7) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);\n if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }\nLAB_001fb0b4:\n lVar15 = lVar15 + 1;\n } while (lVar15 < lVar12 + lVar11 + lVar3);\n }" { (expression_statement "lVar15 = lVar11 + lVar3;" (assignment_expression "lVar15 = lVar11 + lVar3" identifier = (binary_expression "lVar11 + lVar3" identifier + identifier)) ;) (expression_statement "lVar4 = param_1[5];" (assignment_expression "lVar4 = param_1[5]" identifier = (subscript_expression "param_1[5]" identifier [ number_literal ])) ;) (expression_statement "lVar5 = param_1[2];" (assignment_expression "lVar5 = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (expression_statement "lVar6 = param_1[1];" (assignment_expression "lVar6 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (expression_statement "lVar7 = param_1[4];" (assignment_expression "lVar7 = param_1[4]" identifier = (subscript_expression "param_1[4]" identifier [ number_literal ])) ;) (expression_statement "pcVar8 = (code *)param_1[3];" (assignment_expression "pcVar8 = (code *)param_1[3]" identifier = (cast_expression "(code *)param_1[3]" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[3]" identifier [ number_literal ]))) ;) (do_statement "do {\n iVar9 = omp_get_thread_num();\n if ((int)param_1[7] == 0) goto LAB_001fb0b4;\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));\n if (lVar13 == 0) {\nLAB_001fb0a8:\n *(undefined4 *)(param_1 + 7) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);\n if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }\nLAB_001fb0b4:\n lVar15 = lVar15 + 1;\n } while (lVar15 < lVar12 + lVar11 + lVar3);" do (compound_statement "{\n iVar9 = omp_get_thread_num();\n if ((int)param_1[7] == 0) goto LAB_001fb0b4;\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));\n if (lVar13 == 0) {\nLAB_001fb0a8:\n *(undefined4 *)(param_1 + 7) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);\n if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }\nLAB_001fb0b4:\n lVar15 = lVar15 + 1;\n }" { (expression_statement "iVar9 = omp_get_thread_num();" (assignment_expression "iVar9 = omp_get_thread_num()" identifier = (call_expression "omp_get_thread_num()" identifier (argument_list "()" ( )))) ;) (if_statement "if ((int)param_1[7] == 0) goto LAB_001fb0b4;" if (parenthesized_expression "((int)param_1[7] == 0)" ( (binary_expression "(int)param_1[7] == 0" (cast_expression "(int)param_1[7]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_1[7]" identifier [ number_literal ])) == number_literal) )) (goto_statement "goto LAB_001fb0b4;" goto statement_identifier ;)) (expression_statement "lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));" (assignment_expression "lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050))" identifier = (call_expression "GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050))" identifier (argument_list "(*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050))" ( (pointer_expression "*(undefined8 *)(lVar2 + 0x1040)" * (cast_expression "(undefined8 *)(lVar2 + 0x1040)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1040)" ( (binary_expression "lVar2 + 0x1040" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(lVar2 + 0x1020)" * (cast_expression "(undefined8 *)(lVar2 + 0x1020)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1020)" ( (binary_expression "lVar2 + 0x1020" identifier + number_literal) )))) , identifier , (pointer_expression "*(undefined8 *)(lVar2 + 0x1010)" * (cast_expression "(undefined8 *)(lVar2 + 0x1010)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1010)" ( (binary_expression "lVar2 + 0x1010" identifier + number_literal) )))) , number_literal , (pointer_expression "*(undefined8 *)(lVar2 + 0x1050)" * (cast_expression "(undefined8 *)(lVar2 + 0x1050)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1050)" ( (binary_expression "lVar2 + 0x1050" identifier + number_literal) )))) )))) ;) (if_statement "if (lVar13 == 0) {\nLAB_001fb0a8:\n *(undefined4 *)(param_1 + 7) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);\n if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }" if (parenthesized_expression "(lVar13 == 0)" ( (binary_expression "lVar13 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_001fb0a8:\n *(undefined4 *)(param_1 + 7) = 0;\n }" { (labeled_statement "LAB_001fb0a8:\n *(undefined4 *)(param_1 + 7) = 0;" statement_identifier : (expression_statement "*(undefined4 *)(param_1 + 7) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 7) = 0" (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) ;)) }) (else_clause "else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);\n if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }" else (compound_statement "{\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);\n if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }" { (if_statement "if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }" if (parenthesized_expression "(0 < *(long *)(lVar2 + 0x1010))" ( (binary_expression "0 < *(long *)(lVar2 + 0x1010)" number_literal < (pointer_expression "*(long *)(lVar2 + 0x1010)" * (cast_expression "(long *)(lVar2 + 0x1010)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1010)" ( (binary_expression "lVar2 + 0x1010" identifier + number_literal) ))))) )) (compound_statement "{\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }" { (expression_statement "lVar16 = 0;" (assignment_expression "lVar16 = 0" identifier = number_literal) ;) (expression_statement "lVar14 = *(long *)(lVar2 + 0x1038);" (assignment_expression "lVar14 = *(long *)(lVar2 + 0x1038)" identifier = (pointer_expression "*(long *)(lVar2 + 0x1038)" * (cast_expression "(long *)(lVar2 + 0x1038)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1038)" ( (binary_expression "lVar2 + 0x1038" identifier + number_literal) ))))) ;) (do_statement "do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));" do (compound_statement "{\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n }" { (expression_statement "lVar1 = lVar16 * 8;" (assignment_expression "lVar1 = lVar16 * 8" identifier = (binary_expression "lVar16 * 8" identifier * number_literal)) ;) (expression_statement "lVar16 = lVar16 + 1;" (assignment_expression "lVar16 = lVar16 + 1" identifier = (binary_expression "lVar16 + 1" identifier + number_literal)) ;) (expression_statement "PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));" (call_expression "PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1))" identifier (argument_list "(lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1))" ( identifier , identifier , (pointer_expression "*(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1)" * (cast_expression "(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1)" ( (binary_expression "*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1" (pointer_expression "*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8)" * (cast_expression "(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8)" ( (binary_expression "*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8" (pointer_expression "*(long *)(lVar2 + 0x1048)" * (cast_expression "(long *)(lVar2 + 0x1048)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1048)" ( (binary_expression "lVar2 + 0x1048" identifier + number_literal) )))) + (binary_expression "(long)iVar9 * 8" (cast_expression "(long)iVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) )))) + identifier) )))) ))) ;) (expression_statement "lVar14 = *(long *)(lVar2 + 0x1038);" (assignment_expression "lVar14 = *(long *)(lVar2 + 0x1038)" identifier = (pointer_expression "*(long *)(lVar2 + 0x1038)" * (cast_expression "(long *)(lVar2 + 0x1038)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1038)" ( (binary_expression "lVar2 + 0x1038" identifier + number_literal) ))))) ;) (expression_statement "lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;" (assignment_expression "lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4" identifier = (binary_expression "lVar13 + *(long *)(lVar14 + 0x340) * 4" identifier + (binary_expression "*(long *)(lVar14 + 0x340) * 4" (pointer_expression "*(long *)(lVar14 + 0x340)" * (cast_expression "(long *)(lVar14 + 0x340)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar14 + 0x340)" ( (binary_expression "lVar14 + 0x340" identifier + number_literal) )))) * number_literal))) ;) }) while (parenthesized_expression "(lVar16 < *(long *)(lVar2 + 0x1010))" ( (binary_expression "lVar16 < *(long *)(lVar2 + 0x1010)" identifier < (pointer_expression "*(long *)(lVar2 + 0x1010)" * (cast_expression "(long *)(lVar2 + 0x1010)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1010)" ( (binary_expression "lVar2 + 0x1010" identifier + number_literal) ))))) )) ;) })) (expression_statement "lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));" (assignment_expression "lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050))" identifier = (call_expression "GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050))" identifier (argument_list "(*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050))" ( (pointer_expression "*(undefined8 *)(lVar6 + 0x1040)" * (cast_expression "(undefined8 *)(lVar6 + 0x1040)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x1040)" ( (binary_expression "lVar6 + 0x1040" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(lVar6 + 0x1020)" * (cast_expression "(undefined8 *)(lVar6 + 0x1020)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x1020)" ( (binary_expression "lVar6 + 0x1020" identifier + number_literal) )))) , identifier , (pointer_expression "*(undefined8 *)(lVar6 + 0x1010)" * (cast_expression "(undefined8 *)(lVar6 + 0x1010)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x1010)" ( (binary_expression "lVar6 + 0x1010" identifier + number_literal) )))) , number_literal , (pointer_expression "*(undefined8 *)(lVar6 + 0x1050)" * (cast_expression "(undefined8 *)(lVar6 + 0x1050)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x1050)" ( (binary_expression "lVar6 + 0x1050" identifier + number_literal) )))) )))) ;) (if_statement "if (lVar13 == 0) goto LAB_001fb0a8;" if (parenthesized_expression "(lVar13 == 0)" ( (binary_expression "lVar13 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001fb0a8;" goto statement_identifier ;)) (if_statement "if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }" if (parenthesized_expression "(0 < *(long *)(lVar6 + 0x1010))" ( (binary_expression "0 < *(long *)(lVar6 + 0x1010)" number_literal < (pointer_expression "*(long *)(lVar6 + 0x1010)" * (cast_expression "(long *)(lVar6 + 0x1010)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x1010)" ( (binary_expression "lVar6 + 0x1010" identifier + number_literal) ))))) )) (compound_statement "{\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }" { (expression_statement "lVar16 = 0;" (assignment_expression "lVar16 = 0" identifier = number_literal) ;) (expression_statement "lVar14 = *(long *)(lVar6 + 0x1038);" (assignment_expression "lVar14 = *(long *)(lVar6 + 0x1038)" identifier = (pointer_expression "*(long *)(lVar6 + 0x1038)" * (cast_expression "(long *)(lVar6 + 0x1038)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x1038)" ( (binary_expression "lVar6 + 0x1038" identifier + number_literal) ))))) ;) (do_statement "do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));" do (compound_statement "{\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n }" { (expression_statement "lVar1 = lVar16 * 8;" (assignment_expression "lVar1 = lVar16 * 8" identifier = (binary_expression "lVar16 * 8" identifier * number_literal)) ;) (expression_statement "lVar16 = lVar16 + 1;" (assignment_expression "lVar16 = lVar16 + 1" identifier = (binary_expression "lVar16 + 1" identifier + number_literal)) ;) (expression_statement "PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));" (call_expression "PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1))" identifier (argument_list "(lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1))" ( identifier , identifier , (pointer_expression "*(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1)" * (cast_expression "(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1)" ( (binary_expression "*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1" (pointer_expression "*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8)" * (cast_expression "(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8)" ( (binary_expression "*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8" (pointer_expression "*(long *)(lVar6 + 0x1048)" * (cast_expression "(long *)(lVar6 + 0x1048)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x1048)" ( (binary_expression "lVar6 + 0x1048" identifier + number_literal) )))) + (binary_expression "(long)iVar9 * 8" (cast_expression "(long)iVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) )))) + identifier) )))) ))) ;) (expression_statement "lVar14 = *(long *)(lVar6 + 0x1038);" (assignment_expression "lVar14 = *(long *)(lVar6 + 0x1038)" identifier = (pointer_expression "*(long *)(lVar6 + 0x1038)" * (cast_expression "(long *)(lVar6 + 0x1038)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x1038)" ( (binary_expression "lVar6 + 0x1038" identifier + number_literal) ))))) ;) (expression_statement "lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;" (assignment_expression "lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4" identifier = (binary_expression "lVar13 + *(long *)(lVar14 + 0x340) * 4" identifier + (binary_expression "*(long *)(lVar14 + 0x340) * 4" (pointer_expression "*(long *)(lVar14 + 0x340)" * (cast_expression "(long *)(lVar14 + 0x340)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar14 + 0x340)" ( (binary_expression "lVar14 + 0x340" identifier + number_literal) )))) * number_literal))) ;) }) while (parenthesized_expression "(lVar16 < *(long *)(lVar6 + 0x1010))" ( (binary_expression "lVar16 < *(long *)(lVar6 + 0x1010)" identifier < (pointer_expression "*(long *)(lVar6 + 0x1010)" * (cast_expression "(long *)(lVar6 + 0x1010)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x1010)" ( (binary_expression "lVar6 + 0x1010" identifier + number_literal) ))))) )) ;) })) (expression_statement "lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));" (assignment_expression "lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050))" identifier = (call_expression "GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050))" identifier (argument_list "(*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050))" ( (pointer_expression "*(undefined8 *)(lVar5 + 0x1040)" * (cast_expression "(undefined8 *)(lVar5 + 0x1040)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1040)" ( (binary_expression "lVar5 + 0x1040" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(lVar5 + 0x1020)" * (cast_expression "(undefined8 *)(lVar5 + 0x1020)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1020)" ( (binary_expression "lVar5 + 0x1020" identifier + number_literal) )))) , identifier , (pointer_expression "*(undefined8 *)(lVar5 + 0x1010)" * (cast_expression "(undefined8 *)(lVar5 + 0x1010)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1010)" ( (binary_expression "lVar5 + 0x1010" identifier + number_literal) )))) , number_literal , (pointer_expression "*(undefined8 *)(lVar5 + 0x1050)" * (cast_expression "(undefined8 *)(lVar5 + 0x1050)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1050)" ( (binary_expression "lVar5 + 0x1050" identifier + number_literal) )))) )))) ;) (if_statement "if (lVar13 == 0) goto LAB_001fb0a8;" if (parenthesized_expression "(lVar13 == 0)" ( (binary_expression "lVar13 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001fb0a8;" goto statement_identifier ;)) (if_statement "if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }" if (parenthesized_expression "(0 < *(long *)(lVar5 + 0x1010))" ( (binary_expression "0 < *(long *)(lVar5 + 0x1010)" number_literal < (pointer_expression "*(long *)(lVar5 + 0x1010)" * (cast_expression "(long *)(lVar5 + 0x1010)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1010)" ( (binary_expression "lVar5 + 0x1010" identifier + number_literal) ))))) )) (compound_statement "{\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }" { (expression_statement "lVar16 = 0;" (assignment_expression "lVar16 = 0" identifier = number_literal) ;) (expression_statement "lVar14 = *(long *)(lVar5 + 0x1038);" (assignment_expression "lVar14 = *(long *)(lVar5 + 0x1038)" identifier = (pointer_expression "*(long *)(lVar5 + 0x1038)" * (cast_expression "(long *)(lVar5 + 0x1038)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1038)" ( (binary_expression "lVar5 + 0x1038" identifier + number_literal) ))))) ;) (do_statement "do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));" do (compound_statement "{\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n }" { (expression_statement "lVar1 = lVar16 * 8;" (assignment_expression "lVar1 = lVar16 * 8" identifier = (binary_expression "lVar16 * 8" identifier * number_literal)) ;) (expression_statement "lVar16 = lVar16 + 1;" (assignment_expression "lVar16 = lVar16 + 1" identifier = (binary_expression "lVar16 + 1" identifier + number_literal)) ;) (expression_statement "PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));" (call_expression "PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1))" identifier (argument_list "(lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1))" ( identifier , identifier , (pointer_expression "*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1)" * (cast_expression "(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1)" ( (binary_expression "*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1" (pointer_expression "*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8)" * (cast_expression "(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8)" ( (binary_expression "*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8" (pointer_expression "*(long *)(lVar5 + 0x1048)" * (cast_expression "(long *)(lVar5 + 0x1048)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1048)" ( (binary_expression "lVar5 + 0x1048" identifier + number_literal) )))) + (binary_expression "(long)iVar9 * 8" (cast_expression "(long)iVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) )))) + identifier) )))) ))) ;) (expression_statement "lVar14 = *(long *)(lVar5 + 0x1038);" (assignment_expression "lVar14 = *(long *)(lVar5 + 0x1038)" identifier = (pointer_expression "*(long *)(lVar5 + 0x1038)" * (cast_expression "(long *)(lVar5 + 0x1038)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1038)" ( (binary_expression "lVar5 + 0x1038" identifier + number_literal) ))))) ;) (expression_statement "lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;" (assignment_expression "lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4" identifier = (binary_expression "lVar13 + *(long *)(lVar14 + 0x340) * 4" identifier + (binary_expression "*(long *)(lVar14 + 0x340) * 4" (pointer_expression "*(long *)(lVar14 + 0x340)" * (cast_expression "(long *)(lVar14 + 0x340)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar14 + 0x340)" ( (binary_expression "lVar14 + 0x340" identifier + number_literal) )))) * number_literal))) ;) }) while (parenthesized_expression "(lVar16 < *(long *)(lVar5 + 0x1010))" ( (binary_expression "lVar16 < *(long *)(lVar5 + 0x1010)" identifier < (pointer_expression "*(long *)(lVar5 + 0x1010)" * (cast_expression "(long *)(lVar5 + 0x1010)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1010)" ( (binary_expression "lVar5 + 0x1010" identifier + number_literal) ))))) )) ;) })) (expression_statement "iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);" (assignment_expression "iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7)" identifier = (call_expression "(*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7)" (parenthesized_expression "(*pcVar8)" ( (pointer_expression "*pcVar8" * identifier) )) (argument_list "(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7)" ( identifier , identifier , identifier , identifier , identifier , identifier )))) ;) (if_statement "if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }" if (parenthesized_expression "(iVar10 == 0)" ( (binary_expression "iVar10 == 0" identifier == number_literal) )) (compound_statement "{\n *(undefined4 *)(param_1 + 7) = 0;\n }" { (expression_statement "*(undefined4 *)(param_1 + 7) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 7) = 0" (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 "lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));" (assignment_expression "lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050))" identifier = (call_expression "GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050))" identifier (argument_list "(*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050))" ( (pointer_expression "*(undefined8 *)(lVar5 + 0x1040)" * (cast_expression "(undefined8 *)(lVar5 + 0x1040)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1040)" ( (binary_expression "lVar5 + 0x1040" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(lVar5 + 0x1020)" * (cast_expression "(undefined8 *)(lVar5 + 0x1020)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1020)" ( (binary_expression "lVar5 + 0x1020" identifier + number_literal) )))) , identifier , (pointer_expression "*(undefined8 *)(lVar5 + 0x1010)" * (cast_expression "(undefined8 *)(lVar5 + 0x1010)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1010)" ( (binary_expression "lVar5 + 0x1010" identifier + number_literal) )))) , number_literal , (pointer_expression "*(undefined8 *)(lVar5 + 0x1050)" * (cast_expression "(undefined8 *)(lVar5 + 0x1050)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1050)" ( (binary_expression "lVar5 + 0x1050" identifier + number_literal) )))) )))) ;) (if_statement "if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }" if (parenthesized_expression "(0 < *(long *)(lVar5 + 0x1010))" ( (binary_expression "0 < *(long *)(lVar5 + 0x1010)" number_literal < (pointer_expression "*(long *)(lVar5 + 0x1010)" * (cast_expression "(long *)(lVar5 + 0x1010)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1010)" ( (binary_expression "lVar5 + 0x1010" identifier + number_literal) ))))) )) (compound_statement "{\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }" { (expression_statement "lVar16 = 0;" (assignment_expression "lVar16 = 0" identifier = number_literal) ;) (expression_statement "lVar14 = *(long *)(lVar5 + 0x1038);" (assignment_expression "lVar14 = *(long *)(lVar5 + 0x1038)" identifier = (pointer_expression "*(long *)(lVar5 + 0x1038)" * (cast_expression "(long *)(lVar5 + 0x1038)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1038)" ( (binary_expression "lVar5 + 0x1038" identifier + number_literal) ))))) ;) (do_statement "do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));" do (compound_statement "{\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n }" { (expression_statement "lVar1 = lVar16 * 8;" (assignment_expression "lVar1 = lVar16 * 8" identifier = (binary_expression "lVar16 * 8" identifier * number_literal)) ;) (expression_statement "lVar16 = lVar16 + 1;" (assignment_expression "lVar16 = lVar16 + 1" identifier = (binary_expression "lVar16 + 1" identifier + number_literal)) ;) (expression_statement "PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);" (call_expression "PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13)" identifier (argument_list "(lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13)" ( identifier , (pointer_expression "*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1)" * (cast_expression "(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1)" ( (binary_expression "*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1" (pointer_expression "*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8)" * (cast_expression "(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8)" ( (binary_expression "*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8" (pointer_expression "*(long *)(lVar5 + 0x1048)" * (cast_expression "(long *)(lVar5 + 0x1048)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1048)" ( (binary_expression "lVar5 + 0x1048" identifier + number_literal) )))) + (binary_expression "(long)iVar9 * 8" (cast_expression "(long)iVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) )))) + identifier) )))) , identifier ))) ;) (expression_statement "lVar14 = *(long *)(lVar5 + 0x1038);" (assignment_expression "lVar14 = *(long *)(lVar5 + 0x1038)" identifier = (pointer_expression "*(long *)(lVar5 + 0x1038)" * (cast_expression "(long *)(lVar5 + 0x1038)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1038)" ( (binary_expression "lVar5 + 0x1038" identifier + number_literal) ))))) ;) (expression_statement "lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;" (assignment_expression "lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4" identifier = (binary_expression "lVar13 + *(long *)(lVar14 + 0x340) * 4" identifier + (binary_expression "*(long *)(lVar14 + 0x340) * 4" (pointer_expression "*(long *)(lVar14 + 0x340)" * (cast_expression "(long *)(lVar14 + 0x340)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar14 + 0x340)" ( (binary_expression "lVar14 + 0x340" identifier + number_literal) )))) * number_literal))) ;) }) while (parenthesized_expression "(lVar16 < *(long *)(lVar5 + 0x1010))" ( (binary_expression "lVar16 < *(long *)(lVar5 + 0x1010)" identifier < (pointer_expression "*(long *)(lVar5 + 0x1010)" * (cast_expression "(long *)(lVar5 + 0x1010)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1010)" ( (binary_expression "lVar5 + 0x1010" identifier + number_literal) ))))) )) ;) })) (expression_statement "iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));" (assignment_expression "iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050))" identifier = (call_expression "SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050))" identifier (argument_list "(*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050))" ( (pointer_expression "*(undefined8 *)(lVar5 + 0x1040)" * (cast_expression "(undefined8 *)(lVar5 + 0x1040)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1040)" ( (binary_expression "lVar5 + 0x1040" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(lVar5 + 0x1050)" * (cast_expression "(undefined8 *)(lVar5 + 0x1050)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x1050)" ( (binary_expression "lVar5 + 0x1050" identifier + number_literal) )))) )))) ;) (if_statement "if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (compound_statement "{\n *(undefined4 *)(param_1 + 7) = 0;\n }" { (expression_statement "*(undefined4 *)(param_1 + 7) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 7) = 0" (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) ;) })) (if_statement "if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }" if (parenthesized_expression "(*(long *)(lVar4 + 0x3c8) != 0)" ( (binary_expression "*(long *)(lVar4 + 0x3c8) != 0" (pointer_expression "*(long *)(lVar4 + 0x3c8)" * (cast_expression "(long *)(lVar4 + 0x3c8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x3c8)" ( (binary_expression "lVar4 + 0x3c8" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "*(long *)param_1[6] = *(long *)param_1[6] + 1;" (assignment_expression "*(long *)param_1[6] = *(long *)param_1[6] + 1" (pointer_expression "*(long *)param_1[6]" * (cast_expression "(long *)param_1[6]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[6]" identifier [ number_literal ]))) = (binary_expression "*(long *)param_1[6] + 1" (pointer_expression "*(long *)param_1[6]" * (cast_expression "(long *)param_1[6]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[6]" identifier [ number_literal ]))) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));" (assignment_expression "iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018))" identifier = (call_expression "SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018))" identifier (argument_list "(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018))" ( identifier , (pointer_expression "*(undefined8 *)(lVar2 + 0x1008)" * (cast_expression "(undefined8 *)(lVar2 + 0x1008)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1008)" ( (binary_expression "lVar2 + 0x1008" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)param_1[6]" * (cast_expression "(undefined8 *)param_1[6]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[6]" identifier [ number_literal ]))) , (pointer_expression "*(undefined8 *)(lVar2 + 0x1018)" * (cast_expression "(undefined8 *)(lVar2 + 0x1018)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x1018)" ( (binary_expression "lVar2 + 0x1018" identifier + number_literal) )))) )))) ;) (if_statement "if (iVar9 == 0) goto LAB_001fb0a8;" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001fb0a8;" goto statement_identifier ;)) })) }))) (labeled_statement "LAB_001fb0b4:\n lVar15 = lVar15 + 1;" statement_identifier : (expression_statement "lVar15 = lVar15 + 1;" (assignment_expression "lVar15 = lVar15 + 1" identifier = (binary_expression "lVar15 + 1" identifier + number_literal)) ;)) }) while (parenthesized_expression "(lVar15 < lVar12 + lVar11 + lVar3)" ( (binary_expression "lVar15 < lVar12 + lVar11 + lVar3" identifier < (binary_expression "lVar12 + lVar11 + lVar3" (binary_expression "lVar12 + lVar11" identifier + 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) 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 (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 ;) (expression_statement (assignment_expression IDENT = (pointer_expression * 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 = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT / (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT % (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT))) ;) (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)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < (binary_expression IDENT + IDENT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) == LIT) )) (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) )))) , (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) )))) , 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 { (labeled_statement statement_identifier : (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;)) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression LIT < (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 = 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) ))))) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (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 (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) * LIT)) )))) + IDENT) )))) ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) * LIT))) ;) }) while (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 = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , LIT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression LIT < (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 = 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) ))))) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (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 (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) * LIT)) )))) + IDENT) )))) ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) * LIT))) ;) }) while (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 = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , LIT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression LIT < (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 = 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) ))))) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (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 (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) * LIT)) )))) + IDENT) )))) ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) * LIT))) ;) }) while (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 = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = 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 * (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) )))) , LIT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < (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 = 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) ))))) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (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 (cast_expression ( (type_descriptor (sized_type_specifier long)) ) 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) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) * LIT))) ;) }) while (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 = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (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) )) (goto_statement goto statement_identifier ;)) })) }))) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;)) }) while (parenthesized_expression ( (binary_expression IDENT < (binary_expression (binary_expression IDENT + IDENT) + IDENT)) )) ;) })) (return_statement return ;) }))) | (function_definition "void FUN_001fad00(long *param_1)\n\n{\n long lVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n code *pcVar8;\n int iVar9;\n int iVar10;\n long lVar11;\n long lVar12;\n long lVar13;\n long lVar14;\n long lVar15;\n long lVar16;\n \n lVar2 = *param_1;\n iVar9 = omp_get_num_threads();\n iVar10 = omp_get_thread_num();\n lVar3 = *(long *)(lVar2 + 0x1028);\n lVar11 = *(long *)(lVar2 + 0x1018) - lVar3;\n lVar12 = lVar11 / (long)iVar9;\n lVar11 = lVar11 % (long)iVar9;\n if (iVar10 < lVar11) {\n lVar12 = lVar12 + 1;\n lVar11 = 0;\n }\n lVar11 = iVar10 * lVar12 + lVar11;\n if (lVar11 < lVar12 + lVar11) {\n lVar15 = lVar11 + lVar3;\n lVar4 = param_1[5];\n lVar5 = param_1[2];\n lVar6 = param_1[1];\n lVar7 = param_1[4];\n pcVar8 = (code *)param_1[3];\n do {\n iVar9 = omp_get_thread_num();\n if ((int)param_1[7] == 0) goto LAB_001fb0b4;\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));\n if (lVar13 == 0) {\nLAB_001fb0a8:\n *(undefined4 *)(param_1 + 7) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);\n if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }\nLAB_001fb0b4:\n lVar15 = lVar15 + 1;\n } while (lVar15 < lVar12 + lVar11 + lVar3);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_001fad00(long *param_1)" (identifier "FUN_001fad00") (parameter_list "(long *param_1)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n long lVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n code *pcVar8;\n int iVar9;\n int iVar10;\n long lVar11;\n long lVar12;\n long lVar13;\n long lVar14;\n long lVar15;\n long lVar16;\n \n lVar2 = *param_1;\n iVar9 = omp_get_num_threads();\n iVar10 = omp_get_thread_num();\n lVar3 = *(long *)(lVar2 + 0x1028);\n lVar11 = *(long *)(lVar2 + 0x1018) - lVar3;\n lVar12 = lVar11 / (long)iVar9;\n lVar11 = lVar11 % (long)iVar9;\n if (iVar10 < lVar11) {\n lVar12 = lVar12 + 1;\n lVar11 = 0;\n }\n lVar11 = iVar10 * lVar12 + lVar11;\n if (lVar11 < lVar12 + lVar11) {\n lVar15 = lVar11 + lVar3;\n lVar4 = param_1[5];\n lVar5 = param_1[2];\n lVar6 = param_1[1];\n lVar7 = param_1[4];\n pcVar8 = (code *)param_1[3];\n do {\n iVar9 = omp_get_thread_num();\n if ((int)param_1[7] == 0) goto LAB_001fb0b4;\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));\n if (lVar13 == 0) {\nLAB_001fb0a8:\n *(undefined4 *)(param_1 + 7) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);\n if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }\nLAB_001fb0b4:\n lVar15 = lVar15 + 1;\n } while (lVar15 < lVar12 + lVar11 + lVar3);\n }\n return;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (declaration "long lVar5;" (sized_type_specifier "long" (long "long")) (identifier "lVar5") (; ";")) (declaration "long lVar6;" (sized_type_specifier "long" (long "long")) (identifier "lVar6") (; ";")) (declaration "long lVar7;" (sized_type_specifier "long" (long "long")) (identifier "lVar7") (; ";")) (declaration "code *pcVar8;" (type_identifier "code") (pointer_declarator "*pcVar8" (* "*") (identifier "pcVar8")) (; ";")) (declaration "int iVar9;" (primitive_type "int") (identifier "iVar9") (; ";")) (declaration "int iVar10;" (primitive_type "int") (identifier "iVar10") (; ";")) (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 "long lVar14;" (sized_type_specifier "long" (long "long")) (identifier "lVar14") (; ";")) (declaration "long lVar15;" (sized_type_specifier "long" (long "long")) (identifier "lVar15") (; ";")) (declaration "long lVar16;" (sized_type_specifier "long" (long "long")) (identifier "lVar16") (; ";")) (expression_statement "lVar2 = *param_1;" (assignment_expression "lVar2 = *param_1" (identifier "lVar2") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "iVar9 = omp_get_num_threads();" (assignment_expression "iVar9 = omp_get_num_threads()" (identifier "iVar9") (= "=") (call_expression "omp_get_num_threads()" (identifier "omp_get_num_threads") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "iVar10 = omp_get_thread_num();" (assignment_expression "iVar10 = omp_get_thread_num()" (identifier "iVar10") (= "=") (call_expression "omp_get_thread_num()" (identifier "omp_get_thread_num") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "lVar3 = *(long *)(lVar2 + 0x1028);" (assignment_expression "lVar3 = *(long *)(lVar2 + 0x1028)" (identifier "lVar3") (= "=") (pointer_expression "*(long *)(lVar2 + 0x1028)" (* "*") (cast_expression "(long *)(lVar2 + 0x1028)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x1028)" (( "(") (binary_expression "lVar2 + 0x1028" (identifier "lVar2") (+ "+") (number_literal "0x1028")) () ")"))))) (; ";")) (expression_statement "lVar11 = *(long *)(lVar2 + 0x1018) - lVar3;" (assignment_expression "lVar11 = *(long *)(lVar2 + 0x1018) - lVar3" (identifier "lVar11") (= "=") (binary_expression "*(long *)(lVar2 + 0x1018) - lVar3" (pointer_expression "*(long *)(lVar2 + 0x1018)" (* "*") (cast_expression "(long *)(lVar2 + 0x1018)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x1018)" (( "(") (binary_expression "lVar2 + 0x1018" (identifier "lVar2") (+ "+") (number_literal "0x1018")) () ")")))) (- "-") (identifier "lVar3"))) (; ";")) (expression_statement "lVar12 = lVar11 / (long)iVar9;" (assignment_expression "lVar12 = lVar11 / (long)iVar9" (identifier "lVar12") (= "=") (binary_expression "lVar11 / (long)iVar9" (identifier "lVar11") (/ "/") (cast_expression "(long)iVar9" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar9")))) (; ";")) (expression_statement "lVar11 = lVar11 % (long)iVar9;" (assignment_expression "lVar11 = lVar11 % (long)iVar9" (identifier "lVar11") (= "=") (binary_expression "lVar11 % (long)iVar9" (identifier "lVar11") (% "%") (cast_expression "(long)iVar9" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar9")))) (; ";")) (if_statement "if (iVar10 < lVar11) {\n lVar12 = lVar12 + 1;\n lVar11 = 0;\n }" (if "if") (parenthesized_expression "(iVar10 < lVar11)" (( "(") (binary_expression "iVar10 < lVar11" (identifier "iVar10") (< "<") (identifier "lVar11")) () ")")) (compound_statement "{\n lVar12 = lVar12 + 1;\n lVar11 = 0;\n }" ({ "{") (expression_statement "lVar12 = lVar12 + 1;" (assignment_expression "lVar12 = lVar12 + 1" (identifier "lVar12") (= "=") (binary_expression "lVar12 + 1" (identifier "lVar12") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "lVar11 = 0;" (assignment_expression "lVar11 = 0" (identifier "lVar11") (= "=") (number_literal "0")) (; ";")) (} "}"))) (expression_statement "lVar11 = iVar10 * lVar12 + lVar11;" (assignment_expression "lVar11 = iVar10 * lVar12 + lVar11" (identifier "lVar11") (= "=") (binary_expression "iVar10 * lVar12 + lVar11" (binary_expression "iVar10 * lVar12" (identifier "iVar10") (* "*") (identifier "lVar12")) (+ "+") (identifier "lVar11"))) (; ";")) (if_statement "if (lVar11 < lVar12 + lVar11) {\n lVar15 = lVar11 + lVar3;\n lVar4 = param_1[5];\n lVar5 = param_1[2];\n lVar6 = param_1[1];\n lVar7 = param_1[4];\n pcVar8 = (code *)param_1[3];\n do {\n iVar9 = omp_get_thread_num();\n if ((int)param_1[7] == 0) goto LAB_001fb0b4;\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));\n if (lVar13 == 0) {\nLAB_001fb0a8:\n *(undefined4 *)(param_1 + 7) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);\n if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }\nLAB_001fb0b4:\n lVar15 = lVar15 + 1;\n } while (lVar15 < lVar12 + lVar11 + lVar3);\n }" (if "if") (parenthesized_expression "(lVar11 < lVar12 + lVar11)" (( "(") (binary_expression "lVar11 < lVar12 + lVar11" (identifier "lVar11") (< "<") (binary_expression "lVar12 + lVar11" (identifier "lVar12") (+ "+") (identifier "lVar11"))) () ")")) (compound_statement "{\n lVar15 = lVar11 + lVar3;\n lVar4 = param_1[5];\n lVar5 = param_1[2];\n lVar6 = param_1[1];\n lVar7 = param_1[4];\n pcVar8 = (code *)param_1[3];\n do {\n iVar9 = omp_get_thread_num();\n if ((int)param_1[7] == 0) goto LAB_001fb0b4;\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));\n if (lVar13 == 0) {\nLAB_001fb0a8:\n *(undefined4 *)(param_1 + 7) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);\n if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }\nLAB_001fb0b4:\n lVar15 = lVar15 + 1;\n } while (lVar15 < lVar12 + lVar11 + lVar3);\n }" ({ "{") (expression_statement "lVar15 = lVar11 + lVar3;" (assignment_expression "lVar15 = lVar11 + lVar3" (identifier "lVar15") (= "=") (binary_expression "lVar11 + lVar3" (identifier "lVar11") (+ "+") (identifier "lVar3"))) (; ";")) (expression_statement "lVar4 = param_1[5];" (assignment_expression "lVar4 = param_1[5]" (identifier "lVar4") (= "=") (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]"))) (; ";")) (expression_statement "lVar5 = param_1[2];" (assignment_expression "lVar5 = param_1[2]" (identifier "lVar5") (= "=") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "lVar6 = param_1[1];" (assignment_expression "lVar6 = param_1[1]" (identifier "lVar6") (= "=") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "lVar7 = param_1[4];" (assignment_expression "lVar7 = param_1[4]" (identifier "lVar7") (= "=") (subscript_expression "param_1[4]" (identifier "param_1") ([ "[") (number_literal "4") (] "]"))) (; ";")) (expression_statement "pcVar8 = (code *)param_1[3];" (assignment_expression "pcVar8 = (code *)param_1[3]" (identifier "pcVar8") (= "=") (cast_expression "(code *)param_1[3]" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")))) (; ";")) (do_statement "do {\n iVar9 = omp_get_thread_num();\n if ((int)param_1[7] == 0) goto LAB_001fb0b4;\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));\n if (lVar13 == 0) {\nLAB_001fb0a8:\n *(undefined4 *)(param_1 + 7) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);\n if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }\nLAB_001fb0b4:\n lVar15 = lVar15 + 1;\n } while (lVar15 < lVar12 + lVar11 + lVar3);" (do "do") (compound_statement "{\n iVar9 = omp_get_thread_num();\n if ((int)param_1[7] == 0) goto LAB_001fb0b4;\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));\n if (lVar13 == 0) {\nLAB_001fb0a8:\n *(undefined4 *)(param_1 + 7) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);\n if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }\nLAB_001fb0b4:\n lVar15 = lVar15 + 1;\n }" ({ "{") (expression_statement "iVar9 = omp_get_thread_num();" (assignment_expression "iVar9 = omp_get_thread_num()" (identifier "iVar9") (= "=") (call_expression "omp_get_thread_num()" (identifier "omp_get_thread_num") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if ((int)param_1[7] == 0) goto LAB_001fb0b4;" (if "if") (parenthesized_expression "((int)param_1[7] == 0)" (( "(") (binary_expression "(int)param_1[7] == 0" (cast_expression "(int)param_1[7]" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (subscript_expression "param_1[7]" (identifier "param_1") ([ "[") (number_literal "7") (] "]"))) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_001fb0b4;" (goto "goto") (statement_identifier "LAB_001fb0b4") (; ";"))) (expression_statement "lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));" (assignment_expression "lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050))" (identifier "lVar13") (= "=") (call_expression "GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050))" (identifier "GetCacheViewVirtualPixels") (argument_list "(*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,\n *(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050))" (( "(") (pointer_expression "*(undefined8 *)(lVar2 + 0x1040)" (* "*") (cast_expression "(undefined8 *)(lVar2 + 0x1040)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x1040)" (( "(") (binary_expression "lVar2 + 0x1040" (identifier "lVar2") (+ "+") (number_literal "0x1040")) () ")")))) (, ",") (pointer_expression "*(undefined8 *)(lVar2 + 0x1020)" (* "*") (cast_expression "(undefined8 *)(lVar2 + 0x1020)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x1020)" (( "(") (binary_expression "lVar2 + 0x1020" (identifier "lVar2") (+ "+") (number_literal "0x1020")) () ")")))) (, ",") (identifier "lVar15") (, ",") (pointer_expression "*(undefined8 *)(lVar2 + 0x1010)" (* "*") (cast_expression "(undefined8 *)(lVar2 + 0x1010)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x1010)" (( "(") (binary_expression "lVar2 + 0x1010" (identifier "lVar2") (+ "+") (number_literal "0x1010")) () ")")))) (, ",") (number_literal "1") (, ",") (pointer_expression "*(undefined8 *)(lVar2 + 0x1050)" (* "*") (cast_expression "(undefined8 *)(lVar2 + 0x1050)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x1050)" (( "(") (binary_expression "lVar2 + 0x1050" (identifier "lVar2") (+ "+") (number_literal "0x1050")) () ")")))) () ")")))) (; ";")) (if_statement "if (lVar13 == 0) {\nLAB_001fb0a8:\n *(undefined4 *)(param_1 + 7) = 0;\n }\n else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);\n if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }" (if "if") (parenthesized_expression "(lVar13 == 0)" (( "(") (binary_expression "lVar13 == 0" (identifier "lVar13") (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_001fb0a8:\n *(undefined4 *)(param_1 + 7) = 0;\n }" ({ "{") (labeled_statement "LAB_001fb0a8:\n *(undefined4 *)(param_1 + 7) = 0;" (statement_identifier "LAB_001fb0a8") (: ":") (expression_statement "*(undefined4 *)(param_1 + 7) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 7) = 0" (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 "0")) (; ";"))) (} "}")) (else_clause "else {\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);\n if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }" (else "else") (compound_statement "{\n if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }\n lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (lVar13 == 0) goto LAB_001fb0a8;\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);\n if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));\n if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }\n iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));\n if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }\n if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }\n }" ({ "{") (if_statement "if (0 < *(long *)(lVar2 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }" (if "if") (parenthesized_expression "(0 < *(long *)(lVar2 + 0x1010))" (( "(") (binary_expression "0 < *(long *)(lVar2 + 0x1010)" (number_literal "0") (< "<") (pointer_expression "*(long *)(lVar2 + 0x1010)" (* "*") (cast_expression "(long *)(lVar2 + 0x1010)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x1010)" (( "(") (binary_expression "lVar2 + 0x1010" (identifier "lVar2") (+ "+") (number_literal "0x1010")) () ")"))))) () ")")) (compound_statement "{\n lVar16 = 0;\n lVar14 = *(long *)(lVar2 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));\n }" ({ "{") (expression_statement "lVar16 = 0;" (assignment_expression "lVar16 = 0" (identifier "lVar16") (= "=") (number_literal "0")) (; ";")) (expression_statement "lVar14 = *(long *)(lVar2 + 0x1038);" (assignment_expression "lVar14 = *(long *)(lVar2 + 0x1038)" (identifier "lVar14") (= "=") (pointer_expression "*(long *)(lVar2 + 0x1038)" (* "*") (cast_expression "(long *)(lVar2 + 0x1038)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x1038)" (( "(") (binary_expression "lVar2 + 0x1038" (identifier "lVar2") (+ "+") (number_literal "0x1038")) () ")"))))) (; ";")) (do_statement "do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar2 + 0x1010));" (do "do") (compound_statement "{\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar2 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n }" ({ "{") (expression_statement "lVar1 = lVar16 * 8;" (assignment_expression "lVar1 = lVar16 * 8" (identifier "lVar1") (= "=") (binary_expression "lVar16 * 8" (identifier "lVar16") (* "*") (number_literal "8"))) (; ";")) (expression_statement "lVar16 = lVar16 + 1;" (assignment_expression "lVar16 = lVar16 + 1" (identifier "lVar16") (= "=") (binary_expression "lVar16 + 1" (identifier "lVar16") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));" (call_expression "PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1))" (identifier "PixelSetQuantumPixel") (argument_list "(lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1))" (( "(") (identifier "lVar14") (, ",") (identifier "lVar13") (, ",") (pointer_expression "*(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1)" (* "*") (cast_expression "(undefined8 *)\n (*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1)" (( "(") (binary_expression "*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1" (pointer_expression "*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8)" (* "*") (cast_expression "(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8)" (( "(") (binary_expression "*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8" (pointer_expression "*(long *)(lVar2 + 0x1048)" (* "*") (cast_expression "(long *)(lVar2 + 0x1048)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x1048)" (( "(") (binary_expression "lVar2 + 0x1048" (identifier "lVar2") (+ "+") (number_literal "0x1048")) () ")")))) (+ "+") (binary_expression "(long)iVar9 * 8" (cast_expression "(long)iVar9" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar9")) (* "*") (number_literal "8"))) () ")")))) (+ "+") (identifier "lVar1")) () ")")))) () ")"))) (; ";")) (expression_statement "lVar14 = *(long *)(lVar2 + 0x1038);" (assignment_expression "lVar14 = *(long *)(lVar2 + 0x1038)" (identifier "lVar14") (= "=") (pointer_expression "*(long *)(lVar2 + 0x1038)" (* "*") (cast_expression "(long *)(lVar2 + 0x1038)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x1038)" (( "(") (binary_expression "lVar2 + 0x1038" (identifier "lVar2") (+ "+") (number_literal "0x1038")) () ")"))))) (; ";")) (expression_statement "lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;" (assignment_expression "lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4" (identifier "lVar13") (= "=") (binary_expression "lVar13 + *(long *)(lVar14 + 0x340) * 4" (identifier "lVar13") (+ "+") (binary_expression "*(long *)(lVar14 + 0x340) * 4" (pointer_expression "*(long *)(lVar14 + 0x340)" (* "*") (cast_expression "(long *)(lVar14 + 0x340)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar14 + 0x340)" (( "(") (binary_expression "lVar14 + 0x340" (identifier "lVar14") (+ "+") (number_literal "0x340")) () ")")))) (* "*") (number_literal "4")))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(lVar16 < *(long *)(lVar2 + 0x1010))" (( "(") (binary_expression "lVar16 < *(long *)(lVar2 + 0x1010)" (identifier "lVar16") (< "<") (pointer_expression "*(long *)(lVar2 + 0x1010)" (* "*") (cast_expression "(long *)(lVar2 + 0x1010)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x1010)" (( "(") (binary_expression "lVar2 + 0x1010" (identifier "lVar2") (+ "+") (number_literal "0x1010")) () ")"))))) () ")")) (; ";")) (} "}"))) (expression_statement "lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));" (assignment_expression "lVar13 = GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050))" (identifier "lVar13") (= "=") (call_expression "GetCacheViewVirtualPixels\n (*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050))" (identifier "GetCacheViewVirtualPixels") (argument_list "(*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,\n *(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050))" (( "(") (pointer_expression "*(undefined8 *)(lVar6 + 0x1040)" (* "*") (cast_expression "(undefined8 *)(lVar6 + 0x1040)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar6 + 0x1040)" (( "(") (binary_expression "lVar6 + 0x1040" (identifier "lVar6") (+ "+") (number_literal "0x1040")) () ")")))) (, ",") (pointer_expression "*(undefined8 *)(lVar6 + 0x1020)" (* "*") (cast_expression "(undefined8 *)(lVar6 + 0x1020)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar6 + 0x1020)" (( "(") (binary_expression "lVar6 + 0x1020" (identifier "lVar6") (+ "+") (number_literal "0x1020")) () ")")))) (, ",") (identifier "lVar15") (, ",") (pointer_expression "*(undefined8 *)(lVar6 + 0x1010)" (* "*") (cast_expression "(undefined8 *)(lVar6 + 0x1010)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar6 + 0x1010)" (( "(") (binary_expression "lVar6 + 0x1010" (identifier "lVar6") (+ "+") (number_literal "0x1010")) () ")")))) (, ",") (number_literal "1") (, ",") (pointer_expression "*(undefined8 *)(lVar6 + 0x1050)" (* "*") (cast_expression "(undefined8 *)(lVar6 + 0x1050)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar6 + 0x1050)" (( "(") (binary_expression "lVar6 + 0x1050" (identifier "lVar6") (+ "+") (number_literal "0x1050")) () ")")))) () ")")))) (; ";")) (if_statement "if (lVar13 == 0) goto LAB_001fb0a8;" (if "if") (parenthesized_expression "(lVar13 == 0)" (( "(") (binary_expression "lVar13 == 0" (identifier "lVar13") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_001fb0a8;" (goto "goto") (statement_identifier "LAB_001fb0a8") (; ";"))) (if_statement "if (0 < *(long *)(lVar6 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }" (if "if") (parenthesized_expression "(0 < *(long *)(lVar6 + 0x1010))" (( "(") (binary_expression "0 < *(long *)(lVar6 + 0x1010)" (number_literal "0") (< "<") (pointer_expression "*(long *)(lVar6 + 0x1010)" (* "*") (cast_expression "(long *)(lVar6 + 0x1010)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar6 + 0x1010)" (( "(") (binary_expression "lVar6 + 0x1010" (identifier "lVar6") (+ "+") (number_literal "0x1010")) () ")"))))) () ")")) (compound_statement "{\n lVar16 = 0;\n lVar14 = *(long *)(lVar6 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));\n }" ({ "{") (expression_statement "lVar16 = 0;" (assignment_expression "lVar16 = 0" (identifier "lVar16") (= "=") (number_literal "0")) (; ";")) (expression_statement "lVar14 = *(long *)(lVar6 + 0x1038);" (assignment_expression "lVar14 = *(long *)(lVar6 + 0x1038)" (identifier "lVar14") (= "=") (pointer_expression "*(long *)(lVar6 + 0x1038)" (* "*") (cast_expression "(long *)(lVar6 + 0x1038)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar6 + 0x1038)" (( "(") (binary_expression "lVar6 + 0x1038" (identifier "lVar6") (+ "+") (number_literal "0x1038")) () ")"))))) (; ";")) (do_statement "do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar6 + 0x1010));" (do "do") (compound_statement "{\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar6 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n }" ({ "{") (expression_statement "lVar1 = lVar16 * 8;" (assignment_expression "lVar1 = lVar16 * 8" (identifier "lVar1") (= "=") (binary_expression "lVar16 * 8" (identifier "lVar16") (* "*") (number_literal "8"))) (; ";")) (expression_statement "lVar16 = lVar16 + 1;" (assignment_expression "lVar16 = lVar16 + 1" (identifier "lVar16") (= "=") (binary_expression "lVar16 + 1" (identifier "lVar16") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));" (call_expression "PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1))" (identifier "PixelSetQuantumPixel") (argument_list "(lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1))" (( "(") (identifier "lVar14") (, ",") (identifier "lVar13") (, ",") (pointer_expression "*(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1)" (* "*") (cast_expression "(undefined8 *)\n (*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1)" (( "(") (binary_expression "*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1" (pointer_expression "*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8)" (* "*") (cast_expression "(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8)" (( "(") (binary_expression "*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8" (pointer_expression "*(long *)(lVar6 + 0x1048)" (* "*") (cast_expression "(long *)(lVar6 + 0x1048)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar6 + 0x1048)" (( "(") (binary_expression "lVar6 + 0x1048" (identifier "lVar6") (+ "+") (number_literal "0x1048")) () ")")))) (+ "+") (binary_expression "(long)iVar9 * 8" (cast_expression "(long)iVar9" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar9")) (* "*") (number_literal "8"))) () ")")))) (+ "+") (identifier "lVar1")) () ")")))) () ")"))) (; ";")) (expression_statement "lVar14 = *(long *)(lVar6 + 0x1038);" (assignment_expression "lVar14 = *(long *)(lVar6 + 0x1038)" (identifier "lVar14") (= "=") (pointer_expression "*(long *)(lVar6 + 0x1038)" (* "*") (cast_expression "(long *)(lVar6 + 0x1038)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar6 + 0x1038)" (( "(") (binary_expression "lVar6 + 0x1038" (identifier "lVar6") (+ "+") (number_literal "0x1038")) () ")"))))) (; ";")) (expression_statement "lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;" (assignment_expression "lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4" (identifier "lVar13") (= "=") (binary_expression "lVar13 + *(long *)(lVar14 + 0x340) * 4" (identifier "lVar13") (+ "+") (binary_expression "*(long *)(lVar14 + 0x340) * 4" (pointer_expression "*(long *)(lVar14 + 0x340)" (* "*") (cast_expression "(long *)(lVar14 + 0x340)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar14 + 0x340)" (( "(") (binary_expression "lVar14 + 0x340" (identifier "lVar14") (+ "+") (number_literal "0x340")) () ")")))) (* "*") (number_literal "4")))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(lVar16 < *(long *)(lVar6 + 0x1010))" (( "(") (binary_expression "lVar16 < *(long *)(lVar6 + 0x1010)" (identifier "lVar16") (< "<") (pointer_expression "*(long *)(lVar6 + 0x1010)" (* "*") (cast_expression "(long *)(lVar6 + 0x1010)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar6 + 0x1010)" (( "(") (binary_expression "lVar6 + 0x1010" (identifier "lVar6") (+ "+") (number_literal "0x1010")) () ")"))))) () ")")) (; ";")) (} "}"))) (expression_statement "lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));" (assignment_expression "lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050))" (identifier "lVar13") (= "=") (call_expression "GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050))" (identifier "GetCacheViewAuthenticPixels") (argument_list "(*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050))" (( "(") (pointer_expression "*(undefined8 *)(lVar5 + 0x1040)" (* "*") (cast_expression "(undefined8 *)(lVar5 + 0x1040)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x1040)" (( "(") (binary_expression "lVar5 + 0x1040" (identifier "lVar5") (+ "+") (number_literal "0x1040")) () ")")))) (, ",") (pointer_expression "*(undefined8 *)(lVar5 + 0x1020)" (* "*") (cast_expression "(undefined8 *)(lVar5 + 0x1020)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x1020)" (( "(") (binary_expression "lVar5 + 0x1020" (identifier "lVar5") (+ "+") (number_literal "0x1020")) () ")")))) (, ",") (identifier "lVar15") (, ",") (pointer_expression "*(undefined8 *)(lVar5 + 0x1010)" (* "*") (cast_expression "(undefined8 *)(lVar5 + 0x1010)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x1010)" (( "(") (binary_expression "lVar5 + 0x1010" (identifier "lVar5") (+ "+") (number_literal "0x1010")) () ")")))) (, ",") (number_literal "1") (, ",") (pointer_expression "*(undefined8 *)(lVar5 + 0x1050)" (* "*") (cast_expression "(undefined8 *)(lVar5 + 0x1050)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x1050)" (( "(") (binary_expression "lVar5 + 0x1050" (identifier "lVar5") (+ "+") (number_literal "0x1050")) () ")")))) () ")")))) (; ";")) (if_statement "if (lVar13 == 0) goto LAB_001fb0a8;" (if "if") (parenthesized_expression "(lVar13 == 0)" (( "(") (binary_expression "lVar13 == 0" (identifier "lVar13") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_001fb0a8;" (goto "goto") (statement_identifier "LAB_001fb0a8") (; ";"))) (if_statement "if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }" (if "if") (parenthesized_expression "(0 < *(long *)(lVar5 + 0x1010))" (( "(") (binary_expression "0 < *(long *)(lVar5 + 0x1010)" (number_literal "0") (< "<") (pointer_expression "*(long *)(lVar5 + 0x1010)" (* "*") (cast_expression "(long *)(lVar5 + 0x1010)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x1010)" (( "(") (binary_expression "lVar5 + 0x1010" (identifier "lVar5") (+ "+") (number_literal "0x1010")) () ")"))))) () ")")) (compound_statement "{\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }" ({ "{") (expression_statement "lVar16 = 0;" (assignment_expression "lVar16 = 0" (identifier "lVar16") (= "=") (number_literal "0")) (; ";")) (expression_statement "lVar14 = *(long *)(lVar5 + 0x1038);" (assignment_expression "lVar14 = *(long *)(lVar5 + 0x1038)" (identifier "lVar14") (= "=") (pointer_expression "*(long *)(lVar5 + 0x1038)" (* "*") (cast_expression "(long *)(lVar5 + 0x1038)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x1038)" (( "(") (binary_expression "lVar5 + 0x1038" (identifier "lVar5") (+ "+") (number_literal "0x1038")) () ")"))))) (; ";")) (do_statement "do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));" (do "do") (compound_statement "{\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n }" ({ "{") (expression_statement "lVar1 = lVar16 * 8;" (assignment_expression "lVar1 = lVar16 * 8" (identifier "lVar1") (= "=") (binary_expression "lVar16 * 8" (identifier "lVar16") (* "*") (number_literal "8"))) (; ";")) (expression_statement "lVar16 = lVar16 + 1;" (assignment_expression "lVar16 = lVar16 + 1" (identifier "lVar16") (= "=") (binary_expression "lVar16 + 1" (identifier "lVar16") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));" (call_expression "PixelSetQuantumPixel\n (lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1))" (identifier "PixelSetQuantumPixel") (argument_list "(lVar14,lVar13,\n *(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1))" (( "(") (identifier "lVar14") (, ",") (identifier "lVar13") (, ",") (pointer_expression "*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1)" (* "*") (cast_expression "(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1)" (( "(") (binary_expression "*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1" (pointer_expression "*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8)" (* "*") (cast_expression "(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8)" (( "(") (binary_expression "*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8" (pointer_expression "*(long *)(lVar5 + 0x1048)" (* "*") (cast_expression "(long *)(lVar5 + 0x1048)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x1048)" (( "(") (binary_expression "lVar5 + 0x1048" (identifier "lVar5") (+ "+") (number_literal "0x1048")) () ")")))) (+ "+") (binary_expression "(long)iVar9 * 8" (cast_expression "(long)iVar9" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar9")) (* "*") (number_literal "8"))) () ")")))) (+ "+") (identifier "lVar1")) () ")")))) () ")"))) (; ";")) (expression_statement "lVar14 = *(long *)(lVar5 + 0x1038);" (assignment_expression "lVar14 = *(long *)(lVar5 + 0x1038)" (identifier "lVar14") (= "=") (pointer_expression "*(long *)(lVar5 + 0x1038)" (* "*") (cast_expression "(long *)(lVar5 + 0x1038)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x1038)" (( "(") (binary_expression "lVar5 + 0x1038" (identifier "lVar5") (+ "+") (number_literal "0x1038")) () ")"))))) (; ";")) (expression_statement "lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;" (assignment_expression "lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4" (identifier "lVar13") (= "=") (binary_expression "lVar13 + *(long *)(lVar14 + 0x340) * 4" (identifier "lVar13") (+ "+") (binary_expression "*(long *)(lVar14 + 0x340) * 4" (pointer_expression "*(long *)(lVar14 + 0x340)" (* "*") (cast_expression "(long *)(lVar14 + 0x340)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar14 + 0x340)" (( "(") (binary_expression "lVar14 + 0x340" (identifier "lVar14") (+ "+") (number_literal "0x340")) () ")")))) (* "*") (number_literal "4")))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(lVar16 < *(long *)(lVar5 + 0x1010))" (( "(") (binary_expression "lVar16 < *(long *)(lVar5 + 0x1010)" (identifier "lVar16") (< "<") (pointer_expression "*(long *)(lVar5 + 0x1010)" (* "*") (cast_expression "(long *)(lVar5 + 0x1010)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x1010)" (( "(") (binary_expression "lVar5 + 0x1010" (identifier "lVar5") (+ "+") (number_literal "0x1010")) () ")"))))) () ")")) (; ";")) (} "}"))) (expression_statement "iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);" (assignment_expression "iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7)" (identifier "iVar10") (= "=") (call_expression "(*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7)" (parenthesized_expression "(*pcVar8)" (( "(") (pointer_expression "*pcVar8" (* "*") (identifier "pcVar8")) () ")")) (argument_list "(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7)" (( "(") (identifier "lVar2") (, ",") (identifier "lVar6") (, ",") (identifier "lVar5") (, ",") (identifier "lVar15") (, ",") (identifier "iVar9") (, ",") (identifier "lVar7") () ")")))) (; ";")) (if_statement "if (iVar10 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }" (if "if") (parenthesized_expression "(iVar10 == 0)" (( "(") (binary_expression "iVar10 == 0" (identifier "iVar10") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(undefined4 *)(param_1 + 7) = 0;\n }" ({ "{") (expression_statement "*(undefined4 *)(param_1 + 7) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 7) = 0" (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 "0")) (; ";")) (} "}"))) (expression_statement "lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));" (assignment_expression "lVar13 = GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050))" (identifier "lVar13") (= "=") (call_expression "GetCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050))" (identifier "GetCacheViewAuthenticPixels") (argument_list "(*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,\n *(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050))" (( "(") (pointer_expression "*(undefined8 *)(lVar5 + 0x1040)" (* "*") (cast_expression "(undefined8 *)(lVar5 + 0x1040)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x1040)" (( "(") (binary_expression "lVar5 + 0x1040" (identifier "lVar5") (+ "+") (number_literal "0x1040")) () ")")))) (, ",") (pointer_expression "*(undefined8 *)(lVar5 + 0x1020)" (* "*") (cast_expression "(undefined8 *)(lVar5 + 0x1020)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x1020)" (( "(") (binary_expression "lVar5 + 0x1020" (identifier "lVar5") (+ "+") (number_literal "0x1020")) () ")")))) (, ",") (identifier "lVar15") (, ",") (pointer_expression "*(undefined8 *)(lVar5 + 0x1010)" (* "*") (cast_expression "(undefined8 *)(lVar5 + 0x1010)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x1010)" (( "(") (binary_expression "lVar5 + 0x1010" (identifier "lVar5") (+ "+") (number_literal "0x1010")) () ")")))) (, ",") (number_literal "1") (, ",") (pointer_expression "*(undefined8 *)(lVar5 + 0x1050)" (* "*") (cast_expression "(undefined8 *)(lVar5 + 0x1050)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x1050)" (( "(") (binary_expression "lVar5 + 0x1050" (identifier "lVar5") (+ "+") (number_literal "0x1050")) () ")")))) () ")")))) (; ";")) (if_statement "if (0 < *(long *)(lVar5 + 0x1010)) {\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }" (if "if") (parenthesized_expression "(0 < *(long *)(lVar5 + 0x1010))" (( "(") (binary_expression "0 < *(long *)(lVar5 + 0x1010)" (number_literal "0") (< "<") (pointer_expression "*(long *)(lVar5 + 0x1010)" (* "*") (cast_expression "(long *)(lVar5 + 0x1010)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x1010)" (( "(") (binary_expression "lVar5 + 0x1010" (identifier "lVar5") (+ "+") (number_literal "0x1010")) () ")"))))) () ")")) (compound_statement "{\n lVar16 = 0;\n lVar14 = *(long *)(lVar5 + 0x1038);\n do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));\n }" ({ "{") (expression_statement "lVar16 = 0;" (assignment_expression "lVar16 = 0" (identifier "lVar16") (= "=") (number_literal "0")) (; ";")) (expression_statement "lVar14 = *(long *)(lVar5 + 0x1038);" (assignment_expression "lVar14 = *(long *)(lVar5 + 0x1038)" (identifier "lVar14") (= "=") (pointer_expression "*(long *)(lVar5 + 0x1038)" (* "*") (cast_expression "(long *)(lVar5 + 0x1038)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x1038)" (( "(") (binary_expression "lVar5 + 0x1038" (identifier "lVar5") (+ "+") (number_literal "0x1038")) () ")"))))) (; ";")) (do_statement "do {\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n } while (lVar16 < *(long *)(lVar5 + 0x1010));" (do "do") (compound_statement "{\n lVar1 = lVar16 * 8;\n lVar16 = lVar16 + 1;\n PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);\n lVar14 = *(long *)(lVar5 + 0x1038);\n lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;\n }" ({ "{") (expression_statement "lVar1 = lVar16 * 8;" (assignment_expression "lVar1 = lVar16 * 8" (identifier "lVar1") (= "=") (binary_expression "lVar16 * 8" (identifier "lVar16") (* "*") (number_literal "8"))) (; ";")) (expression_statement "lVar16 = lVar16 + 1;" (assignment_expression "lVar16 = lVar16 + 1" (identifier "lVar16") (= "=") (binary_expression "lVar16 + 1" (identifier "lVar16") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13);" (call_expression "PixelGetQuantumPixel\n (lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13)" (identifier "PixelGetQuantumPixel") (argument_list "(lVar14,*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),\n lVar13)" (( "(") (identifier "lVar14") (, ",") (pointer_expression "*(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1)" (* "*") (cast_expression "(undefined8 *)\n (*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1)" (( "(") (binary_expression "*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1" (pointer_expression "*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8)" (* "*") (cast_expression "(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8)" (( "(") (binary_expression "*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8" (pointer_expression "*(long *)(lVar5 + 0x1048)" (* "*") (cast_expression "(long *)(lVar5 + 0x1048)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x1048)" (( "(") (binary_expression "lVar5 + 0x1048" (identifier "lVar5") (+ "+") (number_literal "0x1048")) () ")")))) (+ "+") (binary_expression "(long)iVar9 * 8" (cast_expression "(long)iVar9" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar9")) (* "*") (number_literal "8"))) () ")")))) (+ "+") (identifier "lVar1")) () ")")))) (, ",") (identifier "lVar13") () ")"))) (; ";")) (expression_statement "lVar14 = *(long *)(lVar5 + 0x1038);" (assignment_expression "lVar14 = *(long *)(lVar5 + 0x1038)" (identifier "lVar14") (= "=") (pointer_expression "*(long *)(lVar5 + 0x1038)" (* "*") (cast_expression "(long *)(lVar5 + 0x1038)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x1038)" (( "(") (binary_expression "lVar5 + 0x1038" (identifier "lVar5") (+ "+") (number_literal "0x1038")) () ")"))))) (; ";")) (expression_statement "lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;" (assignment_expression "lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4" (identifier "lVar13") (= "=") (binary_expression "lVar13 + *(long *)(lVar14 + 0x340) * 4" (identifier "lVar13") (+ "+") (binary_expression "*(long *)(lVar14 + 0x340) * 4" (pointer_expression "*(long *)(lVar14 + 0x340)" (* "*") (cast_expression "(long *)(lVar14 + 0x340)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar14 + 0x340)" (( "(") (binary_expression "lVar14 + 0x340" (identifier "lVar14") (+ "+") (number_literal "0x340")) () ")")))) (* "*") (number_literal "4")))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(lVar16 < *(long *)(lVar5 + 0x1010))" (( "(") (binary_expression "lVar16 < *(long *)(lVar5 + 0x1010)" (identifier "lVar16") (< "<") (pointer_expression "*(long *)(lVar5 + 0x1010)" (* "*") (cast_expression "(long *)(lVar5 + 0x1010)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x1010)" (( "(") (binary_expression "lVar5 + 0x1010" (identifier "lVar5") (+ "+") (number_literal "0x1010")) () ")"))))) () ")")) (; ";")) (} "}"))) (expression_statement "iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));" (assignment_expression "iVar9 = SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050))" (identifier "iVar9") (= "=") (call_expression "SyncCacheViewAuthenticPixels\n (*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050))" (identifier "SyncCacheViewAuthenticPixels") (argument_list "(*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050))" (( "(") (pointer_expression "*(undefined8 *)(lVar5 + 0x1040)" (* "*") (cast_expression "(undefined8 *)(lVar5 + 0x1040)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x1040)" (( "(") (binary_expression "lVar5 + 0x1040" (identifier "lVar5") (+ "+") (number_literal "0x1040")) () ")")))) (, ",") (pointer_expression "*(undefined8 *)(lVar5 + 0x1050)" (* "*") (cast_expression "(undefined8 *)(lVar5 + 0x1050)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x1050)" (( "(") (binary_expression "lVar5 + 0x1050" (identifier "lVar5") (+ "+") (number_literal "0x1050")) () ")")))) () ")")))) (; ";")) (if_statement "if (iVar9 == 0) {\n *(undefined4 *)(param_1 + 7) = 0;\n }" (if "if") (parenthesized_expression "(iVar9 == 0)" (( "(") (binary_expression "iVar9 == 0" (identifier "iVar9") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(undefined4 *)(param_1 + 7) = 0;\n }" ({ "{") (expression_statement "*(undefined4 *)(param_1 + 7) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 7) = 0" (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 "0")) (; ";")) (} "}"))) (if_statement "if (*(long *)(lVar4 + 0x3c8) != 0) {\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }" (if "if") (parenthesized_expression "(*(long *)(lVar4 + 0x3c8) != 0)" (( "(") (binary_expression "*(long *)(lVar4 + 0x3c8) != 0" (pointer_expression "*(long *)(lVar4 + 0x3c8)" (* "*") (cast_expression "(long *)(lVar4 + 0x3c8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + 0x3c8)" (( "(") (binary_expression "lVar4 + 0x3c8" (identifier "lVar4") (+ "+") (number_literal "0x3c8")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n LOCK();\n *(long *)param_1[6] = *(long *)param_1[6] + 1;\n UNLOCK();\n iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));\n if (iVar9 == 0) goto LAB_001fb0a8;\n }" ({ "{") (expression_statement "LOCK();" (call_expression "LOCK()" (identifier "LOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "*(long *)param_1[6] = *(long *)param_1[6] + 1;" (assignment_expression "*(long *)param_1[6] = *(long *)param_1[6] + 1" (pointer_expression "*(long *)param_1[6]" (* "*") (cast_expression "(long *)param_1[6]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[6]" (identifier "param_1") ([ "[") (number_literal "6") (] "]")))) (= "=") (binary_expression "*(long *)param_1[6] + 1" (pointer_expression "*(long *)param_1[6]" (* "*") (cast_expression "(long *)param_1[6]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[6]" (identifier "param_1") ([ "[") (number_literal "6") (] "]")))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" (identifier "UNLOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018));" (assignment_expression "iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018))" (identifier "iVar9") (= "=") (call_expression "SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018))" (identifier "SetImageProgress") (argument_list "(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],\n *(undefined8 *)(lVar2 + 0x1018))" (( "(") (identifier "lVar4") (, ",") (pointer_expression "*(undefined8 *)(lVar2 + 0x1008)" (* "*") (cast_expression "(undefined8 *)(lVar2 + 0x1008)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x1008)" (( "(") (binary_expression "lVar2 + 0x1008" (identifier "lVar2") (+ "+") (number_literal "0x1008")) () ")")))) (, ",") (pointer_expression "*(undefined8 *)param_1[6]" (* "*") (cast_expression "(undefined8 *)param_1[6]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[6]" (identifier "param_1") ([ "[") (number_literal "6") (] "]")))) (, ",") (pointer_expression "*(undefined8 *)(lVar2 + 0x1018)" (* "*") (cast_expression "(undefined8 *)(lVar2 + 0x1018)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x1018)" (( "(") (binary_expression "lVar2 + 0x1018" (identifier "lVar2") (+ "+") (number_literal "0x1018")) () ")")))) () ")")))) (; ";")) (if_statement "if (iVar9 == 0) goto LAB_001fb0a8;" (if "if") (parenthesized_expression "(iVar9 == 0)" (( "(") (binary_expression "iVar9 == 0" (identifier "iVar9") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_001fb0a8;" (goto "goto") (statement_identifier "LAB_001fb0a8") (; ";"))) (} "}"))) (} "}")))) (labeled_statement "LAB_001fb0b4:\n lVar15 = lVar15 + 1;" (statement_identifier "LAB_001fb0b4") (: ":") (expression_statement "lVar15 = lVar15 + 1;" (assignment_expression "lVar15 = lVar15 + 1" (identifier "lVar15") (= "=") (binary_expression "lVar15 + 1" (identifier "lVar15") (+ "+") (number_literal "1"))) (; ";"))) (} "}")) (while "while") (parenthesized_expression "(lVar15 < lVar12 + lVar11 + lVar3)" (( "(") (binary_expression "lVar15 < lVar12 + lVar11 + lVar3" (identifier "lVar15") (< "<") (binary_expression "lVar12 + lVar11 + lVar3" (binary_expression "lVar12 + lVar11" (identifier "lVar12") (+ "+") (identifier "lVar11")) (+ "+") (identifier "lVar3"))) () ")")) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* WARNING: Enum "GravityType": Some values do not have unique names */
/* WARNING: Enum "DisposeType": Some values do not have unique names */
/* WARNING: Enum "ChannelType": Some values do not have unique names */
/* WARNING: Enum "PixelChannel": Some values do not have unique names */
/* WARNING: Enum "ExceptionType": Some values do not have unique names */
/* DWARF original prototype: void DuplexTransferWandViewIterator._omp_fn.0(anon_struct_64_8_446c1cb2
* param_0) */
void __thiscall function_1(void *this)
{
long var_12;
long var_3;
long var_4;
long var_19;
long var_15;
long var_13;
type_1 uVar7;
type_2 *pcVar8;
int var_18;
int var_6;
long var_5;
long var_7;
type_3 *var_9;
type_4 *pIVar14;
long var_23;
long var_10;
/* WARNING: Load size is inaccurate */
var_3 = *this;
var_18 = var_1();
var_6 = var_2();
var_4 = *(long *)(var_3 + 0x1028);
var_5 = *(long *)(var_3 + 0x1018) - var_4;
var_7 = var_5 / (long)var_18;
var_5 = var_5 % (long)var_18;
if (var_6 < var_5) {
var_7 = var_7 + 1;
var_5 = 0;
}
var_5 = var_6 * var_7 + var_5;
if (var_5 < var_7 + var_5) {
var_23 = var_5 + var_4;
var_19 = *(long *)((long)this + 0x28);
var_15 = *(long *)((long)this + 0x10);
var_13 = *(long *)((long)this + 8);
uVar7 = *(type_1 *)((long)this + 0x20);
pcVar8 = *(type_2 **)((long)this + 0x18);
do {
var_18 = var_2();
if (*(int *)((long)this + 0x38) == 0) goto LAB_001fb0b4;
var_9 = (type_3 *)
var_8
(*(type_1 *)(var_3 + 0x1040),*(type_1 *)(var_3 + 0x1020),var_23,
*(type_1 *)(var_3 + 0x1010),1,*(type_1 *)(var_3 + 0x1050));
if (var_9 == (type_3 *)0x0) {
LAB_001fb0a8:
*(type_5 *)((long)this + 0x38) = 0;
}
else {
if (0 < *(long *)(var_3 + 0x1010)) {
var_10 = 0;
pIVar14 = *(type_4 **)(var_3 + 0x1038);
do {
var_12 = var_10 * 8;
var_10 = var_10 + 1;
var_11
(pIVar14,var_9,
*(type_6 **)
(*(long *)(*(long *)(var_3 + 0x1048) + (long)var_18 * 8) + var_12));
pIVar14 = *(type_4 **)(var_3 + 0x1038);
var_9 = var_9 + pIVar14->number_channels;
} while (var_10 < *(long *)(var_3 + 0x1010));
}
var_9 = (type_3 *)
var_8
(*(type_1 *)(var_13 + 0x1040),*(type_1 *)(var_13 + 0x1020),var_23,
*(type_1 *)(var_13 + 0x1010),1,*(type_1 *)(var_13 + 0x1050));
if (var_9 == (type_3 *)0x0) goto LAB_001fb0a8;
if (0 < *(long *)(var_13 + 0x1010)) {
var_10 = 0;
pIVar14 = *(type_4 **)(var_13 + 0x1038);
do {
var_12 = var_10 * 8;
var_10 = var_10 + 1;
var_11
(pIVar14,var_9,
*(type_6 **)
(*(long *)(*(long *)(var_13 + 0x1048) + (long)var_18 * 8) + var_12));
pIVar14 = *(type_4 **)(var_13 + 0x1038);
var_9 = var_9 + pIVar14->number_channels;
} while (var_10 < *(long *)(var_13 + 0x1010));
}
var_9 = (type_3 *)
var_14
(*(type_1 *)(var_15 + 0x1040),*(type_1 *)(var_15 + 0x1020),var_23,
*(type_1 *)(var_15 + 0x1010),1,*(type_1 *)(var_15 + 0x1050));
if (var_9 == (type_3 *)0x0) goto LAB_001fb0a8;
if (0 < *(long *)(var_15 + 0x1010)) {
var_10 = 0;
pIVar14 = *(type_4 **)(var_15 + 0x1038);
do {
var_12 = var_10 * 8;
var_10 = var_10 + 1;
var_11
(pIVar14,var_9,
*(type_6 **)
(*(long *)(*(long *)(var_15 + 0x1048) + (long)var_18 * 8) + var_12));
pIVar14 = *(type_4 **)(var_15 + 0x1038);
var_9 = var_9 + pIVar14->number_channels;
} while (var_10 < *(long *)(var_15 + 0x1010));
}
var_6 = (*pcVar8)(var_3,var_13,var_15,var_23,var_18,uVar7);
if (var_6 == 0) {
*(type_5 *)((long)this + 0x38) = 0;
}
var_9 = (type_3 *)
var_14
(*(type_1 *)(var_15 + 0x1040),*(type_1 *)(var_15 + 0x1020),var_23,
*(type_1 *)(var_15 + 0x1010),1,*(type_1 *)(var_15 + 0x1050));
if (0 < *(long *)(var_15 + 0x1010)) {
var_10 = 0;
pIVar14 = *(type_4 **)(var_15 + 0x1038);
do {
var_12 = var_10 * 8;
var_10 = var_10 + 1;
var_16
(pIVar14,*(type_6 **)
(*(long *)(*(long *)(var_15 + 0x1048) + (long)var_18 * 8) + var_12),
var_9);
pIVar14 = *(type_4 **)(var_15 + 0x1038);
var_9 = var_9 + pIVar14->number_channels;
} while (var_10 < *(long *)(var_15 + 0x1010));
}
var_18 = var_17
(*(type_1 *)(var_15 + 0x1040),*(type_1 *)(var_15 + 0x1050));
if (var_18 == 0) {
*(type_5 *)((long)this + 0x38) = 0;
}
if (*(long *)(var_19 + 0x3c8) != 0) {
var_20();
**(long **)((long)this + 0x30) = **(long **)((long)this + 0x30) + 1;
var_21();
var_18 = var_22(var_19,*(type_1 *)(var_3 + 0x1008),
**(type_1 **)((long)this + 0x30),
*(type_1 *)(var_3 + 0x1018));
if (var_18 == 0) goto LAB_001fb0a8;
}
}
LAB_001fb0b4:
var_23 = var_23 + 1;
} while (var_23 < var_7 + var_5 + var_4);
}
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (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: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (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 (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)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) 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: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (number_literal))) consequence: (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))))) (pointer_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) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (number_literal) (pointer_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 (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) alternative: (else_clause (compound_statement (if_statement condition: (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))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal)))))) right: (identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_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)))))) 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)))))))))) (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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (number_literal) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (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))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal)))))) right: (identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_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)))))) 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)))))))))) (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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (number_literal) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (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))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal)))))) right: (identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_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)))))) 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)))))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (number_literal) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (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: (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: (sized_type_specifier)) value: (identifier)) right: (number_literal)))))) right: (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))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_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)))))) 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)))))))))) (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: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (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: (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))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier)))))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (identifier))))))) (return_statement)))) | null |
void MASKED(long *param_1)
{
long lVar1;
long lVar2;
long lVar3;
long lVar4;
long lVar5;
long lVar6;
long lVar7;
code *pcVar8;
int iVar9;
int iVar10;
long lVar11;
long lVar12;
long lVar13;
long lVar14;
long lVar15;
long lVar16;
lVar2 = *param_1;
iVar9 = omp_get_num_threads();
iVar10 = omp_get_thread_num();
lVar3 = *(long *)(lVar2 + 0x1028);
lVar11 = *(long *)(lVar2 + 0x1018) - lVar3;
lVar12 = lVar11 / (long)iVar9;
lVar11 = lVar11 % (long)iVar9;
if (iVar10 < lVar11) {
lVar12 = lVar12 + 1;
lVar11 = 0;
}
lVar11 = iVar10 * lVar12 + lVar11;
if (lVar11 < lVar12 + lVar11) {
lVar15 = lVar11 + lVar3;
lVar4 = param_1[5];
lVar5 = param_1[2];
lVar6 = param_1[1];
lVar7 = param_1[4];
pcVar8 = (code *)param_1[3];
do {
iVar9 = omp_get_thread_num();
if ((int)param_1[7] == 0) goto LAB_001fb0b4;
lVar13 = GetCacheViewVirtualPixels
(*(undefined8 *)(lVar2 + 0x1040),*(undefined8 *)(lVar2 + 0x1020),lVar15,
*(undefined8 *)(lVar2 + 0x1010),1,*(undefined8 *)(lVar2 + 0x1050));
if (lVar13 == 0) {
LAB_001fb0a8:
*(undefined4 *)(param_1 + 7) = 0;
}
else {
if (0 < *(long *)(lVar2 + 0x1010)) {
lVar16 = 0;
lVar14 = *(long *)(lVar2 + 0x1038);
do {
lVar1 = lVar16 * 8;
lVar16 = lVar16 + 1;
PixelSetQuantumPixel
(lVar14,lVar13,
*(undefined8 *)
(*(long *)(*(long *)(lVar2 + 0x1048) + (long)iVar9 * 8) + lVar1));
lVar14 = *(long *)(lVar2 + 0x1038);
lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;
} while (lVar16 < *(long *)(lVar2 + 0x1010));
}
lVar13 = GetCacheViewVirtualPixels
(*(undefined8 *)(lVar6 + 0x1040),*(undefined8 *)(lVar6 + 0x1020),lVar15,
*(undefined8 *)(lVar6 + 0x1010),1,*(undefined8 *)(lVar6 + 0x1050));
if (lVar13 == 0) goto LAB_001fb0a8;
if (0 < *(long *)(lVar6 + 0x1010)) {
lVar16 = 0;
lVar14 = *(long *)(lVar6 + 0x1038);
do {
lVar1 = lVar16 * 8;
lVar16 = lVar16 + 1;
PixelSetQuantumPixel
(lVar14,lVar13,
*(undefined8 *)
(*(long *)(*(long *)(lVar6 + 0x1048) + (long)iVar9 * 8) + lVar1));
lVar14 = *(long *)(lVar6 + 0x1038);
lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;
} while (lVar16 < *(long *)(lVar6 + 0x1010));
}
lVar13 = GetCacheViewAuthenticPixels
(*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,
*(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));
if (lVar13 == 0) goto LAB_001fb0a8;
if (0 < *(long *)(lVar5 + 0x1010)) {
lVar16 = 0;
lVar14 = *(long *)(lVar5 + 0x1038);
do {
lVar1 = lVar16 * 8;
lVar16 = lVar16 + 1;
PixelSetQuantumPixel
(lVar14,lVar13,
*(undefined8 *)
(*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1));
lVar14 = *(long *)(lVar5 + 0x1038);
lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;
} while (lVar16 < *(long *)(lVar5 + 0x1010));
}
iVar10 = (*pcVar8)(lVar2,lVar6,lVar5,lVar15,iVar9,lVar7);
if (iVar10 == 0) {
*(undefined4 *)(param_1 + 7) = 0;
}
lVar13 = GetCacheViewAuthenticPixels
(*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1020),lVar15,
*(undefined8 *)(lVar5 + 0x1010),1,*(undefined8 *)(lVar5 + 0x1050));
if (0 < *(long *)(lVar5 + 0x1010)) {
lVar16 = 0;
lVar14 = *(long *)(lVar5 + 0x1038);
do {
lVar1 = lVar16 * 8;
lVar16 = lVar16 + 1;
PixelGetQuantumPixel
(lVar14,*(undefined8 *)
(*(long *)(*(long *)(lVar5 + 0x1048) + (long)iVar9 * 8) + lVar1),
lVar13);
lVar14 = *(long *)(lVar5 + 0x1038);
lVar13 = lVar13 + *(long *)(lVar14 + 0x340) * 4;
} while (lVar16 < *(long *)(lVar5 + 0x1010));
}
iVar9 = SyncCacheViewAuthenticPixels
(*(undefined8 *)(lVar5 + 0x1040),*(undefined8 *)(lVar5 + 0x1050));
if (iVar9 == 0) {
*(undefined4 *)(param_1 + 7) = 0;
}
if (*(long *)(lVar4 + 0x3c8) != 0) {
LOCK();
*(long *)param_1[6] = *(long *)param_1[6] + 1;
UNLOCK();
iVar9 = SetImageProgress(lVar4,*(undefined8 *)(lVar2 + 0x1008),*(undefined8 *)param_1[6],
*(undefined8 *)(lVar2 + 0x1018));
if (iVar9 == 0) goto LAB_001fb0a8;
}
}
LAB_001fb0b4:
lVar15 = lVar15 + 1;
} while (lVar15 < lVar12 + lVar11 + lVar3);
}
return;
}
|
28_x86_64-linux-gnu-nm_and_x86_64-linux-gnu-nm_strip.c | getopt_long | getopt_long |
void getopt_long(void)
{
(*(code *)PTR_getopt_long_0010c0e0)();
return;
}
|
void getopt_long(void)
{
(*(code *)PTR_getopt_long_0010c0e0)();
return;
}
| JMP qword ptr [0x0010c0e0] | null | null | null | null | [('const-0', u'RETURN_-1206963765'), (u'INDIRECT_-1206963708', u'COPY_-1206963767'), (u'CALLIND_-1206963768', u'INDIRECT_-1206963708'), (u'CAST_-1206963703', u'CALLIND_-1206963768'), ('tmp_22', u'CAST_-1206963703')] | [('const-0', u'RETURN_-1206963765'), (u'INDIRECT_-1206963708', u'COPY_-1206963767'), (u'CALLIND_-1206963768', u'INDIRECT_-1206963708'), (u'CAST_-1206963703', u'CALLIND_-1206963768'), ('tmp_22', u'CAST_-1206963703')] | null | null | 001031c0 | x64 | O2 | (translation_unit "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_0010c0e0)();\n return;\n}\n\n" (function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_0010c0e0)();\n return;\n}" primitive_type (function_declarator "getopt_long(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_getopt_long_0010c0e0)();\n return;\n}" { (expression_statement "(*(code *)PTR_getopt_long_0010c0e0)();" (call_expression "(*(code *)PTR_getopt_long_0010c0e0)()" (parenthesized_expression "(*(code *)PTR_getopt_long_0010c0e0)" ( (pointer_expression "*(code *)PTR_getopt_long_0010c0e0" * (cast_expression "(code *)PTR_getopt_long_0010c0e0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_0010c0e0)();\n return;\n}\n\n" (function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_0010c0e0)();\n return;\n}" primitive_type (function_declarator "getopt_long(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_getopt_long_0010c0e0)();\n return;\n}" { (expression_statement "(*(code *)PTR_getopt_long_0010c0e0)();" (call_expression "(*(code *)PTR_getopt_long_0010c0e0)()" (parenthesized_expression "(*(code *)PTR_getopt_long_0010c0e0)" ( (pointer_expression "*(code *)PTR_getopt_long_0010c0e0" * (cast_expression "(code *)PTR_getopt_long_0010c0e0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_0010c0e0)();\n return;\n}\n\n" (function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_0010c0e0)();\n return;\n}" primitive_type (function_declarator "getopt_long(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_getopt_long_0010c0e0)();\n return;\n}" { (expression_statement "(*(code *)PTR_getopt_long_0010c0e0)();" (call_expression "(*(code *)PTR_getopt_long_0010c0e0)()" (parenthesized_expression "(*(code *)PTR_getopt_long_0010c0e0)" ( (pointer_expression "*(code *)PTR_getopt_long_0010c0e0" * (cast_expression "(code *)PTR_getopt_long_0010c0e0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) }))) | (function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_0010c0e0)();\n return;\n}" (primitive_type "void") (function_declarator "getopt_long(void)" (identifier "getopt_long") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_getopt_long_0010c0e0)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_getopt_long_0010c0e0)();" (call_expression "(*(code *)PTR_getopt_long_0010c0e0)()" (parenthesized_expression "(*(code *)PTR_getopt_long_0010c0e0)" (( "(") (pointer_expression "*(code *)PTR_getopt_long_0010c0e0" (* "*") (cast_expression "(code *)PTR_getopt_long_0010c0e0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_getopt_long_0010c0e0"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
void function_1(void)
{
(*(type_1 *)PTR_getopt_long_0010c0e0)();
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_0010c0e0)();
return;
}
|
45_i686-linux-gnu-elfedit_and_i686-linux-gnu-elfedit_strip.c | register_tm_clones | FUN_00102750 |
/* WARNING: Removing unreachable block (ram,0x00102774) */
/* WARNING: Removing unreachable block (ram,0x00102780) */
void register_tm_clones(void)
{
return;
}
|
/* WARNING: Removing unreachable block (ram,0x00102774) */
/* WARNING: Removing unreachable block (ram,0x00102780) */
void FUN_00102750(void)
{
return;
}
| LEA RDI,[0x10a2b0]
LEA RSI,[0x10a2b0]
SUB RSI,RDI
SAR RSI,0x3
MOV RAX,RSI
SHR RAX,0x3f
ADD RSI,RAX
SAR RSI,0x1
JZ 0x00102788
MOV RAX,qword ptr [0x00109fe8]
TEST RAX,RAX
JZ 0x00102788
JMP RAX
RET | null | null | null | null | [('const-0', u'RETURN_-1206966264')] | [('const-0', u'RETURN_-1206966264')] | null | null | 00102750 | x64 | O2 | (translation_unit "/* WARNING: Removing unreachable block (ram,0x00102774) */\n/* WARNING: Removing unreachable block (ram,0x00102780) */\n\nvoid FUN_00102750(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void FUN_00102750(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00102750(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (return_statement "return;" return ;) }))) | (translation_unit "/* WARNING: Removing unreachable block (ram,0x00102774) */\n/* WARNING: Removing unreachable block (ram,0x00102780) */\n\nvoid register_tm_clones(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void register_tm_clones(void)\n\n{\n return;\n}" primitive_type (function_declarator "register_tm_clones(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (return_statement "return;" return ;) }))) | (translation_unit "void FUN_00102750(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_00102750(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00102750(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_00102750(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_00102750(void)" (identifier "FUN_00102750") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* WARNING: Removing unreachable block (ram,0x00102774) */
/* WARNING: Removing unreachable block (ram,0x00102780) */
void function_1(void)
{
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement)))) | null |
/* WARNING: Removing unreachable block (ram,0x00102774) */
/* WARNING: Removing unreachable block (ram,0x00102780) */
void MASKED(void)
{
return;
}
|
8261_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c | operator<< | FUN_002e84f0 |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::wostream& std::TEMPNAMEPLACEHOLDERVALUE(std::wostream&, std::_Setfill<wchar_t>) */
wostream * std::operator<<(wostream *param_1,undefined4 param_2)
{
long lVar1;
long *plVar2;
lVar1 = *(long *)(*(long *)param_1 + -0x18);
if (param_1[lVar1 + 0xe4] != (wostream)0x0) {
*(undefined4 *)(param_1 + lVar1 + 0xe0) = param_2;
return param_1;
}
plVar2 = *(long **)(param_1 + lVar1 + 0xf0);
if (plVar2 != (long *)0x0) {
(**(code **)(*plVar2 + 0x50))(plVar2,0x20);
param_1[lVar1 + 0xe4] = (wostream)0x1;
*(undefined4 *)(param_1 + lVar1 + 0xe0) = param_2;
return param_1;
}
/* WARNING: Subroutine does not return */
__throw_bad_cast();
}
|
long * FUN_002e84f0(long *param_1,undefined4 param_2)
{
long lVar1;
long *plVar2;
lVar1 = *(long *)(*param_1 + -0x18);
if (*(char *)((long)param_1 + lVar1 + 0xe4) != '\0') {
*(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;
return param_1;
}
plVar2 = *(long **)((long)param_1 + lVar1 + 0xf0);
if (plVar2 != (long *)0x0) {
(**(code **)(*plVar2 + 0x50))(plVar2,0x20);
*(undefined1 *)((long)param_1 + lVar1 + 0xe4) = 1;
*(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;
return param_1;
}
/* WARNING: Subroutine does not return */
FUN_00319460();
}
| PUSH R12
MOV R12D,ESI
PUSH RBP
PUSH RBX
MOV RAX,qword ptr [RDI]
MOV RBX,RDI
MOV RBP,qword ptr [RAX + -0x18]
ADD RBP,RDI
CMP byte ptr [RBP + 0xe4],0x0
JZ 0x002e8520
MOV dword ptr [RBP + 0xe0],R12D
MOV RAX,RBX
POP RBX
POP RBP
POP R12
RET
MOV RDI,qword ptr [RBP + 0xf0]
TEST RDI,RDI
JZ 0x002e854d
MOV RAX,qword ptr [RDI]
MOV ESI,0x20
CALL qword ptr [RAX + 0x50]
MOV byte ptr [RBP + 0xe4],0x1
MOV RAX,RBX
MOV dword ptr [RBP + 0xe0],R12D
POP RBX
POP RBP
POP R12
RET
CALL 0x00319460 | null | null | null | null | [(u'LOAD_-1204714207', u'INT_NOTEQUAL_-1204714191'), (u'LOAD_-1204714226', u'INT_ADD_-1204714044'), ('tmp_380', u'PTRADD_-1204714145'), ('const--24', u'INT_ADD_-1204714210'), ('const-1', u'PTRADD_-1204714085'), (u'CAST_-1204713956', u'LOAD_-1204714111'), (u'PTRADD_-1204714026', u'CAST_-1204713942'), ('const-1', u'PTRADD_-1204714026'), ('const-433', u'LOAD_-1204714226'), (u'INT_ADD_-1204714210', u'CAST_-1204714013'), (u'INT_ADD_-1204714028', u'PTRADD_-1204714085'), ('const-0', u'RETURN_-1204714053'), ('const-433', u'STORE_-1204714086'), (u'CAST_-1204713977', u'LOAD_-1204714147'), ('const-1', u'RETURN_-1204714047'), (u'COPY_-1204714094', u'RETURN_-1204714053'), (u'LOAD_-1204714226', u'INT_ADD_-1204714004'), (u'PTRADD_-1204714145', u'LOAD_-1204714207'), ('const-0', u'INT_NOTEQUAL_-1204714124'), (u'CAST_-1204714020', u'LOAD_-1204714236'), ('const-32', u'CALLIND_-1204714101'), ('tmp_380', u'PTRADD_-1204714123'), (u'LOAD_-1204714147', u'CALLIND_-1204714101'), ('const-1', u'PTRADD_-1204714145'), (u'LOAD_-1204714147', u'INT_NOTEQUAL_-1204714124'), (u'INT_ADD_-1204714095', u'CAST_-1204713956'), ('tmp_103', u'CBRANCH_-1204714186'), ('const-1', u'PTRADD_-1204714040'), ('tmp_380', u'PTRADD_-1204714085'), ('const-433', u'LOAD_-1204714236'), ('const-1', u'PTRADD_-1204714123'), ('const-433', u'LOAD_-1204714111'), ('const-433', u'LOAD_-1204714147'), (u'CAST_-1204714013', u'LOAD_-1204714226'), ('const-433', u'STORE_-1204714100'), (u'PTRADD_-1204714085', u'CAST_-1204713977'), ('const-1', u'STORE_-1204714100'), (u'INT_ADD_-1204714044', u'PTRADD_-1204714123'), ('tmp_388', u'STORE_-1204714183'), (u'PTRADD_-1204714123', u'CAST_-1204713993'), (u'INT_NOTEQUAL_-1204714124', u'CBRANCH_-1204714123'), ('tmp_388', u'STORE_-1204714086'), ('tmp_380', u'PTRADD_-1204714026'), ('tmp_380', u'CAST_-1204714020'), (u'CAST_-1204713942', u'STORE_-1204714086'), (u'INT_NOTEQUAL_-1204714191', u'CBRANCH_-1204714186'), ('tmp_380', u'COPY_-1204714177'), ('const-80', u'INT_ADD_-1204714095'), ('const-0', u'INT_NOTEQUAL_-1204714191'), ('const-433', u'LOAD_-1204714207'), ('tmp_380', u'PTRADD_-1204714040'), (u'LOAD_-1204714236', u'INT_ADD_-1204714210'), (u'LOAD_-1204714111', u'CALLIND_-1204714101'), (u'INT_ADD_-1204713993', u'PTRADD_-1204714026'), (u'LOAD_-1204714226', u'INT_ADD_-1204714028'), (u'LOAD_-1204714147', u'LOAD_-1204714123'), (u'LOAD_-1204714226', u'INT_ADD_-1204713993'), ('const-224', u'INT_ADD_-1204713993'), (u'LOAD_-1204714226', u'INT_ADD_-1204714057'), (u'PTRADD_-1204714040', u'STORE_-1204714100'), ('tmp_380', u'COPY_-1204714094'), ('const-433', u'LOAD_-1204714123'), ('const-224', u'INT_ADD_-1204714044'), (u'LOAD_-1204714123', u'INT_ADD_-1204714095'), (u'INT_ADD_-1204714004', u'PTRADD_-1204714040'), (u'COPY_-1204714177', u'RETURN_-1204714146'), ('const-228', u'INT_ADD_-1204714057'), (u'INT_ADD_-1204714057', u'PTRADD_-1204714145'), ('const-0', u'RETURN_-1204714146'), ('const-240', u'INT_ADD_-1204714028'), ('const-433', u'STORE_-1204714183'), ('tmp_184', u'CBRANCH_-1204714123'), ('const-228', u'INT_ADD_-1204714004'), (u'CAST_-1204713993', u'STORE_-1204714183')] | [('tmp_382', u'CAST_-1204713976'), ('const-433', u'LOAD_-1204714236'), (u'LOAD_-1204714207', u'INT_NOTEQUAL_-1204714191'), (u'LOAD_-1204714226', u'INT_ADD_-1204714044'), ('const--24', u'INT_ADD_-1204714210'), (u'CAST_-1204713988', u'INT_ADD_-1204714169'), ('const-0', u'RETURN_-1204714053'), (u'INT_ADD_-1204714057', u'INT_ADD_-1204714191'), (u'INT_ADD_-1204714004', u'INT_ADD_-1204714086'), ('const-1', u'RETURN_-1204714047'), (u'COPY_-1204714094', u'RETURN_-1204714053'), (u'CAST_-1204714006', u'INT_ADD_-1204714191'), (u'LOAD_-1204714226', u'INT_ADD_-1204714004'), (u'INT_ADD_-1204714191', u'CAST_-1204714005'), ('tmp_382', u'CAST_-1204713988'), ('const-0', u'INT_NOTEQUAL_-1204714124'), ('tmp_465', u'STORE_-1204714183'), (u'LOAD_-1204714147', u'CALLIND_-1204714101'), (u'INT_ADD_-1204714210', u'CAST_-1204714014'), (u'INT_ADD_-1204713993', u'INT_ADD_-1204714072'), (u'LOAD_-1204714147', u'INT_NOTEQUAL_-1204714124'), ('const-433', u'STORE_-1204714100'), (u'CAST_-1204713975', u'LOAD_-1204714147'), ('const-433', u'LOAD_-1204714123'), ('const-1', u'STORE_-1204714100'), ('tmp_103', u'CBRANCH_-1204714186'), (u'CAST_-1204714005', u'LOAD_-1204714207'), (u'CAST_-1204713976', u'INT_ADD_-1204714131'), ('tmp_382', u'LOAD_-1204714236'), ('tmp_382', u'CAST_-1204713950'), (u'INT_ADD_-1204714169', u'CAST_-1204713987'), ('const-0', u'INT_NOTEQUAL_-1204714191'), (u'CAST_-1204713987', u'STORE_-1204714183'), ('tmp_382', u'COPY_-1204714177'), ('tmp_382', u'CAST_-1204713938'), ('tmp_382', u'COPY_-1204714094'), ('const-433', u'STORE_-1204714183'), (u'INT_NOTEQUAL_-1204714124', u'CBRANCH_-1204714123'), ('const-433', u'LOAD_-1204714111'), (u'INT_ADD_-1204714072', u'CAST_-1204713937'), ('const-433', u'STORE_-1204714086'), (u'INT_NOTEQUAL_-1204714191', u'CBRANCH_-1204714186'), ('const-80', u'INT_ADD_-1204714095'), (u'CAST_-1204713937', u'STORE_-1204714086'), (u'INT_ADD_-1204714044', u'INT_ADD_-1204714169'), (u'CAST_-1204713949', u'STORE_-1204714100'), (u'INT_ADD_-1204714095', u'CAST_-1204713954'), ('const-433', u'LOAD_-1204714147'), (u'INT_ADD_-1204714086', u'CAST_-1204713949'), (u'LOAD_-1204714236', u'INT_ADD_-1204714210'), ('const-433', u'LOAD_-1204714226'), (u'LOAD_-1204714111', u'CALLIND_-1204714101'), (u'CAST_-1204713938', u'INT_ADD_-1204714072'), (u'LOAD_-1204714226', u'INT_ADD_-1204714028'), (u'LOAD_-1204714147', u'LOAD_-1204714123'), (u'LOAD_-1204714226', u'INT_ADD_-1204713993'), ('const-224', u'INT_ADD_-1204713993'), (u'LOAD_-1204714226', u'INT_ADD_-1204714057'), (u'CAST_-1204713954', u'LOAD_-1204714111'), ('const-433', u'LOAD_-1204714207'), ('const-224', u'INT_ADD_-1204714044'), (u'LOAD_-1204714123', u'INT_ADD_-1204714095'), ('tmp_465', u'STORE_-1204714086'), (u'COPY_-1204714177', u'RETURN_-1204714146'), (u'CAST_-1204713950', u'INT_ADD_-1204714086'), (u'CAST_-1204714014', u'LOAD_-1204714226'), ('tmp_382', u'CAST_-1204714006'), ('const-32', u'CALLIND_-1204714101'), (u'INT_ADD_-1204714131', u'CAST_-1204713975'), (u'INT_ADD_-1204714028', u'INT_ADD_-1204714131'), ('const-228', u'INT_ADD_-1204714057'), ('const-0', u'RETURN_-1204714146'), ('const-240', u'INT_ADD_-1204714028'), ('tmp_184', u'CBRANCH_-1204714123'), ('const-228', u'INT_ADD_-1204714004')] | null | null | 002e84f0 | x64 | O2 | (translation_unit "long * FUN_002e84f0(long *param_1,undefined4 param_2)\n\n{\n long lVar1;\n long *plVar2;\n \n lVar1 = *(long *)(*param_1 + -0x18);\n if (*(char *)((long)param_1 + lVar1 + 0xe4) != '\0') {\n *(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }\n plVar2 = *(long **)((long)param_1 + lVar1 + 0xf0);\n if (plVar2 != (long *)0x0) {\n (**(code **)(*plVar2 + 0x50))(plVar2,0x20);\n *(undefined1 *)((long)param_1 + lVar1 + 0xe4) = 1;\n *(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n FUN_00319460();\n}\n\n" (function_definition "long * FUN_002e84f0(long *param_1,undefined4 param_2)\n\n{\n long lVar1;\n long *plVar2;\n \n lVar1 = *(long *)(*param_1 + -0x18);\n if (*(char *)((long)param_1 + lVar1 + 0xe4) != '\0') {\n *(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }\n plVar2 = *(long **)((long)param_1 + lVar1 + 0xf0);\n if (plVar2 != (long *)0x0) {\n (**(code **)(*plVar2 + 0x50))(plVar2,0x20);\n *(undefined1 *)((long)param_1 + lVar1 + 0xe4) = 1;\n *(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n FUN_00319460();\n}" (sized_type_specifier "long" long) (pointer_declarator "* FUN_002e84f0(long *param_1,undefined4 param_2)" * (function_declarator "FUN_002e84f0(long *param_1,undefined4 param_2)" identifier (parameter_list "(long *param_1,undefined4 param_2)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) )))) (compound_statement "{\n long lVar1;\n long *plVar2;\n \n lVar1 = *(long *)(*param_1 + -0x18);\n if (*(char *)((long)param_1 + lVar1 + 0xe4) != '\0') {\n *(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }\n plVar2 = *(long **)((long)param_1 + lVar1 + 0xf0);\n if (plVar2 != (long *)0x0) {\n (**(code **)(*plVar2 + 0x50))(plVar2,0x20);\n *(undefined1 *)((long)param_1 + lVar1 + 0xe4) = 1;\n *(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n FUN_00319460();\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long *plVar2;" (sized_type_specifier "long" long) (pointer_declarator "*plVar2" * identifier) ;) (expression_statement "lVar1 = *(long *)(*param_1 + -0x18);" (assignment_expression "lVar1 = *(long *)(*param_1 + -0x18)" identifier = (pointer_expression "*(long *)(*param_1 + -0x18)" * (cast_expression "(long *)(*param_1 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0x18)" ( (binary_expression "*param_1 + -0x18" (pointer_expression "*param_1" * identifier) + number_literal) ))))) ;) (if_statement "if (*(char *)((long)param_1 + lVar1 + 0xe4) != '\0') {\n *(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }" if (parenthesized_expression "(*(char *)((long)param_1 + lVar1 + 0xe4) != '\0')" ( (binary_expression "*(char *)((long)param_1 + lVar1 + 0xe4) != '\0'" (pointer_expression "*(char *)((long)param_1 + lVar1 + 0xe4)" * (cast_expression "(char *)((long)param_1 + lVar1 + 0xe4)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + lVar1 + 0xe4)" ( (binary_expression "(long)param_1 + lVar1 + 0xe4" (binary_expression "(long)param_1 + lVar1" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n *(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }" { (expression_statement "*(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;" (assignment_expression "*(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2" (pointer_expression "*(undefined4 *)((long)param_1 + lVar1 + 0xe0)" * (cast_expression "(undefined4 *)((long)param_1 + lVar1 + 0xe0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + lVar1 + 0xe0)" ( (binary_expression "(long)param_1 + lVar1 + 0xe0" (binary_expression "(long)param_1 + lVar1" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (return_statement "return param_1;" return identifier ;) })) (expression_statement "plVar2 = *(long **)((long)param_1 + lVar1 + 0xf0);" (assignment_expression "plVar2 = *(long **)((long)param_1 + lVar1 + 0xf0)" identifier = (pointer_expression "*(long **)((long)param_1 + lVar1 + 0xf0)" * (cast_expression "(long **)((long)param_1 + lVar1 + 0xf0)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)param_1 + lVar1 + 0xf0)" ( (binary_expression "(long)param_1 + lVar1 + 0xf0" (binary_expression "(long)param_1 + lVar1" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) ))))) ;) (if_statement "if (plVar2 != (long *)0x0) {\n (**(code **)(*plVar2 + 0x50))(plVar2,0x20);\n *(undefined1 *)((long)param_1 + lVar1 + 0xe4) = 1;\n *(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }" if (parenthesized_expression "(plVar2 != (long *)0x0)" ( (binary_expression "plVar2 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (**(code **)(*plVar2 + 0x50))(plVar2,0x20);\n *(undefined1 *)((long)param_1 + lVar1 + 0xe4) = 1;\n *(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }" { (expression_statement "(**(code **)(*plVar2 + 0x50))(plVar2,0x20);" (call_expression "(**(code **)(*plVar2 + 0x50))(plVar2,0x20)" (parenthesized_expression "(**(code **)(*plVar2 + 0x50))" ( (pointer_expression "**(code **)(*plVar2 + 0x50)" * (pointer_expression "*(code **)(*plVar2 + 0x50)" * (cast_expression "(code **)(*plVar2 + 0x50)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar2 + 0x50)" ( (binary_expression "*plVar2 + 0x50" (pointer_expression "*plVar2" * identifier) + number_literal) ))))) )) (argument_list "(plVar2,0x20)" ( identifier , number_literal ))) ;) (expression_statement "*(undefined1 *)((long)param_1 + lVar1 + 0xe4) = 1;" (assignment_expression "*(undefined1 *)((long)param_1 + lVar1 + 0xe4) = 1" (pointer_expression "*(undefined1 *)((long)param_1 + lVar1 + 0xe4)" * (cast_expression "(undefined1 *)((long)param_1 + lVar1 + 0xe4)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + lVar1 + 0xe4)" ( (binary_expression "(long)param_1 + lVar1 + 0xe4" (binary_expression "(long)param_1 + lVar1" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;" (assignment_expression "*(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2" (pointer_expression "*(undefined4 *)((long)param_1 + lVar1 + 0xe0)" * (cast_expression "(undefined4 *)((long)param_1 + lVar1 + 0xe0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + lVar1 + 0xe0)" ( (binary_expression "(long)param_1 + lVar1 + 0xe0" (binary_expression "(long)param_1 + lVar1" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (return_statement "return param_1;" return identifier ;) })) comment (expression_statement "FUN_00319460();" (call_expression "FUN_00319460()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* std::wostream& std::TEMPNAMEPLACEHOLDERVALUE(std::wostream&, std::_Setfill<wchar_t>) */\n\nwostream * std::operator<<(wostream *param_1,undefined4 param_2)\n\n{\n long lVar1;\n long *plVar2;\n \n lVar1 = *(long *)(*(long *)param_1 + -0x18);\n if (param_1[lVar1 + 0xe4] != (wostream)0x0) {\n *(undefined4 *)(param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }\n plVar2 = *(long **)(param_1 + lVar1 + 0xf0);\n if (plVar2 != (long *)0x0) {\n (**(code **)(*plVar2 + 0x50))(plVar2,0x20);\n param_1[lVar1 + 0xe4] = (wostream)0x1;\n *(undefined4 *)(param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n __throw_bad_cast();\n}\n\n" comment comment (ERROR "wostream * std::operator<<(wostream *param_1,undefined4 param_2)" (binary_expression "wostream * std::operator<<(wostream *param_1,undefined4 param_2)" (binary_expression "wostream * std" identifier * identifier) (ERROR "::operator" : : identifier) << (parenthesized_expression "(wostream *param_1,undefined4 param_2)" ( (comma_expression "wostream *param_1,undefined4" (binary_expression "wostream *param_1" identifier * identifier) , identifier) (ERROR "param_2" identifier) )))) (compound_statement "{\n long lVar1;\n long *plVar2;\n \n lVar1 = *(long *)(*(long *)param_1 + -0x18);\n if (param_1[lVar1 + 0xe4] != (wostream)0x0) {\n *(undefined4 *)(param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }\n plVar2 = *(long **)(param_1 + lVar1 + 0xf0);\n if (plVar2 != (long *)0x0) {\n (**(code **)(*plVar2 + 0x50))(plVar2,0x20);\n param_1[lVar1 + 0xe4] = (wostream)0x1;\n *(undefined4 *)(param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n __throw_bad_cast();\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long *plVar2;" (sized_type_specifier "long" long) (pointer_declarator "*plVar2" * identifier) ;) (expression_statement "lVar1 = *(long *)(*(long *)param_1 + -0x18);" (assignment_expression "lVar1 = *(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) ))))) ;) (if_statement "if (param_1[lVar1 + 0xe4] != (wostream)0x0) {\n *(undefined4 *)(param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }" if (parenthesized_expression "(param_1[lVar1 + 0xe4] != (wostream)0x0)" ( (binary_expression "param_1[lVar1 + 0xe4] != (wostream)0x0" (subscript_expression "param_1[lVar1 + 0xe4]" identifier [ (binary_expression "lVar1 + 0xe4" identifier + number_literal) ]) != (cast_expression "(wostream)0x0" ( (type_descriptor "wostream" type_identifier) ) number_literal)) )) (compound_statement "{\n *(undefined4 *)(param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }" { (expression_statement "*(undefined4 *)(param_1 + lVar1 + 0xe0) = param_2;" (assignment_expression "*(undefined4 *)(param_1 + lVar1 + 0xe0) = param_2" (pointer_expression "*(undefined4 *)(param_1 + lVar1 + 0xe0)" * (cast_expression "(undefined4 *)(param_1 + lVar1 + 0xe0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + lVar1 + 0xe0)" ( (binary_expression "param_1 + lVar1 + 0xe0" (binary_expression "param_1 + lVar1" identifier + identifier) + number_literal) )))) = identifier) ;) (return_statement "return param_1;" return identifier ;) })) (expression_statement "plVar2 = *(long **)(param_1 + lVar1 + 0xf0);" (assignment_expression "plVar2 = *(long **)(param_1 + lVar1 + 0xf0)" identifier = (pointer_expression "*(long **)(param_1 + lVar1 + 0xf0)" * (cast_expression "(long **)(param_1 + lVar1 + 0xf0)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + lVar1 + 0xf0)" ( (binary_expression "param_1 + lVar1 + 0xf0" (binary_expression "param_1 + lVar1" identifier + identifier) + number_literal) ))))) ;) (if_statement "if (plVar2 != (long *)0x0) {\n (**(code **)(*plVar2 + 0x50))(plVar2,0x20);\n param_1[lVar1 + 0xe4] = (wostream)0x1;\n *(undefined4 *)(param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }" if (parenthesized_expression "(plVar2 != (long *)0x0)" ( (binary_expression "plVar2 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (**(code **)(*plVar2 + 0x50))(plVar2,0x20);\n param_1[lVar1 + 0xe4] = (wostream)0x1;\n *(undefined4 *)(param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }" { (expression_statement "(**(code **)(*plVar2 + 0x50))(plVar2,0x20);" (call_expression "(**(code **)(*plVar2 + 0x50))(plVar2,0x20)" (parenthesized_expression "(**(code **)(*plVar2 + 0x50))" ( (pointer_expression "**(code **)(*plVar2 + 0x50)" * (pointer_expression "*(code **)(*plVar2 + 0x50)" * (cast_expression "(code **)(*plVar2 + 0x50)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar2 + 0x50)" ( (binary_expression "*plVar2 + 0x50" (pointer_expression "*plVar2" * identifier) + number_literal) ))))) )) (argument_list "(plVar2,0x20)" ( identifier , number_literal ))) ;) (expression_statement "param_1[lVar1 + 0xe4] = (wostream)0x1;" (assignment_expression "param_1[lVar1 + 0xe4] = (wostream)0x1" (subscript_expression "param_1[lVar1 + 0xe4]" identifier [ (binary_expression "lVar1 + 0xe4" identifier + number_literal) ]) = (cast_expression "(wostream)0x1" ( (type_descriptor "wostream" type_identifier) ) number_literal)) ;) (expression_statement "*(undefined4 *)(param_1 + lVar1 + 0xe0) = param_2;" (assignment_expression "*(undefined4 *)(param_1 + lVar1 + 0xe0) = param_2" (pointer_expression "*(undefined4 *)(param_1 + lVar1 + 0xe0)" * (cast_expression "(undefined4 *)(param_1 + lVar1 + 0xe0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + lVar1 + 0xe0)" ( (binary_expression "param_1 + lVar1 + 0xe0" (binary_expression "param_1 + lVar1" identifier + identifier) + number_literal) )))) = identifier) ;) (return_statement "return param_1;" return identifier ;) })) comment (expression_statement "__throw_bad_cast();" (call_expression "__throw_bad_cast()" identifier (argument_list "()" ( ))) ;) })) | (translation_unit "long * FUN_002e84f0(long *param_1,undefined4 param_2)\n\n{\n long lVar1;\n long *plVar2;\n \n lVar1 = *(long *)(*param_1 + -0x18);\n if (*(char *)((long)param_1 + lVar1 + 0xe4) != '\0') {\n *(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }\n plVar2 = *(long **)((long)param_1 + lVar1 + 0xf0);\n if (plVar2 != (long *)0x0) {\n (**(code **)(*plVar2 + 0x50))(plVar2,0x20);\n *(undefined1 *)((long)param_1 + lVar1 + 0xe4) = 1;\n *(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }\n \n FUN_00319460();\n}\n\n" (function_definition "long * FUN_002e84f0(long *param_1,undefined4 param_2)\n\n{\n long lVar1;\n long *plVar2;\n \n lVar1 = *(long *)(*param_1 + -0x18);\n if (*(char *)((long)param_1 + lVar1 + 0xe4) != '\0') {\n *(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }\n plVar2 = *(long **)((long)param_1 + lVar1 + 0xf0);\n if (plVar2 != (long *)0x0) {\n (**(code **)(*plVar2 + 0x50))(plVar2,0x20);\n *(undefined1 *)((long)param_1 + lVar1 + 0xe4) = 1;\n *(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }\n \n FUN_00319460();\n}" (sized_type_specifier "long" long) (pointer_declarator "* FUN_002e84f0(long *param_1,undefined4 param_2)" * (function_declarator "FUN_002e84f0(long *param_1,undefined4 param_2)" identifier (parameter_list "(long *param_1,undefined4 param_2)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) )))) (compound_statement "{\n long lVar1;\n long *plVar2;\n \n lVar1 = *(long *)(*param_1 + -0x18);\n if (*(char *)((long)param_1 + lVar1 + 0xe4) != '\0') {\n *(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }\n plVar2 = *(long **)((long)param_1 + lVar1 + 0xf0);\n if (plVar2 != (long *)0x0) {\n (**(code **)(*plVar2 + 0x50))(plVar2,0x20);\n *(undefined1 *)((long)param_1 + lVar1 + 0xe4) = 1;\n *(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }\n \n FUN_00319460();\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long *plVar2;" (sized_type_specifier "long" long) (pointer_declarator "*plVar2" * identifier) ;) (expression_statement "lVar1 = *(long *)(*param_1 + -0x18);" (assignment_expression "lVar1 = *(long *)(*param_1 + -0x18)" identifier = (pointer_expression "*(long *)(*param_1 + -0x18)" * (cast_expression "(long *)(*param_1 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0x18)" ( (binary_expression "*param_1 + -0x18" (pointer_expression "*param_1" * identifier) + number_literal) ))))) ;) (if_statement "if (*(char *)((long)param_1 + lVar1 + 0xe4) != '\0') {\n *(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }" if (parenthesized_expression "(*(char *)((long)param_1 + lVar1 + 0xe4) != '\0')" ( (binary_expression "*(char *)((long)param_1 + lVar1 + 0xe4) != '\0'" (pointer_expression "*(char *)((long)param_1 + lVar1 + 0xe4)" * (cast_expression "(char *)((long)param_1 + lVar1 + 0xe4)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + lVar1 + 0xe4)" ( (binary_expression "(long)param_1 + lVar1 + 0xe4" (binary_expression "(long)param_1 + lVar1" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n *(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }" { (expression_statement "*(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;" (assignment_expression "*(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2" (pointer_expression "*(undefined4 *)((long)param_1 + lVar1 + 0xe0)" * (cast_expression "(undefined4 *)((long)param_1 + lVar1 + 0xe0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + lVar1 + 0xe0)" ( (binary_expression "(long)param_1 + lVar1 + 0xe0" (binary_expression "(long)param_1 + lVar1" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (return_statement "return param_1;" return identifier ;) })) (expression_statement "plVar2 = *(long **)((long)param_1 + lVar1 + 0xf0);" (assignment_expression "plVar2 = *(long **)((long)param_1 + lVar1 + 0xf0)" identifier = (pointer_expression "*(long **)((long)param_1 + lVar1 + 0xf0)" * (cast_expression "(long **)((long)param_1 + lVar1 + 0xf0)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)param_1 + lVar1 + 0xf0)" ( (binary_expression "(long)param_1 + lVar1 + 0xf0" (binary_expression "(long)param_1 + lVar1" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) ))))) ;) (if_statement "if (plVar2 != (long *)0x0) {\n (**(code **)(*plVar2 + 0x50))(plVar2,0x20);\n *(undefined1 *)((long)param_1 + lVar1 + 0xe4) = 1;\n *(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }" if (parenthesized_expression "(plVar2 != (long *)0x0)" ( (binary_expression "plVar2 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (**(code **)(*plVar2 + 0x50))(plVar2,0x20);\n *(undefined1 *)((long)param_1 + lVar1 + 0xe4) = 1;\n *(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }" { (expression_statement "(**(code **)(*plVar2 + 0x50))(plVar2,0x20);" (call_expression "(**(code **)(*plVar2 + 0x50))(plVar2,0x20)" (parenthesized_expression "(**(code **)(*plVar2 + 0x50))" ( (pointer_expression "**(code **)(*plVar2 + 0x50)" * (pointer_expression "*(code **)(*plVar2 + 0x50)" * (cast_expression "(code **)(*plVar2 + 0x50)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar2 + 0x50)" ( (binary_expression "*plVar2 + 0x50" (pointer_expression "*plVar2" * identifier) + number_literal) ))))) )) (argument_list "(plVar2,0x20)" ( identifier , number_literal ))) ;) (expression_statement "*(undefined1 *)((long)param_1 + lVar1 + 0xe4) = 1;" (assignment_expression "*(undefined1 *)((long)param_1 + lVar1 + 0xe4) = 1" (pointer_expression "*(undefined1 *)((long)param_1 + lVar1 + 0xe4)" * (cast_expression "(undefined1 *)((long)param_1 + lVar1 + 0xe4)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + lVar1 + 0xe4)" ( (binary_expression "(long)param_1 + lVar1 + 0xe4" (binary_expression "(long)param_1 + lVar1" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;" (assignment_expression "*(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2" (pointer_expression "*(undefined4 *)((long)param_1 + lVar1 + 0xe0)" * (cast_expression "(undefined4 *)((long)param_1 + lVar1 + 0xe0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + lVar1 + 0xe0)" ( (binary_expression "(long)param_1 + lVar1 + 0xe0" (binary_expression "(long)param_1 + lVar1" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (return_statement "return param_1;" return identifier ;) })) (expression_statement "FUN_00319460();" (call_expression "FUN_00319460()" identifier (argument_list "()" ( ))) ;) }))) | (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) )))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) + LIT) )))) != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) + LIT) )))) = IDENT) ;) (return_statement return 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 (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression (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 , LIT ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) + LIT) )))) = IDENT) ;) (return_statement return IDENT ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "long * FUN_002e84f0(long *param_1,undefined4 param_2)\n\n{\n long lVar1;\n long *plVar2;\n \n lVar1 = *(long *)(*param_1 + -0x18);\n if (*(char *)((long)param_1 + lVar1 + 0xe4) != '\0') {\n *(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }\n plVar2 = *(long **)((long)param_1 + lVar1 + 0xf0);\n if (plVar2 != (long *)0x0) {\n (**(code **)(*plVar2 + 0x50))(plVar2,0x20);\n *(undefined1 *)((long)param_1 + lVar1 + 0xe4) = 1;\n *(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }\n \n FUN_00319460();\n}" (sized_type_specifier "long" (long "long")) (pointer_declarator "* FUN_002e84f0(long *param_1,undefined4 param_2)" (* "*") (function_declarator "FUN_002e84f0(long *param_1,undefined4 param_2)" (identifier "FUN_002e84f0") (parameter_list "(long *param_1,undefined4 param_2)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) () ")")))) (compound_statement "{\n long lVar1;\n long *plVar2;\n \n lVar1 = *(long *)(*param_1 + -0x18);\n if (*(char *)((long)param_1 + lVar1 + 0xe4) != '\0') {\n *(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }\n plVar2 = *(long **)((long)param_1 + lVar1 + 0xf0);\n if (plVar2 != (long *)0x0) {\n (**(code **)(*plVar2 + 0x50))(plVar2,0x20);\n *(undefined1 *)((long)param_1 + lVar1 + 0xe4) = 1;\n *(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }\n \n FUN_00319460();\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "long *plVar2;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar2" (* "*") (identifier "plVar2")) (; ";")) (expression_statement "lVar1 = *(long *)(*param_1 + -0x18);" (assignment_expression "lVar1 = *(long *)(*param_1 + -0x18)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(*param_1 + -0x18)" (* "*") (cast_expression "(long *)(*param_1 + -0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + -0x18)" (( "(") (binary_expression "*param_1 + -0x18" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "-0x18")) () ")"))))) (; ";")) (if_statement "if (*(char *)((long)param_1 + lVar1 + 0xe4) != '\0') {\n *(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }" (if "if") (parenthesized_expression "(*(char *)((long)param_1 + lVar1 + 0xe4) != '\0')" (( "(") (binary_expression "*(char *)((long)param_1 + lVar1 + 0xe4) != '\0'" (pointer_expression "*(char *)((long)param_1 + lVar1 + 0xe4)" (* "*") (cast_expression "(char *)((long)param_1 + lVar1 + 0xe4)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + lVar1 + 0xe4)" (( "(") (binary_expression "(long)param_1 + lVar1 + 0xe4" (binary_expression "(long)param_1 + lVar1" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (identifier "lVar1")) (+ "+") (number_literal "0xe4")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n *(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }" ({ "{") (expression_statement "*(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;" (assignment_expression "*(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2" (pointer_expression "*(undefined4 *)((long)param_1 + lVar1 + 0xe0)" (* "*") (cast_expression "(undefined4 *)((long)param_1 + lVar1 + 0xe0)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + lVar1 + 0xe0)" (( "(") (binary_expression "(long)param_1 + lVar1 + 0xe0" (binary_expression "(long)param_1 + lVar1" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (identifier "lVar1")) (+ "+") (number_literal "0xe0")) () ")")))) (= "=") (identifier "param_2")) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}"))) (expression_statement "plVar2 = *(long **)((long)param_1 + lVar1 + 0xf0);" (assignment_expression "plVar2 = *(long **)((long)param_1 + lVar1 + 0xf0)" (identifier "plVar2") (= "=") (pointer_expression "*(long **)((long)param_1 + lVar1 + 0xf0)" (* "*") (cast_expression "(long **)((long)param_1 + lVar1 + 0xf0)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((long)param_1 + lVar1 + 0xf0)" (( "(") (binary_expression "(long)param_1 + lVar1 + 0xf0" (binary_expression "(long)param_1 + lVar1" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (identifier "lVar1")) (+ "+") (number_literal "0xf0")) () ")"))))) (; ";")) (if_statement "if (plVar2 != (long *)0x0) {\n (**(code **)(*plVar2 + 0x50))(plVar2,0x20);\n *(undefined1 *)((long)param_1 + lVar1 + 0xe4) = 1;\n *(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }" (if "if") (parenthesized_expression "(plVar2 != (long *)0x0)" (( "(") (binary_expression "plVar2 != (long *)0x0" (identifier "plVar2") (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n (**(code **)(*plVar2 + 0x50))(plVar2,0x20);\n *(undefined1 *)((long)param_1 + lVar1 + 0xe4) = 1;\n *(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;\n return param_1;\n }" ({ "{") (expression_statement "(**(code **)(*plVar2 + 0x50))(plVar2,0x20);" (call_expression "(**(code **)(*plVar2 + 0x50))(plVar2,0x20)" (parenthesized_expression "(**(code **)(*plVar2 + 0x50))" (( "(") (pointer_expression "**(code **)(*plVar2 + 0x50)" (* "*") (pointer_expression "*(code **)(*plVar2 + 0x50)" (* "*") (cast_expression "(code **)(*plVar2 + 0x50)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar2 + 0x50)" (( "(") (binary_expression "*plVar2 + 0x50" (pointer_expression "*plVar2" (* "*") (identifier "plVar2")) (+ "+") (number_literal "0x50")) () ")"))))) () ")")) (argument_list "(plVar2,0x20)" (( "(") (identifier "plVar2") (, ",") (number_literal "0x20") () ")"))) (; ";")) (expression_statement "*(undefined1 *)((long)param_1 + lVar1 + 0xe4) = 1;" (assignment_expression "*(undefined1 *)((long)param_1 + lVar1 + 0xe4) = 1" (pointer_expression "*(undefined1 *)((long)param_1 + lVar1 + 0xe4)" (* "*") (cast_expression "(undefined1 *)((long)param_1 + lVar1 + 0xe4)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + lVar1 + 0xe4)" (( "(") (binary_expression "(long)param_1 + lVar1 + 0xe4" (binary_expression "(long)param_1 + lVar1" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (identifier "lVar1")) (+ "+") (number_literal "0xe4")) () ")")))) (= "=") (number_literal "1")) (; ";")) (expression_statement "*(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;" (assignment_expression "*(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2" (pointer_expression "*(undefined4 *)((long)param_1 + lVar1 + 0xe0)" (* "*") (cast_expression "(undefined4 *)((long)param_1 + lVar1 + 0xe0)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + lVar1 + 0xe0)" (( "(") (binary_expression "(long)param_1 + lVar1 + 0xe0" (binary_expression "(long)param_1 + lVar1" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (identifier "lVar1")) (+ "+") (number_literal "0xe0")) () ")")))) (= "=") (identifier "param_2")) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}"))) (expression_statement "FUN_00319460();" (call_expression "FUN_00319460()" (identifier "FUN_00319460") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::wostream& std::TEMPNAMEPLACEHOLDERVALUE(std::wostream&, std::_Setfill<wchar_t>) */
type_1 * std::operator<<(type_1 *var_2,type_2 param_2)
{
long var_1;
long *var_3;
var_1 = *(long *)(*(long *)var_2 + -0x18);
if (var_2[var_1 + 0xe4] != (type_1)0x0) {
*(type_2 *)(var_2 + var_1 + 0xe0) = param_2;
return var_2;
}
var_3 = *(long **)(var_2 + var_1 + 0xf0);
if (var_3 != (long *)0x0) {
(**(type_3 **)(*var_3 + 0x50))(var_3,0x20);
var_2[var_1 + 0xe4] = (type_1)0x1;
*(type_2 *)(var_2 + var_1 + 0xe0) = param_2;
return var_2;
}
/* WARNING: Subroutine does not return */
var_4();
}
| 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))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (identifier))) (return_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: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier)) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (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) (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (identifier))) (return_statement (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
long * MASKED(long *param_1,undefined4 param_2)
{
long lVar1;
long *plVar2;
lVar1 = *(long *)(*param_1 + -0x18);
if (*(char *)((long)param_1 + lVar1 + 0xe4) != '\0') {
*(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;
return param_1;
}
plVar2 = *(long **)((long)param_1 + lVar1 + 0xf0);
if (plVar2 != (long *)0x0) {
(**(code **)(*plVar2 + 0x50))(plVar2,0x20);
*(undefined1 *)((long)param_1 + lVar1 + 0xe4) = 1;
*(undefined4 *)((long)param_1 + lVar1 + 0xe0) = param_2;
return param_1;
}
/* WARNING: Subroutine does not return */
FUN_00319460();
}
|
109_aarch64-linux-gnu-addr2line_and_aarch64-linux-gnu-addr2line_strip.c | dupargv | FUN_00104230 |
char ** dupargv(char **argv)
{
long lVar1;
char **ppcVar2;
undefined8 uVar3;
char **ppcVar4;
long lVar5;
if (argv == (char **)0x0) {
ppcVar2 = (char **)0x0;
}
else {
if (*argv == (char *)0x0) {
lVar5 = 8;
}
else {
lVar5 = 1;
do {
lVar1 = lVar5;
lVar5 = lVar1 + 1;
} while (argv[lVar1] != (char *)0x0);
lVar5 = (long)((int)lVar1 + 1) << 3;
}
ppcVar2 = (char **)xmalloc(lVar5);
ppcVar4 = ppcVar2;
if (*argv != (char *)0x0) {
lVar5 = 0;
do {
uVar3 = xstrdup();
*(undefined8 *)((long)ppcVar2 + lVar5) = uVar3;
lVar5 = lVar5 + 8;
} while (*(long *)((long)argv + lVar5) != 0);
ppcVar4 = (char **)(lVar5 + (long)ppcVar2);
}
*ppcVar4 = (char *)0x0;
}
return ppcVar2;
}
|
undefined8 * FUN_00104230(long *param_1)
{
long lVar1;
undefined8 *puVar2;
undefined8 uVar3;
undefined8 *puVar4;
long lVar5;
if (param_1 == (long *)0x0) {
puVar2 = (undefined8 *)0x0;
}
else {
if (*param_1 == 0) {
lVar5 = 8;
}
else {
lVar5 = 1;
do {
lVar1 = lVar5;
lVar5 = lVar1 + 1;
} while (param_1[lVar1] != 0);
lVar5 = (long)((int)lVar1 + 1) << 3;
}
puVar2 = (undefined8 *)xmalloc(lVar5);
puVar4 = puVar2;
if (*param_1 != 0) {
lVar5 = 0;
do {
uVar3 = xstrdup();
*(undefined8 *)((long)puVar2 + lVar5) = uVar3;
lVar5 = lVar5 + 8;
} while (*(long *)((long)param_1 + lVar5) != 0);
puVar4 = (undefined8 *)(lVar5 + (long)puVar2);
}
*puVar4 = 0;
}
return puVar2;
}
| PUSH R12
PUSH RBP
PUSH RBX
TEST RDI,RDI
JZ 0x001042c5
CMP qword ptr [RDI],0x0
MOV RBP,RDI
JZ 0x001042b0
MOV EAX,0x1
NOP dword ptr [RAX + RAX*0x1]
MOV ECX,EAX
ADD RAX,0x1
CMP qword ptr [RBP + RAX*0x8 + -0x8],0x0
JNZ 0x00104250
LEA EDI,[RCX + 0x1]
MOVSXD RDI,EDI
SHL RDI,0x3
CALL 0x00102230
MOV RDI,qword ptr [RBP]
MOV R12,RAX
TEST RDI,RDI
JZ 0x001042c0
XOR EBX,EBX
NOP dword ptr [RAX + RAX*0x1]
CALL 0x00102260
MOV qword ptr [R12 + RBX*0x1],RAX
ADD RBX,0x8
MOV RDI,qword ptr [RBP + RBX*0x1]
TEST RDI,RDI
JNZ 0x00104280
ADD RBX,R12
MOV qword ptr [RBX],0x0
MOV RAX,R12
POP RBX
POP RBP
POP R12
RET
MOV EDI,0x8
JMP 0x00104268
MOV RBX,RAX
JMP 0x0010429a
XOR R12D,R12D
JMP 0x001042a1 | null | null | null | null | [(u'SUBPIECE_-1206959014', u'INT_ADD_-1206959441'), (u'CAST_-1206958925', u'LOAD_-1206959324'), (u'INT_ADD_-1206959282', u'CAST_-1206958913'), (u'INT_EQUAL_-1206959519', u'CBRANCH_-1206959512'), (u'COPY_-1206959056', u'INT_ADD_-1206959476'), ('const-433', u'LOAD_-1206959324'), (u'COPY_-1206959056', u'SUBPIECE_-1206959014'), (u'CAST_-1206958936', u'INT_ADD_-1206959329'), (u'CAST_-1206958926', u'INT_ADD_-1206959308'), ('const-1', u'INT_ADD_-1206959441'), ('const-8', u'PTRADD_-1206958990'), (u'CAST_-1206958935', u'STORE_-1206959343'), (u'MULTIEQUAL_-1206959068', u'CALL_-1206959400'), ('tmp_436', u'CBRANCH_-1206959301'), ('tmp_540', u'BRANCH_-1206959209'), ('const-433', u'LOAD_-1206959479'), ('const-0', u'STORE_-1206959287'), (u'COPY_-1206959045', u'MULTIEQUAL_-1206959127'), ('const-0', u'COPY_-1206959126'), ('const-0', u'RETURN_-1206959250'), (u'MULTIEQUAL_-1206959058', u'INT_ADD_-1206959320'), ('tmp_83', u'CBRANCH_-1206959512'), ('const-0', u'INT_EQUAL_-1206959540'), (u'CAST_-1206958966', u'CAST_-1206958936'), (u'LOAD_-1206959324', u'INT_NOTEQUAL_-1206959303'), (u'INT_NOTEQUAL_-1206959375', u'CBRANCH_-1206959374'), (u'LOAD_-1206959534', u'INT_EQUAL_-1206959519'), ('tmp_551', u'CAST_-1206958926'), (u'COPY_-1206959281', u'RETURN_-1206959250'), (u'PTRADD_-1206958990', u'LOAD_-1206959479'), (u'COPY_-1206959025', u'MULTIEQUAL_-1206959001'), ('const-0', u'COPY_-1206959025'), (u'COPY_-1206959513', u'COPY_-1206959063'), ('const-0', u'INT_EQUAL_-1206959519'), ('tmp_551', u'INT_EQUAL_-1206959540'), ('const-3', u'INT_LEFT_-1206959419'), (u'INT_ADD_-1206959320', u'INT_ADD_-1206959308'), ('tmp_513', u'BRANCH_-1206959239'), (u'CAST_-1206958913', u'COPY_-1206958984'), ('const-0', u'SUBPIECE_-1206959014'), ('const-0', u'INT_NOTEQUAL_-1206959463'), (u'INT_ADD_-1206959329', u'CAST_-1206958935'), (u'LOAD_-1206959479', u'INT_NOTEQUAL_-1206959463'), (u'MULTIEQUAL_-1206959033', u'STORE_-1206959287'), (u'INT_EQUAL_-1206959540', u'CBRANCH_-1206959538'), (u'CAST_-1206958966', u'CAST_-1206958914'), ('tmp_165', u'CBRANCH_-1206959458'), (u'INT_NOTEQUAL_-1206959463', u'CBRANCH_-1206959458'), (u'COPY_-1206959248', u'MULTIEQUAL_-1206959068'), (u'LOAD_-1206959399', u'INT_NOTEQUAL_-1206959375'), (u'CALL_-1206959400', u'CAST_-1206958966'), (u'CAST_-1206958966', u'COPY_-1206959015'), ('const-433', u'LOAD_-1206959534'), ('const-8', u'INT_ADD_-1206959320'), (u'COPY_-1206959063', u'MULTIEQUAL_-1206959127'), ('const-0', u'INT_NOTEQUAL_-1206959303'), (u'INT_ADD_-1206959320', u'MULTIEQUAL_-1206959058'), ('const-433', u'STORE_-1206959343'), (u'MULTIEQUAL_-1206959127', u'COPY_-1206959056'), ('const-0', u'INT_NOTEQUAL_-1206959375'), (u'INT_ADD_-1206959320', u'INT_ADD_-1206959282'), ('const-433', u'LOAD_-1206959399'), (u'INT_NOTEQUAL_-1206959303', u'CBRANCH_-1206959301'), (u'INT_SEXT_-1206959436', u'INT_LEFT_-1206959419'), ('const-8', u'COPY_-1206959248'), (u'INT_ADD_-1206959476', u'COPY_-1206959045'), ('const-433', u'STORE_-1206959287'), (u'INT_LEFT_-1206959419', u'MULTIEQUAL_-1206959068'), ('const-1', u'INT_ADD_-1206959476'), (u'MULTIEQUAL_-1206959058', u'INT_ADD_-1206959329'), (u'CALL_-1206959348', u'STORE_-1206959343'), (u'CAST_-1206958914', u'INT_ADD_-1206959282'), ('tmp_551', u'LOAD_-1206959534'), ('tmp_48', u'CBRANCH_-1206959538'), (u'INT_ADD_-1206959441', u'INT_SEXT_-1206959436'), (u'INT_ADD_-1206959308', u'CAST_-1206958925'), (u'COPY_-1206959015', u'MULTIEQUAL_-1206959033'), ('tmp_551', u'PTRADD_-1206958990'), (u'COPY_-1206958984', u'MULTIEQUAL_-1206959033'), ('tmp_551', u'LOAD_-1206959399'), ('tmp_320', u'CBRANCH_-1206959374'), (u'CAST_-1206958966', u'MULTIEQUAL_-1206959001'), (u'COPY_-1206959126', u'MULTIEQUAL_-1206959058'), (u'MULTIEQUAL_-1206959001', u'COPY_-1206959281'), (u'COPY_-1206959056', u'PTRADD_-1206958990'), ('const-1', u'COPY_-1206959513')] | [(u'SUBPIECE_-1206959014', u'INT_ADD_-1206959441'), ('const-433', u'LOAD_-1206959399'), (u'CAST_-1206958925', u'LOAD_-1206959324'), (u'INT_ADD_-1206959282', u'CAST_-1206958913'), ('tmp_1226', u'LOAD_-1206959399'), (u'INT_EQUAL_-1206959519', u'CBRANCH_-1206959512'), (u'COPY_-1206959056', u'INT_ADD_-1206959476'), ('const-8', u'PTRADD_-1206958990'), (u'COPY_-1206959056', u'SUBPIECE_-1206959014'), (u'CAST_-1206958936', u'INT_ADD_-1206959329'), (u'CAST_-1206958926', u'INT_ADD_-1206959308'), ('const-0', u'COPY_-1206959025'), (u'CAST_-1206958935', u'STORE_-1206959343'), ('const-433', u'LOAD_-1206959324'), (u'MULTIEQUAL_-1206959068', u'CALL_-1206959400'), ('tmp_436', u'CBRANCH_-1206959301'), ('tmp_540', u'BRANCH_-1206959209'), ('const-433', u'STORE_-1206959287'), (u'COPY_-1206959045', u'MULTIEQUAL_-1206959127'), ('const-0', u'RETURN_-1206959250'), (u'MULTIEQUAL_-1206959058', u'INT_ADD_-1206959320'), ('tmp_83', u'CBRANCH_-1206959512'), ('tmp_1226', u'PTRADD_-1206958990'), ('const-0', u'INT_EQUAL_-1206959540'), (u'CAST_-1206958966', u'CAST_-1206958936'), (u'LOAD_-1206959324', u'INT_NOTEQUAL_-1206959303'), ('const-0', u'INT_NOTEQUAL_-1206959463'), (u'INT_NOTEQUAL_-1206959375', u'CBRANCH_-1206959374'), ('const-1', u'INT_ADD_-1206959441'), (u'LOAD_-1206959534', u'INT_EQUAL_-1206959519'), (u'COPY_-1206959281', u'RETURN_-1206959250'), ('const-433', u'LOAD_-1206959479'), ('const-0', u'SUBPIECE_-1206959014'), (u'PTRADD_-1206958990', u'LOAD_-1206959479'), (u'COPY_-1206959025', u'MULTIEQUAL_-1206959001'), (u'COPY_-1206959513', u'COPY_-1206959063'), (u'INT_ADD_-1206959320', u'INT_ADD_-1206959308'), ('tmp_513', u'BRANCH_-1206959239'), (u'CAST_-1206958913', u'COPY_-1206958984'), ('tmp_1226', u'INT_EQUAL_-1206959540'), (u'INT_ADD_-1206959329', u'CAST_-1206958935'), (u'LOAD_-1206959479', u'INT_NOTEQUAL_-1206959463'), ('tmp_1226', u'LOAD_-1206959534'), (u'MULTIEQUAL_-1206959033', u'STORE_-1206959287'), (u'INT_EQUAL_-1206959540', u'CBRANCH_-1206959538'), (u'CAST_-1206958966', u'CAST_-1206958914'), ('const-433', u'LOAD_-1206959534'), ('tmp_165', u'CBRANCH_-1206959458'), (u'INT_NOTEQUAL_-1206959463', u'CBRANCH_-1206959458'), (u'COPY_-1206959248', u'MULTIEQUAL_-1206959068'), (u'LOAD_-1206959399', u'INT_NOTEQUAL_-1206959375'), (u'CALL_-1206959400', u'CAST_-1206958966'), (u'CAST_-1206958966', u'COPY_-1206959015'), ('const-8', u'INT_ADD_-1206959320'), (u'COPY_-1206959063', u'MULTIEQUAL_-1206959127'), ('const-0', u'INT_NOTEQUAL_-1206959303'), ('const-0', u'COPY_-1206959126'), (u'INT_ADD_-1206959320', u'MULTIEQUAL_-1206959058'), (u'MULTIEQUAL_-1206959127', u'COPY_-1206959056'), ('const-0', u'INT_EQUAL_-1206959519'), ('const-0', u'INT_NOTEQUAL_-1206959375'), (u'INT_ADD_-1206959320', u'INT_ADD_-1206959282'), (u'INT_NOTEQUAL_-1206959303', u'CBRANCH_-1206959301'), (u'INT_SEXT_-1206959436', u'INT_LEFT_-1206959419'), ('const-8', u'COPY_-1206959248'), (u'INT_ADD_-1206959476', u'COPY_-1206959045'), ('const-0', u'STORE_-1206959287'), (u'INT_LEFT_-1206959419', u'MULTIEQUAL_-1206959068'), ('const-1', u'INT_ADD_-1206959476'), (u'MULTIEQUAL_-1206959058', u'INT_ADD_-1206959329'), (u'CALL_-1206959348', u'STORE_-1206959343'), (u'CAST_-1206958914', u'INT_ADD_-1206959282'), ('tmp_48', u'CBRANCH_-1206959538'), (u'INT_ADD_-1206959441', u'INT_SEXT_-1206959436'), ('const-433', u'STORE_-1206959343'), (u'INT_ADD_-1206959308', u'CAST_-1206958925'), (u'COPY_-1206959015', u'MULTIEQUAL_-1206959033'), ('const-3', u'INT_LEFT_-1206959419'), (u'COPY_-1206958984', u'MULTIEQUAL_-1206959033'), ('tmp_320', u'CBRANCH_-1206959374'), (u'CAST_-1206958966', u'MULTIEQUAL_-1206959001'), (u'COPY_-1206959126', u'MULTIEQUAL_-1206959058'), (u'MULTIEQUAL_-1206959001', u'COPY_-1206959281'), (u'COPY_-1206959056', u'PTRADD_-1206958990'), ('const-1', u'COPY_-1206959513'), ('tmp_1226', u'CAST_-1206958926')] | null | null | 00104230 | x64 | O2 | (translation_unit "undefined8 * FUN_00104230(long *param_1)\n\n{\n long lVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 *puVar4;\n long lVar5;\n \n if (param_1 == (long *)0x0) {\n puVar2 = (undefined8 *)0x0;\n }\n else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }\n return puVar2;\n}\n\n" (function_definition "undefined8 * FUN_00104230(long *param_1)\n\n{\n long lVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 *puVar4;\n long lVar5;\n \n if (param_1 == (long *)0x0) {\n puVar2 = (undefined8 *)0x0;\n }\n else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }\n return puVar2;\n}" type_identifier (pointer_declarator "* FUN_00104230(long *param_1)" * (function_declarator "FUN_00104230(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) )))) (compound_statement "{\n long lVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 *puVar4;\n long lVar5;\n \n if (param_1 == (long *)0x0) {\n puVar2 = (undefined8 *)0x0;\n }\n else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }\n return puVar2;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "undefined8 *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (param_1 == (long *)0x0) {\n puVar2 = (undefined8 *)0x0;\n }\n else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }" if (parenthesized_expression "(param_1 == (long *)0x0)" ( (binary_expression "param_1 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar2 = (undefined8 *)0x0;\n }" { (expression_statement "puVar2 = (undefined8 *)0x0;" (assignment_expression "puVar2 = (undefined8 *)0x0" identifier = (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }" else (compound_statement "{\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }" { (if_statement "if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }" if (parenthesized_expression "(*param_1 == 0)" ( (binary_expression "*param_1 == 0" (pointer_expression "*param_1" * identifier) == number_literal) )) (compound_statement "{\n lVar5 = 8;\n }" { (expression_statement "lVar5 = 8;" (assignment_expression "lVar5 = 8" identifier = number_literal) ;) }) (else_clause "else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }" else (compound_statement "{\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }" { (expression_statement "lVar5 = 1;" (assignment_expression "lVar5 = 1" identifier = number_literal) ;) (do_statement "do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);" do (compound_statement "{\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n }" { (expression_statement "lVar1 = lVar5;" (assignment_expression "lVar1 = lVar5" identifier = identifier) ;) (expression_statement "lVar5 = lVar1 + 1;" (assignment_expression "lVar5 = lVar1 + 1" identifier = (binary_expression "lVar1 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(param_1[lVar1] != 0)" ( (binary_expression "param_1[lVar1] != 0" (subscript_expression "param_1[lVar1]" identifier [ identifier ]) != number_literal) )) ;) (expression_statement "lVar5 = (long)((int)lVar1 + 1) << 3;" (assignment_expression "lVar5 = (long)((int)lVar1 + 1) << 3" identifier = (binary_expression "(long)((int)lVar1 + 1) << 3" (cast_expression "(long)((int)lVar1 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "((int)lVar1 + 1)" ( (binary_expression "(int)lVar1 + 1" (cast_expression "(int)lVar1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))) << number_literal)) ;) }))) (expression_statement "puVar2 = (undefined8 *)xmalloc(lVar5);" (assignment_expression "puVar2 = (undefined8 *)xmalloc(lVar5)" identifier = (cast_expression "(undefined8 *)xmalloc(lVar5)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(lVar5)" identifier (argument_list "(lVar5)" ( identifier ))))) ;) (expression_statement "puVar4 = puVar2;" (assignment_expression "puVar4 = puVar2" identifier = identifier) ;) (if_statement "if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }" if (parenthesized_expression "(*param_1 != 0)" ( (binary_expression "*param_1 != 0" (pointer_expression "*param_1" * identifier) != number_literal) )) (compound_statement "{\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }" { (expression_statement "lVar5 = 0;" (assignment_expression "lVar5 = 0" identifier = number_literal) ;) (do_statement "do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);" do (compound_statement "{\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n }" { (expression_statement "uVar3 = xstrdup();" (assignment_expression "uVar3 = xstrdup()" identifier = (call_expression "xstrdup()" identifier (argument_list "()" ( )))) ;) (expression_statement "*(undefined8 *)((long)puVar2 + lVar5) = uVar3;" (assignment_expression "*(undefined8 *)((long)puVar2 + lVar5) = uVar3" (pointer_expression "*(undefined8 *)((long)puVar2 + lVar5)" * (cast_expression "(undefined8 *)((long)puVar2 + lVar5)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar2 + lVar5)" ( (binary_expression "(long)puVar2 + lVar5" (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = identifier) ;) (expression_statement "lVar5 = lVar5 + 8;" (assignment_expression "lVar5 = lVar5 + 8" identifier = (binary_expression "lVar5 + 8" identifier + number_literal)) ;) }) while (parenthesized_expression "(*(long *)((long)param_1 + lVar5) != 0)" ( (binary_expression "*(long *)((long)param_1 + lVar5) != 0" (pointer_expression "*(long *)((long)param_1 + lVar5)" * (cast_expression "(long *)((long)param_1 + lVar5)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + lVar5)" ( (binary_expression "(long)param_1 + lVar5" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) != number_literal) )) ;) (expression_statement "puVar4 = (undefined8 *)(lVar5 + (long)puVar2);" (assignment_expression "puVar4 = (undefined8 *)(lVar5 + (long)puVar2)" identifier = (cast_expression "(undefined8 *)(lVar5 + (long)puVar2)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + (long)puVar2)" ( (binary_expression "lVar5 + (long)puVar2" identifier + (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;) })) (expression_statement "*puVar4 = 0;" (assignment_expression "*puVar4 = 0" (pointer_expression "*puVar4" * identifier) = number_literal) ;) }))) (return_statement "return puVar2;" return identifier ;) }))) | (translation_unit "char ** dupargv(char **argv)\n\n{\n long lVar1;\n char **ppcVar2;\n undefined8 uVar3;\n char **ppcVar4;\n long lVar5;\n \n if (argv == (char **)0x0) {\n ppcVar2 = (char **)0x0;\n }\n else {\n if (*argv == (char *)0x0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (argv[lVar1] != (char *)0x0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n ppcVar2 = (char **)xmalloc(lVar5);\n ppcVar4 = ppcVar2;\n if (*argv != (char *)0x0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)ppcVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)argv + lVar5) != 0);\n ppcVar4 = (char **)(lVar5 + (long)ppcVar2);\n }\n *ppcVar4 = (char *)0x0;\n }\n return ppcVar2;\n}\n\n" (function_definition "char ** dupargv(char **argv)\n\n{\n long lVar1;\n char **ppcVar2;\n undefined8 uVar3;\n char **ppcVar4;\n long lVar5;\n \n if (argv == (char **)0x0) {\n ppcVar2 = (char **)0x0;\n }\n else {\n if (*argv == (char *)0x0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (argv[lVar1] != (char *)0x0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n ppcVar2 = (char **)xmalloc(lVar5);\n ppcVar4 = ppcVar2;\n if (*argv != (char *)0x0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)ppcVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)argv + lVar5) != 0);\n ppcVar4 = (char **)(lVar5 + (long)ppcVar2);\n }\n *ppcVar4 = (char *)0x0;\n }\n return ppcVar2;\n}" primitive_type (pointer_declarator "** dupargv(char **argv)" * (pointer_declarator "* dupargv(char **argv)" * (function_declarator "dupargv(char **argv)" identifier (parameter_list "(char **argv)" ( (parameter_declaration "char **argv" primitive_type (pointer_declarator "**argv" * (pointer_declarator "*argv" * identifier))) ))))) (compound_statement "{\n long lVar1;\n char **ppcVar2;\n undefined8 uVar3;\n char **ppcVar4;\n long lVar5;\n \n if (argv == (char **)0x0) {\n ppcVar2 = (char **)0x0;\n }\n else {\n if (*argv == (char *)0x0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (argv[lVar1] != (char *)0x0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n ppcVar2 = (char **)xmalloc(lVar5);\n ppcVar4 = ppcVar2;\n if (*argv != (char *)0x0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)ppcVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)argv + lVar5) != 0);\n ppcVar4 = (char **)(lVar5 + (long)ppcVar2);\n }\n *ppcVar4 = (char *)0x0;\n }\n return ppcVar2;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "char **ppcVar2;" primitive_type (pointer_declarator "**ppcVar2" * (pointer_declarator "*ppcVar2" * identifier)) ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "char **ppcVar4;" primitive_type (pointer_declarator "**ppcVar4" * (pointer_declarator "*ppcVar4" * identifier)) ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (argv == (char **)0x0) {\n ppcVar2 = (char **)0x0;\n }\n else {\n if (*argv == (char *)0x0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (argv[lVar1] != (char *)0x0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n ppcVar2 = (char **)xmalloc(lVar5);\n ppcVar4 = ppcVar2;\n if (*argv != (char *)0x0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)ppcVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)argv + lVar5) != 0);\n ppcVar4 = (char **)(lVar5 + (long)ppcVar2);\n }\n *ppcVar4 = (char *)0x0;\n }" if (parenthesized_expression "(argv == (char **)0x0)" ( (binary_expression "argv == (char **)0x0" identifier == (cast_expression "(char **)0x0" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) )) (compound_statement "{\n ppcVar2 = (char **)0x0;\n }" { (expression_statement "ppcVar2 = (char **)0x0;" (assignment_expression "ppcVar2 = (char **)0x0" identifier = (cast_expression "(char **)0x0" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) ;) }) (else_clause "else {\n if (*argv == (char *)0x0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (argv[lVar1] != (char *)0x0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n ppcVar2 = (char **)xmalloc(lVar5);\n ppcVar4 = ppcVar2;\n if (*argv != (char *)0x0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)ppcVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)argv + lVar5) != 0);\n ppcVar4 = (char **)(lVar5 + (long)ppcVar2);\n }\n *ppcVar4 = (char *)0x0;\n }" else (compound_statement "{\n if (*argv == (char *)0x0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (argv[lVar1] != (char *)0x0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n ppcVar2 = (char **)xmalloc(lVar5);\n ppcVar4 = ppcVar2;\n if (*argv != (char *)0x0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)ppcVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)argv + lVar5) != 0);\n ppcVar4 = (char **)(lVar5 + (long)ppcVar2);\n }\n *ppcVar4 = (char *)0x0;\n }" { (if_statement "if (*argv == (char *)0x0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (argv[lVar1] != (char *)0x0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }" if (parenthesized_expression "(*argv == (char *)0x0)" ( (binary_expression "*argv == (char *)0x0" (pointer_expression "*argv" * identifier) == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n lVar5 = 8;\n }" { (expression_statement "lVar5 = 8;" (assignment_expression "lVar5 = 8" identifier = number_literal) ;) }) (else_clause "else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (argv[lVar1] != (char *)0x0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }" else (compound_statement "{\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (argv[lVar1] != (char *)0x0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }" { (expression_statement "lVar5 = 1;" (assignment_expression "lVar5 = 1" identifier = number_literal) ;) (do_statement "do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (argv[lVar1] != (char *)0x0);" do (compound_statement "{\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n }" { (expression_statement "lVar1 = lVar5;" (assignment_expression "lVar1 = lVar5" identifier = identifier) ;) (expression_statement "lVar5 = lVar1 + 1;" (assignment_expression "lVar5 = lVar1 + 1" identifier = (binary_expression "lVar1 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(argv[lVar1] != (char *)0x0)" ( (binary_expression "argv[lVar1] != (char *)0x0" (subscript_expression "argv[lVar1]" identifier [ identifier ]) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (expression_statement "lVar5 = (long)((int)lVar1 + 1) << 3;" (assignment_expression "lVar5 = (long)((int)lVar1 + 1) << 3" identifier = (binary_expression "(long)((int)lVar1 + 1) << 3" (cast_expression "(long)((int)lVar1 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "((int)lVar1 + 1)" ( (binary_expression "(int)lVar1 + 1" (cast_expression "(int)lVar1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))) << number_literal)) ;) }))) (expression_statement "ppcVar2 = (char **)xmalloc(lVar5);" (assignment_expression "ppcVar2 = (char **)xmalloc(lVar5)" identifier = (cast_expression "(char **)xmalloc(lVar5)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (call_expression "xmalloc(lVar5)" identifier (argument_list "(lVar5)" ( identifier ))))) ;) (expression_statement "ppcVar4 = ppcVar2;" (assignment_expression "ppcVar4 = ppcVar2" identifier = identifier) ;) (if_statement "if (*argv != (char *)0x0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)ppcVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)argv + lVar5) != 0);\n ppcVar4 = (char **)(lVar5 + (long)ppcVar2);\n }" if (parenthesized_expression "(*argv != (char *)0x0)" ( (binary_expression "*argv != (char *)0x0" (pointer_expression "*argv" * identifier) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)ppcVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)argv + lVar5) != 0);\n ppcVar4 = (char **)(lVar5 + (long)ppcVar2);\n }" { (expression_statement "lVar5 = 0;" (assignment_expression "lVar5 = 0" identifier = number_literal) ;) (do_statement "do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)ppcVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)argv + lVar5) != 0);" do (compound_statement "{\n uVar3 = xstrdup();\n *(undefined8 *)((long)ppcVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n }" { (expression_statement "uVar3 = xstrdup();" (assignment_expression "uVar3 = xstrdup()" identifier = (call_expression "xstrdup()" identifier (argument_list "()" ( )))) ;) (expression_statement "*(undefined8 *)((long)ppcVar2 + lVar5) = uVar3;" (assignment_expression "*(undefined8 *)((long)ppcVar2 + lVar5) = uVar3" (pointer_expression "*(undefined8 *)((long)ppcVar2 + lVar5)" * (cast_expression "(undefined8 *)((long)ppcVar2 + lVar5)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)ppcVar2 + lVar5)" ( (binary_expression "(long)ppcVar2 + lVar5" (cast_expression "(long)ppcVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = identifier) ;) (expression_statement "lVar5 = lVar5 + 8;" (assignment_expression "lVar5 = lVar5 + 8" identifier = (binary_expression "lVar5 + 8" identifier + number_literal)) ;) }) while (parenthesized_expression "(*(long *)((long)argv + lVar5) != 0)" ( (binary_expression "*(long *)((long)argv + lVar5) != 0" (pointer_expression "*(long *)((long)argv + lVar5)" * (cast_expression "(long *)((long)argv + lVar5)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)argv + lVar5)" ( (binary_expression "(long)argv + lVar5" (cast_expression "(long)argv" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) != number_literal) )) ;) (expression_statement "ppcVar4 = (char **)(lVar5 + (long)ppcVar2);" (assignment_expression "ppcVar4 = (char **)(lVar5 + (long)ppcVar2)" identifier = (cast_expression "(char **)(lVar5 + (long)ppcVar2)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar5 + (long)ppcVar2)" ( (binary_expression "lVar5 + (long)ppcVar2" identifier + (cast_expression "(long)ppcVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;) })) (expression_statement "*ppcVar4 = (char *)0x0;" (assignment_expression "*ppcVar4 = (char *)0x0" (pointer_expression "*ppcVar4" * identifier) = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }))) (return_statement "return ppcVar2;" return identifier ;) }))) | (translation_unit "undefined8 * FUN_00104230(long *param_1)\n\n{\n long lVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 *puVar4;\n long lVar5;\n \n if (param_1 == (long *)0x0) {\n puVar2 = (undefined8 *)0x0;\n }\n else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }\n return puVar2;\n}\n\n" (function_definition "undefined8 * FUN_00104230(long *param_1)\n\n{\n long lVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 *puVar4;\n long lVar5;\n \n if (param_1 == (long *)0x0) {\n puVar2 = (undefined8 *)0x0;\n }\n else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }\n return puVar2;\n}" type_identifier (pointer_declarator "* FUN_00104230(long *param_1)" * (function_declarator "FUN_00104230(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) )))) (compound_statement "{\n long lVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 *puVar4;\n long lVar5;\n \n if (param_1 == (long *)0x0) {\n puVar2 = (undefined8 *)0x0;\n }\n else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }\n return puVar2;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "undefined8 *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (param_1 == (long *)0x0) {\n puVar2 = (undefined8 *)0x0;\n }\n else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }" if (parenthesized_expression "(param_1 == (long *)0x0)" ( (binary_expression "param_1 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar2 = (undefined8 *)0x0;\n }" { (expression_statement "puVar2 = (undefined8 *)0x0;" (assignment_expression "puVar2 = (undefined8 *)0x0" identifier = (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }" else (compound_statement "{\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }" { (if_statement "if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }" if (parenthesized_expression "(*param_1 == 0)" ( (binary_expression "*param_1 == 0" (pointer_expression "*param_1" * identifier) == number_literal) )) (compound_statement "{\n lVar5 = 8;\n }" { (expression_statement "lVar5 = 8;" (assignment_expression "lVar5 = 8" identifier = number_literal) ;) }) (else_clause "else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }" else (compound_statement "{\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }" { (expression_statement "lVar5 = 1;" (assignment_expression "lVar5 = 1" identifier = number_literal) ;) (do_statement "do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);" do (compound_statement "{\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n }" { (expression_statement "lVar1 = lVar5;" (assignment_expression "lVar1 = lVar5" identifier = identifier) ;) (expression_statement "lVar5 = lVar1 + 1;" (assignment_expression "lVar5 = lVar1 + 1" identifier = (binary_expression "lVar1 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(param_1[lVar1] != 0)" ( (binary_expression "param_1[lVar1] != 0" (subscript_expression "param_1[lVar1]" identifier [ identifier ]) != number_literal) )) ;) (expression_statement "lVar5 = (long)((int)lVar1 + 1) << 3;" (assignment_expression "lVar5 = (long)((int)lVar1 + 1) << 3" identifier = (binary_expression "(long)((int)lVar1 + 1) << 3" (cast_expression "(long)((int)lVar1 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "((int)lVar1 + 1)" ( (binary_expression "(int)lVar1 + 1" (cast_expression "(int)lVar1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))) << number_literal)) ;) }))) (expression_statement "puVar2 = (undefined8 *)xmalloc(lVar5);" (assignment_expression "puVar2 = (undefined8 *)xmalloc(lVar5)" identifier = (cast_expression "(undefined8 *)xmalloc(lVar5)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(lVar5)" identifier (argument_list "(lVar5)" ( identifier ))))) ;) (expression_statement "puVar4 = puVar2;" (assignment_expression "puVar4 = puVar2" identifier = identifier) ;) (if_statement "if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }" if (parenthesized_expression "(*param_1 != 0)" ( (binary_expression "*param_1 != 0" (pointer_expression "*param_1" * identifier) != number_literal) )) (compound_statement "{\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }" { (expression_statement "lVar5 = 0;" (assignment_expression "lVar5 = 0" identifier = number_literal) ;) (do_statement "do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);" do (compound_statement "{\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n }" { (expression_statement "uVar3 = xstrdup();" (assignment_expression "uVar3 = xstrdup()" identifier = (call_expression "xstrdup()" identifier (argument_list "()" ( )))) ;) (expression_statement "*(undefined8 *)((long)puVar2 + lVar5) = uVar3;" (assignment_expression "*(undefined8 *)((long)puVar2 + lVar5) = uVar3" (pointer_expression "*(undefined8 *)((long)puVar2 + lVar5)" * (cast_expression "(undefined8 *)((long)puVar2 + lVar5)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar2 + lVar5)" ( (binary_expression "(long)puVar2 + lVar5" (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = identifier) ;) (expression_statement "lVar5 = lVar5 + 8;" (assignment_expression "lVar5 = lVar5 + 8" identifier = (binary_expression "lVar5 + 8" identifier + number_literal)) ;) }) while (parenthesized_expression "(*(long *)((long)param_1 + lVar5) != 0)" ( (binary_expression "*(long *)((long)param_1 + lVar5) != 0" (pointer_expression "*(long *)((long)param_1 + lVar5)" * (cast_expression "(long *)((long)param_1 + lVar5)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + lVar5)" ( (binary_expression "(long)param_1 + lVar5" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) != number_literal) )) ;) (expression_statement "puVar4 = (undefined8 *)(lVar5 + (long)puVar2);" (assignment_expression "puVar4 = (undefined8 *)(lVar5 + (long)puVar2)" identifier = (cast_expression "(undefined8 *)(lVar5 + (long)puVar2)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + (long)puVar2)" ( (binary_expression "lVar5 + (long)puVar2" identifier + (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;) })) (expression_statement "*puVar4 = 0;" (assignment_expression "*puVar4 = 0" (pointer_expression "*puVar4" * identifier) = number_literal) ;) }))) (return_statement "return puVar2;" return identifier ;) }))) | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) )))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ IDENT ]) != LIT) )) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) ))) << LIT)) ;) }))) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) )))) != LIT) )) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) )))) ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) }))) (return_statement return IDENT ;) }))) | (function_definition "undefined8 * FUN_00104230(long *param_1)\n\n{\n long lVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 *puVar4;\n long lVar5;\n \n if (param_1 == (long *)0x0) {\n puVar2 = (undefined8 *)0x0;\n }\n else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }\n return puVar2;\n}" (type_identifier "undefined8") (pointer_declarator "* FUN_00104230(long *param_1)" (* "*") (function_declarator "FUN_00104230(long *param_1)" (identifier "FUN_00104230") (parameter_list "(long *param_1)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")")))) (compound_statement "{\n long lVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 *puVar4;\n long lVar5;\n \n if (param_1 == (long *)0x0) {\n puVar2 = (undefined8 *)0x0;\n }\n else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }\n return puVar2;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "undefined8 *puVar2;" (type_identifier "undefined8") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (declaration "undefined8 *puVar4;" (type_identifier "undefined8") (pointer_declarator "*puVar4" (* "*") (identifier "puVar4")) (; ";")) (declaration "long lVar5;" (sized_type_specifier "long" (long "long")) (identifier "lVar5") (; ";")) (if_statement "if (param_1 == (long *)0x0) {\n puVar2 = (undefined8 *)0x0;\n }\n else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }" (if "if") (parenthesized_expression "(param_1 == (long *)0x0)" (( "(") (binary_expression "param_1 == (long *)0x0" (identifier "param_1") (== "==") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n puVar2 = (undefined8 *)0x0;\n }" ({ "{") (expression_statement "puVar2 = (undefined8 *)0x0;" (assignment_expression "puVar2 = (undefined8 *)0x0" (identifier "puVar2") (= "=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (} "}")) (else_clause "else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }" (else "else") (compound_statement "{\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }" ({ "{") (if_statement "if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }" (if "if") (parenthesized_expression "(*param_1 == 0)" (( "(") (binary_expression "*param_1 == 0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n lVar5 = 8;\n }" ({ "{") (expression_statement "lVar5 = 8;" (assignment_expression "lVar5 = 8" (identifier "lVar5") (= "=") (number_literal "8")) (; ";")) (} "}")) (else_clause "else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }" (else "else") (compound_statement "{\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }" ({ "{") (expression_statement "lVar5 = 1;" (assignment_expression "lVar5 = 1" (identifier "lVar5") (= "=") (number_literal "1")) (; ";")) (do_statement "do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);" (do "do") (compound_statement "{\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n }" ({ "{") (expression_statement "lVar1 = lVar5;" (assignment_expression "lVar1 = lVar5" (identifier "lVar1") (= "=") (identifier "lVar5")) (; ";")) (expression_statement "lVar5 = lVar1 + 1;" (assignment_expression "lVar5 = lVar1 + 1" (identifier "lVar5") (= "=") (binary_expression "lVar1 + 1" (identifier "lVar1") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(param_1[lVar1] != 0)" (( "(") (binary_expression "param_1[lVar1] != 0" (subscript_expression "param_1[lVar1]" (identifier "param_1") ([ "[") (identifier "lVar1") (] "]")) (!= "!=") (number_literal "0")) () ")")) (; ";")) (expression_statement "lVar5 = (long)((int)lVar1 + 1) << 3;" (assignment_expression "lVar5 = (long)((int)lVar1 + 1) << 3" (identifier "lVar5") (= "=") (binary_expression "(long)((int)lVar1 + 1) << 3" (cast_expression "(long)((int)lVar1 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "((int)lVar1 + 1)" (( "(") (binary_expression "(int)lVar1 + 1" (cast_expression "(int)lVar1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar1")) (+ "+") (number_literal "1")) () ")"))) (<< "<<") (number_literal "3"))) (; ";")) (} "}")))) (expression_statement "puVar2 = (undefined8 *)xmalloc(lVar5);" (assignment_expression "puVar2 = (undefined8 *)xmalloc(lVar5)" (identifier "puVar2") (= "=") (cast_expression "(undefined8 *)xmalloc(lVar5)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(lVar5)" (identifier "xmalloc") (argument_list "(lVar5)" (( "(") (identifier "lVar5") () ")"))))) (; ";")) (expression_statement "puVar4 = puVar2;" (assignment_expression "puVar4 = puVar2" (identifier "puVar4") (= "=") (identifier "puVar2")) (; ";")) (if_statement "if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }" (if "if") (parenthesized_expression "(*param_1 != 0)" (( "(") (binary_expression "*param_1 != 0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }" ({ "{") (expression_statement "lVar5 = 0;" (assignment_expression "lVar5 = 0" (identifier "lVar5") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);" (do "do") (compound_statement "{\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n }" ({ "{") (expression_statement "uVar3 = xstrdup();" (assignment_expression "uVar3 = xstrdup()" (identifier "uVar3") (= "=") (call_expression "xstrdup()" (identifier "xstrdup") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "*(undefined8 *)((long)puVar2 + lVar5) = uVar3;" (assignment_expression "*(undefined8 *)((long)puVar2 + lVar5) = uVar3" (pointer_expression "*(undefined8 *)((long)puVar2 + lVar5)" (* "*") (cast_expression "(undefined8 *)((long)puVar2 + lVar5)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar2 + lVar5)" (( "(") (binary_expression "(long)puVar2 + lVar5" (cast_expression "(long)puVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar2")) (+ "+") (identifier "lVar5")) () ")")))) (= "=") (identifier "uVar3")) (; ";")) (expression_statement "lVar5 = lVar5 + 8;" (assignment_expression "lVar5 = lVar5 + 8" (identifier "lVar5") (= "=") (binary_expression "lVar5 + 8" (identifier "lVar5") (+ "+") (number_literal "8"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(*(long *)((long)param_1 + lVar5) != 0)" (( "(") (binary_expression "*(long *)((long)param_1 + lVar5) != 0" (pointer_expression "*(long *)((long)param_1 + lVar5)" (* "*") (cast_expression "(long *)((long)param_1 + lVar5)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + lVar5)" (( "(") (binary_expression "(long)param_1 + lVar5" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (identifier "lVar5")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (; ";")) (expression_statement "puVar4 = (undefined8 *)(lVar5 + (long)puVar2);" (assignment_expression "puVar4 = (undefined8 *)(lVar5 + (long)puVar2)" (identifier "puVar4") (= "=") (cast_expression "(undefined8 *)(lVar5 + (long)puVar2)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + (long)puVar2)" (( "(") (binary_expression "lVar5 + (long)puVar2" (identifier "lVar5") (+ "+") (cast_expression "(long)puVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar2"))) () ")")))) (; ";")) (} "}"))) (expression_statement "*puVar4 = 0;" (assignment_expression "*puVar4 = 0" (pointer_expression "*puVar4" (* "*") (identifier "puVar4")) (= "=") (number_literal "0")) (; ";")) (} "}")))) (return_statement "return puVar2;" (return "return") (identifier "puVar2") (; ";")) (} "}"))) |
char ** function_1(char **var_1)
{
long var_2;
char **ppcVar2;
type_1 uVar3;
char **ppcVar4;
long var_5;
if (var_1 == (char **)0x0) {
ppcVar2 = (char **)0x0;
}
else {
if (*var_1 == (char *)0x0) {
var_5 = 8;
}
else {
var_5 = 1;
do {
var_2 = var_5;
var_5 = var_2 + 1;
} while (var_1[var_2] != (char *)0x0);
var_5 = (long)((int)var_2 + 1) << 3;
}
ppcVar2 = (char **)var_3(var_5);
ppcVar4 = ppcVar2;
if (*var_1 != (char *)0x0) {
var_5 = 0;
do {
uVar3 = var_4();
*(type_1 *)((long)ppcVar2 + var_5) = uVar3;
var_5 = var_5 + 8;
} while (*(long *)((long)var_1 + var_5) != 0);
ppcVar4 = (char **)(var_5 + (long)ppcVar2);
}
*ppcVar4 = (char *)0x0;
}
return ppcVar2;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (identifier)) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier))))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))))) (return_statement (identifier))))) | null |
undefined8 * MASKED(long *param_1)
{
long lVar1;
undefined8 *puVar2;
undefined8 uVar3;
undefined8 *puVar4;
long lVar5;
if (param_1 == (long *)0x0) {
puVar2 = (undefined8 *)0x0;
}
else {
if (*param_1 == 0) {
lVar5 = 8;
}
else {
lVar5 = 1;
do {
lVar1 = lVar5;
lVar5 = lVar1 + 1;
} while (param_1[lVar1] != 0);
lVar5 = (long)((int)lVar1 + 1) << 3;
}
puVar2 = (undefined8 *)xmalloc(lVar5);
puVar4 = puVar2;
if (*param_1 != 0) {
lVar5 = 0;
do {
uVar3 = xstrdup();
*(undefined8 *)((long)puVar2 + lVar5) = uVar3;
lVar5 = lVar5 + 8;
} while (*(long *)((long)param_1 + lVar5) != 0);
puVar4 = (undefined8 *)(lVar5 + (long)puVar2);
}
*puVar4 = 0;
}
return puVar2;
}
|
821_aarch64-linux-gnu-ld_and_aarch64-linux-gnu-ld_strip.c | gldaarch64linuxb_finish | FUN_00149080 |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void gldaarch64linuxb_finish(void)
{
int iVar1;
char *fmt;
if (((link_info._0_1_ & 3) != 2) && (stub_file->the_bfd->sections != (bfd_section *)0x0)) {
iVar1 = elf64_aarch64_build_stubs(&link_info);
if (iVar1 != 0) {
finish_default();
return;
}
fmt = (char *)dcgettext(0,"%X%P: can not build stubs: %E\n",5);
einfo(fmt);
finish_default();
return;
}
finish_default();
return;
}
|
void FUN_00149080(void)
{
int iVar1;
undefined8 uVar2;
if (((DAT_002a66a0 & 3) != 2) && (*(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90) != 0)) {
iVar1 = elf64_aarch64_build_stubs(&DAT_002a66a0);
if (iVar1 != 0) {
FUN_00128090();
return;
}
uVar2 = dcgettext(0,"%X%P: can not build stubs: %E\n",5);
FUN_00129410(uVar2);
FUN_00128090();
return;
}
FUN_00128090();
return;
}
| MOVZX EAX,byte ptr [0x002a66a0]
AND EAX,0x3
CMP AL,0x2
JZ 0x001490c0
MOV RAX,qword ptr [0x002a5f68]
MOV RAX,qword ptr [RAX + 0x20]
CMP qword ptr [RAX + 0x90],0x0
JZ 0x001490c0
SUB RSP,0x8
LEA RDI,[0x2a66a0]
CALL 0x0010d500
TEST EAX,EAX
JZ 0x001490c8
ADD RSP,0x8
JMP 0x00128090
JMP 0x00128090
MOV EDX,0x5
LEA RSI,[0x1a03b8]
XOR EDI,EDI
CALL 0x0010d380
MOV RDI,RAX
XOR EAX,EAX
CALL 0x00129410
ADD RSP,0x8
JMP 0x00128090 | null | null | null | null | [('const-144', u'PTRSUB_-1207201273'), (u'CALL_-1207201560', u'INDIRECT_-1207201278'), ('const-433', u'LOAD_-1207201610'), ('tmp_164', u'CBRANCH_-1207201545'), ('tmp_102', u'CBRANCH_-1207201588'), (u'INDIRECT_-1207201225', u'COPY_-1207201282'), (u'CALL_-1207201484', u'INDIRECT_-1207201246'), (u'INDIRECT_-1207201261', u'COPY_-1207201313'), (u'CALL_-1207201484', u'INDIRECT_-1207201237'), (u'INDIRECT_-1207201270', u'COPY_-1207201322'), (u'CALL_-1207201460', u'INDIRECT_-1207201226'), (u'CALL_-1207201560', u'INT_NOTEQUAL_-1207201545'), (u'INT_NOTEQUAL_-1207201545', u'CBRANCH_-1207201545'), (u'CALL_-1207201480', u'INDIRECT_-1207201270'), ('const-0', u'INT_NOTEQUAL_-1207201545'), ('const-1704888', u'COPY_-1207201280'), (u'CALL_-1207201480', u'INDIRECT_-1207201261'), (u'LOAD_-1207201617', u'PTRSUB_-1207201273'), ('const-3', u'INT_AND_-1207201626'), (u'INT_NOTEQUAL_-1207201594', u'CBRANCH_-1207201588'), ('const-433', u'LOAD_-1207201617'), (u'INDIRECT_-1207201270', u'COPY_-1207201329'), ('const-0', u'PTRSUB_-1207201254'), ('const-32', u'PTRSUB_-1207201278'), ('tmp_56', u'CBRANCH_-1207201626'), (u'CAST_-1207201213', u'CALL_-1207201460'), (u'INDIRECT_-1207201261', u'COPY_-1207201320'), ('const-0', u'CALL_-1207201484'), (u'INT_AND_-1207201626', u'INT_NOTEQUAL_-1207201626'), (u'INT_NOTEQUAL_-1207201626', u'CBRANCH_-1207201626'), (u'PTRSUB_-1207201254', u'CALL_-1207201560'), ('const-0', u'RETURN_-1207201476'), (u'CALL_-1207201527', u'INDIRECT_-1207201270'), ('const-5', u'CALL_-1207201484'), (u'CALL_-1207201527', u'INDIRECT_-1207201261'), (u'CALL_-1207201560', u'INDIRECT_-1207201287'), (u'CALL_-1207201441', u'INDIRECT_-1207201216'), ('const-2', u'INT_NOTEQUAL_-1207201626'), ('const-0', u'INT_NOTEQUAL_-1207201594'), ('const-2778784', u'PTRSUB_-1207201254'), (u'CALL_-1207201460', u'INDIRECT_-1207201235'), (u'CALL_-1207201441', u'INDIRECT_-1207201225'), (u'INDIRECT_-1207201216', u'COPY_-1207201273'), (u'COPY_-1207201280', u'CALL_-1207201484'), ('const-0', u'RETURN_-1207201437'), ('tmp_832', u'PTRSUB_-1207201278'), (u'LOAD_-1207201610', u'INT_NOTEQUAL_-1207201594'), ('const-0', u'RETURN_-1207201523'), ('tmp_831', u'INT_AND_-1207201626'), (u'PTRSUB_-1207201273', u'LOAD_-1207201610'), (u'CALL_-1207201484', u'CAST_-1207201213'), (u'PTRSUB_-1207201278', u'LOAD_-1207201617')] | [('tmp_851', u'INT_ADD_-1207201601'), (u'CALL_-1207201560', u'INDIRECT_-1207201278'), ('const-144', u'INT_ADD_-1207201594'), ('tmp_164', u'CBRANCH_-1207201545'), (u'LOAD_-1207201617', u'INT_ADD_-1207201594'), ('tmp_102', u'CBRANCH_-1207201588'), (u'INDIRECT_-1207201225', u'COPY_-1207201282'), (u'CALL_-1207201484', u'INDIRECT_-1207201246'), (u'INDIRECT_-1207201261', u'COPY_-1207201313'), (u'CALL_-1207201484', u'INDIRECT_-1207201237'), (u'INDIRECT_-1207201270', u'COPY_-1207201322'), (u'CALL_-1207201460', u'INDIRECT_-1207201226'), (u'CALL_-1207201560', u'INT_NOTEQUAL_-1207201545'), (u'CAST_-1207201280', u'LOAD_-1207201617'), (u'INT_NOTEQUAL_-1207201545', u'CBRANCH_-1207201545'), (u'CALL_-1207201480', u'INDIRECT_-1207201270'), ('const-0', u'INT_NOTEQUAL_-1207201545'), (u'CALL_-1207201480', u'INDIRECT_-1207201261'), ('const-2', u'INT_NOTEQUAL_-1207201626'), ('const-0', u'PTRSUB_-1207201254'), (u'INT_ADD_-1207201594', u'CAST_-1207201275'), ('const-0', u'INT_NOTEQUAL_-1207201594'), (u'INT_NOTEQUAL_-1207201594', u'CBRANCH_-1207201588'), ('tmp_850', u'INT_AND_-1207201626'), (u'INDIRECT_-1207201270', u'COPY_-1207201329'), ('const-0', u'CALL_-1207201484'), ('tmp_56', u'CBRANCH_-1207201626'), (u'INDIRECT_-1207201261', u'COPY_-1207201320'), (u'INT_AND_-1207201626', u'INT_NOTEQUAL_-1207201626'), (u'INT_NOTEQUAL_-1207201626', u'CBRANCH_-1207201626'), (u'PTRSUB_-1207201254', u'CALL_-1207201560'), ('const-0', u'RETURN_-1207201476'), (u'CALL_-1207201527', u'INDIRECT_-1207201270'), (u'CALL_-1207201527', u'INDIRECT_-1207201261'), (u'CALL_-1207201560', u'INDIRECT_-1207201287'), ('const-433', u'LOAD_-1207201617'), ('const-1704888', u'COPY_-1207201280'), (u'CALL_-1207201441', u'INDIRECT_-1207201216'), ('const-2778784', u'PTRSUB_-1207201254'), (u'INT_ADD_-1207201601', u'CAST_-1207201280'), (u'CAST_-1207201275', u'LOAD_-1207201610'), ('const-433', u'LOAD_-1207201610'), (u'CALL_-1207201460', u'INDIRECT_-1207201235'), (u'CALL_-1207201441', u'INDIRECT_-1207201225'), (u'INDIRECT_-1207201216', u'COPY_-1207201273'), (u'COPY_-1207201280', u'CALL_-1207201484'), ('const-0', u'RETURN_-1207201437'), ('const-3', u'INT_AND_-1207201626'), (u'LOAD_-1207201610', u'INT_NOTEQUAL_-1207201594'), ('const-5', u'CALL_-1207201484'), ('const-0', u'RETURN_-1207201523'), ('const-32', u'INT_ADD_-1207201601'), (u'CALL_-1207201484', u'CALL_-1207201460')] | null | null | 00149080 | x64 | O2 | (translation_unit "void FUN_00149080(void)\n\n{\n int iVar1;\n undefined8 uVar2;\n \n if (((DAT_002a66a0 & 3) != 2) && (*(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90) != 0)) {\n iVar1 = elf64_aarch64_build_stubs(&DAT_002a66a0);\n if (iVar1 != 0) {\n FUN_00128090();\n return;\n }\n uVar2 = dcgettext(0,"%X%P: can not build stubs: %E\n",5);\n FUN_00129410(uVar2);\n FUN_00128090();\n return;\n }\n FUN_00128090();\n return;\n}\n\n" (function_definition "void FUN_00149080(void)\n\n{\n int iVar1;\n undefined8 uVar2;\n \n if (((DAT_002a66a0 & 3) != 2) && (*(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90) != 0)) {\n iVar1 = elf64_aarch64_build_stubs(&DAT_002a66a0);\n if (iVar1 != 0) {\n FUN_00128090();\n return;\n }\n uVar2 = dcgettext(0,"%X%P: can not build stubs: %E\n",5);\n FUN_00129410(uVar2);\n FUN_00128090();\n return;\n }\n FUN_00128090();\n return;\n}" primitive_type (function_declarator "FUN_00149080(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int iVar1;\n undefined8 uVar2;\n \n if (((DAT_002a66a0 & 3) != 2) && (*(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90) != 0)) {\n iVar1 = elf64_aarch64_build_stubs(&DAT_002a66a0);\n if (iVar1 != 0) {\n FUN_00128090();\n return;\n }\n uVar2 = dcgettext(0,"%X%P: can not build stubs: %E\n",5);\n FUN_00129410(uVar2);\n FUN_00128090();\n return;\n }\n FUN_00128090();\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (if_statement "if (((DAT_002a66a0 & 3) != 2) && (*(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90) != 0)) {\n iVar1 = elf64_aarch64_build_stubs(&DAT_002a66a0);\n if (iVar1 != 0) {\n FUN_00128090();\n return;\n }\n uVar2 = dcgettext(0,"%X%P: can not build stubs: %E\n",5);\n FUN_00129410(uVar2);\n FUN_00128090();\n return;\n }" if (parenthesized_expression "(((DAT_002a66a0 & 3) != 2) && (*(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90) != 0))" ( (binary_expression "((DAT_002a66a0 & 3) != 2) && (*(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90) != 0)" (parenthesized_expression "((DAT_002a66a0 & 3) != 2)" ( (binary_expression "(DAT_002a66a0 & 3) != 2" (parenthesized_expression "(DAT_002a66a0 & 3)" ( (binary_expression "DAT_002a66a0 & 3" identifier & number_literal) )) != number_literal) )) && (parenthesized_expression "(*(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90) != 0)" ( (binary_expression "*(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90) != 0" (pointer_expression "*(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90)" * (cast_expression "(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(DAT_002a5f68 + 0x20) + 0x90)" ( (binary_expression "*(long *)(DAT_002a5f68 + 0x20) + 0x90" (pointer_expression "*(long *)(DAT_002a5f68 + 0x20)" * (cast_expression "(long *)(DAT_002a5f68 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_002a5f68 + 0x20)" ( (binary_expression "DAT_002a5f68 + 0x20" identifier + number_literal) )))) + number_literal) )))) != number_literal) ))) )) (compound_statement "{\n iVar1 = elf64_aarch64_build_stubs(&DAT_002a66a0);\n if (iVar1 != 0) {\n FUN_00128090();\n return;\n }\n uVar2 = dcgettext(0,"%X%P: can not build stubs: %E\n",5);\n FUN_00129410(uVar2);\n FUN_00128090();\n return;\n }" { (expression_statement "iVar1 = elf64_aarch64_build_stubs(&DAT_002a66a0);" (assignment_expression "iVar1 = elf64_aarch64_build_stubs(&DAT_002a66a0)" identifier = (call_expression "elf64_aarch64_build_stubs(&DAT_002a66a0)" identifier (argument_list "(&DAT_002a66a0)" ( (pointer_expression "&DAT_002a66a0" & identifier) )))) ;) (if_statement "if (iVar1 != 0) {\n FUN_00128090();\n return;\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00128090();\n return;\n }" { (expression_statement "FUN_00128090();" (call_expression "FUN_00128090()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "uVar2 = dcgettext(0,"%X%P: can not build stubs: %E\n",5);" (assignment_expression "uVar2 = dcgettext(0,"%X%P: can not build stubs: %E\n",5)" identifier = (call_expression "dcgettext(0,"%X%P: can not build stubs: %E\n",5)" identifier (argument_list "(0,"%X%P: can not build stubs: %E\n",5)" ( number_literal , (string_literal ""%X%P: can not build stubs: %E\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00129410(uVar2);" (call_expression "FUN_00129410(uVar2)" identifier (argument_list "(uVar2)" ( identifier ))) ;) (expression_statement "FUN_00128090();" (call_expression "FUN_00128090()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_00128090();" (call_expression "FUN_00128090()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid gldaarch64linuxb_finish(void)\n\n{\n int iVar1;\n char *fmt;\n \n if (((link_info._0_1_ & 3) != 2) && (stub_file->the_bfd->sections != (bfd_section *)0x0)) {\n iVar1 = elf64_aarch64_build_stubs(&link_info);\n if (iVar1 != 0) {\n finish_default();\n return;\n }\n fmt = (char *)dcgettext(0,"%X%P: can not build stubs: %E\n",5);\n einfo(fmt);\n finish_default();\n return;\n }\n finish_default();\n return;\n}\n\n" comment (function_definition "void gldaarch64linuxb_finish(void)\n\n{\n int iVar1;\n char *fmt;\n \n if (((link_info._0_1_ & 3) != 2) && (stub_file->the_bfd->sections != (bfd_section *)0x0)) {\n iVar1 = elf64_aarch64_build_stubs(&link_info);\n if (iVar1 != 0) {\n finish_default();\n return;\n }\n fmt = (char *)dcgettext(0,"%X%P: can not build stubs: %E\n",5);\n einfo(fmt);\n finish_default();\n return;\n }\n finish_default();\n return;\n}" primitive_type (function_declarator "gldaarch64linuxb_finish(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int iVar1;\n char *fmt;\n \n if (((link_info._0_1_ & 3) != 2) && (stub_file->the_bfd->sections != (bfd_section *)0x0)) {\n iVar1 = elf64_aarch64_build_stubs(&link_info);\n if (iVar1 != 0) {\n finish_default();\n return;\n }\n fmt = (char *)dcgettext(0,"%X%P: can not build stubs: %E\n",5);\n einfo(fmt);\n finish_default();\n return;\n }\n finish_default();\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "char *fmt;" primitive_type (pointer_declarator "*fmt" * identifier) ;) (if_statement "if (((link_info._0_1_ & 3) != 2) && (stub_file->the_bfd->sections != (bfd_section *)0x0)) {\n iVar1 = elf64_aarch64_build_stubs(&link_info);\n if (iVar1 != 0) {\n finish_default();\n return;\n }\n fmt = (char *)dcgettext(0,"%X%P: can not build stubs: %E\n",5);\n einfo(fmt);\n finish_default();\n return;\n }" if (parenthesized_expression "(((link_info._0_1_ & 3) != 2) && (stub_file->the_bfd->sections != (bfd_section *)0x0))" ( (binary_expression "((link_info._0_1_ & 3) != 2) && (stub_file->the_bfd->sections != (bfd_section *)0x0)" (parenthesized_expression "((link_info._0_1_ & 3) != 2)" ( (binary_expression "(link_info._0_1_ & 3) != 2" (parenthesized_expression "(link_info._0_1_ & 3)" ( (binary_expression "link_info._0_1_ & 3" (field_expression "link_info._0_1_" identifier . field_identifier) & number_literal) )) != number_literal) )) && (parenthesized_expression "(stub_file->the_bfd->sections != (bfd_section *)0x0)" ( (binary_expression "stub_file->the_bfd->sections != (bfd_section *)0x0" (field_expression "stub_file->the_bfd->sections" (field_expression "stub_file->the_bfd" identifier -> field_identifier) -> field_identifier) != (cast_expression "(bfd_section *)0x0" ( (type_descriptor "bfd_section *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) (compound_statement "{\n iVar1 = elf64_aarch64_build_stubs(&link_info);\n if (iVar1 != 0) {\n finish_default();\n return;\n }\n fmt = (char *)dcgettext(0,"%X%P: can not build stubs: %E\n",5);\n einfo(fmt);\n finish_default();\n return;\n }" { (expression_statement "iVar1 = elf64_aarch64_build_stubs(&link_info);" (assignment_expression "iVar1 = elf64_aarch64_build_stubs(&link_info)" identifier = (call_expression "elf64_aarch64_build_stubs(&link_info)" identifier (argument_list "(&link_info)" ( (pointer_expression "&link_info" & identifier) )))) ;) (if_statement "if (iVar1 != 0) {\n finish_default();\n return;\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n finish_default();\n return;\n }" { (expression_statement "finish_default();" (call_expression "finish_default()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "fmt = (char *)dcgettext(0,"%X%P: can not build stubs: %E\n",5);" (assignment_expression "fmt = (char *)dcgettext(0,"%X%P: can not build stubs: %E\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"%X%P: can not build stubs: %E\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%X%P: can not build stubs: %E\n",5)" identifier (argument_list "(0,"%X%P: can not build stubs: %E\n",5)" ( number_literal , (string_literal ""%X%P: can not build stubs: %E\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "einfo(fmt);" (call_expression "einfo(fmt)" identifier (argument_list "(fmt)" ( identifier ))) ;) (expression_statement "finish_default();" (call_expression "finish_default()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "finish_default();" (call_expression "finish_default()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void FUN_00149080(void)\n\n{\n int iVar1;\n undefined8 uVar2;\n \n if (((DAT_002a66a0 & 3) != 2) && (*(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90) != 0)) {\n iVar1 = elf64_aarch64_build_stubs(&DAT_002a66a0);\n if (iVar1 != 0) {\n FUN_00128090();\n return;\n }\n uVar2 = dcgettext(0,"%X%P: can not build stubs: %E\n",5);\n FUN_00129410(uVar2);\n FUN_00128090();\n return;\n }\n FUN_00128090();\n return;\n}\n\n" (function_definition "void FUN_00149080(void)\n\n{\n int iVar1;\n undefined8 uVar2;\n \n if (((DAT_002a66a0 & 3) != 2) && (*(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90) != 0)) {\n iVar1 = elf64_aarch64_build_stubs(&DAT_002a66a0);\n if (iVar1 != 0) {\n FUN_00128090();\n return;\n }\n uVar2 = dcgettext(0,"%X%P: can not build stubs: %E\n",5);\n FUN_00129410(uVar2);\n FUN_00128090();\n return;\n }\n FUN_00128090();\n return;\n}" primitive_type (function_declarator "FUN_00149080(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int iVar1;\n undefined8 uVar2;\n \n if (((DAT_002a66a0 & 3) != 2) && (*(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90) != 0)) {\n iVar1 = elf64_aarch64_build_stubs(&DAT_002a66a0);\n if (iVar1 != 0) {\n FUN_00128090();\n return;\n }\n uVar2 = dcgettext(0,"%X%P: can not build stubs: %E\n",5);\n FUN_00129410(uVar2);\n FUN_00128090();\n return;\n }\n FUN_00128090();\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (if_statement "if (((DAT_002a66a0 & 3) != 2) && (*(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90) != 0)) {\n iVar1 = elf64_aarch64_build_stubs(&DAT_002a66a0);\n if (iVar1 != 0) {\n FUN_00128090();\n return;\n }\n uVar2 = dcgettext(0,"%X%P: can not build stubs: %E\n",5);\n FUN_00129410(uVar2);\n FUN_00128090();\n return;\n }" if (parenthesized_expression "(((DAT_002a66a0 & 3) != 2) && (*(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90) != 0))" ( (binary_expression "((DAT_002a66a0 & 3) != 2) && (*(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90) != 0)" (parenthesized_expression "((DAT_002a66a0 & 3) != 2)" ( (binary_expression "(DAT_002a66a0 & 3) != 2" (parenthesized_expression "(DAT_002a66a0 & 3)" ( (binary_expression "DAT_002a66a0 & 3" identifier & number_literal) )) != number_literal) )) && (parenthesized_expression "(*(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90) != 0)" ( (binary_expression "*(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90) != 0" (pointer_expression "*(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90)" * (cast_expression "(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(DAT_002a5f68 + 0x20) + 0x90)" ( (binary_expression "*(long *)(DAT_002a5f68 + 0x20) + 0x90" (pointer_expression "*(long *)(DAT_002a5f68 + 0x20)" * (cast_expression "(long *)(DAT_002a5f68 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_002a5f68 + 0x20)" ( (binary_expression "DAT_002a5f68 + 0x20" identifier + number_literal) )))) + number_literal) )))) != number_literal) ))) )) (compound_statement "{\n iVar1 = elf64_aarch64_build_stubs(&DAT_002a66a0);\n if (iVar1 != 0) {\n FUN_00128090();\n return;\n }\n uVar2 = dcgettext(0,"%X%P: can not build stubs: %E\n",5);\n FUN_00129410(uVar2);\n FUN_00128090();\n return;\n }" { (expression_statement "iVar1 = elf64_aarch64_build_stubs(&DAT_002a66a0);" (assignment_expression "iVar1 = elf64_aarch64_build_stubs(&DAT_002a66a0)" identifier = (call_expression "elf64_aarch64_build_stubs(&DAT_002a66a0)" identifier (argument_list "(&DAT_002a66a0)" ( (pointer_expression "&DAT_002a66a0" & identifier) )))) ;) (if_statement "if (iVar1 != 0) {\n FUN_00128090();\n return;\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00128090();\n return;\n }" { (expression_statement "FUN_00128090();" (call_expression "FUN_00128090()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "uVar2 = dcgettext(0,"%X%P: can not build stubs: %E\n",5);" (assignment_expression "uVar2 = dcgettext(0,"%X%P: can not build stubs: %E\n",5)" identifier = (call_expression "dcgettext(0,"%X%P: can not build stubs: %E\n",5)" identifier (argument_list "(0,"%X%P: can not build stubs: %E\n",5)" ( number_literal , (string_literal ""%X%P: can not build stubs: %E\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00129410(uVar2);" (call_expression "FUN_00129410(uVar2)" identifier (argument_list "(uVar2)" ( identifier ))) ;) (expression_statement "FUN_00128090();" (call_expression "FUN_00128090()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_00128090();" (call_expression "FUN_00128090()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) && (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 { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression & IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (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 (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_00149080(void)\n\n{\n int iVar1;\n undefined8 uVar2;\n \n if (((DAT_002a66a0 & 3) != 2) && (*(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90) != 0)) {\n iVar1 = elf64_aarch64_build_stubs(&DAT_002a66a0);\n if (iVar1 != 0) {\n FUN_00128090();\n return;\n }\n uVar2 = dcgettext(0,"%X%P: can not build stubs: %E\n",5);\n FUN_00129410(uVar2);\n FUN_00128090();\n return;\n }\n FUN_00128090();\n return;\n}" (primitive_type "void") (function_declarator "FUN_00149080(void)" (identifier "FUN_00149080") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n int iVar1;\n undefined8 uVar2;\n \n if (((DAT_002a66a0 & 3) != 2) && (*(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90) != 0)) {\n iVar1 = elf64_aarch64_build_stubs(&DAT_002a66a0);\n if (iVar1 != 0) {\n FUN_00128090();\n return;\n }\n uVar2 = dcgettext(0,"%X%P: can not build stubs: %E\n",5);\n FUN_00129410(uVar2);\n FUN_00128090();\n return;\n }\n FUN_00128090();\n return;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "undefined8 uVar2;" (type_identifier "undefined8") (identifier "uVar2") (; ";")) (if_statement "if (((DAT_002a66a0 & 3) != 2) && (*(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90) != 0)) {\n iVar1 = elf64_aarch64_build_stubs(&DAT_002a66a0);\n if (iVar1 != 0) {\n FUN_00128090();\n return;\n }\n uVar2 = dcgettext(0,"%X%P: can not build stubs: %E\n",5);\n FUN_00129410(uVar2);\n FUN_00128090();\n return;\n }" (if "if") (parenthesized_expression "(((DAT_002a66a0 & 3) != 2) && (*(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90) != 0))" (( "(") (binary_expression "((DAT_002a66a0 & 3) != 2) && (*(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90) != 0)" (parenthesized_expression "((DAT_002a66a0 & 3) != 2)" (( "(") (binary_expression "(DAT_002a66a0 & 3) != 2" (parenthesized_expression "(DAT_002a66a0 & 3)" (( "(") (binary_expression "DAT_002a66a0 & 3" (identifier "DAT_002a66a0") (& "&") (number_literal "3")) () ")")) (!= "!=") (number_literal "2")) () ")")) (&& "&&") (parenthesized_expression "(*(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90) != 0)" (( "(") (binary_expression "*(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90) != 0" (pointer_expression "*(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90)" (* "*") (cast_expression "(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(DAT_002a5f68 + 0x20) + 0x90)" (( "(") (binary_expression "*(long *)(DAT_002a5f68 + 0x20) + 0x90" (pointer_expression "*(long *)(DAT_002a5f68 + 0x20)" (* "*") (cast_expression "(long *)(DAT_002a5f68 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_002a5f68 + 0x20)" (( "(") (binary_expression "DAT_002a5f68 + 0x20" (identifier "DAT_002a5f68") (+ "+") (number_literal "0x20")) () ")")))) (+ "+") (number_literal "0x90")) () ")")))) (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n iVar1 = elf64_aarch64_build_stubs(&DAT_002a66a0);\n if (iVar1 != 0) {\n FUN_00128090();\n return;\n }\n uVar2 = dcgettext(0,"%X%P: can not build stubs: %E\n",5);\n FUN_00129410(uVar2);\n FUN_00128090();\n return;\n }" ({ "{") (expression_statement "iVar1 = elf64_aarch64_build_stubs(&DAT_002a66a0);" (assignment_expression "iVar1 = elf64_aarch64_build_stubs(&DAT_002a66a0)" (identifier "iVar1") (= "=") (call_expression "elf64_aarch64_build_stubs(&DAT_002a66a0)" (identifier "elf64_aarch64_build_stubs") (argument_list "(&DAT_002a66a0)" (( "(") (pointer_expression "&DAT_002a66a0" (& "&") (identifier "DAT_002a66a0")) () ")")))) (; ";")) (if_statement "if (iVar1 != 0) {\n FUN_00128090();\n return;\n }" (if "if") (parenthesized_expression "(iVar1 != 0)" (( "(") (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00128090();\n return;\n }" ({ "{") (expression_statement "FUN_00128090();" (call_expression "FUN_00128090()" (identifier "FUN_00128090") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "uVar2 = dcgettext(0,"%X%P: can not build stubs: %E\n",5);" (assignment_expression "uVar2 = dcgettext(0,"%X%P: can not build stubs: %E\n",5)" (identifier "uVar2") (= "=") (call_expression "dcgettext(0,"%X%P: can not build stubs: %E\n",5)" (identifier "dcgettext") (argument_list "(0,"%X%P: can not build stubs: %E\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%X%P: can not build stubs: %E\n"" (" """) (string_content "%X%P: can not build stubs: %E") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00129410(uVar2);" (call_expression "FUN_00129410(uVar2)" (identifier "FUN_00129410") (argument_list "(uVar2)" (( "(") (identifier "uVar2") () ")"))) (; ";")) (expression_statement "FUN_00128090();" (call_expression "FUN_00128090()" (identifier "FUN_00128090") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_00128090();" (call_expression "FUN_00128090()" (identifier "FUN_00128090") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
int var_2;
char *fmt;
if (((link_info._0_1_ & 3) != 2) && (stub_file->the_bfd->sections != (type_1 *)0x0)) {
var_2 = var_1(&link_info);
if (var_2 != 0) {
var_3();
return;
}
fmt = (char *)var_4(0,"%X%P: can not build stubs: %E\n",5);
var_5(fmt);
var_3();
return;
}
var_3();
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: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (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: (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 (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: (identifier) right: (number_literal))) consequence: (compound_statement (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 (call_expression function: (identifier) arguments: (argument_list))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement)))) | null |
void MASKED(void)
{
int iVar1;
undefined8 uVar2;
if (((DAT_002a66a0 & 3) != 2) && (*(long *)(*(long *)(DAT_002a5f68 + 0x20) + 0x90) != 0)) {
iVar1 = elf64_aarch64_build_stubs(&DAT_002a66a0);
if (iVar1 != 0) {
FUN_00128090();
return;
}
uVar2 = dcgettext(0,"%X%P: can not build stubs: %E\n",5);
FUN_00129410(uVar2);
FUN_00128090();
return;
}
FUN_00128090();
return;
}
|
146_x86_64-linux-gnu-size_and_x86_64-linux-gnu-size_strip.c | dcgettext | dcgettext |
/* WARNING: Control flow encountered bad instruction data */
void dcgettext(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* dcgettext@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void dcgettext(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206935374')] | [('const-1', u'RETURN_-1206935374')] | null | null | 0010a0a8 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid dcgettext(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void dcgettext(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "dcgettext(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid dcgettext(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* dcgettext@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment (function_definition "void dcgettext(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* dcgettext@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "dcgettext(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* dcgettext@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void dcgettext(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void dcgettext(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "dcgettext(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void dcgettext(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "dcgettext(void)" (identifier "dcgettext") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) |
/* WARNING: Control flow encountered bad instruction data */
void function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* dcgettext@@GLIBC_2.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();
}
|
84_locate_and_locate_strip.c | dcngettext | dcngettext |
void dcngettext(void)
{
(*(code *)PTR_dcngettext_00126f28)();
return;
}
|
void dcngettext(void)
{
(*(code *)PTR_dcngettext_00126f28)();
return;
}
| JMP qword ptr [0x00126f28] | null | null | null | null | [(u'CAST_-1206962807', u'CALLIND_-1206962872'), (u'CALLIND_-1206962872', u'INDIRECT_-1206962812'), (u'INDIRECT_-1206962812', u'COPY_-1206962871'), ('const-0', u'RETURN_-1206962869'), ('tmp_22', u'CAST_-1206962807')] | [(u'CAST_-1206962807', u'CALLIND_-1206962872'), (u'CALLIND_-1206962872', u'INDIRECT_-1206962812'), (u'INDIRECT_-1206962812', u'COPY_-1206962871'), ('const-0', u'RETURN_-1206962869'), ('tmp_22', u'CAST_-1206962807')] | null | null | 00103540 | x64 | O2 | (translation_unit "void dcngettext(void)\n\n{\n (*(code *)PTR_dcngettext_00126f28)();\n return;\n}\n\n" (function_definition "void dcngettext(void)\n\n{\n (*(code *)PTR_dcngettext_00126f28)();\n return;\n}" primitive_type (function_declarator "dcngettext(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_dcngettext_00126f28)();\n return;\n}" { (expression_statement "(*(code *)PTR_dcngettext_00126f28)();" (call_expression "(*(code *)PTR_dcngettext_00126f28)()" (parenthesized_expression "(*(code *)PTR_dcngettext_00126f28)" ( (pointer_expression "*(code *)PTR_dcngettext_00126f28" * (cast_expression "(code *)PTR_dcngettext_00126f28" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void dcngettext(void)\n\n{\n (*(code *)PTR_dcngettext_00126f28)();\n return;\n}\n\n" (function_definition "void dcngettext(void)\n\n{\n (*(code *)PTR_dcngettext_00126f28)();\n return;\n}" primitive_type (function_declarator "dcngettext(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_dcngettext_00126f28)();\n return;\n}" { (expression_statement "(*(code *)PTR_dcngettext_00126f28)();" (call_expression "(*(code *)PTR_dcngettext_00126f28)()" (parenthesized_expression "(*(code *)PTR_dcngettext_00126f28)" ( (pointer_expression "*(code *)PTR_dcngettext_00126f28" * (cast_expression "(code *)PTR_dcngettext_00126f28" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void dcngettext(void)\n\n{\n (*(code *)PTR_dcngettext_00126f28)();\n return;\n}\n\n" (function_definition "void dcngettext(void)\n\n{\n (*(code *)PTR_dcngettext_00126f28)();\n return;\n}" primitive_type (function_declarator "dcngettext(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_dcngettext_00126f28)();\n return;\n}" { (expression_statement "(*(code *)PTR_dcngettext_00126f28)();" (call_expression "(*(code *)PTR_dcngettext_00126f28)()" (parenthesized_expression "(*(code *)PTR_dcngettext_00126f28)" ( (pointer_expression "*(code *)PTR_dcngettext_00126f28" * (cast_expression "(code *)PTR_dcngettext_00126f28" ( (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 dcngettext(void)\n\n{\n (*(code *)PTR_dcngettext_00126f28)();\n return;\n}" (primitive_type "void") (function_declarator "dcngettext(void)" (identifier "dcngettext") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_dcngettext_00126f28)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_dcngettext_00126f28)();" (call_expression "(*(code *)PTR_dcngettext_00126f28)()" (parenthesized_expression "(*(code *)PTR_dcngettext_00126f28)" (( "(") (pointer_expression "*(code *)PTR_dcngettext_00126f28" (* "*") (cast_expression "(code *)PTR_dcngettext_00126f28" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_dcngettext_00126f28"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
void function_1(void)
{
(*(type_1 *)PTR_dcngettext_00126f28)();
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_00126f28)();
return;
}
|
226_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c | scan_relocs | FUN_001453f8 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* (anonymous namespace)::Target_x86_64<32>::scan_relocs(gold::Symbol_table*, gold::Layout*,
gold::Sized_relobj_file<32, false>*, unsigned int, unsigned int, unsigned char const*, unsigned
long, gold::Output_section*, bool, unsigned long, unsigned char const*) [clone .cold.846] */
void (anonymous_namespace)::Target_x86_64<32>::scan_relocs
(Symbol_table *param_1,Layout *param_2,Sized_relobj_file *param_3,uint param_4,
uint param_5,uchar *param_6,ulong param_7,Output_section *param_8,bool param_9,
ulong param_10,uchar *param_11)
{
void *unaff_RBX;
operator_delete(unaff_RBX,0x60);
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_001453f8(void)
{
thunk_FUN_002a2980();
/* WARNING: Subroutine does not return */
FUN_003305f0();
}
| MOV RDI,RBX
MOV ESI,0x60
CALL 0x002a2970
MOV RDI,RBP
CALL 0x003305f0 | null | null | null | null | [('const-1', u'RETURN_-1207217124'), ('tmp_103', u'CALL_-1207217141'), ('const-96', u'CALL_-1207217141')] | [('const-1', u'RETURN_-1207217124')] | null | null | 001453f8 | x64 | O2 | (translation_unit "void FUN_001453f8(void)\n\n{\n thunk_FUN_002a2980();\n /* WARNING: Subroutine does not return */\n FUN_003305f0();\n}\n\n" (function_definition "void FUN_001453f8(void)\n\n{\n thunk_FUN_002a2980();\n /* WARNING: Subroutine does not return */\n FUN_003305f0();\n}" primitive_type (function_declarator "FUN_001453f8(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n thunk_FUN_002a2980();\n /* WARNING: Subroutine does not return */\n FUN_003305f0();\n}" { (expression_statement "thunk_FUN_002a2980();" (call_expression "thunk_FUN_002a2980()" identifier (argument_list "()" ( ))) ;) comment (expression_statement "FUN_003305f0();" (call_expression "FUN_003305f0()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* (anonymous namespace)::Target_x86_64<32>::scan_relocs(gold::Symbol_table*, gold::Layout*,\n gold::Sized_relobj_file<32, false>*, unsigned int, unsigned int, unsigned char const*, unsigned\n long, gold::Output_section*, bool, unsigned long, unsigned char const*) [clone .cold.846] */\n\nvoid (anonymous_namespace)::Target_x86_64<32>::scan_relocs\n (Symbol_table *param_1,Layout *param_2,Sized_relobj_file *param_3,uint param_4,\n uint param_5,uchar *param_6,ulong param_7,Output_section *param_8,bool param_9,\n ulong param_10,uchar *param_11)\n\n{\n void *unaff_RBX;\n \n operator_delete(unaff_RBX,0x60);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" comment comment (function_definition "void (anonymous_namespace)::Target_x86_64<32>::scan_relocs\n (Symbol_table *param_1,Layout *param_2,Sized_relobj_file *param_3,uint param_4,\n uint param_5,uchar *param_6,ulong param_7,Output_section *param_8,bool param_9,\n ulong param_10,uchar *param_11)\n\n{\n void *unaff_RBX;\n \n operator_delete(unaff_RBX,0x60);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (function_declarator "(anonymous_namespace)::Target_x86_64<32>::scan_relocs\n (Symbol_table *param_1,Layout *param_2,Sized_relobj_file *param_3,uint param_4,\n uint param_5,uchar *param_6,ulong param_7,Output_section *param_8,bool param_9,\n ulong param_10,uchar *param_11)" (parenthesized_declarator "(anonymous_namespace)" ( identifier )) (ERROR "::Target_x86_64<32>::scan_relocs" : : identifier < number_literal > : : identifier) (parameter_list "(Symbol_table *param_1,Layout *param_2,Sized_relobj_file *param_3,uint param_4,\n uint param_5,uchar *param_6,ulong param_7,Output_section *param_8,bool param_9,\n ulong param_10,uchar *param_11)" ( (parameter_declaration "Symbol_table *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "Layout *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "Sized_relobj_file *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "uint param_4" type_identifier identifier) , (parameter_declaration "uint param_5" type_identifier identifier) , (parameter_declaration "uchar *param_6" type_identifier (pointer_declarator "*param_6" * identifier)) , (parameter_declaration "ulong param_7" type_identifier identifier) , (parameter_declaration "Output_section *param_8" type_identifier (pointer_declarator "*param_8" * identifier)) , (parameter_declaration "bool param_9" primitive_type identifier) , (parameter_declaration "ulong param_10" type_identifier identifier) , (parameter_declaration "uchar *param_11" type_identifier (pointer_declarator "*param_11" * identifier)) ))) (compound_statement "{\n void *unaff_RBX;\n \n operator_delete(unaff_RBX,0x60);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (declaration "void *unaff_RBX;" primitive_type (pointer_declarator "*unaff_RBX" * identifier) ;) (expression_statement "operator_delete(unaff_RBX,0x60);" (call_expression "operator_delete(unaff_RBX,0x60)" identifier (argument_list "(unaff_RBX,0x60)" ( identifier , number_literal ))) ;) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void FUN_001453f8(void)\n\n{\n thunk_FUN_002a2980();\n \n FUN_003305f0();\n}\n\n" (function_definition "void FUN_001453f8(void)\n\n{\n thunk_FUN_002a2980();\n \n FUN_003305f0();\n}" primitive_type (function_declarator "FUN_001453f8(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n thunk_FUN_002a2980();\n \n FUN_003305f0();\n}" { (expression_statement "thunk_FUN_002a2980();" (call_expression "thunk_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 { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void FUN_001453f8(void)\n\n{\n thunk_FUN_002a2980();\n \n FUN_003305f0();\n}" (primitive_type "void") (function_declarator "FUN_001453f8(void)" (identifier "FUN_001453f8") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n thunk_FUN_002a2980();\n \n FUN_003305f0();\n}" ({ "{") (expression_statement "thunk_FUN_002a2980();" (call_expression "thunk_FUN_002a2980()" (identifier "thunk_FUN_002a2980") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_003305f0();" (call_expression "FUN_003305f0()" (identifier "FUN_003305f0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) |
/* WARNING: Enum "DT": Some values do not have unique names */
/* (anonymous namespace)::Target_x86_64<32>::scan_relocs(gold::Symbol_table*, gold::Layout*,
gold::Sized_relobj_file<32, false>*, unsigned int, unsigned int, unsigned char const*, unsigned
long, gold::Output_section*, bool, unsigned long, unsigned char const*) [clone .cold.846] */
void (function_1)::Target_x86_64<32>::scan_relocs
(type_1 *param_1,type_2 *param_2,type_3 *param_3,type_4 param_4,
type_4 param_5,type_5 *param_6,type_6 param_7,type_7 *param_8,bool param_9,
type_6 param_10,type_5 *param_11)
{
void *unaff_RBX;
var_1(unaff_RBX,0x60);
/* WARNING: Subroutine does not return */
var_2();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
void MASKED(void)
{
thunk_FUN_002a2980();
/* WARNING: Subroutine does not return */
FUN_003305f0();
}
|
1102_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | FUN_0018171b | FUN_0018171b |
void FUN_0018171b(undefined8 param_1,int param_2)
{
pointer ppIVar1;
pointer ppSVar2;
pointer ppIVar3;
Incremental_binary *unaff_RBX;
long unaff_RBP;
long unaff_R13;
std::
vector<gold::Sized_incremental_binary<64,_true>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_true>::Sized_input_reader>_>
::~vector((vector<gold::Sized_incremental_binary<64,_true>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_true>::Sized_input_reader>_>
*)(unaff_RBX + 4),param_2);
ppIVar1 = unaff_RBX[2].input_args_map_.
super__Vector_base<const_gold::Input_argument*,_std::allocator<const_gold::Input_argument*>_>
._M_impl._M_finish;
if (ppIVar1 != (pointer)0x0) {
operator_delete(ppIVar1);
}
if (unaff_RBX[1].output_ != (Output_file *)0x0) {
operator_delete(unaff_RBX[1].output_);
}
ppSVar2 = unaff_RBX[1].script_map_.
super__Vector_base<gold::Script_info*,_std::allocator<gold::Script_info*>_>._M_impl.
_M_start;
if (ppSVar2 != (pointer)0x0) {
operator_delete(ppSVar2);
}
ppIVar3 = unaff_RBX[1].library_map_.
super__Vector_base<gold::Incremental_library*,_std::allocator<gold::Incremental_library*>_>
._M_impl._M_start;
if (ppIVar3 != (pointer)0x0) {
operator_delete(ppIVar3);
}
gold::Incremental_binary::~Incremental_binary(unaff_RBX,param_2);
operator_delete(unaff_RBX,0x178);
if (*(void **)(unaff_RBP + -0x40) != (void *)(unaff_R13 + 0x10)) {
operator_delete(*(void **)(unaff_RBP + -0x40));
}
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_0018171b(void)
{
long unaff_RBX;
long unaff_RBP;
long unaff_R13;
FUN_00365640(unaff_RBX + 0x160);
if (*(long *)(unaff_RBX + 0xc0) != 0) {
FUN_0049e330();
}
if (*(long *)(unaff_RBX + 0xa8) != 0) {
FUN_0049e330();
}
if (*(long *)(unaff_RBX + 0x90) != 0) {
FUN_0049e330();
}
if (*(long *)(unaff_RBX + 0x78) != 0) {
FUN_0049e330();
}
FUN_00363420();
thunk_FUN_0049e330();
if (*(long *)(unaff_RBP + -0x40) != unaff_R13 + 0x10) {
FUN_0049e330();
}
/* WARNING: Subroutine does not return */
FUN_0052bfa0();
}
| LEA RDI,[RBX + 0x160]
CALL 0x00365640
MOV RDI,qword ptr [RBX + 0xc0]
TEST RDI,RDI
JZ 0x00181738
CALL 0x0049e330
MOV RDI,qword ptr [RBX + 0xa8]
TEST RDI,RDI
JZ 0x00181749
CALL 0x0049e330
MOV RDI,qword ptr [RBX + 0x90]
TEST RDI,RDI
JZ 0x0018175a
CALL 0x0049e330
MOV RDI,qword ptr [RBX + 0x78]
TEST RDI,RDI
JZ 0x00181641
CALL 0x0049e330
JMP 0x00181641 | null | null | null | null | [('const-8', u'PTRSUB_-1207494481'), (u'PTRADD_-1207494514', u'CAST_-1207494487'), (u'LOAD_-1207494766', u'CALL_-1207494734'), (u'INDIRECT_-1207494490', u'MULTIEQUAL_-1207494487'), ('const-0', u'PTRSUB_-1207494453'), (u'INDIRECT_-1207494531', u'MULTIEQUAL_-1207494513'), (u'PTRSUB_-1207494449', u'LOAD_-1207494799'), (u'CALL_-1207494867', u'INDIRECT_-1207494531'), ('const-0', u'INT_NOTEQUAL_-1207494842'), ('const-8', u'PTRSUB_-1207494499'), (u'LOAD_-1207494996', u'CALL_-1207494954'), ('tmp_732', u'CALL_-1207494998'), (u'CALL_-1207494801', u'INDIRECT_-1207494503'), (u'INT_NOTEQUAL_-1207494809', u'CBRANCH_-1207494808'), ('const-88', u'PTRADD_-1207494481'), (u'PTRSUB_-1207494459', u'PTRSUB_-1207494453'), (u'INT_ADD_-1207494980', u'CAST_-1207494687'), (u'LOAD_-1207494865', u'INT_NOTEQUAL_-1207494842'), ('const-433', u'LOAD_-1207494799'), (u'INDIRECT_-1207494516', u'MULTIEQUAL_-1207494513'), (u'INT_NOTEQUAL_-1207494962', u'CBRANCH_-1207494961'), (u'MULTIEQUAL_-1207494500', u'MULTIEQUAL_-1207494487'), (u'PTRADD_-1207494481', u'PTRSUB_-1207494479'), (u'CAST_-1207494682', u'INT_NOTEQUAL_-1207494962'), ('const-0', u'PTRSUB_-1207494459'), ('const-32', u'PTRSUB_-1207494440'), (u'PTRSUB_-1207494481', u'LOAD_-1207494865'), ('tmp_87', u'CBRANCH_-1207494808'), (u'MULTIEQUAL_-1207494487', u'MULTIEQUAL_-1207494781'), (u'CALL_-1207494734', u'INDIRECT_-1207494476'), ('const-88', u'PTRADD_-1207494462'), ('const-80', u'PTRSUB_-1207494479'), ('tmp_825', u'CALL_-1207494867'), ('tmp_732', u'PTRADD_-1207494514'), ('tmp_742', u'INT_ADD_-1207494971'), ('const-88', u'PTRADD_-1207494442'), (u'PTRSUB_-1207494499', u'PTRSUB_-1207494489'), ('tmp_741', u'INT_ADD_-1207494980'), ('tmp_45', u'CBRANCH_-1207494841'), (u'INT_NOTEQUAL_-1207494746', u'CBRANCH_-1207494745'), ('const-376', u'CALL_-1207494998'), ('const-88', u'PTRADD_-1207494514'), (u'LOAD_-1207494996', u'INT_NOTEQUAL_-1207494962'), (u'PTRSUB_-1207494485', u'PTRSUB_-1207494481'), ('tmp_732', u'PTRADD_-1207494462'), ('const-433', u'LOAD_-1207494832'), (u'PTRSUB_-1207494431', u'LOAD_-1207494766'), ('const-1', u'PTRADD_-1207494442'), (u'LOAD_-1207494832', u'INT_NOTEQUAL_-1207494809'), ('tmp_732', u'CALL_-1207495020'), (u'INDIRECT_-1207494503', u'MULTIEQUAL_-1207494500'), (u'CAST_-1207494687', u'LOAD_-1207494996'), (u'PTRSUB_-1207494460', u'PTRSUB_-1207494459'), ('const-4', u'PTRADD_-1207494514'), ('const-0', u'PTRSUB_-1207494439'), (u'LOAD_-1207494865', u'CALL_-1207494834'), ('const-0', u'PTRSUB_-1207494485'), (u'PTRSUB_-1207494435', u'PTRSUB_-1207494431'), (u'PTRADD_-1207494442', u'PTRSUB_-1207494440'), (u'INT_NOTEQUAL_-1207494776', u'CBRANCH_-1207494775'), (u'PTRSUB_-1207494439', u'PTRSUB_-1207494435'), ('const-433', u'LOAD_-1207494766'), ('tmp_732', u'PTRADD_-1207494501'), ('const--64', u'INT_ADD_-1207494980'), ('const-56', u'PTRSUB_-1207494460'), ('const-2', u'PTRADD_-1207494501'), ('tmp_268', u'CBRANCH_-1207494961'), ('tmp_732', u'PTRADD_-1207494481'), ('const-16', u'INT_ADD_-1207494971'), (u'MULTIEQUAL_-1207494781', u'CALL_-1207495020'), (u'INDIRECT_-1207494476', u'MULTIEQUAL_-1207494781'), (u'MULTIEQUAL_-1207494513', u'MULTIEQUAL_-1207494500'), ('const-1', u'RETURN_-1207494937'), ('const-0', u'PTRSUB_-1207494435'), (u'INT_ADD_-1207494971', u'CAST_-1207494682'), ('tmp_129', u'CBRANCH_-1207494775'), ('const-433', u'LOAD_-1207494996'), ('const-0', u'INT_NOTEQUAL_-1207494776'), (u'INT_NOTEQUAL_-1207494842', u'CBRANCH_-1207494841'), (u'LOAD_-1207494799', u'INT_NOTEQUAL_-1207494776'), (u'LOAD_-1207494766', u'INT_NOTEQUAL_-1207494746'), (u'CAST_-1207494487', u'CALL_-1207494867'), ('tmp_171', u'CBRANCH_-1207494745'), ('const-0', u'PTRSUB_-1207494431'), (u'PTRADD_-1207494501', u'PTRSUB_-1207494499'), ('const-88', u'PTRADD_-1207494501'), (u'PTRSUB_-1207494440', u'PTRSUB_-1207494439'), ('const-0', u'PTRSUB_-1207494449'), (u'PTRADD_-1207494462', u'PTRSUB_-1207494460'), ('tmp_181', u'BRANCH_-1207494731'), (u'PTRSUB_-1207494489', u'PTRSUB_-1207494485'), ('const-1', u'PTRADD_-1207494481'), (u'LOAD_-1207494832', u'CALL_-1207494801'), ('const-0', u'INT_NOTEQUAL_-1207494746'), ('tmp_732', u'PTRADD_-1207494442'), ('const-0', u'PTRSUB_-1207494489'), (u'PTRSUB_-1207494453', u'PTRSUB_-1207494449'), ('const-1', u'PTRADD_-1207494462'), (u'CALL_-1207494768', u'INDIRECT_-1207494490'), ('const-0', u'INT_NOTEQUAL_-1207494809'), (u'LOAD_-1207494799', u'CALL_-1207494768'), ('const-433', u'LOAD_-1207494865'), (u'CALL_-1207494834', u'INDIRECT_-1207494516'), (u'PTRSUB_-1207494479', u'LOAD_-1207494832')] | [('const-192', u'INT_ADD_-1207494849'), (u'LOAD_-1207494832', u'INT_NOTEQUAL_-1207494809'), (u'CAST_-1207494725', u'LOAD_-1207494996'), ('const-168', u'INT_ADD_-1207494816'), ('tmp_733', u'INT_ADD_-1207494750'), (u'INT_ADD_-1207494971', u'INT_NOTEQUAL_-1207494962'), ('tmp_733', u'INT_ADD_-1207494783'), (u'INT_ADD_-1207494750', u'CAST_-1207494469'), ('const-433', u'LOAD_-1207494832'), ('const-433', u'LOAD_-1207494799'), ('const-0', u'INT_NOTEQUAL_-1207494842'), (u'INT_NOTEQUAL_-1207494776', u'CBRANCH_-1207494775'), ('const--64', u'INT_ADD_-1207494980'), (u'INT_ADD_-1207494849', u'CAST_-1207494523'), (u'INT_NOTEQUAL_-1207494809', u'CBRANCH_-1207494808'), ('tmp_733', u'INT_ADD_-1207494849'), ('tmp_268', u'CBRANCH_-1207494961'), ('const-16', u'INT_ADD_-1207494971'), ('tmp_733', u'INT_ADD_-1207494866'), ('const-1', u'RETURN_-1207494937'), (u'INT_ADD_-1207494783', u'CAST_-1207494487'), ('tmp_129', u'CBRANCH_-1207494775'), ('tmp_743', u'INT_ADD_-1207494971'), (u'LOAD_-1207494865', u'INT_NOTEQUAL_-1207494842'), ('const-0', u'INT_NOTEQUAL_-1207494776'), ('const-144', u'INT_ADD_-1207494783'), (u'INT_NOTEQUAL_-1207494842', u'CBRANCH_-1207494841'), (u'CAST_-1207494505', u'LOAD_-1207494832'), ('const-433', u'LOAD_-1207494996'), (u'LOAD_-1207494799', u'INT_NOTEQUAL_-1207494776'), (u'LOAD_-1207494766', u'INT_NOTEQUAL_-1207494746'), (u'INT_NOTEQUAL_-1207494962', u'CBRANCH_-1207494961'), ('tmp_171', u'CBRANCH_-1207494745'), (u'INT_ADD_-1207494980', u'CAST_-1207494725'), (u'CAST_-1207494487', u'LOAD_-1207494799'), ('tmp_181', u'BRANCH_-1207494731'), (u'CAST_-1207494523', u'LOAD_-1207494865'), ('tmp_87', u'CBRANCH_-1207494808'), (u'INT_ADD_-1207494816', u'CAST_-1207494505'), (u'INT_ADD_-1207494866', u'CALL_-1207494867'), ('tmp_742', u'INT_ADD_-1207494980'), ('const-0', u'INT_NOTEQUAL_-1207494746'), ('const-352', u'INT_ADD_-1207494866'), ('const-120', u'INT_ADD_-1207494750'), ('const-433', u'LOAD_-1207494865'), ('const-0', u'INT_NOTEQUAL_-1207494809'), ('tmp_45', u'CBRANCH_-1207494841'), (u'INT_NOTEQUAL_-1207494746', u'CBRANCH_-1207494745'), ('const-433', u'LOAD_-1207494766'), (u'LOAD_-1207494996', u'INT_NOTEQUAL_-1207494962'), ('tmp_733', u'INT_ADD_-1207494816'), (u'CAST_-1207494469', u'LOAD_-1207494766')] | null | null | 0018171b | x64 | O2 | (translation_unit "void FUN_0018171b(void)\n\n{\n long unaff_RBX;\n long unaff_RBP;\n long unaff_R13;\n \n FUN_00365640(unaff_RBX + 0x160);\n if (*(long *)(unaff_RBX + 0xc0) != 0) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBX + 0xa8) != 0) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBX + 0x90) != 0) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBX + 0x78) != 0) {\n FUN_0049e330();\n }\n FUN_00363420();\n thunk_FUN_0049e330();\n if (*(long *)(unaff_RBP + -0x40) != unaff_R13 + 0x10) {\n FUN_0049e330();\n }\n /* WARNING: Subroutine does not return */\n FUN_0052bfa0();\n}\n\n" (function_definition "void FUN_0018171b(void)\n\n{\n long unaff_RBX;\n long unaff_RBP;\n long unaff_R13;\n \n FUN_00365640(unaff_RBX + 0x160);\n if (*(long *)(unaff_RBX + 0xc0) != 0) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBX + 0xa8) != 0) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBX + 0x90) != 0) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBX + 0x78) != 0) {\n FUN_0049e330();\n }\n FUN_00363420();\n thunk_FUN_0049e330();\n if (*(long *)(unaff_RBP + -0x40) != unaff_R13 + 0x10) {\n FUN_0049e330();\n }\n /* WARNING: Subroutine does not return */\n FUN_0052bfa0();\n}" primitive_type (function_declarator "FUN_0018171b(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_RBX;\n long unaff_RBP;\n long unaff_R13;\n \n FUN_00365640(unaff_RBX + 0x160);\n if (*(long *)(unaff_RBX + 0xc0) != 0) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBX + 0xa8) != 0) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBX + 0x90) != 0) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBX + 0x78) != 0) {\n FUN_0049e330();\n }\n FUN_00363420();\n thunk_FUN_0049e330();\n if (*(long *)(unaff_RBP + -0x40) != unaff_R13 + 0x10) {\n FUN_0049e330();\n }\n /* WARNING: Subroutine does not return */\n FUN_0052bfa0();\n}" { (declaration "long unaff_RBX;" (sized_type_specifier "long" long) identifier ;) (declaration "long unaff_RBP;" (sized_type_specifier "long" long) identifier ;) (declaration "long unaff_R13;" (sized_type_specifier "long" long) identifier ;) (expression_statement "FUN_00365640(unaff_RBX + 0x160);" (call_expression "FUN_00365640(unaff_RBX + 0x160)" identifier (argument_list "(unaff_RBX + 0x160)" ( (binary_expression "unaff_RBX + 0x160" identifier + number_literal) ))) ;) (if_statement "if (*(long *)(unaff_RBX + 0xc0) != 0) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBX + 0xc0) != 0)" ( (binary_expression "*(long *)(unaff_RBX + 0xc0) != 0" (pointer_expression "*(long *)(unaff_RBX + 0xc0)" * (cast_expression "(long *)(unaff_RBX + 0xc0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBX + 0xc0)" ( (binary_expression "unaff_RBX + 0xc0" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBX + 0xa8) != 0) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBX + 0xa8) != 0)" ( (binary_expression "*(long *)(unaff_RBX + 0xa8) != 0" (pointer_expression "*(long *)(unaff_RBX + 0xa8)" * (cast_expression "(long *)(unaff_RBX + 0xa8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBX + 0xa8)" ( (binary_expression "unaff_RBX + 0xa8" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBX + 0x90) != 0) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBX + 0x90) != 0)" ( (binary_expression "*(long *)(unaff_RBX + 0x90) != 0" (pointer_expression "*(long *)(unaff_RBX + 0x90)" * (cast_expression "(long *)(unaff_RBX + 0x90)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBX + 0x90)" ( (binary_expression "unaff_RBX + 0x90" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBX + 0x78) != 0) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBX + 0x78) != 0)" ( (binary_expression "*(long *)(unaff_RBX + 0x78) != 0" (pointer_expression "*(long *)(unaff_RBX + 0x78)" * (cast_expression "(long *)(unaff_RBX + 0x78)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBX + 0x78)" ( (binary_expression "unaff_RBX + 0x78" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "FUN_00363420();" (call_expression "FUN_00363420()" identifier (argument_list "()" ( ))) ;) (expression_statement "thunk_FUN_0049e330();" (call_expression "thunk_FUN_0049e330()" identifier (argument_list "()" ( ))) ;) (if_statement "if (*(long *)(unaff_RBP + -0x40) != unaff_R13 + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x40) != unaff_R13 + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x40) != unaff_R13 + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x40)" * (cast_expression "(long *)(unaff_RBP + -0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x40)" ( (binary_expression "unaff_RBP + -0x40" identifier + number_literal) )))) != (binary_expression "unaff_R13 + 0x10" identifier + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) comment (expression_statement "FUN_0052bfa0();" (call_expression "FUN_0052bfa0()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void FUN_0018171b(undefined8 param_1,int param_2)\n\n{\n pointer ppIVar1;\n pointer ppSVar2;\n pointer ppIVar3;\n Incremental_binary *unaff_RBX;\n long unaff_RBP;\n long unaff_R13;\n \n std::\n vector<gold::Sized_incremental_binary<64,_true>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_true>::Sized_input_reader>_>\n ::~vector((vector<gold::Sized_incremental_binary<64,_true>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_true>::Sized_input_reader>_>\n *)(unaff_RBX + 4),param_2);\n ppIVar1 = unaff_RBX[2].input_args_map_.\n super__Vector_base<const_gold::Input_argument*,_std::allocator<const_gold::Input_argument*>_>\n ._M_impl._M_finish;\n if (ppIVar1 != (pointer)0x0) {\n operator_delete(ppIVar1);\n }\n if (unaff_RBX[1].output_ != (Output_file *)0x0) {\n operator_delete(unaff_RBX[1].output_);\n }\n ppSVar2 = unaff_RBX[1].script_map_.\n super__Vector_base<gold::Script_info*,_std::allocator<gold::Script_info*>_>._M_impl.\n _M_start;\n if (ppSVar2 != (pointer)0x0) {\n operator_delete(ppSVar2);\n }\n ppIVar3 = unaff_RBX[1].library_map_.\n super__Vector_base<gold::Incremental_library*,_std::allocator<gold::Incremental_library*>_>\n ._M_impl._M_start;\n if (ppIVar3 != (pointer)0x0) {\n operator_delete(ppIVar3);\n }\n gold::Incremental_binary::~Incremental_binary(unaff_RBX,param_2);\n operator_delete(unaff_RBX,0x178);\n if (*(void **)(unaff_RBP + -0x40) != (void *)(unaff_R13 + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x40));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" (function_definition "void FUN_0018171b(undefined8 param_1,int param_2)\n\n{\n pointer ppIVar1;\n pointer ppSVar2;\n pointer ppIVar3;\n Incremental_binary *unaff_RBX;\n long unaff_RBP;\n long unaff_R13;\n \n std::\n vector<gold::Sized_incremental_binary<64,_true>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_true>::Sized_input_reader>_>\n ::~vector((vector<gold::Sized_incremental_binary<64,_true>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_true>::Sized_input_reader>_>\n *)(unaff_RBX + 4),param_2);\n ppIVar1 = unaff_RBX[2].input_args_map_.\n super__Vector_base<const_gold::Input_argument*,_std::allocator<const_gold::Input_argument*>_>\n ._M_impl._M_finish;\n if (ppIVar1 != (pointer)0x0) {\n operator_delete(ppIVar1);\n }\n if (unaff_RBX[1].output_ != (Output_file *)0x0) {\n operator_delete(unaff_RBX[1].output_);\n }\n ppSVar2 = unaff_RBX[1].script_map_.\n super__Vector_base<gold::Script_info*,_std::allocator<gold::Script_info*>_>._M_impl.\n _M_start;\n if (ppSVar2 != (pointer)0x0) {\n operator_delete(ppSVar2);\n }\n ppIVar3 = unaff_RBX[1].library_map_.\n super__Vector_base<gold::Incremental_library*,_std::allocator<gold::Incremental_library*>_>\n ._M_impl._M_start;\n if (ppIVar3 != (pointer)0x0) {\n operator_delete(ppIVar3);\n }\n gold::Incremental_binary::~Incremental_binary(unaff_RBX,param_2);\n operator_delete(unaff_RBX,0x178);\n if (*(void **)(unaff_RBP + -0x40) != (void *)(unaff_R13 + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x40));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (function_declarator "FUN_0018171b(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 pointer ppIVar1;\n pointer ppSVar2;\n pointer ppIVar3;\n Incremental_binary *unaff_RBX;\n long unaff_RBP;\n long unaff_R13;\n \n std::\n vector<gold::Sized_incremental_binary<64,_true>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_true>::Sized_input_reader>_>\n ::~vector((vector<gold::Sized_incremental_binary<64,_true>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_true>::Sized_input_reader>_>\n *)(unaff_RBX + 4),param_2);\n ppIVar1 = unaff_RBX[2].input_args_map_.\n super__Vector_base<const_gold::Input_argument*,_std::allocator<const_gold::Input_argument*>_>\n ._M_impl._M_finish;\n if (ppIVar1 != (pointer)0x0) {\n operator_delete(ppIVar1);\n }\n if (unaff_RBX[1].output_ != (Output_file *)0x0) {\n operator_delete(unaff_RBX[1].output_);\n }\n ppSVar2 = unaff_RBX[1].script_map_.\n super__Vector_base<gold::Script_info*,_std::allocator<gold::Script_info*>_>._M_impl.\n _M_start;\n if (ppSVar2 != (pointer)0x0) {\n operator_delete(ppSVar2);\n }\n ppIVar3 = unaff_RBX[1].library_map_.\n super__Vector_base<gold::Incremental_library*,_std::allocator<gold::Incremental_library*>_>\n ._M_impl._M_start;\n if (ppIVar3 != (pointer)0x0) {\n operator_delete(ppIVar3);\n }\n gold::Incremental_binary::~Incremental_binary(unaff_RBX,param_2);\n operator_delete(unaff_RBX,0x178);\n if (*(void **)(unaff_RBP + -0x40) != (void *)(unaff_R13 + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x40));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (declaration "pointer ppIVar1;" type_identifier identifier ;) (declaration "pointer ppSVar2;" type_identifier identifier ;) (declaration "pointer ppIVar3;" type_identifier identifier ;) (declaration "Incremental_binary *unaff_RBX;" type_identifier (pointer_declarator "*unaff_RBX" * identifier) ;) (declaration "long unaff_RBP;" (sized_type_specifier "long" long) identifier ;) (declaration "long unaff_R13;" (sized_type_specifier "long" long) identifier ;) (labeled_statement "std::\n vector<gold::Sized_incremental_binary<64,_true>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_true>::Sized_input_reader>_>\n ::~vector((vector<gold::Sized_incremental_binary<64,_true>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_true>::Sized_input_reader>_>\n *)(unaff_RBX + 4),param_2);" statement_identifier (ERROR "::\n vector<gold::Sized_incremental_binary<64,_true>::Sized_input_reader,_std::allocator<gold:" : : (binary_expression "vector<gold" identifier < identifier) : : (comma_expression "Sized_incremental_binary<64,_true>::Sized_input_reader,_std" (binary_expression "Sized_incremental_binary<64" identifier < number_literal) , (comma_expression "_true>::Sized_input_reader,_std" (binary_expression "_true>::Sized_input_reader" identifier > (ERROR "::" : :) identifier) , identifier)) : : (binary_expression "allocator<gold" identifier < identifier) :) : (expression_statement "Sized_incremental_binary<64,_true>::Sized_input_reader>_>\n ::~vector((vector<gold::Sized_incremental_binary<64,_true>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_true>::Sized_input_reader>_>\n *)(unaff_RBX + 4),param_2);" (comma_expression "Sized_incremental_binary<64,_true>::Sized_input_reader>_>\n ::~vector((vector<gold::Sized_incremental_binary<64,_true>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_true>::Sized_input_reader>_>\n *)(unaff_RBX + 4),param_2)" (binary_expression "Sized_incremental_binary<64" identifier < number_literal) , (binary_expression "_true>::Sized_input_reader>_>\n ::~vector((vector<gold::Sized_incremental_binary<64,_true>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_true>::Sized_input_reader>_>\n *)(unaff_RBX + 4),param_2)" (binary_expression "_true>::Sized_input_reader>_" (binary_expression "_true>::Sized_input_reader" identifier > (ERROR "::" : :) identifier) > identifier) > (ERROR "::" : :) (unary_expression "~vector((vector<gold::Sized_incremental_binary<64,_true>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_true>::Sized_input_reader>_>\n *)(unaff_RBX + 4),param_2)" ~ (call_expression "vector((vector<gold::Sized_incremental_binary<64,_true>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_true>::Sized_input_reader>_>\n *)(unaff_RBX + 4),param_2)" identifier (argument_list "((vector<gold::Sized_incremental_binary<64,_true>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_true>::Sized_input_reader>_>\n *)(unaff_RBX + 4),param_2)" ( (call_expression "(vector<gold::Sized_incremental_binary<64,_true>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_true>::Sized_input_reader>_>\n *)(unaff_RBX + 4)" (parenthesized_expression "(vector<gold::Sized_incremental_binary<64,_true>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_true>::Sized_input_reader>_>\n *)" ( (ERROR "vector<gold::Sized_incremental_binary<64,_true>::Sized_input_reader,_std::allocator<gold::" (binary_expression "vector<gold" identifier < identifier) : : (comma_expression "Sized_incremental_binary<64,_true>::Sized_input_reader,_std" (binary_expression "Sized_incremental_binary<64" identifier < number_literal) , (comma_expression "_true>::Sized_input_reader,_std" (binary_expression "_true>::Sized_input_reader" identifier > (ERROR "::" : :) identifier) , identifier)) : : (binary_expression "allocator<gold" identifier < identifier) : :) (comma_expression "Sized_incremental_binary<64,_true>::Sized_input_reader>_>\n *" (binary_expression "Sized_incremental_binary<64" identifier < number_literal) , (binary_expression "_true>::Sized_input_reader>_>\n *" (binary_expression "_true>::Sized_input_reader>_" (binary_expression "_true>::Sized_input_reader" identifier > (ERROR "::" : :) identifier) > identifier) > (pointer_expression "*" * identifier))) )) (argument_list "(unaff_RBX + 4)" ( (binary_expression "unaff_RBX + 4" identifier + number_literal) ))) , identifier )))))) ;)) (expression_statement "ppIVar1 = unaff_RBX[2].input_args_map_.\n super__Vector_base<const_gold::Input_argument*,_std::allocator<const_gold::Input_argument*>_>\n ._M_impl._M_finish;" (field_expression "ppIVar1 = unaff_RBX[2].input_args_map_.\n super__Vector_base<const_gold::Input_argument*,_std::allocator<const_gold::Input_argument*>_>\n ._M_impl._M_finish" (field_expression "ppIVar1 = unaff_RBX[2].input_args_map_.\n super__Vector_base<const_gold::Input_argument*,_std::allocator<const_gold::Input_argument*>_>\n ._M_impl" (binary_expression "ppIVar1 = unaff_RBX[2].input_args_map_.\n super__Vector_base<const_gold::Input_argument*,_std::allocator<const_gold::Input_argument*>_" (binary_expression "ppIVar1 = unaff_RBX[2].input_args_map_.\n super__Vector_base<const_gold::Input_argument*,_std::allocator<const_gold" (binary_expression "ppIVar1 = unaff_RBX[2].input_args_map_.\n super__Vector_base<const_gold::Input_argument*,_std" (assignment_expression "ppIVar1 = unaff_RBX[2].input_args_map_.\n super__Vector_base<const_gold" identifier = (binary_expression "unaff_RBX[2].input_args_map_.\n super__Vector_base<const_gold" (field_expression "unaff_RBX[2].input_args_map_.\n super__Vector_base" (field_expression "unaff_RBX[2].input_args_map_" (subscript_expression "unaff_RBX[2]" identifier [ number_literal ]) . field_identifier) . field_identifier) < identifier)) (ERROR "::Input_argument" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Input_argument" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (if_statement "if (ppIVar1 != (pointer)0x0) {\n operator_delete(ppIVar1);\n }" if (parenthesized_expression "(ppIVar1 != (pointer)0x0)" ( (binary_expression "ppIVar1 != (pointer)0x0" identifier != (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) )) (compound_statement "{\n operator_delete(ppIVar1);\n }" { (expression_statement "operator_delete(ppIVar1);" (call_expression "operator_delete(ppIVar1)" identifier (argument_list "(ppIVar1)" ( identifier ))) ;) })) (if_statement "if (unaff_RBX[1].output_ != (Output_file *)0x0) {\n operator_delete(unaff_RBX[1].output_);\n }" if (parenthesized_expression "(unaff_RBX[1].output_ != (Output_file *)0x0)" ( (binary_expression "unaff_RBX[1].output_ != (Output_file *)0x0" (field_expression "unaff_RBX[1].output_" (subscript_expression "unaff_RBX[1]" identifier [ number_literal ]) . field_identifier) != (cast_expression "(Output_file *)0x0" ( (type_descriptor "Output_file *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n operator_delete(unaff_RBX[1].output_);\n }" { (expression_statement "operator_delete(unaff_RBX[1].output_);" (call_expression "operator_delete(unaff_RBX[1].output_)" identifier (argument_list "(unaff_RBX[1].output_)" ( (field_expression "unaff_RBX[1].output_" (subscript_expression "unaff_RBX[1]" identifier [ number_literal ]) . field_identifier) ))) ;) })) (expression_statement "ppSVar2 = unaff_RBX[1].script_map_.\n super__Vector_base<gold::Script_info*,_std::allocator<gold::Script_info*>_>._M_impl.\n _M_start;" (field_expression "ppSVar2 = unaff_RBX[1].script_map_.\n super__Vector_base<gold::Script_info*,_std::allocator<gold::Script_info*>_>._M_impl.\n _M_start" (field_expression "ppSVar2 = unaff_RBX[1].script_map_.\n super__Vector_base<gold::Script_info*,_std::allocator<gold::Script_info*>_>._M_impl" (binary_expression "ppSVar2 = unaff_RBX[1].script_map_.\n super__Vector_base<gold::Script_info*,_std::allocator<gold::Script_info*>_" (binary_expression "ppSVar2 = unaff_RBX[1].script_map_.\n super__Vector_base<gold::Script_info*,_std::allocator<gold" (binary_expression "ppSVar2 = unaff_RBX[1].script_map_.\n super__Vector_base<gold::Script_info*,_std" (assignment_expression "ppSVar2 = unaff_RBX[1].script_map_.\n super__Vector_base<gold" identifier = (binary_expression "unaff_RBX[1].script_map_.\n super__Vector_base<gold" (field_expression "unaff_RBX[1].script_map_.\n super__Vector_base" (field_expression "unaff_RBX[1].script_map_" (subscript_expression "unaff_RBX[1]" identifier [ number_literal ]) . field_identifier) . field_identifier) < identifier)) (ERROR "::Script_info" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Script_info" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (if_statement "if (ppSVar2 != (pointer)0x0) {\n operator_delete(ppSVar2);\n }" if (parenthesized_expression "(ppSVar2 != (pointer)0x0)" ( (binary_expression "ppSVar2 != (pointer)0x0" identifier != (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) )) (compound_statement "{\n operator_delete(ppSVar2);\n }" { (expression_statement "operator_delete(ppSVar2);" (call_expression "operator_delete(ppSVar2)" identifier (argument_list "(ppSVar2)" ( identifier ))) ;) })) (expression_statement "ppIVar3 = unaff_RBX[1].library_map_.\n super__Vector_base<gold::Incremental_library*,_std::allocator<gold::Incremental_library*>_>\n ._M_impl._M_start;" (field_expression "ppIVar3 = unaff_RBX[1].library_map_.\n super__Vector_base<gold::Incremental_library*,_std::allocator<gold::Incremental_library*>_>\n ._M_impl._M_start" (field_expression "ppIVar3 = unaff_RBX[1].library_map_.\n super__Vector_base<gold::Incremental_library*,_std::allocator<gold::Incremental_library*>_>\n ._M_impl" (binary_expression "ppIVar3 = unaff_RBX[1].library_map_.\n super__Vector_base<gold::Incremental_library*,_std::allocator<gold::Incremental_library*>_" (binary_expression "ppIVar3 = unaff_RBX[1].library_map_.\n super__Vector_base<gold::Incremental_library*,_std::allocator<gold" (binary_expression "ppIVar3 = unaff_RBX[1].library_map_.\n super__Vector_base<gold::Incremental_library*,_std" (assignment_expression "ppIVar3 = unaff_RBX[1].library_map_.\n super__Vector_base<gold" identifier = (binary_expression "unaff_RBX[1].library_map_.\n super__Vector_base<gold" (field_expression "unaff_RBX[1].library_map_.\n super__Vector_base" (field_expression "unaff_RBX[1].library_map_" (subscript_expression "unaff_RBX[1]" identifier [ number_literal ]) . field_identifier) . field_identifier) < identifier)) (ERROR "::Incremental_library" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Incremental_library" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (if_statement "if (ppIVar3 != (pointer)0x0) {\n operator_delete(ppIVar3);\n }" if (parenthesized_expression "(ppIVar3 != (pointer)0x0)" ( (binary_expression "ppIVar3 != (pointer)0x0" identifier != (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) )) (compound_statement "{\n operator_delete(ppIVar3);\n }" { (expression_statement "operator_delete(ppIVar3);" (call_expression "operator_delete(ppIVar3)" identifier (argument_list "(ppIVar3)" ( identifier ))) ;) })) (labeled_statement "gold::Incremental_binary::~Incremental_binary(unaff_RBX,param_2);" statement_identifier : (ERROR ":" :) (labeled_statement "Incremental_binary::~Incremental_binary(unaff_RBX,param_2);" statement_identifier : (ERROR ":" :) (expression_statement "~Incremental_binary(unaff_RBX,param_2);" (unary_expression "~Incremental_binary(unaff_RBX,param_2)" ~ (call_expression "Incremental_binary(unaff_RBX,param_2)" identifier (argument_list "(unaff_RBX,param_2)" ( identifier , identifier )))) ;))) (expression_statement "operator_delete(unaff_RBX,0x178);" (call_expression "operator_delete(unaff_RBX,0x178)" identifier (argument_list "(unaff_RBX,0x178)" ( identifier , number_literal ))) ;) (if_statement "if (*(void **)(unaff_RBP + -0x40) != (void *)(unaff_R13 + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x40));\n }" if (parenthesized_expression "(*(void **)(unaff_RBP + -0x40) != (void *)(unaff_R13 + 0x10))" ( (binary_expression "*(void **)(unaff_RBP + -0x40) != (void *)(unaff_R13 + 0x10)" (pointer_expression "*(void **)(unaff_RBP + -0x40)" * (cast_expression "(void **)(unaff_RBP + -0x40)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x40)" ( (binary_expression "unaff_RBP + -0x40" identifier + number_literal) )))) != (cast_expression "(void *)(unaff_R13 + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_R13 + 0x10)" ( (binary_expression "unaff_R13 + 0x10" identifier + number_literal) )))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_RBP + -0x40));\n }" { (expression_statement "operator_delete(*(void **)(unaff_RBP + -0x40));" (call_expression "operator_delete(*(void **)(unaff_RBP + -0x40))" identifier (argument_list "(*(void **)(unaff_RBP + -0x40))" ( (pointer_expression "*(void **)(unaff_RBP + -0x40)" * (cast_expression "(void **)(unaff_RBP + -0x40)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x40)" ( (binary_expression "unaff_RBP + -0x40" identifier + number_literal) )))) ))) ;) })) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void FUN_0018171b(void)\n\n{\n long unaff_RBX;\n long unaff_RBP;\n long unaff_R13;\n \n FUN_00365640(unaff_RBX + 0x160);\n if (*(long *)(unaff_RBX + 0xc0) != 0) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBX + 0xa8) != 0) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBX + 0x90) != 0) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBX + 0x78) != 0) {\n FUN_0049e330();\n }\n FUN_00363420();\n thunk_FUN_0049e330();\n if (*(long *)(unaff_RBP + -0x40) != unaff_R13 + 0x10) {\n FUN_0049e330();\n }\n \n FUN_0052bfa0();\n}\n\n" (function_definition "void FUN_0018171b(void)\n\n{\n long unaff_RBX;\n long unaff_RBP;\n long unaff_R13;\n \n FUN_00365640(unaff_RBX + 0x160);\n if (*(long *)(unaff_RBX + 0xc0) != 0) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBX + 0xa8) != 0) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBX + 0x90) != 0) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBX + 0x78) != 0) {\n FUN_0049e330();\n }\n FUN_00363420();\n thunk_FUN_0049e330();\n if (*(long *)(unaff_RBP + -0x40) != unaff_R13 + 0x10) {\n FUN_0049e330();\n }\n \n FUN_0052bfa0();\n}" primitive_type (function_declarator "FUN_0018171b(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_RBX;\n long unaff_RBP;\n long unaff_R13;\n \n FUN_00365640(unaff_RBX + 0x160);\n if (*(long *)(unaff_RBX + 0xc0) != 0) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBX + 0xa8) != 0) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBX + 0x90) != 0) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBX + 0x78) != 0) {\n FUN_0049e330();\n }\n FUN_00363420();\n thunk_FUN_0049e330();\n if (*(long *)(unaff_RBP + -0x40) != unaff_R13 + 0x10) {\n FUN_0049e330();\n }\n \n FUN_0052bfa0();\n}" { (declaration "long unaff_RBX;" (sized_type_specifier "long" long) identifier ;) (declaration "long unaff_RBP;" (sized_type_specifier "long" long) identifier ;) (declaration "long unaff_R13;" (sized_type_specifier "long" long) identifier ;) (expression_statement "FUN_00365640(unaff_RBX + 0x160);" (call_expression "FUN_00365640(unaff_RBX + 0x160)" identifier (argument_list "(unaff_RBX + 0x160)" ( (binary_expression "unaff_RBX + 0x160" identifier + number_literal) ))) ;) (if_statement "if (*(long *)(unaff_RBX + 0xc0) != 0) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBX + 0xc0) != 0)" ( (binary_expression "*(long *)(unaff_RBX + 0xc0) != 0" (pointer_expression "*(long *)(unaff_RBX + 0xc0)" * (cast_expression "(long *)(unaff_RBX + 0xc0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBX + 0xc0)" ( (binary_expression "unaff_RBX + 0xc0" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBX + 0xa8) != 0) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBX + 0xa8) != 0)" ( (binary_expression "*(long *)(unaff_RBX + 0xa8) != 0" (pointer_expression "*(long *)(unaff_RBX + 0xa8)" * (cast_expression "(long *)(unaff_RBX + 0xa8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBX + 0xa8)" ( (binary_expression "unaff_RBX + 0xa8" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBX + 0x90) != 0) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBX + 0x90) != 0)" ( (binary_expression "*(long *)(unaff_RBX + 0x90) != 0" (pointer_expression "*(long *)(unaff_RBX + 0x90)" * (cast_expression "(long *)(unaff_RBX + 0x90)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBX + 0x90)" ( (binary_expression "unaff_RBX + 0x90" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBX + 0x78) != 0) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBX + 0x78) != 0)" ( (binary_expression "*(long *)(unaff_RBX + 0x78) != 0" (pointer_expression "*(long *)(unaff_RBX + 0x78)" * (cast_expression "(long *)(unaff_RBX + 0x78)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBX + 0x78)" ( (binary_expression "unaff_RBX + 0x78" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "FUN_00363420();" (call_expression "FUN_00363420()" identifier (argument_list "()" ( ))) ;) (expression_statement "thunk_FUN_0049e330();" (call_expression "thunk_FUN_0049e330()" identifier (argument_list "()" ( ))) ;) (if_statement "if (*(long *)(unaff_RBP + -0x40) != unaff_R13 + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x40) != unaff_R13 + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x40) != unaff_R13 + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x40)" * (cast_expression "(long *)(unaff_RBP + -0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x40)" ( (binary_expression "unaff_RBP + -0x40" identifier + number_literal) )))) != (binary_expression "unaff_R13 + 0x10" identifier + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "FUN_0052bfa0();" (call_expression "FUN_0052bfa0()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (call_expression IDENT (argument_list ( (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 { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (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) )))) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void FUN_0018171b(void)\n\n{\n long unaff_RBX;\n long unaff_RBP;\n long unaff_R13;\n \n FUN_00365640(unaff_RBX + 0x160);\n if (*(long *)(unaff_RBX + 0xc0) != 0) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBX + 0xa8) != 0) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBX + 0x90) != 0) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBX + 0x78) != 0) {\n FUN_0049e330();\n }\n FUN_00363420();\n thunk_FUN_0049e330();\n if (*(long *)(unaff_RBP + -0x40) != unaff_R13 + 0x10) {\n FUN_0049e330();\n }\n \n FUN_0052bfa0();\n}" (primitive_type "void") (function_declarator "FUN_0018171b(void)" (identifier "FUN_0018171b") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long unaff_RBX;\n long unaff_RBP;\n long unaff_R13;\n \n FUN_00365640(unaff_RBX + 0x160);\n if (*(long *)(unaff_RBX + 0xc0) != 0) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBX + 0xa8) != 0) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBX + 0x90) != 0) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBX + 0x78) != 0) {\n FUN_0049e330();\n }\n FUN_00363420();\n thunk_FUN_0049e330();\n if (*(long *)(unaff_RBP + -0x40) != unaff_R13 + 0x10) {\n FUN_0049e330();\n }\n \n FUN_0052bfa0();\n}" ({ "{") (declaration "long unaff_RBX;" (sized_type_specifier "long" (long "long")) (identifier "unaff_RBX") (; ";")) (declaration "long unaff_RBP;" (sized_type_specifier "long" (long "long")) (identifier "unaff_RBP") (; ";")) (declaration "long unaff_R13;" (sized_type_specifier "long" (long "long")) (identifier "unaff_R13") (; ";")) (expression_statement "FUN_00365640(unaff_RBX + 0x160);" (call_expression "FUN_00365640(unaff_RBX + 0x160)" (identifier "FUN_00365640") (argument_list "(unaff_RBX + 0x160)" (( "(") (binary_expression "unaff_RBX + 0x160" (identifier "unaff_RBX") (+ "+") (number_literal "0x160")) () ")"))) (; ";")) (if_statement "if (*(long *)(unaff_RBX + 0xc0) != 0) {\n FUN_0049e330();\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_RBX + 0xc0) != 0)" (( "(") (binary_expression "*(long *)(unaff_RBX + 0xc0) != 0" (pointer_expression "*(long *)(unaff_RBX + 0xc0)" (* "*") (cast_expression "(long *)(unaff_RBX + 0xc0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBX + 0xc0)" (( "(") (binary_expression "unaff_RBX + 0xc0" (identifier "unaff_RBX") (+ "+") (number_literal "0xc0")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0049e330();\n }" ({ "{") (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(long *)(unaff_RBX + 0xa8) != 0) {\n FUN_0049e330();\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_RBX + 0xa8) != 0)" (( "(") (binary_expression "*(long *)(unaff_RBX + 0xa8) != 0" (pointer_expression "*(long *)(unaff_RBX + 0xa8)" (* "*") (cast_expression "(long *)(unaff_RBX + 0xa8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBX + 0xa8)" (( "(") (binary_expression "unaff_RBX + 0xa8" (identifier "unaff_RBX") (+ "+") (number_literal "0xa8")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0049e330();\n }" ({ "{") (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(long *)(unaff_RBX + 0x90) != 0) {\n FUN_0049e330();\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_RBX + 0x90) != 0)" (( "(") (binary_expression "*(long *)(unaff_RBX + 0x90) != 0" (pointer_expression "*(long *)(unaff_RBX + 0x90)" (* "*") (cast_expression "(long *)(unaff_RBX + 0x90)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBX + 0x90)" (( "(") (binary_expression "unaff_RBX + 0x90" (identifier "unaff_RBX") (+ "+") (number_literal "0x90")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0049e330();\n }" ({ "{") (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(long *)(unaff_RBX + 0x78) != 0) {\n FUN_0049e330();\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_RBX + 0x78) != 0)" (( "(") (binary_expression "*(long *)(unaff_RBX + 0x78) != 0" (pointer_expression "*(long *)(unaff_RBX + 0x78)" (* "*") (cast_expression "(long *)(unaff_RBX + 0x78)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBX + 0x78)" (( "(") (binary_expression "unaff_RBX + 0x78" (identifier "unaff_RBX") (+ "+") (number_literal "0x78")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0049e330();\n }" ({ "{") (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_00363420();" (call_expression "FUN_00363420()" (identifier "FUN_00363420") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "thunk_FUN_0049e330();" (call_expression "thunk_FUN_0049e330()" (identifier "thunk_FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (if_statement "if (*(long *)(unaff_RBP + -0x40) != unaff_R13 + 0x10) {\n FUN_0049e330();\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_RBP + -0x40) != unaff_R13 + 0x10)" (( "(") (binary_expression "*(long *)(unaff_RBP + -0x40) != unaff_R13 + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x40)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x40)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x40)" (( "(") (binary_expression "unaff_RBP + -0x40" (identifier "unaff_RBP") (+ "+") (number_literal "-0x40")) () ")")))) (!= "!=") (binary_expression "unaff_R13 + 0x10" (identifier "unaff_R13") (+ "+") (number_literal "0x10"))) () ")")) (compound_statement "{\n FUN_0049e330();\n }" ({ "{") (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_0052bfa0();" (call_expression "FUN_0052bfa0()" (identifier "FUN_0052bfa0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) |
void function_1(type_1 param_1,int param_2)
{
type_2 var_9;
type_2 var_12;
type_2 var_13;
type_3 *var_6;
long var_14;
long var_15;
std::
var_5<var_11::var_1<64,var_2>::var_3,var_8::allocator<var_11::var_1<64,var_2>::var_3>var_4>
::~var_5((var_5<var_11::var_1<64,var_2>::var_3,var_8::allocator<var_11::var_1<64,var_2>::var_3>var_4>
*)(var_6 + 4),param_2);
var_9 = var_6[2].input_args_map_.
super__Vector_base<var_7::Input_argument*,var_8::allocator<var_7::Input_argument*>var_4>
._M_impl._M_finish;
if (var_9 != (type_2)0x0) {
var_10(var_9);
}
if (var_6[1].output_ != (type_4 *)0x0) {
var_10(var_6[1].output_);
}
var_12 = var_6[1].script_map_.
super__Vector_base<var_11::Script_info*,var_8::allocator<var_11::Script_info*>var_4>._M_impl.
_M_start;
if (var_12 != (type_2)0x0) {
var_10(var_12);
}
var_13 = var_6[1].library_map_.
super__Vector_base<var_11::Incremental_library*,var_8::allocator<var_11::Incremental_library*>var_4>
._M_impl._M_start;
if (var_13 != (type_2)0x0) {
var_10(var_13);
}
gold::Incremental_binary::~type_3(var_6,param_2);
var_10(var_6,0x178);
if (*(void **)(var_14 + -0x40) != (void *)(var_15 + 0x10)) {
var_10(*(void **)(var_14 + -0x40));
}
/* WARNING: Subroutine does not return */
var_16();
}
| 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)) (declaration type: (sized_type_specifier) declarator: (identifier)) (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: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (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: (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_RBX;
long unaff_RBP;
long unaff_R13;
FUN_00365640(unaff_RBX + 0x160);
if (*(long *)(unaff_RBX + 0xc0) != 0) {
FUN_0049e330();
}
if (*(long *)(unaff_RBX + 0xa8) != 0) {
FUN_0049e330();
}
if (*(long *)(unaff_RBX + 0x90) != 0) {
FUN_0049e330();
}
if (*(long *)(unaff_RBX + 0x78) != 0) {
FUN_0049e330();
}
FUN_00363420();
thunk_FUN_0049e330();
if (*(long *)(unaff_RBP + -0x40) != unaff_R13 + 0x10) {
FUN_0049e330();
}
/* WARNING: Subroutine does not return */
FUN_0052bfa0();
}
|
1431_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | ~Struct_gnu_unique | FUN_001598c0 |
/* DWARF original prototype: void ~Struct_gnu_unique(Struct_gnu_unique * this, int __in_chrg) */
void __thiscall
gold::General_options::Struct_gnu_unique::~Struct_gnu_unique(Struct_gnu_unique *this,int __in_chrg)
{
pointer pcVar1;
(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_0043dc58;
pcVar1 = (this->option).longname._M_dataplus._M_p;
if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9
*)pcVar1 != &(this->option).longname.field_2) {
operator_delete(pcVar1);
}
operator_delete(this,0x68);
return;
}
|
void FUN_001598c0(undefined8 *param_1)
{
*param_1 = &PTR_FUN_0043dc58;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002eff50();
}
thunk_FUN_002eff50(param_1,0x68);
return;
}
| LEA RAX,[0x43dc58]
PUSH RBX
MOV RBX,RDI
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0x8]
LEA RAX,[RBX + 0x18]
CMP RDI,RAX
JZ 0x001598e0
CALL 0x002eff50
MOV RDI,RBX
MOV ESI,0x68
POP RBX
JMP 0x002eff40 | null | null | null | null | [('const-0', u'PTRSUB_-1207264930'), (u'PTRSUB_-1207264926', u'PTRSUB_-1207264925'), ('const-433', u'LOAD_-1207265064'), ('const-0', u'PTRSUB_-1207264931'), ('const-433', u'STORE_-1207265068'), ('const-0', u'PTRSUB_-1207264916'), (u'PTRSUB_-1207264925', u'PTRSUB_-1207264921'), ('const-0', u'RETURN_-1207265004'), ('const-8', u'PTRSUB_-1207264920'), (u'PTRSUB_-1207264920', u'PTRSUB_-1207264916'), ('const-0', u'PTRSUB_-1207264918'), ('tmp_93', u'PTRSUB_-1207264930'), (u'PTRSUB_-1207264918', u'LOAD_-1207265064'), (u'CAST_-1207264909', u'INT_NOTEQUAL_-1207265037'), ('tmp_58', u'CBRANCH_-1207265036'), (u'INT_NOTEQUAL_-1207265037', u'CBRANCH_-1207265036'), (u'PTRSUB_-1207264930', u'PTRSUB_-1207264925'), ('const-104', u'CALL_-1207265008'), (u'PTRSUB_-1207264913', u'INT_NOTEQUAL_-1207265037'), (u'PTRSUB_-1207264916', u'PTRSUB_-1207264913'), ('const-0', u'PTRSUB_-1207264921'), (u'PTRSUB_-1207264925', u'STORE_-1207265068'), ('const-16', u'PTRSUB_-1207264913'), ('const-0', u'PTRSUB_-1207264925'), ('const-4447320', u'PTRSUB_-1207264931'), (u'LOAD_-1207265064', u'CALL_-1207265029'), ('tmp_93', u'PTRSUB_-1207264920'), (u'PTRSUB_-1207264931', u'CAST_-1207264921'), (u'CAST_-1207264921', u'STORE_-1207265068'), ('const-0', u'PTRSUB_-1207264925'), (u'PTRSUB_-1207264921', u'PTRSUB_-1207264918'), ('tmp_93', u'PTRSUB_-1207264926'), ('const-8', u'PTRSUB_-1207264926'), ('tmp_93', u'CALL_-1207265008'), (u'LOAD_-1207265064', u'CAST_-1207264909')] | [('const-3', u'PTRADD_-1207264924'), (u'CAST_-1207264928', u'INT_NOTEQUAL_-1207265037'), ('tmp_194', u'CALL_-1207265008'), ('const-0', u'PTRSUB_-1207264932'), (u'PTRADD_-1207264929', u'LOAD_-1207265064'), ('const-433', u'STORE_-1207265068'), ('tmp_194', u'STORE_-1207265068'), ('const-1', u'PTRADD_-1207264929'), ('const-0', u'RETURN_-1207265004'), ('const-433', u'LOAD_-1207265064'), ('tmp_194', u'PTRADD_-1207264924'), ('const-8', u'PTRADD_-1207264924'), ('const-8', u'PTRADD_-1207264929'), ('const-104', u'CALL_-1207265008'), (u'PTRADD_-1207264924', u'INT_NOTEQUAL_-1207265037'), ('tmp_58', u'CBRANCH_-1207265036'), (u'INT_NOTEQUAL_-1207265037', u'CBRANCH_-1207265036'), (u'PTRSUB_-1207264932', u'STORE_-1207265068'), ('const-4447320', u'PTRSUB_-1207264932'), ('tmp_194', u'PTRADD_-1207264929'), (u'LOAD_-1207265064', u'CAST_-1207264928')] | null | null | 001598c0 | x64 | O2 | (translation_unit "void FUN_001598c0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0043dc58;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002eff50();\n }\n thunk_FUN_002eff50(param_1,0x68);\n return;\n}\n\n" (function_definition "void FUN_001598c0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0043dc58;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002eff50();\n }\n thunk_FUN_002eff50(param_1,0x68);\n return;\n}" primitive_type (function_declarator "FUN_001598c0(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_0043dc58;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002eff50();\n }\n thunk_FUN_002eff50(param_1,0x68);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_0043dc58;" (assignment_expression "*param_1 = &PTR_FUN_0043dc58" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_0043dc58" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002eff50();\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_002eff50();\n }" { (expression_statement "FUN_002eff50();" (call_expression "FUN_002eff50()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_002eff50(param_1,0x68);" (call_expression "thunk_FUN_002eff50(param_1,0x68)" identifier (argument_list "(param_1,0x68)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* DWARF original prototype: void ~Struct_gnu_unique(Struct_gnu_unique * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_gnu_unique::~Struct_gnu_unique(Struct_gnu_unique *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_0043dc58;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x68);\n return;\n}\n\n" comment (function_definition "void __thiscall\ngold::General_options::Struct_gnu_unique::~Struct_gnu_unique(Struct_gnu_unique *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_0043dc58;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x68);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_gnu_unique::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_gnu_unique(Struct_gnu_unique *this,int __in_chrg)" identifier (parameter_list "(Struct_gnu_unique *this,int __in_chrg)" ( (parameter_declaration "Struct_gnu_unique *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_0043dc58;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x68);\n return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_0043dc58;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_0043dc58" (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_0043dc58" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_0043dc58" & identifier))) ;) (expression_statement "pcVar1 = (this->option).longname._M_dataplus._M_p;" (assignment_expression "pcVar1 = (this->option).longname._M_dataplus._M_p" identifier = (field_expression "(this->option).longname._M_dataplus._M_p" (field_expression "(this->option).longname._M_dataplus" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2" (binary_expression "allocator<char>_>_9\n *)pcVar1" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar1" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&(this->option).longname.field_2" & (field_expression "(this->option).longname.field_2" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar1);\n }" { (expression_statement "operator_delete(pcVar1);" (call_expression "operator_delete(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) })) (expression_statement "operator_delete(this,0x68);" (call_expression "operator_delete(this,0x68)" identifier (argument_list "(this,0x68)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void FUN_001598c0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0043dc58;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002eff50();\n }\n thunk_FUN_002eff50(param_1,0x68);\n return;\n}\n\n" (function_definition "void FUN_001598c0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0043dc58;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002eff50();\n }\n thunk_FUN_002eff50(param_1,0x68);\n return;\n}" primitive_type (function_declarator "FUN_001598c0(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_0043dc58;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002eff50();\n }\n thunk_FUN_002eff50(param_1,0x68);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_0043dc58;" (assignment_expression "*param_1 = &PTR_FUN_0043dc58" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_0043dc58" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002eff50();\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_002eff50();\n }" { (expression_statement "FUN_002eff50();" (call_expression "FUN_002eff50()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_002eff50(param_1,0x68);" (call_expression "thunk_FUN_002eff50(param_1,0x68)" identifier (argument_list "(param_1,0x68)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_001598c0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0043dc58;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002eff50();\n }\n thunk_FUN_002eff50(param_1,0x68);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001598c0(undefined8 *param_1)" (identifier "FUN_001598c0") (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_0043dc58;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002eff50();\n }\n thunk_FUN_002eff50(param_1,0x68);\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_0043dc58;" (assignment_expression "*param_1 = &PTR_FUN_0043dc58" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_0043dc58" (& "&") (identifier "PTR_FUN_0043dc58"))) (; ";")) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002eff50();\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_002eff50();\n }" ({ "{") (expression_statement "FUN_002eff50();" (call_expression "FUN_002eff50()" (identifier "FUN_002eff50") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "thunk_FUN_002eff50(param_1,0x68);" (call_expression "thunk_FUN_002eff50(param_1,0x68)" (identifier "thunk_FUN_002eff50") (argument_list "(param_1,0x68)" (( "(") (identifier "param_1") (, ",") (number_literal "0x68") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* DWARF original prototype: void ~Struct_gnu_unique(Struct_gnu_unique * 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_0043dc58;
var_5 = (this->option).longname._M_dataplus._M_p;
if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_4
*)var_5 != &(this->option).longname.field_2) {
var_6(var_5);
}
var_6(this,0x68);
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement)))) | null |
void MASKED(undefined8 *param_1)
{
*param_1 = &PTR_FUN_0043dc58;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002eff50();
}
thunk_FUN_002eff50(param_1,0x68);
return;
}
|
460_i686-linux-gnu-objdump_and_i686-linux-gnu-objdump_strip.c | bfd_nonfatal | FUN_001362e0 |
void bfd_nonfatal(char *string)
{
undefined4 uVar1;
undefined8 uVar2;
uVar1 = bfd_get_error();
uVar2 = bfd_errmsg(uVar1);
fflush(stdout);
if (string != (char *)0x0) {
fprintf(stderr,"%s: %s: %s\n",program_name,string,uVar2);
return;
}
fprintf(stderr,"%s: %s\n",program_name,uVar2);
return;
}
|
void FUN_001362e0(long param_1)
{
undefined4 uVar1;
undefined8 uVar2;
uVar1 = bfd_get_error();
uVar2 = bfd_errmsg(uVar1);
fflush(stdout);
if (param_1 != 0) {
fprintf(stderr,"%s: %s: %s\n",DAT_00159e18,param_1,uVar2);
return;
}
fprintf(stderr,"%s: %s\n",DAT_00159e18,uVar2);
return;
}
| PUSH RBP
PUSH RBX
MOV RBX,RDI
SUB RSP,0x8
CALL 0x00107320
MOV EDI,EAX
CALL 0x00107720
MOV RDI,qword ptr [0x00156da0]
MOV RBP,RAX
CALL 0x00107560
TEST RBX,RBX
JZ 0x00136338
MOV RDX,qword ptr [0x00159e18]
MOV R8,RBP
MOV RCX,RBX
XOR EAX,EAX
MOV RDI,qword ptr [0x00157220]
ADD RSP,0x8
LEA RSI,[0x14615f]
POP RBX
POP RBP
JMP 0x00107850
MOV RDX,qword ptr [0x00159e18]
MOV RDI,qword ptr [0x00157220]
ADD RSP,0x8
MOV RCX,RBP
POP RBX
LEA RSI,[0x146797]
XOR EAX,EAX
POP RBP
JMP 0x00107850 | null | null | null | null | [(u'CALL_-1207147742', u'INDIRECT_-1207147486'), (u'INDIRECT_-1207147486', u'CALL_-1207147577'), ('const-0', u'INT_NOTEQUAL_-1207147727'), (u'INT_NOTEQUAL_-1207147727', u'CBRANCH_-1207147726'), (u'INDIRECT_-1207147389', u'COPY_-1207147446'), (u'CALL_-1207147742', u'INDIRECT_-1207147493'), (u'INDIRECT_-1207147509', u'CALL_-1207147742'), (u'CALL_-1207147762', u'INDIRECT_-1207147495'), (u'CALL_-1207147654', u'INDIRECT_-1207147446'), (u'CALL_-1207147774', u'INDIRECT_-1207147503'), ('const-1337239', u'COPY_-1207147426'), (u'CALL_-1207147762', u'CALL_-1207147654'), (u'INDIRECT_-1207147439', u'COPY_-1207147498'), (u'COPY_-1207147472', u'CALL_-1207147654'), (u'INDIRECT_-1207147396', u'COPY_-1207147453'), (u'CALL_-1207147762', u'CALL_-1207147577'), (u'INDIRECT_-1207147479', u'CALL_-1207147654'), (u'CALL_-1207147774', u'INDIRECT_-1207147517'), (u'CALL_-1207147577', u'INDIRECT_-1207147403'), (u'CALL_-1207147762', u'INDIRECT_-1207147509'), (u'CALL_-1207147774', u'INDIRECT_-1207147510'), (u'CALL_-1207147762', u'INDIRECT_-1207147502'), (u'CALL_-1207147577', u'INDIRECT_-1207147389'), ('tmp_287', u'INT_NOTEQUAL_-1207147727'), (u'INDIRECT_-1207147446', u'COPY_-1207147505'), (u'INDIRECT_-1207147403', u'COPY_-1207147460'), (u'CALL_-1207147774', u'CALL_-1207147762'), (u'CALL_-1207147654', u'INDIRECT_-1207147432'), ('tmp_100', u'CBRANCH_-1207147726'), (u'INDIRECT_-1207147486', u'CALL_-1207147654'), (u'COPY_-1207147426', u'CALL_-1207147577'), ('const-0', u'RETURN_-1207147650'), (u'CALL_-1207147577', u'INDIRECT_-1207147396'), (u'INDIRECT_-1207147479', u'CALL_-1207147577'), ('const-0', u'RETURN_-1207147573'), (u'CALL_-1207147742', u'INDIRECT_-1207147479'), ('tmp_287', u'CALL_-1207147654'), ('const-1335647', u'COPY_-1207147472'), (u'CALL_-1207147654', u'INDIRECT_-1207147439'), (u'INDIRECT_-1207147432', u'COPY_-1207147491')] | [(u'CALL_-1207147742', u'INDIRECT_-1207147486'), (u'INDIRECT_-1207147486', u'CALL_-1207147577'), ('const-0', u'INT_NOTEQUAL_-1207147727'), (u'INT_NOTEQUAL_-1207147727', u'CBRANCH_-1207147726'), (u'INDIRECT_-1207147389', u'COPY_-1207147446'), (u'CALL_-1207147742', u'INDIRECT_-1207147493'), (u'INDIRECT_-1207147509', u'CALL_-1207147742'), (u'CALL_-1207147762', u'INDIRECT_-1207147495'), (u'CALL_-1207147654', u'INDIRECT_-1207147446'), (u'CALL_-1207147774', u'INDIRECT_-1207147503'), ('const-1337239', u'COPY_-1207147426'), (u'CALL_-1207147762', u'CALL_-1207147654'), (u'INDIRECT_-1207147439', u'COPY_-1207147498'), (u'COPY_-1207147472', u'CALL_-1207147654'), (u'INDIRECT_-1207147396', u'COPY_-1207147453'), (u'CALL_-1207147762', u'CALL_-1207147577'), (u'INDIRECT_-1207147479', u'CALL_-1207147654'), (u'CALL_-1207147774', u'INDIRECT_-1207147517'), (u'CALL_-1207147577', u'INDIRECT_-1207147403'), (u'CALL_-1207147762', u'INDIRECT_-1207147509'), (u'CALL_-1207147774', u'INDIRECT_-1207147510'), (u'CALL_-1207147762', u'INDIRECT_-1207147502'), (u'CALL_-1207147577', u'INDIRECT_-1207147389'), (u'INDIRECT_-1207147446', u'COPY_-1207147505'), (u'INDIRECT_-1207147403', u'COPY_-1207147460'), (u'CALL_-1207147774', u'CALL_-1207147762'), (u'CALL_-1207147654', u'INDIRECT_-1207147432'), ('tmp_100', u'CBRANCH_-1207147726'), (u'INDIRECT_-1207147486', u'CALL_-1207147654'), (u'COPY_-1207147426', u'CALL_-1207147577'), ('const-0', u'RETURN_-1207147650'), (u'CALL_-1207147577', u'INDIRECT_-1207147396'), ('tmp_587', u'CALL_-1207147654'), (u'INDIRECT_-1207147479', u'CALL_-1207147577'), ('const-0', u'RETURN_-1207147573'), (u'CALL_-1207147742', u'INDIRECT_-1207147479'), ('tmp_587', u'INT_NOTEQUAL_-1207147727'), ('const-1335647', u'COPY_-1207147472'), (u'CALL_-1207147654', u'INDIRECT_-1207147439'), (u'INDIRECT_-1207147432', u'COPY_-1207147491')] | null | null | 001362e0 | x64 | O2 | (translation_unit "void FUN_001362e0(long param_1)\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n \n uVar1 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar1);\n fflush(stdout);\n if (param_1 != 0) {\n fprintf(stderr,"%s: %s: %s\n",DAT_00159e18,param_1,uVar2);\n return;\n }\n fprintf(stderr,"%s: %s\n",DAT_00159e18,uVar2);\n return;\n}\n\n" (function_definition "void FUN_001362e0(long param_1)\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n \n uVar1 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar1);\n fflush(stdout);\n if (param_1 != 0) {\n fprintf(stderr,"%s: %s: %s\n",DAT_00159e18,param_1,uVar2);\n return;\n }\n fprintf(stderr,"%s: %s\n",DAT_00159e18,uVar2);\n return;\n}" primitive_type (function_declarator "FUN_001362e0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined4 uVar1;\n undefined8 uVar2;\n \n uVar1 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar1);\n fflush(stdout);\n if (param_1 != 0) {\n fprintf(stderr,"%s: %s: %s\n",DAT_00159e18,param_1,uVar2);\n return;\n }\n fprintf(stderr,"%s: %s\n",DAT_00159e18,uVar2);\n return;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (expression_statement "uVar1 = bfd_get_error();" (assignment_expression "uVar1 = bfd_get_error()" identifier = (call_expression "bfd_get_error()" identifier (argument_list "()" ( )))) ;) (expression_statement "uVar2 = bfd_errmsg(uVar1);" (assignment_expression "uVar2 = bfd_errmsg(uVar1)" identifier = (call_expression "bfd_errmsg(uVar1)" identifier (argument_list "(uVar1)" ( identifier )))) ;) (expression_statement "fflush(stdout);" (call_expression "fflush(stdout)" identifier (argument_list "(stdout)" ( identifier ))) ;) (if_statement "if (param_1 != 0) {\n fprintf(stderr,"%s: %s: %s\n",DAT_00159e18,param_1,uVar2);\n return;\n }" if (parenthesized_expression "(param_1 != 0)" ( (binary_expression "param_1 != 0" identifier != number_literal) )) (compound_statement "{\n fprintf(stderr,"%s: %s: %s\n",DAT_00159e18,param_1,uVar2);\n return;\n }" { (expression_statement "fprintf(stderr,"%s: %s: %s\n",DAT_00159e18,param_1,uVar2);" (call_expression "fprintf(stderr,"%s: %s: %s\n",DAT_00159e18,param_1,uVar2)" identifier (argument_list "(stderr,"%s: %s: %s\n",DAT_00159e18,param_1,uVar2)" ( identifier , (string_literal ""%s: %s: %s\n"" " string_content escape_sequence ") , identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })) (expression_statement "fprintf(stderr,"%s: %s\n",DAT_00159e18,uVar2);" (call_expression "fprintf(stderr,"%s: %s\n",DAT_00159e18,uVar2)" identifier (argument_list "(stderr,"%s: %s\n",DAT_00159e18,uVar2)" ( identifier , (string_literal ""%s: %s\n"" " string_content escape_sequence ") , identifier , identifier ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void bfd_nonfatal(char *string)\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n \n uVar1 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar1);\n fflush(stdout);\n if (string != (char *)0x0) {\n fprintf(stderr,"%s: %s: %s\n",program_name,string,uVar2);\n return;\n }\n fprintf(stderr,"%s: %s\n",program_name,uVar2);\n return;\n}\n\n" (function_definition "void bfd_nonfatal(char *string)\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n \n uVar1 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar1);\n fflush(stdout);\n if (string != (char *)0x0) {\n fprintf(stderr,"%s: %s: %s\n",program_name,string,uVar2);\n return;\n }\n fprintf(stderr,"%s: %s\n",program_name,uVar2);\n return;\n}" primitive_type (function_declarator "bfd_nonfatal(char *string)" identifier (parameter_list "(char *string)" ( (parameter_declaration "char *string" primitive_type (pointer_declarator "*string" * identifier)) ))) (compound_statement "{\n undefined4 uVar1;\n undefined8 uVar2;\n \n uVar1 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar1);\n fflush(stdout);\n if (string != (char *)0x0) {\n fprintf(stderr,"%s: %s: %s\n",program_name,string,uVar2);\n return;\n }\n fprintf(stderr,"%s: %s\n",program_name,uVar2);\n return;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (expression_statement "uVar1 = bfd_get_error();" (assignment_expression "uVar1 = bfd_get_error()" identifier = (call_expression "bfd_get_error()" identifier (argument_list "()" ( )))) ;) (expression_statement "uVar2 = bfd_errmsg(uVar1);" (assignment_expression "uVar2 = bfd_errmsg(uVar1)" identifier = (call_expression "bfd_errmsg(uVar1)" identifier (argument_list "(uVar1)" ( identifier )))) ;) (expression_statement "fflush(stdout);" (call_expression "fflush(stdout)" identifier (argument_list "(stdout)" ( identifier ))) ;) (if_statement "if (string != (char *)0x0) {\n fprintf(stderr,"%s: %s: %s\n",program_name,string,uVar2);\n return;\n }" if (parenthesized_expression "(string != (char *)0x0)" ( (binary_expression "string != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n fprintf(stderr,"%s: %s: %s\n",program_name,string,uVar2);\n return;\n }" { (expression_statement "fprintf(stderr,"%s: %s: %s\n",program_name,string,uVar2);" (call_expression "fprintf(stderr,"%s: %s: %s\n",program_name,string,uVar2)" identifier (argument_list "(stderr,"%s: %s: %s\n",program_name,string,uVar2)" ( identifier , (string_literal ""%s: %s: %s\n"" " string_content escape_sequence ") , identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })) (expression_statement "fprintf(stderr,"%s: %s\n",program_name,uVar2);" (call_expression "fprintf(stderr,"%s: %s\n",program_name,uVar2)" identifier (argument_list "(stderr,"%s: %s\n",program_name,uVar2)" ( identifier , (string_literal ""%s: %s\n"" " string_content escape_sequence ") , identifier , identifier ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void FUN_001362e0(long param_1)\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n \n uVar1 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar1);\n fflush(stdout);\n if (param_1 != 0) {\n fprintf(stderr,"%s: %s: %s\n",DAT_00159e18,param_1,uVar2);\n return;\n }\n fprintf(stderr,"%s: %s\n",DAT_00159e18,uVar2);\n return;\n}\n\n" (function_definition "void FUN_001362e0(long param_1)\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n \n uVar1 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar1);\n fflush(stdout);\n if (param_1 != 0) {\n fprintf(stderr,"%s: %s: %s\n",DAT_00159e18,param_1,uVar2);\n return;\n }\n fprintf(stderr,"%s: %s\n",DAT_00159e18,uVar2);\n return;\n}" primitive_type (function_declarator "FUN_001362e0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined4 uVar1;\n undefined8 uVar2;\n \n uVar1 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar1);\n fflush(stdout);\n if (param_1 != 0) {\n fprintf(stderr,"%s: %s: %s\n",DAT_00159e18,param_1,uVar2);\n return;\n }\n fprintf(stderr,"%s: %s\n",DAT_00159e18,uVar2);\n return;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (expression_statement "uVar1 = bfd_get_error();" (assignment_expression "uVar1 = bfd_get_error()" identifier = (call_expression "bfd_get_error()" identifier (argument_list "()" ( )))) ;) (expression_statement "uVar2 = bfd_errmsg(uVar1);" (assignment_expression "uVar2 = bfd_errmsg(uVar1)" identifier = (call_expression "bfd_errmsg(uVar1)" identifier (argument_list "(uVar1)" ( identifier )))) ;) (expression_statement "fflush(stdout);" (call_expression "fflush(stdout)" identifier (argument_list "(stdout)" ( identifier ))) ;) (if_statement "if (param_1 != 0) {\n fprintf(stderr,"%s: %s: %s\n",DAT_00159e18,param_1,uVar2);\n return;\n }" if (parenthesized_expression "(param_1 != 0)" ( (binary_expression "param_1 != 0" identifier != number_literal) )) (compound_statement "{\n fprintf(stderr,"%s: %s: %s\n",DAT_00159e18,param_1,uVar2);\n return;\n }" { (expression_statement "fprintf(stderr,"%s: %s: %s\n",DAT_00159e18,param_1,uVar2);" (call_expression "fprintf(stderr,"%s: %s: %s\n",DAT_00159e18,param_1,uVar2)" identifier (argument_list "(stderr,"%s: %s: %s\n",DAT_00159e18,param_1,uVar2)" ( identifier , (string_literal ""%s: %s: %s\n"" " string_content escape_sequence ") , identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })) (expression_statement "fprintf(stderr,"%s: %s\n",DAT_00159e18,uVar2);" (call_expression "fprintf(stderr,"%s: %s\n",DAT_00159e18,uVar2)" identifier (argument_list "(stderr,"%s: %s\n",DAT_00159e18,uVar2)" ( identifier , (string_literal ""%s: %s\n"" " string_content escape_sequence ") , identifier , identifier ))) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content escape_sequence ") , IDENT , IDENT , IDENT ))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content escape_sequence ") , IDENT , IDENT ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_001362e0(long param_1)\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n \n uVar1 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar1);\n fflush(stdout);\n if (param_1 != 0) {\n fprintf(stderr,"%s: %s: %s\n",DAT_00159e18,param_1,uVar2);\n return;\n }\n fprintf(stderr,"%s: %s\n",DAT_00159e18,uVar2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001362e0(long param_1)" (identifier "FUN_001362e0") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n undefined4 uVar1;\n undefined8 uVar2;\n \n uVar1 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar1);\n fflush(stdout);\n if (param_1 != 0) {\n fprintf(stderr,"%s: %s: %s\n",DAT_00159e18,param_1,uVar2);\n return;\n }\n fprintf(stderr,"%s: %s\n",DAT_00159e18,uVar2);\n return;\n}" ({ "{") (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (declaration "undefined8 uVar2;" (type_identifier "undefined8") (identifier "uVar2") (; ";")) (expression_statement "uVar1 = bfd_get_error();" (assignment_expression "uVar1 = bfd_get_error()" (identifier "uVar1") (= "=") (call_expression "bfd_get_error()" (identifier "bfd_get_error") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "uVar2 = bfd_errmsg(uVar1);" (assignment_expression "uVar2 = bfd_errmsg(uVar1)" (identifier "uVar2") (= "=") (call_expression "bfd_errmsg(uVar1)" (identifier "bfd_errmsg") (argument_list "(uVar1)" (( "(") (identifier "uVar1") () ")")))) (; ";")) (expression_statement "fflush(stdout);" (call_expression "fflush(stdout)" (identifier "fflush") (argument_list "(stdout)" (( "(") (identifier "stdout") () ")"))) (; ";")) (if_statement "if (param_1 != 0) {\n fprintf(stderr,"%s: %s: %s\n",DAT_00159e18,param_1,uVar2);\n return;\n }" (if "if") (parenthesized_expression "(param_1 != 0)" (( "(") (binary_expression "param_1 != 0" (identifier "param_1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n fprintf(stderr,"%s: %s: %s\n",DAT_00159e18,param_1,uVar2);\n return;\n }" ({ "{") (expression_statement "fprintf(stderr,"%s: %s: %s\n",DAT_00159e18,param_1,uVar2);" (call_expression "fprintf(stderr,"%s: %s: %s\n",DAT_00159e18,param_1,uVar2)" (identifier "fprintf") (argument_list "(stderr,"%s: %s: %s\n",DAT_00159e18,param_1,uVar2)" (( "(") (identifier "stderr") (, ",") (string_literal ""%s: %s: %s\n"" (" """) (string_content "%s: %s: %s") (escape_sequence "\n") (" """)) (, ",") (identifier "DAT_00159e18") (, ",") (identifier "param_1") (, ",") (identifier "uVar2") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "fprintf(stderr,"%s: %s\n",DAT_00159e18,uVar2);" (call_expression "fprintf(stderr,"%s: %s\n",DAT_00159e18,uVar2)" (identifier "fprintf") (argument_list "(stderr,"%s: %s\n",DAT_00159e18,uVar2)" (( "(") (identifier "stderr") (, ",") (string_literal ""%s: %s\n"" (" """) (string_content "%s: %s") (escape_sequence "\n") (" """)) (, ",") (identifier "DAT_00159e18") (, ",") (identifier "uVar2") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
void function_1(char *var_4)
{
type_1 uVar1;
type_2 uVar2;
uVar1 = var_1();
uVar2 = var_2(uVar1);
var_3(stdout);
if (var_4 != (char *)0x0) {
var_5(stderr,"%s: %s: %s\n",program_name,var_4,uVar2);
return;
}
var_5(stderr,"%s: %s\n",program_name,uVar2);
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: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content) (escape_sequence)) (identifier) (identifier) (identifier)))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content) (escape_sequence)) (identifier) (identifier)))) (return_statement)))) | null |
void MASKED(long param_1)
{
undefined4 uVar1;
undefined8 uVar2;
uVar1 = bfd_get_error();
uVar2 = bfd_errmsg(uVar1);
fflush(stdout);
if (param_1 != 0) {
fprintf(stderr,"%s: %s: %s\n",DAT_00159e18,param_1,uVar2);
return;
}
fprintf(stderr,"%s: %s\n",DAT_00159e18,uVar2);
return;
}
|
3416_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | relocate_sections | FUN_001cc250 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void relocate_sections(Sized_relobj_file<64,_false> * this,
Symbol_table * symtab, Layout * layout, uchar * pshdrs, Output_file * of, Views * pviews) */
void __thiscall
gold::Sized_relobj_file<64,_false>::relocate_sections
(Sized_relobj_file<64,_false> *this,Symbol_table *symtab,Layout *layout,uchar *pshdrs,
Output_file *of,Views *pviews)
{
/* WARNING: Could not recover jumptable at 0x001cc253. Too many branches */
/* WARNING: Treating indirect jump as call */
(*(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object[0x3f])();
return;
}
|
void FUN_001cc250(long *param_1)
{
/* WARNING: Could not recover jumptable at 0x001cc253. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)(*param_1 + 0x1f8))();
return;
}
| MOV RAX,qword ptr [RDI]
JMP qword ptr [RAX + 0x1f8] | null | null | null | null | [('const-0', u'PTRSUB_-1207713114'), (u'LOAD_-1207713198', u'PTRADD_-1207713108'), ('const-8', u'PTRADD_-1207713108'), ('const-433', u'LOAD_-1207713192'), (u'PTRADD_-1207713108', u'LOAD_-1207713192'), (u'PTRSUB_-1207713112', u'PTRSUB_-1207713111'), ('const-0', u'PTRSUB_-1207713111'), ('const-0', u'PTRSUB_-1207713113'), (u'PTRSUB_-1207713114', u'PTRSUB_-1207713113'), ('const-0', u'PTRSUB_-1207713112'), ('const-433', u'LOAD_-1207713198'), ('const-1', u'RETURN_-1207713182'), (u'LOAD_-1207713192', u'CALLIND_-1207713185'), (u'PTRSUB_-1207713113', u'PTRSUB_-1207713112'), ('const-63', u'PTRADD_-1207713108'), (u'PTRSUB_-1207713111', u'LOAD_-1207713198'), ('tmp_18', u'PTRSUB_-1207713114')] | [(u'CAST_-1207713120', u'LOAD_-1207713192'), (u'INT_ADD_-1207713176', u'CAST_-1207713120'), ('const-433', u'LOAD_-1207713198'), (u'LOAD_-1207713198', u'INT_ADD_-1207713176'), ('const-433', u'LOAD_-1207713192'), ('const-1', u'RETURN_-1207713182'), ('const-504', u'INT_ADD_-1207713176'), (u'LOAD_-1207713192', u'CALLIND_-1207713185'), ('tmp_34', u'LOAD_-1207713198')] | null | null | 001cc250 | x64 | O2 | (translation_unit "void FUN_001cc250(long *param_1)\n\n{\n /* WARNING: Could not recover jumptable at 0x001cc253. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*param_1 + 0x1f8))();\n return;\n}\n\n" (function_definition "void FUN_001cc250(long *param_1)\n\n{\n /* WARNING: Could not recover jumptable at 0x001cc253. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*param_1 + 0x1f8))();\n return;\n}" primitive_type (function_declarator "FUN_001cc250(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 /* WARNING: Could not recover jumptable at 0x001cc253. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*param_1 + 0x1f8))();\n return;\n}" { comment comment (expression_statement "(**(code **)(*param_1 + 0x1f8))();" (call_expression "(**(code **)(*param_1 + 0x1f8))()" (parenthesized_expression "(**(code **)(*param_1 + 0x1f8))" ( (pointer_expression "**(code **)(*param_1 + 0x1f8)" * (pointer_expression "*(code **)(*param_1 + 0x1f8)" * (cast_expression "(code **)(*param_1 + 0x1f8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x1f8)" ( (binary_expression "*param_1 + 0x1f8" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void relocate_sections(Sized_relobj_file<64,_false> * this,\n Symbol_table * symtab, Layout * layout, uchar * pshdrs, Output_file * of, Views * pviews) */\n\nvoid __thiscall\ngold::Sized_relobj_file<64,_false>::relocate_sections\n (Sized_relobj_file<64,_false> *this,Symbol_table *symtab,Layout *layout,uchar *pshdrs,\n Output_file *of,Views *pviews)\n\n{\n /* WARNING: Could not recover jumptable at 0x001cc253. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object[0x3f])();\n return;\n}\n\n" comment comment (declaration "void __thiscall\ngold::Sized_relobj_file<64,_false>::relocate_sections\n (Sized_relobj_file<64,_false> *this,Symbol_table *symtab,Layout *layout,uchar *pshdrs,\n Output_file *of,Views *pviews)\n\n{\n /* WARNING: Could not recover jumptable at 0x001cc253. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object[0x3f])();" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_false>::" identifier > : :) (function_declarator "relocate_sections\n (Sized_relobj_file<64,_false> *this,Symbol_table *symtab,Layout *layout,uchar *pshdrs,\n Output_file *of,Views *pviews)\n\n{\n /* WARNING: Could not recover jumptable at 0x001cc253. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object[0x3f])()" (function_declarator "relocate_sections\n (Sized_relobj_file<64,_false> *this,Symbol_table *symtab,Layout *layout,uchar *pshdrs,\n Output_file *of,Views *pviews)\n\n{\n /* WARNING: Could not recover jumptable at 0x001cc253. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object[0x3f])" (function_declarator "relocate_sections\n (Sized_relobj_file<64,_false> *this,Symbol_table *symtab,Layout *layout,uchar *pshdrs,\n Output_file *of,Views *pviews)" identifier (parameter_list "(Sized_relobj_file<64,_false> *this,Symbol_table *symtab,Layout *layout,uchar *pshdrs,\n Output_file *of,Views *pviews)" ( (parameter_declaration "Sized_relobj_file" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol_table *symtab" type_identifier (pointer_declarator "*symtab" * identifier)) , (parameter_declaration "Layout *layout" type_identifier (pointer_declarator "*layout" * identifier)) , (parameter_declaration "uchar *pshdrs" type_identifier (pointer_declarator "*pshdrs" * identifier)) , (parameter_declaration "Output_file *of" type_identifier (pointer_declarator "*of" * identifier)) , (parameter_declaration "Views *pviews" type_identifier (pointer_declarator "*pviews" * identifier)) ))) (ERROR "{" {) comment comment (parameter_list "(*(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object[0x3f])" ( (parameter_declaration "*(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object[0x3f]" type_identifier (abstract_pointer_declarator "*(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object[0x3f]" * (abstract_array_declarator "(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object[0x3f]" (abstract_function_declarator "(this->super_Sized_relobj<64,_false>)" (parameter_list "(this->super_Sized_relobj<64,_false>)" ( (parameter_declaration "this->super_Sized_relobj" type_identifier (ERROR "->" ->) identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_false" type_identifier) (ERROR ">" >) ))) (ERROR ".super_Relobj.super_Object._vptr_Object" . identifier . identifier . identifier) [ number_literal ]))) ))) (parameter_list "()" ( ))) ;) (return_statement "return;" return ;) (ERROR "}" })) | (translation_unit "void FUN_001cc250(long *param_1)\n\n{\n \n \n (**(code **)(*param_1 + 0x1f8))();\n return;\n}\n\n" (function_definition "void FUN_001cc250(long *param_1)\n\n{\n \n \n (**(code **)(*param_1 + 0x1f8))();\n return;\n}" primitive_type (function_declarator "FUN_001cc250(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 \n \n (**(code **)(*param_1 + 0x1f8))();\n return;\n}" { (expression_statement "(**(code **)(*param_1 + 0x1f8))();" (call_expression "(**(code **)(*param_1 + 0x1f8))()" (parenthesized_expression "(**(code **)(*param_1 + 0x1f8))" ( (pointer_expression "**(code **)(*param_1 + 0x1f8)" * (pointer_expression "*(code **)(*param_1 + 0x1f8)" * (cast_expression "(code **)(*param_1 + 0x1f8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x1f8)" ( (binary_expression "*param_1 + 0x1f8" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_001cc250(long *param_1)\n\n{\n \n \n (**(code **)(*param_1 + 0x1f8))();\n return;\n}" (primitive_type "void") (function_declarator "FUN_001cc250(long *param_1)" (identifier "FUN_001cc250") (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 \n \n (**(code **)(*param_1 + 0x1f8))();\n return;\n}" ({ "{") (expression_statement "(**(code **)(*param_1 + 0x1f8))();" (call_expression "(**(code **)(*param_1 + 0x1f8))()" (parenthesized_expression "(**(code **)(*param_1 + 0x1f8))" (( "(") (pointer_expression "**(code **)(*param_1 + 0x1f8)" (* "*") (pointer_expression "*(code **)(*param_1 + 0x1f8)" (* "*") (cast_expression "(code **)(*param_1 + 0x1f8)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x1f8)" (( "(") (binary_expression "*param_1 + 0x1f8" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x1f8")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void relocate_sections(Sized_relobj_file<64,_false> * this,
Symbol_table * symtab, Layout * layout, uchar * pshdrs, Output_file * of, Views * pviews) */
void __thiscall
gold::type_1<64,type_2>::function_1
(type_1<64,type_2> *type_9,type_3 *symtab,type_4 *layout,type_5 *pshdrs,
type_6 *of,type_7 *pviews)
{
/* WARNING: Could not recover jumptable at 0x001cc253. Too many branches */
/* WARNING: Treating indirect jump as call */
(type_8*(type_9->super_Sized_relobj<64,type_2>).super_Relobj.super_Object._vptr_Object[0x3f])();
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 (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list))) (return_statement)))) | null |
void MASKED(long *param_1)
{
/* WARNING: Could not recover jumptable at 0x001cc253. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)(*param_1 + 0x1f8))();
return;
}
|
4739_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | do_print_to_mapfile | FUN_0028e500 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void do_print_to_mapfile(Mips_output_section_reginfo<32,_false> * this,
Mapfile * mapfile) */
void __thiscall
anon_unknown.dwarf_ead2ad::Mips_output_section_reginfo<32,_false>::do_print_to_mapfile
(Mips_output_section_reginfo<32,_false> *this,Mapfile *mapfile)
{
char *name;
name = (char *)gettext(".reginfo");
gold::Mapfile::print_output_data(mapfile,(Output_data *)this,name);
return;
}
|
void FUN_0028e500(undefined8 param_1,undefined8 param_2)
{
undefined8 uVar1;
uVar1 = gettext(".reginfo");
FUN_00391920(param_2,param_1,uVar1);
return;
}
| PUSH RBP
MOV RBP,RDI
LEA RDI,[0x558451]
PUSH RBX
MOV RBX,RSI
SUB RSP,0x8
CALL 0x00177320
ADD RSP,0x8
MOV RSI,RBP
MOV RDI,RBX
MOV RDX,RAX
POP RBX
POP RBP
JMP 0x00391920 | null | null | null | null | [('const-5604433', u'COPY_-1204296348'), ('tmp_120', u'CALL_-1204296361'), ('tmp_119', u'CAST_-1204296263'), (u'CAST_-1204296263', u'CALL_-1204296361'), ('const-0', u'RETURN_-1204296357'), (u'COPY_-1204296348', u'CALL_-1204296402'), (u'CAST_-1204296284', u'CALL_-1204296361'), (u'CALL_-1204296402', u'CAST_-1204296284')] | [('const-5604433', u'COPY_-1204296348'), (u'CALL_-1204296402', u'CALL_-1204296361'), ('tmp_199', u'CALL_-1204296361'), ('const-0', u'RETURN_-1204296357'), (u'COPY_-1204296348', u'CALL_-1204296402'), ('tmp_201', u'CALL_-1204296361')] | null | null | 0028e500 | x64 | O2 | (translation_unit "void FUN_0028e500(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = gettext(".reginfo");\n FUN_00391920(param_2,param_1,uVar1);\n return;\n}\n\n" (function_definition "void FUN_0028e500(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = gettext(".reginfo");\n FUN_00391920(param_2,param_1,uVar1);\n return;\n}" primitive_type (function_declarator "FUN_0028e500(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 \n uVar1 = gettext(".reginfo");\n FUN_00391920(param_2,param_1,uVar1);\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = gettext(".reginfo");" (assignment_expression "uVar1 = gettext(".reginfo")" identifier = (call_expression "gettext(".reginfo")" identifier (argument_list "(".reginfo")" ( (string_literal "".reginfo"" " string_content ") )))) ;) (expression_statement "FUN_00391920(param_2,param_1,uVar1);" (call_expression "FUN_00391920(param_2,param_1,uVar1)" identifier (argument_list "(param_2,param_1,uVar1)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void do_print_to_mapfile(Mips_output_section_reginfo<32,_false> * this,\n Mapfile * mapfile) */\n\nvoid __thiscall\nanon_unknown.dwarf_ead2ad::Mips_output_section_reginfo<32,_false>::do_print_to_mapfile\n (Mips_output_section_reginfo<32,_false> *this,Mapfile *mapfile)\n\n{\n char *name;\n \n name = (char *)gettext(".reginfo");\n gold::Mapfile::print_output_data(mapfile,(Output_data *)this,name);\n return;\n}\n\n" comment comment (declaration "void __thiscall\nanon_unknown.dwarf_ead2ad::Mips_output_section_reginfo<32,_false>::do_print_to_mapfile\n (Mips_output_section_reginfo<32,_false> *this,Mapfile *mapfile)\n\n{\n char *name;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "anon_unknown.dwarf_ead2ad::" identifier . identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::do_print_to_mapfile\n (Mips_output_section_reginfo<32,_false> *this,Mapfile *mapfile)\n\n{\n char" identifier > : : (function_declarator "do_print_to_mapfile\n (Mips_output_section_reginfo<32,_false> *this,Mapfile *mapfile)" identifier (parameter_list "(Mips_output_section_reginfo<32,_false> *this,Mapfile *mapfile)" ( (parameter_declaration "Mips_output_section_reginfo" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Mapfile *mapfile" type_identifier (pointer_declarator "*mapfile" * identifier)) ))) { primitive_type) (pointer_declarator "*name" * identifier) ;) (expression_statement "name = (char *)gettext(".reginfo");" (assignment_expression "name = (char *)gettext(".reginfo")" identifier = (cast_expression "(char *)gettext(".reginfo")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext(".reginfo")" identifier (argument_list "(".reginfo")" ( (string_literal "".reginfo"" " string_content ") ))))) ;) (labeled_statement "gold::Mapfile::print_output_data(mapfile,(Output_data *)this,name);" statement_identifier : (ERROR ":" :) (labeled_statement "Mapfile::print_output_data(mapfile,(Output_data *)this,name);" statement_identifier : (ERROR ":" :) (expression_statement "print_output_data(mapfile,(Output_data *)this,name);" (call_expression "print_output_data(mapfile,(Output_data *)this,name)" identifier (argument_list "(mapfile,(Output_data *)this,name)" ( identifier , (cast_expression "(Output_data *)this" ( (type_descriptor "Output_data *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;))) (return_statement "return;" return ;) (ERROR "}" })) | (translation_unit "void FUN_0028e500(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = gettext(".reginfo");\n FUN_00391920(param_2,param_1,uVar1);\n return;\n}\n\n" (function_definition "void FUN_0028e500(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = gettext(".reginfo");\n FUN_00391920(param_2,param_1,uVar1);\n return;\n}" primitive_type (function_declarator "FUN_0028e500(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 \n uVar1 = gettext(".reginfo");\n FUN_00391920(param_2,param_1,uVar1);\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = gettext(".reginfo");" (assignment_expression "uVar1 = gettext(".reginfo")" identifier = (call_expression "gettext(".reginfo")" identifier (argument_list "(".reginfo")" ( (string_literal "".reginfo"" " string_content ") )))) ;) (expression_statement "FUN_00391920(param_2,param_1,uVar1);" (call_expression "FUN_00391920(param_2,param_1,uVar1)" identifier (argument_list "(param_2,param_1,uVar1)" ( 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 IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_0028e500(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = gettext(".reginfo");\n FUN_00391920(param_2,param_1,uVar1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0028e500(undefined8 param_1,undefined8 param_2)" (identifier "FUN_0028e500") (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 \n uVar1 = gettext(".reginfo");\n FUN_00391920(param_2,param_1,uVar1);\n return;\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (expression_statement "uVar1 = gettext(".reginfo");" (assignment_expression "uVar1 = gettext(".reginfo")" (identifier "uVar1") (= "=") (call_expression "gettext(".reginfo")" (identifier "gettext") (argument_list "(".reginfo")" (( "(") (string_literal "".reginfo"" (" """) (string_content ".reginfo") (" """)) () ")")))) (; ";")) (expression_statement "FUN_00391920(param_2,param_1,uVar1);" (call_expression "FUN_00391920(param_2,param_1,uVar1)" (identifier "FUN_00391920") (argument_list "(param_2,param_1,uVar1)" (( "(") (identifier "param_2") (, ",") (identifier "param_1") (, ",") (identifier "uVar1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void do_print_to_mapfile(Mips_output_section_reginfo<32,_false> * this,
Mapfile * mapfile) */
void __thiscall
anon_unknown.dwarf_ead2ad::Mips_output_section_reginfo<32,_false>::do_print_to_mapfile
(Mips_output_section_reginfo<32,_false> *this,Mapfile *mapfile)
{
char *name;
name = (char *)var_1(".reginfo");
gold::Mapfile::var_2(mapfile,(type_1 *)this,name);
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)) (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)))) (return_statement)))) | null |
void MASKED(undefined8 param_1,undefined8 param_2)
{
undefined8 uVar1;
uVar1 = gettext(".reginfo");
FUN_00391920(param_2,param_1,uVar1);
return;
}
|
17_sh4-linux-gnu-c++filt_and_sh4-linux-gnu-c++filt_strip.c | fclose | fclose |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fclose(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fclose_00108088)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fclose(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fclose_00108088)();
return iVar1;
}
| JMP qword ptr [0x00108088] | null | null | null | null | [(u'CAST_-1206967973', u'CALLIND_-1206968040'), (u'CALLIND_-1206968040', u'RETURN_-1206968037'), ('tmp_32', u'CAST_-1206967973'), (u'INDIRECT_-1206967978', u'COPY_-1206968037'), ('const-0', u'RETURN_-1206968037'), (u'CALLIND_-1206968040', u'INDIRECT_-1206967978')] | [(u'CAST_-1206967973', u'CALLIND_-1206968040'), (u'CALLIND_-1206968040', u'RETURN_-1206968037'), ('tmp_32', u'CAST_-1206967973'), (u'INDIRECT_-1206967978', u'COPY_-1206968037'), ('const-0', u'RETURN_-1206968037'), (u'CALLIND_-1206968040', u'INDIRECT_-1206967978')] | null | null | 00102110 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_00108088)();\n return iVar1;\n}\n\n" comment (function_definition "int fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_00108088)();\n return iVar1;\n}" primitive_type (function_declarator "fclose(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_00108088)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_fclose_00108088)();" (assignment_expression "iVar1 = (*(code *)PTR_fclose_00108088)()" identifier = (call_expression "(*(code *)PTR_fclose_00108088)()" (parenthesized_expression "(*(code *)PTR_fclose_00108088)" ( (pointer_expression "*(code *)PTR_fclose_00108088" * (cast_expression "(code *)PTR_fclose_00108088" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) }))) | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_00108088)();\n return iVar1;\n}\n\n" comment (function_definition "int fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_00108088)();\n return iVar1;\n}" primitive_type (function_declarator "fclose(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_00108088)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_fclose_00108088)();" (assignment_expression "iVar1 = (*(code *)PTR_fclose_00108088)()" identifier = (call_expression "(*(code *)PTR_fclose_00108088)()" (parenthesized_expression "(*(code *)PTR_fclose_00108088)" ( (pointer_expression "*(code *)PTR_fclose_00108088" * (cast_expression "(code *)PTR_fclose_00108088" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) }))) | (translation_unit "int fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_00108088)();\n return iVar1;\n}\n\n" (function_definition "int fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_00108088)();\n return iVar1;\n}" primitive_type (function_declarator "fclose(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_00108088)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_fclose_00108088)();" (assignment_expression "iVar1 = (*(code *)PTR_fclose_00108088)()" identifier = (call_expression "(*(code *)PTR_fclose_00108088)()" (parenthesized_expression "(*(code *)PTR_fclose_00108088)" ( (pointer_expression "*(code *)PTR_fclose_00108088" * (cast_expression "(code *)PTR_fclose_00108088" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( )))) ;) (return_statement return IDENT ;) }))) | (function_definition "int fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_00108088)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fclose(FILE *__stream)" (identifier "fclose") (parameter_list "(FILE *__stream)" (( "(") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_00108088)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_fclose_00108088)();" (assignment_expression "iVar1 = (*(code *)PTR_fclose_00108088)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_fclose_00108088)()" (parenthesized_expression "(*(code *)PTR_fclose_00108088)" (( "(") (pointer_expression "*(code *)PTR_fclose_00108088" (* "*") (cast_expression "(code *)PTR_fclose_00108088" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_fclose_00108088"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}"))) |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_fclose_00108088)();
return iVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier))))) | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_00108088)();
return iVar1;
}
|
1336_x86_64-linux-gnu-gold_and_x86_64-linux-gnu-gold_strip.c | ~Struct_no_posix_fallocate | FUN_00153820 |
/* DWARF original prototype: void ~Struct_no_posix_fallocate(Struct_no_posix_fallocate * this, int
__in_chrg) */
void __thiscall
gold::General_options::Struct_no_posix_fallocate::~Struct_no_posix_fallocate
(Struct_no_posix_fallocate *this,int __in_chrg)
{
pointer pcVar1;
pcVar1 = (this->option).longname._M_dataplus._M_p;
(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003dfaf0;
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_00153820(undefined8 *param_1)
{
*param_1 = &PTR_FUN_003dfaf0;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002a2980((undefined8 *)param_1[1]);
return;
}
return;
}
| LEA RAX,[0x3dfaf0]
MOV RDX,qword ptr [RDI + 0x8]
MOV qword ptr [RDI],RAX
LEA RAX,[RDI + 0x18]
CMP RDX,RAX
JZ 0x00153840
MOV RDI,RDX
JMP 0x002a2980
RET | null | null | null | null | [(u'CAST_-1207289687', u'INT_NOTEQUAL_-1207289781'), ('const-0', u'PTRSUB_-1207289694'), ('const-0', u'PTRSUB_-1207289703'), (u'CAST_-1207289695', u'STORE_-1207289805'), (u'PTRSUB_-1207289698', u'PTRSUB_-1207289694'), ('const-0', u'PTRSUB_-1207289699'), ('const-0', u'RETURN_-1207289767'), ('tmp_68', u'PTRSUB_-1207289702'), ('const-8', u'PTRSUB_-1207289698'), ('const-4061936', u'PTRSUB_-1207289705'), (u'PTRSUB_-1207289702', u'PTRSUB_-1207289698'), (u'PTRSUB_-1207289703', u'PTRSUB_-1207289699'), (u'PTRSUB_-1207289705', u'CAST_-1207289695'), (u'LOAD_-1207289813', u'CALL_-1207289771'), ('const-8', u'PTRSUB_-1207289708'), ('const-0', u'PTRSUB_-1207289707'), (u'PTRSUB_-1207289698', u'STORE_-1207289805'), ('const-433', u'STORE_-1207289805'), ('const-0', u'PTRSUB_-1207289705'), (u'PTRSUB_-1207289694', u'PTRSUB_-1207289691'), (u'PTRSUB_-1207289707', u'PTRSUB_-1207289703'), ('tmp_68', u'PTRSUB_-1207289708'), ('const-16', u'PTRSUB_-1207289691'), (u'LOAD_-1207289813', u'CAST_-1207289687'), (u'PTRSUB_-1207289708', u'PTRSUB_-1207289707'), (u'PTRSUB_-1207289699', u'LOAD_-1207289813'), (u'PTRSUB_-1207289691', u'INT_NOTEQUAL_-1207289781'), ('const-0', u'RETURN_-1207289758'), ('const-433', u'LOAD_-1207289813'), ('const-0', u'PTRSUB_-1207289702'), ('tmp_48', u'CBRANCH_-1207289780'), ('tmp_68', u'PTRSUB_-1207289698'), (u'INT_NOTEQUAL_-1207289781', u'CBRANCH_-1207289780'), ('const-0', u'PTRSUB_-1207289698')] | [('const-0', u'PTRSUB_-1207289706'), (u'PTRADD_-1207289710', u'LOAD_-1207289813'), ('tmp_109', u'STORE_-1207289805'), (u'CAST_-1207289709', u'CALL_-1207289771'), (u'LOAD_-1207289813', u'CAST_-1207289709'), ('const-433', u'STORE_-1207289805'), ('const-4061936', u'PTRSUB_-1207289706'), (u'CAST_-1207289709', u'INT_NOTEQUAL_-1207289781'), ('const-0', u'RETURN_-1207289758'), (u'PTRSUB_-1207289706', u'STORE_-1207289805'), ('const-1', u'PTRADD_-1207289710'), ('const-0', u'RETURN_-1207289767'), ('const-433', u'LOAD_-1207289813'), ('tmp_48', u'CBRANCH_-1207289780'), ('tmp_109', u'PTRADD_-1207289702'), ('const-3', u'PTRADD_-1207289702'), ('tmp_109', u'PTRADD_-1207289710'), (u'PTRADD_-1207289702', u'INT_NOTEQUAL_-1207289781'), ('const-8', u'PTRADD_-1207289710'), (u'INT_NOTEQUAL_-1207289781', u'CBRANCH_-1207289780'), ('const-8', u'PTRADD_-1207289702')] | null | null | 00153820 | x64 | O2 | (translation_unit "void FUN_00153820(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003dfaf0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_00153820(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003dfaf0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_00153820(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_003dfaf0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003dfaf0;" (assignment_expression "*param_1 = &PTR_FUN_003dfaf0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003dfaf0" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980((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_002a2980((undefined8 *)param_1[1]);\n return;\n }" { (expression_statement "FUN_002a2980((undefined8 *)param_1[1]);" (call_expression "FUN_002a2980((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_no_posix_fallocate(Struct_no_posix_fallocate * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_no_posix_fallocate::~Struct_no_posix_fallocate\n (Struct_no_posix_fallocate *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n pcVar1 = (this->option).longname._M_dataplus._M_p;\n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003dfaf0;\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_no_posix_fallocate::~Struct_no_posix_fallocate\n (Struct_no_posix_fallocate *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n pcVar1 = (this->option).longname._M_dataplus._M_p;\n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003dfaf0;\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_no_posix_fallocate::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_no_posix_fallocate\n (Struct_no_posix_fallocate *this,int __in_chrg)" identifier (parameter_list "(Struct_no_posix_fallocate *this,int __in_chrg)" ( (parameter_declaration "Struct_no_posix_fallocate *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n pointer pcVar1;\n \n pcVar1 = (this->option).longname._M_dataplus._M_p;\n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003dfaf0;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "pcVar1 = (this->option).longname._M_dataplus._M_p;" (assignment_expression "pcVar1 = (this->option).longname._M_dataplus._M_p" identifier = (field_expression "(this->option).longname._M_dataplus._M_p" (field_expression "(this->option).longname._M_dataplus" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003dfaf0;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003dfaf0" (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_003dfaf0" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_003dfaf0" & 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_00153820(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003dfaf0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_00153820(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003dfaf0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_00153820(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_003dfaf0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003dfaf0;" (assignment_expression "*param_1 = &PTR_FUN_003dfaf0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003dfaf0" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980((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_002a2980((undefined8 *)param_1[1]);\n return;\n }" { (expression_statement "FUN_002a2980((undefined8 *)param_1[1]);" (call_expression "FUN_002a2980((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_00153820(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003dfaf0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00153820(undefined8 *param_1)" (identifier "FUN_00153820") (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_003dfaf0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_003dfaf0;" (assignment_expression "*param_1 = &PTR_FUN_003dfaf0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_003dfaf0" (& "&") (identifier "PTR_FUN_003dfaf0"))) (; ";")) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980((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_002a2980((undefined8 *)param_1[1]);\n return;\n }" ({ "{") (expression_statement "FUN_002a2980((undefined8 *)param_1[1]);" (call_expression "FUN_002a2980((undefined8 *)param_1[1])" (identifier "FUN_002a2980") (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_no_posix_fallocate(Struct_no_posix_fallocate * this, int
__in_chrg) */
void __thiscall
gold::General_options::function_1::~function_1
(function_1 *this,int __in_chrg)
{
type_1 var_5;
var_5 = (this->option).longname._M_dataplus._M_p;
(this->super_Struct_var)._vptr_Struct_var = (type_2 **)&PTR_parse_to_value_003dfaf0;
if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_4
*)var_5 != &(this->option).longname.field_2) {
var_6(var_5);
return;
}
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))))) (return_statement))) (return_statement)))) | null |
void MASKED(undefined8 *param_1)
{
*param_1 = &PTR_FUN_003dfaf0;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002a2980((undefined8 *)param_1[1]);
return;
}
return;
}
|
8067_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | operator== | FUN_002e4040 |
/* bool TEMPNAMEPLACEHOLDERVALUE(__normal_iterator<char*, std::string > const&,
__normal_iterator<char*, std::string > const&) */
bool operator==(__normal_iterator *param_1,__normal_iterator *param_2)
{
return *(long *)param_1 == *(long *)param_2;
}
|
undefined8 FUN_002e4040(long *param_1,long *param_2)
{
return CONCAT71((int7)((ulong)*param_2 >> 8),*param_1 == *param_2);
}
| MOV RAX,qword ptr [RSI]
CMP qword ptr [RDI],RAX
SETZ AL
RET | null | null | null | null | [('tmp_49', u'CAST_-1204731749'), ('const-433', u'LOAD_-1204731833'), ('tmp_50', u'CAST_-1204731753'), ('const-433', u'LOAD_-1204731838'), (u'LOAD_-1204731838', u'INT_EQUAL_-1204731818'), (u'INT_EQUAL_-1204731818', u'COPY_-1204731812'), (u'LOAD_-1204731833', u'INT_EQUAL_-1204731818'), (u'CAST_-1204731749', u'LOAD_-1204731833'), (u'CAST_-1204731753', u'LOAD_-1204731838'), (u'COPY_-1204731812', u'RETURN_-1204731805'), ('const-0', u'RETURN_-1204731805')] | [('const-0', u'SUBPIECE_-1204731753'), (u'LOAD_-1204731838', u'CAST_-1204731748'), (u'CAST_-1204731748', u'INT_RIGHT_-1204731783'), ('tmp_54', u'LOAD_-1204731833'), ('tmp_53', u'LOAD_-1204731838'), (u'SUBPIECE_-1204731753', u'PIECE_-1204731753'), (u'INT_RIGHT_-1204731783', u'SUBPIECE_-1204731753'), ('const-8', u'INT_RIGHT_-1204731783'), (u'PIECE_-1204731753', u'RETURN_-1204731805'), ('const-433', u'LOAD_-1204731833'), (u'LOAD_-1204731838', u'INT_EQUAL_-1204731818'), (u'INT_EQUAL_-1204731818', u'PIECE_-1204731753'), (u'LOAD_-1204731833', u'INT_EQUAL_-1204731818'), ('const-433', u'LOAD_-1204731838'), ('const-0', u'RETURN_-1204731805')] | null | null | 002e4040 | x64 | O2 | (translation_unit "undefined8 FUN_002e4040(long *param_1,long *param_2)\n\n{\n return CONCAT71((int7)((ulong)*param_2 >> 8),*param_1 == *param_2);\n}\n\n" (function_definition "undefined8 FUN_002e4040(long *param_1,long *param_2)\n\n{\n return CONCAT71((int7)((ulong)*param_2 >> 8),*param_1 == *param_2);\n}" type_identifier (function_declarator "FUN_002e4040(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 return CONCAT71((int7)((ulong)*param_2 >> 8),*param_1 == *param_2);\n}" { (return_statement "return CONCAT71((int7)((ulong)*param_2 >> 8),*param_1 == *param_2);" return (call_expression "CONCAT71((int7)((ulong)*param_2 >> 8),*param_1 == *param_2)" identifier (argument_list "((int7)((ulong)*param_2 >> 8),*param_1 == *param_2)" ( (call_expression "(int7)((ulong)*param_2 >> 8)" (parenthesized_expression "(int7)" ( identifier )) (argument_list "((ulong)*param_2 >> 8)" ( (binary_expression "(ulong)*param_2 >> 8" (binary_expression "(ulong)*param_2" (parenthesized_expression "(ulong)" ( identifier )) * identifier) >> number_literal) ))) , (binary_expression "*param_1 == *param_2" (pointer_expression "*param_1" * identifier) == (pointer_expression "*param_2" * identifier)) ))) ;) }))) | (translation_unit "/* bool TEMPNAMEPLACEHOLDERVALUE(__normal_iterator<char*, std::string > const&,\n __normal_iterator<char*, std::string > const&) */\n\nbool operator==(__normal_iterator *param_1,__normal_iterator *param_2)\n\n{\n return *(long *)param_1 == *(long *)param_2;\n}\n\n" comment (declaration "bool operator==(__normal_iterator *param_1,__normal_iterator *param_2)\n\n{\n return *(long *)" primitive_type (ERROR "operator==(__normal_iterator" identifier == ( identifier) (pointer_declarator "*param_1" * identifier) , (ERROR "__normal_iterator *param_2)\n\n{\n return" identifier (pointer_declarator "*param_2" * identifier) ) { return) (pointer_declarator "*(long *)" * (parenthesized_declarator "(long *)" ( identifier (ERROR "*" *) ))) ;) (ERROR "param_1 == *(long *)param_2;\n}" (binary_expression "param_1 == *(long *)param_2" identifier == (pointer_expression "*(long *)param_2" * (cast_expression "(long *)param_2" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier))) ; })) | (translation_unit "undefined8 FUN_002e4040(long *param_1,long *param_2)\n\n{\n return CONCAT71((int7)((ulong)*param_2 >> 8),*param_1 == *param_2);\n}\n\n" (function_definition "undefined8 FUN_002e4040(long *param_1,long *param_2)\n\n{\n return CONCAT71((int7)((ulong)*param_2 >> 8),*param_1 == *param_2);\n}" type_identifier (function_declarator "FUN_002e4040(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 return CONCAT71((int7)((ulong)*param_2 >> 8),*param_1 == *param_2);\n}" { (return_statement "return CONCAT71((int7)((ulong)*param_2 >> 8),*param_1 == *param_2);" return (call_expression "CONCAT71((int7)((ulong)*param_2 >> 8),*param_1 == *param_2)" identifier (argument_list "((int7)((ulong)*param_2 >> 8),*param_1 == *param_2)" ( (call_expression "(int7)((ulong)*param_2 >> 8)" (parenthesized_expression "(int7)" ( identifier )) (argument_list "((ulong)*param_2 >> 8)" ( (binary_expression "(ulong)*param_2 >> 8" (binary_expression "(ulong)*param_2" (parenthesized_expression "(ulong)" ( identifier )) * identifier) >> number_literal) ))) , (binary_expression "*param_1 == *param_2" (pointer_expression "*param_1" * identifier) == (pointer_expression "*param_2" * identifier)) ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (return_statement return (call_expression IDENT (argument_list ( (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (binary_expression (parenthesized_expression ( IDENT )) * IDENT) >> LIT) ))) , (binary_expression (pointer_expression * IDENT) == (pointer_expression * IDENT)) ))) ;) }))) | (function_definition "undefined8 FUN_002e4040(long *param_1,long *param_2)\n\n{\n return CONCAT71((int7)((ulong)*param_2 >> 8),*param_1 == *param_2);\n}" (type_identifier "undefined8") (function_declarator "FUN_002e4040(long *param_1,long *param_2)" (identifier "FUN_002e4040") (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 return CONCAT71((int7)((ulong)*param_2 >> 8),*param_1 == *param_2);\n}" ({ "{") (return_statement "return CONCAT71((int7)((ulong)*param_2 >> 8),*param_1 == *param_2);" (return "return") (call_expression "CONCAT71((int7)((ulong)*param_2 >> 8),*param_1 == *param_2)" (identifier "CONCAT71") (argument_list "((int7)((ulong)*param_2 >> 8),*param_1 == *param_2)" (( "(") (call_expression "(int7)((ulong)*param_2 >> 8)" (parenthesized_expression "(int7)" (( "(") (identifier "int7") () ")")) (argument_list "((ulong)*param_2 >> 8)" (( "(") (binary_expression "(ulong)*param_2 >> 8" (binary_expression "(ulong)*param_2" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (* "*") (identifier "param_2")) (>> ">>") (number_literal "8")) () ")"))) (, ",") (binary_expression "*param_1 == *param_2" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (== "==") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) () ")"))) (; ";")) (} "}"))) |
/* bool TEMPNAMEPLACEHOLDERVALUE(__normal_iterator<char*, std::string > const&,
__normal_iterator<char*, std::string > const&) */
bool operator==(__normal_iterator *param_1,__normal_iterator *param_2)
{
return *(function_1 *)param_1 == *(long *)param_2;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (return_statement (call_expression function: (identifier) arguments: (argument_list (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (binary_expression left: (parenthesized_expression (identifier)) right: (identifier)) right: (number_literal)))) (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))))))) | null |
undefined8 MASKED(long *param_1,long *param_2)
{
return CONCAT71((int7)((ulong)*param_2 >> 8),*param_1 == *param_2);
}
|
545_x86_64-kfreebsd-gnu-objcopy_and_x86_64-kfreebsd-gnu-objcopy_strip.c | strstr | strstr |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strstr(char *__haystack,char *__needle)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* strstr@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strstr(char *__haystack,char *__needle)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207053150')] | [('const-1', u'RETURN_-1207053150')] | null | null | 0012d498 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strstr(char *__haystack,char *__needle)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "char * strstr(char *__haystack,char *__needle)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (pointer_declarator "* strstr(char *__haystack,char *__needle)" * (function_declarator "strstr(char *__haystack,char *__needle)" identifier (parameter_list "(char *__haystack,char *__needle)" ( (parameter_declaration "char *__haystack" primitive_type (pointer_declarator "*__haystack" * identifier)) , (parameter_declaration "char *__needle" primitive_type (pointer_declarator "*__needle" * identifier)) )))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strstr(char *__haystack,char *__needle)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* strstr@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "char * strstr(char *__haystack,char *__needle)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* strstr@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (pointer_declarator "* strstr(char *__haystack,char *__needle)" * (function_declarator "strstr(char *__haystack,char *__needle)" identifier (parameter_list "(char *__haystack,char *__needle)" ( (parameter_declaration "char *__haystack" primitive_type (pointer_declarator "*__haystack" * identifier)) , (parameter_declaration "char *__needle" primitive_type (pointer_declarator "*__needle" * identifier)) )))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* strstr@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "char * strstr(char *__haystack,char *__needle)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "char * strstr(char *__haystack,char *__needle)\n\n{\n \n halt_baddata();\n}" primitive_type (pointer_declarator "* strstr(char *__haystack,char *__needle)" * (function_declarator "strstr(char *__haystack,char *__needle)" identifier (parameter_list "(char *__haystack,char *__needle)" ( (parameter_declaration "char *__haystack" primitive_type (pointer_declarator "*__haystack" * identifier)) , (parameter_declaration "char *__needle" primitive_type (pointer_declarator "*__needle" * identifier)) )))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "char * strstr(char *__haystack,char *__needle)\n\n{\n \n halt_baddata();\n}" (primitive_type "char") (pointer_declarator "* strstr(char *__haystack,char *__needle)" (* "*") (function_declarator "strstr(char *__haystack,char *__needle)" (identifier "strstr") (parameter_list "(char *__haystack,char *__needle)" (( "(") (parameter_declaration "char *__haystack" (primitive_type "char") (pointer_declarator "*__haystack" (* "*") (identifier "__haystack"))) (, ",") (parameter_declaration "char *__needle" (primitive_type "char") (pointer_declarator "*__needle" (* "*") (identifier "__needle"))) () ")")))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(char *__haystack,char *__needle)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* strstr@@GLIBC_2.2.5 */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(char *__haystack,char *__needle)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
13585_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | use_facet<std::money_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>> | FUN_005040f0 |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::money_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const&
std::use_facet<std::money_put<wchar_t, std::ostreambuf_iterator<wchar_t,
std::char_traits<wchar_t> > > >(std::locale const&) */
money_put *
std::use_facet<std::money_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>>
(locale *param_1)
{
long lVar1;
ulong uVar2;
money_put *pmVar3;
uVar2 = locale::id::_M_id((id *)&money_put<wchar_t,std::ostreambuf_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_put *)
__dynamic_cast(lVar1,&locale::facet::typeinfo,
&money_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>
::typeinfo,0);
if (pmVar3 != (money_put *)0x0) {
return pmVar3;
}
/* WARNING: Subroutine does not return */
__cxa_bad_cast();
}
/* WARNING: Subroutine does not return */
__throw_bad_cast();
}
|
void FUN_005040f0(long *param_1)
{
ulong uVar1;
long lVar2;
uVar1 = FUN_004a0a80(&DAT_0068b558);
if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&
(lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {
lVar2 = FUN_004dee90(lVar2,&PTR_PTR_FUN_00676648,&PTR_PTR_FUN_0067a788,0);
if (lVar2 != 0) {
return;
}
/* WARNING: Subroutine does not return */
FUN_0049dd30();
}
/* WARNING: Subroutine does not return */
FUN_004dcb30();
}
| PUSH RBX
MOV RBX,RDI
LEA RDI,[0x68b558]
CALL 0x004a0a80
MOV RDX,qword ptr [RBX]
MOV RCX,qword ptr [RDX + 0x8]
CMP qword ptr [RDX + 0x10],RAX
JBE 0x00504132
MOV RDI,qword ptr [RCX + RAX*0x8]
TEST RDI,RDI
JZ 0x00504132
LEA RDX,[0x67a788]
LEA RSI,[0x676648]
XOR ECX,ECX
CALL 0x004dee90
TEST RAX,RAX
JZ 0x00504137
POP RBX
RET
CALL 0x004dcb30
CALL 0x0049dd30 | null | null | null | null | [(u'PTRSUB_-1202765319', u'CAST_-1202765320'), ('const-1', u'RETURN_-1202765426'), ('const-0', u'PTRSUB_-1202765277'), (u'INT_LESS_-1202765517', u'CBRANCH_-1202765526'), (u'LOAD_-1202765552', u'INT_ADD_-1202765508'), (u'LOAD_-1202765524', u'INT_NOTEQUAL_-1202765504'), ('tmp_107', u'CBRANCH_-1202765503'), ('const-433', u'LOAD_-1202765524'), ('const-8', u'INT_MULT_-1202765496'), ('tmp_171', u'CBRANCH_-1202765452'), (u'INT_ADD_-1202765529', u'CAST_-1202765305'), (u'LOAD_-1202765558', u'INT_ADD_-1202765536'), ('const-0', u'RETURN_-1202765437'), (u'CAST_-1202765310', u'LOAD_-1202765552'), (u'CALL_-1202765468', u'CAST_-1202765272'), (u'CAST_-1202765320', u'CALL_-1202765559'), ('const-0', u'PTRSUB_-1202765319'), (u'CAST_-1202765298', u'LOAD_-1202765524'), (u'PTRSUB_-1202765277', u'CALL_-1202765468'), ('const-8', u'INT_ADD_-1202765536'), (u'LOAD_-1202765558', u'INT_ADD_-1202765529'), ('const-6793096', u'PTRSUB_-1202765277'), (u'CAST_-1202765272', u'RETURN_-1202765437'), ('const-0', u'PTRSUB_-1202765278'), (u'CALL_-1202765559', u'INT_MULT_-1202765496'), ('const-433', u'LOAD_-1202765545'), (u'INT_ADD_-1202765536', u'CAST_-1202765310'), ('const-16', u'INT_ADD_-1202765529'), (u'INT_ADD_-1202765508', u'CAST_-1202765298'), ('const-433', u'LOAD_-1202765558'), ('const-0', u'INT_NOTEQUAL_-1202765504'), (u'LOAD_-1202765524', u'CALL_-1202765468'), ('tmp_70', u'CBRANCH_-1202765526'), (u'CAST_-1202765314', u'LOAD_-1202765558'), ('tmp_226', u'CAST_-1202765314'), (u'INT_NOTEQUAL_-1202765453', u'CBRANCH_-1202765452'), ('const-6862168', u'PTRSUB_-1202765319'), ('const-1', u'RETURN_-1202765426'), ('const-0', u'CALL_-1202765468'), (u'INT_MULT_-1202765496', u'INT_ADD_-1202765508'), (u'PTRSUB_-1202765278', u'CALL_-1202765468'), (u'INT_NOTEQUAL_-1202765504', u'CBRANCH_-1202765503'), ('const-433', u'LOAD_-1202765552'), (u'CAST_-1202765305', u'LOAD_-1202765545'), (u'CAST_-1202765272', u'INT_NOTEQUAL_-1202765453'), ('const-6776392', u'PTRSUB_-1202765278'), (u'CALL_-1202765559', u'INT_LESS_-1202765517'), (u'LOAD_-1202765545', u'INT_LESS_-1202765517'), ('const-0', u'INT_NOTEQUAL_-1202765453')] | [('const-1', u'RETURN_-1202765426'), (u'CALL_-1202765559', u'INT_MULT_-1202765496'), (u'INT_LESS_-1202765517', u'CBRANCH_-1202765526'), (u'LOAD_-1202765552', u'INT_ADD_-1202765508'), ('const-16', u'INT_ADD_-1202765529'), (u'LOAD_-1202765524', u'INT_NOTEQUAL_-1202765504'), ('tmp_107', u'CBRANCH_-1202765503'), ('const-6776392', u'PTRSUB_-1202765278'), ('const-0', u'INT_NOTEQUAL_-1202765504'), (u'LOAD_-1202765524', u'CALL_-1202765468'), ('tmp_70', u'CBRANCH_-1202765526'), ('const-433', u'LOAD_-1202765524'), ('const-0', u'PTRSUB_-1202765277'), (u'INT_NOTEQUAL_-1202765453', u'CBRANCH_-1202765452'), (u'INT_ADD_-1202765536', u'CAST_-1202765312'), ('const-8', u'INT_MULT_-1202765496'), ('tmp_171', u'CBRANCH_-1202765452'), ('const-1', u'RETURN_-1202765426'), ('const-433', u'LOAD_-1202765545'), (u'INT_ADD_-1202765508', u'CAST_-1202765300'), (u'CAST_-1202765312', u'LOAD_-1202765552'), (u'PTRSUB_-1202765319', u'CALL_-1202765559'), ('const-6862168', u'PTRSUB_-1202765319'), (u'INT_ADD_-1202765529', u'CAST_-1202765307'), (u'CAST_-1202765300', u'LOAD_-1202765524'), ('tmp_470', u'LOAD_-1202765558'), (u'INT_MULT_-1202765496', u'INT_ADD_-1202765508'), (u'LOAD_-1202765558', u'INT_ADD_-1202765536'), ('const-0', u'RETURN_-1202765437'), ('const-0', u'PTRSUB_-1202765278'), (u'PTRSUB_-1202765278', u'CALL_-1202765468'), (u'INT_NOTEQUAL_-1202765504', u'CBRANCH_-1202765503'), ('const-433', u'LOAD_-1202765558'), ('const-6793096', u'PTRSUB_-1202765277'), ('const-0', u'CALL_-1202765468'), (u'CALL_-1202765468', u'INT_NOTEQUAL_-1202765453'), (u'CAST_-1202765307', u'LOAD_-1202765545'), ('const-0', u'PTRSUB_-1202765319'), ('const-433', u'LOAD_-1202765552'), (u'CALL_-1202765559', u'INT_LESS_-1202765517'), (u'LOAD_-1202765545', u'INT_LESS_-1202765517'), (u'PTRSUB_-1202765277', u'CALL_-1202765468'), ('const-0', u'INT_NOTEQUAL_-1202765453'), ('const-8', u'INT_ADD_-1202765536'), (u'LOAD_-1202765558', u'INT_ADD_-1202765529')] | null | null | 005040f0 | x64 | O2 | (translation_unit "void FUN_005040f0(long *param_1)\n\n{\n ulong uVar1;\n long lVar2;\n \n uVar1 = FUN_004a0a80(&DAT_0068b558);\n if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {\n lVar2 = FUN_004dee90(lVar2,&PTR_PTR_FUN_00676648,&PTR_PTR_FUN_0067a788,0);\n if (lVar2 != 0) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0049dd30();\n }\n /* WARNING: Subroutine does not return */\n FUN_004dcb30();\n}\n\n" (function_definition "void FUN_005040f0(long *param_1)\n\n{\n ulong uVar1;\n long lVar2;\n \n uVar1 = FUN_004a0a80(&DAT_0068b558);\n if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {\n lVar2 = FUN_004dee90(lVar2,&PTR_PTR_FUN_00676648,&PTR_PTR_FUN_0067a788,0);\n if (lVar2 != 0) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0049dd30();\n }\n /* WARNING: Subroutine does not return */\n FUN_004dcb30();\n}" primitive_type (function_declarator "FUN_005040f0(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_004a0a80(&DAT_0068b558);\n if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {\n lVar2 = FUN_004dee90(lVar2,&PTR_PTR_FUN_00676648,&PTR_PTR_FUN_0067a788,0);\n if (lVar2 != 0) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0049dd30();\n }\n /* WARNING: Subroutine does not return */\n FUN_004dcb30();\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (expression_statement "uVar1 = FUN_004a0a80(&DAT_0068b558);" (assignment_expression "uVar1 = FUN_004a0a80(&DAT_0068b558)" identifier = (call_expression "FUN_004a0a80(&DAT_0068b558)" identifier (argument_list "(&DAT_0068b558)" ( (pointer_expression "&DAT_0068b558" & identifier) )))) ;) (if_statement "if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {\n lVar2 = FUN_004dee90(lVar2,&PTR_PTR_FUN_00676648,&PTR_PTR_FUN_0067a788,0);\n if (lVar2 != 0) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0049dd30();\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_004dee90(lVar2,&PTR_PTR_FUN_00676648,&PTR_PTR_FUN_0067a788,0);\n if (lVar2 != 0) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0049dd30();\n }" { (expression_statement "lVar2 = FUN_004dee90(lVar2,&PTR_PTR_FUN_00676648,&PTR_PTR_FUN_0067a788,0);" (assignment_expression "lVar2 = FUN_004dee90(lVar2,&PTR_PTR_FUN_00676648,&PTR_PTR_FUN_0067a788,0)" identifier = (call_expression "FUN_004dee90(lVar2,&PTR_PTR_FUN_00676648,&PTR_PTR_FUN_0067a788,0)" identifier (argument_list "(lVar2,&PTR_PTR_FUN_00676648,&PTR_PTR_FUN_0067a788,0)" ( identifier , (pointer_expression "&PTR_PTR_FUN_00676648" & identifier) , (pointer_expression "&PTR_PTR_FUN_0067a788" & 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_0049dd30();" (call_expression "FUN_0049dd30()" identifier (argument_list "()" ( ))) ;) })) comment (expression_statement "FUN_004dcb30();" (call_expression "FUN_004dcb30()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* std::money_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const&\n std::use_facet<std::money_put<wchar_t, std::ostreambuf_iterator<wchar_t,\n std::char_traits<wchar_t> > > >(std::locale const&) */\n\nmoney_put *\nstd::use_facet<std::money_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>>\n (locale *param_1)\n\n{\n long lVar1;\n ulong uVar2;\n money_put *pmVar3;\n \n uVar2 = locale::id::_M_id((id *)&money_put<wchar_t,std::ostreambuf_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_put *)\n __dynamic_cast(lVar1,&locale::facet::typeinfo,\n &money_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>\n ::typeinfo,0);\n if (pmVar3 != (money_put *)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_put *\nstd::use_facet<std::money_put<wchar_t," (binary_expression "money_put *\nstd::use_facet<std::money_put<wchar_t" (binary_expression "money_put *\nstd::use_facet<std" (binary_expression "money_put *\nstd" identifier * identifier) (ERROR "::use_facet" : : identifier) < identifier) (ERROR "::money_put" : : identifier) < identifier) ,) (labeled_statement "std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>>\n (locale *param_1)" statement_identifier (ERROR "::ostreambuf_iterator<wchar_t,std:" : : (comma_expression "ostreambuf_iterator<wchar_t,std" (binary_expression "ostreambuf_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_put *pmVar3;\n \n uVar2 = locale::id::_M_id((id *)&money_put<wchar_t,std::ostreambuf_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_put *)\n __dynamic_cast(lVar1,&locale::facet::typeinfo,\n &money_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>\n ::typeinfo,0);\n if (pmVar3 != (money_put *)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_put *pmVar3;" type_identifier (pointer_declarator "*pmVar3" * identifier) ;) (ERROR "uVar2 = locale::" (assignment_expression "uVar2 = locale" identifier = identifier) : :) (labeled_statement "id::_M_id((id *)&money_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>\n ::id);" statement_identifier (ERROR "::_M_id((id *)&money_put<wchar_t,std::ostreambuf_iterator<wchar_t,std:" : : identifier ( (binary_expression "(id *)&money_put<wchar_t" (cast_expression "(id *)&money_put" ( (type_descriptor "id *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&money_put" & identifier)) < identifier) , identifier : : (comma_expression "ostreambuf_iterator<wchar_t,std" (binary_expression "ostreambuf_iterator<wchar_t" identifier < identifier) , identifier) :) : (expression_statement "char_traits<wchar_t>>>\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_put *)\n __dynamic_cast(lVar1,&locale::facet::typeinfo,\n &money_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>\n ::typeinfo,0);\n if (pmVar3 != (money_put *)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_put *)\n __dynamic_cast(lVar1,&locale::facet::typeinfo,\n &money_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>\n ::typeinfo,0);\n if (pmVar3 != (money_put *)0x0) {\n return pmVar3;\n }\n /* WARNING: Subroutine does not return */\n __cxa_bad_cast();\n }" { (expression_statement "pmVar3 = (money_put *)\n __dynamic_cast(lVar1,&locale::facet::typeinfo,\n &money_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>\n ::typeinfo,0);" (assignment_expression "pmVar3 = (money_put *)\n __dynamic_cast(lVar1,&locale::facet::typeinfo,\n &money_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>\n ::typeinfo,0)" identifier = (cast_expression "(money_put *)\n __dynamic_cast(lVar1,&locale::facet::typeinfo,\n &money_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>\n ::typeinfo,0)" ( (type_descriptor "money_put *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "__dynamic_cast(lVar1,&locale::facet::typeinfo,\n &money_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>\n ::typeinfo,0)" identifier (argument_list "(lVar1,&locale::facet::typeinfo,\n &money_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>\n ::typeinfo,0)" ( identifier , (ERROR "&locale::facet::" (pointer_expression "&locale" & identifier) : : identifier : :) identifier , (binary_expression "&money_put<wchar_t" (pointer_expression "&money_put" & identifier) < identifier) , (ERROR "std::" identifier : :) (binary_expression "ostreambuf_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_put *)0x0) {\n return pmVar3;\n }" if (parenthesized_expression "(pmVar3 != (money_put *)0x0)" ( (binary_expression "pmVar3 != (money_put *)0x0" identifier != (cast_expression "(money_put *)0x0" ( (type_descriptor "money_put *" 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_005040f0(long *param_1)\n\n{\n ulong uVar1;\n long lVar2;\n \n uVar1 = FUN_004a0a80(&DAT_0068b558);\n if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {\n lVar2 = FUN_004dee90(lVar2,&PTR_PTR_FUN_00676648,&PTR_PTR_FUN_0067a788,0);\n if (lVar2 != 0) {\n return;\n }\n \n FUN_0049dd30();\n }\n \n FUN_004dcb30();\n}\n\n" (function_definition "void FUN_005040f0(long *param_1)\n\n{\n ulong uVar1;\n long lVar2;\n \n uVar1 = FUN_004a0a80(&DAT_0068b558);\n if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {\n lVar2 = FUN_004dee90(lVar2,&PTR_PTR_FUN_00676648,&PTR_PTR_FUN_0067a788,0);\n if (lVar2 != 0) {\n return;\n }\n \n FUN_0049dd30();\n }\n \n FUN_004dcb30();\n}" primitive_type (function_declarator "FUN_005040f0(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_004a0a80(&DAT_0068b558);\n if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {\n lVar2 = FUN_004dee90(lVar2,&PTR_PTR_FUN_00676648,&PTR_PTR_FUN_0067a788,0);\n if (lVar2 != 0) {\n return;\n }\n \n FUN_0049dd30();\n }\n \n FUN_004dcb30();\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (expression_statement "uVar1 = FUN_004a0a80(&DAT_0068b558);" (assignment_expression "uVar1 = FUN_004a0a80(&DAT_0068b558)" identifier = (call_expression "FUN_004a0a80(&DAT_0068b558)" identifier (argument_list "(&DAT_0068b558)" ( (pointer_expression "&DAT_0068b558" & identifier) )))) ;) (if_statement "if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {\n lVar2 = FUN_004dee90(lVar2,&PTR_PTR_FUN_00676648,&PTR_PTR_FUN_0067a788,0);\n if (lVar2 != 0) {\n return;\n }\n \n FUN_0049dd30();\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_004dee90(lVar2,&PTR_PTR_FUN_00676648,&PTR_PTR_FUN_0067a788,0);\n if (lVar2 != 0) {\n return;\n }\n \n FUN_0049dd30();\n }" { (expression_statement "lVar2 = FUN_004dee90(lVar2,&PTR_PTR_FUN_00676648,&PTR_PTR_FUN_0067a788,0);" (assignment_expression "lVar2 = FUN_004dee90(lVar2,&PTR_PTR_FUN_00676648,&PTR_PTR_FUN_0067a788,0)" identifier = (call_expression "FUN_004dee90(lVar2,&PTR_PTR_FUN_00676648,&PTR_PTR_FUN_0067a788,0)" identifier (argument_list "(lVar2,&PTR_PTR_FUN_00676648,&PTR_PTR_FUN_0067a788,0)" ( identifier , (pointer_expression "&PTR_PTR_FUN_00676648" & identifier) , (pointer_expression "&PTR_PTR_FUN_0067a788" & 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_0049dd30();" (call_expression "FUN_0049dd30()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "FUN_004dcb30();" (call_expression "FUN_004dcb30()" 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_005040f0(long *param_1)\n\n{\n ulong uVar1;\n long lVar2;\n \n uVar1 = FUN_004a0a80(&DAT_0068b558);\n if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {\n lVar2 = FUN_004dee90(lVar2,&PTR_PTR_FUN_00676648,&PTR_PTR_FUN_0067a788,0);\n if (lVar2 != 0) {\n return;\n }\n \n FUN_0049dd30();\n }\n \n FUN_004dcb30();\n}" (primitive_type "void") (function_declarator "FUN_005040f0(long *param_1)" (identifier "FUN_005040f0") (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_004a0a80(&DAT_0068b558);\n if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {\n lVar2 = FUN_004dee90(lVar2,&PTR_PTR_FUN_00676648,&PTR_PTR_FUN_0067a788,0);\n if (lVar2 != 0) {\n return;\n }\n \n FUN_0049dd30();\n }\n \n FUN_004dcb30();\n}" ({ "{") (declaration "ulong uVar1;" (type_identifier "ulong") (identifier "uVar1") (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (expression_statement "uVar1 = FUN_004a0a80(&DAT_0068b558);" (assignment_expression "uVar1 = FUN_004a0a80(&DAT_0068b558)" (identifier "uVar1") (= "=") (call_expression "FUN_004a0a80(&DAT_0068b558)" (identifier "FUN_004a0a80") (argument_list "(&DAT_0068b558)" (( "(") (pointer_expression "&DAT_0068b558" (& "&") (identifier "DAT_0068b558")) () ")")))) (; ";")) (if_statement "if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {\n lVar2 = FUN_004dee90(lVar2,&PTR_PTR_FUN_00676648,&PTR_PTR_FUN_0067a788,0);\n if (lVar2 != 0) {\n return;\n }\n \n FUN_0049dd30();\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_004dee90(lVar2,&PTR_PTR_FUN_00676648,&PTR_PTR_FUN_0067a788,0);\n if (lVar2 != 0) {\n return;\n }\n \n FUN_0049dd30();\n }" ({ "{") (expression_statement "lVar2 = FUN_004dee90(lVar2,&PTR_PTR_FUN_00676648,&PTR_PTR_FUN_0067a788,0);" (assignment_expression "lVar2 = FUN_004dee90(lVar2,&PTR_PTR_FUN_00676648,&PTR_PTR_FUN_0067a788,0)" (identifier "lVar2") (= "=") (call_expression "FUN_004dee90(lVar2,&PTR_PTR_FUN_00676648,&PTR_PTR_FUN_0067a788,0)" (identifier "FUN_004dee90") (argument_list "(lVar2,&PTR_PTR_FUN_00676648,&PTR_PTR_FUN_0067a788,0)" (( "(") (identifier "lVar2") (, ",") (pointer_expression "&PTR_PTR_FUN_00676648" (& "&") (identifier "PTR_PTR_FUN_00676648")) (, ",") (pointer_expression "&PTR_PTR_FUN_0067a788" (& "&") (identifier "PTR_PTR_FUN_0067a788")) (, ",") (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_0049dd30();" (call_expression "FUN_0049dd30()" (identifier "FUN_0049dd30") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_004dcb30();" (call_expression "FUN_004dcb30()" (identifier "FUN_004dcb30") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::money_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const&
std::use_facet<std::money_put<wchar_t, std::ostreambuf_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_004a0a80(&DAT_0068b558);
if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&
(lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {
lVar2 = FUN_004dee90(lVar2,&PTR_PTR_FUN_00676648,&PTR_PTR_FUN_0067a788,0);
if (lVar2 != 0) {
return;
}
/* WARNING: Subroutine does not return */
FUN_0049dd30();
}
/* WARNING: Subroutine does not return */
FUN_004dcb30();
}
|
258_powerpc64le-linux-gnu-as_and_powerpc64le-linux-gnu-as_strip.c | operand | FUN_00116c70 |
segT operand(expressionS *expressionP,expr_mode mode)
{
byte bVar1;
addressT aVar2;
long lVar3;
byte bVar4;
char cVar5;
int iVar6;
symbolS *psVar7;
segT paVar8;
byte *pbVar9;
char *pcVar10;
symbolS *s;
ushort *puVar11;
long lVar12;
valueT vVar13;
short sVar14;
uint uVar15;
byte *pbVar16;
long lVar17;
char c;
undefined8 uVar18;
bool bVar19;
char *name;
expressionP->field_0x19 = expressionP->field_0x19 & 0xfc | 1;
aVar2 = abs_section_offset;
pbVar16 = (byte *)input_line_pointer;
pbVar9 = (byte *)(input_line_pointer + 1);
if (*input_line_pointer == ' ') {
pbVar9 = (byte *)(input_line_pointer + 2);
pbVar16 = (byte *)(input_line_pointer + 1);
}
bVar1 = *pbVar16;
if (is_end_of_line[bVar1] != '\0') {
switchD_00116ce1_caseD_2c:
expressionP->field_0x18 = 1;
input_line_pointer = (char *)pbVar16;
goto LAB_00116cf3;
}
input_line_pointer = (char *)pbVar9;
switch(bVar1) {
case 0x21:
case 0x2b:
case 0x2d:
operand(expressionP,mode);
bVar4 = expressionP->field_0x18;
if (bVar4 == 2) {
if (bVar1 == 0x2d) {
bVar1 = expressionP->field_0x19;
lVar17 = expressionP->X_add_number;
expressionP->X_add_number = -lVar17;
expressionP->field_0x19 = bVar1 & 0xfe;
if (-lVar17 != 0) {
expressionP->field_0x19 = (bVar1 >> 1 & 1 ^ 1) * '\x02' | bVar1 & 0xfc;
}
goto LAB_00116cf3;
}
if (bVar1 != 0x22) {
if (bVar1 == 0x21) {
expressionP->X_add_number = (ulong)(expressionP->X_add_number == 0);
}
goto LAB_00116cf3;
}
LAB_001174a9:
expressionP->X_add_number = ~expressionP->X_add_number;
goto LAB_00116cf3;
}
if (bVar4 == 6) {
bVar19 = bVar1 == 0x2d;
lVar17 = expressionP->X_add_number;
if ((0 < lVar17) || (!bVar19)) {
LAB_00117039:
if (0 < lVar17) {
if ((bVar1 == 0x7e) || (bVar19)) {
puVar11 = (ushort *)&generic_bignum;
do {
*puVar11 = ~*puVar11;
puVar11 = puVar11 + 1;
} while (puVar11 != (ushort *)((long)&generic_bignum + lVar17 * 2));
lVar12 = (long)(int)lVar17;
if ((lVar17 < 0x14) && (expressionP->X_add_number = 0x14, (int)lVar17 < 0x14)) {
do {
*(undefined2 *)((long)&generic_bignum + lVar12 * 2) = 0xffff;
lVar12 = lVar12 + 1;
} while ((int)lVar12 < 0x14);
if (!bVar19) goto LAB_00116cf3;
lVar17 = 0x14;
}
else {
if (!bVar19) goto LAB_00116cf3;
lVar17 = expressionP->X_add_number;
}
generic_bignum._0_2_ = (short)generic_bignum + 1;
if ((short)generic_bignum == 0) {
lVar12 = 1;
do {
if (lVar17 <= lVar12) break;
sVar14 = *(short *)((long)&generic_bignum + lVar12 * 2) + 1;
*(short *)((long)&generic_bignum + lVar12 * 2) = sVar14;
lVar12 = lVar12 + 1;
} while (sVar14 == 0);
}
}
else if (bVar1 == 0x21) {
if ((short)generic_bignum == 0) {
lVar3 = 1;
do {
lVar12 = lVar3;
if (lVar17 == lVar12) break;
lVar3 = lVar12 + 1;
} while ((&DAT_0019d91e)[lVar12 + 1] == 0);
}
else {
lVar12 = 0;
}
expressionP->X_add_number = (ulong)(lVar17 <= lVar12);
*(ushort *)&expressionP->field_0x18 =
*(ushort *)&expressionP->field_0x18 & 0xfc00 | 0x102;
}
goto LAB_00116cf3;
}
goto LAB_00117105;
}
if ((generic_floating_point_number.sign == '+') || (generic_floating_point_number.sign == 'P')
) {
bVar19 = generic_floating_point_number.sign == '+';
generic_floating_point_number.sign = 'N';
if (bVar19) {
generic_floating_point_number.sign = '-';
}
goto LAB_00116cf3;
}
}
else {
LAB_001170fd:
if (bVar4 < 2) {
pcVar10 = (char *)dcgettext(0,"Unary operator %c ignored because bad operand follows",5);
as_warn(pcVar10);
goto LAB_00116cf3;
}
LAB_00117105:
if (bVar1 == 0x2b) goto LAB_00116cf3;
}
psVar7 = make_expr_symbol(expressionP);
expressionP->X_add_symbol = psVar7;
if (bVar1 == 0x2d) {
expressionP->field_0x18 = 7;
}
else if ((bVar1 == 0x7e) || (bVar1 == 0x22)) {
expressionP->field_0x18 = 8;
}
else {
expressionP->field_0x18 = 9;
}
goto LAB_0011713c;
default:
if (((lex_type[bVar1] & 2) != 0) || (bVar1 == 0x22)) break;
expressionP->field_0x18 = 1;
pcVar10 = (char *)dcgettext(0,"bad expression",5);
as_bad(pcVar10);
goto LAB_001171c1;
case 0x24:
if ((lex_type[pbVar16[1]] & 1) == 0) {
LAB_0011715e:
if (now_seg == (segT)(_bfd_std_section + 0x230)) {
expressionP->field_0x18 = 2;
expressionP->X_add_number = aVar2;
}
else {
expressionP->field_0x18 = 3;
expressionP->X_add_symbol = &dot_symbol;
expressionP->X_add_number = 0;
}
goto LAB_00116cf3;
}
break;
case 0x27:
input_line_pointer = (char *)(pbVar16 + 2);
expressionP->field_0x18 = 2;
expressionP->X_add_number = (long)(char)pbVar16[1];
goto LAB_00116cf3;
case 0x28:
case 0x5b:
paVar8 = expr(0,expressionP,mode);
if (bVar1 == 0x28) {
cVar5 = *input_line_pointer;
if (cVar5 == ')') goto LAB_00116e81;
if (cVar5 != '\0') {
uVar18 = 0x29;
goto LAB_0011740e;
}
uVar15 = 0x29;
}
else {
if ((bVar1 != 0x5b) || (cVar5 = *input_line_pointer, cVar5 == ']')) {
LAB_00116e81:
input_line_pointer = input_line_pointer + 1;
goto LAB_00116e8c;
}
uVar18 = 0x5d;
if (cVar5 != '\0') {
LAB_0011740e:
pcVar10 = (char *)dcgettext(0,"found \'%c\', expected: \'%c\'",5);
as_bad(pcVar10,(ulong)(uint)(int)cVar5,uVar18);
goto LAB_00116e8c;
}
uVar15 = 0x5d;
}
pcVar10 = (char *)dcgettext(0,"missing \'%c\'",5);
as_bad(pcVar10,(ulong)uVar15);
LAB_00116e8c:
if (*input_line_pointer != ' ') {
return paVar8;
}
input_line_pointer = input_line_pointer + 1;
return paVar8;
case 0x2c:
goto switchD_00116ce1_caseD_2c;
case 0x2e:
if ((lex_type[pbVar16[1]] & 1) == 0) goto LAB_0011715e;
iVar6 = strncasecmp((char *)pbVar9,"startof.",8);
if (((iVar6 == 0) && ((lex_type[pbVar16[9]] & 1) == 0)) ||
((iVar6 = strncasecmp((char *)pbVar9,"sizeof.",7), iVar6 == 0 &&
((lex_type[pbVar16[8]] & 1) == 0)))) {
bVar1 = pbVar16[2];
pbVar9 = pbVar9 + (ulong)((bVar1 & 0xdf) == 0x54) + 7;
if (*pbVar9 == 0x20) {
pbVar9 = pbVar9 + 1;
}
input_line_pointer = (char *)pbVar9;
expressionP->field_0x18 = 1;
if (*pbVar9 == 0x28) {
input_line_pointer = (char *)(pbVar9 + 1);
if (pbVar9[1] == 0x20) {
input_line_pointer = (char *)(pbVar9 + 2);
}
cVar5 = get_symbol_name(&name);
if (*name == '\0') {
pcVar10 = (char *)dcgettext(0,"expected symbol name",5);
as_bad(pcVar10);
*input_line_pointer = cVar5;
if (cVar5 == '\"') {
restore_line_pointer((char)pcVar10);
}
else if (cVar5 == ')') {
input_line_pointer = input_line_pointer + 1;
goto LAB_00116cf3;
}
ignore_rest_of_line();
goto LAB_00116cf3;
}
pcVar10 = ".startof.";
if ((bVar1 & 0xdf) != 0x54) {
pcVar10 = ".sizeof.";
}
pcVar10 = (char *)concat(pcVar10,name,0);
psVar7 = symbol_make(pcVar10);
free(pcVar10);
pcVar10 = input_line_pointer;
expressionP->X_add_symbol = psVar7;
expressionP->field_0x18 = 3;
expressionP->X_add_number = 0;
*pcVar10 = cVar5;
cVar5 = *input_line_pointer;
if (cVar5 == '\"') {
cVar5 = input_line_pointer[1];
input_line_pointer = input_line_pointer + 1;
}
if (cVar5 == ' ') {
cVar5 = input_line_pointer[1];
input_line_pointer = input_line_pointer + 1;
}
if (cVar5 == ')') {
input_line_pointer = input_line_pointer + 1;
goto LAB_00116cf3;
}
}
pcVar10 = (char *)dcgettext(0,"syntax error in .startof. or .sizeof.",5);
as_bad(pcVar10);
goto LAB_00116cf3;
}
break;
case 0x30:
bVar1 = pbVar16[1];
switch((int)(char)bVar1 - 0x30U & 0xff) {
case 0:
case 1:
case 2:
case 3:
case 4:
case 5:
case 6:
case 7:
integer_constant(8,expressionP);
goto LAB_00116cf3;
default:
if (bVar1 == 0) goto LAB_001171c1;
break;
case 0x12:
if ((byte)(pbVar16[2] - 0x30) < 2) {
LAB_0011732f:
input_line_pointer = (char *)(pbVar16 + 2);
integer_constant(2,expressionP);
goto LAB_00116cf3;
}
break;
case 0x14:
case 0x15:
case 0x16:
case 0x17:
case 0x34:
case 0x35:
case 0x37:
case 0x42:
pbVar9 = pbVar9 + 1;
goto LAB_001172ee;
case 0x28:
case 0x48:
input_line_pointer = (char *)(pbVar16 + 2);
integer_constant(0x10,expressionP);
goto LAB_00116cf3;
case 0x32:
if ((byte)(pbVar16[2] - 0x30) < 2) goto LAB_0011732f;
goto switchD_00116ce1_caseD_31;
case 0x36:
if ((is_end_of_line[pbVar16[2]] == '\0') &&
(pcVar10 = strchr("dD",0x66), pcVar10 != (char *)0x0)) {
name = (char *)(pbVar16 + 2);
atof_generic(&name,".","eE",&generic_floating_point_number);
if ((name != input_line_pointer + 1) &&
((((name != input_line_pointer + 2 || ((name[-1] - 0x2bU & 0xfd) != 0)) && (*name != 'f')
) && (pbVar9 = (byte *)(input_line_pointer + 1), *name != 'b')))) goto LAB_001172ee;
pbVar16 = (byte *)(input_line_pointer + -1);
}
switchD_00116ce1_caseD_31:
input_line_pointer = (char *)pbVar16;
integer_constant(10,expressionP);
goto LAB_00116cf3;
}
pcVar10 = strchr("dD",(int)(char)bVar1);
if (pcVar10 == (char *)0x0) {
LAB_001171c1:
expressionP->field_0x18 = 2;
LAB_0011713c:
expressionP->X_add_number = 0;
}
else {
pbVar9 = pbVar16 + 2;
LAB_001172ee:
input_line_pointer = (char *)pbVar9;
floating_constant(expressionP);
expressionP->X_add_number = (long)(int)-(uint)(byte)_sch_tolower[bVar1];
}
goto LAB_00116cf3;
case 0x31:
case 0x32:
case 0x33:
case 0x34:
case 0x35:
case 0x36:
case 0x37:
case 0x38:
case 0x39:
goto switchD_00116ce1_caseD_31;
case 0x7e:
if ((lex_type[bVar1] & 2) == 0) {
operand(expressionP,mode);
bVar4 = expressionP->field_0x18;
if (bVar4 != 2) {
if (bVar4 == 6) {
lVar17 = expressionP->X_add_number;
bVar19 = false;
goto LAB_00117039;
}
goto LAB_001170fd;
}
goto LAB_001174a9;
}
}
input_line_pointer = (char *)pbVar16;
cVar5 = get_symbol_name(&name);
pcVar10 = name;
iVar6 = ppc_parse_name(name,expressionP);
c = (char)pcVar10;
if (iVar6 == 0) {
s = symbol_find_or_make(name);
psVar7 = s;
paVar8 = S_GET_SEGMENT(s);
c = (char)psVar7;
if (mode != expr_defer) {
if (paVar8 == (segT)(_bfd_std_section + 0x230)) {
psVar7 = s;
iVar6 = S_FORCE_RELOC(s,0);
c = (char)psVar7;
if (iVar6 == 0) {
expressionP->field_0x18 = 2;
vVar13 = S_GET_VALUE(s);
c = (char)s;
expressionP->X_add_number = vVar13;
goto LAB_00117220;
}
}
if (reg_section == paVar8) {
expressionP->field_0x18 = 5;
vVar13 = S_GET_VALUE(s);
c = (char)s;
expressionP->X_add_number = vVar13;
goto LAB_00117220;
}
}
expressionP->field_0x18 = 3;
expressionP->X_add_symbol = s;
expressionP->X_add_number = 0;
}
LAB_00117220:
*input_line_pointer = cVar5;
if (cVar5 == '\"') {
restore_line_pointer(c);
}
LAB_00116cf3:
clean_up_expression(expressionP);
cVar5 = *input_line_pointer;
while (cVar5 == ' ') {
input_line_pointer = input_line_pointer + 1;
cVar5 = *input_line_pointer;
}
if (expressionP->X_add_symbol != (symbolS *)0x0) {
symbol_mark_used(expressionP->X_add_symbol);
}
if (mode != expr_defer) {
psVar7 = symbol_clone_if_forward_ref(expressionP->X_add_symbol,0);
expressionP->X_add_symbol = psVar7;
psVar7 = symbol_clone_if_forward_ref(expressionP->X_op_symbol,0);
expressionP->X_op_symbol = psVar7;
}
if (expressionP->field_0x18 != '\x03') {
paVar8 = (segT)(_bfd_std_section + 0x230);
if (expressionP->field_0x18 == '\x05') {
paVar8 = reg_section;
}
return paVar8;
}
paVar8 = S_GET_SEGMENT(expressionP->X_add_symbol);
return paVar8;
}
|
long FUN_00116c70(long *param_1,int param_2)
{
long lVar1;
byte bVar2;
byte bVar3;
int iVar4;
long lVar5;
byte *pbVar6;
void *__ptr;
undefined8 uVar7;
char *pcVar8;
long lVar9;
undefined8 uVar10;
ushort *puVar11;
short sVar12;
undefined4 uVar13;
byte *pbVar14;
bool bVar15;
byte *local_30;
*(byte *)((long)param_1 + 0x19) = *(byte *)((long)param_1 + 0x19) & 0xfc | 1;
lVar5 = DAT_0019d998;
pbVar14 = DAT_0019d9a0;
pbVar6 = DAT_0019d9a0 + 1;
if (*DAT_0019d9a0 == 0x20) {
pbVar6 = DAT_0019d9a0 + 2;
pbVar14 = DAT_0019d9a0 + 1;
}
bVar3 = *pbVar14;
if ((&DAT_00194540)[bVar3] != '\0') {
switchD_00116ce1_caseD_2c:
*(undefined1 *)(param_1 + 3) = 1;
DAT_0019d9a0 = pbVar14;
goto LAB_00116cf3;
}
DAT_0019d9a0 = pbVar6;
switch(bVar3) {
case 0x21:
case 0x2b:
case 0x2d:
FUN_00116c70(param_1,param_2);
bVar2 = *(byte *)(param_1 + 3);
if (bVar2 == 2) {
if (bVar3 == 0x2d) {
bVar3 = *(byte *)((long)param_1 + 0x19);
lVar5 = param_1[2];
param_1[2] = -lVar5;
*(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;
if (-lVar5 != 0) {
*(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;
}
goto LAB_00116cf3;
}
if (bVar3 != 0x22) {
if (bVar3 == 0x21) {
param_1[2] = (ulong)(param_1[2] == 0);
}
goto LAB_00116cf3;
}
LAB_001174a9:
param_1[2] = ~param_1[2];
goto LAB_00116cf3;
}
if (bVar2 == 6) {
bVar15 = bVar3 == 0x2d;
lVar5 = param_1[2];
if ((0 < lVar5) || (!bVar15)) {
LAB_00117039:
if (0 < lVar5) {
if ((bVar3 == 0x7e) || (bVar15)) {
puVar11 = (ushort *)&DAT_0019d920;
do {
*puVar11 = ~*puVar11;
puVar11 = puVar11 + 1;
} while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));
lVar9 = (long)(int)lVar5;
if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {
do {
*(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;
lVar9 = lVar9 + 1;
} while ((int)lVar9 < 0x14);
if (!bVar15) goto LAB_00116cf3;
lVar5 = 0x14;
}
else {
if (!bVar15) goto LAB_00116cf3;
lVar5 = param_1[2];
}
DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;
if ((short)DAT_0019d920 == 0) {
lVar9 = 1;
do {
if (lVar5 <= lVar9) break;
sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;
*(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;
lVar9 = lVar9 + 1;
} while (sVar12 == 0);
}
}
else if (bVar3 == 0x21) {
if ((short)DAT_0019d920 == 0) {
lVar1 = 1;
do {
lVar9 = lVar1;
if (lVar5 == lVar9) break;
lVar1 = lVar9 + 1;
} while ((&DAT_0019d91e)[lVar9 + 1] == 0);
}
else {
lVar9 = 0;
}
param_1[2] = (ulong)(lVar5 <= lVar9);
*(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;
}
goto LAB_00116cf3;
}
goto LAB_00117105;
}
if ((DAT_001944e0 == '+') || (DAT_001944e0 == 'P')) {
bVar15 = DAT_001944e0 == '+';
DAT_001944e0 = 'N';
if (bVar15) {
DAT_001944e0 = '-';
}
goto LAB_00116cf3;
}
}
else {
LAB_001170fd:
if (bVar2 < 2) {
uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);
FUN_0011f500(uVar7,(int)(char)bVar3);
goto LAB_00116cf3;
}
LAB_00117105:
if (bVar3 == 0x2b) goto LAB_00116cf3;
}
lVar5 = FUN_00116070(param_1);
*param_1 = lVar5;
if (bVar3 == 0x2d) {
*(undefined1 *)(param_1 + 3) = 7;
}
else if ((bVar3 == 0x7e) || (bVar3 == 0x22)) {
*(undefined1 *)(param_1 + 3) = 8;
}
else {
*(undefined1 *)(param_1 + 3) = 9;
}
goto LAB_0011713c;
default:
if ((((&DAT_00194640)[bVar3] & 2) != 0) || (bVar3 == 0x22)) break;
*(undefined1 *)(param_1 + 3) = 1;
uVar7 = dcgettext(0,"bad expression",5);
FUN_0011f6d0(uVar7);
goto LAB_001171c1;
case 0x24:
if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) {
LAB_0011715e:
if (DAT_0019d708 == 0x1949f0) {
*(undefined1 *)(param_1 + 3) = 2;
param_1[2] = lVar5;
}
else {
*(undefined1 *)(param_1 + 3) = 3;
*param_1 = (long)&DAT_0019dac0;
param_1[2] = 0;
}
goto LAB_00116cf3;
}
break;
case 0x27:
DAT_0019d9a0 = pbVar14 + 2;
*(undefined1 *)(param_1 + 3) = 2;
param_1[2] = (long)(char)pbVar14[1];
goto LAB_00116cf3;
case 0x28:
case 0x5b:
lVar5 = FUN_00117660(0,param_1,param_2);
if (bVar3 == 0x28) {
bVar3 = *DAT_0019d9a0;
if (bVar3 == 0x29) goto LAB_00116e81;
if (bVar3 != 0) {
uVar7 = 0x29;
goto LAB_0011740e;
}
uVar13 = 0x29;
}
else {
if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {
LAB_00116e81:
DAT_0019d9a0 = DAT_0019d9a0 + 1;
goto LAB_00116e8c;
}
uVar7 = 0x5d;
if (bVar3 != 0) {
LAB_0011740e:
uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);
FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);
goto LAB_00116e8c;
}
uVar13 = 0x5d;
}
uVar7 = dcgettext(0,"missing \'%c\'",5);
FUN_0011f6d0(uVar7,uVar13);
LAB_00116e8c:
if (*DAT_0019d9a0 != 0x20) {
return lVar5;
}
DAT_0019d9a0 = DAT_0019d9a0 + 1;
return lVar5;
case 0x2c:
goto switchD_00116ce1_caseD_2c;
case 0x2e:
if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) goto LAB_0011715e;
iVar4 = strncasecmp((char *)pbVar6,"startof.",8);
if (((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)) ||
((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&
(((&DAT_00194640)[pbVar14[8]] & 1) == 0)))) {
bVar3 = pbVar14[2];
pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7;
if (*pbVar6 == 0x20) {
pbVar6 = pbVar6 + 1;
}
DAT_0019d9a0 = pbVar6;
*(undefined1 *)(param_1 + 3) = 1;
if (*pbVar6 == 0x28) {
DAT_0019d9a0 = pbVar6 + 1;
if (pbVar6[1] == 0x20) {
DAT_0019d9a0 = pbVar6 + 2;
}
bVar2 = FUN_00116b30(&local_30);
if (*local_30 == 0) {
uVar7 = dcgettext(0,"expected symbol name",5);
FUN_0011f6d0(uVar7);
*DAT_0019d9a0 = bVar2;
if (bVar2 == 0x22) {
FUN_00116050();
}
else if (bVar2 == 0x29) {
DAT_0019d9a0 = DAT_0019d9a0 + 1;
goto LAB_00116cf3;
}
FUN_00121800();
goto LAB_00116cf3;
}
pcVar8 = ".startof.";
if ((bVar3 & 0xdf) != 0x54) {
pcVar8 = ".sizeof.";
}
__ptr = (void *)concat(pcVar8,local_30,0);
lVar5 = FUN_0012b340(__ptr);
free(__ptr);
pbVar6 = DAT_0019d9a0;
*param_1 = lVar5;
*(undefined1 *)(param_1 + 3) = 3;
param_1[2] = 0;
*pbVar6 = bVar2;
bVar3 = *DAT_0019d9a0;
if (bVar3 == 0x22) {
bVar3 = DAT_0019d9a0[1];
DAT_0019d9a0 = DAT_0019d9a0 + 1;
}
if (bVar3 == 0x20) {
bVar3 = DAT_0019d9a0[1];
DAT_0019d9a0 = DAT_0019d9a0 + 1;
}
if (bVar3 == 0x29) {
DAT_0019d9a0 = DAT_0019d9a0 + 1;
goto LAB_00116cf3;
}
}
uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5);
FUN_0011f6d0(uVar7);
goto LAB_00116cf3;
}
break;
case 0x30:
bVar3 = pbVar14[1];
switch((int)(char)bVar3 - 0x30U & 0xff) {
case 0:
case 1:
case 2:
case 3:
case 4:
case 5:
case 6:
case 7:
FUN_00115a40(8,param_1);
goto LAB_00116cf3;
default:
if (bVar3 == 0) goto LAB_001171c1;
break;
case 0x12:
if ((byte)(pbVar14[2] - 0x30) < 2) {
LAB_0011732f:
DAT_0019d9a0 = pbVar14 + 2;
FUN_00115a40(2,param_1);
goto LAB_00116cf3;
}
break;
case 0x14:
case 0x15:
case 0x16:
case 0x17:
case 0x34:
case 0x35:
case 0x37:
case 0x42:
pbVar6 = pbVar6 + 1;
goto LAB_001172ee;
case 0x28:
case 0x48:
DAT_0019d9a0 = pbVar14 + 2;
FUN_00115a40(0x10,param_1);
goto LAB_00116cf3;
case 0x32:
if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;
goto switchD_00116ce1_caseD_31;
case 0x36:
if (((&DAT_00194540)[pbVar14[2]] == '\0') &&
(pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {
local_30 = pbVar14 + 2;
FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);
if ((local_30 != DAT_0019d9a0 + 1) &&
((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&
(*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))
goto LAB_001172ee;
pbVar14 = DAT_0019d9a0 + -1;
}
switchD_00116ce1_caseD_31:
DAT_0019d9a0 = pbVar14;
FUN_00115a40(10,param_1);
goto LAB_00116cf3;
}
pcVar8 = strchr("dD",(int)(char)bVar3);
if (pcVar8 == (char *)0x0) {
LAB_001171c1:
*(undefined1 *)(param_1 + 3) = 2;
LAB_0011713c:
param_1[2] = 0;
}
else {
pbVar6 = pbVar14 + 2;
LAB_001172ee:
DAT_0019d9a0 = pbVar6;
FUN_001159b0(param_1);
param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];
}
goto LAB_00116cf3;
case 0x31:
case 0x32:
case 0x33:
case 0x34:
case 0x35:
case 0x36:
case 0x37:
case 0x38:
case 0x39:
goto switchD_00116ce1_caseD_31;
case 0x7e:
if (((&DAT_00194640)[bVar3] & 2) == 0) {
FUN_00116c70(param_1,param_2);
bVar2 = *(byte *)(param_1 + 3);
if (bVar2 != 2) {
if (bVar2 == 6) {
lVar5 = param_1[2];
bVar15 = false;
goto LAB_00117039;
}
goto LAB_001170fd;
}
goto LAB_001174a9;
}
}
DAT_0019d9a0 = pbVar14;
bVar3 = FUN_00116b30(&local_30);
iVar4 = FUN_00134150(local_30,param_1);
if (iVar4 == 0) {
lVar5 = FUN_0012c9e0(local_30);
lVar9 = FUN_0012af60(lVar5);
if (param_2 == 2) {
LAB_001173ca:
*(undefined1 *)(param_1 + 3) = 3;
*param_1 = lVar5;
param_1[2] = 0;
}
else if ((lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)) {
*(undefined1 *)(param_1 + 3) = 2;
lVar5 = thunk_FUN_0012c290(lVar5);
param_1[2] = lVar5;
}
else {
if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;
*(undefined1 *)(param_1 + 3) = 5;
lVar5 = thunk_FUN_0012c290(lVar5);
param_1[2] = lVar5;
}
}
*DAT_0019d9a0 = bVar3;
if (bVar3 == 0x22) {
FUN_00116050();
}
LAB_00116cf3:
FUN_00115970(param_1);
bVar3 = *DAT_0019d9a0;
while (bVar3 == 0x20) {
DAT_0019d9a0 = DAT_0019d9a0 + 1;
bVar3 = *DAT_0019d9a0;
}
if (*param_1 != 0) {
FUN_0012d700();
}
if (param_2 != 2) {
lVar5 = FUN_0012d000(*param_1,0);
*param_1 = lVar5;
lVar5 = FUN_0012d000(param_1[1],0);
param_1[1] = lVar5;
}
if ((char)param_1[3] != '\x03') {
lVar5 = 0x1949f0;
if ((char)param_1[3] == '\x05') {
lVar5 = DAT_0019d7b8;
}
return lVar5;
}
lVar5 = FUN_0012af60(*param_1);
return lVar5;
}
| PUSH R14
PUSH R13
PUSH R12
MOV R12D,ESI
PUSH RBP
PUSH RBX
MOV RBX,RDI
SUB RSP,0x10
MOVZX EAX,byte ptr [RDI + 0x19]
MOV RBP,qword ptr [0x0019d9a0]
AND EAX,0xfffffffc
LEA R14,[RBP + 0x1]
OR EAX,0x1
MOV byte ptr [RDI + 0x19],AL
CMP byte ptr [RBP],0x20
JNZ 0x00116caa
LEA RAX,[RBP + 0x2]
MOV RBP,R14
MOV R14,RAX
MOV qword ptr [0x0019d9a0],R14
MOVZX EDX,byte ptr [RBP]
LEA RCX,[0x194540]
CMP byte ptr [RCX + RDX*0x1],0x0
MOV R13,RDX
JNZ 0x00116ce8
LEA EAX,[RDX + -0x21]
CMP AL,0x5d
JA 0x0011718d
LEA RSI,[0x14005c]
MOVZX EAX,AL
MOVSXD RAX,dword ptr [RSI + RAX*0x4]
ADD RAX,RSI
JMP RAX
MOV byte ptr [RBX + 0x18],0x1
MOV qword ptr [0x0019d9a0],RBP
MOV RDI,RBX
CALL 0x00115970
MOV RDX,qword ptr [0x0019d9a0]
CMP byte ptr [RDX],0x20
LEA RAX,[RDX + 0x1]
JNZ 0x00116d21
NOP dword ptr [RAX + RAX*0x1]
MOV qword ptr [0x0019d9a0],RAX
ADD RAX,0x1
CMP byte ptr [RAX + -0x1],0x20
JZ 0x00116d10
MOV RDI,qword ptr [RBX]
TEST RDI,RDI
JZ 0x00116d2e
CALL 0x0012d700
CMP R12D,0x2
JZ 0x00116d50
MOV RDI,qword ptr [RBX]
XOR ESI,ESI
CALL 0x0012d000
MOV RDI,qword ptr [RBX + 0x8]
XOR ESI,ESI
MOV qword ptr [RBX],RAX
CALL 0x0012d000
MOV qword ptr [RBX + 0x8],RAX
MOVZX EAX,byte ptr [RBX + 0x18]
CMP AL,0x3
JZ 0x00116d80
CMP AL,0x5
LEA RBX,[0x1949f0]
CMOVZ RBX,qword ptr [0x0019d7b8]
ADD RSP,0x10
MOV RAX,RBX
POP RBX
POP RBP
POP R12
POP R13
POP R14
RET
MOV RDI,qword ptr [RBX]
CALL 0x0012af60
ADD RSP,0x10
MOV RBX,RAX
MOV RAX,RBX
POP RBX
POP RBP
POP R12
POP R13
POP R14
RET
MOVZX EAX,byte ptr [RBP + 0x2]
CMP byte ptr [RCX + RAX*0x1],0x0
JNZ 0x00116e18
MOV ESI,0x66
LEA RDI,[0x146383]
CALL 0x0010a220
TEST RAX,RAX
JZ 0x00116e18
LEA RDX,[0x146386]
ADD RBP,0x2
LEA RDI,[RSP + 0x8]
LEA RCX,[0x1944c0]
LEA RSI,[0x1441e9]
MOV qword ptr [RSP + 0x8],RBP
CALL 0x0010da70
MOV R14,qword ptr [0x0019d9a0]
MOV RAX,qword ptr [RSP + 0x8]
LEA RDX,[R14 + 0x1]
CMP RAX,RDX
JZ 0x00116e14
LEA RCX,[R14 + 0x2]
CMP RAX,RCX
JZ 0x0011763d
MOVZX EAX,byte ptr [RAX]
CMP AL,0x66
JZ 0x00116e14
CMP AL,0x62
JNZ 0x00117317
LEA RBP,[R14 + -0x1]
MOV RSI,RBX
MOV EDI,0xa
MOV qword ptr [0x0019d9a0],RBP
CALL 0x00115a40
JMP 0x00116cf3
MOVSX ESI,byte ptr [RBP + 0x1]
LEA EAX,[RSI + -0x30]
MOV R13D,ESI
CMP AL,0x48
JA 0x001172c5
LEA RDX,[0x1401d4]
MOVZX EAX,AL
MOVSXD RAX,dword ptr [RDX + RAX*0x4]
ADD RAX,RDX
JMP RAX
MOV RSI,RBX
MOV EDX,R12D
XOR EDI,EDI
CALL 0x00117660
MOV RBX,RAX
MOV RAX,qword ptr [0x0019d9a0]
CMP R13B,0x28
JZ 0x0011723e
CMP R13B,0x5b
JZ 0x001173f2
ADD RAX,0x1
MOV qword ptr [0x0019d9a0],RAX
CMP byte ptr [RAX],0x20
JNZ 0x00116d69
ADD RAX,0x1
MOV qword ptr [0x0019d9a0],RAX
JMP 0x00116d69
MOVZX EAX,byte ptr [RBP + 0x1]
LEA R13,[0x194640]
TEST byte ptr [R13 + RAX*0x1],0x1
JZ 0x0011715e
MOV EDX,0x8
LEA RSI,[0x13fc7b]
MOV RDI,R14
CALL 0x0010a500
TEST EAX,EAX
JNZ 0x001171ca
MOVZX EAX,byte ptr [RBP + 0x9]
TEST byte ptr [R13 + RAX*0x1],0x1
JNZ 0x001171ca
MOVZX EBP,byte ptr [RBP + 0x2]
XOR EAX,EAX
AND EBP,0xffffffdf
CMP BPL,0x54
SETZ AL
LEA RAX,[R14 + RAX*0x1 + 0x7]
MOV qword ptr [0x0019d9a0],RAX
CMP byte ptr [RAX],0x20
JNZ 0x00116f14
ADD RAX,0x1
MOV qword ptr [0x0019d9a0],RAX
MOV byte ptr [RBX + 0x18],0x1
CMP byte ptr [RAX],0x28
JNZ 0x00117464
LEA RDX,[RAX + 0x1]
MOV qword ptr [0x0019d9a0],RDX
CMP byte ptr [RAX + 0x1],0x20
JNZ 0x00116f3d
ADD RAX,0x2
MOV qword ptr [0x0019d9a0],RAX
LEA RDI,[RSP + 0x8]
CALL 0x00116b30
MOV RSI,qword ptr [RSP + 0x8]
MOV R13D,EAX
CMP byte ptr [RSI],0x0
JZ 0x001175d2
CMP BPL,0x54
LEA RAX,[0x13fc84]
LEA RDI,[0x13fc7a]
CMOVNZ RDI,RAX
XOR EDX,EDX
XOR EAX,EAX
CALL 0x0010a290
MOV RBP,RAX
MOV RDI,RAX
CALL 0x0012b340
MOV RDI,RBP
MOV R14,RAX
CALL 0x0010a7d0
MOV RAX,qword ptr [0x0019d9a0]
MOV qword ptr [RBX],R14
MOV byte ptr [RBX + 0x18],0x3
MOV qword ptr [RBX + 0x10],0x0
MOV byte ptr [RAX],R13B
MOV RAX,qword ptr [0x0019d9a0]
MOVZX EDX,byte ptr [RAX]
CMP DL,0x22
JNZ 0x00116fc7
LEA RCX,[RAX + 0x1]
MOV qword ptr [0x0019d9a0],RCX
MOVZX EDX,byte ptr [RAX + 0x1]
MOV RAX,RCX
CMP DL,0x20
JNZ 0x00116fde
LEA RCX,[RAX + 0x1]
MOV qword ptr [0x0019d9a0],RCX
MOVZX EDX,byte ptr [RAX + 0x1]
MOV RAX,RCX
CMP DL,0x29
JNZ 0x00117464
ADD RAX,0x1
MOV qword ptr [0x0019d9a0],RAX
JMP 0x00116cf3
MOV ESI,R12D
MOV RDI,RBX
CALL 0x00116c70
MOVZX EAX,byte ptr [RBX + 0x18]
CMP AL,0x2
JZ 0x00117284
CMP AL,0x6
JNZ 0x001170fd
CMP R13B,0x2d
MOV RDX,qword ptr [RBX + 0x10]
SETZ AL
MOV EDI,EAX
TEST RDX,RDX
JG 0x00117039
TEST AL,AL
JNZ 0x001175a5
TEST RDX,RDX
JLE 0x00117105
CMP R13B,0x7e
JZ 0x001174c6
TEST DIL,DIL
JNZ 0x001174c6
CMP R13B,0x21
JNZ 0x00116cf3
CMP word ptr [0x0019d920],0x0
JNZ 0x00117652
MOV EAX,0x1
LEA RSI,[0x19d91e]
JMP 0x00117086
ADD RAX,0x1
CMP word ptr [RSI + RAX*0x2],0x0
JNZ 0x0011708e
MOV RCX,RAX
CMP RDX,RAX
JNZ 0x0011707b
XOR EAX,EAX
CMP RCX,RDX
SETGE AL
MOV qword ptr [RBX + 0x10],RAX
MOVZX EAX,word ptr [RBX + 0x18]
AND AX,0xfc00
OR AX,0x102
MOV word ptr [RBX + 0x18],AX
JMP 0x00116cf3
LEA RAX,[RBP + 0x2]
MOV byte ptr [RBX + 0x18],0x2
MOV qword ptr [0x0019d9a0],RAX
MOVSX RAX,byte ptr [RBP + 0x1]
MOV qword ptr [RBX + 0x10],RAX
JMP 0x00116cf3
LEA RAX,[0x194640]
TEST byte ptr [RAX + RDX*0x1],0x2
JNZ 0x001171f8
MOV ESI,R12D
MOV RDI,RBX
CALL 0x00116c70
MOVZX EAX,byte ptr [RBX + 0x18]
CMP AL,0x2
JZ 0x001174a9
CMP AL,0x6
JZ 0x001174b2
CMP AL,0x1
JBE 0x0011743e
CMP R13B,0x2b
JZ 0x00116cf3
MOV RDI,RBX
CALL 0x00116070
MOV qword ptr [RBX],RAX
CMP R13B,0x2d
JZ 0x001174bd
CMP R13B,0x7e
JZ 0x00117555
CMP R13B,0x22
JZ 0x00117555
MOV byte ptr [RBX + 0x18],0x9
MOV qword ptr [RBX + 0x10],0x0
JMP 0x00116cf3
MOVZX EAX,byte ptr [RBP + 0x1]
LEA RDX,[0x194640]
TEST byte ptr [RDX + RAX*0x1],0x1
JNZ 0x001171f8
LEA RAX,[0x1949f0]
CMP qword ptr [0x0019d708],RAX
JZ 0x001173de
LEA RAX,[0x19dac0]
MOV byte ptr [RBX + 0x18],0x3
MOV qword ptr [RBX],RAX
MOV qword ptr [RBX + 0x10],0x0
JMP 0x00116cf3
LEA RAX,[0x194640]
TEST byte ptr [RAX + RDX*0x1],0x2
JNZ 0x001171f8
CMP R13B,0x22
JZ 0x001171f8
MOV byte ptr [RBX + 0x18],0x1
XOR EDI,EDI
MOV EDX,0x5
LEA RSI,[0x13fcca]
CALL 0x0010a1d0
MOV RDI,RAX
XOR EAX,EAX
CALL 0x0011f6d0
MOV byte ptr [RBX + 0x18],0x2
JMP 0x0011713c
MOV EDX,0x7
LEA RSI,[0x13fc85]
MOV RDI,R14
CALL 0x0010a500
TEST EAX,EAX
JNZ 0x001171f8
MOVZX EAX,byte ptr [RBP + 0x8]
TEST byte ptr [R13 + RAX*0x1],0x1
JZ 0x00116ee8
NOP word ptr [RAX + RAX*0x1]
LEA RDI,[RSP + 0x8]
MOV qword ptr [0x0019d9a0],RBP
CALL 0x00116b30
MOV RDI,qword ptr [RSP + 0x8]
MOV RSI,RBX
MOV EBP,EAX
CALL 0x00134150
TEST EAX,EAX
JZ 0x0011738f
MOV RAX,qword ptr [0x0019d9a0]
MOV byte ptr [RAX],BPL
CMP BPL,0x22
JNZ 0x00116cf3
CALL 0x00116050
JMP 0x00116cf3
MOVZX EBP,byte ptr [RAX]
CMP BPL,0x29
JZ 0x00116e81
TEST BPL,BPL
JNZ 0x0011755e
MOV EBP,0x29
MOV EDX,0x5
LEA RSI,[0x13fca8]
XOR EDI,EDI
CALL 0x0010a1d0
MOV ESI,EBP
MOV RDI,RAX
XOR EAX,EAX
CALL 0x0011f6d0
MOV RAX,qword ptr [0x0019d9a0]
JMP 0x00116e8c
CMP R13B,0x2d
JNZ 0x00117486
MOVZX EDX,byte ptr [RBX + 0x19]
MOV RCX,qword ptr [RBX + 0x10]
MOV EAX,EDX
NEG RCX
AND EAX,0xfffffffe
MOV qword ptr [RBX + 0x10],RCX
MOV byte ptr [RBX + 0x19],AL
TEST RCX,RCX
JZ 0x00116cf3
SHR AL,0x1
AND EDX,0xfffffffc
AND EAX,0x1
XOR EAX,0x1
ADD EAX,EAX
OR EAX,EDX
MOV byte ptr [RBX + 0x19],AL
JMP 0x00116cf3
TEST R13B,R13B
JZ 0x001171c1
LEA RDI,[0x146383]
CALL 0x0010a220
TEST RAX,RAX
JZ 0x001171c1
ADD RBP,0x2
MOV qword ptr [0x0019d9a0],RBP
MOV RDI,RBX
MOVZX R13D,R13B
CALL 0x001159b0
LEA RAX,[0x1927e0]
MOVZX EAX,byte ptr [RAX + R13*0x1]
NEG EAX
CDQE
MOV qword ptr [RBX + 0x10],RAX
JMP 0x00116cf3
LEA RDX,[R14 + 0x1]
MOV qword ptr [0x0019d9a0],RDX
JMP 0x001172ee
MOVZX EAX,byte ptr [RBP + 0x2]
SUB EAX,0x30
CMP AL,0x1
JA 0x00116e18
ADD RBP,0x2
MOV RSI,RBX
MOV EDI,0x2
MOV qword ptr [0x0019d9a0],RBP
CALL 0x00115a40
JMP 0x00116cf3
MOVZX EAX,byte ptr [RBP + 0x2]
SUB EAX,0x30
CMP AL,0x1
JA 0x001172ce
JMP 0x0011732f
ADD RBP,0x2
MOV RSI,RBX
MOV EDI,0x10
MOV qword ptr [0x0019d9a0],RBP
CALL 0x00115a40
JMP 0x00116cf3
MOV RSI,RBX
MOV EDI,0x8
CALL 0x00115a40
JMP 0x00116cf3
MOV RDI,qword ptr [RSP + 0x8]
CALL 0x0012c9e0
MOV RDI,RAX
MOV R13,RAX
CALL 0x0012af60
MOV R14,RAX
CMP R12D,0x2
JZ 0x001173ca
LEA RAX,[0x1949f0]
CMP R14,RAX
JZ 0x0011757e
CMP qword ptr [0x0019d7b8],R14
JZ 0x00117569
MOV byte ptr [RBX + 0x18],0x3
MOV qword ptr [RBX],R13
MOV qword ptr [RBX + 0x10],0x0
JMP 0x00117220
MOV RAX,qword ptr [0x0019d998]
MOV byte ptr [RBX + 0x18],0x2
MOV qword ptr [RBX + 0x10],RAX
JMP 0x00116cf3
MOVZX EBP,byte ptr [RAX]
CMP BPL,0x5d
JZ 0x00116e81
MOV R12D,0x5d
TEST BPL,BPL
JZ 0x00117624
MOV EDX,0x5
LEA RSI,[0x13fc8d]
XOR EDI,EDI
CALL 0x0010a1d0
MOVSX ESI,BPL
MOV EDX,R12D
MOV RDI,RAX
XOR EAX,EAX
CALL 0x0011f6d0
MOV RAX,qword ptr [0x0019d9a0]
JMP 0x00116e8c
XOR EDI,EDI
MOV EDX,0x5
LEA RSI,[0x13fe48]
CALL 0x0010a1d0
MOVSX ESI,R13B
MOV RDI,RAX
XOR EAX,EAX
CALL 0x0011f500
JMP 0x00116cf3
XOR EDI,EDI
MOV EDX,0x5
LEA RSI,[0x13fe80]
CALL 0x0010a1d0
MOV RDI,RAX
XOR EAX,EAX
CALL 0x0011f6d0
JMP 0x00116cf3
CMP R13B,0x22
JZ 0x001174a9
CMP R13B,0x21
JNZ 0x00116cf3
XOR EAX,EAX
CMP qword ptr [RBX + 0x10],0x0
SETZ AL
MOV qword ptr [RBX + 0x10],RAX
JMP 0x00116cf3
NOT qword ptr [RBX + 0x10]
JMP 0x00116cf3
MOV RDX,qword ptr [RBX + 0x10]
XOR EDI,EDI
JMP 0x00117039
MOV byte ptr [RBX + 0x18],0x7
JMP 0x0011713c
LEA RCX,[0x19d920]
MOV RAX,RCX
LEA RSI,[RCX + RDX*0x2]
NOT word ptr [RAX]
ADD RAX,0x2
CMP RAX,RSI
JNZ 0x001174d4
MOVSXD RAX,EDX
CMP RDX,0x13
JG 0x00117612
MOV qword ptr [RBX + 0x10],0x14
CMP EAX,0x13
JG 0x00117612
MOV EDX,0xffffffff
MOV word ptr [RCX + RAX*0x2],DX
ADD RAX,0x1
CMP EAX,0x13
JLE 0x001174fe
TEST DIL,DIL
JZ 0x00116cf3
MOV ESI,0x14
ADD word ptr [0x0019d920],0x1
JNZ 0x00116cf3
MOV EAX,0x1
JMP 0x0011754b
MOVZX EDX,word ptr [RCX + RAX*0x2]
ADD EDX,0x1
MOV word ptr [RCX + RAX*0x2],DX
ADD RAX,0x1
TEST DX,DX
JNZ 0x00116cf3
CMP RAX,RSI
JL 0x00117533
JMP 0x00116cf3
MOV byte ptr [RBX + 0x18],0x8
JMP 0x0011713c
MOV R12D,0x29
JMP 0x0011740e
MOV byte ptr [RBX + 0x18],0x5
MOV RDI,R13
CALL 0x0012c430
MOV qword ptr [RBX + 0x10],RAX
JMP 0x00117220
XOR ESI,ESI
MOV RDI,R13
CALL 0x0012ac80
TEST EAX,EAX
JNZ 0x001173bd
MOV byte ptr [RBX + 0x18],0x2
MOV RDI,R13
CALL 0x0012c430
MOV qword ptr [RBX + 0x10],RAX
JMP 0x00117220
MOVZX EAX,byte ptr [0x001944e0]
CMP AL,0x2b
JZ 0x001175b8
CMP AL,0x50
JNZ 0x0011710f
CMP AL,0x2b
MOV EDX,0x2d
MOV EAX,0x4e
CMOVZ EAX,EDX
MOV byte ptr [0x001944e0],AL
JMP 0x00116cf3
MOV EDX,0x5
LEA RSI,[0x13fcb5]
XOR EDI,EDI
CALL 0x0010a1d0
MOV RDI,RAX
XOR EAX,EAX
CALL 0x0011f6d0
MOV RAX,qword ptr [0x0019d9a0]
MOV byte ptr [RAX],R13B
CMP R13B,0x22
JZ 0x0011762e
CMP R13B,0x29
JNZ 0x00117633
ADD qword ptr [0x0019d9a0],0x1
JMP 0x00116cf3
TEST DIL,DIL
JZ 0x00116cf3
MOV RSI,qword ptr [RBX + 0x10]
JMP 0x0011751e
MOV EBP,0x5d
JMP 0x00117259
CALL 0x00116050
CALL 0x00121800
JMP 0x00116cf3
MOVZX ECX,byte ptr [RAX + -0x1]
SUB ECX,0x2b
AND CL,0xfd
JZ 0x00116e14
JMP 0x00116e05
XOR ECX,ECX
JMP 0x0011708e | null | null | null | null | [(u'STORE_-1207012395', u'INDIRECT_-1207007271'), ('const-1', u'PTRADD_-1207010997'), (u'INDIRECT_-1207007647', u'MULTIEQUAL_-1207006571'), (u'STORE_-1207011487', u'INDIRECT_-1207005843'), (u'CALL_-1207010323', u'INDIRECT_-1207006207'), (u'PTRSUB_-1207007303', u'LOAD_-1207013800'), ('tmp_6186', u'BRANCH_-1207010088'), (u'MULTIEQUAL_-1207007228', u'PTRADD_-1207011677'), (u'STORE_-1207011193', u'INDIRECT_-1207006073'), (u'INDIRECT_-1207005907', u'MULTIEQUAL_-1207006758'), ('tmp_5087', u'CBRANCH_-1207010764'), ('const-1656384', u'PTRSUB_-1207006910'), (u'INDIRECT_-1207008701', u'MULTIEQUAL_-1207008266'), (u'CALL_-1207012448', u'INDIRECT_-1207007333'), (u'CALL_-1207011588', u'INDIRECT_-1207006738'), (u'STORE_-1207011487', u'INDIRECT_-1207006079'), ('const-0', u'PTRSUB_-1207006211'), (u'CALL_-1207011932', u'INDIRECT_-1207007765'), ('tmp_1729', u'BRANCH_-1207011341'), (u'INT_NOTEQUAL_-1207011753', u'CBRANCH_-1207011752'), ('tmp_6328', u'CALL_-1207013951'), (u'STORE_-1207010713', u'INDIRECT_-1207006530'), ('tmp_6328', u'CALL_-1207011522'), ('tmp_2044', u'CBRANCH_-1207012445'), (u'CALL_-1207013641', u'INDIRECT_-1207008350'), (u'MULTIEQUAL_-1207008363', u'MULTIEQUAL_-1207008338'), ('tmp_6328', u'PTRSUB_-1207006187'), ('const-0', u'CALL_-1207010153'), (u'BOOL_NEGATE_-1207006646', u'CBRANCH_-1207011414'), ('tmp_6328', u'PTRSUB_-1207005890'), ('tmp_3226', u'CBRANCH_-1207011552'), ('tmp_5398', u'CBRANCH_-1207010132'), (u'INDIRECT_-1207007406', u'MULTIEQUAL_-1207008330'), (u'INDIRECT_-1207008370', u'MULTIEQUAL_-1207008330'), (u'STORE_-1207011347', u'INDIRECT_-1207005974'), (u'INDIRECT_-1207007829', u'PTRADD_-1207011591'), (u'INDIRECT_-1207007833', u'MULTIEQUAL_-1207007489'), (u'STORE_-1207012371', u'INDIRECT_-1207007170'), (u'INDIRECT_-1207006330', u'MULTIEQUAL_-1207007831'), (u'MULTIEQUAL_-1207006429', u'MULTIEQUAL_-1207008566'), (u'PTRSUB_-1207005591', u'STORE_-1207011911'), (u'STORE_-1207011487', u'INDIRECT_-1207006433'), ('const-2', u'STORE_-1207011412'), ('tmp_2005', u'CBRANCH_-1207012498'), ('const-1656768', u'PTRSUB_-1207006255'), (u'CALL_-1207011148', u'INDIRECT_-1207006799'), ('const-433', u'STORE_-1207012371'), (u'INDIRECT_-1207006138', u'MULTIEQUAL_-1207008094'), ('const-1', u'PTRADD_-1207013865'), (u'CALL_-1207011275', u'INDIRECT_-1207006993'), (u'CALL_-1207013951', u'INDIRECT_-1207007832'), ('const-1', u'PTRADD_-1207011726'), (u'CALL_-1207011472', u'INDIRECT_-1207006215'), (u'INT_EQUAL_-1207012569', u'CBRANCH_-1207012566'), ('const-433', u'STORE_-1207011876'), ('const-0', u'CALL_-1207011588'), ('const-1', u'PTRADD_-1207013865'), (u'CALL_-1207011558', u'INDIRECT_-1207005942'), (u'LOAD_-1207011628', u'INT_NOTEQUAL_-1207011594'), (u'PTRSUB_-1207006064', u'CALL_-1207012448'), (u'CALL_-1207011900', u'INDIRECT_-1207007505'), (u'CALL_-1207011522', u'INDIRECT_-1207007243'), (u'COPY_-1207007298', u'MULTIEQUAL_-1207006723'), ('tmp_1913', u'CBRANCH_-1207012566'), ('const-0', u'INT_NOTEQUAL_-1207011534'), ('const-1', u'PTRADD_-1207011755'), (u'CALL_-1207011275', u'INDIRECT_-1207006875'), (u'PTRSUB_-1207007496', u'LOAD_-1207014240'), (u'MULTIEQUAL_-1207009707', u'PTRADD_-1207012007'), (u'INT_SEXT_-1207011042', u'STORE_-1207011049'), (u'INDIRECT_-1207006043', u'MULTIEQUAL_-1207005959'), (u'INT_ZEXT_-1207009001', u'INT_2COMP_-1207011232'), (u'COPY_-1207005943', u'MULTIEQUAL_-1207007976'), (u'CALL_-1207011588', u'INDIRECT_-1207006620'), (u'CALL_-1207011472', u'INDIRECT_-1207006333'), ('tmp_6328', u'PTRSUB_-1207005150'), (u'STORE_-1207012866', u'INDIRECT_-1207006919'), (u'PTRSUB_-1207006432', u'STORE_-1207012412'), (u'INDIRECT_-1207006369', u'MULTIEQUAL_-1207008212'), (u'CALL_-1207012424', u'INT_EQUAL_-1207012410'), ('const-43', u'INT_EQUAL_-1207009967'), (u'PTRADD_-1207011018', u'CAST_-1207006230'), ('tmp_21757', u'PTRADD_-1207014149'), (u'INT_NOTEQUAL_-1207011633', u'CBRANCH_-1207011632'), (u'STORE_-1207012132', u'INDIRECT_-1207007919'), (u'INDIRECT_-1207007597', u'MULTIEQUAL_-1207007253'), (u'INT_ZEXT_-1207009126', u'PTRADD_-1207011033'), (u'PTRSUB_-1207005289', u'STORE_-1207011193'), (u'INDIRECT_-1207007597', u'MULTIEQUAL_-1207006335'), (u'INDIRECT_-1207007833', u'INT_EQUAL_-1207009967'), ('const-1', u'PTRADD_-1207010015'), ('const-24', u'PTRSUB_-1207005163'), (u'INT_ADD_-1207011073', u'MULTIEQUAL_-1207006075'), (u'CALL_-1207010017', u'INDIRECT_-1207006273'), (u'INT_AND_-1207012581', u'INT_EQUAL_-1207012595'), (u'INDIRECT_-1207006552', u'MULTIEQUAL_-1207008094'), (u'INDIRECT_-1207008583', u'MULTIEQUAL_-1207006905'), (u'STORE_-1207011876', u'INDIRECT_-1207007899'), (u'INDIRECT_-1207007259', u'MULTIEQUAL_-1207007341'), ('const-1', u'PTRADD_-1207010852'), (u'INDIRECT_-1207006184', u'MULTIEQUAL_-1207006994'), (u'INT_EQUAL_-1207012282', u'CBRANCH_-1207012280'), ('const-433', u'STORE_-1207012132'), ('const-1', u'PTRADD_-1207011042'), (u'CALL_-1207010323', u'INDIRECT_-1207006988'), (u'INT_EQUAL_-1207011079', u'CBRANCH_-1207011071'), ('const-1694400', u'PTRSUB_-1207006222'), ('const-560', u'PTRADD_-1207013666'), ('const-1', u'PTRADD_-1207010164'), (u'STORE_-1207010538', u'INDIRECT_-1207006790'), (u'STORE_-1207010118', u'INDIRECT_-1207006034'), (u'CALL_-1207010017', u'INDIRECT_-1207006037'), (u'MULTIEQUAL_-1207006697', u'MULTIEQUAL_-1207006683'), ('const-433', u'STORE_-1207010713'), (u'STORE_-1207011905', u'INDIRECT_-1207006610'), (u'CALL_-1207010153', u'INDIRECT_-1207006241'), (u'STORE_-1207011876', u'INDIRECT_-1207007663'), (u'STORE_-1207011126', u'INDIRECT_-1207006020'), ('const-433', u'LOAD_-1207012342'), (u'INDIRECT_-1207006866', u'MULTIEQUAL_-1207006781'), (u'INDIRECT_-1207007278', u'MULTIEQUAL_-1207008566'), (u'INDIRECT_-1207007772', u'MULTIEQUAL_-1207008448'), (u'INDIRECT_-1207007479', u'MULTIEQUAL_-1207007156'), ('const-1', u'STORE_-1207013617'), (u'INDIRECT_-1207008229', u'COPY_-1207007413'), (u'CALL_-1207012765', u'INDIRECT_-1207006626'), (u'STORE_-1207012737', u'INDIRECT_-1207007377'), ('const-8', u'CALL_-1207010091'), (u'INDIRECT_-1207006007', u'MULTIEQUAL_-1207006866'), ('const-3', u'STORE_-1207011911'), (u'CALL_-1207013770', u'INDIRECT_-1207008175'), ('tmp_6328', u'PTRSUB_-1207006154'), (u'MULTIEQUAL_-1207005998', u'MULTIEQUAL_-1207008094'), (u'STORE_-1207011257', u'INDIRECT_-1207006571'), (u'MULTIEQUAL_-1207006225', u'MULTIEQUAL_-1207008566'), ('const-1', u'PTRADD_-1207011202'), (u'INDIRECT_-1207006073', u'MULTIEQUAL_-1207006031'), (u'LOAD_-1207011817', u'INT_ZEXT_-1207010255'), (u'MULTIEQUAL_-1207010001', u'PTRADD_-1207011018'), ('const-1309829', u'COPY_-1207006226'), (u'INDIRECT_-1207008154', u'MULTIEQUAL_-1207008019'), (u'INDIRECT_-1207007939', u'MULTIEQUAL_-1207007813'), (u'MULTIEQUAL_-1207009227', u'INT_SLESSEQUAL_-1207012408'), ('const-1', u'PTRADD_-1207011248'), ('const-433', u'STORE_-1207010118'), (u'PTRADD_-1207012126', u'LOAD_-1207012174'), (u'INT_EQUAL_-1207012506', u'CBRANCH_-1207012498'), (u'INDIRECT_-1207007141', u'MULTIEQUAL_-1207007223'), (u'LOAD_-1207014146', u'INT_EQUAL_-1207012569'), ('const-1656768', u'PTRSUB_-1207007291'), (u'STORE_-1207011468', u'INDIRECT_-1207005948'), (u'PTRSUB_-1207006692', u'STORE_-1207011883'), (u'CALL_-1207013641', u'INDIRECT_-1207007878'), (u'STORE_-1207011238', u'INDIRECT_-1207006434'), ('const-0', u'CALL_-1207010549'), (u'INDIRECT_-1207007654', u'MULTIEQUAL_-1207008330'), (u'CALL_-1207013641', u'INDIRECT_-1207007687'), (u'SUBPIECE_-1207006606', u'MULTIEQUAL_-1207007495'), (u'CALL_-1207011548', u'INDIRECT_-1207006766'), (u'CALL_-1207012004', u'STORE_-1207011905'), (u'PTRSUB_-1207007162', u'CALL_-1207011693'), (u'CAST_-1207006926', u'COPY_-1207007002'), ('const-1', u'PTRADD_-1207012029'), (u'CALL_-1207011932', u'INDIRECT_-1207007411'), ('const-0', u'PTRSUB_-1207005662'), (u'CALL_-1207011520', u'INDIRECT_-1207006635'), ('tmp_3531', u'BRANCH_-1207011232'), (u'LOAD_-1207012607', u'INT_AND_-1207012581'), ('const-0', u'STORE_-1207012866'), (u'CAST_-1207005357', u'CALL_-1207011113'), ('const-433', u'LOAD_-1207013761'), ('const-433', u'LOAD_-1207012576'), (u'INDIRECT_-1207008583', u'MULTIEQUAL_-1207007148'), (u'STORE_-1207011049', u'INDIRECT_-1207007235'), ('const-84', u'INT_EQUAL_-1207012195'), (u'CALL_-1207012037', u'INDIRECT_-1207007273'), (u'INT_EQUAL_-1207010768', u'CBRANCH_-1207010764'), (u'STORE_-1207011126', u'INDIRECT_-1207006374'), (u'STORE_-1207011899', u'INDIRECT_-1207006724'), (u'INDIRECT_-1207007377', u'MULTIEQUAL_-1207007459'), (u'INDIRECT_-1207006681', u'COPY_-1207005955'), (u'CALL_-1207011548', u'INDIRECT_-1207007238'), ('const-0', u'PTRSUB_-1207007314'), (u'MULTIEQUAL_-1207010001', u'PTRADD_-1207012179'), (u'INT_EQUAL_-1207011835', u'CBRANCH_-1207011832'), (u'INT_AND_-1207009119', u'INT_OR_-1207009106'), ('const-433', u'LOAD_-1207011129'), (u'INDIRECT_-1207006099', u'MULTIEQUAL_-1207006068'), (u'INDIRECT_-1207006494', u'MULTIEQUAL_-1207008094'), ('const-7', u'STORE_-1207011495'), (u'INDIRECT_-1207006191', u'MULTIEQUAL_-1207005871'), (u'INT_NOTEQUAL_-1207011594', u'CBRANCH_-1207011593'), (u'INT_EQUAL_-1207010989', u'CBRANCH_-1207010986'), (u'INDIRECT_-1207006335', u'MULTIEQUAL_-1207005989'), ('const--48', u'PTRSUB_-1207007162'), (u'STORE_-1207011495', u'INDIRECT_-1207006007'), (u'INDIRECT_-1207005876', u'MULTIEQUAL_-1207005837'), ('tmp_6328', u'PTRSUB_-1207006344'), (u'INDIRECT_-1207007536', u'MULTIEQUAL_-1207006305'), (u'STORE_-1207011238', u'INDIRECT_-1207006788'), (u'PTRSUB_-1207005339', u'STORE_-1207011495'), (u'INDIRECT_-1207006906', u'MULTIEQUAL_-1207008448'), (u'STORE_-1207011866', u'INDIRECT_-1207007418'), (u'STORE_-1207012737', u'INDIRECT_-1207006787'), ('const-1', u'PTRADD_-1207012029'), ('tmp_2390', u'CBRANCH_-1207011200'), ('tmp_1214', u'CBRANCH_-1207011966'), (u'LOAD_-1207012264', u'INT_AND_-1207012238'), (u'STORE_-1207010538', u'INDIRECT_-1207006436'), ('const-1336198', u'COPY_-1207007235'), ('const-102', u'INT_NOTEQUAL_-1207011608'), (u'INDIRECT_-1207007703', u'MULTIEQUAL_-1207007577'), (u'INT_AND_-1207012373', u'INT_OR_-1207012359'), (u'INDIRECT_-1207008183', u'MULTIEQUAL_-1207006787'), ('tmp_652', u'CBRANCH_-1207013851'), (u'PTRSUB_-1207005361', u'STORE_-1207011126'), (u'INDIRECT_-1207006185', u'MULTIEQUAL_-1207007831'), (u'PTRADD_-1207011726', u'COPY_-1207006546'), (u'STORE_-1207011169', u'INDIRECT_-1207006823'), (u'INDIRECT_-1207006753', u'MULTIEQUAL_-1207007665'), (u'INDIRECT_-1207007156', u'MULTIEQUAL_-1207007030'), ('tmp_6059', u'CBRANCH_-1207010233'), (u'INT_OR_-1207012359', u'STORE_-1207012371'), (u'CALL_-1207011472', u'INDIRECT_-1207005979'), (u'INDIRECT_-1207007117', u'MULTIEQUAL_-1207008094'), (u'PTRSUB_-1207006297', u'STORE_-1207012472'), (u'PTRSUB_-1207006574', u'LOAD_-1207011520'), (u'COPY_-1207013624', u'RETURN_-1207013581'), (u'PTRADD_-1207012282', u'LOAD_-1207012342'), (u'CALL_-1207011988', u'INDIRECT_-1207006565'), (u'INDIRECT_-1207007638', u'MULTIEQUAL_-1207006294'), (u'CALL_-1207011113', u'INDIRECT_-1207006427'), (u'LOAD_-1207011855', u'INT_EQUAL_-1207011835'), (u'INDIRECT_-1207005932', u'MULTIEQUAL_-1207007976'), (u'INDIRECT_-1207007387', u'COPY_-1207006659'), (u'PTRADD_-1207011613', u'CAST_-1207006926'), (u'INDIRECT_-1207006799', u'MULTIEQUAL_-1207008094'), ('tmp_6328', u'PTRSUB_-1207006427'), (u'STORE_-1207014190', u'INDIRECT_-1207008583'), (u'CALL_-1207011435', u'INDIRECT_-1207006434'), (u'LOAD_-1207010759', u'INT_AND_-1207007360'), (u'PTRSUB_-1207007334', u'LOAD_-1207013871'), (u'INDIRECT_-1207007273', u'MULTIEQUAL_-1207008330'), (u'CALL_-1207012475', u'STORE_-1207012472'), (u'CALL_-1207011988', u'INT_EQUAL_-1207011944'), (u'CALL_-1207012741', u'INDIRECT_-1207007396'), (u'CALL_-1207010153', u'INDIRECT_-1207005769'), (u'INT_EQUAL_-1207011500', u'CBRANCH_-1207011499'), ('tmp_6328', u'PTRSUB_-1207005582'), ('const-1', u'PTRADD_-1207012282'), (u'LOAD_-1207010751', u'INT_2COMP_-1207010717'), ('const-1656384', u'PTRSUB_-1207006405'), (u'STORE_-1207011412', u'INDIRECT_-1207005920'), (u'INDIRECT_-1207007170', u'MULTIEQUAL_-1207008094'), (u'MULTIEQUAL_-1207008019', u'COPY_-1207007231'), (u'INDIRECT_-1207005974', u'MULTIEQUAL_-1207006987'), (u'MULTIEQUAL_-1207008127', u'MULTIEQUAL_-1207008102'), ('const-1693984', u'PTRSUB_-1207011207'), (u'INDIRECT_-1207005994', u'MULTIEQUAL_-1207008094'), (u'MULTIEQUAL_-1207010001', u'PTRADD_-1207011042'), (u'MULTIEQUAL_-1207006713', u'MULTIEQUAL_-1207007831'), (u'INDIRECT_-1207006605', u'MULTIEQUAL_-1207008448'), (u'INDIRECT_-1207006034', u'MULTIEQUAL_-1207005959'), (u'INT_AND_-1207007349', u'STORE_-1207010706'), (u'PTRSUB_-1207005582', u'STORE_-1207011899'), (u'MULTIEQUAL_-1207006234', u'MULTIEQUAL_-1207006193'), (u'CALL_-1207010018', u'INDIRECT_-1207005925'), (u'MULTIEQUAL_-1207007306', u'INT_EQUAL_-1207013927'), (u'STORE_-1207010074', u'INDIRECT_-1207006249'), (u'INDIRECT_-1207006516', u'MULTIEQUAL_-1207008094'), ('const-1', u'INT_AND_-1207010869'), (u'INDIRECT_-1207007647', u'MULTIEQUAL_-1207007510'), (u'INDIRECT_-1207007638', u'PTRADD_-1207009435'), ('tmp_6101', u'BRANCH_-1207010188'), (u'STORE_-1207010074', u'INDIRECT_-1207006131'), (u'LOAD_-1207012128', u'INT_EQUAL_-1207012113'), (u'LOAD_-1207011234', u'INT_EQUAL_-1207011214'), (u'INDIRECT_-1207007947', u'MULTIEQUAL_-1207007794'), (u'COPY_-1207011068', u'MULTIEQUAL_-1207008131'), (u'CALL_-1207011588', u'INDIRECT_-1207005957'), (u'INDIRECT_-1207006080', u'MULTIEQUAL_-1207006461'), (u'PTRADD_-1207005313', u'MULTIEQUAL_-1207008236'), ('const-0', u'PTRSUB_-1207005266'), (u'LOAD_-1207014146', u'INT_EQUAL_-1207010768'), (u'MULTIEQUAL_-1207007828', u'CALL_-1207011113'), ('const-0', u'INT_EQUAL_-1207012282'), (u'INDIRECT_-1207007682', u'LOAD_-1207011575'), ('const-24', u'PTRSUB_-1207006263'), (u'MULTIEQUAL_-1207005753', u'MULTIEQUAL_-1207005998'), ('const-0', u'RETURN_-1207013581'), (u'CALL_-1207012424', u'INDIRECT_-1207006536'), (u'CALL_-1207011988', u'INDIRECT_-1207007986'), (u'PTRADD_-1207012126', u'PTRADD_-1207012091'), (u'CALL_-1207011275', u'INDIRECT_-1207006639'), (u'STORE_-1207011495', u'INDIRECT_-1207006479'), ('tmp_5012', u'CBRANCH_-1207009984'), (u'PTRADD_-1207010359', u'COPY_-1207005718'), (u'STORE_-1207012395', u'INDIRECT_-1207006917'), (u'PTRSUB_-1207005854', u'PTRADD_-1207011202'), (u'STORE_-1207011238', u'INDIRECT_-1207006552'), (u'STORE_-1207011495', u'INDIRECT_-1207006361'), (u'INDIRECT_-1207006133', u'MULTIEQUAL_-1207007976'), ('tmp_5818', u'CBRANCH_-1207011654'), (u'INDIRECT_-1207007293', u'MULTIEQUAL_-1207006217'), (u'INDIRECT_-1207008229', u'MULTIEQUAL_-1207008030'), (u'INT_SLESS_-1207011110', u'CBRANCH_-1207011117'), (u'CALL_-1207011548', u'INDIRECT_-1207006884'), (u'CALL_-1207012037', u'STORE_-1207010118'), ('const-0', u'PTRSUB_-1207006696'), (u'INT_EQUAL_-1207011196', u'CBRANCH_-1207011190'), (u'INDIRECT_-1207007396', u'MULTIEQUAL_-1207007317'), (u'STORE_-1207012737', u'INDIRECT_-1207006905'), (u'STORE_-1207011126', u'INDIRECT_-1207006492'), ('tmp_6328', u'CALL_-1207012584'), (u'INDIRECT_-1207006997', u'MULTIEQUAL_-1207008448'), ('tmp_6328', u'PTRSUB_-1207006297'), (u'STORE_-1207011175', u'INDIRECT_-1207006946'), (u'COPY_-1207007244', u'RETURN_-1207007217'), (u'CALL_-1207010191', u'INDIRECT_-1207006255'), (u'MULTIEQUAL_-1207007382', u'MULTIEQUAL_-1207007371'), (u'STORE_-1207012395', u'INDIRECT_-1207007153'), ('const-24', u'PTRSUB_-1207006427'), ('tmp_4765', u'BRANCH_-1207010532'), (u'INT_SLESS_-1207011159', u'CBRANCH_-1207011166'), (u'INDIRECT_-1207007391', u'MULTIEQUAL_-1207008448'), (u'MULTIEQUAL_-1207007392', u'MULTIEQUAL_-1207007382'), (u'INDIRECT_-1207006487', u'MULTIEQUAL_-1207008330'), ('const-2', u'PTRADD_-1207011248'), ('tmp_21763', u'MULTIEQUAL_-1207007535'), ('const-433', u'STORE_-1207012412'), ('tmp_21763', u'MULTIEQUAL_-1207006537'), (u'STORE_-1207011487', u'INDIRECT_-1207005961'), (u'INDIRECT_-1207007173', u'MULTIEQUAL_-1207008330'), (u'CALL_-1207012741', u'INDIRECT_-1207006924'), ('tmp_5624', u'BRANCH_-1207010320'), (u'LOAD_-1207011461', u'MULTIEQUAL_-1207009173'), (u'INT_NOTEQUAL_-1207013828', u'CBRANCH_-1207013826'), (u'STORE_-1207012472', u'INDIRECT_-1207007534'), ('const-433', u'LOAD_-1207013800'), (u'INDIRECT_-1207008347', u'MULTIEQUAL_-1207006669'), (u'INT_NOTEQUAL_-1207013740', u'CBRANCH_-1207013740'), (u'MULTIEQUAL_-1207007351', u'INT_EQUAL_-1207012506'), ('const-2', u'PTRADD_-1207014105'), (u'INT_EQUAL_-1207010082', u'INT_ZEXT_-1207008481'), ('const-0', u'INT_EQUAL_-1207011319'), (u'INDIRECT_-1207008488', u'MULTIEQUAL_-1207008448'), (u'PTRSUB_-1207006414', u'CAST_-1207006223'), (u'INDIRECT_-1207006363', u'MULTIEQUAL_-1207006294'), (u'LOAD_-1207012576', u'INT_ZEXT_-1207008123'), (u'INDIRECT_-1207007271', u'MULTIEQUAL_-1207008566'), (u'STORE_-1207013766', u'INDIRECT_-1207008515'), (u'INDIRECT_-1207006235', u'MULTIEQUAL_-1207008094'), ('const-1', u'PTRADD_-1207011755'), ('const-1309877', u'COPY_-1207005192'), (u'MULTIEQUAL_-1207007320', u'MULTIEQUAL_-1207005925'), ('tmp_6329', u'INT_NOTEQUAL_-1207011968'), (u'INT_SLESSEQUAL_-1207011009', u'CBRANCH_-1207011017'), ('tmp_1711', u'CBRANCH_-1207012410'), ('const-433', u'LOAD_-1207012128'), ('const-433', u'LOAD_-1207011472'), (u'STORE_-1207011347', u'INDIRECT_-1207006092'), (u'LOAD_-1207014240', u'INT_AND_-1207009119'), ('const-16', u'PTRSUB_-1207005351'), (u'CALL_-1207013951', u'INDIRECT_-1207008613'), (u'INDIRECT_-1207008065', u'MULTIEQUAL_-1207007912'), (u'COPY_-1207005192', u'CALL_-1207010153'), (u'INDIRECT_-1207005689', u'MULTIEQUAL_-1207005603'), (u'STORE_-1207010545', u'INDIRECT_-1207006205'), (u'STORE_-1207011049', u'INDIRECT_-1207007471'), (u'INDIRECT_-1207006727', u'MULTIEQUAL_-1207006637'), ('const-433', u'LOAD_-1207009497'), (u'MULTIEQUAL_-1207007543', u'PTRADD_-1207012553'), (u'CAST_-1207006554', u'CALL_-1207011900'), (u'INDIRECT_-1207007196', u'MULTIEQUAL_-1207007831'), (u'LOAD_-1207012342', u'INT_AND_-1207012316'), (u'INDIRECT_-1207007235', u'MULTIEQUAL_-1207008212'), ('const-1', u'STORE_-1207012802'), (u'MULTIEQUAL_-1207007469', u'MULTIEQUAL_-1207007264'), (u'CALL_-1207010018', u'INDIRECT_-1207006161'), (u'MULTIEQUAL_-1207006616', u'BOOL_NEGATE_-1207004951'), (u'STORE_-1207010118', u'INDIRECT_-1207005916'), (u'STORE_-1207011126', u'INDIRECT_-1207006138'), (u'INDIRECT_-1207006707', u'MULTIEQUAL_-1207008566'), ('const-1336195', u'COPY_-1207007282'), ('const-0', u'STORE_-1207011163'), ('const-6', u'INT_EQUAL_-1207011482'), ('tmp_1545', u'CBRANCH_-1207012530'), (u'INT_NOTEQUAL_-1207012825', u'CBRANCH_-1207012822'), (u'MULTIEQUAL_-1207007233', u'MULTIEQUAL_-1207007028'), (u'COPY_-1207012495', u'COPY_-1207006417'), ('tmp_6328', u'PTRSUB_-1207005289'), (u'STORE_-1207010074', u'INDIRECT_-1207006485'), ('const-1', u'PTRADD_-1207012514'), (u'CALL_-1207012584', u'INDIRECT_-1207007991'), ('const-433', u'LOAD_-1207011059'), (u'INDIRECT_-1207006672', u'MULTIEQUAL_-1207008448'), (u'LOAD_-1207013826', u'CALL_-1207013802'), (u'CALL_-1207011988', u'INDIRECT_-1207006683'), (u'STORE_-1207010545', u'INDIRECT_-1207006677'), (u'INT_EQUAL_-1207012531', u'CBRANCH_-1207012530'), ('const-0', u'CALL_-1207012765'), (u'MULTIEQUAL_-1207009707', u'PTRADD_-1207012029'), (u'STORE_-1207013780', u'INDIRECT_-1207008052'), ('const-1', u'PTRADD_-1207012514'), (u'INDIRECT_-1207006787', u'MULTIEQUAL_-1207006866'), (u'PTRSUB_-1207007233', u'LOAD_-1207013653'), (u'MULTIEQUAL_-1207008138', u'INT_EQUAL_-1207011749'), (u'PTRADD_-1207011042', u'LOAD_-1207011104'), (u'INDIRECT_-1207006168', u'MULTIEQUAL_-1207006116'), (u'INT_EQUAL_-1207011482', u'CBRANCH_-1207011480'), (u'PTRSUB_-1207007314', u'LOAD_-1207013826'), (u'LOAD_-1207011575', u'MULTIEQUAL_-1207006996'), (u'COPY_-1207006261', u'CALL_-1207012765'), (u'CAST_-1207006893', u'INT_SEXT_-1207012559'), (u'PTRADD_-1207012091', u'MULTIEQUAL_-1207009707'), (u'INDIRECT_-1207007890', u'MULTIEQUAL_-1207006659'), (u'INDIRECT_-1207007278', u'MULTIEQUAL_-1207007199'), (u'MULTIEQUAL_-1207010001', u'PTRADD_-1207010207'), ('tmp_1576', u'CBRANCH_-1207012511'), ('const-0', u'PTRSUB_-1207005854'), (u'PTRSUB_-1207006687', u'STORE_-1207011876'), (u'PTRSUB_-1207005862', u'STORE_-1207010607'), ('tmp_3806', u'CBRANCH_-1207012156'), (u'CALL_-1207011333', u'INDIRECT_-1207006790'), ('const-16', u'PTRSUB_-1207005380'), (u'CALL_-1207011768', u'INDIRECT_-1207008229'), (u'CALL_-1207012004', u'INDIRECT_-1207006150'), (u'LOAD_-1207011817', u'MULTIEQUAL_-1207008162'), (u'CALL_-1207012363', u'INDIRECT_-1207007278'), ('tmp_6328', u'CALL_-1207010191'), ('const-2', u'STORE_-1207010545'), (u'INDIRECT_-1207006800', u'MULTIEQUAL_-1207008330'), (u'INT_NOTEQUAL_-1207010134', u'CBRANCH_-1207010132'), ('const-20', u'INT_SLESS_-1207011159'), (u'INDIRECT_-1207005942', u'MULTIEQUAL_-1207007831'), ('tmp_6328', u'PTRSUB_-1207004981'), (u'MULTIEQUAL_-1207008137', u'COPY_-1207007217'), (u'INDIRECT_-1207008141', u'MULTIEQUAL_-1207008009'), (u'STORE_-1207010713', u'INDIRECT_-1207006766'), (u'LOAD_-1207013800', u'CALL_-1207013770'), ('const-433', u'LOAD_-1207014240'), (u'LOAD_-1207012640', u'INT_NOTEQUAL_-1207012624'), (u'INDIRECT_-1207006917', u'MULTIEQUAL_-1207008212'), (u'CAST_-1207006214', u'INT_SEXT_-1207011042'), (u'STORE_-1207011152', u'INDIRECT_-1207006050'), (u'CALL_-1207013951', u'INDIRECT_-1207008259'), ('tmp_6328', u'CALL_-1207012424'), (u'PTRSUB_-1207005375', u'CAST_-1207005166'), (u'COPY_-1207007238', u'CALL_-1207011693'), (u'STORE_-1207013766', u'INDIRECT_-1207007925'), (u'INDIRECT_-1207008161', u'MULTIEQUAL_-1207008102'), (u'MULTIEQUAL_-1207007783', u'COPY_-1207007214'), (u'INDIRECT_-1207008347', u'MULTIEQUAL_-1207006912'), (u'INDIRECT_-1207006790', u'MULTIEQUAL_-1207006963'), (u'INDIRECT_-1207008583', u'MULTIEQUAL_-1207007199'), (u'LOAD_-1207011520', u'MULTIEQUAL_-1207007627'), ('tmp_6328', u'PTRSUB_-1207005361'), ('const-433', u'LOAD_-1207012569'), (u'MULTIEQUAL_-1207007264', u'MULTIEQUAL_-1207007253'), ('const-2', u'PTRADD_-1207011755'), (u'INT_ADD_-1207006902', u'PTRADD_-1207012126'), (u'INT_AND_-1207007360', u'INT_OR_-1207007343'), ('tmp_4846', u'CBRANCH_-1207011480'), (u'INDIRECT_-1207008043', u'MULTIEQUAL_-1207007984'), (u'CALL_-1207011988', u'INT_EQUAL_-1207011924'), ('tmp_1246', u'CBRANCH_-1207011942'), (u'INDIRECT_-1207007480', u'SUBPIECE_-1207006606'), (u'INDIRECT_-1207006013', u'MULTIEQUAL_-1207007976'), ('const-1', u'PTRADD_-1207010359'), (u'MULTIEQUAL_-1207006579', u'INT_EQUAL_-1207011924'), (u'INDIRECT_-1207006420', u'MULTIEQUAL_-1207007230'), (u'INDIRECT_-1207007919', u'MULTIEQUAL_-1207006541'), ('const-16', u'PTRSUB_-1207005289'), (u'INDIRECT_-1207006545', u'MULTIEQUAL_-1207006225'), (u'MULTIEQUAL_-1207007627', u'INT_LESS_-1207012502'), (u'STORE_-1207012412', u'INDIRECT_-1207007659'), (u'INDIRECT_-1207008606', u'MULTIEQUAL_-1207008566'), (u'INDIRECT_-1207006112', u'MULTIEQUAL_-1207006075'), (u'INT_EQUAL_-1207012410', u'CBRANCH_-1207012409'), (u'INDIRECT_-1207007361', u'MULTIEQUAL_-1207008094'), (u'STORE_-1207012403', u'INDIRECT_-1207007028'), (u'STORE_-1207010706', u'INDIRECT_-1207006879'), (u'CAST_-1207005112', u'STORE_-1207011152'), (u'LOAD_-1207014146', u'INT_EQUAL_-1207012455'), (u'STORE_-1207011175', u'INDIRECT_-1207007064'), ('const-2', u'PTRADD_-1207012179'), ('const-1', u'PTRADD_-1207012778'), ('const-25', u'PTRSUB_-1207005913'), (u'INDIRECT_-1207008023', u'MULTIEQUAL_-1207007307'), (u'CALL_-1207011148', u'INDIRECT_-1207006681'), (u'INDIRECT_-1207006191', u'MULTIEQUAL_-1207006149'), ('tmp_690', u'CBRANCH_-1207013826'), (u'MULTIEQUAL_-1207007587', u'MULTIEQUAL_-1207008448'), (u'CAST_-1207007289', u'COPY_-1207007389'), (u'INDIRECT_-1207005567', u'MULTIEQUAL_-1207007831'), ('const-433', u'STORE_-1207011911'), (u'CAST_-1207005570', u'INT_LESS_-1207010139'), (u'CALL_-1207013770', u'INDIRECT_-1207008411'), (u'INDIRECT_-1207006256', u'MULTIEQUAL_-1207008212'), (u'CALL_-1207012363', u'INDIRECT_-1207006688'), (u'INDIRECT_-1207007026', u'MULTIEQUAL_-1207007199'), (u'INDIRECT_-1207008301', u'MULTIEQUAL_-1207008148'), ('const-1327593', u'COPY_-1207007238'), (u'INDIRECT_-1207006025', u'MULTIEQUAL_-1207006876'), (u'MULTIEQUAL_-1207007111', u'MULTIEQUAL_-1207005947'), (u'PTRSUB_-1207005109', u'STORE_-1207011393'), (u'STORE_-1207012395', u'INDIRECT_-1207006681'), (u'INDIRECT_-1207007638', u'LOAD_-1207011628'), ('tmp_6328', u'CALL_-1207012475'), ('const-0', u'STORE_-1207011876'), ('const-433', u'LOAD_-1207011774'), ('const-33', u'INT_EQUAL_-1207012528'), (u'INDIRECT_-1207005492', u'MULTIEQUAL_-1207007831'), (u'INDIRECT_-1207006781', u'MULTIEQUAL_-1207008137'), (u'STORE_-1207010118', u'INDIRECT_-1207006270'), (u'STORE_-1207014190', u'INDIRECT_-1207008701'), (u'CALL_-1207011333', u'INDIRECT_-1207006908'), (u'MULTIEQUAL_-1207005998', u'MULTIEQUAL_-1207005957'), (u'CALL_-1207011435', u'INT_EQUAL_-1207011421'), (u'CALL_-1207010091', u'INDIRECT_-1207006376'), (u'INT_EQUAL_-1207014172', u'CBRANCH_-1207014168'), ('const-1', u'PTRADD_-1207010852'), (u'PTRSUB_-1207005586', u'STORE_-1207011905'), (u'INDIRECT_-1207006552', u'CALL_-1207012424'), (u'PTRADD_-1207011613', u'INT_NOTEQUAL_-1207011655'), (u'INDIRECT_-1207008701', u'MULTIEQUAL_-1207007317'), (u'INDIRECT_-1207007264', u'MULTIEQUAL_-1207007223'), ('const-0', u'CALL_-1207011435'), (u'INDIRECT_-1207006404', u'MULTIEQUAL_-1207008448'), (u'CALL_-1207012584', u'INDIRECT_-1207008227'), (u'MULTIEQUAL_-1207007423', u'INT_ZEXT_-1207008524'), ('tmp_5853', u'CBRANCH_-1207011632'), ('const-1', u'PTRADD_-1207012091'), (u'INDIRECT_-1207006427', u'MULTIEQUAL_-1207006385'), (u'PTRSUB_-1207006399', u'STORE_-1207011072'), (u'MULTIEQUAL_-1207006918', u'MULTIEQUAL_-1207007495'), ('const-2', u'INT_LESS_-1207010139'), (u'INT_OR_-1207007343', u'STORE_-1207010607'), ('tmp_3435', u'CBRANCH_-1207011317'), (u'PTRSUB_-1207007474', u'STORE_-1207014190'), (u'PTRADD_-1207012778', u'LOAD_-1207012838'), (u'INT_SLESS_-1207012580', u'CBRANCH_-1207012587'), (u'INDIRECT_-1207008561', u'MULTIEQUAL_-1207008481'), (u'STORE_-1207011163', u'INDIRECT_-1207007055'), (u'INDIRECT_-1207006683', u'MULTIEQUAL_-1207006565'), (u'STORE_-1207011412', u'INDIRECT_-1207006392'), (u'PTRSUB_-1207006276', u'PTRADD_-1207010835'), (u'STORE_-1207011889', u'INDIRECT_-1207007790'), (u'PTRSUB_-1207005323', u'CAST_-1207005113'), ('tmp_2863', u'CBRANCH_-1207012665'), (u'MULTIEQUAL_-1207007739', u'INT_SLESSEQUAL_-1207011009'), ('tmp_822', u'CBRANCH_-1207013740'), (u'INDIRECT_-1207006536', u'MULTIEQUAL_-1207006501'), ('tmp_5502', u'BRANCH_-1207010068'), ('tmp_4335', u'BRANCH_-1207011719'), ('const-65535', u'STORE_-1207011152'), (u'INDIRECT_-1207005670', u'MULTIEQUAL_-1207006501'), (u'LOAD_-1207010759', u'INT_AND_-1207007349'), (u'STORE_-1207010706', u'INDIRECT_-1207006997'), (u'INDIRECT_-1207006611', u'MULTIEQUAL_-1207006537'), (u'CALL_-1207011333', u'INDIRECT_-1207006554'), ('const-0', u'INT_EQUAL_-1207010883'), (u'STORE_-1207012802', u'INDIRECT_-1207007175'), (u'STORE_-1207011152', u'INDIRECT_-1207006404'), ('const-433', u'STORE_-1207013780'), (u'INDIRECT_-1207005955', u'MULTIEQUAL_-1207005911'), (u'STORE_-1207011393', u'INDIRECT_-1207006143'), ('const-45', u'INT_EQUAL_-1207012455'), (u'COPY_-1207005965', u'CALL_-1207011333'), (u'STORE_-1207012412', u'INDIRECT_-1207007541'), (u'INT_ADD_-1207011073', u'INT_EQUAL_-1207011079'), (u'CALL_-1207011932', u'CAST_-1207006554'), ('const-1', u'PTRADD_-1207012547'), (u'LOAD_-1207012576', u'INT_EQUAL_-1207011354'), ('const-1656384', u'PTRSUB_-1207006955'), ('const-0', u'COPY_-1207005523'), (u'CALL_-1207012004', u'INDIRECT_-1207006341'), (u'INDIRECT_-1207006404', u'MULTIEQUAL_-1207006352'), (u'INDIRECT_-1207007536', u'MULTIEQUAL_-1207008212'), ('const-433', u'LOAD_-1207011234'), (u'INDIRECT_-1207007291', u'MULTIEQUAL_-1207008448'), (u'INDIRECT_-1207006446', u'MULTIEQUAL_-1207007976'), ('const-433', u'STORE_-1207010607'), (u'INDIRECT_-1207006379', u'MULTIEQUAL_-1207007230'), (u'PTRADD_-1207012213', u'LOAD_-1207012275'), ('const-0', u'PTRSUB_-1207006191'), (u'MULTIEQUAL_-1207007038', u'MULTIEQUAL_-1207007028'), (u'INDIRECT_-1207006479', u'MULTIEQUAL_-1207007341'), (u'PTRADD_-1207010997', u'LOAD_-1207011059'), (u'MULTIEQUAL_-1207007351', u'MULTIEQUAL_-1207008212'), ('tmp_1155', u'BRANCH_-1207012360'), (u'INDIRECT_-1207005876', u'MULTIEQUAL_-1207007976'), (u'INDIRECT_-1207006908', u'MULTIEQUAL_-1207006787'), (u'MULTIEQUAL_-1207009670', u'PTRADD_-1207012126'), (u'PTRSUB_-1207006955', u'PTRADD_-1207012282'), ('const-0', u'PTRSUB_-1207007229'), (u'CALL_-1207011397', u'INDIRECT_-1207005632'), ('const-560', u'PTRADD_-1207005662'), (u'INDIRECT_-1207006466', u'MULTIEQUAL_-1207006429'), (u'COPY_-1207011969', u'MULTIEQUAL_-1207009041'), (u'CALL_-1207013802', u'STORE_-1207013780'), (u'CALL_-1207011113', u'INDIRECT_-1207006545'), (u'CALL_-1207010323', u'INDIRECT_-1207006398'), (u'CALL_-1207011932', u'INDIRECT_-1207007529'), (u'STORE_-1207011049', u'INDIRECT_-1207007117'), (u'PTRSUB_-1207006910', u'PTRADD_-1207012204'), (u'LOAD_-1207012576', u'CAST_-1207006893'), ('tmp_2748', u'BRANCH_-1207010755'), ('const-1656000', u'PTRSUB_-1207007168'), ('const-433', u'LOAD_-1207012174'), (u'CALL_-1207013844', u'INDIRECT_-1207007971'), ('const-1', u'PTRADD_-1207011679'), (u'CALL_-1207012004', u'COPY_-1207005603'), (u'STORE_-1207012371', u'INDIRECT_-1207007524'), (u'PTRADD_-1207006457', u'LOAD_-1207012398'), (u'INDIRECT_-1207006522', u'MULTIEQUAL_-1207006470'), (u'CALL_-1207012584', u'INDIRECT_-1207008345'), (u'CALL_-1207010191', u'INDIRECT_-1207006682'), (u'INDIRECT_-1207006168', u'MULTIEQUAL_-1207006149'), ('const-2', u'STORE_-1207012737'), (u'CAST_-1207005300', u'CALL_-1207011558'), (u'LOAD_-1207011575', u'INT_NOTEQUAL_-1207011534'), (u'INDIRECT_-1207008613', u'MULTIEQUAL_-1207008481'), (u'INDIRECT_-1207008419', u'MULTIEQUAL_-1207008266'), (u'COPY_-1207006190', u'MULTIEQUAL_-1207007976'), (u'LOAD_-1207014146', u'INT_EQUAL_-1207012493'), (u'INDIRECT_-1207008089', u'MULTIEQUAL_-1207008009'), (u'STORE_-1207013766', u'INDIRECT_-1207008043'), (u'PTRSUB_-1207006784', u'CALL_-1207012037'), (u'LOAD_-1207014146', u'INT_NOTEQUAL_-1207012667'), (u'PTRSUB_-1207006549', u'LOAD_-1207011461'), (u'CALL_-1207013770', u'INDIRECT_-1207008057'), (u'PTRSUB_-1207006187', u'STORE_-1207011163'), ('tmp_2350', u'CBRANCH_-1207011224'), (u'INT_AND_-1207010869', u'INT_EQUAL_-1207010883'), (u'INDIRECT_-1207006879', u'MULTIEQUAL_-1207008330'), (u'INDIRECT_-1207006492', u'MULTIEQUAL_-1207008448'), (u'PTRADD_-1207011679', u'CAST_-1207007003'), (u'CALL_-1207011113', u'INDIRECT_-1207006781'), (u'INDIRECT_-1207007392', u'MULTIEQUAL_-1207007266'), ('const-16', u'PTRSUB_-1207005582'), (u'INT_EQUAL_-1207013927', u'CBRANCH_-1207013918'), (u'INDIRECT_-1207006376', u'MULTIEQUAL_-1207007976'), (u'INDIRECT_-1207006286', u'MULTIEQUAL_-1207006234'), (u'CALL_-1207011435', u'INDIRECT_-1207005844'), (u'INDIRECT_-1207008134', u'MULTIEQUAL_-1207008094'), (u'MULTIEQUAL_-1207006352', u'MULTIEQUAL_-1207008448'), ('tmp_1417', u'BRANCH_-1207011387'), (u'STORE_-1207010706', u'INDIRECT_-1207006643'), (u'INDIRECT_-1207006143', u'MULTIEQUAL_-1207006994'), (u'STORE_-1207012395', u'INDIRECT_-1207006799'), ('const-433', u'LOAD_-1207012275'), (u'LOAD_-1207012023', u'INT_EQUAL_-1207012008'), ('tmp_6328', u'PTRSUB_-1207005351'), ('tmp_245', u'CBRANCH_-1207014106'), (u'INDIRECT_-1207006908', u'MULTIEQUAL_-1207007081'), ('tmp_3190', u'BRANCH_-1207011509'), (u'INDIRECT_-1207008037', u'MULTIEQUAL_-1207006659'), ('tmp_21757', u'PTRADD_-1207014105'), (u'STORE_-1207013617', u'INDIRECT_-1207008370'), (u'INT_EQUAL_-1207011792', u'CBRANCH_-1207011789'), (u'STORE_-1207012412', u'INDIRECT_-1207007069'), (u'INDIRECT_-1207006919', u'MULTIEQUAL_-1207006815'), (u'STORE_-1207011393', u'INDIRECT_-1207006379'), (u'INDIRECT_-1207006161', u'MULTIEQUAL_-1207006077'), (u'INDIRECT_-1207007996', u'COPY_-1207008031'), ('const-1', u'PTRADD_-1207005313'), (u'INDIRECT_-1207006924', u'MULTIEQUAL_-1207006845'), ('tmp_6328', u'PTRSUB_-1207005380'), (u'INDIRECT_-1207008345', u'MULTIEQUAL_-1207008566'), ('const-0', u'CALL_-1207011148'), (u'STORE_-1207010118', u'INDIRECT_-1207005798'), (u'INDIRECT_-1207007293', u'MULTIEQUAL_-1207007351'), (u'INDIRECT_-1207006361', u'MULTIEQUAL_-1207007223'), (u'CALL_-1207011121', u'INDIRECT_-1207006611'), (u'STORE_-1207012132', u'INDIRECT_-1207008037'), (u'CALL_-1207010018', u'INDIRECT_-1207006279'), (u'CALL_-1207012363', u'INDIRECT_-1207006497'), (u'INDIRECT_-1207006688', u'COPY_-1207005943'), (u'STORE_-1207010074', u'INDIRECT_-1207006603'), (u'INT_EQUAL_-1207012595', u'CBRANCH_-1207012591'), (u'CALL_-1207012004', u'CALL_-1207011435'), ('const-0', u'PTRSUB_-1207007296'), (u'CALL_-1207010017', u'INDIRECT_-1207005492'), (u'CALL_-1207012448', u'INDIRECT_-1207006743'), (u'PTRSUB_-1207005163', u'STORE_-1207011487'), ('tmp_4008', u'CBRANCH_-1207012006'), (u'MULTIEQUAL_-1207007705', u'MULTIEQUAL_-1207008566'), ('const-1', u'PTRADD_-1207012179'), ('const-255', u'INT_AND_-1207012505'), (u'INDIRECT_-1207007833', u'INT_EQUAL_-1207010000'), (u'INDIRECT_-1207007524', u'MULTIEQUAL_-1207008448'), ('const-560', u'PTRADD_-1207006255'), (u'CALL_-1207010129', u'INDIRECT_-1207005758'), (u'INT_SUB_-1207010156', u'CAST_-1207005570'), (u'INT_EQUAL_-1207012378', u'CBRANCH_-1207012374'), (u'INDIRECT_-1207006329', u'MULTIEQUAL_-1207006222'), ('const-2', u'PTRADD_-1207010164'), ('const-1', u'INT_OR_-1207009106'), (u'MULTIEQUAL_-1207006976', u'MULTIEQUAL_-1207007831'), ('tmp_2179', u'BRANCH_-1207012365'), ('const-0', u'PTRSUB_-1207007334'), ('const-433', u'LOAD_-1207011817'), ('tmp_6329', u'CALL_-1207012571'), (u'CALL_-1207011768', u'INDIRECT_-1207007684'), ('const-24', u'PTRSUB_-1207006196'), ('const-1648608', u'PTRSUB_-1207005854'), ('const-433', u'STORE_-1207011152'), (u'INDIRECT_-1207007684', u'MULTIEQUAL_-1207007535'), (u'CALL_-1207012584', u'INDIRECT_-1207007755'), ('tmp_21763', u'MULTIEQUAL_-1207006294'), (u'INDIRECT_-1207007156', u'MULTIEQUAL_-1207007813'), (u'INDIRECT_-1207008232', u'COPY_-1207008267'), (u'COPY_-1207005646', u'CALL_-1207011148'), (u'INT_EQUAL_-1207010118', u'CBRANCH_-1207010114'), (u'CALL_-1207013770', u'INDIRECT_-1207007939'), (u'INDIRECT_-1207005830', u'MULTIEQUAL_-1207006637'), ('const-1', u'PTRADD_-1207005662'), (u'INDIRECT_-1207007821', u'MULTIEQUAL_-1207007695'), (u'BOOL_NEGATE_-1207005212', u'CBRANCH_-1207011102'), (u'CALL_-1207012424', u'INDIRECT_-1207007199'), (u'INDIRECT_-1207005932', u'MULTIEQUAL_-1207005878'), (u'INT_SEXT_-1207012559', u'CALL_-1207011333'), ('const-0', u'RETURN_-1207007202'), (u'INDIRECT_-1207007415', u'SUBPIECE_-1207007432'), ('const--48', u'PTRSUB_-1207006784'), ('tmp_5888', u'CBRANCH_-1207011608'), (u'COPY_-1207006564', u'MULTIEQUAL_-1207007228'), ('const-24', u'PTRSUB_-1207006414'), (u'CALL_-1207012741', u'INDIRECT_-1207007160'), (u'CALL_-1207010525', u'INDIRECT_-1207006117'), ('const-64512', u'INT_AND_-1207012373'), (u'INDIRECT_-1207007052', u'MULTIEQUAL_-1207006976'), (u'MULTIEQUAL_-1207007510', u'MULTIEQUAL_-1207007500'), ('tmp_4520', u'CBRANCH_-1207010098'), (u'INDIRECT_-1207006842', u'MULTIEQUAL_-1207007230'), (u'INDIRECT_-1207005683', u'MULTIEQUAL_-1207007976'), (u'INDIRECT_-1207006988', u'MULTIEQUAL_-1207008566'), (u'STORE_-1207012472', u'INDIRECT_-1207006944'), ('const-433', u'STORE_-1207010545'), (u'SUBPIECE_-1207008087', u'INT_SLESS_-1207011159'), (u'CAST_-1207004909', u'CALL_-1207010129'), ('tmp_1941', u'CBRANCH_-1207012546'), (u'CALL_-1207011916', u'STORE_-1207011889'), (u'INDIRECT_-1207007986', u'SUBPIECE_-1207006960'), ('tmp_6328', u'PTRSUB_-1207006692'), ('const-433', u'STORE_-1207010706'), (u'INDIRECT_-1207006230', u'MULTIEQUAL_-1207008330'), (u'STORE_-1207011899', u'INDIRECT_-1207006842'), (u'CALL_-1207011932', u'INDIRECT_-1207007647'), (u'INT_EQUAL_-1207012689', u'CBRANCH_-1207012686'), (u'INDIRECT_-1207008583', u'INT_EQUAL_-1207011196'), (u'MULTIEQUAL_-1207009670', u'CAST_-1207006727'), (u'INT_EQUAL_-1207012195', u'INT_ZEXT_-1207009943'), (u'PTRSUB_-1207007168', u'CALL_-1207011693'), ('const-0', u'INT_EQUAL_-1207012410'), (u'LOAD_-1207011234', u'MULTIEQUAL_-1207006996'), (u'INT_NOTEQUAL_-1207012667', u'CBRANCH_-1207012665'), (u'STORE_-1207011905', u'INDIRECT_-1207006256'), (u'STORE_-1207011152', u'INDIRECT_-1207005932'), (u'STORE_-1207011019', u'INDIRECT_-1207006348'), ('const-0', u'INT_NOTEQUAL_-1207010689'), (u'LOAD_-1207011520', u'INT_EQUAL_-1207011482'), (u'INDIRECT_-1207007175', u'MULTIEQUAL_-1207006099'), (u'INT_ADD_-1207012394', u'COPY_-1207006405'), ('tmp_4638', u'CBRANCH_-1207011105'), (u'INT_MULT_-1207011126', u'INT_ADD_-1207011138'), ('const-0', u'INT_EQUAL_-1207010082'), ('const-433', u'LOAD_-1207014129'), (u'INDIRECT_-1207006255', u'MULTIEQUAL_-1207007831'), (u'MULTIEQUAL_-1207006225', u'MULTIEQUAL_-1207006470'), ('tmp_6328', u'PTRSUB_-1207006263'), (u'COPY_-1207006402', u'INT_EQUAL_-1207012448'), ('const-433', u'LOAD_-1207012838'), (u'INDIRECT_-1207006092', u'MULTIEQUAL_-1207007105'), (u'INDIRECT_-1207007833', u'MULTIEQUAL_-1207007705'), ('const-433', u'STORE_-1207013766'), (u'PTRSUB_-1207007229', u'PTRADD_-1207011746'), ('const-1', u'PTRADD_-1207009435'), (u'CALL_-1207011558', u'INDIRECT_-1207006369'), (u'STORE_-1207011238', u'INDIRECT_-1207006670'), (u'INDIRECT_-1207006251', u'MULTIEQUAL_-1207008094'), (u'INDIRECT_-1207006565', u'MULTIEQUAL_-1207006447'), (u'COPY_-1207005718', u'MULTIEQUAL_-1207006425'), (u'INDIRECT_-1207006367', u'MULTIEQUAL_-1207008330'), (u'COPY_-1207006405', u'MULTIEQUAL_-1207009349'), (u'LOAD_-1207011059', u'CAST_-1207006214'), (u'INDIRECT_-1207006309', u'MULTIEQUAL_-1207007665'), (u'CALL_-1207011558', u'INDIRECT_-1207006723'), (u'MULTIEQUAL_-1207009173', u'INT_MULT_-1207011237'), (u'INDIRECT_-1207007597', u'MULTIEQUAL_-1207007469'), ('const-1693984', u'PTRSUB_-1207005323'), (u'CALL_-1207011522', u'INDIRECT_-1207007597'), (u'CAST_-1207005643', u'INT_SEXT_-1207011228'), (u'BOOL_NEGATE_-1207004951', u'CBRANCH_-1207010768'), (u'INDIRECT_-1207007971', u'MULTIEQUAL_-1207007887'), (u'INDIRECT_-1207006286', u'MULTIEQUAL_-1207008330'), (u'COPY_-1207006492', u'MULTIEQUAL_-1207008566'), ('const-8', u'CALL_-1207012296'), (u'INDIRECT_-1207005962', u'MULTIEQUAL_-1207006343'), (u'INDIRECT_-1207007833', u'MULTIEQUAL_-1207008566'), ('const-0', u'PTRSUB_-1207005586'), (u'LOAD_-1207014129', u'INT_NOTEQUAL_-1207014113'), (u'INDIRECT_-1207006447', u'MULTIEQUAL_-1207006329'), (u'STORE_-1207010713', u'INDIRECT_-1207007120'), (u'CALL_-1207010549', u'INDIRECT_-1207006364'), ('tmp_4816', u'CBRANCH_-1207011499'), ('const-93', u'COPY_-1207011208'), (u'INDIRECT_-1207005925', u'MULTIEQUAL_-1207005841'), (u'LOAD_-1207013653', u'CALL_-1207013641'), (u'LOAD_-1207010895', u'INT_AND_-1207010869'), ('const-433', u'LOAD_-1207012264'), ('const-32', u'INT_EQUAL_-1207011792'), (u'MULTIEQUAL_-1207007752', u'MULTIEQUAL_-1207007727'), (u'CALL_-1207011520', u'INDIRECT_-1207006753'), ('tmp_5050', u'CBRANCH_-1207009951'), ('tmp_1883', u'CBRANCH_-1207012587'), (u'STORE_-1207011412', u'INDIRECT_-1207006038'), ('tmp_2569', u'CBRANCH_-1207011071'), ('const-80', u'INT_EQUAL_-1207009986'), ('const-41', u'INT_EQUAL_-1207010084'), (u'INDIRECT_-1207007715', u'MULTIEQUAL_-1207008448'), ('const-34', u'INT_EQUAL_-1207012413'), (u'CALL_-1207011275', u'INDIRECT_-1207006330'), (u'LOAD_-1207010763', u'MULTIEQUAL_-1207007739'), ('const-1', u'PTRADD_-1207011033'), (u'STORE_-1207011072', u'INDIRECT_-1207007370'), (u'INDIRECT_-1207007160', u'MULTIEQUAL_-1207007081'), ('const-1', u'PTRADD_-1207011677'), (u'INDIRECT_-1207008397', u'MULTIEQUAL_-1207008338'), ('const-433', u'STORE_-1207011393'), ('const-433', u'STORE_-1207012802'), (u'INDIRECT_-1207006363', u'MULTIEQUAL_-1207006588'), ('tmp_1276', u'CBRANCH_-1207011918'), (u'COPY_-1207006567', u'MULTIEQUAL_-1207007248'), (u'STORE_-1207011889', u'INDIRECT_-1207007908'), (u'CALL_-1207011333', u'INDIRECT_-1207007144'), (u'COPY_-1207005763', u'MULTIEQUAL_-1207006425'), ('const-433', u'STORE_-1207011019'), (u'CALL_-1207013770', u'INDIRECT_-1207008529'), ('tmp_4552', u'CBRANCH_-1207010080'), (u'INDIRECT_-1207007038', u'MULTIEQUAL_-1207007695'), ('const-433', u'STORE_-1207011883'), ('const-433', u'LOAD_-1207014187'), (u'COPY_-1207006513', u'MULTIEQUAL_-1207007423'), (u'INDIRECT_-1207007715', u'MULTIEQUAL_-1207007371'), (u'CAST_-1207005053', u'STORE_-1207011019'), (u'CALL_-1207011900', u'INDIRECT_-1207007741'), ('const-84', u'INT_NOTEQUAL_-1207011987'), (u'INDIRECT_-1207006446', u'MULTIEQUAL_-1207007459'), (u'MULTIEQUAL_-1207010001', u'PTRADD_-1207010997'), ('tmp_6328', u'PTRSUB_-1207005556'), (u'STORE_-1207012866', u'INDIRECT_-1207007391'), (u'CALL_-1207010153', u'INDIRECT_-1207005887'), (u'STORE_-1207013766', u'INDIRECT_-1207008397'), (u'COPY_-1207006546', u'MULTIEQUAL_-1207007228'), ('const-32', u'INT_EQUAL_-1207012159'), (u'CALL_-1207012475', u'INDIRECT_-1207007562'), ('const-0', u'CALL_-1207011548'), ('tmp_1517', u'CBRANCH_-1207012548'), ('const-24', u'PTRSUB_-1207006574'), (u'INDIRECT_-1207006536', u'CALL_-1207012004'), (u'COPY_-1207007394', u'MULTIEQUAL_-1207009670'), (u'STORE_-1207012866', u'INDIRECT_-1207007155'), ('const-1', u'PTRADD_-1207012043'), ('const-2', u'PTRADD_-1207011018'), (u'INDIRECT_-1207007052', u'MULTIEQUAL_-1207005842'), (u'PTRADD_-1207011033', u'LOAD_-1207011093'), (u'INDIRECT_-1207007274', u'MULTIEQUAL_-1207007931'), (u'CALL_-1207012741', u'INDIRECT_-1207007278'), (u'INDIRECT_-1207005919', u'MULTIEQUAL_-1207008212'), (u'MULTIEQUAL_-1207008456', u'COPY_-1207008538'), (u'INT_EQUAL_-1207011924', u'CBRANCH_-1207011918'), ('const-433', u'LOAD_-1207011628'), ('const-0', u'INT_EQUAL_-1207011354'), ('tmp_6328', u'PTRSUB_-1207005109'), (u'INDIRECT_-1207005994', u'MULTIEQUAL_-1207005957'), (u'LOAD_-1207011234', u'INT_NOTEQUAL_-1207011186'), ('const-33', u'INT_EQUAL_-1207010118'), ('const-2', u'PTRADD_-1207010296'), ('tmp_1852', u'BRANCH_-1207011452'), (u'STORE_-1207011193', u'INDIRECT_-1207006191'), (u'STORE_-1207011412', u'INDIRECT_-1207005802'), (u'INDIRECT_-1207006270', u'MULTIEQUAL_-1207006195'), (u'CALL_-1207012037', u'INDIRECT_-1207007936'), (u'MULTIEQUAL_-1207007500', u'MULTIEQUAL_-1207008566'), (u'INDIRECT_-1207006910', u'MULTIEQUAL_-1207006866'), (u'STORE_-1207011257', u'INDIRECT_-1207006453'), ('tmp_2573', u'BRANCH_-1207011059'), (u'CALL_-1207012004', u'INDIRECT_-1207006577'), (u'INDIRECT_-1207005653', u'MULTIEQUAL_-1207006086'), ('const-0', u'INT_NOTEQUAL_-1207014113'), (u'STORE_-1207012403', u'INDIRECT_-1207007500'), ('const-1', u'INT_ADD_-1207011073'), ('const-0', u'INT_NOTEQUAL_-1207013852'), (u'INDIRECT_-1207006230', u'MULTIEQUAL_-1207006193'), ('tmp_4982', u'CBRANCH_-1207009999'), (u'INDIRECT_-1207006920', u'MULTIEQUAL_-1207006794'), (u'INDIRECT_-1207006801', u'MULTIEQUAL_-1207006683'), (u'INDIRECT_-1207005801', u'MULTIEQUAL_-1207008094'), (u'INDIRECT_-1207006316', u'MULTIEQUAL_-1207006697'), (u'CALL_-1207011916', u'INDIRECT_-1207007753'), (u'STORE_-1207011899', u'INDIRECT_-1207006488'), (u'INDIRECT_-1207006672', u'MULTIEQUAL_-1207006845'), ('const-102', u'CALL_-1207011768'), (u'INT_MULT_-1207011237', u'INT_ADD_-1207011249'), (u'MULTIEQUAL_-1207005753', u'MULTIEQUAL_-1207008094'), (u'STORE_-1207011163', u'INDIRECT_-1207007173'), ('const-1', u'PTRADD_-1207010015'), (u'LOAD_-1207011472', u'MULTIEQUAL_-1207009173'), (u'STORE_-1207013617', u'INDIRECT_-1207008252'), (u'CALL_-1207012741', u'INDIRECT_-1207006806'), (u'INDIRECT_-1207008279', u'MULTIEQUAL_-1207008220'), (u'INDIRECT_-1207007715', u'MULTIEQUAL_-1207007392'), ('const-32', u'INT_EQUAL_-1207013927'), (u'CALL_-1207012448', u'INDIRECT_-1207006552'), (u'CALL_-1207011435', u'INDIRECT_-1207006080'), (u'CALL_-1207011900', u'INDIRECT_-1207007977'), (u'MULTIEQUAL_-1207007382', u'MULTIEQUAL_-1207008448'), ('const-433', u'STORE_-1207011495'), ('const-24', u'PTRSUB_-1207006692'), (u'INDIRECT_-1207008465', u'MULTIEQUAL_-1207007030'), (u'INDIRECT_-1207007115', u'MULTIEQUAL_-1207008566'), (u'COPY_-1207006402', u'INT_ADD_-1207012394'), (u'STORE_-1207010713', u'INDIRECT_-1207006884'), ('tmp_16121', u'PTRSUB_-1207006784'), (u'INDIRECT_-1207007829', u'PTRADD_-1207011613'), (u'INDIRECT_-1207005844', u'MULTIEQUAL_-1207006222'), (u'INT_SEXT_-1207011228', u'STORE_-1207011238'), (u'PTRADD_-1207012204', u'LOAD_-1207012264'), (u'INT_ZEXT_-1207008481', u'STORE_-1207010074'), (u'STORE_-1207010118', u'INDIRECT_-1207006152'), (u'INDIRECT_-1207006020', u'MULTIEQUAL_-1207007976'), (u'INDIRECT_-1207006279', u'MULTIEQUAL_-1207006195'), ('tmp_1389', u'CBRANCH_-1207011419'), (u'INDIRECT_-1207006436', u'MULTIEQUAL_-1207008212'), ('const-1', u'PTRADD_-1207011746'), (u'COPY_-1207007010', u'CALL_-1207012296'), (u'INDIRECT_-1207006565', u'MULTIEQUAL_-1207006461'), ('const-16', u'PTRSUB_-1207006687'), (u'COPY_-1207005955', u'MULTIEQUAL_-1207007976'), ('const-433', u'LOAD_-1207011575'), (u'STORE_-1207012132', u'INDIRECT_-1207007447'), (u'CAST_-1207006236', u'LOAD_-1207012407'), ('const-1', u'PTRADD_-1207012553'), (u'LOAD_-1207011855', u'MULTIEQUAL_-1207008162'), ('const-252', u'INT_AND_-1207009119'), (u'INDIRECT_-1207007107', u'MULTIEQUAL_-1207008019'), (u'INDIRECT_-1207006488', u'MULTIEQUAL_-1207006876'), ('const-2', u'INT_MULT_-1207011015'), (u'MULTIEQUAL_-1207007307', u'MULTIEQUAL_-1207007887'), (u'INDIRECT_-1207006152', u'MULTIEQUAL_-1207008448'), ('const-0', u'PTRSUB_-1207006276'), (u'INDIRECT_-1207006453', u'MULTIEQUAL_-1207006107'), (u'CALL_-1207012716', u'INDIRECT_-1207007918'), (u'LOAD_-1207012241', u'INT_AND_-1207008437'), (u'CALL_-1207010191', u'INDIRECT_-1207006564'), ('const-1', u'PTRADD_-1207011712'), ('const-2', u'INT_MULT_-1207010993'), ('const-24', u'PTRSUB_-1207005184'), (u'CALL_-1207010323', u'INDIRECT_-1207006870'), (u'CALL_-1207010153', u'INDIRECT_-1207006005'), (u'CALL_-1207010017', u'INDIRECT_-1207005801'), (u'STORE_-1207011911', u'INDIRECT_-1207006379'), (u'STORE_-1207011019', u'INDIRECT_-1207006230'), (u'MULTIEQUAL_-1207010001', u'PTRADD_-1207010852'), (u'CALL_-1207011522', u'INDIRECT_-1207007479'), ('const-433', u'STORE_-1207013617'), (u'INDIRECT_-1207006615', u'MULTIEQUAL_-1207008094'), (u'INDIRECT_-1207007225', u'MULTIEQUAL_-1207008137'), (u'MULTIEQUAL_-1207008220', u'COPY_-1207007205'), (u'STORE_-1207011126', u'INDIRECT_-1207006610'), (u'INDIRECT_-1207006073', u'MULTIEQUAL_-1207005753'), (u'INDIRECT_-1207008229', u'MULTIEQUAL_-1207007794'), ('tmp_2605', u'CBRANCH_-1207011017'), ('const-48', u'INT_SUB_-1207010242'), (u'STORE_-1207011257', u'INDIRECT_-1207006099'), (u'CALL_-1207011435', u'INDIRECT_-1207006198'), (u'CALL_-1207012716', u'INDIRECT_-1207008036'), (u'INDIRECT_-1207007382', u'MULTIEQUAL_-1207007341'), (u'CAST_-1207005166', u'INT_ADD_-1207011249'), (u'PTRSUB_-1207006154', u'STORE_-1207012802'), (u'STORE_-1207010538', u'INDIRECT_-1207006200'), (u'INDIRECT_-1207006200', u'MULTIEQUAL_-1207007976'), ('const-40', u'INT_EQUAL_-1207012689'), ('tmp_6328', u'PTRSUB_-1207006258'), (u'CALL_-1207011520', u'INDIRECT_-1207006989'), (u'STORE_-1207012403', u'INDIRECT_-1207007146'), (u'PTRSUB_-1207005556', u'STORE_-1207010538'), (u'COPY_-1207006226', u'CALL_-1207011121'), ('const-78', u'COPY_-1207006492'), (u'INDIRECT_-1207008183', u'MULTIEQUAL_-1207008030'), (u'INDIRECT_-1207007361', u'MULTIEQUAL_-1207007038'), (u'PTRADD_-1207010207', u'LOAD_-1207010269'), ('const-433', u'LOAD_-1207010763'), ('const-433', u'LOAD_-1207012091'), (u'STORE_-1207011393', u'INDIRECT_-1207006025'), ('const-8', u'PTRADD_-1207011042'), (u'INDIRECT_-1207006034', u'MULTIEQUAL_-1207008330'), (u'CALL_-1207010549', u'CAST_-1207005273'), (u'CALL_-1207011121', u'INT_EQUAL_-1207011107'), (u'PTRADD_-1207010015', u'MULTIEQUAL_-1207007976'), (u'STORE_-1207012403', u'INDIRECT_-1207006910'), (u'STORE_-1207011193', u'INDIRECT_-1207006427'), (u'CALL_-1207012037', u'STORE_-1207011866'), (u'CALL_-1207012037', u'INDIRECT_-1207007582'), ('tmp_4746', u'BRANCH_-1207011153'), (u'INDIRECT_-1207008229', u'MULTIEQUAL_-1207006845'), (u'LOAD_-1207012361', u'INT_ZEXT_-1207009979'), ('const-41', u'COPY_-1207007488'), (u'CALL_-1207011588', u'INDIRECT_-1207006384'), (u'INT_SEXT_-1207012559', u'INT_SUB_-1207012551'), ('const-2', u'PTRADD_-1207006457'), (u'STORE_-1207012371', u'INDIRECT_-1207007642'), ('tmp_6328', u'PTRSUB_-1207006120'), (u'MULTIEQUAL_-1207009173', u'SUBPIECE_-1207008087'), (u'INDIRECT_-1207006819', u'MULTIEQUAL_-1207007976'), (u'MULTIEQUAL_-1207007351', u'MULTIEQUAL_-1207007146'), ('tmp_6328', u'PTRSUB_-1207007287'), (u'INT_EQUAL_-1207011555', u'CBRANCH_-1207011552'), (u'PTRADD_-1207010164', u'CAST_-1207005607'), (u'CALL_-1207012363', u'INDIRECT_-1207007042'), (u'INDIRECT_-1207007529', u'MULTIEQUAL_-1207007587'), ('const-0', u'INT_EQUAL_-1207012383'), (u'INDIRECT_-1207007647', u'MULTIEQUAL_-1207007705'), (u'PTRSUB_-1207005371', u'STORE_-1207010074'), (u'CALL_-1207011900', u'INDIRECT_-1207007859'), (u'CALL_-1207011900', u'INDIRECT_-1207007387'), ('const-433', u'LOAD_-1207013871'), (u'CALL_-1207012765', u'INDIRECT_-1207006817'), ('const-0', u'CALL_-1207011932'), ('const-1', u'PTRADD_-1207014149'), ('const-24', u'PTRSUB_-1207005561'), ('const-2', u'CALL_-1207010191'), ('const-1', u'PTRADD_-1207011613'), (u'CAST_-1207006919', u'MULTIEQUAL_-1207009643'), (u'INDIRECT_-1207007564', u'MULTIEQUAL_-1207007831'), ('const-1', u'INT_AND_-1207012316'), (u'MULTIEQUAL_-1207009173', u'INT_SLESS_-1207011193'), ('const-16', u'PTRSUB_-1207005784'), (u'MULTIEQUAL_-1207007111', u'MULTIEQUAL_-1207006906'), (u'CALL_-1207011988', u'INDIRECT_-1207006329'), (u'CALL_-1207013844', u'INDIRECT_-1207008561'), (u'INT_ZEXT_-1207007372', u'PTRADD_-1207012778'), (u'COPY_-1207007282', u'CALL_-1207011768'), (u'LOAD_-1207012838', u'INT_AND_-1207012812'), (u'MULTIEQUAL_-1207006193', u'MULTIEQUAL_-1207008330'), ('tmp_6329', u'CALL_-1207012716'), (u'INDIRECT_-1207007993', u'MULTIEQUAL_-1207007794'), ('tmp_6328', u'CALL_-1207010091'), ('const-24', u'PTRSUB_-1207007282'), (u'MULTIEQUAL_-1207007901', u'COPY_-1207007230'), (u'INT_ZEXT_-1207009523', u'STORE_-1207012412'), (u'MULTIEQUAL_-1207007543', u'COPY_-1207007212'), (u'CALL_-1207011148', u'INDIRECT_-1207006563'), (u'INDIRECT_-1207007243', u'MULTIEQUAL_-1207007976'), ('const-1310336', u'COPY_-1207005555'), (u'INDIRECT_-1207006037', u'MULTIEQUAL_-1207008330'), ('const-16', u'PTRSUB_-1207005150'), (u'CALL_-1207010549', u'INDIRECT_-1207006246'), (u'CALL_-1207012741', u'INDIRECT_-1207006615'), ('const-16', u'PTRSUB_-1207005908'), ('const-1693982', u'PTRSUB_-1207006481'), (u'CALL_-1207012765', u'INDIRECT_-1207007053'), (u'INDIRECT_-1207007081', u'MULTIEQUAL_-1207006994'), (u'INDIRECT_-1207006682', u'MULTIEQUAL_-1207008212'), (u'INT_AND_-1207012505', u'BRANCHIND_-1207012501'), (u'INDIRECT_-1207006635', u'MULTIEQUAL_-1207007543'), ('tmp_4683', u'CBRANCH_-1207011076'), (u'PTRADD_-1207011591', u'INT_NOTEQUAL_-1207011633'), (u'MULTIEQUAL_-1207007783', u'COPY_-1207007229'), (u'STORE_-1207011175', u'INDIRECT_-1207007182'), (u'INDIRECT_-1207006918', u'MULTIEQUAL_-1207008448'), (u'STORE_-1207011905', u'INDIRECT_-1207006492'), (u'INDIRECT_-1207008468', u'COPY_-1207008503'), (u'INDIRECT_-1207006870', u'MULTIEQUAL_-1207008448'), (u'INDIRECT_-1207008350', u'COPY_-1207008385'), (u'CALL_-1207010129', u'INDIRECT_-1207006230'), (u'CALL_-1207012424', u'INDIRECT_-1207008384'), ('const-1693984', u'PTRSUB_-1207005274'), (u'INT_ZEXT_-1207007374', u'PTRADD_-1207014067'), (u'INDIRECT_-1207006634', u'MULTIEQUAL_-1207008212'), ('tmp_6328', u'PTRSUB_-1207005586'), ('const-433', u'LOAD_-1207012241'), ('const-0', u'COPY_-1207007861'), ('const-1', u'INT_ADD_-1207010996'), ('const-7', u'INT_ADD_-1207006902'), (u'STORE_-1207012472', u'INDIRECT_-1207007062'), (u'STORE_-1207011019', u'INDIRECT_-1207005876'), (u'INDIRECT_-1207006152', u'MULTIEQUAL_-1207006077'), (u'INDIRECT_-1207006125', u'MULTIEQUAL_-1207006987'), (u'CALL_-1207012296', u'INDIRECT_-1207007585'), ('const-433', u'LOAD_-1207010183'), (u'CALL_-1207010018', u'INDIRECT_-1207005807'), (u'INDIRECT_-1207006848', u'MULTIEQUAL_-1207008448'), (u'INDIRECT_-1207005916', u'MULTIEQUAL_-1207005841'), (u'CALL_-1207012424', u'INDIRECT_-1207007317'), (u'STORE_-1207011347', u'INDIRECT_-1207006328'), (u'MULTIEQUAL_-1207006815', u'MULTIEQUAL_-1207006801'), ('const-1', u'PTRADD_-1207010296'), (u'CALL_-1207012424', u'INDIRECT_-1207006963'), (u'INT_EQUAL_-1207011793', u'CBRANCH_-1207011789'), (u'PTRSUB_-1207005361', u'LOAD_-1207011129'), ('tmp_6329', u'CALL_-1207011522'), (u'CALL_-1207012424', u'INDIRECT_-1207007081'), (u'CALL_-1207011397', u'STORE_-1207011393'), (u'STORE_-1207011883', u'INDIRECT_-1207007432'), (u'CALL_-1207010091', u'INDIRECT_-1207006612'), ('const-433', u'LOAD_-1207011461'), (u'STORE_-1207011412', u'INDIRECT_-1207006156'), ('const-1693984', u'PTRSUB_-1207005266'), (u'CALL_-1207012475', u'INDIRECT_-1207007444'), ('tmp_1973', u'CBRANCH_-1207012524'), (u'STORE_-1207011393', u'INDIRECT_-1207005789'), (u'CALL_-1207011275', u'INDIRECT_-1207006757'), (u'MULTIEQUAL_-1207010001', u'PTRADD_-1207011679'), (u'INT_MULT_-1207010993', u'INT_ADD_-1207011005'), ('const-0', u'INT_NOTEQUAL_-1207009463'), (u'LOAD_-1207012174', u'INT_EQUAL_-1207012159'), (u'INDIRECT_-1207007748', u'MULTIEQUAL_-1207007727'), (u'STORE_-1207011175', u'INDIRECT_-1207007300'), (u'INT_2COMP_-1207010717', u'STORE_-1207010713'), (u'CALL_-1207011121', u'INDIRECT_-1207007274'), (u'CALL_-1207011148', u'INDIRECT_-1207006209'), (u'CALL_-1207011121', u'INDIRECT_-1207007038'), (u'PTRADD_-1207010296', u'CAST_-1207005560'), ('const-43', u'INT_EQUAL_-1207012493'), (u'INT_EQUAL_-1207011462', u'MULTIEQUAL_-1207006616'), (u'COPY_-1207007235', u'CALL_-1207011693'), (u'INDIRECT_-1207007589', u'MULTIEQUAL_-1207008566'), (u'CALL_-1207013770', u'INDIRECT_-1207008293'), (u'COPY_-1207005523', u'MULTIEQUAL_-1207006616'), ('const-20', u'INT_SLESS_-1207011110'), ('tmp_1817', u'BRANCH_-1207011555'), (u'INDIRECT_-1207008701', u'MULTIEQUAL_-1207007023'), (u'CALL_-1207011768', u'INDIRECT_-1207008465'), ('const-1656384', u'PTRSUB_-1207006128'), (u'INDIRECT_-1207006286', u'MULTIEQUAL_-1207006267'), (u'STORE_-1207010713', u'INDIRECT_-1207007002'), (u'PTRSUB_-1207007392', u'STORE_-1207013617'), ('tmp_21763', u'MULTIEQUAL_-1207006588'), (u'CALL_-1207011522', u'INDIRECT_-1207007715'), ('const-433', u'STORE_-1207011347'), (u'CALL_-1207011397', u'INDIRECT_-1207006059'), (u'MULTIEQUAL_-1207007111', u'MULTIEQUAL_-1207007976'), (u'INDIRECT_-1207006966', u'MULTIEQUAL_-1207008566'), ('const-2', u'PTRADD_-1207010207'), (u'MULTIEQUAL_-1207006086', u'MULTIEQUAL_-1207006072'), ('tmp_3109', u'BRANCH_-1207010604'), (u'CAST_-1207005273', u'CALL_-1207010525'), (u'INDIRECT_-1207006328', u'MULTIEQUAL_-1207007341'), (u'STORE_-1207012412', u'INDIRECT_-1207007305'), (u'PTRSUB_-1207005122', u'STORE_-1207011412'), (u'MULTIEQUAL_-1207007587', u'MULTIEQUAL_-1207007382'), (u'INDIRECT_-1207008111', u'MULTIEQUAL_-1207007912'), ('const-433', u'STORE_-1207011468'), (u'INDIRECT_-1207007479', u'MULTIEQUAL_-1207006217'), ('const-433', u'LOAD_-1207010751'), (u'INDIRECT_-1207005680', u'MULTIEQUAL_-1207005603'), ('tmp_2537', u'CBRANCH_-1207011102'), (u'MULTIEQUAL_-1207007500', u'MULTIEQUAL_-1207007489'), ('const-433', u'LOAD_-1207011093'), ('const-5', u'CALL_-1207011588'), ('tmp_5682', u'CBRANCH_-1207011789'), (u'INDIRECT_-1207006434', u'MULTIEQUAL_-1207006815'), (u'CALL_-1207013802', u'INDIRECT_-1207008072'), ('const-24', u'PTRSUB_-1207006399'), (u'CALL_-1207011275', u'INDIRECT_-1207006521'), ('const-1', u'PTRADD_-1207013666'), (u'INDIRECT_-1207006249', u'MULTIEQUAL_-1207008212'), (u'INDIRECT_-1207007024', u'MULTIEQUAL_-1207008566'), (u'INDIRECT_-1207007682', u'PTRADD_-1207012596'), (u'INT_EQUAL_-1207011214', u'CBRANCH_-1207011211'), (u'INDIRECT_-1207006207', u'MULTIEQUAL_-1207007831'), (u'PTRSUB_-1207007287', u'STORE_-1207013766'), (u'COPY_-1207007206', u'MULTIEQUAL_-1207009874'), ('const-0', u'SUBPIECE_-1207006960'), ('const-34', u'INT_EQUAL_-1207011835'), (u'STORE_-1207012866', u'INDIRECT_-1207007037'), (u'INDIRECT_-1207006597', u'MULTIEQUAL_-1207007459'), (u'STORE_-1207012395', u'INDIRECT_-1207007035'), (u'STORE_-1207010713', u'INDIRECT_-1207006648'), (u'MULTIEQUAL_-1207007705', u'MULTIEQUAL_-1207006540'), (u'INDIRECT_-1207007479', u'MULTIEQUAL_-1207007351'), (u'LOAD_-1207011264', u'CAST_-1207005646'), (u'STORE_-1207011193', u'INDIRECT_-1207005955'), ('const-2', u'INT_MULT_-1207011126'), (u'CALL_-1207013802', u'INDIRECT_-1207007954'), (u'INT_NOTEQUAL_-1207011608', u'CBRANCH_-1207011608'), (u'INDIRECT_-1207007300', u'PTRADD_-1207011769'), (u'CALL_-1207012584', u'INDIRECT_-1207007873'), (u'LOAD_-1207011575', u'INT_EQUAL_-1207011555'), (u'PTRSUB_-1207005266', u'CAST_-1207005054'), ('const-5', u'STORE_-1207011487'), ('const-20', u'STORE_-1207011193'), (u'CALL_-1207013770', u'INDIRECT_-1207007748'), ('const-48', u'INT_SUB_-1207010156'), (u'INDIRECT_-1207006117', u'MULTIEQUAL_-1207007976'), (u'INDIRECT_-1207008207', u'MULTIEQUAL_-1207008127'), (u'PTRSUB_-1207006481', u'PTRADD_-1207006457'), (u'INDIRECT_-1207007411', u'MULTIEQUAL_-1207006335'), ('tmp_6328', u'PTRSUB_-1207006432'), (u'CAST_-1207005062', u'LOAD_-1207011043'), (u'INDIRECT_-1207006112', u'MULTIEQUAL_-1207008212'), (u'CALL_-1207012448', u'INDIRECT_-1207007215'), (u'MULTIEQUAL_-1207007495', u'CALL_-1207012363'), ('const-8', u'STORE_-1207011347'), ('const-41', u'COPY_-1207010750'), (u'CAST_-1207007300', u'COPY_-1207007394'), (u'CALL_-1207012424', u'INDIRECT_-1207006845'), ('const-1', u'PTRADD_-1207010207'), (u'LOAD_-1207010759', u'INT_RIGHT_-1207010654'), ('const-1', u'PTRADD_-1207012126'), ('const-34', u'INT_EQUAL_-1207012378'), (u'STORE_-1207010538', u'INDIRECT_-1207006318'), (u'PTRSUB_-1207005150', u'STORE_-1207011468'), ('const-24', u'PTRSUB_-1207007392'), (u'LOAD_-1207011808', u'INT_EQUAL_-1207011793'), (u'INDIRECT_-1207006920', u'MULTIEQUAL_-1207007577'), (u'INDIRECT_-1207006252', u'MULTIEQUAL_-1207006637'), (u'STORE_-1207010706', u'INDIRECT_-1207007115'), ('const-0', u'PTRSUB_-1207006297'), ('tmp_6328', u'PTRSUB_-1207005163'), (u'INDIRECT_-1207006398', u'MULTIEQUAL_-1207007976'), ('const-9', u'PTRADD_-1207012213'), (u'STORE_-1207011163', u'INDIRECT_-1207006819'), ('const-1', u'STORE_-1207012132'), ('tmp_1465', u'CBRANCH_-1207012591'), (u'MULTIEQUAL_-1207005989', u'MULTIEQUAL_-1207006234'), (u'MULTIEQUAL_-1207006920', u'MULTIEQUAL_-1207006918'), ('const-16', u'PTRSUB_-1207006187'), (u'INDIRECT_-1207005981', u'MULTIEQUAL_-1207005947'), (u'INT_EQUAL_-1207009967', u'CBRANCH_-1207009951'), (u'INDIRECT_-1207008515', u'MULTIEQUAL_-1207008456'), (u'CALL_-1207011520', u'INDIRECT_-1207007107'), (u'MULTIEQUAL_-1207009349', u'COPY_-1207006402'), (u'MULTIEQUAL_-1207006470', u'MULTIEQUAL_-1207008566'), (u'INT_NOTEQUAL_-1207012548', u'CBRANCH_-1207012548'), (u'INDIRECT_-1207007411', u'MULTIEQUAL_-1207007274'), ('tmp_1738', u'BRANCH_-1207011489'), (u'CALL_-1207011472', u'INDIRECT_-1207005861'), ('const-0', u'INT_EQUAL_-1207011081'), ('const-3', u'STORE_-1207011883'), (u'LOAD_-1207011043', u'INT_ADD_-1207006630'), (u'STORE_-1207010607', u'INDIRECT_-1207006497'), (u'PTRADD_-1207013666', u'CAST_-1207007066'), (u'CALL_-1207010549', u'INDIRECT_-1207006600'), (u'INDIRECT_-1207007052', u'MULTIEQUAL_-1207007976'), ('const-433', u'LOAD_-1207011104'), (u'CALL_-1207012716', u'INDIRECT_-1207008154'), (u'STORE_-1207011163', u'INDIRECT_-1207007409'), (u'INDIRECT_-1207006353', u'MULTIEQUAL_-1207008212'), (u'STORE_-1207011019', u'INDIRECT_-1207006112'), ('tmp_1326', u'BRANCH_-1207011462'), (u'INDIRECT_-1207007144', u'MULTIEQUAL_-1207007317'), ('const-0', u'INT_EQUAL_-1207010989'), (u'CALL_-1207010323', u'INDIRECT_-1207006634'), (u'INT_ADD_-1207010996', u'MULTIEQUAL_-1207008131'), ('const-1', u'PTRADD_-1207011526'), (u'CALL_-1207012037', u'INDIRECT_-1207008054'), (u'INT_EQUAL_-1207012493', u'CBRANCH_-1207012490'), (u'INDIRECT_-1207007057', u'MULTIEQUAL_-1207006916'), (u'CALL_-1207010525', u'INDIRECT_-1207006707'), (u'CAST_-1207005351', u'INT_ZEXT_-1207008085'), (u'COPY_-1207006491', u'MULTIEQUAL_-1207008566'), (u'INDIRECT_-1207008465', u'MULTIEQUAL_-1207008030'), ('const-0', u'PTRSUB_-1207007291'), ('const-0', u'PTRSUB_-1207006222'), ('const-0', u'PTRSUB_-1207005375'), ('const-433', u'LOAD_-1207011817'), ('tmp_4950', u'CBRANCH_-1207011414'), (u'STORE_-1207011468', u'INDIRECT_-1207006184'), (u'STORE_-1207010706', u'INDIRECT_-1207006761'), (u'CALL_-1207012296', u'INDIRECT_-1207007703'), (u'LOAD_-1207014146', u'BRANCHIND_-1207014043'), ('const-0', u'INT_NOTEQUAL_-1207012825'), ('const-0', u'CALL_-1207013802'), (u'INT_ADD_-1207012394', u'PTRADD_-1207006457'), ('const-1309828', u'COPY_-1207011969'), (u'MULTIEQUAL_-1207008009', u'MULTIEQUAL_-1207007984'), (u'CAST_-1207005054', u'INT_ADD_-1207011005'), (u'STORE_-1207011487', u'INDIRECT_-1207006315'), (u'INDIRECT_-1207007243', u'MULTIEQUAL_-1207007111'), (u'MULTIEQUAL_-1207008131', u'INT_MULT_-1207010993'), (u'CALL_-1207012765', u'INDIRECT_-1207007171'), (u'LOAD_-1207010269', u'INT_SUB_-1207010242'), (u'PTRADD_-1207011746', u'LOAD_-1207011808'), (u'STORE_-1207011175', u'INDIRECT_-1207007418'), (u'MULTIEQUAL_-1207009173', u'INT_SLESSEQUAL_-1207012408'), (u'CAST_-1207005887', u'COPY_-1207006004'), (u'STORE_-1207011072', u'INDIRECT_-1207007488'), (u'LOAD_-1207014146', u'INT_EQUAL_-1207012528'), (u'STORE_-1207011889', u'INDIRECT_-1207007436'), ('tmp_1606', u'CBRANCH_-1207012490'), ('const-43', u'INT_SUB_-1207009470'), (u'INT_ZEXT_-1207008524', u'CALL_-1207011520'), (u'CAST_-1207005617', u'INT_LESS_-1207010225'), (u'LOAD_-1207013889', u'MULTIEQUAL_-1207007306'), (u'INDIRECT_-1207006761', u'MULTIEQUAL_-1207008212'), (u'INT_EQUAL_-1207012113', u'CBRANCH_-1207012110'), (u'STORE_-1207011072', u'INDIRECT_-1207007134'), (u'MULTIEQUAL_-1207006107', u'MULTIEQUAL_-1207006352'), ('tmp_6328', u'PTRSUB_-1207005591'), ('const-433', u'STORE_-1207011866'), ('const-0', u'PTRSUB_-1207007168'), (u'STORE_-1207012412', u'INDIRECT_-1207007423'), ('const-1309818', u'COPY_-1207011981'), (u'MULTIEQUAL_-1207005633', u'MULTIEQUAL_-1207005878'), (u'MULTIEQUAL_-1207007028', u'MULTIEQUAL_-1207008094'), (u'STORE_-1207010607', u'INDIRECT_-1207007087'), (u'MULTIEQUAL_-1207008236', u'STORE_-1207011257'), ('const-433', u'LOAD_-1207012398'), (u'INDIRECT_-1207007832', u'MULTIEQUAL_-1207007752'), ('tmp_1299', u'BRANCH_-1207011889'), ('const-2', u'INT_NOTEQUAL_-1207013828'), (u'INDIRECT_-1207007243', u'MULTIEQUAL_-1207005977'), (u'INDIRECT_-1207005498', u'MULTIEQUAL_-1207005461'), ('tmp_6328', u'PTRSUB_-1207005895'), (u'INT_EQUAL_-1207011354', u'CBRANCH_-1207011352'), ('const-24', u'PTRSUB_-1207006154'), (u'INDIRECT_-1207008175', u'MULTIEQUAL_-1207008049'), (u'INT_ADD_-1207011138', u'CAST_-1207005112'), (u'INT_EQUAL_-1207012076', u'CBRANCH_-1207012072'), ('const-24', u'PTRSUB_-1207006344'), (u'MULTIEQUAL_-1207006906', u'MULTIEQUAL_-1207006895'), (u'INT_EQUAL_-1207011081', u'CBRANCH_-1207011076'), (u'PTRSUB_-1207006696', u'STORE_-1207011889'), ('tmp_6328', u'PTRSUB_-1207006696'), ('const-2', u'INT_AND_-1207012812'), (u'MULTIEQUAL_-1207007248', u'PTRADD_-1207011726'), (u'CALL_-1207010129', u'INDIRECT_-1207007415'), ('tmp_6328', u'PTRSUB_-1207006414'), (u'CALL_-1207011693', u'INDIRECT_-1207007829'), (u'MULTIEQUAL_-1207007228', u'MULTIEQUAL_-1207006069'), (u'CALL_-1207012037', u'INT_EQUAL_-1207010084'), (u'CALL_-1207012716', u'INDIRECT_-1207007800'), (u'CALL_-1207010129', u'INDIRECT_-1207005994'), ('const-433', u'LOAD_-1207011855'), ('const-45', u'COPY_-1207006491'), (u'CALL_-1207011397', u'INDIRECT_-1207006413'), (u'CALL_-1207012571', u'INDIRECT_-1207007411'), (u'INDIRECT_-1207008272', u'MULTIEQUAL_-1207008137'), (u'CALL_-1207011472', u'INDIRECT_-1207006451'), (u'CAST_-1207007230', u'COPY_-1207007298'), ('tmp_491', u'BRANCH_-1207012731'), (u'CALL_-1207012448', u'INT_EQUAL_-1207012378'), (u'CALL_-1207012765', u'INDIRECT_-1207007289'), (u'STORE_-1207010074', u'INDIRECT_-1207006013'), (u'INT_EQUAL_-1207012448', u'CBRANCH_-1207012445'), ('const-3', u'INT_NOTEQUAL_-1207013740'), (u'STORE_-1207012403', u'INDIRECT_-1207007264'), (u'INDIRECT_-1207007361', u'MULTIEQUAL_-1207007233'), ('tmp_3254', u'CBRANCH_-1207011532'), (u'PTRADD_-1207005662', u'CAST_-1207005454'), (u'INDIRECT_-1207006989', u'MULTIEQUAL_-1207007901'), (u'CALL_-1207011916', u'INDIRECT_-1207007208'), (u'INDIRECT_-1207007175', u'MULTIEQUAL_-1207007038'), (u'CALL_-1207010129', u'INDIRECT_-1207005876'), ('tmp_4203', u'CBRANCH_-1207011832'), ('tmp_6328', u'PTRSUB_-1207005784'), (u'CALL_-1207011121', u'INDIRECT_-1207006802'), (u'STORE_-1207010607', u'INDIRECT_-1207006733'), ('const-0', u'STORE_-1207011899'), (u'MULTIEQUAL_-1207010001', u'PTRADD_-1207012213'), (u'STORE_-1207012802', u'INDIRECT_-1207007293'), ('tmp_3922', u'CBRANCH_-1207012072'), (u'CALL_-1207010018', u'INDIRECT_-1207006043'), ('const-223', u'INT_AND_-1207008437'), (u'INDIRECT_-1207008347', u'MULTIEQUAL_-1207006963'), (u'MULTIEQUAL_-1207006996', u'INT_SEXT_-1207011131'), ('const-0', u'SUBPIECE_-1207008456'), ('const-433', u'LOAD_-1207011520'), (u'STORE_-1207011072', u'INDIRECT_-1207007252'), (u'LOAD_-1207011093', u'INT_AND_-1207011067'), ('tmp_6328', u'PTRSUB_-1207005908'), (u'INDIRECT_-1207007654', u'MULTIEQUAL_-1207006423'), (u'INDIRECT_-1207006905', u'MULTIEQUAL_-1207006987'), (u'MULTIEQUAL_-1207005871', u'MULTIEQUAL_-1207008212'), (u'MULTIEQUAL_-1207005878', u'MULTIEQUAL_-1207007976'), (u'PTRSUB_-1207004981', u'LOAD_-1207010763'), (u'MULTIEQUAL_-1207008162', u'INT_EQUAL_-1207011792'), (u'CALL_-1207010017', u'INDIRECT_-1207005919'), (u'CALL_-1207011916', u'INDIRECT_-1207007399'), (u'STORE_-1207011866', u'INDIRECT_-1207007536'), (u'STORE_-1207012371', u'INDIRECT_-1207007406'), (u'PTRADD_-1207010835', u'LOAD_-1207010895'), (u'INT_EQUAL_-1207010883', u'CBRANCH_-1207010879'), (u'INDIRECT_-1207006131', u'MULTIEQUAL_-1207008094'), (u'MULTIEQUAL_-1207009670', u'CAST_-1207005944'), (u'INT_NOTEQUAL_-1207011226', u'CBRANCH_-1207011224'), (u'INDIRECT_-1207006571', u'MULTIEQUAL_-1207006225'), (u'CALL_-1207012296', u'INDIRECT_-1207008057'), (u'CALL_-1207011558', u'INDIRECT_-1207006487'), (u'CALL_-1207011558', u'INDIRECT_-1207006133'), (u'CALL_-1207013844', u'INDIRECT_-1207008325'), ('const-1656128', u'PTRSUB_-1207007229'), (u'INDIRECT_-1207006050', u'MULTIEQUAL_-1207006031'), ('const-1', u'PTRADD_-1207012007'), (u'PTRSUB_-1207005895', u'STORE_-1207010713'), (u'INT_NOTEQUAL_-1207010689', u'CBRANCH_-1207010688'), (u'CALL_-1207011588', u'INDIRECT_-1207006148'), (u'INT_EQUAL_-1207012008', u'CBRANCH_-1207012006'), (u'LOAD_-1207011104', u'INT_ZEXT_-1207009126'), (u'CALL_-1207013770', u'STORE_-1207013766'), (u'INDIRECT_-1207006050', u'MULTIEQUAL_-1207008094'), (u'INT_EQUAL_-1207012434', u'CBRANCH_-1207012431'), (u'STORE_-1207011889', u'INDIRECT_-1207007318'), (u'CAST_-1207007198', u'COPY_-1207007299'), ('tmp_5369', u'BRANCH_-1207010602'), (u'INDIRECT_-1207006309', u'MULTIEQUAL_-1207006267'), ('const-2', u'INT_AND_-1207012581'), (u'CALL_-1207011988', u'INDIRECT_-1207006447'), (u'INDIRECT_-1207008252', u'MULTIEQUAL_-1207008212'), ('tmp_6328', u'PTRSUB_-1207005122'), ('tmp_6328', u'PTRSUB_-1207006574'), (u'MULTIEQUAL_-1207007233', u'MULTIEQUAL_-1207008094'), ('tmp_6328', u'PTRSUB_-1207007296'), (u'STORE_-1207011347', u'INDIRECT_-1207005856'), (u'STORE_-1207011049', u'INDIRECT_-1207007589'), ('tmp_2992', u'CBRANCH_-1207011211'), ('const-5', u'CALL_-1207010549'), ('const-0', u'SUBPIECE_-1207006464'), (u'CALL_-1207013802', u'INDIRECT_-1207008190'), (u'INDIRECT_-1207006723', u'MULTIEQUAL_-1207008566'), (u'INDIRECT_-1207005948', u'MULTIEQUAL_-1207006758'), (u'INDIRECT_-1207006471', u'MULTIEQUAL_-1207008330'), (u'CALL_-1207011275', u'INDIRECT_-1207007111'), (u'INDIRECT_-1207007638', u'INT_NOTEQUAL_-1207011633'), ('tmp_5202', u'CBRANCH_-1207010688'), (u'INDIRECT_-1207006497', u'MULTIEQUAL_-1207007831'), (u'CALL_-1207011472', u'STORE_-1207011468'), ('const-48', u'INT_SUB_-1207012551'), (u'INDIRECT_-1207006198', u'MULTIEQUAL_-1207006579'), (u'INDIRECT_-1207006335', u'MULTIEQUAL_-1207006304'), (u'CALL_-1207012004', u'INDIRECT_-1207006695'), ('const-1656768', u'PTRSUB_-1207005662'), (u'INDIRECT_-1207007038', u'MULTIEQUAL_-1207006912'), (u'STORE_-1207011019', u'INDIRECT_-1207006466'), ('const-0', u'PTRSUB_-1207005274'), (u'CALL_-1207013802', u'INDIRECT_-1207008426'), (u'INDIRECT_-1207008325', u'MULTIEQUAL_-1207008245'), (u'CAST_-1207006047', u'INT_EQUAL_-1207011196'), (u'CALL_-1207012424', u'INDIRECT_-1207006727'), (u'STORE_-1207011238', u'INDIRECT_-1207007024'), (u'INDIRECT_-1207006612', u'MULTIEQUAL_-1207008212'), (u'MULTIEQUAL_-1207007469', u'MULTIEQUAL_-1207008330'), (u'INDIRECT_-1207007918', u'MULTIEQUAL_-1207007783'), ('const-10', u'CALL_-1207012584'), ('const-1', u'INT_ADD_-1207012394'), ('tmp_6328', u'PTRSUB_-1207006399'), (u'INDIRECT_-1207006806', u'COPY_-1207006058'), ('const-1336195', u'COPY_-1207005965'), (u'INT_AND_-1207011067', u'INT_EQUAL_-1207011081'), (u'CALL_-1207011988', u'INDIRECT_-1207006138'), (u'STORE_-1207011393', u'INDIRECT_-1207006261'), (u'CAST_-1207007297', u'MULTIEQUAL_-1207009670'), ('const-1310280', u'COPY_-1207005594'), ('tmp_2926', u'CBRANCH_-1207012622'), ('const-433', u'LOAD_-1207010759'), ('const-1', u'INT_AND_-1207007334'), ('const-0', u'PTRSUB_-1207006255'), (u'INT_SUB_-1207012551', u'INT_AND_-1207012505'), ('const-1656384', u'PTRSUB_-1207006211'), (u'CALL_-1207011588', u'INDIRECT_-1207006266'), (u'INDIRECT_-1207007479', u'MULTIEQUAL_-1207007135'), (u'INDIRECT_-1207007317', u'MULTIEQUAL_-1207007230'), ('const-0', u'SUBPIECE_-1207006606'), (u'CALL_-1207011693', u'INDIRECT_-1207008065'), (u'INT_NOTEQUAL_-1207011987', u'CBRANCH_-1207011966'), (u'INDIRECT_-1207006963', u'MULTIEQUAL_-1207006876'), (u'PTRADD_-1207011677', u'MULTIEQUAL_-1207007976'), ('const-1', u'PTRADD_-1207011726'), ('const-7', u'CALL_-1207011121'), ('tmp_3399', u'CBRANCH_-1207011352'), ('tmp_6328', u'PTRSUB_-1207005561'), (u'STORE_-1207011495', u'INDIRECT_-1207006243'), ('const-1', u'PTRADD_-1207012204'), (u'INDIRECT_-1207006672', u'MULTIEQUAL_-1207006551'), (u'INDIRECT_-1207006138', u'MULTIEQUAL_-1207006072'), (u'MULTIEQUAL_-1207006771', u'MULTIEQUAL_-1207006760'), (u'MULTIEQUAL_-1207005989', u'MULTIEQUAL_-1207008330'), (u'CALL_-1207010153', u'INDIRECT_-1207005578'), (u'CALL_-1207010323', u'INDIRECT_-1207006516'), (u'PTRADD_-1207013865', u'MULTIEQUAL_-1207007307'), (u'INDIRECT_-1207007300', u'PTRADD_-1207011755'), (u'INT_ZEXT_-1207007373', u'PTRADD_-1207012547'), (u'PTRSUB_-1207006120', u'STORE_-1207012737'), ('const-1', u'COPY_-1207012495'), ('const-0', u'INT_EQUAL_-1207012252'), ('const-0', u'INT_NOTEQUAL_-1207011186'), (u'STORE_-1207011866', u'INDIRECT_-1207007300'), ('const-433', u'STORE_-1207011238'), (u'INDIRECT_-1207007300', u'LOAD_-1207011855'), ('tmp_6328', u'PTRSUB_-1207005862'), (u'CAST_-1207005792', u'CALL_-1207011520'), ('const-1', u'PTRADD_-1207012553'), ('tmp_6328', u'PTRSUB_-1207005371'), ('const-1', u'PTRADD_-1207012299'), ('const-2', u'PTRADD_-1207012007'), (u'MULTIEQUAL_-1207006637', u'STORE_-1207012395'), (u'CALL_-1207010191', u'INDIRECT_-1207007036'), (u'MULTIEQUAL_-1207009643', u'CAST_-1207006898'), (u'INDIRECT_-1207007023', u'MULTIEQUAL_-1207007105'), (u'MULTIEQUAL_-1207008338', u'COPY_-1207008420'), (u'MULTIEQUAL_-1207006343', u'MULTIEQUAL_-1207006329'), (u'INT_EQUAL_-1207011944', u'CBRANCH_-1207011942'), ('const-1309898', u'COPY_-1207006261'), (u'STORE_-1207011911', u'INDIRECT_-1207006851'), (u'CALL_-1207011548', u'INDIRECT_-1207006648'), ('const-433', u'LOAD_-1207013942'), (u'LOAD_-1207012569', u'MULTIEQUAL_-1207007627'), (u'COPY_-1207007413', u'STORE_-1207010538'), ('const-1', u'PTRADD_-1207014149'), (u'INDIRECT_-1207006217', u'MULTIEQUAL_-1207006186'), (u'INT_EQUAL_-1207012528', u'CBRANCH_-1207012524'), ('const-43', u'INT_EQUAL_-1207010000'), (u'LOAD_-1207014146', u'INT_EQUAL_-1207012434'), (u'PTRADD_-1207011248', u'COPY_-1207005763'), (u'CALL_-1207011333', u'INT_EQUAL_-1207011319'), (u'COPY_-1207007205', u'MULTIEQUAL_-1207009874'), (u'PTRADD_-1207011202', u'LOAD_-1207011264'), (u'INDIRECT_-1207007755', u'MULTIEQUAL_-1207007976'), (u'PTRSUB_-1207005561', u'STORE_-1207010545'), (u'CALL_-1207010549', u'INDIRECT_-1207005937'), ('tmp_551', u'CBRANCH_-1207013918'), ('const-2', u'PTRADD_-1207011591'), ('const-24', u'PTRSUB_-1207006826'), (u'INDIRECT_-1207006790', u'MULTIEQUAL_-1207008566'), (u'INDIRECT_-1207008065', u'MULTIEQUAL_-1207006669'), (u'STORE_-1207011866', u'INDIRECT_-1207007654'), (u'CALL_-1207011148', u'INDIRECT_-1207006327'), (u'CALL_-1207011768', u'INDIRECT_-1207008347'), ('const-433', u'LOAD_-1207010914'), (u'CALL_-1207011121', u'INDIRECT_-1207007392'), (u'PTRSUB_-1207006382', u'STORE_-1207011049'), (u'MULTIEQUAL_-1207006352', u'MULTIEQUAL_-1207006311'), (u'CALL_-1207012448', u'INDIRECT_-1207006861'), (u'INDIRECT_-1207007293', u'MULTIEQUAL_-1207007156'), (u'STORE_-1207012866', u'INDIRECT_-1207007273'), (u'INDIRECT_-1207006525', u'MULTIEQUAL_-1207007976'), (u'INDIRECT_-1207007243', u'MULTIEQUAL_-1207006895'), (u'MULTIEQUAL_-1207009707', u'CAST_-1207006652'), (u'INDIRECT_-1207006663', u'MULTIEQUAL_-1207008019'), (u'CAST_-1207005113', u'INT_ADD_-1207011138'), (u'CALL_-1207011548', u'CAST_-1207005792'), (u'MULTIEQUAL_-1207007146', u'MULTIEQUAL_-1207008212'), ('const-5', u'CALL_-1207012765'), (u'INDIRECT_-1207008259', u'MULTIEQUAL_-1207008127'), (u'CALL_-1207010129', u'INDIRECT_-1207005567'), (u'CALL_-1207011768', u'INDIRECT_-1207008111'), ('tmp_2273', u'BRANCH_-1207010880'), ('const-0', u'INT_EQUAL_-1207011793'), (u'CALL_-1207011916', u'INDIRECT_-1207007871'), ('const-1', u'PTRADD_-1207011769'), (u'CAST_-1207006898', u'COPY_-1207006998'), ('const-2', u'PTRADD_-1207005313'), ('const-1', u'PTRADD_-1207012043'), (u'MULTIEQUAL_-1207007248', u'PTRADD_-1207011712'), ('const-0', u'SUBPIECE_-1207008087'), (u'MULTIEQUAL_-1207009173', u'INT_SLESS_-1207012580'), (u'CALL_-1207011148', u'INDIRECT_-1207006445'), (u'STORE_-1207011899', u'INDIRECT_-1207006370'), (u'MULTIEQUAL_-1207007307', u'PTRADD_-1207013865'), (u'INDIRECT_-1207006348', u'MULTIEQUAL_-1207008448'), (u'CALL_-1207012571', u'INDIRECT_-1207007057'), (u'CALL_-1207011932', u'INDIRECT_-1207008001'), (u'INDIRECT_-1207007273', u'LOAD_-1207012023'), (u'MULTIEQUAL_-1207008220', u'COPY_-1207008302'), ('const-0', u'INT_EQUAL_-1207012330'), (u'CALL_-1207011472', u'INDIRECT_-1207006097'), (u'INDIRECT_-1207007155', u'MULTIEQUAL_-1207008212'), (u'STORE_-1207011468', u'INDIRECT_-1207006066'), (u'INT_NOTEQUAL_-1207011968', u'CBRANCH_-1207011966'), (u'INT_AND_-1207008437', u'INT_EQUAL_-1207012195'), (u'INDIRECT_-1207007042', u'MULTIEQUAL_-1207008330'), (u'MULTIEQUAL_-1207006461', u'MULTIEQUAL_-1207006447'), (u'INDIRECT_-1207006497', u'MULTIEQUAL_-1207007976'), (u'STORE_-1207010706', u'INDIRECT_-1207006525'), (u'CALL_-1207012571', u'INDIRECT_-1207007175'), (u'INDIRECT_-1207007243', u'MULTIEQUAL_-1207006916'), (u'CALL_-1207011472', u'INDIRECT_-1207005670'), ('tmp_6328', u'PTRSUB_-1207007392'), (u'STORE_-1207010545', u'INDIRECT_-1207006441'), ('const-0', u'RETURN_-1207013654'), (u'INDIRECT_-1207008465', u'MULTIEQUAL_-1207007081'), (u'CALL_-1207013844', u'INDIRECT_-1207008443'), (u'INDIRECT_-1207007361', u'MULTIEQUAL_-1207007017'), ('const-433', u'LOAD_-1207010097'), (u'INDIRECT_-1207006545', u'MULTIEQUAL_-1207006503'), (u'INDIRECT_-1207006155', u'MULTIEQUAL_-1207008448'), ('const-433', u'STORE_-1207011072'), (u'PTRSUB_-1207005890', u'STORE_-1207010706'), (u'INT_EQUAL_-1207011749', u'CBRANCH_-1207011746'), (u'CALL_-1207012475', u'INDIRECT_-1207006781'), (u'CALL_-1207012571', u'INDIRECT_-1207006866'), (u'PTRSUB_-1207006258', u'STORE_-1207012866'), (u'STORE_-1207011257', u'INDIRECT_-1207005981'), ('const-0', u'PTRSUB_-1207006481'), (u'PTRSUB_-1207005908', u'LOAD_-1207010751'), (u'CALL_-1207010191', u'INDIRECT_-1207006918'), (u'INDIRECT_-1207007800', u'MULTIEQUAL_-1207007665'), (u'INT_RIGHT_-1207010654', u'INT_AND_-1207007334'), (u'INT_SLESS_-1207011422', u'CBRANCH_-1207011429'), (u'CALL_-1207012741', u'INDIRECT_-1207007042'), ('const-2', u'INT_NOTEQUAL_-1207011968'), (u'CALL_-1207011435', u'INDIRECT_-1207005962'), ('tmp_6328', u'CALL_-1207011275'), (u'MULTIEQUAL_-1207010001', u'PTRADD_-1207011248'), (u'INDIRECT_-1207006168', u'MULTIEQUAL_-1207008212'), (u'CALL_-1207013844', u'INDIRECT_-1207008207'), (u'STORE_-1207013780', u'INDIRECT_-1207008524'), (u'INDIRECT_-1207007565', u'MULTIEQUAL_-1207006187'), (u'INDIRECT_-1207007447', u'MULTIEQUAL_-1207006069'), (u'MULTIEQUAL_-1207010001', u'PTRADD_-1207011755'), (u'STORE_-1207011876', u'INDIRECT_-1207007545'), (u'INDIRECT_-1207007353', u'MULTIEQUAL_-1207008330'), ('tmp_182', u'CBRANCH_-1207014168'), ('const-1', u'PTRADD_-1207011677'), (u'INDIRECT_-1207006050', u'MULTIEQUAL_-1207005998'), (u'PTRSUB_-1207006196', u'STORE_-1207011175'), ('tmp_6328', u'PTRSUB_-1207006191'), (u'INT_SUB_-1207010242', u'CAST_-1207005617'), (u'STORE_-1207010538', u'INDIRECT_-1207006672'), (u'CALL_-1207010018', u'INDIRECT_-1207005498'), (u'MULTIEQUAL_-1207009173', u'INT_EQUAL_-1207012448'), (u'MULTIEQUAL_-1207007156', u'MULTIEQUAL_-1207007146'), (u'MULTIEQUAL_-1207007861', u'COPY_-1207007948'), (u'PTRSUB_-1207006826', u'STORE_-1207012132'), ('const-45', u'INT_EQUAL_-1207011462'), (u'INT_EQUAL_-1207011319', u'CBRANCH_-1207011317'), ('const--1', u'PTRADD_-1207009435'), (u'STORE_-1207011175', u'INDIRECT_-1207006828'), (u'MULTIEQUAL_-1207008236', u'PTRADD_-1207005313'), (u'INDIRECT_-1207006318', u'MULTIEQUAL_-1207008094'), (u'STORE_-1207013766', u'INDIRECT_-1207008279'), (u'STORE_-1207011072', u'INDIRECT_-1207007606'), (u'CALL_-1207012571', u'INDIRECT_-1207007529'), ('const-24', u'PTRSUB_-1207005339'), ('const-1309837', u'COPY_-1207005646'), ('tmp_4580', u'BRANCH_-1207010061'), ('tmp_2760', u'BRANCH_-1207011120'), (u'PTRSUB_-1207007282', u'LOAD_-1207013761'), (u'COPY_-1207007488', u'MULTIEQUAL_-1207007423'), (u'COPY_-1207006402', u'MULTIEQUAL_-1207009227'), (u'INT_NEGATE_-1207011236', u'STORE_-1207011257'), (u'CALL_-1207011121', u'INDIRECT_-1207007156'), (u'PTRSUB_-1207005184', u'STORE_-1207011347'), (u'INDIRECT_-1207006453', u'MULTIEQUAL_-1207006422'), ('const-0', u'INT_EQUAL_-1207011421'), (u'INT_NOTEQUAL_-1207011655', u'CBRANCH_-1207011654'), ('tmp_3877', u'CBRANCH_-1207012110'), (u'CALL_-1207010153', u'INDIRECT_-1207006123'), (u'MULTIEQUAL_-1207010001', u'CAST_-1207005887'), (u'CALL_-1207012037', u'INT_EQUAL_-1207010101'), (u'PTRADD_-1207012007', u'CAST_-1207006620'), (u'PTRADD_-1207014149', u'CAST_-1207007300'), (u'STORE_-1207010118', u'INDIRECT_-1207005680'), (u'PTRADD_-1207012514', u'LOAD_-1207012576'), (u'INDIRECT_-1207006552', u'COPY_-1207006000'), (u'STORE_-1207011347', u'INDIRECT_-1207006210'), (u'INDIRECT_-1207005955', u'MULTIEQUAL_-1207005633'), (u'SUBPIECE_-1207006646', u'MULTIEQUAL_-1207007495'), (u'INDIRECT_-1207006191', u'MULTIEQUAL_-1207007543'), (u'CALL_-1207013641', u'INDIRECT_-1207007996'), (u'INDIRECT_-1207007509', u'MULTIEQUAL_-1207008566'), (u'INDIRECT_-1207007878', u'COPY_-1207007913'), (u'INDIRECT_-1207006611', u'MULTIEQUAL_-1207007320'), ('const-1', u'PTRADD_-1207006255'), (u'INDIRECT_-1207006270', u'MULTIEQUAL_-1207008566'), (u'INT_NEGATE_-1207011105', u'STORE_-1207011126'), (u'PTRADD_-1207012126', u'MULTIEQUAL_-1207009707'), (u'CALL_-1207013951', u'INDIRECT_-1207008141'), (u'INT_NOTEQUAL_-1207011534', u'CBRANCH_-1207011532'), (u'INDIRECT_-1207006603', u'MULTIEQUAL_-1207008566'), (u'INT_AND_-1207012316', u'INT_EQUAL_-1207012330'), (u'CALL_-1207012004', u'COPY_-1207005118'), ('tmp_6328', u'PTRSUB_-1207005913'), (u'INDIRECT_-1207006999', u'MULTIEQUAL_-1207007976'), (u'CALL_-1207010323', u'INDIRECT_-1207006752'), (u'STORE_-1207011238', u'INDIRECT_-1207006906'), ('tmp_399', u'CBRANCH_-1207012805'), ('const-433', u'LOAD_-1207012023'), (u'PTRADD_-1207005313', u'INT_NOTEQUAL_-1207011226'), (u'PTRADD_-1207012029', u'LOAD_-1207012091'), (u'STORE_-1207011169', u'INDIRECT_-1207007413'), ('tmp_3666', u'CBRANCH_-1207012246'), ('const-2', u'INT_EQUAL_-1207011500'), (u'STORE_-1207011487', u'INDIRECT_-1207006197'), (u'CALL_-1207011435', u'INDIRECT_-1207006316'), (u'INT_AND_-1207012238', u'INT_EQUAL_-1207012252'), (u'INT_EQUAL_-1207012383', u'CBRANCH_-1207012378'), (u'INDIRECT_-1207007199', u'MULTIEQUAL_-1207007112'), (u'STORE_-1207012472', u'INDIRECT_-1207007298'), (u'INDIRECT_-1207007057', u'MULTIEQUAL_-1207007111'), (u'PTRADD_-1207010121', u'LOAD_-1207010183'), (u'CALL_-1207011113', u'INDIRECT_-1207006191'), (u'PTRADD_-1207012553', u'COPY_-1207007227'), (u'CALL_-1207011435', u'INDIRECT_-1207007501'), (u'CALL_-1207010017', u'INDIRECT_-1207006155'), (u'INDIRECT_-1207005567', u'MULTIEQUAL_-1207005461'), (u'MULTIEQUAL_-1207007887', u'MULTIEQUAL_-1207007861'), (u'CAST_-1207005967', u'CALL_-1207012741'), ('const-0', u'INT_EQUAL_-1207011107'), (u'INDIRECT_-1207005932', u'MULTIEQUAL_-1207005911'), (u'MULTIEQUAL_-1207008131', u'INT_ADD_-1207010996'), (u'PTRADD_-1207009435', u'LOAD_-1207009497'), (u'MULTIEQUAL_-1207006075', u'MULTIEQUAL_-1207008212'), ('const-1656128', u'PTRSUB_-1207007457'), (u'INDIRECT_-1207007801', u'MULTIEQUAL_-1207006423'), (u'INT_EQUAL_-1207012455', u'CBRANCH_-1207012452'), (u'CALL_-1207011397', u'INDIRECT_-1207006295'), (u'INDIRECT_-1207007925', u'MULTIEQUAL_-1207007861'), (u'CALL_-1207011472', u'INDIRECT_-1207007518'), (u'CALL_-1207010549', u'INDIRECT_-1207006482'), (u'CALL_-1207011768', u'INDIRECT_-1207007875'), (u'STORE_-1207011911', u'INDIRECT_-1207006261'), (u'INT_ADD_-1207006630', u'INT_EQUAL_-1207010989'), (u'INDIRECT_-1207006522', u'MULTIEQUAL_-1207006503'), ('const-2', u'INT_MULT_-1207011237'), ('tmp_21757', u'CAST_-1207007301'), (u'CAST_-1207006727', u'CALL_-1207012296'), (u'CALL_-1207012296', u'INDIRECT_-1207007939'), ('tmp_6328', u'PTRSUB_-1207006687'), (u'INDIRECT_-1207006919', u'COPY_-1207006190'), ('tmp_2738', u'CBRANCH_-1207010768'), (u'COPY_-1207007861', u'MULTIEQUAL_-1207009227'), (u'STORE_-1207011883', u'INDIRECT_-1207007314'), (u'INT_ADD_-1207011249', u'CAST_-1207005165'), (u'CALL_-1207011693', u'INDIRECT_-1207008183'), (u'INT_ZEXT_-1207009924', u'PTRADD_-1207012204'), (u'STORE_-1207012802', u'INDIRECT_-1207007411'), (u'STORE_-1207011193', u'INDIRECT_-1207006545'), (u'STORE_-1207011883', u'INDIRECT_-1207007786'), ('const-0', u'INT_EQUAL_-1207011079'), (u'STORE_-1207012802', u'INDIRECT_-1207007057'), ('const-433', u'STORE_-1207011126'), (u'MULTIEQUAL_-1207005842', u'MULTIEQUAL_-1207007831'), ('tmp_6328', u'CALL_-1207012716'), (u'STORE_-1207011152', u'INDIRECT_-1207006522'), (u'MULTIEQUAL_-1207007665', u'COPY_-1207007228'), ('tmp_1106', u'CBRANCH_-1207012409'), (u'INDIRECT_-1207007026', u'MULTIEQUAL_-1207006905'), (u'MULTIEQUAL_-1207009707', u'PTRADD_-1207012043'), (u'MULTIEQUAL_-1207007028', u'MULTIEQUAL_-1207007017'), (u'INDIRECT_-1207008701', u'MULTIEQUAL_-1207007266'), (u'INDIRECT_-1207007715', u'MULTIEQUAL_-1207006453'), ('const-25', u'PTRSUB_-1207007496'), (u'INDIRECT_-1207007288', u'MULTIEQUAL_-1207008212'), ('tmp_6328', u'PTRSUB_-1207007314'), (u'PTRSUB_-1207007296', u'STORE_-1207013780'), (u'LOAD_-1207014146', u'INT_EQUAL_-1207012413'), (u'INDIRECT_-1207006522', u'MULTIEQUAL_-1207008566'), ('tmp_3260', u'BRANCH_-1207010740'), (u'MULTIEQUAL_-1207006976', u'MULTIEQUAL_-1207006771'), (u'MULTIEQUAL_-1207007264', u'MULTIEQUAL_-1207008330'), (u'INDIRECT_-1207006845', u'MULTIEQUAL_-1207006758'), (u'STORE_-1207012412', u'INDIRECT_-1207007187'), (u'STORE_-1207012737', u'INDIRECT_-1207007141'), (u'INDIRECT_-1207008023', u'LOAD_-1207013942'), ('const-433', u'LOAD_-1207013653'), (u'INDIRECT_-1207006329', u'MULTIEQUAL_-1207006208'), ('const-433', u'LOAD_-1207011043'), (u'STORE_-1207011911', u'INDIRECT_-1207006497'), (u'MULTIEQUAL_-1207008236', u'LOAD_-1207011260'), (u'MULTIEQUAL_-1207010001', u'CAST_-1207007198'), (u'INDIRECT_-1207005789', u'MULTIEQUAL_-1207006637'), (u'INDIRECT_-1207006937', u'MULTIEQUAL_-1207008094'), (u'STORE_-1207012472', u'INDIRECT_-1207007180'), ('tmp_369', u'CBRANCH_-1207012822'), (u'CAST_-1207005063', u'INT_ADD_-1207011027'), (u'CALL_-1207010525', u'INDIRECT_-1207006589'), (u'CALL_-1207011768', u'INDIRECT_-1207007993'), (u'CALL_-1207012475', u'INDIRECT_-1207007326'), (u'CALL_-1207010153', u'INDIRECT_-1207006359'), ('const-0', u'INT_SLESS_-1207011422'), (u'CALL_-1207011558', u'INDIRECT_-1207006251'), ('tmp_4721', u'CBRANCH_-1207011190'), ('const-433', u'LOAD_-1207011264'), (u'INT_MULT_-1207011015', u'INT_ADD_-1207011027'), (u'PTRSUB_-1207006427', u'CAST_-1207006236'), (u'CAST_-1207006652', u'COPY_-1207006753'), (u'CALL_-1207012363', u'INDIRECT_-1207006806'), (u'INDIRECT_-1207007829', u'PTRADD_-1207011526'), (u'INDIRECT_-1207007501', u'SUBPIECE_-1207006464'), (u'CAST_-1207005671', u'COPY_-1207005753'), (u'INDIRECT_-1207007418', u'MULTIEQUAL_-1207008094'), (u'INDIRECT_-1207006434', u'MULTIEQUAL_-1207007976'), (u'PTRADD_-1207011755', u'LOAD_-1207011817'), (u'PTRADD_-1207011755', u'LOAD_-1207011817'), (u'INDIRECT_-1207008465', u'MULTIEQUAL_-1207006787'), ('tmp_21757', u'LOAD_-1207014187'), (u'INDIRECT_-1207007418', u'MULTIEQUAL_-1207006187'), (u'INDIRECT_-1207006866', u'MULTIEQUAL_-1207005842'), ('tmp_6328', u'PTRSUB_-1207007303'), (u'CALL_-1207011693', u'INDIRECT_-1207008301'), (u'INDIRECT_-1207007146', u'MULTIEQUAL_-1207007105'), (u'MULTIEQUAL_-1207005878', u'MULTIEQUAL_-1207005837'), (u'INDIRECT_-1207007780', u'MULTIEQUAL_-1207007752'), (u'INT_ADD_-1207011129', u'MULTIEQUAL_-1207008203'), ('const-2', u'STORE_-1207011072'), (u'CALL_-1207011693', u'INDIRECT_-1207008419'), (u'CALL_-1207012004', u'CALL_-1207011988'), ('tmp_2436', u'CBRANCH_-1207011166'), (u'INDIRECT_-1207006571', u'MULTIEQUAL_-1207006540'), ('tmp_1145', u'CBRANCH_-1207012374'), (u'INT_EQUAL_-1207009986', u'CBRANCH_-1207009984'), (u'CALL_-1207011916', u'INDIRECT_-1207007635'), (u'CALL_-1207011588', u'INDIRECT_-1207006502'), (u'INDIRECT_-1207006466', u'MULTIEQUAL_-1207008566'), (u'CALL_-1207013641', u'INDIRECT_-1207008468'), (u'INT_AND_-1207007334', u'INT_XOR_-1207007337'), (u'STORE_-1207011495', u'INDIRECT_-1207006597'), ('tmp_6328', u'PTRSUB_-1207005339'), (u'MULTIEQUAL_-1207010001', u'PTRADD_-1207010121'), (u'CALL_-1207013844', u'INDIRECT_-1207008089'), ('const-252', u'INT_AND_-1207007360'), (u'INDIRECT_-1207007833', u'MULTIEQUAL_-1207007510'), (u'INDIRECT_-1207006261', u'MULTIEQUAL_-1207007112'), (u'CALL_-1207010017', u'INDIRECT_-1207005683'), (u'PTRSUB_-1207006255', u'PTRADD_-1207006255'), (u'LOAD_-1207013871', u'INT_NOTEQUAL_-1207013852'), (u'INDIRECT_-1207007890', u'MULTIEQUAL_-1207008566'), ('const-2', u'INT_LESS_-1207010225'), (u'INDIRECT_-1207007153', u'MULTIEQUAL_-1207008448'), (u'INT_OR_-1207009106', u'STORE_-1207014190'), (u'STORE_-1207013617', u'INDIRECT_-1207008606'), (u'INDIRECT_-1207007057', u'MULTIEQUAL_-1207005977'), ('const-433', u'LOAD_-1207013826'), ('const-0', u'PTRSUB_-1207005323'), (u'CALL_-1207011768', u'INT_NOTEQUAL_-1207011753'), (u'INDIRECT_-1207007160', u'MULTIEQUAL_-1207008448'), (u'INDIRECT_-1207008419', u'MULTIEQUAL_-1207007023'), (u'CAST_-1207007066', u'COPY_-1207007206'), ('const-1', u'PTRADD_-1207011018'), (u'INT_EQUAL_-1207012252', u'CBRANCH_-1207012246'), (u'INDIRECT_-1207008495', u'MULTIEQUAL_-1207008363'), (u'STORE_-1207012132', u'INDIRECT_-1207007565'), ('tmp_6328', u'PTRSUB_-1207006826'), (u'INDIRECT_-1207006724', u'MULTIEQUAL_-1207007112'), (u'INT_ZEXT_-1207008123', u'PTRADD_-1207011202'), (u'CALL_-1207012716', u'INDIRECT_-1207007682'), (u'SUBPIECE_-1207008456', u'INT_SLESS_-1207011110'), ('tmp_6171', u'CBRANCH_-1207010147'), ('const-433', u'STORE_-1207011257'), (u'STORE_-1207011257', u'INDIRECT_-1207006217'), (u'PTRADD_-1207011712', u'LOAD_-1207011774'), ('const-93', u'INT_EQUAL_-1207011214'), (u'MULTIEQUAL_-1207008131', u'INT_SLESSEQUAL_-1207011009'), (u'CALL_-1207010129', u'INDIRECT_-1207006348'), (u'LOAD_-1207014146', u'INT_EQUAL_-1207011462'), (u'INDIRECT_-1207007273', u'CALL_-1207011932'), (u'INDIRECT_-1207007638', u'MULTIEQUAL_-1207007535'), (u'MULTIEQUAL_-1207006107', u'MULTIEQUAL_-1207008448'), (u'INDIRECT_-1207008443', u'MULTIEQUAL_-1207008363'), (u'STORE_-1207011049', u'INDIRECT_-1207006999'), ('const-16', u'PTRSUB_-1207004981'), ('const-0', u'PTRSUB_-1207006955'), (u'LOAD_-1207013871', u'CALL_-1207013844'), (u'INT_2COMP_-1207011232', u'CAST_-1207005643'), (u'PTRADD_-1207011769', u'COPY_-1207006567'), (u'STORE_-1207011163', u'INDIRECT_-1207006937'), ('const-433', u'STORE_-1207011412'), (u'CALL_-1207013844', u'INDIRECT_-1207007780'), (u'MULTIEQUAL_-1207007665', u'COPY_-1207007213'), (u'CALL_-1207011900', u'INDIRECT_-1207007623'), ('const-16', u'PTRSUB_-1207005371'), (u'STORE_-1207011905', u'INDIRECT_-1207006728'), (u'INT_ZEXT_-1207010255', u'PTRADD_-1207011746'), ('const-1', u'PTRADD_-1207014105'), (u'INDIRECT_-1207006806', u'MULTIEQUAL_-1207008094'), (u'STORE_-1207013617', u'INDIRECT_-1207008134'), ('tmp_6328', u'PTRSUB_-1207007282'), (u'CALL_-1207012004', u'INDIRECT_-1207006931'), (u'PTRSUB_-1207006344', u'LOAD_-1207012569'), (u'STORE_-1207013780', u'INDIRECT_-1207008170'), (u'CALL_-1207013802', u'INDIRECT_-1207007763'), ('const-0', u'PTRSUB_-1207011207'), (u'CALL_-1207011916', u'INDIRECT_-1207007989'), ('const-25', u'PTRSUB_-1207005862'), (u'INDIRECT_-1207005916', u'MULTIEQUAL_-1207008212'), (u'CALL_-1207011916', u'INDIRECT_-1207007517'), (u'INDIRECT_-1207006066', u'MULTIEQUAL_-1207006876'), (u'CALL_-1207011520', u'INDIRECT_-1207007225'), (u'MULTIEQUAL_-1207008131', u'INT_MULT_-1207011015'), (u'INDIRECT_-1207006866', u'MULTIEQUAL_-1207006976'), (u'STORE_-1207011899', u'INDIRECT_-1207006252'), (u'CALL_-1207011520', u'INDIRECT_-1207006871'), (u'CALL_-1207010525', u'INDIRECT_-1207006235'), (u'CALL_-1207011113', u'INDIRECT_-1207006309'), (u'INT_EQUAL_-1207011421', u'CBRANCH_-1207011419'), (u'INDIRECT_-1207008109', u'MULTIEQUAL_-1207008330'), (u'INDIRECT_-1207007947', u'MULTIEQUAL_-1207006551'), ('const-0', u'INT_EQUAL_-1207012008'), (u'CALL_-1207012004', u'CALL_-1207011397'), (u'PTRSUB_-1207005662', u'PTRADD_-1207005662'), (u'INDIRECT_-1207006273', u'MULTIEQUAL_-1207008566'), (u'INDIRECT_-1207007479', u'MULTIEQUAL_-1207008212'), (u'LOAD_-1207013761', u'INT_NOTEQUAL_-1207013740'), (u'INDIRECT_-1207006606', u'MULTIEQUAL_-1207006994'), (u'MULTIEQUAL_-1207005633', u'MULTIEQUAL_-1207007976'), ('const-1', u'INT_AND_-1207012238'), (u'CAST_-1207006554', u'CALL_-1207011916'), (u'INDIRECT_-1207006447', u'MULTIEQUAL_-1207006343'), ('const-34', u'INT_NOTEQUAL_-1207010134'), ('const-5', u'INT_EQUAL_-1207013727'), (u'MULTIEQUAL_-1207006771', u'MULTIEQUAL_-1207007831'), (u'PTRADD_-1207014149', u'CAST_-1207007289'), (u'CALL_-1207011988', u'INDIRECT_-1207006919'), (u'CALL_-1207011558', u'INDIRECT_-1207006605'), ('tmp_4922', u'CBRANCH_-1207011429'), (u'STORE_-1207011049', u'INDIRECT_-1207007353'), ('const-433', u'STORE_-1207011487'), (u'INDIRECT_-1207007529', u'MULTIEQUAL_-1207006453'), (u'COPY_-1207007002', u'MULTIEQUAL_-1207006425'), ('tmp_6328', u'PTRSUB_-1207007233'), (u'INT_EQUAL_-1207010084', u'CBRANCH_-1207010080'), (u'MULTIEQUAL_-1207006234', u'MULTIEQUAL_-1207008330'), (u'COPY_-1207011208', u'MULTIEQUAL_-1207007828'), (u'STORE_-1207010545', u'INDIRECT_-1207006323'), (u'INT_NOTEQUAL_-1207013852', u'CBRANCH_-1207013851'), (u'INDIRECT_-1207007682', u'LOAD_-1207011234'), ('const-2', u'INT_MULT_-1207007210'), (u'LOAD_-1207011260', u'INT_NEGATE_-1207011236'), (u'INT_EQUAL_-1207012330', u'CBRANCH_-1207012325'), ('const-433', u'STORE_-1207012737'), (u'INDIRECT_-1207006730', u'MULTIEQUAL_-1207008330'), (u'CALL_-1207013802', u'INDIRECT_-1207008544'), (u'STORE_-1207011911', u'INDIRECT_-1207006615'), (u'INDIRECT_-1207007392', u'MULTIEQUAL_-1207008049'), ('const--1', u'PTRADD_-1207011526'), ('const-433', u'STORE_-1207012472'), (u'INDIRECT_-1207006781', u'MULTIEQUAL_-1207006713'), (u'SUBPIECE_-1207007432', u'CALL_-1207010018'), ('const-1', u'INT_RIGHT_-1207010654'), (u'CALL_-1207011435', u'INDIRECT_-1207005653'), (u'INDIRECT_-1207006309', u'MULTIEQUAL_-1207005989'), (u'STORE_-1207012802', u'INDIRECT_-1207006939'), (u'INT_NOTEQUAL_-1207009463', u'CBRANCH_-1207009462'), (u'PTRSUB_-1207005351', u'LOAD_-1207011472'), (u'INT_SLESSEQUAL_-1207012408', u'INT_ZEXT_-1207009523'), (u'INT_NOTEQUAL_-1207012624', u'CBRANCH_-1207012622'), ('const-2', u'INT_LESS_-1207012502'), ('const-1', u'PTRADD_-1207012213'), (u'CALL_-1207011548', u'INDIRECT_-1207007002'), (u'INDIRECT_-1207007361', u'MULTIEQUAL_-1207006099'), (u'INDIRECT_-1207007597', u'MULTIEQUAL_-1207007274'), (u'INDIRECT_-1207006348', u'MULTIEQUAL_-1207006311'), (u'INDIRECT_-1207007833', u'MULTIEQUAL_-1207006571'), (u'INDIRECT_-1207008384', u'SUBPIECE_-1207007509'), ('tmp_4410', u'BRANCH_-1207010522'), (u'CAST_-1207007301', u'COPY_-1207007399'), (u'CALL_-1207012765', u'CAST_-1207005967'), (u'INT_SLESS_-1207011193', u'CBRANCH_-1207011200'), ('const-16', u'PTRSUB_-1207005361'), (u'STORE_-1207010607', u'INDIRECT_-1207006615'), ('const-41', u'INT_EQUAL_-1207011555'), ('tmp_5430', u'CBRANCH_-1207010114'), (u'INT_ZEXT_-1207009943', u'INT_ADD_-1207006902'), ('const-24', u'PTRSUB_-1207005122'), (u'MULTIEQUAL_-1207008203', u'INT_ADD_-1207011129'), (u'MULTIEQUAL_-1207008481', u'MULTIEQUAL_-1207008456'), (u'INT_NOTEQUAL_-1207014113', u'CBRANCH_-1207014106'), (u'INDIRECT_-1207007715', u'MULTIEQUAL_-1207007587'), (u'INDIRECT_-1207005856', u'MULTIEQUAL_-1207006866'), (u'CALL_-1207012584', u'INDIRECT_-1207008109'), (u'STORE_-1207011152', u'INDIRECT_-1207006286'), ('const-254', u'INT_AND_-1207007349'), (u'INT_EQUAL_-1207010101', u'CBRANCH_-1207010098'), (u'CALL_-1207012037', u'INDIRECT_-1207007464'), ('tmp_2011', u'BRANCH_-1207012478'), (u'STORE_-1207011169', u'INDIRECT_-1207007295'), ('tmp_6328', u'CALL_-1207010323'), ('tmp_6329', u'INT_NOTEQUAL_-1207013828'), (u'INDIRECT_-1207007175', u'MULTIEQUAL_-1207007233'), (u'LOAD_-1207014146', u'INT_EQUAL_-1207010118'), (u'CALL_-1207012004', u'CALL_-1207011472'), (u'PTRADD_-1207012043', u'CAST_-1207006638'), (u'MULTIEQUAL_-1207006906', u'MULTIEQUAL_-1207007976'), (u'CALL_-1207010153', u'CAST_-1207004909'), (u'INT_MULT_-1207007210', u'INT_OR_-1207007343'), (u'INT_EQUAL_-1207010000', u'CBRANCH_-1207009999'), (u'INDIRECT_-1207007518', u'SUBPIECE_-1207006646'), (u'INDIRECT_-1207008057', u'MULTIEQUAL_-1207007931'), ('const--48', u'PTRSUB_-1207006064'), (u'CALL_-1207012475', u'INDIRECT_-1207007208'), (u'CALL_-1207011693', u'INDIRECT_-1207007638'), (u'INT_AND_-1207012812', u'INT_NOTEQUAL_-1207012825'), (u'LOAD_-1207014146', u'INT_NOTEQUAL_-1207010134'), (u'INDIRECT_-1207006788', u'MULTIEQUAL_-1207008330'), (u'LOAD_-1207009497', u'INT_SUB_-1207009470'), (u'INDIRECT_-1207007144', u'MULTIEQUAL_-1207007023'), ('const-5', u'CALL_-1207011148'), (u'CALL_-1207011932', u'INDIRECT_-1207007883'), (u'CALL_-1207011522', u'INDIRECT_-1207007361'), (u'CALL_-1207012448', u'STORE_-1207012395'), (u'STORE_-1207010538', u'INDIRECT_-1207006554'), ('const-5', u'CALL_-1207010153'), (u'STORE_-1207012802', u'INDIRECT_-1207006821'), ('const-98', u'INT_NOTEQUAL_-1207011594'), (u'INDIRECT_-1207007052', u'MULTIEQUAL_-1207006781'), ('const-1', u'PTRADD_-1207011712'), (u'MULTIEQUAL_-1207006579', u'MULTIEQUAL_-1207006565'), (u'INT_EQUAL_-1207012159', u'CBRANCH_-1207012156'), (u'INDIRECT_-1207005758', u'STORE_-1207010118'), (u'MULTIEQUAL_-1207006616', u'CBRANCH_-1207012546'), (u'PTRSUB_-1207006405', u'PTRADD_-1207012547'), ('tmp_16121', u'PTRSUB_-1207006064'), ('const-1', u'PTRADD_-1207010835'), (u'CALL_-1207012765', u'INDIRECT_-1207006935'), (u'PTRSUB_-1207011207', u'CAST_-1207005170'), (u'PTRSUB_-1207006263', u'STORE_-1207012403'), ('const-0', u'CALL_-1207013770'), (u'MULTIEQUAL_-1207008019', u'COPY_-1207007216'), (u'MULTIEQUAL_-1207006501', u'MULTIEQUAL_-1207007831'), (u'LOAD_-1207013761', u'INT_EQUAL_-1207013727'), (u'CALL_-1207012716', u'INDIRECT_-1207008272'), ('const-0', u'RETURN_-1207007217'), (u'INDIRECT_-1207006851', u'MULTIEQUAL_-1207008330'), ('tmp_6328', u'PTRSUB_-1207007474'), (u'MULTIEQUAL_-1207010001', u'PTRADD_-1207010164'), (u'INDIRECT_-1207007500', u'MULTIEQUAL_-1207007459'), (u'INDIRECT_-1207005680', u'PTRADD_-1207010015'), ('const-433', u'LOAD_-1207012407'), ('const-253', u'INT_AND_-1207009450'), (u'CALL_-1207011522', u'INDIRECT_-1207007052'), ('const-2', u'PTRADD_-1207010121'), (u'LOAD_-1207014146', u'INT_ZEXT_-1207007374'), (u'INDIRECT_-1207007035', u'MULTIEQUAL_-1207008330'), ('const-25', u'PTRSUB_-1207007474'), ('tmp_6328', u'PTRSUB_-1207006382'), ('const-433', u'STORE_-1207014190'), (u'INT_EQUAL_-1207013727', u'CBRANCH_-1207013716'), (u'STORE_-1207013780', u'INDIRECT_-1207008406'), (u'CALL_-1207012765', u'INDIRECT_-1207007407'), (u'COPY_-1207007389', u'MULTIEQUAL_-1207010001'), (u'INDIRECT_-1207008036', u'MULTIEQUAL_-1207007901'), (u'INDIRECT_-1207005798', u'MULTIEQUAL_-1207008094'), ('const-433', u'STORE_-1207011889'), (u'STORE_-1207013617', u'INDIRECT_-1207008488'), (u'CALL_-1207012475', u'INDIRECT_-1207007090'), (u'INDIRECT_-1207007597', u'MULTIEQUAL_-1207008330'), (u'LOAD_-1207010097', u'INT_EQUAL_-1207010082'), (u'CALL_-1207011333', u'INDIRECT_-1207006363'), (u'INDIRECT_-1207006610', u'MULTIEQUAL_-1207008566'), (u'CALL_-1207012296', u'INDIRECT_-1207008175'), ('tmp_2245', u'CBRANCH_-1207012378'), (u'MULTIEQUAL_-1207006311', u'MULTIEQUAL_-1207008448'), (u'CALL_-1207010525', u'INDIRECT_-1207005926'), (u'CALL_-1207011113', u'INDIRECT_-1207006663'), (u'MULTIEQUAL_-1207007248', u'COPY_-1207006564'), (u'MULTIEQUAL_-1207010001', u'PTRADD_-1207012299'), (u'LOAD_-1207014146', u'INT_EQUAL_-1207012808'), (u'INT_EQUAL_-1207011107', u'CBRANCH_-1207011105'), ('const-433', u'STORE_-1207012395'), (u'STORE_-1207011899', u'INDIRECT_-1207006606'), (u'STORE_-1207011876', u'INDIRECT_-1207007309'), (u'INDIRECT_-1207007991', u'MULTIEQUAL_-1207008212'), (u'CALL_-1207011397', u'INDIRECT_-1207005941'), ('const-32', u'INT_NOTEQUAL_-1207012624'), ('const-1', u'PTRADD_-1207011769'), (u'CALL_-1207010091', u'INDIRECT_-1207006848'), (u'MULTIEQUAL_-1207008137', u'COPY_-1207007232'), (u'MULTIEQUAL_-1207006116', u'INT_ADD_-1207011073'), ('const-16', u'PTRSUB_-1207005895'), (u'CALL_-1207010129', u'INDIRECT_-1207006112'), (u'INDIRECT_-1207006138', u'MULTIEQUAL_-1207006086'), (u'STORE_-1207010545', u'INDIRECT_-1207006795'), (u'MULTIEQUAL_-1207007274', u'MULTIEQUAL_-1207007264'), (u'CALL_-1207010091', u'INDIRECT_-1207006966'), (u'INDIRECT_-1207006374', u'MULTIEQUAL_-1207008330'), (u'CALL_-1207011932', u'INDIRECT_-1207007220'), (u'STORE_-1207011876', u'INDIRECT_-1207007427'), (u'INDIRECT_-1207006210', u'MULTIEQUAL_-1207007223'), (u'STORE_-1207010545', u'INDIRECT_-1207006559'), (u'CALL_-1207012448', u'INDIRECT_-1207007097'), ('tmp_3020', u'CBRANCH_-1207011185'), (u'MULTIEQUAL_-1207005957', u'MULTIEQUAL_-1207008094'), (u'CALL_-1207010191', u'INDIRECT_-1207006800'), (u'INDIRECT_-1207006564', u'MULTIEQUAL_-1207008094'), (u'CALL_-1207013951', u'INDIRECT_-1207008377'), ('const-1', u'PTRADD_-1207011591'), ('tmp_2511', u'CBRANCH_-1207011117'), (u'COPY_-1207010750', u'MULTIEQUAL_-1207007828'), ('tmp_6328', u'PTRSUB_-1207005184'), (u'STORE_-1207011883', u'INDIRECT_-1207007550'), (u'INDIRECT_-1207006243', u'MULTIEQUAL_-1207007105'), (u'INT_XOR_-1207007337', u'INT_MULT_-1207007210'), (u'INDIRECT_-1207007196', u'MULTIEQUAL_-1207005925'), (u'MULTIEQUAL_-1207006222', u'MULTIEQUAL_-1207006208'), (u'STORE_-1207011257', u'INDIRECT_-1207006335'), (u'COPY_-1207007299', u'MULTIEQUAL_-1207007976'), ('tmp_1681', u'CBRANCH_-1207012431'), (u'STORE_-1207011905', u'INDIRECT_-1207006374'), ('const-1', u'INT_ADD_-1207011129'), ('const-1', u'PTRADD_-1207011755'), (u'CALL_-1207011900', u'INDIRECT_-1207007196'), (u'LOAD_-1207010914', u'INT_ZEXT_-1207009285'), (u'CALL_-1207010191', u'INDIRECT_-1207006446'), ('const-16', u'PTRSUB_-1207006382'), (u'MULTIEQUAL_-1207006916', u'MULTIEQUAL_-1207006906'), (u'MULTIEQUAL_-1207007587', u'MULTIEQUAL_-1207006422'), (u'INT_ADD_-1207011005', u'CAST_-1207005053'), (u'MULTIEQUAL_-1207007543', u'LOAD_-1207012640'), ('const-16', u'PTRSUB_-1207006432'), ('const-0', u'PTRSUB_-1207007457'), ('const-433', u'STORE_-1207012403'), (u'INDIRECT_-1207007300', u'COPY_-1207006585'), (u'INDIRECT_-1207006871', u'MULTIEQUAL_-1207007783'), (u'COPY_-1207013697', u'RETURN_-1207013654'), ('const-433', u'LOAD_-1207010895'), (u'LOAD_-1207012091', u'INT_EQUAL_-1207012076'), (u'CAST_-1207006223', u'STORE_-1207012371'), ('const-433', u'LOAD_-1207013889'), (u'PTRSUB_-1207005380', u'LOAD_-1207010097'), (u'CALL_-1207012296', u'INT_EQUAL_-1207012282'), ('tmp_3619', u'CBRANCH_-1207012280'), (u'LOAD_-1207012275', u'INT_ZEXT_-1207009924'), ('tmp_5582', u'CBRANCH_-1207010879'), (u'CAST_-1207006620', u'MULTIEQUAL_-1207007381'), (u'MULTIEQUAL_-1207006072', u'MULTIEQUAL_-1207006501'), (u'STORE_-1207014190', u'INDIRECT_-1207008347'), ('tmp_5720', u'CBRANCH_-1207011752'), (u'STORE_-1207013780', u'INDIRECT_-1207008288'), (u'STORE_-1207012737', u'INDIRECT_-1207007023'), (u'INDIRECT_-1207008114', u'COPY_-1207008149'), (u'PTRADD_-1207012547', u'LOAD_-1207012607'), (u'PTRSUB_-1207005784', u'STORE_-1207011238'), (u'MULTIEQUAL_-1207007901', u'COPY_-1207007215'), (u'CALL_-1207012584', u'INDIRECT_-1207007564'), (u'CALL_-1207012037', u'INDIRECT_-1207007818'), ('const-433', u'LOAD_-1207012361'), (u'INDIRECT_-1207008583', u'MULTIEQUAL_-1207008148'), (u'STORE_-1207011019', u'INDIRECT_-1207005994'), ('tmp_4254', u'CBRANCH_-1207011789'), (u'MULTIEQUAL_-1207009670', u'PTRADD_-1207010359'), (u'CALL_-1207012716', u'COPY_-1207007229'), (u'STORE_-1207013766', u'INDIRECT_-1207008161'), (u'INDIRECT_-1207007052', u'MULTIEQUAL_-1207007831'), ('const-0', u'CALL_-1207012716'), (u'COPY_-1207006417', u'MULTIEQUAL_-1207009349'), (u'PTRSUB_-1207007291', u'PTRADD_-1207013666'), (u'INDIRECT_-1207006919', u'MULTIEQUAL_-1207006801'), (u'INDIRECT_-1207007772', u'MULTIEQUAL_-1207006541'), (u'LOAD_-1207014146', u'INT_ZEXT_-1207007373'), (u'PTRADD_-1207012299', u'LOAD_-1207012361'), (u'INDIRECT_-1207008347', u'MULTIEQUAL_-1207008148'), (u'PTRSUB_-1207005274', u'CAST_-1207005063'), (u'INDIRECT_-1207005981', u'MULTIEQUAL_-1207005633'), (u'COPY_-1207006585', u'MULTIEQUAL_-1207007248'), ('tmp_6328', u'PTRSUB_-1207007334'), (u'INT_AND_-1207008437', u'INT_NOTEQUAL_-1207011987'), ('const-0', u'INT_EQUAL_-1207012506'), (u'INDIRECT_-1207008229', u'MULTIEQUAL_-1207006551'), (u'MULTIEQUAL_-1207008162', u'MULTIEQUAL_-1207008138'), (u'MULTIEQUAL_-1207006425', u'CAST_-1207005671'), (u'CALL_-1207010525', u'INDIRECT_-1207006471'), (u'INDIRECT_-1207007409', u'MULTIEQUAL_-1207008566'), (u'MULTIEQUAL_-1207007146', u'MULTIEQUAL_-1207007135'), (u'MULTIEQUAL_-1207009707', u'LOAD_-1207012128'), (u'INDIRECT_-1207008229', u'MULTIEQUAL_-1207006794'), ('const-433', u'STORE_-1207011193'), (u'STORE_-1207011883', u'INDIRECT_-1207007904'), (u'STORE_-1207011152', u'INDIRECT_-1207006168'), (u'LOAD_-1207012398', u'INT_EQUAL_-1207012383'), (u'INDIRECT_-1207006554', u'MULTIEQUAL_-1207008330'), (u'CAST_-1207005165', u'INT_NOTEQUAL_-1207011226'), ('const-0', u'INT_EQUAL_-1207012595'), (u'STORE_-1207012132', u'INDIRECT_-1207007683'), ('const-433', u'STORE_-1207011169'), ('const-6', u'INT_EQUAL_-1207012531'), ('const-1', u'COPY_-1207011068'), (u'CALL_-1207012296', u'INDIRECT_-1207007821'), ('const-16', u'PTRSUB_-1207005109'), (u'INDIRECT_-1207006643', u'MULTIEQUAL_-1207008094'), (u'INDIRECT_-1207006790', u'MULTIEQUAL_-1207006669'), ('const-2', u'INT_NOTEQUAL_-1207012548'), ('const-126', u'INT_EQUAL_-1207012569'), (u'STORE_-1207011169', u'INDIRECT_-1207007059'), (u'CALL_-1207011397', u'INDIRECT_-1207006177'), (u'INDIRECT_-1207007642', u'MULTIEQUAL_-1207008566'), ('tmp_856', u'CBRANCH_-1207013716'), (u'STORE_-1207010607', u'INDIRECT_-1207006851'), (u'PTRSUB_-1207005913', u'LOAD_-1207010759'), (u'MULTIEQUAL_-1207010001', u'LOAD_-1207014146'), (u'MULTIEQUAL_-1207006781', u'MULTIEQUAL_-1207006771'), (u'INDIRECT_-1207007052', u'MULTIEQUAL_-1207006760'), (u'MULTIEQUAL_-1207006616', u'BOOL_NEGATE_-1207005212'), (u'CALL_-1207011333', u'INDIRECT_-1207006672'), (u'SUBPIECE_-1207007509', u'MULTIEQUAL_-1207007495'), (u'CAST_-1207005646', u'INT_ZEXT_-1207009001'), (u'INDIRECT_-1207007411', u'MULTIEQUAL_-1207007469'), (u'STORE_-1207012371', u'INDIRECT_-1207007288'), (u'STORE_-1207011126', u'INDIRECT_-1207006256'), ('const-93', u'COPY_-1207006513'), (u'INDIRECT_-1207007873', u'MULTIEQUAL_-1207008094'), ('tmp_6328', u'PTRSUB_-1207006549'), (u'PTRSUB_-1207006191', u'STORE_-1207011169'), (u'INDIRECT_-1207007683', u'MULTIEQUAL_-1207006305'), ('const-2', u'PTRADD_-1207011679'), (u'INDIRECT_-1207007274', u'MULTIEQUAL_-1207007148'), (u'INDIRECT_-1207007833', u'INT_EQUAL_-1207009986'), (u'MULTIEQUAL_-1207009874', u'COPY_-1207013697'), ('const-25', u'PTRSUB_-1207005890'), (u'STORE_-1207011905', u'INDIRECT_-1207006846'), ('const-1', u'PTRADD_-1207014067'), (u'CALL_-1207013641', u'INDIRECT_-1207008114'), (u'INDIRECT_-1207006924', u'MULTIEQUAL_-1207008212'), (u'CALL_-1207012037', u'INDIRECT_-1207007700'), ('const-433', u'STORE_-1207011899'), (u'COPY_-1207007399', u'MULTIEQUAL_-1207010001'), (u'CALL_-1207012296', u'INDIRECT_-1207007394'), (u'LOAD_-1207014146', u'INT_EQUAL_-1207012689'), (u'CAST_-1207006638', u'MULTIEQUAL_-1207007381'), (u'STORE_-1207011169', u'INDIRECT_-1207007177'), ('const-433', u'STORE_-1207011905'), (u'CALL_-1207010091', u'INDIRECT_-1207006494'), (u'INDIRECT_-1207005807', u'MULTIEQUAL_-1207005723'), (u'SUBPIECE_-1207006960', u'MULTIEQUAL_-1207006918'), (u'STORE_-1207011468', u'INDIRECT_-1207006420'), ('const-0', u'INT_NOTEQUAL_-1207011753'), (u'MULTIEQUAL_-1207006588', u'MULTIEQUAL_-1207006713'), (u'INT_SEXT_-1207011208', u'MULTIEQUAL_-1207008203'), ('const-32', u'INT_EQUAL_-1207012076'), (u'CALL_-1207013802', u'INDIRECT_-1207008308'), (u'CALL_-1207010549', u'INDIRECT_-1207006718'), (u'INDIRECT_-1207008347', u'MULTIEQUAL_-1207007912'), (u'INDIRECT_-1207006554', u'MULTIEQUAL_-1207006723'), ('const-258', u'INT_OR_-1207012359'), ('const-9', u'STORE_-1207012403'), (u'LOAD_-1207010183', u'INT_SUB_-1207010156'), (u'STORE_-1207011495', u'INDIRECT_-1207006125'), (u'INDIRECT_-1207006217', u'MULTIEQUAL_-1207005871'), (u'CALL_-1207012363', u'INDIRECT_-1207007160'), (u'MULTIEQUAL_-1207005871', u'MULTIEQUAL_-1207006116'), (u'INT_ADD_-1207011129', u'SUBPIECE_-1207008456'), ('const-1', u'PTRADD_-1207010359'), (u'INDIRECT_-1207008227', u'MULTIEQUAL_-1207008448'), ('tmp_3106', u'BRANCH_-1207011102'), (u'INDIRECT_-1207008377', u'MULTIEQUAL_-1207008245'), ('const-1309864', u'COPY_-1207006082'), (u'MULTIEQUAL_-1207008102', u'COPY_-1207008184'), (u'INDIRECT_-1207007028', u'MULTIEQUAL_-1207006987'), ('const-3', u'STORE_-1207011175'), (u'INDIRECT_-1207006427', u'MULTIEQUAL_-1207006107'), (u'MULTIEQUAL_-1207010001', u'PTRADD_-1207012514'), ('const-20', u'INT_SLESS_-1207011193'), (u'COPY_-1207006082', u'CALL_-1207011548'), ('const-1', u'PTRADD_-1207012299'), ('const-0', u'PTRSUB_-1207006405'), (u'INDIRECT_-1207006302', u'MULTIEQUAL_-1207007112'), (u'PTRADD_-1207014067', u'LOAD_-1207014129'), (u'INDIRECT_-1207008465', u'MULTIEQUAL_-1207008266'), (u'LOAD_-1207011129', u'INT_NEGATE_-1207011105'), ('const-0', u'PTRSUB_-1207006128'), (u'COPY_-1207011981', u'MULTIEQUAL_-1207009041'), (u'MULTIEQUAL_-1207006470', u'MULTIEQUAL_-1207006429'), (u'INT_NOTEQUAL_-1207011186', u'CBRANCH_-1207011185'), (u'CALL_-1207011693', u'INDIRECT_-1207007947'), (u'INDIRECT_-1207006427', u'MULTIEQUAL_-1207007783'), (u'SUBPIECE_-1207008087', u'INT_SEXT_-1207011208'), ('tmp_5918', u'CBRANCH_-1207011593'), (u'INDIRECT_-1207005798', u'MULTIEQUAL_-1207005723'), (u'COPY_-1207006058', u'MULTIEQUAL_-1207006723'), (u'INDIRECT_-1207006801', u'MULTIEQUAL_-1207006697'), (u'STORE_-1207011889', u'INDIRECT_-1207007672'), (u'INDIRECT_-1207006683', u'MULTIEQUAL_-1207006579'), ('const-20', u'COPY_-1207011099'), ('const-8', u'PTRSUB_-1207007303'), (u'INDIRECT_-1207006752', u'MULTIEQUAL_-1207008330'), ('const-8', u'PTRSUB_-1207007287'), (u'CALL_-1207010091', u'INDIRECT_-1207006185'), (u'INDIRECT_-1207007394', u'MULTIEQUAL_-1207007320'), (u'LOAD_-1207012569', u'INT_EQUAL_-1207012531'), ('const-1', u'PTRADD_-1207012596'), (u'STORE_-1207012132', u'INDIRECT_-1207007801'), (u'MULTIEQUAL_-1207008245', u'MULTIEQUAL_-1207008220'), ('tmp_5534', u'BRANCH_-1207011043'), ('const-5', u'CALL_-1207011548'), (u'INT_EQUAL_-1207011462', u'BOOL_NEGATE_-1207006646'), (u'STORE_-1207011468', u'INDIRECT_-1207005830'), ('tmp_6328', u'PTRSUB_-1207006196'), ('tmp_3577', u'CBRANCH_-1207012325'), (u'PTRADD_-1207006255', u'CAST_-1207006047'), (u'CALL_-1207011148', u'CAST_-1207005357'), (u'COPY_-1207007229', u'RETURN_-1207007202'), (u'STORE_-1207011911', u'INDIRECT_-1207006733'), (u'MULTIEQUAL_-1207005837', u'MULTIEQUAL_-1207007976'), ('tmp_2833', u'CBRANCH_-1207012686'), (u'PTRADD_-1207010852', u'LOAD_-1207010914'), ('const-433', u'LOAD_-1207011260'), (u'INDIRECT_-1207007087', u'MULTIEQUAL_-1207008566'), ('const-126', u'INT_EQUAL_-1207012434'), (u'INDIRECT_-1207006589', u'MULTIEQUAL_-1207008448'), (u'LOAD_-1207011520', u'INT_EQUAL_-1207011500'), (u'STORE_-1207011169', u'INDIRECT_-1207006941'), (u'PTRSUB_-1207006211', u'PTRADD_-1207012778'), ('const-433', u'STORE_-1207011175'), (u'MULTIEQUAL_-1207007705', u'MULTIEQUAL_-1207007500'), ('const-433', u'LOAD_-1207011808'), (u'STORE_-1207011412', u'INDIRECT_-1207006274'), (u'LOAD_-1207011461', u'INT_SLESS_-1207011422'), (u'CAST_-1207005944', u'CALL_-1207011121'), (u'CALL_-1207011333', u'INDIRECT_-1207007026'), (u'INT_SUB_-1207009470', u'INT_AND_-1207009450'), ('const-433', u'STORE_-1207010074'), (u'PTRADD_-1207011526', u'CAST_-1207006919'), ('const-24', u'PTRSUB_-1207006120'), ('const-1', u'PTRADD_-1207010121'), (u'COPY_-1207006659', u'STORE_-1207011866'), (u'COPY_-1207011099', u'MULTIEQUAL_-1207007739'), (u'INT_ZEXT_-1207008085', u'CALL_-1207011113'), (u'STORE_-1207011866', u'INDIRECT_-1207007890'), (u'CAST_-1207005454', u'INT_EQUAL_-1207011944'), (u'COPY_-1207005555', u'CALL_-1207010549'), (u'INT_2COMP_-1207010717', u'INT_NOTEQUAL_-1207010689'), ('const-1693984', u'PTRSUB_-1207005375'), (u'LOAD_-1207012569', u'INT_NOTEQUAL_-1207012548'), (u'INT_SEXT_-1207011131', u'CAST_-1207005351'), (u'MULTIEQUAL_-1207010001', u'PTRADD_-1207010296'), ('tmp_2712', u'CBRANCH_-1207010986'), (u'STORE_-1207011468', u'INDIRECT_-1207006302'), ('const-40', u'INT_EQUAL_-1207012113'), (u'INT_LESS_-1207010139', u'CBRANCH_-1207010147'), (u'CALL_-1207011548', u'INDIRECT_-1207007120'), (u'INDIRECT_-1207005926', u'MULTIEQUAL_-1207007831'), ('const-34', u'INT_EQUAL_-1207012808'), (u'STORE_-1207012737', u'INDIRECT_-1207007259'), (u'INT_ADD_-1207006630', u'STORE_-1207011019'), (u'CALL_-1207011988', u'INDIRECT_-1207006801'), (u'COPY_-1207005594', u'CALL_-1207011588'), (u'INDIRECT_-1207007471', u'MULTIEQUAL_-1207008448'), ('const-1', u'PTRADD_-1207012091'), ('tmp_1651', u'CBRANCH_-1207012452'), ('const-433', u'STORE_-1207011163'), (u'INDIRECT_-1207008301', u'MULTIEQUAL_-1207006905'), (u'STORE_-1207011393', u'INDIRECT_-1207005907'), (u'INT_EQUAL_-1207012808', u'CBRANCH_-1207012805'), (u'CALL_-1207012004', u'INDIRECT_-1207006813'), (u'PTRSUB_-1207007457', u'PTRADD_-1207014067'), (u'PTRADD_-1207012596', u'MULTIEQUAL_-1207007543'), (u'CALL_-1207011121', u'INDIRECT_-1207006920'), ('const-34', u'INT_EQUAL_-1207010101'), (u'LOAD_-1207014187', u'INT_EQUAL_-1207014172'), (u'STORE_-1207014190', u'INDIRECT_-1207008465'), (u'STORE_-1207011883', u'INDIRECT_-1207007668'), (u'PTRSUB_-1207006222', u'STORE_-1207011169'), (u'INDIRECT_-1207005632', u'MULTIEQUAL_-1207006501'), (u'MULTIEQUAL_-1207009670', u'CAST_-1207007230'), (u'INDIRECT_-1207006485', u'MULTIEQUAL_-1207008448'), ('const-0', u'SUBPIECE_-1207007432'), ('const-1', u'PTRADD_-1207012596'), ('const-45', u'INT_EQUAL_-1207010768'), ('const-433', u'LOAD_-1207010269'), ('tmp_21763', u'MULTIEQUAL_-1207007831'), (u'STORE_-1207011347', u'INDIRECT_-1207006446'), (u'INDIRECT_-1207007037', u'MULTIEQUAL_-1207008094'), (u'INDIRECT_-1207007055', u'MULTIEQUAL_-1207008212'), ('const-0', u'SUBPIECE_-1207006646'), ('const-0', u'PTRSUB_-1207007233'), (u'CALL_-1207012571', u'INDIRECT_-1207007293'), ('const-1', u'PTRADD_-1207011613'), ('tmp_16121', u'PTRSUB_-1207007162'), (u'MULTIEQUAL_-1207009041', u'CALL_-1207011932'), (u'PTRADD_-1207012179', u'LOAD_-1207012241'), (u'STORE_-1207011889', u'INDIRECT_-1207007554'), (u'STORE_-1207011876', u'INDIRECT_-1207007781'), ('const-433', u'STORE_-1207011049'), (u'CALL_-1207011588', u'CAST_-1207005300'), (u'CALL_-1207013951', u'INDIRECT_-1207008023'), (u'INT_EQUAL_-1207012413', u'CBRANCH_-1207012410'), (u'CALL_-1207013951', u'INDIRECT_-1207008495'), (u'MULTIEQUAL_-1207007984', u'COPY_-1207008066'), (u'CALL_-1207011397', u'INDIRECT_-1207005823'), ('const-433', u'LOAD_-1207014146'), (u'INT_AND_-1207009450', u'INT_NOTEQUAL_-1207009463'), (u'STORE_-1207011163', u'INDIRECT_-1207007291'), (u'STORE_-1207014190', u'INDIRECT_-1207008229'), (u'INDIRECT_-1207007638', u'INT_NOTEQUAL_-1207011655'), ('const-16', u'CALL_-1207010323'), (u'STORE_-1207010607', u'INDIRECT_-1207006969'), (u'CALL_-1207013641', u'INDIRECT_-1207008232'), (u'LOAD_-1207013942', u'MULTIEQUAL_-1207007306'), (u'STORE_-1207012403', u'INDIRECT_-1207007382'), (u'CALL_-1207011397', u'INDIRECT_-1207007480'), (u'LOAD_-1207012407', u'INT_AND_-1207012373'), (u'MULTIEQUAL_-1207007233', u'MULTIEQUAL_-1207006068'), (u'STORE_-1207011866', u'INDIRECT_-1207007772'), ('const-433', u'LOAD_-1207012607'), (u'STORE_-1207010074', u'INDIRECT_-1207006367'), (u'INDIRECT_-1207006404', u'MULTIEQUAL_-1207006385'), ('const-1', u'INT_XOR_-1207007337'), ('const-1', u'INT_AND_-1207011067'), ('const-1309819', u'COPY_-1207007010'), (u'STORE_-1207012371', u'INDIRECT_-1207007052'), (u'INT_LESS_-1207010225', u'CBRANCH_-1207010233'), (u'MULTIEQUAL_-1207007469', u'MULTIEQUAL_-1207006304'), (u'MULTIEQUAL_-1207008203', u'INT_MULT_-1207011126'), (u'INT_ZEXT_-1207009979', u'PTRADD_-1207012282'), ('const-0', u'PTRSUB_-1207006910'), ('tmp_4048', u'CBRANCH_-1207011966'), (u'STORE_-1207012866', u'INDIRECT_-1207007509'), (u'CALL_-1207010091', u'INDIRECT_-1207006730'), (u'MULTIEQUAL_-1207010001', u'MULTIEQUAL_-1207009643'), ('tmp_5987', u'CBRANCH_-1207009462'), (u'CAST_-1207005170', u'MULTIEQUAL_-1207008236'), ('const-16', u'PTRSUB_-1207006258'), (u'INT_ZEXT_-1207009285', u'PTRADD_-1207010835'), ('tmp_4589', u'BRANCH_-1207010014'), (u'CALL_-1207012571', u'INDIRECT_-1207007647'), ('const-1', u'INT_ADD_-1207006630'), (u'INDIRECT_-1207006545', u'MULTIEQUAL_-1207007901'), ('tmp_6328', u'PTRSUB_-1207007496'), ('const-91', u'INT_NOTEQUAL_-1207012667'), (u'INDIRECT_-1207006670', u'MULTIEQUAL_-1207008212'), (u'CALL_-1207012475', u'INDIRECT_-1207006972'), (u'CALL_-1207012448', u'INDIRECT_-1207006979'), (u'INDIRECT_-1207007036', u'MULTIEQUAL_-1207008566'), ('const-433', u'STORE_-1207012866'), (u'SUBPIECE_-1207006960', u'MULTIEQUAL_-1207006920'), (u'LOAD_-1207011628', u'INT_NOTEQUAL_-1207011608'), (u'INT_ADD_-1207011073', u'MULTIEQUAL_-1207008212'), ('const-24', u'PTRSUB_-1207005591'), ('const-16', u'PTRSUB_-1207005556'), ('const-32', u'INT_EQUAL_-1207014172'), (u'INDIRECT_-1207007042', u'MULTIEQUAL_-1207006963'), (u'SUBPIECE_-1207006464', u'MULTIEQUAL_-1207006920'), (u'LOAD_-1207014146', u'INT_ZEXT_-1207007372'), (u'CALL_-1207012004', u'INDIRECT_-1207006459'), (u'STORE_-1207012472', u'INDIRECT_-1207007416'), (u'INDIRECT_-1207007529', u'MULTIEQUAL_-1207007392'), ('const-16', u'PTRSUB_-1207006549'), ('const-433', u'LOAD_-1207012640'), ('const-433', u'STORE_-1207010538'), (u'PTRSUB_-1207006128', u'PTRADD_-1207011033'), (u'PTRADD_-1207013865', u'LOAD_-1207013889'), ('tmp_3275', u'BRANCH_-1207012581'), (u'CALL_-1207010525', u'INDIRECT_-1207006353'), (u'INT_ADD_-1207011027', u'CAST_-1207005062'), (u'INDIRECT_-1207006370', u'MULTIEQUAL_-1207006758'), (u'CALL_-1207010549', u'INDIRECT_-1207006128'), ('const-0', u'INT_SLESS_-1207012580'), (u'PTRADD_-1207014105', u'CAST_-1207007297'), (u'MULTIEQUAL_-1207007351', u'MULTIEQUAL_-1207006186'), (u'CALL_-1207012716', u'COPY_-1207007244'), (u'INDIRECT_-1207006733', u'MULTIEQUAL_-1207008212'), (u'CALL_-1207012363', u'INDIRECT_-1207006924'), (u'INDIRECT_-1207006969', u'MULTIEQUAL_-1207008448'), ('const-0', u'SUBPIECE_-1207007509'), (u'STORE_-1207011193', u'INDIRECT_-1207006309'), ('const-1', u'PTRADD_-1207010997'), ('const-41', u'INT_EQUAL_-1207011749'), (u'LOAD_-1207011774', u'MULTIEQUAL_-1207008138'), (u'STORE_-1207013780', u'INDIRECT_-1207007934'), (u'INDIRECT_-1207006615', u'MULTIEQUAL_-1207006588'), (u'INT_LESS_-1207012502', u'CBRANCH_-1207012511'), (u'CALL_-1207011522', u'INDIRECT_-1207007833'), ('tmp_4305', u'CBRANCH_-1207011746'), (u'CALL_-1207013641', u'COPY_-1207013624'), (u'CALL_-1207010018', u'INDIRECT_-1207005689'), ('tmp_6328', u'CALL_-1207012571'), (u'INDIRECT_-1207006099', u'MULTIEQUAL_-1207005753'), ('tmp_500', u'BRANCH_-1207012856'), ('const-1656384', u'PTRSUB_-1207006276')] | [(u'INDIRECT_-1207007430', u'MULTIEQUAL_-1207008087'), ('const-1', u'PTRADD_-1207010997'), ('const-3', u'PTRADD_-1207007432'), (u'MULTIEQUAL_-1207005995', u'MULTIEQUAL_-1207008132'), (u'INDIRECT_-1207008075', u'MULTIEQUAL_-1207006697'), ('const-1', u'PTRADD_-1207010164'), ('const-0', u'CALL_-1207013770'), (u'CALL_-1207013641', u'INDIRECT_-1207007725'), (u'MULTIEQUAL_-1207010004', u'PTRADD_-1207010852'), (u'PTRADD_-1207006427', u'STORE_-1207011049'), (u'CALL_-1207010129', u'INDIRECT_-1207006032'), (u'STORE_-1207010118', u'INDIRECT_-1207005836'), ('tmp_6186', u'BRANCH_-1207010088'), (u'INDIRECT_-1207006649', u'MULTIEQUAL_-1207007358'), ('tmp_5087', u'CBRANCH_-1207010764'), (u'INDIRECT_-1207006137', u'MULTIEQUAL_-1207006106'), ('const-0', u'PTRSUB_-1207011207'), (u'INDIRECT_-1207007027', u'MULTIEQUAL_-1207007939'), (u'INT_ZEXT_-1207009295', u'PTRADD_-1207010835'), ('const-8', u'STORE_-1207011347'), (u'INDIRECT_-1207006287', u'MULTIEQUAL_-1207008250'), (u'INDIRECT_-1207008245', u'MULTIEQUAL_-1207008165'), ('const-1', u'PTRADD_-1207012043'), (u'CALL_-1207012571', u'INDIRECT_-1207007567'), (u'STORE_-1207011889', u'INDIRECT_-1207007946'), ('const-1', u'PTRADD_-1207010997'), ('const-65535', u'STORE_-1207011152'), ('tmp_1729', u'BRANCH_-1207011341'), (u'INT_NOTEQUAL_-1207011753', u'CBRANCH_-1207011752'), (u'STORE_-1207010074', u'INDIRECT_-1207006523'), ('tmp_2044', u'CBRANCH_-1207012445'), (u'MULTIEQUAL_-1207006617', u'MULTIEQUAL_-1207006603'), ('const-433', u'LOAD_-1207013942'), ('tmp_16155', u'PTRADD_-1207006472'), (u'INDIRECT_-1207007066', u'MULTIEQUAL_-1207007025'), (u'CAST_-1207007378', u'INT_ADD_-1207014224'), ('const-0', u'PTRSUB_-1207006987'), ('tmp_3226', u'CBRANCH_-1207011552'), ('tmp_5398', u'CBRANCH_-1207010132'), ('const-0', u'CALL_-1207012716'), ('const-25', u'INT_ADD_-1207014176'), (u'STORE_-1207014190', u'INDIRECT_-1207008503'), (u'STORE_-1207012802', u'INDIRECT_-1207007213'), (u'STORE_-1207011126', u'INDIRECT_-1207006294'), (u'INDIRECT_-1207008061', u'MULTIEQUAL_-1207007357'), (u'INDIRECT_-1207007685', u'MULTIEQUAL_-1207007548'), (u'MULTIEQUAL_-1207007271', u'MULTIEQUAL_-1207007066'), (u'INDIRECT_-1207007095', u'MULTIEQUAL_-1207006954'), ('const-1', u'STORE_-1207012132'), (u'INDIRECT_-1207007338', u'PTRADD_-1207011769'), (u'STORE_-1207011049', u'INDIRECT_-1207007155'), (u'STORE_-1207010607', u'INDIRECT_-1207007007'), (u'INT_ADD_-1207014224', u'CAST_-1207007377'), (u'STORE_-1207011169', u'INDIRECT_-1207006979'), ('const-3', u'PTRADD_-1207005235'), (u'PTRADD_-1207011248', u'COPY_-1207005812'), ('const-433', u'STORE_-1207011899'), (u'MULTIEQUAL_-1207006809', u'MULTIEQUAL_-1207006798'), ('tmp_2005', u'CBRANCH_-1207012498'), (u'MULTIEQUAL_-1207007743', u'MULTIEQUAL_-1207007538'), ('tmp_16155', u'PTRADD_-1207005834'), ('const-1', u'PTRADD_-1207011726'), (u'INDIRECT_-1207006819', u'MULTIEQUAL_-1207008175'), (u'INDIRECT_-1207008457', u'MULTIEQUAL_-1207007061'), (u'CALL_-1207011988', u'INT_NOTEQUAL_-1207011923'), (u'INT_EQUAL_-1207012569', u'CBRANCH_-1207012566'), (u'LOAD_-1207013889', u'MULTIEQUAL_-1207007356'), (u'COPY_-1207006258', u'CALL_-1207011121'), ('const-1', u'PTRADD_-1207013865'), (u'INDIRECT_-1207007194', u'MULTIEQUAL_-1207007068'), (u'STORE_-1207011487', u'INDIRECT_-1207005881'), (u'LOAD_-1207011628', u'INT_NOTEQUAL_-1207011594'), (u'MULTIEQUAL_-1207006819', u'MULTIEQUAL_-1207006809'), (u'STORE_-1207012737', u'INDIRECT_-1207007061'), (u'INDIRECT_-1207006583', u'MULTIEQUAL_-1207006263'), (u'CALL_-1207012448', u'INDIRECT_-1207007135'), (u'CALL_-1207010549', u'INDIRECT_-1207006166'), ('tmp_1913', u'CBRANCH_-1207012566'), ('const-0', u'INT_NOTEQUAL_-1207011534'), (u'CALL_-1207011558', u'INDIRECT_-1207006643'), (u'INDIRECT_-1207006904', u'MULTIEQUAL_-1207007014'), ('const-1', u'PTRADD_-1207011755'), ('const-5', u'CALL_-1207012765'), (u'MULTIEQUAL_-1207009709', u'COPY_-1207006802'), (u'INDIRECT_-1207007963', u'MULTIEQUAL_-1207007899'), ('tmp_16155', u'LOAD_-1207013653'), (u'CALL_-1207011397', u'INDIRECT_-1207005670'), (u'INT_SEXT_-1207011042', u'STORE_-1207011049'), ('const-84', u'INT_EQUAL_-1207012195'), (u'INT_ZEXT_-1207009001', u'INT_2COMP_-1207011232'), (u'COPY_-1207006004', u'MULTIEQUAL_-1207008014'), (u'CALL_-1207011693', u'INDIRECT_-1207007985'), (u'INDIRECT_-1207006710', u'MULTIEQUAL_-1207008486'), ('const-91', u'INT_NOTEQUAL_-1207012667'), (u'CAST_-1207006247', u'LOAD_-1207012569'), (u'CALL_-1207010323', u'INDIRECT_-1207006908'), (u'INDIRECT_-1207007184', u'MULTIEQUAL_-1207007143'), (u'CALL_-1207011932', u'INDIRECT_-1207007258'), (u'CALL_-1207012424', u'INT_EQUAL_-1207012410'), (u'INDIRECT_-1207006837', u'MULTIEQUAL_-1207008132'), (u'INT_NOTEQUAL_-1207011633', u'CBRANCH_-1207011632'), ('const-1', u'PTRADD_-1207007330'), (u'MULTIEQUAL_-1207007149', u'MULTIEQUAL_-1207006944'), (u'COPY_-1207011068', u'MULTIEQUAL_-1207008133'), (u'STORE_-1207012737', u'INDIRECT_-1207006943'), (u'INT_AND_-1207007394', u'INT_OR_-1207007377'), ('const-1', u'PTRADD_-1207010015'), (u'CALL_-1207012363', u'INDIRECT_-1207006962'), (u'STORE_-1207011899', u'INDIRECT_-1207006762'), (u'INDIRECT_-1207007635', u'MULTIEQUAL_-1207008368'), ('const-433', u'LOAD_-1207011059'), (u'PTRADD_-1207005390', u'CAST_-1207005225'), (u'CALL_-1207013951', u'INDIRECT_-1207008415'), (u'INT_AND_-1207012581', u'INT_EQUAL_-1207012595'), (u'CALL_-1207011588', u'INDIRECT_-1207006658'), (u'MULTIEQUAL_-1207008133', u'INT_ADD_-1207010996'), (u'CALL_-1207012424', u'INDIRECT_-1207007355'), (u'INT_EQUAL_-1207012282', u'CBRANCH_-1207012280'), (u'STORE_-1207010607', u'INDIRECT_-1207006889'), (u'INDIRECT_-1207006199', u'MULTIEQUAL_-1207006115'), (u'STORE_-1207011468', u'INDIRECT_-1207006458'), (u'STORE_-1207012737', u'INDIRECT_-1207006825'), (u'LOAD_-1207012361', u'INT_ZEXT_-1207009989'), (u'INDIRECT_-1207007316', u'MULTIEQUAL_-1207007237'), (u'INT_EQUAL_-1207011079', u'CBRANCH_-1207011071'), ('tmp_21974', u'MULTIEQUAL_-1207007573'), (u'MULTIEQUAL_-1207007014', u'MULTIEQUAL_-1207007869'), (u'CALL_-1207011768', u'INDIRECT_-1207008385'), (u'INDIRECT_-1207007198', u'MULTIEQUAL_-1207008486'), (u'PTRSUB_-1207006259', u'CAST_-1207006082'), (u'CAST_-1207006287', u'STORE_-1207011072'), (u'INDIRECT_-1207008435', u'MULTIEQUAL_-1207008376'), (u'INT_ZEXT_-1207009525', u'STORE_-1207012412'), (u'STORE_-1207011905', u'INDIRECT_-1207006648'), (u'CAST_-1207005750', u'STORE_-1207010607'), ('const-433', u'STORE_-1207011193'), (u'CALL_-1207010091', u'INDIRECT_-1207006886'), (u'LOAD_-1207011461', u'MULTIEQUAL_-1207009176'), ('const-1', u'PTRADD_-1207011526'), (u'CAST_-1207006286', u'LOAD_-1207012407'), (u'CALL_-1207010129', u'INDIRECT_-1207006150'), (u'LOAD_-1207011774', u'MULTIEQUAL_-1207008162'), (u'PTRADD_-1207011677', u'MULTIEQUAL_-1207008014'), (u'STORE_-1207011468', u'INDIRECT_-1207006340'), (u'STORE_-1207012132', u'INDIRECT_-1207007839'), (u'PTRSUB_-1207006827', u'CALL_-1207012037'), ('const-433', u'LOAD_-1207012275'), ('const-45', u'INT_EQUAL_-1207012455'), ('const-433', u'STORE_-1207011257'), ('const-1', u'PTRADD_-1207012126'), ('const-3', u'INT_NOTEQUAL_-1207013740'), (u'INDIRECT_-1207007567', u'MULTIEQUAL_-1207006491'), ('const-2', u'STORE_-1207011412'), (u'INDIRECT_-1207006058', u'MULTIEQUAL_-1207008014'), (u'CALL_-1207011548', u'CALL_-1207011520'), (u'CALL_-1207011472', u'INDIRECT_-1207006135'), ('const-433', u'LOAD_-1207010183'), (u'MULTIEQUAL_-1207008205', u'INT_ADD_-1207011129'), (u'CALL_-1207012716', u'COPY_-1207007291'), ('const-433', u'LOAD_-1207012569'), (u'CAST_-1207007355', u'INT_ADD_-1207014176'), (u'CALL_-1207011768', u'INDIRECT_-1207008503'), (u'CALL_-1207011435', u'INDIRECT_-1207006472'), ('tmp_21968', u'PTRADD_-1207014105'), (u'INDIRECT_-1207006720', u'MULTIEQUAL_-1207008250'), (u'INDIRECT_-1207006826', u'MULTIEQUAL_-1207008368'), (u'CALL_-1207010018', u'INDIRECT_-1207005963'), (u'MULTIEQUAL_-1207007286', u'COPY_-1207006613'), (u'PTRADD_-1207012126', u'LOAD_-1207012174'), (u'INT_EQUAL_-1207012506', u'CBRANCH_-1207012498'), (u'MULTIEQUAL_-1207008057', u'COPY_-1207007263'), (u'STORE_-1207012371', u'INDIRECT_-1207007680'), (u'STORE_-1207012395', u'INDIRECT_-1207007073'), (u'MULTIEQUAL_-1207007389', u'MULTIEQUAL_-1207008250'), (u'LOAD_-1207014146', u'INT_EQUAL_-1207012569'), (u'INDIRECT_-1207008415', u'MULTIEQUAL_-1207008283'), ('const-1', u'INT_XOR_-1207007371'), (u'CALL_-1207011397', u'INDIRECT_-1207006333'), (u'STORE_-1207011126', u'INDIRECT_-1207006530'), ('const-1', u'PTRADD_-1207011746'), (u'CALL_-1207011588', u'INDIRECT_-1207006304'), (u'CALL_-1207010091', u'INDIRECT_-1207006223'), (u'MULTIEQUAL_-1207006652', u'CBRANCH_-1207012546'), (u'CALL_-1207012004', u'STORE_-1207011905'), (u'INDIRECT_-1207008081', u'MULTIEQUAL_-1207008022'), (u'CALL_-1207010323', u'INDIRECT_-1207006245'), (u'STORE_-1207011238', u'INDIRECT_-1207006944'), ('const-1', u'PTRADD_-1207012029'), (u'MULTIEQUAL_-1207006617', u'INT_NOTEQUAL_-1207011923'), (u'INDIRECT_-1207006255', u'MULTIEQUAL_-1207005909'), (u'INDIRECT_-1207005718', u'PTRADD_-1207010015'), ('tmp_3531', u'BRANCH_-1207011232'), (u'INDIRECT_-1207006886', u'MULTIEQUAL_-1207008486'), (u'STORE_-1207011412', u'INDIRECT_-1207006194'), (u'STORE_-1207012472', u'INDIRECT_-1207007454'), (u'LOAD_-1207012607', u'INT_AND_-1207012581'), (u'STORE_-1207012802', u'INDIRECT_-1207006859'), (u'PTRADD_-1207011526', u'MULTIEQUAL_-1207009646'), ('tmp_16155', u'PTRADD_-1207006309'), ('const-8', u'PTRADD_-1207005607'), (u'STORE_-1207013766', u'INDIRECT_-1207008553'), (u'COPY_-1207005587', u'CALL_-1207010549'), (u'INT_EQUAL_-1207010768', u'CBRANCH_-1207010764'), (u'MULTIEQUAL_-1207006390', u'MULTIEQUAL_-1207008486'), (u'MULTIEQUAL_-1207005671', u'MULTIEQUAL_-1207005916'), (u'CALL_-1207013770', u'INDIRECT_-1207007977'), (u'COPY_-1207006114', u'CALL_-1207011548'), ('const-433', u'LOAD_-1207014146'), (u'INDIRECT_-1207006118', u'MULTIEQUAL_-1207006499'), ('tmp_16155', u'PTRADD_-1207006167'), (u'CALL_-1207011275', u'INDIRECT_-1207006559'), ('const-433', u'LOAD_-1207013826'), (u'INDIRECT_-1207005839', u'MULTIEQUAL_-1207008132'), (u'STORE_-1207010074', u'INDIRECT_-1207006169'), (u'CALL_-1207011768', u'INDIRECT_-1207007913'), (u'PTRADD_-1207007330', u'STORE_-1207013766'), (u'INT_EQUAL_-1207011835', u'CBRANCH_-1207011832'), (u'STORE_-1207011163', u'INDIRECT_-1207007447'), ('tmp_21968', u'PTRADD_-1207014149'), (u'INDIRECT_-1207007838', u'MULTIEQUAL_-1207007703'), (u'INT_NOTEQUAL_-1207011594', u'CBRANCH_-1207011593'), (u'INT_EQUAL_-1207010989', u'CBRANCH_-1207010986'), (u'STORE_-1207010713', u'INDIRECT_-1207006804'), ('const-43', u'INT_SUB_-1207009470'), ('const-25', u'INT_ADD_-1207010593'), (u'CALL_-1207011121', u'INDIRECT_-1207007194'), ('const-3', u'PTRADD_-1207006444'), (u'CALL_-1207011932', u'INDIRECT_-1207007803'), ('tmp_2390', u'CBRANCH_-1207011200'), (u'INDIRECT_-1207007676', u'PTRADD_-1207009435'), ('tmp_16155', u'CALL_-1207010323'), ('const-433', u'LOAD_-1207011264'), ('tmp_1214', u'CBRANCH_-1207011966'), (u'INDIRECT_-1207006958', u'MULTIEQUAL_-1207006832'), (u'LOAD_-1207012264', u'INT_AND_-1207012238'), (u'INDIRECT_-1207006525', u'MULTIEQUAL_-1207008368'), (u'STORE_-1207013766', u'INDIRECT_-1207008435'), (u'INT_AND_-1207012373', u'INT_OR_-1207012359'), ('tmp_652', u'CBRANCH_-1207013851'), ('const-1', u'PTRADD_-1207007345'), (u'STORE_-1207011347', u'INDIRECT_-1207006484'), (u'INDIRECT_-1207008149', u'MULTIEQUAL_-1207007950'), ('const-1', u'PTRADD_-1207010296'), ('const-1309818', u'COPY_-1207011981'), (u'INDIRECT_-1207007432', u'MULTIEQUAL_-1207007358'), (u'INDIRECT_-1207008074', u'MULTIEQUAL_-1207007939'), (u'MULTIEQUAL_-1207006154', u'INT_ADD_-1207011073'), ('tmp_16155', u'PTRADD_-1207006201'), (u'STORE_-1207010713', u'INDIRECT_-1207006922'), (u'INDIRECT_-1207008388', u'COPY_-1207008423'), ('tmp_6059', u'CBRANCH_-1207010233'), (u'INT_OR_-1207012359', u'STORE_-1207012371'), ('const-34', u'INT_EQUAL_-1207011835'), (u'STORE_-1207011883', u'INDIRECT_-1207007588'), (u'MULTIEQUAL_-1207006626', u'MULTIEQUAL_-1207006751'), (u'COPY_-1207013624', u'RETURN_-1207013581'), (u'CALL_-1207010017', u'INDIRECT_-1207005530'), (u'PTRADD_-1207012282', u'LOAD_-1207012342'), (u'CALL_-1207012037', u'INDIRECT_-1207008092'), (u'LOAD_-1207011855', u'INT_EQUAL_-1207011835'), (u'INDIRECT_-1207008179', u'MULTIEQUAL_-1207008047'), (u'CAST_-1207006575', u'STORE_-1207011883'), ('const-433', u'STORE_-1207012395'), ('const-1', u'PTRADD_-1207012179'), (u'INDIRECT_-1207007985', u'MULTIEQUAL_-1207007832'), (u'COPY_-1207005626', u'CALL_-1207011588'), (u'CALL_-1207010525', u'INDIRECT_-1207006273'), (u'CAST_-1207005077', u'STORE_-1207011487'), (u'INDIRECT_-1207006761', u'MULTIEQUAL_-1207008604'), (u'CALL_-1207011522', u'INDIRECT_-1207007871'), ('const-45', u'INT_EQUAL_-1207011462'), (u'MULTIEQUAL_-1207007302', u'MULTIEQUAL_-1207007291'), (u'INDIRECT_-1207007839', u'MULTIEQUAL_-1207006461'), (u'PTRADD_-1207006594', u'LOAD_-1207011461'), (u'CALL_-1207012475', u'STORE_-1207012472'), (u'CALL_-1207011988', u'INT_EQUAL_-1207011944'), (u'CALL_-1207011588', u'INDIRECT_-1207006540'), (u'INDIRECT_-1207007153', u'MULTIEQUAL_-1207008604'), ('const-0', u'SUBPIECE_-1207007213'), (u'INDIRECT_-1207006838', u'MULTIEQUAL_-1207008368'), (u'CALL_-1207011148', u'INDIRECT_-1207006837'), (u'INT_EQUAL_-1207011500', u'CBRANCH_-1207011499'), (u'PTRADD_-1207012553', u'COPY_-1207007274'), (u'INT_ADD_-1207012394', u'PTRADD_-1207006501'), (u'LOAD_-1207010751', u'INT_2COMP_-1207010717'), ('tmp_16155', u'CALL_-1207010191'), (u'CALL_-1207012765', u'INDIRECT_-1207007327'), (u'MULTIEQUAL_-1207007356', u'INT_EQUAL_-1207013927'), (u'COPY_-1207007051', u'MULTIEQUAL_-1207006463'), (u'CALL_-1207013844', u'INDIRECT_-1207008009'), (u'INDIRECT_-1207006366', u'MULTIEQUAL_-1207007379'), ('tmp_16155', u'CALL_-1207011275'), ('const-25', u'INT_ADD_-1207014224'), (u'STORE_-1207011883', u'INDIRECT_-1207007352'), (u'MULTIEQUAL_-1207006735', u'MULTIEQUAL_-1207006721'), (u'CALL_-1207012363', u'INDIRECT_-1207006844'), ('const-8', u'PTRADD_-1207005201'), (u'PTRADD_-1207006444', u'CAST_-1207006287'), ('const-1309877', u'COPY_-1207005224'), ('const-1336198', u'PTRSUB_-1207007202'), ('const-3', u'PTRADD_-1207007325'), (u'STORE_-1207011866', u'INDIRECT_-1207007338'), (u'CALL_-1207012004', u'INDIRECT_-1207006497'), (u'STORE_-1207011347', u'INDIRECT_-1207006012'), ('const-2', u'CALL_-1207010191'), ('const-1', u'INT_AND_-1207010869'), ('tmp_6101', u'BRANCH_-1207010188'), (u'LOAD_-1207012128', u'INT_EQUAL_-1207012113'), (u'LOAD_-1207011234', u'INT_EQUAL_-1207011214'), ('const-433', u'STORE_-1207011175'), (u'INDIRECT_-1207008457', u'MULTIEQUAL_-1207008304'), ('const-433', u'STORE_-1207011238'), (u'LOAD_-1207014240', u'INT_AND_-1207009137'), (u'PTRSUB_-1207007261', u'PTRADD_-1207011746'), (u'LOAD_-1207014146', u'INT_EQUAL_-1207010768'), ('const-0', u'INT_EQUAL_-1207012282'), ('tmp_16155', u'CALL_-1207011522'), (u'CAST_-1207006124', u'STORE_-1207012403'), (u'CALL_-1207011916', u'INDIRECT_-1207007673'), (u'STORE_-1207010074', u'INDIRECT_-1207006051'), (u'MULTIEQUAL_-1207007507', u'MULTIEQUAL_-1207007302'), (u'INDIRECT_-1207006273', u'MULTIEQUAL_-1207008132'), ('const-0', u'RETURN_-1207013581'), (u'PTRADD_-1207012126', u'PTRADD_-1207012091'), (u'CAST_-1207006082', u'STORE_-1207011169'), ('tmp_5012', u'CBRANCH_-1207009984'), ('const-8', u'PTRADD_-1207006870'), ('const-34', u'INT_EQUAL_-1207012808'), (u'INDIRECT_-1207007956', u'MULTIEQUAL_-1207007821'), ('tmp_5818', u'CBRANCH_-1207011654'), (u'CAST_-1207006613', u'CALL_-1207011916'), (u'COPY_-1207005997', u'CALL_-1207011333'), (u'CALL_-1207011588', u'CALL_-1207011558'), ('const-0', u'STORE_-1207011876'), (u'STORE_-1207010545', u'INDIRECT_-1207006833'), (u'INT_SLESS_-1207011110', u'CBRANCH_-1207011117'), (u'CALL_-1207011397', u'INDIRECT_-1207006097'), (u'CALL_-1207012037', u'STORE_-1207010118'), (u'LOAD_-1207014146', u'INT_ZEXT_-1207007420'), (u'INT_EQUAL_-1207011196', u'CBRANCH_-1207011190'), (u'INT_ZEXT_-1207008139', u'PTRADD_-1207011202'), (u'CALL_-1207011548', u'INDIRECT_-1207007040'), (u'STORE_-1207010118', u'INDIRECT_-1207006190'), (u'INDIRECT_-1207006236', u'MULTIEQUAL_-1207006617'), (u'LOAD_-1207010759', u'INT_AND_-1207007394'), (u'LOAD_-1207011817', u'MULTIEQUAL_-1207008186'), ('tmp_4765', u'BRANCH_-1207010532'), (u'PTRSUB_-1207007200', u'CALL_-1207011693'), ('const-8', u'PTRADD_-1207006304'), (u'INT_SLESS_-1207011159', u'CBRANCH_-1207011166'), (u'INDIRECT_-1207006412', u'MULTIEQUAL_-1207008368'), (u'CALL_-1207013770', u'INDIRECT_-1207008095'), (u'STORE_-1207012412', u'INDIRECT_-1207007107'), ('const-2', u'PTRADD_-1207011248'), ('const-48', u'INT_SUB_-1207010156'), (u'CALL_-1207010017', u'INDIRECT_-1207005721'), (u'INDIRECT_-1207005708', u'MULTIEQUAL_-1207006539'), (u'LOAD_-1207011817', u'INT_ZEXT_-1207010263'), ('const-9', u'STORE_-1207012403'), ('tmp_5624', u'BRANCH_-1207010320'), (u'INDIRECT_-1207006771', u'MULTIEQUAL_-1207008250'), (u'PTRADD_-1207005612', u'CAST_-1207005468'), (u'INT_NOTEQUAL_-1207013828', u'CBRANCH_-1207013826'), ('const-8', u'PTRADD_-1207005956'), (u'STORE_-1207010118', u'INDIRECT_-1207006308'), ('const-1309864', u'COPY_-1207006114'), (u'INT_NOTEQUAL_-1207013740', u'CBRANCH_-1207013740'), (u'STORE_-1207011152', u'INDIRECT_-1207006088'), ('const-2', u'PTRADD_-1207014105'), ('const-433', u'STORE_-1207010713'), ('const-0', u'INT_EQUAL_-1207011319'), (u'MULTIEQUAL_-1207006263', u'MULTIEQUAL_-1207008604'), (u'PTRSUB_-1207007205', u'CALL_-1207011693'), (u'PTRSUB_-1207007205', u'CALL_-1207011693'), (u'INDIRECT_-1207007001', u'MULTIEQUAL_-1207006914'), ('const-433', u'LOAD_-1207011817'), (u'CALL_-1207011522', u'INDIRECT_-1207007635'), ('const-78', u'COPY_-1207006526'), (u'INDIRECT_-1207005827', u'MULTIEQUAL_-1207006675'), (u'INDIRECT_-1207007090', u'MULTIEQUAL_-1207006798'), (u'INT_SLESSEQUAL_-1207011009', u'CBRANCH_-1207011017'), ('tmp_16155', u'PTRADD_-1207005201'), ('tmp_1711', u'CBRANCH_-1207012410'), ('tmp_16155', u'PTRADD_-1207005032'), ('const-433', u'LOAD_-1207011260'), (u'INDIRECT_-1207007517', u'MULTIEQUAL_-1207008250'), ('const-0', u'PTRSUB_-1207007489'), (u'INDIRECT_-1207007430', u'MULTIEQUAL_-1207007304'), (u'INDIRECT_-1207006484', u'MULTIEQUAL_-1207007497'), (u'CALL_-1207012765', u'INDIRECT_-1207006855'), (u'INDIRECT_-1207007517', u'MULTIEQUAL_-1207007194'), (u'MULTIEQUAL_-1207010004', u'PTRADD_-1207010997'), (u'CALL_-1207012571', u'INDIRECT_-1207007213'), ('const-433', u'STORE_-1207012866'), (u'LOAD_-1207012342', u'INT_AND_-1207012316'), (u'MULTIEQUAL_-1207008047', u'MULTIEQUAL_-1207008022'), (u'STORE_-1207011238', u'INDIRECT_-1207006708'), (u'INDIRECT_-1207006917', u'MULTIEQUAL_-1207008368'), (u'CALL_-1207012475', u'INDIRECT_-1207007128'), (u'MULTIEQUAL_-1207007625', u'MULTIEQUAL_-1207007420'), (u'STORE_-1207012472', u'INDIRECT_-1207007218'), (u'INDIRECT_-1207007125', u'MULTIEQUAL_-1207008604'), ('const-8', u'PTRADD_-1207006427'), (u'INDIRECT_-1207007676', u'LOAD_-1207011628'), (u'INT_SEXT_-1207011208', u'MULTIEQUAL_-1207008205'), (u'CALL_-1207010018', u'INDIRECT_-1207005536'), ('tmp_1545', u'CBRANCH_-1207012530'), (u'INT_NOTEQUAL_-1207012825', u'CBRANCH_-1207012822'), (u'PTRADD_-1207005943', u'STORE_-1207010713'), ('const-1', u'PTRADD_-1207012091'), (u'INDIRECT_-1207007090', u'MULTIEQUAL_-1207007014'), (u'INDIRECT_-1207008385', u'MULTIEQUAL_-1207008186'), (u'INDIRECT_-1207008339', u'MULTIEQUAL_-1207008186'), (u'STORE_-1207010706', u'INDIRECT_-1207006917'), (u'STORE_-1207012866', u'INDIRECT_-1207007547'), (u'CALL_-1207011333', u'INDIRECT_-1207006710'), (u'STORE_-1207013780', u'INDIRECT_-1207007972'), (u'INDIRECT_-1207006181', u'MULTIEQUAL_-1207007032'), ('tmp_16155', u'PTRADD_-1207006459'), (u'CALL_-1207012475', u'INDIRECT_-1207007482'), (u'CALL_-1207011988', u'INDIRECT_-1207006603'), (u'INDIRECT_-1207006206', u'MULTIEQUAL_-1207008250'), (u'STORE_-1207010545', u'INDIRECT_-1207006479'), (u'STORE_-1207010538', u'INDIRECT_-1207006238'), (u'LOAD_-1207013826', u'CALL_-1207013802'), (u'INDIRECT_-1207006532', u'MULTIEQUAL_-1207008132'), (u'INT_EQUAL_-1207012531', u'CBRANCH_-1207012530'), (u'INDIRECT_-1207006171', u'MULTIEQUAL_-1207008014'), ('const-1', u'PTRADD_-1207012514'), (u'INT_ZEXT_-1207009934', u'PTRADD_-1207012204'), ('const-0', u'PTRSUB_-1207005360'), (u'PTRADD_-1207011042', u'LOAD_-1207011104'), (u'CALL_-1207011900', u'INDIRECT_-1207007661'), (u'INT_EQUAL_-1207011482', u'CBRANCH_-1207011480'), (u'INDIRECT_-1207007916', u'COPY_-1207007951'), (u'PTRADD_-1207005412', u'LOAD_-1207011129'), ('tmp_1576', u'CBRANCH_-1207012511'), (u'INDIRECT_-1207006317', u'MULTIEQUAL_-1207006233'), (u'MULTIEQUAL_-1207008175', u'COPY_-1207007264'), (u'PTRADD_-1207005641', u'CAST_-1207005490'), ('const-223', u'INT_AND_-1207008457'), (u'CALL_-1207012741', u'INDIRECT_-1207007434'), ('tmp_3806', u'CBRANCH_-1207012156'), ('const-433', u'STORE_-1207012802'), (u'CALL_-1207011333', u'INDIRECT_-1207006828'), (u'CALL_-1207011548', u'INDIRECT_-1207007158'), (u'CALL_-1207012571', u'INDIRECT_-1207007685'), (u'MULTIEQUAL_-1207006944', u'MULTIEQUAL_-1207006933'), (u'MULTIEQUAL_-1207007625', u'MULTIEQUAL_-1207006460'), (u'CALL_-1207011121', u'INDIRECT_-1207007312'), (u'CALL_-1207013802', u'INDIRECT_-1207007801'), ('const-7', u'CALL_-1207011121'), (u'INDIRECT_-1207005530', u'MULTIEQUAL_-1207007869'), (u'MULTIEQUAL_-1207006652', u'BOOL_NEGATE_-1207005259'), (u'INT_NOTEQUAL_-1207010134', u'CBRANCH_-1207010132'), (u'STORE_-1207012472', u'INDIRECT_-1207007336'), (u'INDIRECT_-1207007509', u'MULTIEQUAL_-1207008486'), (u'STORE_-1207011412', u'INDIRECT_-1207005840'), (u'LOAD_-1207013800', u'CALL_-1207013770'), (u'STORE_-1207011072', u'INDIRECT_-1207007408'), (u'MULTIEQUAL_-1207008162', u'INT_EQUAL_-1207011749'), (u'CALL_-1207010323', u'INDIRECT_-1207006790'), (u'INDIRECT_-1207006530', u'MULTIEQUAL_-1207008486'), (u'MULTIEQUAL_-1207006381', u'MULTIEQUAL_-1207006367'), ('const-433', u'LOAD_-1207011855'), ('const-8', u'PTRADD_-1207005612'), (u'PTRADD_-1207011769', u'COPY_-1207006616'), (u'CALL_-1207012765', u'INDIRECT_-1207007445'), (u'INDIRECT_-1207006721', u'MULTIEQUAL_-1207006617'), (u'LOAD_-1207011059', u'CAST_-1207006275'), ('const-0', u'CALL_-1207012765'), (u'LOAD_-1207012640', u'INT_NOTEQUAL_-1207012624'), ('const-0', u'STORE_-1207011163'), (u'SUBPIECE_-1207008089', u'INT_SLESS_-1207011159'), (u'MULTIEQUAL_-1207008165', u'MULTIEQUAL_-1207008140'), (u'COPY_-1207007276', u'RETURN_-1207007249'), (u'STORE_-1207012412', u'INDIRECT_-1207007461'), (u'CALL_-1207012716', u'INDIRECT_-1207008192'), (u'INDIRECT_-1207007329', u'MULTIEQUAL_-1207008486'), ('const-8', u'PTRADD_-1207006389'), (u'INDIRECT_-1207006819', u'MULTIEQUAL_-1207006751'), (u'STORE_-1207011468', u'INDIRECT_-1207006104'), (u'CALL_-1207013770', u'INDIRECT_-1207008449'), (u'STORE_-1207014190', u'INDIRECT_-1207008621'), (u'COPY_-1207006293', u'CALL_-1207012765'), (u'INDIRECT_-1207006442', u'MULTIEQUAL_-1207006423'), (u'INDIRECT_-1207007567', u'MULTIEQUAL_-1207007430'), (u'INDIRECT_-1207005721', u'MULTIEQUAL_-1207008014'), (u'INDIRECT_-1207006088', u'MULTIEQUAL_-1207006069'), ('const-2', u'PTRADD_-1207011755'), (u'INDIRECT_-1207006526', u'MULTIEQUAL_-1207006914'), ('tmp_4846', u'CBRANCH_-1207011480'), (u'CAST_-1207005215', u'INT_NOTEQUAL_-1207011226'), (u'COPY_-1207006525', u'MULTIEQUAL_-1207008604'), ('tmp_1246', u'CBRANCH_-1207011942'), ('tmp_21974', u'MULTIEQUAL_-1207006626'), ('const-34', u'INT_EQUAL_-1207012378'), ('const-1', u'PTRADD_-1207010359'), (u'STORE_-1207010074', u'INDIRECT_-1207006405'), (u'CALL_-1207012004', u'INDIRECT_-1207006851'), (u'INT_EQUAL_-1207012410', u'CBRANCH_-1207012409'), (u'LOAD_-1207014146', u'INT_EQUAL_-1207012455'), ('tmp_16155', u'STORE_-1207011889'), (u'INDIRECT_-1207008651', u'MULTIEQUAL_-1207008519'), (u'CALL_-1207010153', u'INDIRECT_-1207005616'), ('const-2', u'PTRADD_-1207012179'), ('tmp_690', u'CBRANCH_-1207013826'), (u'CALL_-1207011275', u'INDIRECT_-1207006913'), ('const-3', u'PTRADD_-1207006619'), ('const-10', u'CALL_-1207012584'), (u'INDIRECT_-1207005945', u'MULTIEQUAL_-1207006796'), ('const-0', u'PTRSUB_-1207005412'), (u'MULTIEQUAL_-1207010004', u'PTRADD_-1207010164'), (u'CAST_-1207007261', u'STORE_-1207013617'), ('const-433', u'STORE_-1207013617'), (u'MULTIEQUAL_-1207008133', u'INT_MULT_-1207011015'), (u'INDIRECT_-1207007871', u'MULTIEQUAL_-1207008604'), (u'MULTIEQUAL_-1207008258', u'COPY_-1207008340'), (u'COPY_-1207007314', u'CALL_-1207011768'), (u'PTRADD_-1207005173', u'CAST_-1207005037'), (u'INDIRECT_-1207005691', u'MULTIEQUAL_-1207006124'), (u'STORE_-1207013780', u'INDIRECT_-1207008326'), (u'INDIRECT_-1207007080', u'MULTIEQUAL_-1207007001'), (u'CALL_-1207010525', u'INDIRECT_-1207006509'), (u'CALL_-1207011916', u'INDIRECT_-1207007791'), (u'STORE_-1207012403', u'INDIRECT_-1207006948'), (u'CALL_-1207011435', u'INT_EQUAL_-1207011421'), (u'INDIRECT_-1207006609', u'MULTIEQUAL_-1207006263'), (u'MULTIEQUAL_-1207006652', u'BOOL_NEGATE_-1207004998'), (u'MULTIEQUAL_-1207010004', u'LOAD_-1207014146'), (u'INT_EQUAL_-1207014172', u'CBRANCH_-1207014168'), (u'INDIRECT_-1207007449', u'MULTIEQUAL_-1207007507'), ('const-1', u'PTRADD_-1207010852'), (u'INDIRECT_-1207005882', u'MULTIEQUAL_-1207006260'), (u'PTRADD_-1207011613', u'INT_NOTEQUAL_-1207011655'), (u'CALL_-1207012584', u'INDIRECT_-1207008383'), (u'CALL_-1207010018', u'INDIRECT_-1207005845'), (u'STORE_-1207012371', u'INDIRECT_-1207007208'), (u'CAST_-1207006942', u'INT_SEXT_-1207012559'), ('tmp_5853', u'CBRANCH_-1207011632'), ('const-1', u'PTRADD_-1207011042'), ('const-433', u'STORE_-1207013766'), (u'STORE_-1207011019', u'INDIRECT_-1207006504'), ('tmp_3435', u'CBRANCH_-1207011317'), ('const-1', u'PTRADD_-1207011769'), (u'MULTIEQUAL_-1207007663', u'INT_LESS_-1207012502'), (u'STORE_-1207011072', u'INDIRECT_-1207007644'), ('const-1310280', u'COPY_-1207005626'), (u'INDIRECT_-1207005970', u'MULTIEQUAL_-1207005949'), ('tmp_16155', u'PTRADD_-1207005431'), (u'PTRADD_-1207012778', u'LOAD_-1207012838'), ('const-1693984', u'PTRSUB_-1207005311'), (u'INT_SLESS_-1207012580', u'CBRANCH_-1207012587'), (u'CALL_-1207010017', u'INDIRECT_-1207006193'), (u'MULTIEQUAL_-1207010004', u'PTRADD_-1207012179'), (u'STORE_-1207011889', u'INDIRECT_-1207007474'), ('const-433', u'LOAD_-1207010914'), (u'INDIRECT_-1207005914', u'MULTIEQUAL_-1207008014'), (u'STORE_-1207010713', u'INDIRECT_-1207006686'), (u'INDIRECT_-1207006523', u'MULTIEQUAL_-1207008486'), ('tmp_2863', u'CBRANCH_-1207012665'), ('tmp_822', u'CBRANCH_-1207013740'), (u'CALL_-1207011113', u'INDIRECT_-1207006465'), ('const-1', u'PTRADD_-1207012299'), ('tmp_5502', u'BRANCH_-1207010068'), ('tmp_4335', u'BRANCH_-1207011719'), (u'MULTIEQUAL_-1207006675', u'STORE_-1207012395'), (u'INDIRECT_-1207007567', u'MULTIEQUAL_-1207007625'), ('const-1310336', u'COPY_-1207005587'), ('const-0', u'INT_EQUAL_-1207010883'), ('tmp_16155', u'STORE_-1207013780'), ('const-0', u'STORE_-1207012866'), (u'INDIRECT_-1207007434', u'MULTIEQUAL_-1207007355'), (u'CALL_-1207012716', u'INDIRECT_-1207007838'), (u'CALL_-1207012716', u'INDIRECT_-1207007720'), (u'PTRADD_-1207005032', u'LOAD_-1207010763'), (u'STORE_-1207014190', u'INDIRECT_-1207008385'), (u'INT_ADD_-1207011073', u'INT_EQUAL_-1207011079'), (u'INDIRECT_-1207007720', u'PTRADD_-1207012596'), (u'INDIRECT_-1207006401', u'MULTIEQUAL_-1207006332'), (u'STORE_-1207011412', u'INDIRECT_-1207006076'), (u'LOAD_-1207012576', u'INT_EQUAL_-1207011354'), ('tmp_16155', u'PTRADD_-1207005412'), (u'CALL_-1207012296', u'INDIRECT_-1207008213'), (u'MULTIEQUAL_-1207005909', u'MULTIEQUAL_-1207008250'), (u'LOAD_-1207011472', u'MULTIEQUAL_-1207009176'), (u'COPY_-1207007459', u'STORE_-1207010538'), ('const-2', u'PTRADD_-1207006732'), (u'CALL_-1207010091', u'INDIRECT_-1207006414'), ('tmp_16155', u'CAST_-1207005802'), ('tmp_16155', u'PTRADD_-1207006737'), (u'MULTIEQUAL_-1207008022', u'COPY_-1207008104'), (u'PTRADD_-1207012213', u'LOAD_-1207012275'), (u'STORE_-1207011175', u'INDIRECT_-1207007102'), (u'INDIRECT_-1207007793', u'MULTIEQUAL_-1207008014'), (u'INT_ADD_-1207006664', u'INT_EQUAL_-1207010989'), (u'SUBPIECE_-1207007213', u'INT_NOTEQUAL_-1207013740'), (u'INDIRECT_-1207006828', u'MULTIEQUAL_-1207008604'), (u'INT_ADD_-1207006945', u'PTRADD_-1207012126'), (u'PTRADD_-1207010997', u'LOAD_-1207011059'), (u'INDIRECT_-1207008503', u'MULTIEQUAL_-1207007068'), ('tmp_1155', u'BRANCH_-1207012360'), ('const-433', u'STORE_-1207011126'), (u'INDIRECT_-1207005980', u'MULTIEQUAL_-1207007869'), (u'INDIRECT_-1207006223', u'MULTIEQUAL_-1207007869'), (u'INDIRECT_-1207007602', u'MULTIEQUAL_-1207007869'), (u'STORE_-1207011899', u'INDIRECT_-1207006526'), (u'CALL_-1207011768', u'INDIRECT_-1207008267'), ('const-1', u'PTRADD_-1207014067'), ('const-0', u'RETURN_-1207007249'), ('const-8', u'PTRADD_-1207006737'), ('const-433', u'STORE_-1207010706'), (u'CALL_-1207013802', u'STORE_-1207013780'), ('const-1', u'PTRADD_-1207012547'), (u'INDIRECT_-1207006311', u'MULTIEQUAL_-1207008604'), (u'INDIRECT_-1207008031', u'MULTIEQUAL_-1207007832'), (u'MULTIEQUAL_-1207007703', u'COPY_-1207007260'), (u'STORE_-1207014190', u'INDIRECT_-1207008739'), (u'MULTIEQUAL_-1207010004', u'COPY_-1207007348'), (u'PTRADD_-1207005363', u'MULTIEQUAL_-1207008238'), (u'STORE_-1207011152', u'INDIRECT_-1207006442'), (u'INDIRECT_-1207008621', u'MULTIEQUAL_-1207006943'), ('tmp_2748', u'BRANCH_-1207010755'), (u'PTRSUB_-1207006518', u'PTRADD_-1207006501'), (u'CALL_-1207012475', u'INDIRECT_-1207007010'), (u'MULTIEQUAL_-1207006751', u'MULTIEQUAL_-1207007869'), (u'CALL_-1207010018', u'INDIRECT_-1207006199'), ('tmp_16155', u'PTRADD_-1207007345'), (u'INDIRECT_-1207006825', u'MULTIEQUAL_-1207006904'), ('const-102', u'INT_NOTEQUAL_-1207011608'), (u'CALL_-1207010525', u'INDIRECT_-1207006391'), ('const-32', u'INT_EQUAL_-1207011792'), (u'STORE_-1207011049', u'INDIRECT_-1207007627'), (u'MULTIEQUAL_-1207010004', u'MULTIEQUAL_-1207009646'), (u'STORE_-1207011019', u'INDIRECT_-1207006386'), (u'PTRADD_-1207007345', u'LOAD_-1207013800'), (u'MULTIEQUAL_-1207006145', u'MULTIEQUAL_-1207006390'), (u'COPY_-1207007435', u'MULTIEQUAL_-1207010004'), (u'INDIRECT_-1207007786', u'MULTIEQUAL_-1207007765'), (u'LOAD_-1207011575', u'INT_NOTEQUAL_-1207011534'), (u'CAST_-1207005216', u'INT_ADD_-1207011249'), (u'STORE_-1207012395', u'INDIRECT_-1207006837'), (u'COPY_-1207006595', u'MULTIEQUAL_-1207007266'), (u'MULTIEQUAL_-1207007271', u'MULTIEQUAL_-1207006106'), (u'LOAD_-1207014146', u'INT_EQUAL_-1207012493'), ('const-6', u'INT_EQUAL_-1207011482'), (u'PTRADD_-1207007325', u'LOAD_-1207013761'), (u'MULTIEQUAL_-1207007066', u'MULTIEQUAL_-1207008132'), (u'LOAD_-1207014146', u'INT_NOTEQUAL_-1207012667'), ('const-0', u'INT_SLESS_-1207012580'), ('const-2', u'STORE_-1207011072'), (u'STORE_-1207012866', u'INDIRECT_-1207007193'), ('tmp_2350', u'CBRANCH_-1207011224'), (u'INT_AND_-1207010869', u'INT_EQUAL_-1207010883'), (u'INDIRECT_-1207006946', u'MULTIEQUAL_-1207006825'), (u'INT_EQUAL_-1207013927', u'CBRANCH_-1207013918'), (u'INDIRECT_-1207008267', u'MULTIEQUAL_-1207007832'), ('tmp_1417', u'BRANCH_-1207011387'), (u'CALL_-1207012296', u'INDIRECT_-1207007977'), (u'MULTIEQUAL_-1207006463', u'COPY_-1207005802'), (u'LOAD_-1207012023', u'INT_EQUAL_-1207012008'), (u'INDIRECT_-1207007444', u'MULTIEQUAL_-1207008368'), (u'CALL_-1207010153', u'INDIRECT_-1207006043'), (u'STORE_-1207011393', u'INDIRECT_-1207006299'), ('tmp_245', u'CBRANCH_-1207014106'), (u'INDIRECT_-1207007562', u'MULTIEQUAL_-1207008486'), ('tmp_3190', u'BRANCH_-1207011509'), (u'STORE_-1207011347', u'INDIRECT_-1207006130'), (u'INT_EQUAL_-1207011792', u'CBRANCH_-1207011789'), (u'INDIRECT_-1207007867', u'PTRADD_-1207011526'), (u'CALL_-1207012741', u'INDIRECT_-1207006653'), (u'INT_ADD_-1207010692', u'CAST_-1207005779'), (u'INDIRECT_-1207006883', u'MULTIEQUAL_-1207006796'), (u'CALL_-1207010549', u'INDIRECT_-1207005975'), (u'CALL_-1207013770', u'INDIRECT_-1207008331'), (u'STORE_-1207011126', u'INDIRECT_-1207006058'), (u'INDIRECT_-1207006229', u'MULTIEQUAL_-1207006187'), (u'STORE_-1207012802', u'INDIRECT_-1207007095'), (u'INDIRECT_-1207006590', u'MULTIEQUAL_-1207008132'), (u'INDIRECT_-1207006436', u'MULTIEQUAL_-1207008014'), (u'MULTIEQUAL_-1207010004', u'PTRADD_-1207011018'), (u'CALL_-1207011397', u'INDIRECT_-1207006215'), (u'INT_EQUAL_-1207012595', u'CBRANCH_-1207012591'), (u'CALL_-1207012004', u'CALL_-1207011435'), ('const-1', u'INT_OR_-1207009124'), ('const-255', u'INT_AND_-1207012505'), ('const-2', u'PTRADD_-1207006234'), (u'CALL_-1207013641', u'INDIRECT_-1207008152'), (u'CALL_-1207011916', u'INDIRECT_-1207007555'), (u'BOOL_NEGATE_-1207004998', u'CBRANCH_-1207010768'), ('tmp_4008', u'CBRANCH_-1207012006'), (u'PTRSUB_-1207006243', u'PTRADD_-1207012778'), ('const-8', u'PTRADD_-1207005834'), (u'INDIRECT_-1207006828', u'MULTIEQUAL_-1207007001'), (u'INT_EQUAL_-1207012378', u'CBRANCH_-1207012374'), (u'MULTIEQUAL_-1207008519', u'MULTIEQUAL_-1207008494'), (u'CAST_-1207007354', u'STORE_-1207014190'), ('const-2', u'PTRADD_-1207010164'), (u'MULTIEQUAL_-1207005909', u'MULTIEQUAL_-1207006154'), (u'CALL_-1207011900', u'INDIRECT_-1207007897'), ('tmp_2179', u'BRANCH_-1207012365'), (u'INDIRECT_-1207007037', u'MULTIEQUAL_-1207008014'), (u'INDIRECT_-1207007871', u'MULTIEQUAL_-1207007527'), (u'CAST_-1207006087', u'STORE_-1207011175'), (u'INDIRECT_-1207006710', u'MULTIEQUAL_-1207006589'), (u'STORE_-1207012737', u'INDIRECT_-1207007179'), (u'COPY_-1207007347', u'MULTIEQUAL_-1207006761'), (u'INDIRECT_-1207006290', u'MULTIEQUAL_-1207006675'), (u'MULTIEQUAL_-1207006508', u'MULTIEQUAL_-1207006467'), (u'INDIRECT_-1207007447', u'MULTIEQUAL_-1207008604'), (u'CALL_-1207011932', u'INDIRECT_-1207007449'), (u'CAST_-1207005411', u'INT_SEXT_-1207011131'), (u'INDIRECT_-1207006373', u'MULTIEQUAL_-1207006342'), (u'CALL_-1207011472', u'INDIRECT_-1207005708'), (u'CAST_-1207005802', u'INT_ADD_-1207010743'), ('const-433', u'LOAD_-1207014129'), (u'INT_EQUAL_-1207010118', u'CBRANCH_-1207010114'), (u'STORE_-1207010118', u'INDIRECT_-1207005954'), (u'MULTIEQUAL_-1207007389', u'MULTIEQUAL_-1207007184'), (u'INDIRECT_-1207007026', u'MULTIEQUAL_-1207008604'), ('const-433', u'STORE_-1207010538'), (u'MULTIEQUAL_-1207007703', u'COPY_-1207007275'), ('const-2', u'PTRADD_-1207005201'), (u'INT_SEXT_-1207012559', u'CALL_-1207011333'), ('const-433', u'STORE_-1207011019'), ('const-1657328', u'COPY_-1207013730'), ('const-2', u'INT_MULT_-1207007246'), ('const-2', u'PTRADD_-1207005943'), (u'CALL_-1207011916', u'INDIRECT_-1207008027'), ('const-8', u'PTRADD_-1207005032'), ('tmp_5888', u'CBRANCH_-1207011608'), (u'STORE_-1207012371', u'INDIRECT_-1207007090'), ('const-64512', u'INT_AND_-1207012373'), (u'STORE_-1207013780', u'INDIRECT_-1207008562'), (u'INDIRECT_-1207006583', u'MULTIEQUAL_-1207006541'), (u'INT_2COMP_-1207011232', u'CAST_-1207005699'), ('tmp_4520', u'CBRANCH_-1207010098'), (u'INDIRECT_-1207007722', u'MULTIEQUAL_-1207007573'), ('const-2', u'INT_NOTEQUAL_-1207013828'), ('tmp_22218', u'INT_NOTEQUAL_-1207013828'), ('const-3', u'PTRADD_-1207006309'), ('const-1', u'PTRADD_-1207012778'), (u'INDIRECT_-1207007449', u'MULTIEQUAL_-1207006373'), (u'INDIRECT_-1207008503', u'MULTIEQUAL_-1207007119'), (u'COPY_-1207007522', u'MULTIEQUAL_-1207007457'), (u'INDIRECT_-1207008503', u'MULTIEQUAL_-1207006825'), ('const-433', u'LOAD_-1207012342'), (u'CALL_-1207011916', u'STORE_-1207011889'), ('tmp_1941', u'CBRANCH_-1207012546'), (u'STORE_-1207011169', u'INDIRECT_-1207007097'), (u'INDIRECT_-1207006012', u'MULTIEQUAL_-1207007025'), ('const-1327593', u'PTRSUB_-1207007205'), (u'INT_EQUAL_-1207012689', u'CBRANCH_-1207012686'), ('tmp_16155', u'PTRADD_-1207005160'), (u'STORE_-1207012395', u'INDIRECT_-1207006719'), (u'INT_EQUAL_-1207012195', u'INT_ZEXT_-1207009943'), (u'MULTIEQUAL_-1207009176', u'INT_EQUAL_-1207012448'), ('const-0', u'INT_EQUAL_-1207012410'), (u'CALL_-1207010549', u'CALL_-1207010525'), (u'INT_NOTEQUAL_-1207012667', u'CBRANCH_-1207012665'), ('tmp_22218', u'CALL_-1207011522'), (u'STORE_-1207012395', u'INDIRECT_-1207007191'), ('const-0', u'INT_NOTEQUAL_-1207010689'), (u'MULTIEQUAL_-1207007271', u'MULTIEQUAL_-1207008132'), (u'LOAD_-1207011520', u'INT_EQUAL_-1207011482'), (u'STORE_-1207011905', u'INDIRECT_-1207006294'), ('tmp_4638', u'CBRANCH_-1207011105'), (u'INT_MULT_-1207011126', u'INT_ADD_-1207011138'), (u'INDIRECT_-1207006442', u'MULTIEQUAL_-1207006390'), ('const-433', u'LOAD_-1207012398'), (u'PTRSUB_-1207006942', u'PTRADD_-1207012204'), (u'INDIRECT_-1207007281', u'MULTIEQUAL_-1207008014'), ('const-8', u'PTRADD_-1207005235'), ('const-1309898', u'COPY_-1207006293'), (u'CALL_-1207010017', u'INDIRECT_-1207005957'), (u'STORE_-1207012132', u'INDIRECT_-1207008075'), ('const-2', u'INT_EQUAL_-1207011500'), ('const-1', u'PTRADD_-1207011755'), (u'MULTIEQUAL_-1207009686', u'PTRADD_-1207012126'), (u'CALL_-1207011275', u'INDIRECT_-1207006677'), (u'INDIRECT_-1207006248', u'MULTIEQUAL_-1207007261'), (u'CAST_-1207005780', u'INT_ADD_-1207010692'), (u'STORE_-1207011393', u'INDIRECT_-1207005827'), (u'STORE_-1207011883', u'INDIRECT_-1207007824'), ('const-0', u'PTRSUB_-1207006243'), (u'INDIRECT_-1207007064', u'MULTIEQUAL_-1207007237'), ('const-16', u'CALL_-1207010323'), (u'INDIRECT_-1207008526', u'MULTIEQUAL_-1207008486'), ('const-433', u'LOAD_-1207014187'), ('const-1309837', u'COPY_-1207005678'), (u'INDIRECT_-1207007213', u'MULTIEQUAL_-1207007076'), (u'STORE_-1207010607', u'INDIRECT_-1207006535'), (u'INDIRECT_-1207007977', u'MULTIEQUAL_-1207007851'), ('const-1656128', u'PTRSUB_-1207007261'), ('const-433', u'STORE_-1207011876'), (u'CALL_-1207010129', u'INDIRECT_-1207006386'), (u'INDIRECT_-1207006554', u'MULTIEQUAL_-1207008132'), (u'INT_SUB_-1207010156', u'CAST_-1207005624'), ('const-3', u'PTRADD_-1207006870'), ('const-20', u'INT_SLESS_-1207011110'), ('const-1', u'PTRADD_-1207012213'), (u'INDIRECT_-1207005993', u'MULTIEQUAL_-1207005949'), (u'CALL_-1207011121', u'INDIRECT_-1207007430'), ('const-8', u'PTRADD_-1207006594'), (u'CALL_-1207012716', u'INDIRECT_-1207008310'), (u'CALL_-1207011121', u'INDIRECT_-1207006958'), (u'INDIRECT_-1207006281', u'MULTIEQUAL_-1207007143'), (u'INDIRECT_-1207008290', u'MULTIEQUAL_-1207008250'), (u'INDIRECT_-1207005963', u'MULTIEQUAL_-1207005879'), (u'CALL_-1207011113', u'INDIRECT_-1207006701'), (u'LOAD_-1207014129', u'INT_NOTEQUAL_-1207014113'), (u'CALL_-1207011988', u'INDIRECT_-1207006839'), ('tmp_4816', u'CBRANCH_-1207011499'), ('const-93', u'COPY_-1207011208'), (u'INDIRECT_-1207006653', u'MULTIEQUAL_-1207006626'), (u'LOAD_-1207013653', u'CALL_-1207013641'), (u'LOAD_-1207010895', u'INT_AND_-1207010869'), ('const-1', u'PTRADD_-1207010359'), (u'CALL_-1207011397', u'INDIRECT_-1207006451'), ('const-3', u'PTRADD_-1207006389'), ('tmp_5050', u'CBRANCH_-1207009951'), ('tmp_1883', u'CBRANCH_-1207012587'), ('tmp_2569', u'CBRANCH_-1207011071'), (u'SUBPIECE_-1207008089', u'INT_SEXT_-1207011208'), ('const-8', u'PTRADD_-1207005943'), ('tmp_16155', u'PTRADD_-1207005340'), (u'STORE_-1207012403', u'INDIRECT_-1207007066'), (u'INT_ADD_-1207011129', u'MULTIEQUAL_-1207008205'), ('const-1', u'PTRADD_-1207011677'), (u'CALL_-1207011520', u'INDIRECT_-1207007263'), (u'INDIRECT_-1207006268', u'MULTIEQUAL_-1207006231'), (u'MULTIEQUAL_-1207005875', u'MULTIEQUAL_-1207008014'), (u'INDIRECT_-1207005954', u'MULTIEQUAL_-1207005879'), ('tmp_16155', u'CALL_-1207012475'), ('const-1693984', u'PTRSUB_-1207011207'), (u'INDIRECT_-1207005718', u'MULTIEQUAL_-1207005641'), (u'PTRADD_-1207005363', u'INT_NOTEQUAL_-1207011226'), (u'CALL_-1207012475', u'INDIRECT_-1207007246'), ('tmp_1276', u'CBRANCH_-1207011918'), (u'MULTIEQUAL_-1207008057', u'COPY_-1207007278'), (u'CALL_-1207010018', u'INDIRECT_-1207005727'), (u'INDIRECT_-1207007311', u'CALL_-1207011932'), (u'INT_ADD_-1207011073', u'MULTIEQUAL_-1207008250'), ('const-2', u'PTRADD_-1207005431'), (u'MULTIEQUAL_-1207007420', u'MULTIEQUAL_-1207008486'), (u'COPY_-1207006448', u'INT_EQUAL_-1207012448'), (u'INDIRECT_-1207006948', u'MULTIEQUAL_-1207006904'), (u'MULTIEQUAL_-1207008205', u'INT_MULT_-1207011126'), ('tmp_4552', u'CBRANCH_-1207010080'), ('const-0', u'PTRSUB_-1207006942'), (u'INDIRECT_-1207007676', u'MULTIEQUAL_-1207006332'), (u'STORE_-1207013766', u'INDIRECT_-1207007963'), (u'STORE_-1207010713', u'INDIRECT_-1207007040'), ('const-0', u'INT_EQUAL_-1207012506'), ('const-0', u'PTRSUB_-1207006518'), ('const-1', u'PTRADD_-1207010121'), (u'STORE_-1207013617', u'INDIRECT_-1207008290'), ('tmp_16155', u'PTRADD_-1207006619'), (u'STORE_-1207014190', u'INDIRECT_-1207008267'), (u'INDIRECT_-1207006909', u'MULTIEQUAL_-1207007821'), (u'MULTIEQUAL_-1207006853', u'MULTIEQUAL_-1207006839'), (u'STORE_-1207011193', u'INDIRECT_-1207006229'), (u'COPY_-1207006634', u'MULTIEQUAL_-1207007286'), (u'INDIRECT_-1207006708', u'MULTIEQUAL_-1207008250'), (u'INDIRECT_-1207007867', u'PTRADD_-1207011591'), (u'PTRADD_-1207006870', u'CAST_-1207006708'), ('tmp_1517', u'CBRANCH_-1207012548'), ('const-3', u'PTRADD_-1207005612'), (u'INDIRECT_-1207007871', u'MULTIEQUAL_-1207007548'), (u'STORE_-1207010607', u'INDIRECT_-1207006653'), ('const-93', u'COPY_-1207006547'), (u'STORE_-1207012737', u'INDIRECT_-1207007415'), ('tmp_21974', u'MULTIEQUAL_-1207006332'), ('const-1', u'PTRADD_-1207012043'), ('const-2', u'PTRADD_-1207011018'), (u'PTRADD_-1207011033', u'LOAD_-1207011093'), ('const-1693984', u'PTRSUB_-1207005303'), (u'CALL_-1207013844', u'INDIRECT_-1207008127'), (u'STORE_-1207013766', u'INDIRECT_-1207008199'), (u'INT_ADD_-1207011138', u'CAST_-1207005162'), ('const-433', u'LOAD_-1207014240'), (u'CALL_-1207011548', u'INDIRECT_-1207006686'), ('const-8', u'PTRADD_-1207005422'), ('const-0', u'INT_EQUAL_-1207011354'), (u'INDIRECT_-1207005993', u'MULTIEQUAL_-1207005671'), ('const-433', u'STORE_-1207011889'), (u'COPY_-1207011208', u'MULTIEQUAL_-1207007844'), ('const-5', u'STORE_-1207011487'), (u'MULTIEQUAL_-1207010004', u'PTRADD_-1207011679'), ('const-8', u'CALL_-1207012296'), ('const-433', u'STORE_-1207011152'), (u'INDIRECT_-1207007007', u'MULTIEQUAL_-1207008486'), ('const-0', u'PTRSUB_-1207006437'), (u'CALL_-1207013844', u'INDIRECT_-1207008363'), ('const-1656384', u'PTRSUB_-1207006308'), (u'COPY_-1207006239', u'MULTIEQUAL_-1207008014'), (u'STORE_-1207011866', u'INDIRECT_-1207007692'), (u'LOAD_-1207011234', u'INT_NOTEQUAL_-1207011186'), ('const-5', u'INT_EQUAL_-1207013727'), ('const-2', u'PTRADD_-1207010296'), (u'STORE_-1207012472', u'INDIRECT_-1207007572'), ('tmp_1852', u'BRANCH_-1207011452'), (u'PTRSUB_-1207005303', u'CAST_-1207005104'), (u'INT_AND_-1207007368', u'INT_XOR_-1207007371'), ('tmp_2573', u'BRANCH_-1207011059'), (u'INDIRECT_-1207007182', u'MULTIEQUAL_-1207007061'), ('const-433', u'LOAD_-1207010751'), ('const-1', u'INT_ADD_-1207011073'), ('const-0', u'INT_NOTEQUAL_-1207013852'), ('tmp_4982', u'CBRANCH_-1207009999'), (u'MULTIEQUAL_-1207007939', u'COPY_-1207007277'), ('const-433', u'LOAD_-1207011129'), (u'MULTIEQUAL_-1207006036', u'MULTIEQUAL_-1207005995'), ('tmp_16155', u'CAST_-1207007355'), (u'INT_MULT_-1207011237', u'INT_ADD_-1207011249'), (u'INDIRECT_-1207006407', u'MULTIEQUAL_-1207008250'), ('tmp_22218', u'CALL_-1207012716'), (u'PTRADD_-1207011726', u'COPY_-1207006595'), ('const-433', u'STORE_-1207011049'), ('const-1693982', u'PTRSUB_-1207006518'), (u'INDIRECT_-1207007145', u'MULTIEQUAL_-1207008057'), ('tmp_16155', u'CALL_-1207012424'), (u'STORE_-1207011126', u'INDIRECT_-1207006412'), (u'CALL_-1207010129', u'INDIRECT_-1207005605'), (u'INDIRECT_-1207008265', u'MULTIEQUAL_-1207008486'), (u'STORE_-1207011495', u'INDIRECT_-1207006163'), (u'MULTIEQUAL_-1207007389', u'INT_EQUAL_-1207012506'), (u'PTRSUB_-1207006308', u'PTRADD_-1207010835'), (u'INDIRECT_-1207007871', u'MULTIEQUAL_-1207006609'), (u'INDIRECT_-1207007818', u'MULTIEQUAL_-1207007790'), ('const-433', u'LOAD_-1207012023'), (u'MULTIEQUAL_-1207010004', u'PTRADD_-1207010121'), (u'MULTIEQUAL_-1207006124', u'MULTIEQUAL_-1207006110'), (u'INT_SEXT_-1207011228', u'STORE_-1207011238'), ('tmp_16155', u'PTRADD_-1207005633'), (u'PTRADD_-1207012204', u'LOAD_-1207012264'), (u'INDIRECT_-1207006721', u'MULTIEQUAL_-1207006603'), ('const-1', u'PTRADD_-1207011677'), ('const-433', u'LOAD_-1207012640'), ('const-8', u'PTRADD_-1207005641'), ('tmp_1389', u'CBRANCH_-1207011419'), ('const-1', u'PTRADD_-1207014105'), ('const-3', u'PTRADD_-1207006472'), (u'MULTIEQUAL_-1207010004', u'PTRADD_-1207012514'), (u'CALL_-1207012584', u'INDIRECT_-1207008147'), (u'PTRADD_-1207005834', u'STORE_-1207011238'), (u'STORE_-1207011347', u'INDIRECT_-1207006248'), (u'INDIRECT_-1207007517', u'MULTIEQUAL_-1207007389'), ('const-433', u'LOAD_-1207011520'), (u'CAST_-1207005490', u'STORE_-1207011911'), (u'INDIRECT_-1207008034', u'COPY_-1207008069'), ('const--48', u'PTRSUB_-1207007205'), (u'STORE_-1207011193', u'INDIRECT_-1207006583'), (u'LOAD_-1207010763', u'MULTIEQUAL_-1207007748'), (u'STORE_-1207011889', u'INDIRECT_-1207007592'), (u'CAST_-1207006043', u'STORE_-1207012802'), ('const-433', u'LOAD_-1207012361'), ('const-2', u'INT_MULT_-1207011015'), (u'INDIRECT_-1207008127', u'MULTIEQUAL_-1207008047'), ('const-5', u'CALL_-1207010549'), (u'MULTIEQUAL_-1207007184', u'MULTIEQUAL_-1207008250'), (u'STORE_-1207013617', u'INDIRECT_-1207008408'), (u'INDIRECT_-1207007208', u'MULTIEQUAL_-1207008132'), (u'INDIRECT_-1207006442', u'MULTIEQUAL_-1207008486'), (u'STORE_-1207011163', u'INDIRECT_-1207007211'), (u'INDIRECT_-1207006962', u'MULTIEQUAL_-1207008250'), (u'CALL_-1207011768', u'INDIRECT_-1207007722'), ('const-1', u'PTRADD_-1207011712'), (u'STORE_-1207010545', u'INDIRECT_-1207006243'), ('const-2', u'INT_MULT_-1207010993'), (u'INT_EQUAL_-1207010082', u'INT_ZEXT_-1207008487'), (u'INDIRECT_-1207006563', u'MULTIEQUAL_-1207008014'), ('tmp_16155', u'PTRADD_-1207007330'), (u'INDIRECT_-1207007338', u'LOAD_-1207011855'), (u'MULTIEQUAL_-1207007266', u'MULTIEQUAL_-1207006107'), (u'INDIRECT_-1207007211', u'MULTIEQUAL_-1207008368'), (u'CALL_-1207012448', u'INDIRECT_-1207006590'), (u'MULTIEQUAL_-1207010004', u'PTRADD_-1207012213'), (u'INDIRECT_-1207006386', u'MULTIEQUAL_-1207006349'), (u'CALL_-1207013951', u'INDIRECT_-1207008533'), (u'CALL_-1207010129', u'INDIRECT_-1207005914'), (u'STORE_-1207011487', u'INDIRECT_-1207006235'), (u'INDIRECT_-1207007263', u'MULTIEQUAL_-1207008175'), ('const-433', u'LOAD_-1207012241'), (u'INDIRECT_-1207007692', u'MULTIEQUAL_-1207006461'), ('const-433', u'LOAD_-1207012264'), (u'MULTIEQUAL_-1207006349', u'MULTIEQUAL_-1207008486'), ('const-2', u'PTRADD_-1207005633'), (u'PTRADD_-1207005201', u'STORE_-1207011468'), ('tmp_2605', u'CBRANCH_-1207011017'), (u'MULTIEQUAL_-1207007581', u'COPY_-1207007259'), (u'INDIRECT_-1207007035', u'MULTIEQUAL_-1207008486'), (u'INDIRECT_-1207005964', u'MULTIEQUAL_-1207007869'), ('const-1', u'PTRADD_-1207011202'), (u'MULTIEQUAL_-1207007286', u'PTRADD_-1207011726'), ('tmp_16155', u'PTRADD_-1207006444'), ('const-1', u'STORE_-1207013617'), (u'CALL_-1207010549', u'INDIRECT_-1207006520'), ('const-0', u'CALL_-1207011932'), ('const-2', u'PTRADD_-1207006304'), (u'INDIRECT_-1207007155', u'MULTIEQUAL_-1207008132'), (u'CALL_-1207011916', u'INDIRECT_-1207007437'), (u'STORE_-1207011175', u'INDIRECT_-1207006866'), (u'INDIRECT_-1207007331', u'MULTIEQUAL_-1207007389'), ('const-1', u'PTRADD_-1207011726'), ('const-433', u'LOAD_-1207012407'), (u'COPY_-1207012495', u'COPY_-1207006463'), (u'INDIRECT_-1207007635', u'MULTIEQUAL_-1207007507'), (u'INDIRECT_-1207007093', u'MULTIEQUAL_-1207008250'), (u'CAST_-1207005163', u'INT_ADD_-1207011138'), (u'PTRADD_-1207010207', u'LOAD_-1207010269'), (u'INDIRECT_-1207008503', u'MULTIEQUAL_-1207008304'), (u'INDIRECT_-1207007191', u'MULTIEQUAL_-1207008486'), (u'INDIRECT_-1207007179', u'MULTIEQUAL_-1207007261'), ('const-8', u'PTRADD_-1207011042'), (u'INT_XOR_-1207007371', u'INT_MULT_-1207007246'), (u'CALL_-1207011121', u'INT_EQUAL_-1207011107'), ('const--48', u'PTRSUB_-1207006827'), ('const-8', u'PTRADD_-1207006309'), ('const-32', u'INT_EQUAL_-1207013927'), ('const-433', u'STORE_-1207011163'), (u'MULTIEQUAL_-1207007357', u'MULTIEQUAL_-1207007925'), (u'CALL_-1207012037', u'STORE_-1207011866'), (u'INDIRECT_-1207007064', u'MULTIEQUAL_-1207006943'), (u'CALL_-1207011988', u'INDIRECT_-1207006485'), (u'COPY_-1207006613', u'MULTIEQUAL_-1207007266'), ('const-3', u'PTRADD_-1207006167'), (u'INDIRECT_-1207008267', u'MULTIEQUAL_-1207006589'), ('const-433', u'STORE_-1207011911'), (u'INDIRECT_-1207006681', u'MULTIEQUAL_-1207008132'), ('tmp_4746', u'BRANCH_-1207011153'), (u'PTRADD_-1207006477', u'STORE_-1207012412'), (u'INT_SEXT_-1207012559', u'INT_SUB_-1207012551'), (u'INT_OR_-1207007377', u'STORE_-1207010607'), (u'INDIRECT_-1207006268', u'MULTIEQUAL_-1207008368'), (u'INDIRECT_-1207007753', u'MULTIEQUAL_-1207007625'), ('tmp_16155', u'CAST_-1207005780'), (u'INT_EQUAL_-1207011555', u'CBRANCH_-1207011552'), (u'CALL_-1207013641', u'INDIRECT_-1207008506'), (u'INDIRECT_-1207007213', u'MULTIEQUAL_-1207007271'), (u'CALL_-1207012741', u'INDIRECT_-1207007198'), (u'STORE_-1207011072', u'INDIRECT_-1207007290'), (u'INDIRECT_-1207006354', u'MULTIEQUAL_-1207006735'), (u'INDIRECT_-1207007429', u'MULTIEQUAL_-1207008486'), (u'CALL_-1207010323', u'INDIRECT_-1207006672'), (u'INDIRECT_-1207006946', u'MULTIEQUAL_-1207007119'), (u'MULTIEQUAL_-1207008186', u'MULTIEQUAL_-1207008162'), (u'CALL_-1207011148', u'INDIRECT_-1207006719'), (u'INDIRECT_-1207006635', u'MULTIEQUAL_-1207007497'), (u'STORE_-1207011019', u'INDIRECT_-1207006268'), (u'INDIRECT_-1207005836', u'MULTIEQUAL_-1207008132'), (u'CALL_-1207011113', u'INDIRECT_-1207006347'), (u'STORE_-1207011866', u'INDIRECT_-1207007574'), ('const-1', u'PTRADD_-1207014149'), (u'PTRSUB_-1207006437', u'PTRADD_-1207012547'), (u'COPY_-1207005992', u'MULTIEQUAL_-1207008014'), (u'CALL_-1207012448', u'INDIRECT_-1207007253'), (u'CALL_-1207011148', u'INDIRECT_-1207006365'), (u'CALL_-1207010153', u'INDIRECT_-1207006279'), (u'CALL_-1207012716', u'COPY_-1207007276'), (u'CALL_-1207010323', u'INDIRECT_-1207006554'), (u'PTRADD_-1207005422', u'STORE_-1207010074'), (u'INDIRECT_-1207008270', u'COPY_-1207008305'), ('const-1', u'INT_AND_-1207012316'), (u'INDIRECT_-1207006603', u'MULTIEQUAL_-1207006499'), (u'MULTIEQUAL_-1207007149', u'MULTIEQUAL_-1207008014'), ('const-5', u'CALL_-1207010153'), ('const-1', u'INT_ADD_-1207006664'), ('const-6', u'INT_EQUAL_-1207012531'), (u'CALL_-1207012584', u'INDIRECT_-1207007793'), (u'INDIRECT_-1207007182', u'MULTIEQUAL_-1207007355'), (u'LOAD_-1207012838', u'INT_AND_-1207012812'), ('const-433', u'STORE_-1207010118'), (u'INDIRECT_-1207007399', u'MULTIEQUAL_-1207007055'), (u'INDIRECT_-1207007281', u'MULTIEQUAL_-1207006015'), (u'CALL_-1207012363', u'INDIRECT_-1207006535'), (u'PTRADD_-1207005633', u'STORE_-1207011899'), (u'INDIRECT_-1207006844', u'MULTIEQUAL_-1207008132'), (u'INDIRECT_-1207007867', u'PTRADD_-1207011613'), (u'STORE_-1207011899', u'INDIRECT_-1207006880'), (u'CALL_-1207011397', u'INDIRECT_-1207005861'), (u'PTRADD_-1207006501', u'LOAD_-1207012398'), (u'INDIRECT_-1207006373', u'MULTIEQUAL_-1207006027'), (u'INDIRECT_-1207005605', u'MULTIEQUAL_-1207007869'), (u'INT_AND_-1207007383', u'STORE_-1207010706'), ('const-1694400', u'PTRSUB_-1207006259'), (u'CALL_-1207011333', u'INDIRECT_-1207007064'), (u'INDIRECT_-1207007753', u'MULTIEQUAL_-1207008486'), (u'LOAD_-1207014146', u'INT_ZEXT_-1207007419'), (u'COPY_-1207007252', u'MULTIEQUAL_-1207009877'), (u'STORE_-1207011126', u'INDIRECT_-1207006176'), (u'CALL_-1207011768', u'INDIRECT_-1207008031'), (u'CALL_-1207011148', u'INDIRECT_-1207006601'), (u'MULTIEQUAL_-1207008133', u'INT_SLESSEQUAL_-1207011009'), (u'INDIRECT_-1207006649', u'MULTIEQUAL_-1207006575'), (u'CAST_-1207005751', u'INT_ADD_-1207010593'), (u'MULTIEQUAL_-1207007184', u'MULTIEQUAL_-1207007173'), ('const-1', u'PTRADD_-1207010015'), (u'CALL_-1207010153', u'CALL_-1207010129'), ('const-20', u'INT_SLESS_-1207011159'), (u'INT_AND_-1207012505', u'BRANCHIND_-1207012501'), ('const-1309829', u'COPY_-1207006258'), ('tmp_16155', u'PTRADD_-1207005235'), (u'CALL_-1207013641', u'INDIRECT_-1207008270'), (u'STORE_-1207010538', u'INDIRECT_-1207006828'), (u'STORE_-1207010538', u'INDIRECT_-1207006474'), (u'CALL_-1207010191', u'INDIRECT_-1207006838'), ('tmp_4683', u'CBRANCH_-1207011076'), (u'INDIRECT_-1207006880', u'MULTIEQUAL_-1207007268'), (u'PTRADD_-1207011591', u'INT_NOTEQUAL_-1207011633'), ('const-2', u'PTRADD_-1207006477'), (u'INDIRECT_-1207008599', u'MULTIEQUAL_-1207008519'), ('const-252', u'INT_AND_-1207007394'), ('tmp_16155', u'PTRADD_-1207007432'), (u'INDIRECT_-1207008221', u'MULTIEQUAL_-1207006825'), ('const-433', u'LOAD_-1207012607'), (u'INDIRECT_-1207006229', u'MULTIEQUAL_-1207005909'), (u'INDIRECT_-1207006602', u'MULTIEQUAL_-1207008132'), (u'CALL_-1207011520', u'INDIRECT_-1207006791'), ('const-433', u'LOAD_-1207010759'), (u'PTRADD_-1207012126', u'MULTIEQUAL_-1207009709'), ('const-8', u'PTRADD_-1207006242'), (u'INDIRECT_-1207007485', u'MULTIEQUAL_-1207006107'), (u'INDIRECT_-1207006000', u'MULTIEQUAL_-1207006381'), (u'INDIRECT_-1207006673', u'MULTIEQUAL_-1207007581'), (u'CAST_-1207006273', u'STORE_-1207012371'), (u'CALL_-1207011558', u'INDIRECT_-1207006761'), ('const-0', u'PTRSUB_-1207005886'), ('const-1656000', u'PTRSUB_-1207007200'), ('const-0', u'SUBPIECE_-1207008456'), (u'MULTIEQUAL_-1207009229', u'INT_SLESSEQUAL_-1207012408'), (u'STORE_-1207011175', u'INDIRECT_-1207007456'), ('const-1', u'INT_ADD_-1207010996'), (u'INDIRECT_-1207008213', u'MULTIEQUAL_-1207008087'), ('const-8', u'PTRADD_-1207006732'), (u'INDIRECT_-1207005914', u'MULTIEQUAL_-1207005875'), (u'INT_ADD_-1207006664', u'STORE_-1207011019'), (u'INT_EQUAL_-1207011462', u'BOOL_NEGATE_-1207006682'), (u'INDIRECT_-1207006245', u'MULTIEQUAL_-1207007869'), ('const-433', u'STORE_-1207011169'), ('const-3', u'STORE_-1207011883'), (u'INDIRECT_-1207008385', u'MULTIEQUAL_-1207006950'), ('const-433', u'LOAD_-1207011817'), (u'STORE_-1207011876', u'INDIRECT_-1207007583'), (u'INDIRECT_-1207006491', u'MULTIEQUAL_-1207006145'), (u'INT_ADD_-1207010593', u'CAST_-1207005750'), (u'INDIRECT_-1207007871', u'MULTIEQUAL_-1207007743'), (u'MULTIEQUAL_-1207006110', u'MULTIEQUAL_-1207006539'), (u'MULTIEQUAL_-1207007076', u'MULTIEQUAL_-1207007066'), (u'INDIRECT_-1207007635', u'MULTIEQUAL_-1207007312'), (u'INT_EQUAL_-1207011793', u'CBRANCH_-1207011789'), (u'COPY_-1207005559', u'MULTIEQUAL_-1207006652'), ('const-433', u'LOAD_-1207013871'), (u'LOAD_-1207013761', u'SUBPIECE_-1207007213'), ('tmp_21974', u'MULTIEQUAL_-1207007869'), ('const-8', u'PTRADD_-1207006459'), (u'CALL_-1207011558', u'INDIRECT_-1207005980'), (u'CALL_-1207011397', u'STORE_-1207011393'), (u'INDIRECT_-1207006857', u'MULTIEQUAL_-1207008014'), (u'CALL_-1207012571', u'INDIRECT_-1207007331'), (u'STORE_-1207011193', u'INDIRECT_-1207006347'), (u'INDIRECT_-1207006908', u'MULTIEQUAL_-1207008486'), ('tmp_1973', u'CBRANCH_-1207012524'), (u'MULTIEQUAL_-1207007066', u'MULTIEQUAL_-1207007055'), (u'INDIRECT_-1207006975', u'MULTIEQUAL_-1207008132'), (u'INDIRECT_-1207007095', u'MULTIEQUAL_-1207006015'), (u'INT_MULT_-1207010993', u'INT_ADD_-1207011005'), ('const-0', u'INT_NOTEQUAL_-1207009463'), (u'LOAD_-1207012174', u'INT_EQUAL_-1207012159'), (u'INT_2COMP_-1207010717', u'STORE_-1207010713'), (u'MULTIEQUAL_-1207007538', u'MULTIEQUAL_-1207008604'), (u'STORE_-1207011412', u'INDIRECT_-1207006312'), (u'INDIRECT_-1207006472', u'MULTIEQUAL_-1207008014'), ('const-32', u'INT_NOTEQUAL_-1207012624'), (u'INDIRECT_-1207007302', u'MULTIEQUAL_-1207007261'), ('const-433', u'LOAD_-1207011043'), (u'STORE_-1207011876', u'INDIRECT_-1207007347'), ('const-433', u'LOAD_-1207012576'), (u'CAST_-1207006446', u'LOAD_-1207011520'), (u'CALL_-1207011435', u'INDIRECT_-1207006236'), ('tmp_1817', u'BRANCH_-1207011555'), (u'INDIRECT_-1207008061', u'LOAD_-1207013942'), (u'INDIRECT_-1207006592', u'MULTIEQUAL_-1207008368'), (u'INDIRECT_-1207008739', u'MULTIEQUAL_-1207007061'), (u'CALL_-1207011113', u'INDIRECT_-1207006583'), ('const-2', u'PTRADD_-1207010207'), ('tmp_3109', u'BRANCH_-1207010604'), ('const-433', u'LOAD_-1207012174'), (u'INDIRECT_-1207006324', u'MULTIEQUAL_-1207008368'), (u'MULTIEQUAL_-1207007030', u'CAST_-1207005411'), (u'PTRADD_-1207005412', u'STORE_-1207011126'), (u'INDIRECT_-1207006504', u'MULTIEQUAL_-1207006467'), (u'MULTIEQUAL_-1207006272', u'MULTIEQUAL_-1207006231'), (u'MULTIEQUAL_-1207008238', u'LOAD_-1207011260'), ('tmp_2537', u'CBRANCH_-1207011102'), (u'COPY_-1207006616', u'MULTIEQUAL_-1207007286'), ('const-1657328', u'INT_EQUAL_-1207011944'), (u'STORE_-1207013780', u'INDIRECT_-1207008090'), (u'INDIRECT_-1207007721', u'MULTIEQUAL_-1207006343'), (u'INDIRECT_-1207007237', u'MULTIEQUAL_-1207007150'), ('const-43', u'INT_EQUAL_-1207010000'), ('tmp_5682', u'CBRANCH_-1207011789'), (u'MULTIEQUAL_-1207006508', u'MULTIEQUAL_-1207008604'), (u'INDIRECT_-1207006943', u'MULTIEQUAL_-1207007025'), (u'CALL_-1207011435', u'INDIRECT_-1207006118'), (u'CALL_-1207013844', u'INDIRECT_-1207008599'), (u'MULTIEQUAL_-1207008175', u'COPY_-1207007279'), ('const-1', u'PTRADD_-1207011712'), (u'COPY_-1207007445', u'MULTIEQUAL_-1207010004'), (u'INT_ZEXT_-1207007421', u'PTRADD_-1207014067'), (u'MULTIEQUAL_-1207006467', u'MULTIEQUAL_-1207008604'), (u'PTRADD_-1207010015', u'MULTIEQUAL_-1207008014'), (u'INDIRECT_-1207007312', u'MULTIEQUAL_-1207007969'), (u'INDIRECT_-1207007517', u'MULTIEQUAL_-1207006255'), (u'STORE_-1207011876', u'INDIRECT_-1207007819'), (u'INT_EQUAL_-1207011214', u'CBRANCH_-1207011211'), ('const-126', u'INT_EQUAL_-1207012434'), ('const-1', u'PTRADD_-1207010207'), (u'INDIRECT_-1207006791', u'MULTIEQUAL_-1207007703'), (u'CALL_-1207012584', u'INDIRECT_-1207007911'), (u'CALL_-1207013802', u'INDIRECT_-1207007992'), (u'CALL_-1207011932', u'INDIRECT_-1207007567'), ('const-0', u'PTRSUB_-1207006160'), (u'INDIRECT_-1207005670', u'MULTIEQUAL_-1207006539'), (u'STORE_-1207011393', u'INDIRECT_-1207006063'), (u'INDIRECT_-1207006956', u'MULTIEQUAL_-1207008486'), (u'INDIRECT_-1207007635', u'MULTIEQUAL_-1207006373'), (u'INDIRECT_-1207006592', u'MULTIEQUAL_-1207006761'), ('const-2', u'INT_MULT_-1207011126'), (u'INT_NOTEQUAL_-1207011608', u'CBRANCH_-1207011608'), (u'INDIRECT_-1207006299', u'MULTIEQUAL_-1207007150'), (u'LOAD_-1207011575', u'INT_EQUAL_-1207011555'), (u'STORE_-1207011175', u'INDIRECT_-1207007220'), (u'INDIRECT_-1207006417', u'MULTIEQUAL_-1207007268'), ('tmp_16155', u'PTRADD_-1207005956'), (u'COPY_-1207011969', u'MULTIEQUAL_-1207009057'), (u'MULTIEQUAL_-1207009176', u'INT_SLESS_-1207012580'), ('const-3', u'PTRADD_-1207006201'), (u'STORE_-1207011347', u'INDIRECT_-1207005894'), ('const-41', u'COPY_-1207010750'), (u'STORE_-1207011152', u'INDIRECT_-1207005970'), (u'MULTIEQUAL_-1207009646', u'COPY_-1207007047'), (u'STORE_-1207011911', u'INDIRECT_-1207006299'), (u'INDIRECT_-1207008621', u'MULTIEQUAL_-1207008186'), (u'LOAD_-1207010759', u'INT_RIGHT_-1207010654'), (u'COPY_-1207005812', u'MULTIEQUAL_-1207006463'), (u'STORE_-1207011412', u'INDIRECT_-1207006430'), (u'INDIRECT_-1207006222', u'MULTIEQUAL_-1207007032'), (u'CALL_-1207011121', u'INDIRECT_-1207006649'), ('const-5', u'CALL_-1207011588'), (u'MULTIEQUAL_-1207006390', u'MULTIEQUAL_-1207006349'), (u'LOAD_-1207013942', u'MULTIEQUAL_-1207007356'), (u'LOAD_-1207011808', u'INT_EQUAL_-1207011793'), (u'INDIRECT_-1207007425', u'COPY_-1207006705'), (u'INDIRECT_-1207007871', u'INT_EQUAL_-1207009967'), (u'CALL_-1207010549', u'INDIRECT_-1207006756'), ('const-2', u'PTRADD_-1207005834'), ('const-8', u'PTRADD_-1207005431'), ('const-433', u'STORE_-1207012132'), ('const-9', u'PTRADD_-1207012213'), ('tmp_1465', u'CBRANCH_-1207012591'), (u'INDIRECT_-1207008621', u'MULTIEQUAL_-1207007237'), (u'CALL_-1207011435', u'INDIRECT_-1207006000'), (u'INT_EQUAL_-1207009967', u'CBRANCH_-1207009951'), (u'INDIRECT_-1207006583', u'MULTIEQUAL_-1207007939'), (u'CALL_-1207012765', u'INDIRECT_-1207006973'), (u'INT_NOTEQUAL_-1207012548', u'CBRANCH_-1207012548'), ('const-126', u'INT_EQUAL_-1207012569'), ('tmp_1738', u'BRANCH_-1207011489'), ('const-0', u'INT_EQUAL_-1207011081'), (u'INDIRECT_-1207007004', u'MULTIEQUAL_-1207008604'), (u'MULTIEQUAL_-1207007899', u'COPY_-1207007986'), (u'INDIRECT_-1207007074', u'MULTIEQUAL_-1207008604'), (u'PTRADD_-1207007432', u'CAST_-1207007261'), ('tmp_1326', u'BRANCH_-1207011462'), ('const-0', u'INT_EQUAL_-1207010989'), (u'LOAD_-1207012576', u'CAST_-1207006942'), (u'INDIRECT_-1207007338', u'PTRADD_-1207011755'), (u'STORE_-1207011163', u'INDIRECT_-1207006975'), (u'INT_EQUAL_-1207012493', u'CBRANCH_-1207012490'), ('const-433', u'STORE_-1207010607'), (u'STORE_-1207011487', u'INDIRECT_-1207006353'), (u'STORE_-1207011883', u'INDIRECT_-1207007470'), (u'CALL_-1207012741', u'INDIRECT_-1207007080'), ('const-433', u'STORE_-1207010545'), (u'INDIRECT_-1207007420', u'MULTIEQUAL_-1207007379'), ('const--48', u'PTRSUB_-1207006110'), (u'PTRADD_-1207006732', u'STORE_-1207011876'), (u'MULTIEQUAL_-1207006113', u'MULTIEQUAL_-1207008250'), ('const-20', u'INT_SLESS_-1207011193'), ('tmp_4950', u'CBRANCH_-1207011414'), ('const-32', u'INT_EQUAL_-1207012159'), ('tmp_16155', u'PTRADD_-1207005214'), (u'LOAD_-1207014146', u'BRANCHIND_-1207014043'), ('const-0', u'INT_NOTEQUAL_-1207012825'), (u'MULTIEQUAL_-1207007358', u'MULTIEQUAL_-1207005963'), ('tmp_16155', u'STORE_-1207011905'), (u'CALL_-1207012765', u'INDIRECT_-1207007209'), (u'STORE_-1207012866', u'INDIRECT_-1207007311'), (u'CALL_-1207012424', u'INDIRECT_-1207007237'), ('const-5', u'CALL_-1207011548'), (u'LOAD_-1207010269', u'INT_SUB_-1207010242'), (u'STORE_-1207010713', u'INDIRECT_-1207007158'), (u'PTRADD_-1207011746', u'LOAD_-1207011808'), ('tmp_16155', u'PTRADD_-1207006304'), (u'MULTIEQUAL_-1207006954', u'MULTIEQUAL_-1207006944'), (u'INDIRECT_-1207006111', u'MULTIEQUAL_-1207006069'), (u'STORE_-1207011866', u'INDIRECT_-1207007456'), (u'STORE_-1207011487', u'INDIRECT_-1207006117'), (u'INDIRECT_-1207007928', u'MULTIEQUAL_-1207008604'), (u'LOAD_-1207014146', u'INT_EQUAL_-1207012528'), ('tmp_1606', u'CBRANCH_-1207012490'), ('const-20', u'STORE_-1207011193'), ('const-0', u'INT_SLESS_-1207011422'), (u'STORE_-1207011163', u'INDIRECT_-1207007329'), (u'STORE_-1207011257', u'INDIRECT_-1207006255'), ('tmp_16155', u'CALL_-1207012716'), (u'INT_EQUAL_-1207012113', u'CBRANCH_-1207012110'), (u'MULTIEQUAL_-1207010004', u'PTRADD_-1207011755'), (u'INDIRECT_-1207006641', u'MULTIEQUAL_-1207008604'), ('const-2', u'PTRADD_-1207006594'), (u'COPY_-1207006451', u'MULTIEQUAL_-1207009350'), (u'COPY_-1207006705', u'STORE_-1207011866'), (u'LOAD_-1207011043', u'INT_ADD_-1207006664'), (u'CALL_-1207011275', u'INDIRECT_-1207007031'), (u'INDIRECT_-1207006485', u'MULTIEQUAL_-1207006367'), ('tmp_21968', u'LOAD_-1207014187'), (u'INDIRECT_-1207006509', u'MULTIEQUAL_-1207008368'), ('tmp_1299', u'BRANCH_-1207011889'), (u'STORE_-1207011911', u'INDIRECT_-1207006653'), (u'INDIRECT_-1207007316', u'MULTIEQUAL_-1207008604'), (u'INDIRECT_-1207006957', u'MULTIEQUAL_-1207006853'), (u'MULTIEQUAL_-1207009709', u'PTRADD_-1207012029'), (u'INT_EQUAL_-1207011354', u'CBRANCH_-1207011352'), ('const-433', u'LOAD_-1207013653'), (u'CALL_-1207011472', u'INDIRECT_-1207006489'), (u'INDIRECT_-1207007090', u'MULTIEQUAL_-1207005880'), (u'CAST_-1207005072', u'STORE_-1207011347'), (u'INT_EQUAL_-1207012076', u'CBRANCH_-1207012072'), (u'INT_NOTEQUAL_-1207011923', u'CBRANCH_-1207011918'), (u'INT_ADD_-1207011073', u'MULTIEQUAL_-1207006113'), (u'INDIRECT_-1207007090', u'MULTIEQUAL_-1207007869'), (u'INDIRECT_-1207008739', u'MULTIEQUAL_-1207007355'), (u'INT_EQUAL_-1207011081', u'CBRANCH_-1207011076'), (u'CAST_-1207006009', u'STORE_-1207012737'), ('const-2', u'INT_AND_-1207012812'), (u'INDIRECT_-1207007119', u'MULTIEQUAL_-1207007032'), ('tmp_16155', u'PTRADD_-1207005641'), (u'INDIRECT_-1207007859', u'MULTIEQUAL_-1207007733'), (u'STORE_-1207011876', u'INDIRECT_-1207007465'), (u'MULTIEQUAL_-1207009686', u'COPY_-1207007347'), (u'CALL_-1207012037', u'INT_EQUAL_-1207010084'), (u'INDIRECT_-1207007338', u'COPY_-1207006634'), (u'PTRADD_-1207005402', u'LOAD_-1207011472'), (u'INDIRECT_-1207006790', u'MULTIEQUAL_-1207008368'), (u'CALL_-1207012571', u'INDIRECT_-1207006904'), (u'CALL_-1207012584', u'INDIRECT_-1207008029'), ('const-8', u'PTRADD_-1207006234'), (u'INDIRECT_-1207007331', u'MULTIEQUAL_-1207007194'), (u'MULTIEQUAL_-1207007507', u'MULTIEQUAL_-1207006342'), ('const-1', u'PTRADD_-1207012514'), ('const-8', u'PTRADD_-1207006477'), ('tmp_491', u'BRANCH_-1207012731'), ('const-433', u'LOAD_-1207010097'), (u'CALL_-1207011472', u'INDIRECT_-1207005899'), (u'MULTIEQUAL_-1207007357', u'PTRADD_-1207013865'), (u'CALL_-1207012448', u'INT_EQUAL_-1207012378'), (u'INDIRECT_-1207006347', u'MULTIEQUAL_-1207007703'), ('const-433', u'STORE_-1207011905'), (u'CAST_-1207005345', u'INT_SEXT_-1207011571'), (u'CALL_-1207012004', u'INDIRECT_-1207006188'), (u'CALL_-1207011522', u'INDIRECT_-1207007281'), (u'INT_EQUAL_-1207012448', u'CBRANCH_-1207012445'), (u'CALL_-1207011932', u'INDIRECT_-1207007921'), ('tmp_3254', u'CBRANCH_-1207011532'), (u'MULTIEQUAL_-1207007821', u'COPY_-1207007261'), (u'CALL_-1207012448', u'INDIRECT_-1207007371'), (u'COPY_-1207006448', u'INT_ADD_-1207012394'), ('const-433', u'LOAD_-1207010269'), ('tmp_4203', u'CBRANCH_-1207011832'), (u'CAST_-1207005779', u'STORE_-1207010706'), (u'INDIRECT_-1207006190', u'MULTIEQUAL_-1207008486'), (u'STORE_-1207012403', u'INDIRECT_-1207007538'), (u'INDIRECT_-1207006193', u'MULTIEQUAL_-1207008486'), (u'PTRSUB_-1207006987', u'PTRADD_-1207012282'), (u'MULTIEQUAL_-1207007430', u'MULTIEQUAL_-1207007420'), (u'STORE_-1207011911', u'INDIRECT_-1207006535'), (u'STORE_-1207010118', u'INDIRECT_-1207006072'), (u'CALL_-1207013802', u'INDIRECT_-1207008346'), (u'INDIRECT_-1207006340', u'MULTIEQUAL_-1207007150'), (u'CALL_-1207012363', u'INDIRECT_-1207007316'), (u'INDIRECT_-1207006603', u'MULTIEQUAL_-1207006485'), ('tmp_3922', u'CBRANCH_-1207012072'), (u'INDIRECT_-1207008172', u'MULTIEQUAL_-1207008132'), ('tmp_16155', u'PTRADD_-1207006427'), (u'INDIRECT_-1207008503', u'MULTIEQUAL_-1207008068'), (u'INDIRECT_-1207006745', u'MULTIEQUAL_-1207008604'), (u'INDIRECT_-1207006799', u'MULTIEQUAL_-1207008250'), (u'MULTIEQUAL_-1207009709', u'LOAD_-1207012128'), (u'LOAD_-1207011093', u'INT_AND_-1207011067'), (u'CALL_-1207011558', u'INDIRECT_-1207006289'), ('const-32', u'INT_EQUAL_-1207014172'), (u'PTRSUB_-1207007489', u'PTRADD_-1207014067'), (u'STORE_-1207011899', u'INDIRECT_-1207006644'), (u'CALL_-1207012765', u'CALL_-1207012741'), (u'INDIRECT_-1207007399', u'MULTIEQUAL_-1207007076'), (u'PTRADD_-1207012043', u'MULTIEQUAL_-1207007419'), (u'INDIRECT_-1207007871', u'INT_EQUAL_-1207009986'), (u'PTRADD_-1207010835', u'LOAD_-1207010895'), (u'MULTIEQUAL_-1207007581', u'PTRADD_-1207012553'), (u'INDIRECT_-1207006130', u'MULTIEQUAL_-1207007143'), (u'INT_EQUAL_-1207010883', u'CBRANCH_-1207010879'), (u'MULTIEQUAL_-1207009686', u'CAST_-1207006000'), (u'STORE_-1207011019', u'INDIRECT_-1207005914'), (u'INT_NOTEQUAL_-1207011226', u'CBRANCH_-1207011224'), (u'MULTIEQUAL_-1207007149', u'MULTIEQUAL_-1207005985'), (u'INDIRECT_-1207006190', u'MULTIEQUAL_-1207006115'), (u'CAST_-1207005162', u'STORE_-1207011152'), (u'INDIRECT_-1207006768', u'MULTIEQUAL_-1207008368'), ('const-1309828', u'COPY_-1207011969'), (u'INDIRECT_-1207006574', u'MULTIEQUAL_-1207006539'), (u'INDIRECT_-1207008029', u'MULTIEQUAL_-1207008250'), (u'CALL_-1207013844', u'INDIRECT_-1207008481'), (u'INT_NOTEQUAL_-1207010689', u'CBRANCH_-1207010688'), (u'INT_EQUAL_-1207012008', u'CBRANCH_-1207012006'), (u'PTRADD_-1207005431', u'LOAD_-1207010097'), ('const-433', u'LOAD_-1207011093'), (u'INDIRECT_-1207008739', u'MULTIEQUAL_-1207007304'), (u'INDIRECT_-1207005845', u'MULTIEQUAL_-1207005761'), (u'CALL_-1207012448', u'INDIRECT_-1207007017'), ('const-93', u'INT_EQUAL_-1207011214'), (u'INDIRECT_-1207006391', u'MULTIEQUAL_-1207008250'), (u'INDIRECT_-1207007676', u'INT_NOTEQUAL_-1207011655'), ('const-32', u'INT_EQUAL_-1207012076'), (u'INDIRECT_-1207007326', u'MULTIEQUAL_-1207008250'), (u'CALL_-1207013770', u'STORE_-1207013766'), (u'INT_EQUAL_-1207012434', u'CBRANCH_-1207012431'), ('const-1656384', u'PTRSUB_-1207006987'), (u'MULTIEQUAL_-1207007286', u'PTRADD_-1207011712'), (u'STORE_-1207011866', u'INDIRECT_-1207007928'), (u'STORE_-1207010706', u'INDIRECT_-1207006563'), (u'MULTIEQUAL_-1207009176', u'INT_SLESS_-1207011193'), ('const-7', u'INT_ADD_-1207006945'), ('tmp_5369', u'BRANCH_-1207010602'), ('const-2', u'INT_AND_-1207012581'), ('const-2', u'PTRADD_-1207005956'), (u'INDIRECT_-1207006762', u'MULTIEQUAL_-1207007150'), (u'CALL_-1207013844', u'INDIRECT_-1207007818'), (u'INDIRECT_-1207006405', u'MULTIEQUAL_-1207008368'), (u'LOAD_-1207011520', u'MULTIEQUAL_-1207007663'), (u'PTRADD_-1207006201', u'CAST_-1207006043'), ('tmp_2992', u'CBRANCH_-1207011211'), (u'INDIRECT_-1207006904', u'MULTIEQUAL_-1207005880'), (u'STORE_-1207013780', u'INDIRECT_-1207008444'), (u'INDIRECT_-1207008385', u'MULTIEQUAL_-1207006707'), (u'STORE_-1207011883', u'INDIRECT_-1207007706'), ('tmp_5202', u'CBRANCH_-1207010688'), (u'CALL_-1207012424', u'INDIRECT_-1207006574'), (u'CALL_-1207011472', u'STORE_-1207011468'), (u'STORE_-1207010538', u'INDIRECT_-1207006356'), ('const-1', u'PTRADD_-1207011755'), (u'INDIRECT_-1207006051', u'MULTIEQUAL_-1207008014'), (u'INDIRECT_-1207008297', u'MULTIEQUAL_-1207008165'), (u'INDIRECT_-1207007680', u'MULTIEQUAL_-1207008604'), (u'STORE_-1207011019', u'INDIRECT_-1207006150'), (u'CALL_-1207011988', u'INDIRECT_-1207006367'), ('const-1', u'STORE_-1207012802'), ('tmp_16155', u'CALL_-1207012571'), (u'INT_SEXT_-1207011131', u'CALL_-1207011113'), ('const-1', u'INT_ADD_-1207012394'), (u'STORE_-1207011911', u'INDIRECT_-1207006889'), (u'CAST_-1207005220', u'MULTIEQUAL_-1207008238'), (u'INT_AND_-1207011067', u'INT_EQUAL_-1207011081'), ('const-1336195', u'COPY_-1207005997'), (u'STORE_-1207010545', u'INDIRECT_-1207006597'), ('const-433', u'STORE_-1207011487'), (u'INDIRECT_-1207008644', u'MULTIEQUAL_-1207008604'), (u'INDIRECT_-1207008267', u'MULTIEQUAL_-1207006832'), ('tmp_2926', u'CBRANCH_-1207012622'), (u'INDIRECT_-1207007415', u'MULTIEQUAL_-1207007497'), (u'CALL_-1207013770', u'INDIRECT_-1207007786'), ('const-102', u'CALL_-1207011768'), (u'INT_SUB_-1207012551', u'INT_AND_-1207012505'), (u'COPY_-1207005767', u'MULTIEQUAL_-1207006463'), (u'PTRADD_-1207010359', u'COPY_-1207005767'), (u'STORE_-1207012472', u'INDIRECT_-1207006982'), (u'INDIRECT_-1207007928', u'MULTIEQUAL_-1207006697'), (u'INDIRECT_-1207006904', u'MULTIEQUAL_-1207006819'), (u'CAST_-1207007377', u'LOAD_-1207014240'), (u'INDIRECT_-1207006347', u'MULTIEQUAL_-1207006305'), (u'INT_NOTEQUAL_-1207011987', u'CBRANCH_-1207011966'), (u'LOAD_-1207014146', u'INT_ZEXT_-1207007421'), ('const-2', u'STORE_-1207010545'), (u'INDIRECT_-1207007676', u'MULTIEQUAL_-1207007573'), (u'INDIRECT_-1207006081', u'MULTIEQUAL_-1207005997'), (u'STORE_-1207011495', u'INDIRECT_-1207006635'), ('tmp_3399', u'CBRANCH_-1207011352'), (u'INDIRECT_-1207007194', u'MULTIEQUAL_-1207007851'), (u'MULTIEQUAL_-1207008238', u'PTRADD_-1207005363'), (u'MULTIEQUAL_-1207005791', u'MULTIEQUAL_-1207006036'), (u'CALL_-1207010018', u'INDIRECT_-1207006081'), (u'CAST_-1207005699', u'INT_SEXT_-1207011228'), (u'CALL_-1207010017', u'INDIRECT_-1207006075'), (u'COPY_-1207007042', u'CALL_-1207012296'), (u'INDIRECT_-1207006958', u'MULTIEQUAL_-1207007615'), (u'PTRADD_-1207011613', u'COPY_-1207007051'), ('const-1', u'PTRADD_-1207012282'), (u'CALL_-1207012716', u'INDIRECT_-1207007956'), (u'INDIRECT_-1207006944', u'MULTIEQUAL_-1207008486'), (u'CAST_-1207005669', u'INT_LESS_-1207010225'), ('const-1', u'COPY_-1207012495'), ('const-0', u'INT_EQUAL_-1207012252'), ('const-0', u'INT_NOTEQUAL_-1207011186'), (u'INDIRECT_-1207006308', u'MULTIEQUAL_-1207006233'), ('const-2', u'PTRADD_-1207005032'), (u'INDIRECT_-1207006155', u'MULTIEQUAL_-1207008014'), (u'PTRADD_-1207005956', u'LOAD_-1207010751'), (u'CALL_-1207011275', u'INDIRECT_-1207007149'), (u'CALL_-1207011588', u'INDIRECT_-1207006776'), (u'CALL_-1207011121', u'INDIRECT_-1207006840'), (u'STORE_-1207011899', u'INDIRECT_-1207006290'), ('const-1', u'PTRADD_-1207012553'), ('const-1', u'INT_AND_-1207007368'), ('const-0', u'PTRSUB_-1207007200'), ('const-2', u'PTRADD_-1207012007'), ('const-433', u'LOAD_-1207011234'), (u'INDIRECT_-1207007391', u'MULTIEQUAL_-1207008368'), (u'INDIRECT_-1207007355', u'MULTIEQUAL_-1207007268'), (u'MULTIEQUAL_-1207006272', u'MULTIEQUAL_-1207008368'), ('tmp_16155', u'LOAD_-1207013826'), (u'CALL_-1207011932', u'INDIRECT_-1207007685'), ('const-8', u'PTRADD_-1207005412'), (u'INT_EQUAL_-1207011944', u'CBRANCH_-1207011942'), (u'STORE_-1207012412', u'INDIRECT_-1207007697'), (u'INDIRECT_-1207008506', u'COPY_-1207008541'), (u'CAST_-1207005113', u'INT_ADD_-1207011027'), (u'INDIRECT_-1207008310', u'MULTIEQUAL_-1207008175'), (u'LOAD_-1207012241', u'INT_AND_-1207008457'), (u'INDIRECT_-1207007753', u'MULTIEQUAL_-1207007430'), (u'INT_ADD_-1207010996', u'MULTIEQUAL_-1207008133'), ('const-1336195', u'COPY_-1207007314'), (u'CALL_-1207012716', u'INDIRECT_-1207008074'), (u'CALL_-1207011588', u'INDIRECT_-1207005995'), (u'PTRSUB_-1207007202', u'CALL_-1207011693'), (u'INT_EQUAL_-1207012528', u'CBRANCH_-1207012524'), ('const-3', u'PTRADD_-1207005214'), (u'STORE_-1207010607', u'INDIRECT_-1207007125'), (u'LOAD_-1207014146', u'INT_EQUAL_-1207012434'), (u'CALL_-1207011333', u'INT_EQUAL_-1207011319'), (u'PTRADD_-1207011202', u'LOAD_-1207011264'), (u'CALL_-1207013951', u'INDIRECT_-1207007870'), (u'INDIRECT_-1207007311', u'LOAD_-1207012023'), (u'INDIRECT_-1207006644', u'MULTIEQUAL_-1207007032'), (u'INT_ZEXT_-1207009943', u'INT_ADD_-1207006945'), (u'STORE_-1207010545', u'INDIRECT_-1207006361'), (u'INT_ADD_-1207011005', u'CAST_-1207005103'), (u'CALL_-1207011916', u'INDIRECT_-1207007909'), ('const-0', u'RETURN_-1207007264'), ('tmp_551', u'CBRANCH_-1207013918'), ('const-33', u'INT_EQUAL_-1207012528'), ('const-2', u'PTRADD_-1207011591'), (u'INT_MULT_-1207007246', u'INT_OR_-1207007377'), ('tmp_16155', u'PTRADD_-1207005607'), (u'CALL_-1207011113', u'INDIRECT_-1207006819'), (u'STORE_-1207011889', u'INDIRECT_-1207007710'), ('tmp_16155', u'PTRADD_-1207007325'), (u'MULTIEQUAL_-1207009176', u'INT_SLESSEQUAL_-1207012408'), (u'STORE_-1207011889', u'INDIRECT_-1207007828'), (u'STORE_-1207011152', u'INDIRECT_-1207006560'), (u'CALL_-1207011900', u'INDIRECT_-1207007779'), (u'INDIRECT_-1207007309', u'MULTIEQUAL_-1207008604'), (u'STORE_-1207011238', u'INDIRECT_-1207006472'), ('const-45', u'COPY_-1207006525'), (u'INDIRECT_-1207007399', u'MULTIEQUAL_-1207008132'), (u'CAST_-1207006275', u'INT_SEXT_-1207011042'), (u'MULTIEQUAL_-1207007625', u'MULTIEQUAL_-1207008486'), (u'CALL_-1207013951', u'INDIRECT_-1207008297'), ('tmp_16155', u'PTRADD_-1207006732'), (u'CALL_-1207011693', u'INDIRECT_-1207008339'), ('const-252', u'INT_AND_-1207009137'), (u'MULTIEQUAL_-1207006809', u'MULTIEQUAL_-1207007869'), ('tmp_2273', u'BRANCH_-1207010880'), (u'INDIRECT_-1207007273', u'MULTIEQUAL_-1207008250'), (u'STORE_-1207012403', u'INDIRECT_-1207007302'), ('tmp_16149', u'PTRSUB_-1207006827'), (u'STORE_-1207011883', u'INDIRECT_-1207007942'), (u'CALL_-1207010525', u'INDIRECT_-1207006745'), (u'CALL_-1207012424', u'INDIRECT_-1207006765'), (u'INT_OR_-1207009124', u'STORE_-1207014190'), ('const-1', u'PTRADD_-1207011769'), (u'STORE_-1207011257', u'INDIRECT_-1207006373'), (u'INDIRECT_-1207007198', u'MULTIEQUAL_-1207007119'), ('const-43', u'INT_EQUAL_-1207012493'), (u'INT_AND_-1207009137', u'INT_OR_-1207009124'), (u'INDIRECT_-1207008383', u'MULTIEQUAL_-1207008604'), (u'INDIRECT_-1207006368', u'MULTIEQUAL_-1207007869'), (u'STORE_-1207011238', u'INDIRECT_-1207006826'), (u'CALL_-1207010323', u'INDIRECT_-1207007026'), ('const-2', u'PTRADD_-1207005363'), ('tmp_16155', u'PTRADD_-1207005612'), (u'STORE_-1207011169', u'INDIRECT_-1207007215'), ('const-1', u'PTRADD_-1207009435'), ('const-0', u'INT_EQUAL_-1207012330'), (u'MULTIEQUAL_-1207005916', u'MULTIEQUAL_-1207008014'), ('tmp_22218', u'INT_EQUAL_-1207011969'), (u'INDIRECT_-1207005894', u'MULTIEQUAL_-1207006904'), (u'MULTIEQUAL_-1207007194', u'MULTIEQUAL_-1207007184'), (u'STORE_-1207011487', u'INDIRECT_-1207006471'), (u'CALL_-1207011275', u'INDIRECT_-1207006368'), (u'STORE_-1207013766', u'INDIRECT_-1207008317'), (u'STORE_-1207013617', u'INDIRECT_-1207008172'), (u'INDIRECT_-1207008103', u'MULTIEQUAL_-1207007950'), (u'SUBPIECE_-1207007213', u'INT_EQUAL_-1207013727'), (u'INDIRECT_-1207006465', u'MULTIEQUAL_-1207006423'), (u'COPY_-1207006463', u'MULTIEQUAL_-1207009350'), (u'PTRADD_-1207006459', u'CAST_-1207006273'), (u'STORE_-1207011193', u'INDIRECT_-1207006111'), (u'PTRADD_-1207005235', u'CAST_-1207005072'), (u'INDIRECT_-1207006839', u'MULTIEQUAL_-1207006735'), (u'LOAD_-1207012275', u'INT_ZEXT_-1207009934'), (u'CAST_-1207005624', u'INT_LESS_-1207010139'), (u'PTRSUB_-1207011207', u'CAST_-1207005220'), ('const-433', u'STORE_-1207012472'), (u'INDIRECT_-1207007538', u'MULTIEQUAL_-1207007497'), ('const-2', u'STORE_-1207012737'), (u'MULTIEQUAL_-1207009176', u'INT_MULT_-1207011237'), ('const-0', u'RETURN_-1207013654'), (u'PTRADD_-1207006309', u'CAST_-1207006124'), ('const-0', u'SUBPIECE_-1207008089'), (u'MULTIEQUAL_-1207006499', u'MULTIEQUAL_-1207006485'), (u'INT_EQUAL_-1207011749', u'CBRANCH_-1207011746'), (u'CALL_-1207011916', u'INDIRECT_-1207007246'), (u'CAST_-1207006613', u'CALL_-1207011900'), (u'CALL_-1207010091', u'INDIRECT_-1207006650'), (u'MULTIEQUAL_-1207007748', u'INT_SLESSEQUAL_-1207011009'), (u'STORE_-1207012412', u'INDIRECT_-1207007343'), ('const-3', u'PTRADD_-1207006459'), ('tmp_16155', u'PTRADD_-1207005422'), (u'CALL_-1207010549', u'INDIRECT_-1207006284'), ('const-0', u'PTRSUB_-1207005303'), (u'STORE_-1207011495', u'INDIRECT_-1207006517'), (u'INDIRECT_-1207006957', u'COPY_-1207006239'), ('const-25', u'INT_ADD_-1207010743'), (u'INT_SLESS_-1207011422', u'CBRANCH_-1207011429'), (u'MULTIEQUAL_-1207007743', u'MULTIEQUAL_-1207006578'), (u'COPY_-1207006547', u'MULTIEQUAL_-1207007457'), ('tmp_16155', u'CALL_-1207010091'), (u'INDIRECT_-1207007517', u'MULTIEQUAL_-1207007173'), (u'INT_SLESSEQUAL_-1207012408', u'INT_ZEXT_-1207009525'), (u'INDIRECT_-1207007676', u'INT_NOTEQUAL_-1207011633'), (u'STORE_-1207010706', u'INDIRECT_-1207006681'), (u'LOAD_-1207011264', u'CAST_-1207005702'), (u'STORE_-1207011152', u'INDIRECT_-1207006324'), ('tmp_182', u'CBRANCH_-1207014168'), (u'STORE_-1207012802', u'INDIRECT_-1207007449'), ('tmp_16155', u'STORE_-1207012472'), ('const-1', u'PTRADD_-1207010835'), (u'CALL_-1207010153', u'INDIRECT_-1207006397'), (u'INDIRECT_-1207008192', u'MULTIEQUAL_-1207008057'), (u'INDIRECT_-1207006111', u'MULTIEQUAL_-1207005791'), ('const-48', u'INT_SUB_-1207012551'), ('const-3', u'STORE_-1207011911'), (u'INT_EQUAL_-1207011319', u'CBRANCH_-1207011317'), ('const-41', u'INT_EQUAL_-1207011749'), ('const--1', u'PTRADD_-1207009435'), (u'MULTIEQUAL_-1207008376', u'COPY_-1207008458'), (u'INDIRECT_-1207006650', u'MULTIEQUAL_-1207008250'), ('const-2', u'PTRADD_-1207005607'), ('const-433', u'LOAD_-1207013800'), (u'INDIRECT_-1207006627', u'MULTIEQUAL_-1207008486'), ('tmp_4580', u'BRANCH_-1207010061'), (u'INT_ZEXT_-1207009989', u'PTRADD_-1207012282'), (u'CALL_-1207012765', u'INDIRECT_-1207007091'), ('tmp_2760', u'BRANCH_-1207011120'), (u'STORE_-1207011495', u'INDIRECT_-1207006399'), (u'INDIRECT_-1207006289', u'MULTIEQUAL_-1207008132'), ('const-2', u'INT_LESS_-1207010139'), ('tmp_16155', u'PTRADD_-1207006234'), (u'INT_NEGATE_-1207011236', u'STORE_-1207011257'), ('const-433', u'STORE_-1207012412'), ('const-433', u'LOAD_-1207010763'), (u'CALL_-1207011435', u'INDIRECT_-1207005691'), ('const-0', u'INT_EQUAL_-1207011421'), (u'INT_NOTEQUAL_-1207011655', u'CBRANCH_-1207011654'), ('tmp_3877', u'CBRANCH_-1207012110'), (u'INDIRECT_-1207007635', u'MULTIEQUAL_-1207007291'), ('const-41', u'COPY_-1207007522'), (u'CALL_-1207012037', u'INT_EQUAL_-1207010101'), (u'COPY_-1207011981', u'MULTIEQUAL_-1207009057'), (u'STORE_-1207011169', u'INDIRECT_-1207007333'), ('const-433', u'LOAD_-1207011104'), (u'PTRADD_-1207012514', u'LOAD_-1207012576'), (u'STORE_-1207011175', u'INDIRECT_-1207006984'), (u'INDIRECT_-1207008339', u'MULTIEQUAL_-1207006943'), (u'PTRADD_-1207006234', u'STORE_-1207011163'), (u'INDIRECT_-1207006176', u'MULTIEQUAL_-1207006124'), (u'CAST_-1207005468', u'STORE_-1207010545'), ('const-0', u'CALL_-1207013802'), (u'INT_ADD_-1207012394', u'COPY_-1207006451'), (u'INDIRECT_-1207006238', u'MULTIEQUAL_-1207008014'), (u'INDIRECT_-1207006474', u'MULTIEQUAL_-1207008250'), ('tmp_16155', u'CAST_-1207005751'), (u'INT_NEGATE_-1207011105', u'STORE_-1207011126'), (u'INDIRECT_-1207006072', u'MULTIEQUAL_-1207008368'), (u'INT_NOTEQUAL_-1207011534', u'CBRANCH_-1207011532'), (u'PTRSUB_-1207006110', u'CALL_-1207012448'), (u'INT_AND_-1207012316', u'INT_EQUAL_-1207012330'), (u'PTRADD_-1207012596', u'MULTIEQUAL_-1207007581'), (u'STORE_-1207011393', u'INDIRECT_-1207005945'), (u'INDIRECT_-1207005970', u'MULTIEQUAL_-1207008014'), (u'INDIRECT_-1207006465', u'MULTIEQUAL_-1207007821'), (u'STORE_-1207011876', u'INDIRECT_-1207007937'), (u'INT_EQUAL_-1207011969', u'CBRANCH_-1207011966'), (u'CALL_-1207012296', u'INDIRECT_-1207007623'), (u'STORE_-1207011468', u'INDIRECT_-1207005986'), (u'PTRSUB_-1207005412', u'CAST_-1207005216'), ('tmp_399', u'CBRANCH_-1207012805'), ('const-45', u'INT_EQUAL_-1207010768'), ('tmp_16155', u'PTRADD_-1207005943'), (u'MULTIEQUAL_-1207009686', u'PTRADD_-1207010359'), (u'INDIRECT_-1207007753', u'MULTIEQUAL_-1207007409'), (u'INDIRECT_-1207006019', u'MULTIEQUAL_-1207005985'), (u'CALL_-1207012765', u'INDIRECT_-1207006664'), ('const-1656128', u'PTRSUB_-1207007489'), (u'PTRADD_-1207012029', u'LOAD_-1207012091'), (u'CALL_-1207012475', u'INDIRECT_-1207006819'), (u'CALL_-1207011932', u'INDIRECT_-1207008039'), ('const-0', u'PTRSUB_-1207006308'), (u'INDIRECT_-1207008533', u'MULTIEQUAL_-1207008401'), ('tmp_3666', u'CBRANCH_-1207012246'), (u'INDIRECT_-1207007753', u'MULTIEQUAL_-1207006491'), (u'CALL_-1207012584', u'INDIRECT_-1207008265'), (u'INDIRECT_-1207007281', u'MULTIEQUAL_-1207007149'), (u'MULTIEQUAL_-1207007743', u'MULTIEQUAL_-1207008604'), ('const-1', u'PTRADD_-1207012553'), ('tmp_16155', u'CAST_-1207007378'), (u'BOOL_NEGATE_-1207006682', u'CBRANCH_-1207011414'), ('const-1309819', u'COPY_-1207007042'), (u'INT_AND_-1207012238', u'INT_EQUAL_-1207012252'), (u'INT_EQUAL_-1207012383', u'CBRANCH_-1207012378'), (u'PTRADD_-1207010121', u'LOAD_-1207010183'), (u'CALL_-1207011900', u'INDIRECT_-1207007425'), ('tmp_16149', u'PTRSUB_-1207006110'), (u'INDIRECT_-1207008739', u'MULTIEQUAL_-1207008304'), ('const-433', u'LOAD_-1207013761'), ('tmp_16155', u'PTRADD_-1207005390'), ('const-0', u'INT_EQUAL_-1207011107'), (u'INDIRECT_-1207007061', u'MULTIEQUAL_-1207007143'), (u'INDIRECT_-1207008553', u'MULTIEQUAL_-1207008494'), (u'INDIRECT_-1207006672', u'MULTIEQUAL_-1207008250'), (u'PTRADD_-1207009435', u'LOAD_-1207009497'), (u'CALL_-1207012296', u'INDIRECT_-1207007741'), (u'INDIRECT_-1207007870', u'MULTIEQUAL_-1207007790'), (u'INT_EQUAL_-1207012455', u'CBRANCH_-1207012452'), (u'INDIRECT_-1207006308', u'MULTIEQUAL_-1207008604'), (u'MULTIEQUAL_-1207007457', u'CALL_-1207011520'), (u'CALL_-1207012296', u'INDIRECT_-1207007859'), (u'COPY_-1207006448', u'MULTIEQUAL_-1207009229'), (u'INT_ZEXT_-1207007420', u'PTRADD_-1207012547'), ('const-84', u'INT_NOTEQUAL_-1207011987'), ('const-2', u'INT_MULT_-1207011237'), (u'CALL_-1207011693', u'INDIRECT_-1207008221'), (u'INDIRECT_-1207006458', u'MULTIEQUAL_-1207007268'), (u'STORE_-1207010538', u'INDIRECT_-1207006710'), (u'CALL_-1207013844', u'INDIRECT_-1207008245'), (u'CALL_-1207012037', u'INDIRECT_-1207007856'), (u'MULTIEQUAL_-1207007538', u'MULTIEQUAL_-1207007527'), ('tmp_2738', u'CBRANCH_-1207010768'), (u'INT_EQUAL_-1207011462', u'MULTIEQUAL_-1207006652'), (u'INDIRECT_-1207007456', u'MULTIEQUAL_-1207008132'), ('const-3', u'STORE_-1207011175'), ('const-433', u'STORE_-1207011412'), (u'CALL_-1207011520', u'INDIRECT_-1207006673'), (u'STORE_-1207011899', u'INDIRECT_-1207006408'), (u'INDIRECT_-1207006169', u'MULTIEQUAL_-1207008132'), (u'STORE_-1207011905', u'INDIRECT_-1207006766'), (u'CALL_-1207011693', u'INDIRECT_-1207008457'), ('const-0', u'INT_EQUAL_-1207011079'), (u'INDIRECT_-1207007449', u'MULTIEQUAL_-1207007312'), (u'CALL_-1207010153', u'INDIRECT_-1207006161'), ('const-8', u'PTRADD_-1207007432'), (u'CALL_-1207011435', u'INDIRECT_-1207006354'), (u'MULTIEQUAL_-1207006260', u'MULTIEQUAL_-1207006246'), (u'INDIRECT_-1207006465', u'MULTIEQUAL_-1207006145'), (u'INDIRECT_-1207007574', u'MULTIEQUAL_-1207008250'), (u'INDIRECT_-1207006401', u'MULTIEQUAL_-1207006626'), ('const-0', u'COPY_-1207007863'), (u'INDIRECT_-1207008317', u'MULTIEQUAL_-1207008258'), ('tmp_1106', u'CBRANCH_-1207012409'), ('const-8', u'PTRADD_-1207005173'), ('const-1', u'PTRADD_-1207011018'), (u'INDIRECT_-1207006206', u'MULTIEQUAL_-1207006154'), (u'CALL_-1207012741', u'INDIRECT_-1207006962'), (u'INDIRECT_-1207007871', u'INT_EQUAL_-1207010000'), (u'LOAD_-1207014146', u'INT_EQUAL_-1207012413'), (u'CALL_-1207013641', u'INDIRECT_-1207008034'), ('tmp_3260', u'BRANCH_-1207010740'), ('const-8', u'PTRADD_-1207005340'), (u'CALL_-1207012004', u'INDIRECT_-1207006733'), ('const-2', u'PTRADD_-1207005422'), ('const-8', u'PTRADD_-1207005390'), ('tmp_22218', u'CALL_-1207012571'), ('const-8', u'PTRADD_-1207005160'), (u'INDIRECT_-1207007234', u'MULTIEQUAL_-1207007869'), (u'INDIRECT_-1207007062', u'MULTIEQUAL_-1207008604'), (u'STORE_-1207012802', u'INDIRECT_-1207007331'), ('const-0', u'PTRSUB_-1207007205'), (u'CALL_-1207010191', u'INDIRECT_-1207006484'), ('tmp_369', u'CBRANCH_-1207012822'), ('const-433', u'STORE_-1207011072'), (u'CALL_-1207012296', u'INDIRECT_-1207007432'), ('const-33', u'INT_EQUAL_-1207010118'), (u'STORE_-1207011049', u'INDIRECT_-1207007391'), (u'STORE_-1207011175', u'INDIRECT_-1207007338'), ('const-0', u'INT_EQUAL_-1207012008'), (u'CALL_-1207012571', u'INDIRECT_-1207007095'), ('const-433', u'LOAD_-1207011774'), (u'STORE_-1207011152', u'INDIRECT_-1207006206'), (u'LOAD_-1207012569', u'MULTIEQUAL_-1207007663'), ('tmp_4721', u'CBRANCH_-1207011190'), (u'INT_MULT_-1207011015', u'INT_ADD_-1207011027'), ('tmp_16149', u'PTRSUB_-1207007205'), (u'INDIRECT_-1207008147', u'MULTIEQUAL_-1207008368'), (u'CALL_-1207011520', u'INDIRECT_-1207006909'), (u'CAST_-1207005801', u'LOAD_-1207010759'), (u'STORE_-1207011393', u'INDIRECT_-1207006417'), (u'PTRADD_-1207011755', u'LOAD_-1207011817'), (u'PTRADD_-1207011755', u'LOAD_-1207011817'), (u'CALL_-1207011520', u'INDIRECT_-1207007027'), (u'INT_RIGHT_-1207010654', u'INT_AND_-1207007368'), (u'MULTIEQUAL_-1207010004', u'COPY_-1207006053'), ('const-8', u'PTRADD_-1207006167'), (u'PTRADD_-1207014149', u'COPY_-1207007443'), (u'CALL_-1207012004', u'CALL_-1207011988'), ('tmp_2436', u'CBRANCH_-1207011166'), (u'INDIRECT_-1207006765', u'MULTIEQUAL_-1207006675'), ('tmp_1145', u'CBRANCH_-1207012374'), (u'PTRADD_-1207006619', u'CAST_-1207006446'), (u'INT_EQUAL_-1207009986', u'CBRANCH_-1207009984'), (u'CALL_-1207011522', u'INDIRECT_-1207007517'), ('tmp_16155', u'STORE_-1207011169'), (u'CALL_-1207011113', u'INDIRECT_-1207006229'), ('const-8', u'PTRADD_-1207006472'), (u'INDIRECT_-1207008152', u'COPY_-1207008187'), ('const-433', u'STORE_-1207011495'), ('const-80', u'INT_EQUAL_-1207009986'), (u'CALL_-1207010018', u'INDIRECT_-1207006317'), (u'MULTIEQUAL_-1207010004', u'PTRADD_-1207010207'), (u'CALL_-1207012004', u'INDIRECT_-1207006969'), (u'LOAD_-1207013871', u'INT_NOTEQUAL_-1207013852'), (u'MULTIEQUAL_-1207009350', u'COPY_-1207006448'), (u'INDIRECT_-1207007311', u'MULTIEQUAL_-1207008368'), ('const-8', u'PTRADD_-1207007325'), (u'INDIRECT_-1207006347', u'MULTIEQUAL_-1207006027'), (u'INDIRECT_-1207006648', u'MULTIEQUAL_-1207008604'), (u'CALL_-1207011768', u'INT_NOTEQUAL_-1207011753'), (u'CALL_-1207010091', u'INDIRECT_-1207006768'), (u'PTRADD_-1207012007', u'MULTIEQUAL_-1207007419'), (u'INT_EQUAL_-1207012252', u'CBRANCH_-1207012246'), (u'CALL_-1207011932', u'CAST_-1207006613'), (u'CALL_-1207011588', u'INDIRECT_-1207006422'), (u'LOAD_-1207014146', u'CAST_-1207005345'), ('const-433', u'STORE_-1207013780'), (u'INDIRECT_-1207006063', u'MULTIEQUAL_-1207006914'), ('const-1656384', u'PTRSUB_-1207006243'), (u'STORE_-1207012132', u'INDIRECT_-1207007957'), ('const-8', u'CALL_-1207010091'), (u'MULTIEQUAL_-1207007302', u'MULTIEQUAL_-1207008368'), (u'SUBPIECE_-1207008456', u'INT_SLESS_-1207011110'), (u'INDIRECT_-1207007073', u'MULTIEQUAL_-1207008368'), ('tmp_6171', u'CBRANCH_-1207010147'), (u'STORE_-1207011169', u'INDIRECT_-1207007451'), (u'BOOL_NEGATE_-1207005259', u'CBRANCH_-1207011102'), (u'PTRADD_-1207011712', u'LOAD_-1207011774'), ('const-0', u'PTRSUB_-1207007261'), (u'LOAD_-1207014146', u'INT_EQUAL_-1207011462'), (u'INT_ZEXT_-1207009136', u'PTRADD_-1207011033'), ('const-433', u'LOAD_-1207011808'), (u'PTRADD_-1207006389', u'CAST_-1207006247'), (u'INDIRECT_-1207006957', u'MULTIEQUAL_-1207006839'), ('const-2', u'INT_NOTEQUAL_-1207012548'), (u'INDIRECT_-1207007810', u'MULTIEQUAL_-1207008486'), (u'INDIRECT_-1207007213', u'MULTIEQUAL_-1207006137'), (u'PTRADD_-1207014105', u'MULTIEQUAL_-1207009686'), (u'CALL_-1207011693', u'INDIRECT_-1207007867'), (u'CALL_-1207011148', u'INDIRECT_-1207006483'), (u'INDIRECT_-1207006176', u'MULTIEQUAL_-1207006110'), (u'STORE_-1207011468', u'INDIRECT_-1207006222'), (u'CALL_-1207012584', u'INDIRECT_-1207007602'), (u'INDIRECT_-1207007692', u'MULTIEQUAL_-1207008368'), ('const-0', u'PTRSUB_-1207007202'), ('const-1693984', u'PTRSUB_-1207005412'), (u'INDIRECT_-1207006485', u'MULTIEQUAL_-1207006381'), (u'INDIRECT_-1207006590', u'CALL_-1207012424'), (u'MULTIEQUAL_-1207005671', u'MULTIEQUAL_-1207008014'), (u'INDIRECT_-1207007603', u'MULTIEQUAL_-1207006225'), (u'LOAD_-1207011104', u'INT_ZEXT_-1207009136'), (u'STORE_-1207010706', u'INDIRECT_-1207006799'), (u'INDIRECT_-1207006701', u'MULTIEQUAL_-1207008057'), (u'PTRADD_-1207006167', u'CAST_-1207006009'), (u'INDIRECT_-1207006032', u'MULTIEQUAL_-1207008132'), ('const-1', u'PTRADD_-1207011248'), (u'STORE_-1207011257', u'INDIRECT_-1207006019'), ('const-1', u'PTRADD_-1207011613'), (u'LOAD_-1207010914', u'INT_ZEXT_-1207009295'), (u'INT_EQUAL_-1207011421', u'CBRANCH_-1207011419'), (u'COPY_-1207007251', u'MULTIEQUAL_-1207009877'), ('const-433', u'STORE_-1207014190'), (u'STORE_-1207011495', u'INDIRECT_-1207006281'), (u'CALL_-1207012004', u'CALL_-1207011397'), (u'STORE_-1207012395', u'INDIRECT_-1207007309'), (u'STORE_-1207011049', u'INDIRECT_-1207007509'), ('const-8', u'PTRADD_-1207005214'), (u'CALL_-1207011472', u'INDIRECT_-1207006017'), ('const-0', u'CALL_-1207011435'), ('const-8', u'PTRADD_-1207006201'), ('const-1', u'INT_AND_-1207012238'), (u'INDIRECT_-1207007985', u'MULTIEQUAL_-1207006589'), (u'INDIRECT_-1207007095', u'MULTIEQUAL_-1207007149'), (u'STORE_-1207011163', u'INDIRECT_-1207006857'), (u'CALL_-1207010191', u'INDIRECT_-1207006293'), (u'STORE_-1207012132', u'INDIRECT_-1207007603'), (u'INDIRECT_-1207006472', u'MULTIEQUAL_-1207006853'), (u'MULTIEQUAL_-1207010004', u'PTRADD_-1207010296'), ('tmp_4922', u'CBRANCH_-1207011429'), ('const-254', u'INT_AND_-1207007383'), ('const-433', u'LOAD_-1207011628'), (u'CALL_-1207011548', u'INDIRECT_-1207006804'), (u'CALL_-1207011693', u'INDIRECT_-1207008103'), (u'INDIRECT_-1207007574', u'MULTIEQUAL_-1207006343'), (u'MULTIEQUAL_-1207005791', u'MULTIEQUAL_-1207008132'), (u'CALL_-1207011522', u'INDIRECT_-1207007399'), (u'INT_EQUAL_-1207010084', u'CBRANCH_-1207010080'), (u'INDIRECT_-1207007627', u'MULTIEQUAL_-1207008604'), (u'INDIRECT_-1207005954', u'MULTIEQUAL_-1207008250'), (u'COPY_-1207006107', u'MULTIEQUAL_-1207006761'), (u'INT_NOTEQUAL_-1207013852', u'CBRANCH_-1207013851'), (u'CALL_-1207010525', u'INDIRECT_-1207006155'), (u'LOAD_-1207011260', u'INT_NEGATE_-1207011236'), (u'PTRADD_-1207006304', u'STORE_-1207012866'), (u'STORE_-1207011412', u'INDIRECT_-1207005958'), (u'STORE_-1207012371', u'INDIRECT_-1207007562'), (u'CALL_-1207010191', u'INDIRECT_-1207007074'), (u'INDIRECT_-1207006560', u'MULTIEQUAL_-1207006508'), (u'INT_EQUAL_-1207012330', u'CBRANCH_-1207012325'), (u'INT_ZEXT_-1207007419', u'PTRADD_-1207012778'), (u'MULTIEQUAL_-1207010004', u'PTRADD_-1207011248'), ('const-34', u'INT_EQUAL_-1207012413'), (u'INDIRECT_-1207007090', u'MULTIEQUAL_-1207006819'), ('const--1', u'PTRADD_-1207011526'), (u'STORE_-1207013780', u'INDIRECT_-1207008208'), (u'INDIRECT_-1207005727', u'MULTIEQUAL_-1207005641'), ('const-1', u'INT_RIGHT_-1207010654'), (u'PTRADD_-1207005214', u'CAST_-1207005077'), ('tmp_16155', u'PTRADD_-1207006594'), (u'INT_NOTEQUAL_-1207009463', u'CBRANCH_-1207009462'), (u'INDIRECT_-1207006229', u'MULTIEQUAL_-1207007581'), (u'INT_NOTEQUAL_-1207012624', u'CBRANCH_-1207012622'), ('const-34', u'INT_EQUAL_-1207010101'), (u'CALL_-1207010091', u'INDIRECT_-1207006532'), (u'INDIRECT_-1207007076', u'MULTIEQUAL_-1207006950'), (u'MULTIEQUAL_-1207010004', u'PTRADD_-1207011042'), ('tmp_4410', u'BRANCH_-1207010522'), ('const-1', u'PTRADD_-1207012204'), (u'STORE_-1207011072', u'INDIRECT_-1207007172'), (u'INT_SLESS_-1207011193', u'CBRANCH_-1207011200'), (u'INDIRECT_-1207006726', u'COPY_-1207005992'), ('const-48', u'INT_SUB_-1207010242'), (u'INDIRECT_-1207006324', u'MULTIEQUAL_-1207006305'), (u'INDIRECT_-1207007720', u'LOAD_-1207011234'), ('tmp_5430', u'CBRANCH_-1207010114'), ('const-2', u'PTRADD_-1207006501'), ('const-0', u'CALL_-1207010549'), ('const-7', u'STORE_-1207011495'), (u'INDIRECT_-1207006517', u'MULTIEQUAL_-1207007379'), ('tmp_16155', u'PTRADD_-1207005402'), (u'INT_NOTEQUAL_-1207014113', u'CBRANCH_-1207014106'), ('const-1656384', u'PTRSUB_-1207006942'), (u'INDIRECT_-1207007080', u'MULTIEQUAL_-1207008368'), (u'MULTIEQUAL_-1207008133', u'INT_MULT_-1207010993'), (u'MULTIEQUAL_-1207007266', u'PTRADD_-1207011677'), (u'STORE_-1207012371', u'INDIRECT_-1207007444'), ('const-433', u'LOAD_-1207011461'), ('const-43', u'INT_EQUAL_-1207009967'), (u'INT_EQUAL_-1207010101', u'CBRANCH_-1207010098'), ('tmp_2011', u'BRANCH_-1207012478'), (u'STORE_-1207010074', u'INDIRECT_-1207006641'), (u'STORE_-1207012472', u'INDIRECT_-1207007100'), (u'LOAD_-1207014146', u'INT_EQUAL_-1207010118'), ('const-0', u'INT_EQUAL_-1207010082'), (u'INDIRECT_-1207008009', u'MULTIEQUAL_-1207007925'), (u'CALL_-1207012004', u'CALL_-1207011472'), (u'INDIRECT_-1207006163', u'MULTIEQUAL_-1207007025'), ('const-1', u'PTRADD_-1207014149'), ('const-1693984', u'PTRSUB_-1207005360'), (u'INT_EQUAL_-1207010000', u'CBRANCH_-1207009999'), (u'INDIRECT_-1207006399', u'MULTIEQUAL_-1207007261'), (u'CALL_-1207010549', u'INDIRECT_-1207006638'), (u'CALL_-1207012363', u'INDIRECT_-1207007080'), ('const-0', u'CALL_-1207011588'), (u'INDIRECT_-1207006367', u'MULTIEQUAL_-1207006260'), (u'INT_AND_-1207012812', u'INT_NOTEQUAL_-1207012825'), (u'CALL_-1207011333', u'INDIRECT_-1207006401'), ('const-1', u'PTRADD_-1207010852'), (u'LOAD_-1207014146', u'INT_NOTEQUAL_-1207010134'), (u'CALL_-1207011275', u'INDIRECT_-1207006795'), (u'CALL_-1207011472', u'INDIRECT_-1207006371'), (u'LOAD_-1207009497', u'INT_SUB_-1207009470'), (u'STORE_-1207010607', u'INDIRECT_-1207006771'), ('const-2', u'PTRADD_-1207005412'), (u'INDIRECT_-1207007399', u'MULTIEQUAL_-1207006137'), (u'INDIRECT_-1207006137', u'MULTIEQUAL_-1207005791'), (u'INDIRECT_-1207008199', u'MULTIEQUAL_-1207008140'), (u'STORE_-1207012866', u'INDIRECT_-1207006957'), (u'STORE_-1207011257', u'INDIRECT_-1207006137'), (u'CALL_-1207012448', u'STORE_-1207012395'), (u'INT_ADD_-1207014176', u'CAST_-1207007354'), ('const-433', u'LOAD_-1207011575'), (u'INDIRECT_-1207007312', u'MULTIEQUAL_-1207007186'), (u'COPY_-1207010750', u'MULTIEQUAL_-1207007844'), (u'PTRADD_-1207014149', u'COPY_-1207007435'), (u'COPY_-1207007291', u'RETURN_-1207007264'), (u'MULTIEQUAL_-1207007389', u'MULTIEQUAL_-1207006224'), (u'INT_EQUAL_-1207012159', u'CBRANCH_-1207012156'), (u'MULTIEQUAL_-1207007548', u'MULTIEQUAL_-1207007538'), (u'INDIRECT_-1207006574', u'CALL_-1207012004'), ('const-0', u'INT_NOTEQUAL_-1207014113'), (u'STORE_-1207010118', u'INDIRECT_-1207005718'), ('const-433', u'STORE_-1207012403'), (u'COPY_-1207007348', u'MULTIEQUAL_-1207008014'), ('const-8', u'PTRADD_-1207006444'), (u'MULTIEQUAL_-1207008283', u'MULTIEQUAL_-1207008258'), (u'INDIRECT_-1207006150', u'MULTIEQUAL_-1207006113'), (u'INDIRECT_-1207005836', u'MULTIEQUAL_-1207005761'), ('const-8', u'PTRADD_-1207007330'), ('const-253', u'INT_AND_-1207009450'), (u'INT_SEXT_-1207011571', u'CALL_-1207011558'), (u'COPY_-1207011099', u'MULTIEQUAL_-1207007748'), ('const-2', u'PTRADD_-1207010121'), (u'INDIRECT_-1207006104', u'MULTIEQUAL_-1207006914'), ('const-1', u'PTRADD_-1207013865'), ('const-1656384', u'PTRSUB_-1207006160'), (u'INT_EQUAL_-1207013727', u'CBRANCH_-1207013716'), (u'INDIRECT_-1207007297', u'MULTIEQUAL_-1207007379'), ('const-8', u'PTRADD_-1207005633'), (u'INDIRECT_-1207006367', u'MULTIEQUAL_-1207006246'), (u'PTRADD_-1207005340', u'STORE_-1207011193'), (u'CAST_-1207006783', u'CALL_-1207012296'), (u'INDIRECT_-1207006045', u'MULTIEQUAL_-1207006904'), (u'INDIRECT_-1207006072', u'MULTIEQUAL_-1207005997'), (u'CAST_-1207006708', u'STORE_-1207012132'), (u'MULTIEQUAL_-1207009709', u'PTRADD_-1207012007'), (u'LOAD_-1207010097', u'INT_EQUAL_-1207010082'), (u'STORE_-1207013617', u'INDIRECT_-1207008526'), (u'INDIRECT_-1207006293', u'MULTIEQUAL_-1207007869'), (u'PTRADD_-1207006242', u'CAST_-1207006087'), (u'STORE_-1207010545', u'INDIRECT_-1207006715'), (u'INDIRECT_-1207008385', u'MULTIEQUAL_-1207007001'), ('tmp_2245', u'CBRANCH_-1207012378'), (u'CALL_-1207012037', u'INDIRECT_-1207007974'), (u'STORE_-1207011193', u'INDIRECT_-1207005993'), (u'LOAD_-1207014146', u'INT_EQUAL_-1207012808'), (u'INDIRECT_-1207005868', u'MULTIEQUAL_-1207006675'), (u'INT_EQUAL_-1207011107', u'CBRANCH_-1207011105'), (u'CALL_-1207011333', u'INDIRECT_-1207006592'), (u'STORE_-1207011238', u'INDIRECT_-1207006590'), (u'CALL_-1207011988', u'INDIRECT_-1207006176'), (u'LOAD_-1207012576', u'INT_ZEXT_-1207008139'), ('tmp_16155', u'PTRADD_-1207006389'), ('const-1', u'PTRADD_-1207011033'), ('const-41', u'INT_EQUAL_-1207010084'), (u'INDIRECT_-1207006844', u'COPY_-1207006107'), (u'CALL_-1207011121', u'INDIRECT_-1207007076'), (u'INDIRECT_-1207006828', u'MULTIEQUAL_-1207006707'), ('const-8', u'PTRADD_-1207005402'), (u'CALL_-1207011900', u'INDIRECT_-1207008015'), (u'MULTIEQUAL_-1207007821', u'COPY_-1207007276'), (u'STORE_-1207011193', u'INDIRECT_-1207006465'), (u'MULTIEQUAL_-1207009709', u'PTRADD_-1207012043'), (u'CALL_-1207012037', u'INDIRECT_-1207007620'), (u'INDIRECT_-1207006088', u'MULTIEQUAL_-1207008132'), (u'CALL_-1207012475', u'INDIRECT_-1207007600'), (u'INDIRECT_-1207005986', u'MULTIEQUAL_-1207006796'), (u'CALL_-1207012296', u'INDIRECT_-1207008095'), (u'STORE_-1207012866', u'INDIRECT_-1207007429'), (u'INDIRECT_-1207006408', u'MULTIEQUAL_-1207006796'), (u'INDIRECT_-1207008363', u'MULTIEQUAL_-1207008283'), (u'INDIRECT_-1207006032', u'MULTIEQUAL_-1207005995'), (u'STORE_-1207011876', u'INDIRECT_-1207007701'), ('const-8', u'PTRADD_-1207007345'), ('tmp_3020', u'CBRANCH_-1207011185'), (u'MULTIEQUAL_-1207009877', u'COPY_-1207013697'), (u'STORE_-1207012412', u'INDIRECT_-1207007579'), (u'CALL_-1207011588', u'INDIRECT_-1207006186'), (u'INDIRECT_-1207007547', u'MULTIEQUAL_-1207008604'), ('tmp_2511', u'CBRANCH_-1207011117'), ('const-433', u'LOAD_-1207012838'), (u'CALL_-1207012037', u'INDIRECT_-1207007502'), (u'PTRSUB_-1207005311', u'CAST_-1207005113'), ('tmp_1681', u'CBRANCH_-1207012431'), (u'STORE_-1207012395', u'INDIRECT_-1207006955'), ('const-1', u'PTRADD_-1207011679'), (u'STORE_-1207011905', u'INDIRECT_-1207006412'), ('const-433', u'LOAD_-1207009497'), (u'MULTIEQUAL_-1207009176', u'SUBPIECE_-1207008089'), (u'INDIRECT_-1207006889', u'MULTIEQUAL_-1207008368'), ('const-34', u'INT_NOTEQUAL_-1207010134'), ('const-1', u'INT_ADD_-1207011129'), ('tmp_16155', u'LOAD_-1207013871'), (u'INDIRECT_-1207007685', u'MULTIEQUAL_-1207007743'), (u'MULTIEQUAL_-1207007581', u'LOAD_-1207012640'), ('const-433', u'LOAD_-1207010895'), (u'STORE_-1207011049', u'INDIRECT_-1207007273'), (u'CALL_-1207012571', u'INDIRECT_-1207007449'), ('const-2', u'INT_LESS_-1207010225'), (u'STORE_-1207011866', u'INDIRECT_-1207007810'), (u'STORE_-1207013617', u'INDIRECT_-1207008644'), (u'CAST_-1207005104', u'INT_ADD_-1207011005'), (u'COPY_-1207013697', u'RETURN_-1207013654'), (u'LOAD_-1207012091', u'INT_EQUAL_-1207012076'), (u'CALL_-1207010323', u'INDIRECT_-1207006436'), (u'CALL_-1207011520', u'INDIRECT_-1207007145'), (u'CALL_-1207012296', u'INT_EQUAL_-1207012282'), ('tmp_3619', u'CBRANCH_-1207012280'), (u'CALL_-1207012004', u'INDIRECT_-1207006615'), (u'INDIRECT_-1207008408', u'MULTIEQUAL_-1207008368'), ('tmp_5582', u'CBRANCH_-1207010879'), (u'INT_SUB_-1207010242', u'CAST_-1207005669'), ('const-3', u'PTRADD_-1207005641'), (u'CALL_-1207011522', u'INDIRECT_-1207007090'), ('tmp_5720', u'CBRANCH_-1207011752'), ('tmp_16155', u'PTRADD_-1207005173'), (u'MULTIEQUAL_-1207007507', u'MULTIEQUAL_-1207008368'), (u'PTRADD_-1207012547', u'LOAD_-1207012607'), (u'CALL_-1207013802', u'INDIRECT_-1207008110'), ('const-1648608', u'PTRSUB_-1207005886'), (u'STORE_-1207011238', u'INDIRECT_-1207007062'), (u'STORE_-1207011049', u'INDIRECT_-1207007037'), (u'MULTIEQUAL_-1207005916', u'MULTIEQUAL_-1207005875'), ('tmp_16155', u'PTRADD_-1207006242'), (u'MULTIEQUAL_-1207007939', u'COPY_-1207007262'), ('tmp_4254', u'CBRANCH_-1207011789'), (u'INDIRECT_-1207006962', u'MULTIEQUAL_-1207006883'), ('const-5', u'CALL_-1207011148'), (u'CAST_-1207005225', u'STORE_-1207011495'), (u'INDIRECT_-1207007685', u'MULTIEQUAL_-1207006609'), (u'INDIRECT_-1207006955', u'MULTIEQUAL_-1207008250'), (u'INDIRECT_-1207006324', u'MULTIEQUAL_-1207006272'), (u'PTRADD_-1207012299', u'LOAD_-1207012361'), ('const-433', u'STORE_-1207011468'), (u'STORE_-1207011163', u'INDIRECT_-1207007093'), (u'MULTIEQUAL_-1207006539', u'MULTIEQUAL_-1207007869'), (u'CALL_-1207011148', u'INDIRECT_-1207006247'), (u'CALL_-1207013641', u'INDIRECT_-1207008388'), ('const-98', u'INT_NOTEQUAL_-1207011594'), (u'INDIRECT_-1207007741', u'MULTIEQUAL_-1207007615'), (u'STORE_-1207012412', u'INDIRECT_-1207007225'), (u'INDIRECT_-1207006356', u'MULTIEQUAL_-1207008132'), (u'LOAD_-1207012398', u'INT_EQUAL_-1207012383'), ('tmp_21968', u'COPY_-1207007445'), ('const-0', u'INT_EQUAL_-1207011793'), (u'CALL_-1207013802', u'INDIRECT_-1207008228'), ('const-0', u'INT_EQUAL_-1207012595'), ('const-1', u'COPY_-1207011068'), ('const-1657328', u'INT_EQUAL_-1207011196'), (u'COPY_-1207013730', u'COPY_-1207007252'), (u'CALL_-1207012004', u'INDIRECT_-1207006379'), (u'CAST_-1207005112', u'LOAD_-1207011043'), (u'INDIRECT_-1207006019', u'MULTIEQUAL_-1207005671'), (u'INDIRECT_-1207006643', u'MULTIEQUAL_-1207008486'), ('const-0', u'PTRSUB_-1207006259'), (u'CALL_-1207010153', u'INDIRECT_-1207005925'), ('const-3', u'PTRADD_-1207006242'), (u'MULTIEQUAL_-1207007790', u'MULTIEQUAL_-1207007765'), (u'STORE_-1207010706', u'INDIRECT_-1207007035'), (u'INDIRECT_-1207006560', u'MULTIEQUAL_-1207006541'), ('tmp_856', u'CBRANCH_-1207013716'), (u'PTRADD_-1207006737', u'CAST_-1207006575'), (u'INDIRECT_-1207006710', u'MULTIEQUAL_-1207006883'), (u'INDIRECT_-1207006839', u'MULTIEQUAL_-1207006721'), (u'MULTIEQUAL_-1207008401', u'MULTIEQUAL_-1207008376'), (u'INDIRECT_-1207006075', u'MULTIEQUAL_-1207008368'), (u'INDIRECT_-1207005957', u'MULTIEQUAL_-1207008250'), (u'MULTIEQUAL_-1207007844', u'CALL_-1207011113'), (u'INT_AND_-1207008457', u'INT_EQUAL_-1207012195'), (u'CALL_-1207011472', u'INDIRECT_-1207006253'), (u'LOAD_-1207011855', u'MULTIEQUAL_-1207008186'), ('const-1', u'PTRADD_-1207012007'), (u'CALL_-1207011768', u'INDIRECT_-1207008149'), ('const-0', u'CALL_-1207011148'), (u'STORE_-1207010713', u'INDIRECT_-1207006568'), (u'STORE_-1207011468', u'INDIRECT_-1207005868'), (u'INDIRECT_-1207008481', u'MULTIEQUAL_-1207008401'), ('const-2', u'PTRADD_-1207011679'), ('tmp_16155', u'CALL_-1207012584'), (u'STORE_-1207011889', u'INDIRECT_-1207007356'), ('const-1', u'PTRADD_-1207011591'), (u'INT_ADD_-1207011027', u'CAST_-1207005112'), (u'INDIRECT_-1207007281', u'MULTIEQUAL_-1207006933'), (u'MULTIEQUAL_-1207008258', u'COPY_-1207007251'), (u'MULTIEQUAL_-1207006145', u'MULTIEQUAL_-1207008486'), (u'STORE_-1207011126', u'INDIRECT_-1207006648'), (u'MULTIEQUAL_-1207006944', u'MULTIEQUAL_-1207008014'), (u'MULTIEQUAL_-1207008494', u'COPY_-1207008576'), (u'INDIRECT_-1207005970', u'MULTIEQUAL_-1207005916'), (u'MULTIEQUAL_-1207006231', u'MULTIEQUAL_-1207008368'), ('tmp_16155', u'CALL_-1207013951'), (u'LOAD_-1207014146', u'INT_EQUAL_-1207012689'), ('const-1656384', u'PTRSUB_-1207006437'), (u'INDIRECT_-1207007090', u'MULTIEQUAL_-1207008014'), (u'PTRADD_-1207005160', u'STORE_-1207011393'), (u'STORE_-1207011911', u'INDIRECT_-1207006417'), ('const-0', u'INT_NOTEQUAL_-1207011753'), (u'INDIRECT_-1207008095', u'MULTIEQUAL_-1207007969'), (u'MULTIEQUAL_-1207007420', u'MULTIEQUAL_-1207007409'), ('const-0', u'CALL_-1207011548'), (u'CALL_-1207011435', u'INDIRECT_-1207005882'), ('const-3', u'PTRADD_-1207006737'), ('const-258', u'INT_OR_-1207012359'), (u'STORE_-1207010074', u'INDIRECT_-1207006287'), (u'LOAD_-1207010183', u'INT_SUB_-1207010156'), (u'INDIRECT_-1207007075', u'MULTIEQUAL_-1207008132'), (u'CAST_-1207005103', u'STORE_-1207011019'), (u'CALL_-1207010091', u'INDIRECT_-1207007004'), (u'MULTIEQUAL_-1207009686', u'CAST_-1207006783'), (u'INT_ADD_-1207011129', u'SUBPIECE_-1207008456'), (u'CAST_-1207005037', u'STORE_-1207011412'), (u'COPY_-1207005678', u'CALL_-1207011148'), ('tmp_3106', u'BRANCH_-1207011102'), (u'MULTIEQUAL_-1207008186', u'INT_EQUAL_-1207011792'), (u'CAST_-1207005702', u'INT_ZEXT_-1207009001'), (u'INDIRECT_-1207008385', u'MULTIEQUAL_-1207007950'), ('const-1', u'PTRADD_-1207012299'), (u'PTRADD_-1207014067', u'LOAD_-1207014129'), (u'CALL_-1207010525', u'INDIRECT_-1207005964'), (u'LOAD_-1207011129', u'INT_NEGATE_-1207011105'), (u'STORE_-1207011487', u'INDIRECT_-1207005999'), (u'INDIRECT_-1207008267', u'MULTIEQUAL_-1207006883'), (u'PTRADD_-1207012091', u'MULTIEQUAL_-1207009709'), (u'CALL_-1207012475', u'INDIRECT_-1207007364'), (u'INT_NOTEQUAL_-1207011186', u'CBRANCH_-1207011185'), (u'CALL_-1207011558', u'INDIRECT_-1207006525'), ('const-433', u'STORE_-1207011393'), ('const-1', u'PTRADD_-1207012596'), (u'INDIRECT_-1207007957', u'MULTIEQUAL_-1207006579'), ('tmp_5918', u'CBRANCH_-1207011593'), (u'STORE_-1207012403', u'INDIRECT_-1207007420'), (u'CALL_-1207011548', u'INDIRECT_-1207006922'), (u'STORE_-1207011393', u'INDIRECT_-1207006181'), (u'CALL_-1207011548', u'INDIRECT_-1207007276'), (u'INDIRECT_-1207008221', u'MULTIEQUAL_-1207008068'), (u'CALL_-1207013641', u'INDIRECT_-1207007916'), ('const-20', u'COPY_-1207011099'), (u'INDIRECT_-1207007720', u'LOAD_-1207011575'), (u'INDIRECT_-1207008621', u'INT_EQUAL_-1207011196'), (u'LOAD_-1207012569', u'INT_EQUAL_-1207012531'), (u'CALL_-1207011558', u'INDIRECT_-1207006171'), (u'INDIRECT_-1207008267', u'COPY_-1207007459'), (u'PTRSUB_-1207006160', u'PTRADD_-1207011033'), ('tmp_5534', u'BRANCH_-1207011043'), (u'STORE_-1207011072', u'INDIRECT_-1207007526'), ('tmp_3577', u'CBRANCH_-1207012325'), (u'CALL_-1207010191', u'INDIRECT_-1207006602'), (u'STORE_-1207011347', u'INDIRECT_-1207006366'), (u'INDIRECT_-1207006150', u'MULTIEQUAL_-1207008250'), ('tmp_2833', u'CBRANCH_-1207012686'), ('const-433', u'STORE_-1207011866'), (u'PTRADD_-1207010852', u'LOAD_-1207010914'), ('const-433', u'STORE_-1207011883'), (u'LOAD_-1207011520', u'INT_EQUAL_-1207011500'), (u'INDIRECT_-1207006491', u'MULTIEQUAL_-1207006460'), ('const-433', u'LOAD_-1207011472'), (u'CALL_-1207010191', u'INDIRECT_-1207006956'), (u'CALL_-1207011693', u'INDIRECT_-1207007676'), (u'CALL_-1207012448', u'INDIRECT_-1207006781'), (u'PTRSUB_-1207005360', u'CAST_-1207005163'), (u'INDIRECT_-1207008103', u'MULTIEQUAL_-1207006707'), (u'CALL_-1207010153', u'INDIRECT_-1207005807'), (u'STORE_-1207011019', u'INDIRECT_-1207006032'), (u'CALL_-1207011988', u'INDIRECT_-1207006957'), (u'COPY_-1207007863', u'MULTIEQUAL_-1207009229'), (u'MULTIEQUAL_-1207009057', u'CALL_-1207011932'), ('const-1', u'PTRADD_-1207005363'), (u'CALL_-1207011558', u'INDIRECT_-1207006407'), ('const-3', u'PTRADD_-1207005390'), ('const-8', u'PTRADD_-1207006619'), (u'LOAD_-1207011234', u'MULTIEQUAL_-1207007030'), (u'LOAD_-1207011461', u'INT_SLESS_-1207011422'), (u'CALL_-1207012363', u'INDIRECT_-1207007198'), (u'MULTIEQUAL_-1207006263', u'MULTIEQUAL_-1207006508'), ('const-2', u'PTRADD_-1207005160'), (u'INT_SUB_-1207009470', u'INT_AND_-1207009450'), (u'INDIRECT_-1207006414', u'MULTIEQUAL_-1207008014'), (u'INDIRECT_-1207006535', u'MULTIEQUAL_-1207008014'), (u'COPY_-1207007443', u'MULTIEQUAL_-1207009686'), ('const-1', u'PTRADD_-1207012029'), (u'INDIRECT_-1207007810', u'MULTIEQUAL_-1207006579'), (u'CALL_-1207011148', u'CALL_-1207011113'), (u'COPY_-1207006526', u'MULTIEQUAL_-1207008604'), (u'MULTIEQUAL_-1207007925', u'MULTIEQUAL_-1207007899'), (u'CALL_-1207012448', u'INDIRECT_-1207006899'), (u'INDIRECT_-1207006206', u'MULTIEQUAL_-1207006187'), ('tmp_16155', u'PTRADD_-1207006870'), (u'INT_2COMP_-1207010717', u'INT_NOTEQUAL_-1207010689'), (u'LOAD_-1207012569', u'INT_NOTEQUAL_-1207012548'), (u'INDIRECT_-1207006484', u'MULTIEQUAL_-1207008014'), ('tmp_2712', u'CBRANCH_-1207010986'), (u'INT_AND_-1207008457', u'INT_NOTEQUAL_-1207011987'), ('const-433', u'LOAD_-1207012128'), (u'INDIRECT_-1207007456', u'MULTIEQUAL_-1207006225'), (u'INT_LESS_-1207010139', u'CBRANCH_-1207010147'), (u'CALL_-1207012424', u'INDIRECT_-1207007119'), (u'INDIRECT_-1207006386', u'MULTIEQUAL_-1207008486'), (u'STORE_-1207011495', u'INDIRECT_-1207006045'), (u'INDIRECT_-1207007331', u'MULTIEQUAL_-1207006255'), (u'STORE_-1207012132', u'INDIRECT_-1207007721'), (u'STORE_-1207011911', u'INDIRECT_-1207006771'), ('const-2', u'PTRADD_-1207006427'), (u'CALL_-1207010191', u'INDIRECT_-1207006720'), (u'INT_ZEXT_-1207010263', u'PTRADD_-1207011746'), (u'INDIRECT_-1207006176', u'MULTIEQUAL_-1207008132'), ('const-433', u'STORE_-1207010074'), (u'PTRADD_-1207013865', u'MULTIEQUAL_-1207007357'), (u'CALL_-1207013802', u'INDIRECT_-1207008582'), (u'CALL_-1207011900', u'INDIRECT_-1207007543'), ('const-1', u'PTRADD_-1207012091'), (u'INDIRECT_-1207006294', u'MULTIEQUAL_-1207008250'), ('tmp_1651', u'CBRANCH_-1207012452'), (u'CAST_-1207006000', u'CALL_-1207011121'), ('const-2', u'INT_LESS_-1207012502'), (u'STORE_-1207012403', u'INDIRECT_-1207007184'), (u'INT_EQUAL_-1207012808', u'CBRANCH_-1207012805'), ('const-3', u'PTRADD_-1207005173'), (u'INT_ADD_-1207011249', u'CAST_-1207005215'), (u'INDIRECT_-1207006504', u'MULTIEQUAL_-1207008604'), (u'INDIRECT_-1207006535', u'MULTIEQUAL_-1207007869'), ('const-41', u'INT_EQUAL_-1207011555'), (u'LOAD_-1207014187', u'INT_EQUAL_-1207014172'), (u'INDIRECT_-1207007911', u'MULTIEQUAL_-1207008132'), (u'CALL_-1207010525', u'INDIRECT_-1207006627'), (u'STORE_-1207011257', u'INDIRECT_-1207006609'), (u'CALL_-1207010549', u'INDIRECT_-1207006402'), (u'MULTIEQUAL_-1207008238', u'STORE_-1207011257'), (u'MULTIEQUAL_-1207008140', u'COPY_-1207008222'), (u'CALL_-1207011988', u'INDIRECT_-1207006721'), ('const-1', u'PTRADD_-1207012596'), (u'INDIRECT_-1207007399', u'MULTIEQUAL_-1207007271'), ('const-433', u'LOAD_-1207012091'), (u'STORE_-1207011905', u'INDIRECT_-1207006884'), ('const-0', u'COPY_-1207005559'), (u'PTRSUB_-1207005886', u'PTRADD_-1207011202'), (u'LOAD_-1207011575', u'MULTIEQUAL_-1207007030'), (u'INDIRECT_-1207007193', u'MULTIEQUAL_-1207008250'), (u'PTRADD_-1207005607', u'STORE_-1207010538'), (u'STORE_-1207010706', u'INDIRECT_-1207007153'), (u'MULTIEQUAL_-1207007312', u'MULTIEQUAL_-1207007302'), ('const-0', u'PTRSUB_-1207005311'), ('const-1', u'PTRADD_-1207011613'), (u'PTRADD_-1207012179', u'LOAD_-1207012241'), (u'INT_ZEXT_-1207008487', u'STORE_-1207010074'), (u'STORE_-1207013766', u'INDIRECT_-1207008081'), (u'INT_EQUAL_-1207012413', u'CBRANCH_-1207012410'), (u'CALL_-1207011333', u'INDIRECT_-1207006946'), (u'INDIRECT_-1207006653', u'MULTIEQUAL_-1207008132'), (u'CALL_-1207011333', u'INDIRECT_-1207007182'), (u'MULTIEQUAL_-1207005880', u'MULTIEQUAL_-1207007869'), (u'INT_AND_-1207009450', u'INT_NOTEQUAL_-1207009463'), ('const-40', u'INT_EQUAL_-1207012113'), ('const-25', u'INT_ADD_-1207010692'), (u'CALL_-1207012741', u'INDIRECT_-1207006844'), (u'MULTIEQUAL_-1207007014', u'MULTIEQUAL_-1207006809'), ('const-433', u'STORE_-1207012371'), (u'CALL_-1207013770', u'INDIRECT_-1207008567'), (u'CALL_-1207012037', u'INDIRECT_-1207007311'), (u'CALL_-1207012741', u'INDIRECT_-1207007316'), (u'CALL_-1207010129', u'INDIRECT_-1207005796'), (u'CALL_-1207012037', u'INDIRECT_-1207007738'), (u'LOAD_-1207012407', u'INT_AND_-1207012373'), (u'INDIRECT_-1207006609', u'MULTIEQUAL_-1207006578'), (u'STORE_-1207011905', u'INDIRECT_-1207006530'), ('const-0', u'INT_EQUAL_-1207012383'), ('tmp_21974', u'MULTIEQUAL_-1207006575'), ('const-1', u'INT_AND_-1207011067'), (u'INT_LESS_-1207010225', u'CBRANCH_-1207010233'), (u'MULTIEQUAL_-1207006036', u'MULTIEQUAL_-1207008132'), ('tmp_4048', u'CBRANCH_-1207011966'), (u'MULTIEQUAL_-1207010004', u'PTRADD_-1207012299'), ('const-2', u'PTRADD_-1207005340'), ('tmp_5987', u'CBRANCH_-1207009462'), ('const-40', u'INT_EQUAL_-1207012689'), ('const-433', u'STORE_-1207012737'), (u'STORE_-1207012802', u'INDIRECT_-1207006977'), ('tmp_4589', u'BRANCH_-1207010014'), (u'CALL_-1207012424', u'INDIRECT_-1207006883'), ('tmp_16155', u'PTRADD_-1207006477'), (u'INDIRECT_-1207008621', u'MULTIEQUAL_-1207007186'), (u'STORE_-1207012371', u'INDIRECT_-1207007326'), (u'CALL_-1207010017', u'INDIRECT_-1207006311'), (u'LOAD_-1207010759', u'INT_AND_-1207007383'), (u'CALL_-1207011522', u'INDIRECT_-1207007753'), (u'LOAD_-1207011628', u'INT_NOTEQUAL_-1207011608'), (u'INDIRECT_-1207005605', u'MULTIEQUAL_-1207005499'), (u'INDIRECT_-1207005536', u'MULTIEQUAL_-1207005499'), (u'CALL_-1207013802', u'INDIRECT_-1207008464'), (u'INDIRECT_-1207006088', u'MULTIEQUAL_-1207006036'), ('const-0', u'CALL_-1207010153'), (u'INDIRECT_-1207007076', u'MULTIEQUAL_-1207007733'), (u'INDIRECT_-1207007281', u'MULTIEQUAL_-1207006954'), (u'CALL_-1207011397', u'INDIRECT_-1207005979'), (u'CALL_-1207013951', u'INDIRECT_-1207008651'), (u'CALL_-1207012424', u'INDIRECT_-1207007001'), (u'INDIRECT_-1207008267', u'MULTIEQUAL_-1207008068'), (u'PTRADD_-1207013865', u'LOAD_-1207013889'), ('tmp_3275', u'BRANCH_-1207012581'), (u'CALL_-1207012363', u'INDIRECT_-1207006726'), (u'CALL_-1207010017', u'INDIRECT_-1207005839'), (u'CALL_-1207013770', u'INDIRECT_-1207008213'), (u'STORE_-1207011169', u'INDIRECT_-1207006861'), (u'INDIRECT_-1207006560', u'MULTIEQUAL_-1207008604'), (u'STORE_-1207012737', u'INDIRECT_-1207007297'), ('const-2', u'INT_EQUAL_-1207011969'), (u'MULTIEQUAL_-1207006027', u'MULTIEQUAL_-1207006272'), (u'CALL_-1207011900', u'INDIRECT_-1207007234'), (u'STORE_-1207012866', u'INDIRECT_-1207007075'), (u'COPY_-1207005224', u'CALL_-1207010153'), (u'MULTIEQUAL_-1207006027', u'MULTIEQUAL_-1207008368'), (u'INDIRECT_-1207006719', u'COPY_-1207006004'), (u'CALL_-1207010129', u'INDIRECT_-1207006268'), (u'INDIRECT_-1207006255', u'MULTIEQUAL_-1207006224'), (u'STORE_-1207011257', u'INDIRECT_-1207006491'), ('const-2', u'PTRADD_-1207005402'), (u'INDIRECT_-1207005796', u'STORE_-1207010118'), (u'CALL_-1207013951', u'INDIRECT_-1207008179'), (u'STORE_-1207012132', u'INDIRECT_-1207007485'), (u'INT_ADD_-1207010743', u'CAST_-1207005801'), (u'INT_LESS_-1207012502', u'CBRANCH_-1207012511'), ('const-433', u'LOAD_-1207013889'), ('tmp_4305', u'CBRANCH_-1207011746'), (u'CALL_-1207013641', u'COPY_-1207013624'), (u'CALL_-1207013951', u'INDIRECT_-1207008061'), (u'PTRADD_-1207006472', u'CAST_-1207006286'), ('const-0', u'STORE_-1207011899'), (u'STORE_-1207010538', u'INDIRECT_-1207006592'), ('tmp_500', u'BRANCH_-1207012856'), (u'INDIRECT_-1207007234', u'MULTIEQUAL_-1207005963'), ('const-433', u'STORE_-1207011347')] | null | null | 00116c70 | x64 | O2 | (translation_unit "long FUN_00116c70(long *param_1,int param_2)\n\n{\n long lVar1;\n byte bVar2;\n byte bVar3;\n int iVar4;\n long lVar5;\n byte *pbVar6;\n void *__ptr;\n undefined8 uVar7;\n char *pcVar8;\n long lVar9;\n undefined8 uVar10;\n ushort *puVar11;\n short sVar12;\n undefined4 uVar13;\n byte *pbVar14;\n bool bVar15;\n byte *local_30;\n \n *(byte *)((long)param_1 + 0x19) = *(byte *)((long)param_1 + 0x19) & 0xfc | 1;\n lVar5 = DAT_0019d998;\n pbVar14 = DAT_0019d9a0;\n pbVar6 = DAT_0019d9a0 + 1;\n if (*DAT_0019d9a0 == 0x20) {\n pbVar6 = DAT_0019d9a0 + 2;\n pbVar14 = DAT_0019d9a0 + 1;\n }\n bVar3 = *pbVar14;\n if ((&DAT_00194540)[bVar3] != '\0') {\nswitchD_00116ce1_caseD_2c:\n *(undefined1 *)(param_1 + 3) = 1;\n DAT_0019d9a0 = pbVar14;\n goto LAB_00116cf3;\n }\n DAT_0019d9a0 = pbVar6;\n switch(bVar3) {\n case 0x21:\n case 0x2b:\n case 0x2d:\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 == 2) {\n if (bVar3 == 0x2d) {\n bVar3 = *(byte *)((long)param_1 + 0x19);\n lVar5 = param_1[2];\n param_1[2] = -lVar5;\n *(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;\n if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar3 != 0x22) {\n if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n param_1[2] = ~param_1[2];\n goto LAB_00116cf3;\n }\n if (bVar2 == 6) {\n bVar15 = bVar3 == 0x2d;\n lVar5 = param_1[2];\n if ((0 < lVar5) || (!bVar15)) {\nLAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((DAT_001944e0 == '+') || (DAT_001944e0 == 'P')) {\n bVar15 = DAT_001944e0 == '+';\n DAT_001944e0 = 'N';\n if (bVar15) {\n DAT_001944e0 = '-';\n }\n goto LAB_00116cf3;\n }\n }\n else {\nLAB_001170fd:\n if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar3 == 0x2b) goto LAB_00116cf3;\n }\n lVar5 = FUN_00116070(param_1);\n *param_1 = lVar5;\n if (bVar3 == 0x2d) {\n *(undefined1 *)(param_1 + 3) = 7;\n }\n else if ((bVar3 == 0x7e) || (bVar3 == 0x22)) {\n *(undefined1 *)(param_1 + 3) = 8;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 9;\n }\n goto LAB_0011713c;\n default:\n if ((((&DAT_00194640)[bVar3] & 2) != 0) || (bVar3 == 0x22)) break;\n *(undefined1 *)(param_1 + 3) = 1;\n uVar7 = dcgettext(0,"bad expression",5);\n FUN_0011f6d0(uVar7);\n goto LAB_001171c1;\n case 0x24:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) {\nLAB_0011715e:\n if (DAT_0019d708 == 0x1949f0) {\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }\n goto LAB_00116cf3;\n }\n break;\n case 0x27:\n DAT_0019d9a0 = pbVar14 + 2;\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = (long)(char)pbVar14[1];\n goto LAB_00116cf3;\n case 0x28:\n case 0x5b:\n lVar5 = FUN_00117660(0,param_1,param_2);\n if (bVar3 == 0x28) {\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x29) goto LAB_00116e81;\n if (bVar3 != 0) {\n uVar7 = 0x29;\n goto LAB_0011740e;\n }\n uVar13 = 0x29;\n }\n else {\n if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }\n uVar7 = 0x5d;\n if (bVar3 != 0) {\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }\n uVar13 = 0x5d;\n }\n uVar7 = dcgettext(0,"missing \'%c\'",5);\n FUN_0011f6d0(uVar7,uVar13);\nLAB_00116e8c:\n if (*DAT_0019d9a0 != 0x20) {\n return lVar5;\n }\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n return lVar5;\n case 0x2c:\n goto switchD_00116ce1_caseD_2c;\n case 0x2e:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) goto LAB_0011715e;\n iVar4 = strncasecmp((char *)pbVar6,"startof.",8);\n if (((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)) ||\n ((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)))) {\n bVar3 = pbVar14[2];\n pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7;\n if (*pbVar6 == 0x20) {\n pbVar6 = pbVar6 + 1;\n }\n DAT_0019d9a0 = pbVar6;\n *(undefined1 *)(param_1 + 3) = 1;\n if (*pbVar6 == 0x28) {\n DAT_0019d9a0 = pbVar6 + 1;\n if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }\n bVar2 = FUN_00116b30(&local_30);\n if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }\n pcVar8 = ".startof.";\n if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }\n __ptr = (void *)concat(pcVar8,local_30,0);\n lVar5 = FUN_0012b340(__ptr);\n free(__ptr);\n pbVar6 = DAT_0019d9a0;\n *param_1 = lVar5;\n *(undefined1 *)(param_1 + 3) = 3;\n param_1[2] = 0;\n *pbVar6 = bVar2;\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n }\n uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n FUN_0011f6d0(uVar7);\n goto LAB_00116cf3;\n }\n break;\n case 0x30:\n bVar3 = pbVar14[1];\n switch((int)(char)bVar3 - 0x30U & 0xff) {\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n FUN_00115a40(8,param_1);\n goto LAB_00116cf3;\n default:\n if (bVar3 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar14[2] - 0x30) < 2) {\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar6 = pbVar6 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(0x10,param_1);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if (((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }\nswitchD_00116ce1_caseD_31:\n DAT_0019d9a0 = pbVar14;\n FUN_00115a40(10,param_1);\n goto LAB_00116cf3;\n }\n pcVar8 = strchr("dD",(int)(char)bVar3);\n if (pcVar8 == (char *)0x0) {\nLAB_001171c1:\n *(undefined1 *)(param_1 + 3) = 2;\nLAB_0011713c:\n param_1[2] = 0;\n }\n else {\n pbVar6 = pbVar14 + 2;\nLAB_001172ee:\n DAT_0019d9a0 = pbVar6;\n FUN_001159b0(param_1);\n param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];\n }\n goto LAB_00116cf3;\n case 0x31:\n case 0x32:\n case 0x33:\n case 0x34:\n case 0x35:\n case 0x36:\n case 0x37:\n case 0x38:\n case 0x39:\n goto switchD_00116ce1_caseD_31;\n case 0x7e:\n if (((&DAT_00194640)[bVar3] & 2) == 0) {\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 != 2) {\n if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }\n }\n DAT_0019d9a0 = pbVar14;\n bVar3 = FUN_00116b30(&local_30);\n iVar4 = FUN_00134150(local_30,param_1);\n if (iVar4 == 0) {\n lVar5 = FUN_0012c9e0(local_30);\n lVar9 = FUN_0012af60(lVar5);\n if (param_2 == 2) {\nLAB_001173ca:\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = lVar5;\n param_1[2] = 0;\n }\n else if ((lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)) {\n *(undefined1 *)(param_1 + 3) = 2;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n else {\n if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;\n *(undefined1 *)(param_1 + 3) = 5;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n }\n *DAT_0019d9a0 = bVar3;\n if (bVar3 == 0x22) {\n FUN_00116050();\n }\nLAB_00116cf3:\n FUN_00115970(param_1);\n bVar3 = *DAT_0019d9a0;\n while (bVar3 == 0x20) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n bVar3 = *DAT_0019d9a0;\n }\n if (*param_1 != 0) {\n FUN_0012d700();\n }\n if (param_2 != 2) {\n lVar5 = FUN_0012d000(*param_1,0);\n *param_1 = lVar5;\n lVar5 = FUN_0012d000(param_1[1],0);\n param_1[1] = lVar5;\n }\n if ((char)param_1[3] != '\x03') {\n lVar5 = 0x1949f0;\n if ((char)param_1[3] == '\x05') {\n lVar5 = DAT_0019d7b8;\n }\n return lVar5;\n }\n lVar5 = FUN_0012af60(*param_1);\n return lVar5;\n}\n\n" (function_definition "long FUN_00116c70(long *param_1,int param_2)\n\n{\n long lVar1;\n byte bVar2;\n byte bVar3;\n int iVar4;\n long lVar5;\n byte *pbVar6;\n void *__ptr;\n undefined8 uVar7;\n char *pcVar8;\n long lVar9;\n undefined8 uVar10;\n ushort *puVar11;\n short sVar12;\n undefined4 uVar13;\n byte *pbVar14;\n bool bVar15;\n byte *local_30;\n \n *(byte *)((long)param_1 + 0x19) = *(byte *)((long)param_1 + 0x19) & 0xfc | 1;\n lVar5 = DAT_0019d998;\n pbVar14 = DAT_0019d9a0;\n pbVar6 = DAT_0019d9a0 + 1;\n if (*DAT_0019d9a0 == 0x20) {\n pbVar6 = DAT_0019d9a0 + 2;\n pbVar14 = DAT_0019d9a0 + 1;\n }\n bVar3 = *pbVar14;\n if ((&DAT_00194540)[bVar3] != '\0') {\nswitchD_00116ce1_caseD_2c:\n *(undefined1 *)(param_1 + 3) = 1;\n DAT_0019d9a0 = pbVar14;\n goto LAB_00116cf3;\n }\n DAT_0019d9a0 = pbVar6;\n switch(bVar3) {\n case 0x21:\n case 0x2b:\n case 0x2d:\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 == 2) {\n if (bVar3 == 0x2d) {\n bVar3 = *(byte *)((long)param_1 + 0x19);\n lVar5 = param_1[2];\n param_1[2] = -lVar5;\n *(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;\n if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar3 != 0x22) {\n if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n param_1[2] = ~param_1[2];\n goto LAB_00116cf3;\n }\n if (bVar2 == 6) {\n bVar15 = bVar3 == 0x2d;\n lVar5 = param_1[2];\n if ((0 < lVar5) || (!bVar15)) {\nLAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((DAT_001944e0 == '+') || (DAT_001944e0 == 'P')) {\n bVar15 = DAT_001944e0 == '+';\n DAT_001944e0 = 'N';\n if (bVar15) {\n DAT_001944e0 = '-';\n }\n goto LAB_00116cf3;\n }\n }\n else {\nLAB_001170fd:\n if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar3 == 0x2b) goto LAB_00116cf3;\n }\n lVar5 = FUN_00116070(param_1);\n *param_1 = lVar5;\n if (bVar3 == 0x2d) {\n *(undefined1 *)(param_1 + 3) = 7;\n }\n else if ((bVar3 == 0x7e) || (bVar3 == 0x22)) {\n *(undefined1 *)(param_1 + 3) = 8;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 9;\n }\n goto LAB_0011713c;\n default:\n if ((((&DAT_00194640)[bVar3] & 2) != 0) || (bVar3 == 0x22)) break;\n *(undefined1 *)(param_1 + 3) = 1;\n uVar7 = dcgettext(0,"bad expression",5);\n FUN_0011f6d0(uVar7);\n goto LAB_001171c1;\n case 0x24:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) {\nLAB_0011715e:\n if (DAT_0019d708 == 0x1949f0) {\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }\n goto LAB_00116cf3;\n }\n break;\n case 0x27:\n DAT_0019d9a0 = pbVar14 + 2;\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = (long)(char)pbVar14[1];\n goto LAB_00116cf3;\n case 0x28:\n case 0x5b:\n lVar5 = FUN_00117660(0,param_1,param_2);\n if (bVar3 == 0x28) {\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x29) goto LAB_00116e81;\n if (bVar3 != 0) {\n uVar7 = 0x29;\n goto LAB_0011740e;\n }\n uVar13 = 0x29;\n }\n else {\n if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }\n uVar7 = 0x5d;\n if (bVar3 != 0) {\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }\n uVar13 = 0x5d;\n }\n uVar7 = dcgettext(0,"missing \'%c\'",5);\n FUN_0011f6d0(uVar7,uVar13);\nLAB_00116e8c:\n if (*DAT_0019d9a0 != 0x20) {\n return lVar5;\n }\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n return lVar5;\n case 0x2c:\n goto switchD_00116ce1_caseD_2c;\n case 0x2e:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) goto LAB_0011715e;\n iVar4 = strncasecmp((char *)pbVar6,"startof.",8);\n if (((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)) ||\n ((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)))) {\n bVar3 = pbVar14[2];\n pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7;\n if (*pbVar6 == 0x20) {\n pbVar6 = pbVar6 + 1;\n }\n DAT_0019d9a0 = pbVar6;\n *(undefined1 *)(param_1 + 3) = 1;\n if (*pbVar6 == 0x28) {\n DAT_0019d9a0 = pbVar6 + 1;\n if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }\n bVar2 = FUN_00116b30(&local_30);\n if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }\n pcVar8 = ".startof.";\n if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }\n __ptr = (void *)concat(pcVar8,local_30,0);\n lVar5 = FUN_0012b340(__ptr);\n free(__ptr);\n pbVar6 = DAT_0019d9a0;\n *param_1 = lVar5;\n *(undefined1 *)(param_1 + 3) = 3;\n param_1[2] = 0;\n *pbVar6 = bVar2;\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n }\n uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n FUN_0011f6d0(uVar7);\n goto LAB_00116cf3;\n }\n break;\n case 0x30:\n bVar3 = pbVar14[1];\n switch((int)(char)bVar3 - 0x30U & 0xff) {\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n FUN_00115a40(8,param_1);\n goto LAB_00116cf3;\n default:\n if (bVar3 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar14[2] - 0x30) < 2) {\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar6 = pbVar6 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(0x10,param_1);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if (((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }\nswitchD_00116ce1_caseD_31:\n DAT_0019d9a0 = pbVar14;\n FUN_00115a40(10,param_1);\n goto LAB_00116cf3;\n }\n pcVar8 = strchr("dD",(int)(char)bVar3);\n if (pcVar8 == (char *)0x0) {\nLAB_001171c1:\n *(undefined1 *)(param_1 + 3) = 2;\nLAB_0011713c:\n param_1[2] = 0;\n }\n else {\n pbVar6 = pbVar14 + 2;\nLAB_001172ee:\n DAT_0019d9a0 = pbVar6;\n FUN_001159b0(param_1);\n param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];\n }\n goto LAB_00116cf3;\n case 0x31:\n case 0x32:\n case 0x33:\n case 0x34:\n case 0x35:\n case 0x36:\n case 0x37:\n case 0x38:\n case 0x39:\n goto switchD_00116ce1_caseD_31;\n case 0x7e:\n if (((&DAT_00194640)[bVar3] & 2) == 0) {\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 != 2) {\n if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }\n }\n DAT_0019d9a0 = pbVar14;\n bVar3 = FUN_00116b30(&local_30);\n iVar4 = FUN_00134150(local_30,param_1);\n if (iVar4 == 0) {\n lVar5 = FUN_0012c9e0(local_30);\n lVar9 = FUN_0012af60(lVar5);\n if (param_2 == 2) {\nLAB_001173ca:\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = lVar5;\n param_1[2] = 0;\n }\n else if ((lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)) {\n *(undefined1 *)(param_1 + 3) = 2;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n else {\n if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;\n *(undefined1 *)(param_1 + 3) = 5;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n }\n *DAT_0019d9a0 = bVar3;\n if (bVar3 == 0x22) {\n FUN_00116050();\n }\nLAB_00116cf3:\n FUN_00115970(param_1);\n bVar3 = *DAT_0019d9a0;\n while (bVar3 == 0x20) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n bVar3 = *DAT_0019d9a0;\n }\n if (*param_1 != 0) {\n FUN_0012d700();\n }\n if (param_2 != 2) {\n lVar5 = FUN_0012d000(*param_1,0);\n *param_1 = lVar5;\n lVar5 = FUN_0012d000(param_1[1],0);\n param_1[1] = lVar5;\n }\n if ((char)param_1[3] != '\x03') {\n lVar5 = 0x1949f0;\n if ((char)param_1[3] == '\x05') {\n lVar5 = DAT_0019d7b8;\n }\n return lVar5;\n }\n lVar5 = FUN_0012af60(*param_1);\n return lVar5;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_00116c70(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) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n long lVar1;\n byte bVar2;\n byte bVar3;\n int iVar4;\n long lVar5;\n byte *pbVar6;\n void *__ptr;\n undefined8 uVar7;\n char *pcVar8;\n long lVar9;\n undefined8 uVar10;\n ushort *puVar11;\n short sVar12;\n undefined4 uVar13;\n byte *pbVar14;\n bool bVar15;\n byte *local_30;\n \n *(byte *)((long)param_1 + 0x19) = *(byte *)((long)param_1 + 0x19) & 0xfc | 1;\n lVar5 = DAT_0019d998;\n pbVar14 = DAT_0019d9a0;\n pbVar6 = DAT_0019d9a0 + 1;\n if (*DAT_0019d9a0 == 0x20) {\n pbVar6 = DAT_0019d9a0 + 2;\n pbVar14 = DAT_0019d9a0 + 1;\n }\n bVar3 = *pbVar14;\n if ((&DAT_00194540)[bVar3] != '\0') {\nswitchD_00116ce1_caseD_2c:\n *(undefined1 *)(param_1 + 3) = 1;\n DAT_0019d9a0 = pbVar14;\n goto LAB_00116cf3;\n }\n DAT_0019d9a0 = pbVar6;\n switch(bVar3) {\n case 0x21:\n case 0x2b:\n case 0x2d:\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 == 2) {\n if (bVar3 == 0x2d) {\n bVar3 = *(byte *)((long)param_1 + 0x19);\n lVar5 = param_1[2];\n param_1[2] = -lVar5;\n *(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;\n if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar3 != 0x22) {\n if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n param_1[2] = ~param_1[2];\n goto LAB_00116cf3;\n }\n if (bVar2 == 6) {\n bVar15 = bVar3 == 0x2d;\n lVar5 = param_1[2];\n if ((0 < lVar5) || (!bVar15)) {\nLAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((DAT_001944e0 == '+') || (DAT_001944e0 == 'P')) {\n bVar15 = DAT_001944e0 == '+';\n DAT_001944e0 = 'N';\n if (bVar15) {\n DAT_001944e0 = '-';\n }\n goto LAB_00116cf3;\n }\n }\n else {\nLAB_001170fd:\n if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar3 == 0x2b) goto LAB_00116cf3;\n }\n lVar5 = FUN_00116070(param_1);\n *param_1 = lVar5;\n if (bVar3 == 0x2d) {\n *(undefined1 *)(param_1 + 3) = 7;\n }\n else if ((bVar3 == 0x7e) || (bVar3 == 0x22)) {\n *(undefined1 *)(param_1 + 3) = 8;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 9;\n }\n goto LAB_0011713c;\n default:\n if ((((&DAT_00194640)[bVar3] & 2) != 0) || (bVar3 == 0x22)) break;\n *(undefined1 *)(param_1 + 3) = 1;\n uVar7 = dcgettext(0,"bad expression",5);\n FUN_0011f6d0(uVar7);\n goto LAB_001171c1;\n case 0x24:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) {\nLAB_0011715e:\n if (DAT_0019d708 == 0x1949f0) {\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }\n goto LAB_00116cf3;\n }\n break;\n case 0x27:\n DAT_0019d9a0 = pbVar14 + 2;\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = (long)(char)pbVar14[1];\n goto LAB_00116cf3;\n case 0x28:\n case 0x5b:\n lVar5 = FUN_00117660(0,param_1,param_2);\n if (bVar3 == 0x28) {\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x29) goto LAB_00116e81;\n if (bVar3 != 0) {\n uVar7 = 0x29;\n goto LAB_0011740e;\n }\n uVar13 = 0x29;\n }\n else {\n if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }\n uVar7 = 0x5d;\n if (bVar3 != 0) {\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }\n uVar13 = 0x5d;\n }\n uVar7 = dcgettext(0,"missing \'%c\'",5);\n FUN_0011f6d0(uVar7,uVar13);\nLAB_00116e8c:\n if (*DAT_0019d9a0 != 0x20) {\n return lVar5;\n }\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n return lVar5;\n case 0x2c:\n goto switchD_00116ce1_caseD_2c;\n case 0x2e:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) goto LAB_0011715e;\n iVar4 = strncasecmp((char *)pbVar6,"startof.",8);\n if (((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)) ||\n ((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)))) {\n bVar3 = pbVar14[2];\n pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7;\n if (*pbVar6 == 0x20) {\n pbVar6 = pbVar6 + 1;\n }\n DAT_0019d9a0 = pbVar6;\n *(undefined1 *)(param_1 + 3) = 1;\n if (*pbVar6 == 0x28) {\n DAT_0019d9a0 = pbVar6 + 1;\n if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }\n bVar2 = FUN_00116b30(&local_30);\n if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }\n pcVar8 = ".startof.";\n if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }\n __ptr = (void *)concat(pcVar8,local_30,0);\n lVar5 = FUN_0012b340(__ptr);\n free(__ptr);\n pbVar6 = DAT_0019d9a0;\n *param_1 = lVar5;\n *(undefined1 *)(param_1 + 3) = 3;\n param_1[2] = 0;\n *pbVar6 = bVar2;\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n }\n uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n FUN_0011f6d0(uVar7);\n goto LAB_00116cf3;\n }\n break;\n case 0x30:\n bVar3 = pbVar14[1];\n switch((int)(char)bVar3 - 0x30U & 0xff) {\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n FUN_00115a40(8,param_1);\n goto LAB_00116cf3;\n default:\n if (bVar3 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar14[2] - 0x30) < 2) {\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar6 = pbVar6 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(0x10,param_1);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if (((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }\nswitchD_00116ce1_caseD_31:\n DAT_0019d9a0 = pbVar14;\n FUN_00115a40(10,param_1);\n goto LAB_00116cf3;\n }\n pcVar8 = strchr("dD",(int)(char)bVar3);\n if (pcVar8 == (char *)0x0) {\nLAB_001171c1:\n *(undefined1 *)(param_1 + 3) = 2;\nLAB_0011713c:\n param_1[2] = 0;\n }\n else {\n pbVar6 = pbVar14 + 2;\nLAB_001172ee:\n DAT_0019d9a0 = pbVar6;\n FUN_001159b0(param_1);\n param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];\n }\n goto LAB_00116cf3;\n case 0x31:\n case 0x32:\n case 0x33:\n case 0x34:\n case 0x35:\n case 0x36:\n case 0x37:\n case 0x38:\n case 0x39:\n goto switchD_00116ce1_caseD_31;\n case 0x7e:\n if (((&DAT_00194640)[bVar3] & 2) == 0) {\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 != 2) {\n if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }\n }\n DAT_0019d9a0 = pbVar14;\n bVar3 = FUN_00116b30(&local_30);\n iVar4 = FUN_00134150(local_30,param_1);\n if (iVar4 == 0) {\n lVar5 = FUN_0012c9e0(local_30);\n lVar9 = FUN_0012af60(lVar5);\n if (param_2 == 2) {\nLAB_001173ca:\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = lVar5;\n param_1[2] = 0;\n }\n else if ((lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)) {\n *(undefined1 *)(param_1 + 3) = 2;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n else {\n if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;\n *(undefined1 *)(param_1 + 3) = 5;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n }\n *DAT_0019d9a0 = bVar3;\n if (bVar3 == 0x22) {\n FUN_00116050();\n }\nLAB_00116cf3:\n FUN_00115970(param_1);\n bVar3 = *DAT_0019d9a0;\n while (bVar3 == 0x20) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n bVar3 = *DAT_0019d9a0;\n }\n if (*param_1 != 0) {\n FUN_0012d700();\n }\n if (param_2 != 2) {\n lVar5 = FUN_0012d000(*param_1,0);\n *param_1 = lVar5;\n lVar5 = FUN_0012d000(param_1[1],0);\n param_1[1] = lVar5;\n }\n if ((char)param_1[3] != '\x03') {\n lVar5 = 0x1949f0;\n if ((char)param_1[3] == '\x05') {\n lVar5 = DAT_0019d7b8;\n }\n return lVar5;\n }\n lVar5 = FUN_0012af60(*param_1);\n return lVar5;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "byte bVar3;" type_identifier identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "byte *pbVar6;" type_identifier (pointer_declarator "*pbVar6" * identifier) ;) (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "undefined8 uVar7;" type_identifier identifier ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (declaration "long lVar9;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar10;" type_identifier identifier ;) (declaration "ushort *puVar11;" type_identifier (pointer_declarator "*puVar11" * identifier) ;) (declaration "short sVar12;" (sized_type_specifier "short" short) identifier ;) (declaration "undefined4 uVar13;" type_identifier identifier ;) (declaration "byte *pbVar14;" type_identifier (pointer_declarator "*pbVar14" * identifier) ;) (declaration "bool bVar15;" primitive_type identifier ;) (declaration "byte *local_30;" type_identifier (pointer_declarator "*local_30" * identifier) ;) (expression_statement "*(byte *)((long)param_1 + 0x19) = *(byte *)((long)param_1 + 0x19) & 0xfc | 1;" (assignment_expression "*(byte *)((long)param_1 + 0x19) = *(byte *)((long)param_1 + 0x19) & 0xfc | 1" (pointer_expression "*(byte *)((long)param_1 + 0x19)" * (cast_expression "(byte *)((long)param_1 + 0x19)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x19)" ( (binary_expression "(long)param_1 + 0x19" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "*(byte *)((long)param_1 + 0x19) & 0xfc | 1" (binary_expression "*(byte *)((long)param_1 + 0x19) & 0xfc" (pointer_expression "*(byte *)((long)param_1 + 0x19)" * (cast_expression "(byte *)((long)param_1 + 0x19)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x19)" ( (binary_expression "(long)param_1 + 0x19" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) | number_literal)) ;) (expression_statement "lVar5 = DAT_0019d998;" (assignment_expression "lVar5 = DAT_0019d998" identifier = identifier) ;) (expression_statement "pbVar14 = DAT_0019d9a0;" (assignment_expression "pbVar14 = DAT_0019d9a0" identifier = identifier) ;) (expression_statement "pbVar6 = DAT_0019d9a0 + 1;" (assignment_expression "pbVar6 = DAT_0019d9a0 + 1" identifier = (binary_expression "DAT_0019d9a0 + 1" identifier + number_literal)) ;) (if_statement "if (*DAT_0019d9a0 == 0x20) {\n pbVar6 = DAT_0019d9a0 + 2;\n pbVar14 = DAT_0019d9a0 + 1;\n }" if (parenthesized_expression "(*DAT_0019d9a0 == 0x20)" ( (binary_expression "*DAT_0019d9a0 == 0x20" (pointer_expression "*DAT_0019d9a0" * identifier) == number_literal) )) (compound_statement "{\n pbVar6 = DAT_0019d9a0 + 2;\n pbVar14 = DAT_0019d9a0 + 1;\n }" { (expression_statement "pbVar6 = DAT_0019d9a0 + 2;" (assignment_expression "pbVar6 = DAT_0019d9a0 + 2" identifier = (binary_expression "DAT_0019d9a0 + 2" identifier + number_literal)) ;) (expression_statement "pbVar14 = DAT_0019d9a0 + 1;" (assignment_expression "pbVar14 = DAT_0019d9a0 + 1" identifier = (binary_expression "DAT_0019d9a0 + 1" identifier + number_literal)) ;) })) (expression_statement "bVar3 = *pbVar14;" (assignment_expression "bVar3 = *pbVar14" identifier = (pointer_expression "*pbVar14" * identifier)) ;) (if_statement "if ((&DAT_00194540)[bVar3] != '\0') {\nswitchD_00116ce1_caseD_2c:\n *(undefined1 *)(param_1 + 3) = 1;\n DAT_0019d9a0 = pbVar14;\n goto LAB_00116cf3;\n }" if (parenthesized_expression "((&DAT_00194540)[bVar3] != '\0')" ( (binary_expression "(&DAT_00194540)[bVar3] != '\0'" (subscript_expression "(&DAT_00194540)[bVar3]" (parenthesized_expression "(&DAT_00194540)" ( (pointer_expression "&DAT_00194540" & identifier) )) [ identifier ]) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\nswitchD_00116ce1_caseD_2c:\n *(undefined1 *)(param_1 + 3) = 1;\n DAT_0019d9a0 = pbVar14;\n goto LAB_00116cf3;\n }" { (labeled_statement "switchD_00116ce1_caseD_2c:\n *(undefined1 *)(param_1 + 3) = 1;" statement_identifier : (expression_statement "*(undefined1 *)(param_1 + 3) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 1" (pointer_expression "*(undefined1 *)(param_1 + 3)" * (cast_expression "(undefined1 *)(param_1 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;)) (expression_statement "DAT_0019d9a0 = pbVar14;" (assignment_expression "DAT_0019d9a0 = pbVar14" identifier = identifier) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })) (expression_statement "DAT_0019d9a0 = pbVar6;" (assignment_expression "DAT_0019d9a0 = pbVar6" identifier = identifier) ;) (switch_statement "switch(bVar3) {\n case 0x21:\n case 0x2b:\n case 0x2d:\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 == 2) {\n if (bVar3 == 0x2d) {\n bVar3 = *(byte *)((long)param_1 + 0x19);\n lVar5 = param_1[2];\n param_1[2] = -lVar5;\n *(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;\n if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar3 != 0x22) {\n if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n param_1[2] = ~param_1[2];\n goto LAB_00116cf3;\n }\n if (bVar2 == 6) {\n bVar15 = bVar3 == 0x2d;\n lVar5 = param_1[2];\n if ((0 < lVar5) || (!bVar15)) {\nLAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((DAT_001944e0 == '+') || (DAT_001944e0 == 'P')) {\n bVar15 = DAT_001944e0 == '+';\n DAT_001944e0 = 'N';\n if (bVar15) {\n DAT_001944e0 = '-';\n }\n goto LAB_00116cf3;\n }\n }\n else {\nLAB_001170fd:\n if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar3 == 0x2b) goto LAB_00116cf3;\n }\n lVar5 = FUN_00116070(param_1);\n *param_1 = lVar5;\n if (bVar3 == 0x2d) {\n *(undefined1 *)(param_1 + 3) = 7;\n }\n else if ((bVar3 == 0x7e) || (bVar3 == 0x22)) {\n *(undefined1 *)(param_1 + 3) = 8;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 9;\n }\n goto LAB_0011713c;\n default:\n if ((((&DAT_00194640)[bVar3] & 2) != 0) || (bVar3 == 0x22)) break;\n *(undefined1 *)(param_1 + 3) = 1;\n uVar7 = dcgettext(0,"bad expression",5);\n FUN_0011f6d0(uVar7);\n goto LAB_001171c1;\n case 0x24:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) {\nLAB_0011715e:\n if (DAT_0019d708 == 0x1949f0) {\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }\n goto LAB_00116cf3;\n }\n break;\n case 0x27:\n DAT_0019d9a0 = pbVar14 + 2;\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = (long)(char)pbVar14[1];\n goto LAB_00116cf3;\n case 0x28:\n case 0x5b:\n lVar5 = FUN_00117660(0,param_1,param_2);\n if (bVar3 == 0x28) {\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x29) goto LAB_00116e81;\n if (bVar3 != 0) {\n uVar7 = 0x29;\n goto LAB_0011740e;\n }\n uVar13 = 0x29;\n }\n else {\n if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }\n uVar7 = 0x5d;\n if (bVar3 != 0) {\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }\n uVar13 = 0x5d;\n }\n uVar7 = dcgettext(0,"missing \'%c\'",5);\n FUN_0011f6d0(uVar7,uVar13);\nLAB_00116e8c:\n if (*DAT_0019d9a0 != 0x20) {\n return lVar5;\n }\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n return lVar5;\n case 0x2c:\n goto switchD_00116ce1_caseD_2c;\n case 0x2e:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) goto LAB_0011715e;\n iVar4 = strncasecmp((char *)pbVar6,"startof.",8);\n if (((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)) ||\n ((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)))) {\n bVar3 = pbVar14[2];\n pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7;\n if (*pbVar6 == 0x20) {\n pbVar6 = pbVar6 + 1;\n }\n DAT_0019d9a0 = pbVar6;\n *(undefined1 *)(param_1 + 3) = 1;\n if (*pbVar6 == 0x28) {\n DAT_0019d9a0 = pbVar6 + 1;\n if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }\n bVar2 = FUN_00116b30(&local_30);\n if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }\n pcVar8 = ".startof.";\n if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }\n __ptr = (void *)concat(pcVar8,local_30,0);\n lVar5 = FUN_0012b340(__ptr);\n free(__ptr);\n pbVar6 = DAT_0019d9a0;\n *param_1 = lVar5;\n *(undefined1 *)(param_1 + 3) = 3;\n param_1[2] = 0;\n *pbVar6 = bVar2;\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n }\n uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n FUN_0011f6d0(uVar7);\n goto LAB_00116cf3;\n }\n break;\n case 0x30:\n bVar3 = pbVar14[1];\n switch((int)(char)bVar3 - 0x30U & 0xff) {\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n FUN_00115a40(8,param_1);\n goto LAB_00116cf3;\n default:\n if (bVar3 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar14[2] - 0x30) < 2) {\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar6 = pbVar6 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(0x10,param_1);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if (((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }\nswitchD_00116ce1_caseD_31:\n DAT_0019d9a0 = pbVar14;\n FUN_00115a40(10,param_1);\n goto LAB_00116cf3;\n }\n pcVar8 = strchr("dD",(int)(char)bVar3);\n if (pcVar8 == (char *)0x0) {\nLAB_001171c1:\n *(undefined1 *)(param_1 + 3) = 2;\nLAB_0011713c:\n param_1[2] = 0;\n }\n else {\n pbVar6 = pbVar14 + 2;\nLAB_001172ee:\n DAT_0019d9a0 = pbVar6;\n FUN_001159b0(param_1);\n param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];\n }\n goto LAB_00116cf3;\n case 0x31:\n case 0x32:\n case 0x33:\n case 0x34:\n case 0x35:\n case 0x36:\n case 0x37:\n case 0x38:\n case 0x39:\n goto switchD_00116ce1_caseD_31;\n case 0x7e:\n if (((&DAT_00194640)[bVar3] & 2) == 0) {\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 != 2) {\n if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }\n }" switch (parenthesized_expression "(bVar3)" ( identifier )) (compound_statement "{\n case 0x21:\n case 0x2b:\n case 0x2d:\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 == 2) {\n if (bVar3 == 0x2d) {\n bVar3 = *(byte *)((long)param_1 + 0x19);\n lVar5 = param_1[2];\n param_1[2] = -lVar5;\n *(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;\n if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar3 != 0x22) {\n if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n param_1[2] = ~param_1[2];\n goto LAB_00116cf3;\n }\n if (bVar2 == 6) {\n bVar15 = bVar3 == 0x2d;\n lVar5 = param_1[2];\n if ((0 < lVar5) || (!bVar15)) {\nLAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((DAT_001944e0 == '+') || (DAT_001944e0 == 'P')) {\n bVar15 = DAT_001944e0 == '+';\n DAT_001944e0 = 'N';\n if (bVar15) {\n DAT_001944e0 = '-';\n }\n goto LAB_00116cf3;\n }\n }\n else {\nLAB_001170fd:\n if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar3 == 0x2b) goto LAB_00116cf3;\n }\n lVar5 = FUN_00116070(param_1);\n *param_1 = lVar5;\n if (bVar3 == 0x2d) {\n *(undefined1 *)(param_1 + 3) = 7;\n }\n else if ((bVar3 == 0x7e) || (bVar3 == 0x22)) {\n *(undefined1 *)(param_1 + 3) = 8;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 9;\n }\n goto LAB_0011713c;\n default:\n if ((((&DAT_00194640)[bVar3] & 2) != 0) || (bVar3 == 0x22)) break;\n *(undefined1 *)(param_1 + 3) = 1;\n uVar7 = dcgettext(0,"bad expression",5);\n FUN_0011f6d0(uVar7);\n goto LAB_001171c1;\n case 0x24:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) {\nLAB_0011715e:\n if (DAT_0019d708 == 0x1949f0) {\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }\n goto LAB_00116cf3;\n }\n break;\n case 0x27:\n DAT_0019d9a0 = pbVar14 + 2;\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = (long)(char)pbVar14[1];\n goto LAB_00116cf3;\n case 0x28:\n case 0x5b:\n lVar5 = FUN_00117660(0,param_1,param_2);\n if (bVar3 == 0x28) {\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x29) goto LAB_00116e81;\n if (bVar3 != 0) {\n uVar7 = 0x29;\n goto LAB_0011740e;\n }\n uVar13 = 0x29;\n }\n else {\n if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }\n uVar7 = 0x5d;\n if (bVar3 != 0) {\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }\n uVar13 = 0x5d;\n }\n uVar7 = dcgettext(0,"missing \'%c\'",5);\n FUN_0011f6d0(uVar7,uVar13);\nLAB_00116e8c:\n if (*DAT_0019d9a0 != 0x20) {\n return lVar5;\n }\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n return lVar5;\n case 0x2c:\n goto switchD_00116ce1_caseD_2c;\n case 0x2e:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) goto LAB_0011715e;\n iVar4 = strncasecmp((char *)pbVar6,"startof.",8);\n if (((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)) ||\n ((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)))) {\n bVar3 = pbVar14[2];\n pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7;\n if (*pbVar6 == 0x20) {\n pbVar6 = pbVar6 + 1;\n }\n DAT_0019d9a0 = pbVar6;\n *(undefined1 *)(param_1 + 3) = 1;\n if (*pbVar6 == 0x28) {\n DAT_0019d9a0 = pbVar6 + 1;\n if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }\n bVar2 = FUN_00116b30(&local_30);\n if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }\n pcVar8 = ".startof.";\n if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }\n __ptr = (void *)concat(pcVar8,local_30,0);\n lVar5 = FUN_0012b340(__ptr);\n free(__ptr);\n pbVar6 = DAT_0019d9a0;\n *param_1 = lVar5;\n *(undefined1 *)(param_1 + 3) = 3;\n param_1[2] = 0;\n *pbVar6 = bVar2;\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n }\n uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n FUN_0011f6d0(uVar7);\n goto LAB_00116cf3;\n }\n break;\n case 0x30:\n bVar3 = pbVar14[1];\n switch((int)(char)bVar3 - 0x30U & 0xff) {\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n FUN_00115a40(8,param_1);\n goto LAB_00116cf3;\n default:\n if (bVar3 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar14[2] - 0x30) < 2) {\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar6 = pbVar6 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(0x10,param_1);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if (((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }\nswitchD_00116ce1_caseD_31:\n DAT_0019d9a0 = pbVar14;\n FUN_00115a40(10,param_1);\n goto LAB_00116cf3;\n }\n pcVar8 = strchr("dD",(int)(char)bVar3);\n if (pcVar8 == (char *)0x0) {\nLAB_001171c1:\n *(undefined1 *)(param_1 + 3) = 2;\nLAB_0011713c:\n param_1[2] = 0;\n }\n else {\n pbVar6 = pbVar14 + 2;\nLAB_001172ee:\n DAT_0019d9a0 = pbVar6;\n FUN_001159b0(param_1);\n param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];\n }\n goto LAB_00116cf3;\n case 0x31:\n case 0x32:\n case 0x33:\n case 0x34:\n case 0x35:\n case 0x36:\n case 0x37:\n case 0x38:\n case 0x39:\n goto switchD_00116ce1_caseD_31;\n case 0x7e:\n if (((&DAT_00194640)[bVar3] & 2) == 0) {\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 != 2) {\n if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }\n }" { (case_statement "case 0x21:" case number_literal :) (case_statement "case 0x2b:" case number_literal :) (case_statement "case 0x2d:\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 == 2) {\n if (bVar3 == 0x2d) {\n bVar3 = *(byte *)((long)param_1 + 0x19);\n lVar5 = param_1[2];\n param_1[2] = -lVar5;\n *(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;\n if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar3 != 0x22) {\n if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n param_1[2] = ~param_1[2];\n goto LAB_00116cf3;\n }\n if (bVar2 == 6) {\n bVar15 = bVar3 == 0x2d;\n lVar5 = param_1[2];\n if ((0 < lVar5) || (!bVar15)) {\nLAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((DAT_001944e0 == '+') || (DAT_001944e0 == 'P')) {\n bVar15 = DAT_001944e0 == '+';\n DAT_001944e0 = 'N';\n if (bVar15) {\n DAT_001944e0 = '-';\n }\n goto LAB_00116cf3;\n }\n }\n else {\nLAB_001170fd:\n if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar3 == 0x2b) goto LAB_00116cf3;\n }\n lVar5 = FUN_00116070(param_1);\n *param_1 = lVar5;\n if (bVar3 == 0x2d) {\n *(undefined1 *)(param_1 + 3) = 7;\n }\n else if ((bVar3 == 0x7e) || (bVar3 == 0x22)) {\n *(undefined1 *)(param_1 + 3) = 8;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 9;\n }\n goto LAB_0011713c;" case number_literal : (expression_statement "FUN_00116c70(param_1,param_2);" (call_expression "FUN_00116c70(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier ))) ;) (expression_statement "bVar2 = *(byte *)(param_1 + 3);" (assignment_expression "bVar2 = *(byte *)(param_1 + 3)" identifier = (pointer_expression "*(byte *)(param_1 + 3)" * (cast_expression "(byte *)(param_1 + 3)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) ))))) ;) (if_statement "if (bVar2 == 2) {\n if (bVar3 == 0x2d) {\n bVar3 = *(byte *)((long)param_1 + 0x19);\n lVar5 = param_1[2];\n param_1[2] = -lVar5;\n *(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;\n if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar3 != 0x22) {\n if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n param_1[2] = ~param_1[2];\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(bVar2 == 2)" ( (binary_expression "bVar2 == 2" identifier == number_literal) )) (compound_statement "{\n if (bVar3 == 0x2d) {\n bVar3 = *(byte *)((long)param_1 + 0x19);\n lVar5 = param_1[2];\n param_1[2] = -lVar5;\n *(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;\n if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar3 != 0x22) {\n if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n param_1[2] = ~param_1[2];\n goto LAB_00116cf3;\n }" { (if_statement "if (bVar3 == 0x2d) {\n bVar3 = *(byte *)((long)param_1 + 0x19);\n lVar5 = param_1[2];\n param_1[2] = -lVar5;\n *(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;\n if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(bVar3 == 0x2d)" ( (binary_expression "bVar3 == 0x2d" identifier == number_literal) )) (compound_statement "{\n bVar3 = *(byte *)((long)param_1 + 0x19);\n lVar5 = param_1[2];\n param_1[2] = -lVar5;\n *(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;\n if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }\n goto LAB_00116cf3;\n }" { (expression_statement "bVar3 = *(byte *)((long)param_1 + 0x19);" (assignment_expression "bVar3 = *(byte *)((long)param_1 + 0x19)" identifier = (pointer_expression "*(byte *)((long)param_1 + 0x19)" * (cast_expression "(byte *)((long)param_1 + 0x19)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x19)" ( (binary_expression "(long)param_1 + 0x19" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "lVar5 = param_1[2];" (assignment_expression "lVar5 = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (expression_statement "param_1[2] = -lVar5;" (assignment_expression "param_1[2] = -lVar5" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (unary_expression "-lVar5" - identifier)) ;) (expression_statement "*(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;" (assignment_expression "*(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe" (pointer_expression "*(byte *)((long)param_1 + 0x19)" * (cast_expression "(byte *)((long)param_1 + 0x19)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x19)" ( (binary_expression "(long)param_1 + 0x19" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "bVar3 & 0xfe" identifier & number_literal)) ;) (if_statement "if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }" if (parenthesized_expression "(-lVar5 != 0)" ( (binary_expression "-lVar5 != 0" (unary_expression "-lVar5" - identifier) != number_literal) )) (compound_statement "{\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }" { (expression_statement "*(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;" (assignment_expression "*(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc" (pointer_expression "*(byte *)((long)param_1 + 0x19)" * (cast_expression "(byte *)((long)param_1 + 0x19)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x19)" ( (binary_expression "(long)param_1 + 0x19" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "(bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc" (binary_expression "(bVar3 >> 1 & 1 ^ 1) * '\x02'" (parenthesized_expression "(bVar3 >> 1 & 1 ^ 1)" ( (binary_expression "bVar3 >> 1 & 1 ^ 1" (binary_expression "bVar3 >> 1 & 1" (binary_expression "bVar3 >> 1" identifier >> number_literal) & number_literal) ^ number_literal) )) * (char_literal "'\x02'" ' escape_sequence ')) | (binary_expression "bVar3 & 0xfc" identifier & number_literal))) ;) })) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })) (if_statement "if (bVar3 != 0x22) {\n if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(bVar3 != 0x22)" ( (binary_expression "bVar3 != 0x22" identifier != number_literal) )) (compound_statement "{\n if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }\n goto LAB_00116cf3;\n }" { (if_statement "if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }" if (parenthesized_expression "(bVar3 == 0x21)" ( (binary_expression "bVar3 == 0x21" identifier == number_literal) )) (compound_statement "{\n param_1[2] = (ulong)(param_1[2] == 0);\n }" { (expression_statement "param_1[2] = (ulong)(param_1[2] == 0);" (assignment_expression "param_1[2] = (ulong)(param_1[2] == 0)" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (call_expression "(ulong)(param_1[2] == 0)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(param_1[2] == 0)" ( (binary_expression "param_1[2] == 0" (subscript_expression "param_1[2]" identifier [ number_literal ]) == number_literal) )))) ;) })) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })) (labeled_statement "LAB_001174a9:\n param_1[2] = ~param_1[2];" statement_identifier : (expression_statement "param_1[2] = ~param_1[2];" (assignment_expression "param_1[2] = ~param_1[2]" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (unary_expression "~param_1[2]" ~ (subscript_expression "param_1[2]" identifier [ number_literal ]))) ;)) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })) (if_statement "if (bVar2 == 6) {\n bVar15 = bVar3 == 0x2d;\n lVar5 = param_1[2];\n if ((0 < lVar5) || (!bVar15)) {\nLAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((DAT_001944e0 == '+') || (DAT_001944e0 == 'P')) {\n bVar15 = DAT_001944e0 == '+';\n DAT_001944e0 = 'N';\n if (bVar15) {\n DAT_001944e0 = '-';\n }\n goto LAB_00116cf3;\n }\n }\n else {\nLAB_001170fd:\n if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar3 == 0x2b) goto LAB_00116cf3;\n }" if (parenthesized_expression "(bVar2 == 6)" ( (binary_expression "bVar2 == 6" identifier == number_literal) )) (compound_statement "{\n bVar15 = bVar3 == 0x2d;\n lVar5 = param_1[2];\n if ((0 < lVar5) || (!bVar15)) {\nLAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((DAT_001944e0 == '+') || (DAT_001944e0 == 'P')) {\n bVar15 = DAT_001944e0 == '+';\n DAT_001944e0 = 'N';\n if (bVar15) {\n DAT_001944e0 = '-';\n }\n goto LAB_00116cf3;\n }\n }" { (expression_statement "bVar15 = bVar3 == 0x2d;" (assignment_expression "bVar15 = bVar3 == 0x2d" identifier = (binary_expression "bVar3 == 0x2d" identifier == number_literal)) ;) (expression_statement "lVar5 = param_1[2];" (assignment_expression "lVar5 = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (if_statement "if ((0 < lVar5) || (!bVar15)) {\nLAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }" if (parenthesized_expression "((0 < lVar5) || (!bVar15))" ( (binary_expression "(0 < lVar5) || (!bVar15)" (parenthesized_expression "(0 < lVar5)" ( (binary_expression "0 < lVar5" number_literal < identifier) )) || (parenthesized_expression "(!bVar15)" ( (unary_expression "!bVar15" ! identifier) ))) )) (compound_statement "{\nLAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }" { (labeled_statement "LAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }" statement_identifier : (if_statement "if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(0 < lVar5)" ( (binary_expression "0 < lVar5" number_literal < identifier) )) (compound_statement "{\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }" { (if_statement "if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }" if (parenthesized_expression "((bVar3 == 0x7e) || (bVar15))" ( (binary_expression "(bVar3 == 0x7e) || (bVar15)" (parenthesized_expression "(bVar3 == 0x7e)" ( (binary_expression "bVar3 == 0x7e" identifier == number_literal) )) || (parenthesized_expression "(bVar15)" ( identifier ))) )) (compound_statement "{\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }" { (expression_statement "puVar11 = (ushort *)&DAT_0019d920;" (assignment_expression "puVar11 = (ushort *)&DAT_0019d920" identifier = (cast_expression "(ushort *)&DAT_0019d920" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&DAT_0019d920" & identifier))) ;) (do_statement "do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));" do (compound_statement "{\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n }" { (expression_statement "*puVar11 = ~*puVar11;" (assignment_expression "*puVar11 = ~*puVar11" (pointer_expression "*puVar11" * identifier) = (unary_expression "~*puVar11" ~ (pointer_expression "*puVar11" * identifier))) ;) (expression_statement "puVar11 = puVar11 + 1;" (assignment_expression "puVar11 = puVar11 + 1" identifier = (binary_expression "puVar11 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2))" ( (binary_expression "puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2)" identifier != (cast_expression "(ushort *)((long)&DAT_0019d920 + lVar5 * 2)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&DAT_0019d920 + lVar5 * 2)" ( (binary_expression "(long)&DAT_0019d920 + lVar5 * 2" (cast_expression "(long)&DAT_0019d920" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&DAT_0019d920" & identifier)) + (binary_expression "lVar5 * 2" identifier * number_literal)) )))) )) ;) (expression_statement "lVar9 = (long)(int)lVar5;" (assignment_expression "lVar9 = (long)(int)lVar5" identifier = (cast_expression "(long)(int)lVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)lVar5" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (if_statement "if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }" if (parenthesized_expression "((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14))" ( (binary_expression "(lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)" (parenthesized_expression "(lVar5 < 0x14)" ( (binary_expression "lVar5 < 0x14" identifier < number_literal) )) && (parenthesized_expression "(param_1[2] = 0x14, (int)lVar5 < 0x14)" ( (comma_expression "param_1[2] = 0x14, (int)lVar5 < 0x14" (assignment_expression "param_1[2] = 0x14" (subscript_expression "param_1[2]" identifier [ number_literal ]) = number_literal) , (binary_expression "(int)lVar5 < 0x14" (cast_expression "(int)lVar5" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal)) ))) )) (compound_statement "{\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }" { (do_statement "do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);" do (compound_statement "{\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n }" { (expression_statement "*(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;" (assignment_expression "*(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff" (pointer_expression "*(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2)" * (cast_expression "(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&DAT_0019d920 + lVar9 * 2)" ( (binary_expression "(long)&DAT_0019d920 + lVar9 * 2" (cast_expression "(long)&DAT_0019d920" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&DAT_0019d920" & identifier)) + (binary_expression "lVar9 * 2" identifier * number_literal)) )))) = number_literal) ;) (expression_statement "lVar9 = lVar9 + 1;" (assignment_expression "lVar9 = lVar9 + 1" identifier = (binary_expression "lVar9 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((int)lVar9 < 0x14)" ( (binary_expression "(int)lVar9 < 0x14" (cast_expression "(int)lVar9" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) ;) (if_statement "if (!bVar15) goto LAB_00116cf3;" if (parenthesized_expression "(!bVar15)" ( (unary_expression "!bVar15" ! identifier) )) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;)) (expression_statement "lVar5 = 0x14;" (assignment_expression "lVar5 = 0x14" identifier = number_literal) ;) }) (else_clause "else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }" else (compound_statement "{\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }" { (if_statement "if (!bVar15) goto LAB_00116cf3;" if (parenthesized_expression "(!bVar15)" ( (unary_expression "!bVar15" ! identifier) )) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;)) (expression_statement "lVar5 = param_1[2];" (assignment_expression "lVar5 = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) }))) (expression_statement "DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;" (assignment_expression "DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1" (field_expression "DAT_0019d920._0_2_" identifier . field_identifier) = (binary_expression "(short)DAT_0019d920 + 1" (cast_expression "(short)DAT_0019d920" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) identifier) + number_literal)) ;) (if_statement "if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }" if (parenthesized_expression "((short)DAT_0019d920 == 0)" ( (binary_expression "(short)DAT_0019d920 == 0" (cast_expression "(short)DAT_0019d920" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) identifier) == number_literal) )) (compound_statement "{\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }" { (expression_statement "lVar9 = 1;" (assignment_expression "lVar9 = 1" identifier = number_literal) ;) (do_statement "do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);" do (compound_statement "{\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n }" { (if_statement "if (lVar5 <= lVar9) break;" if (parenthesized_expression "(lVar5 <= lVar9)" ( (binary_expression "lVar5 <= lVar9" identifier <= identifier) )) (break_statement "break;" break ;)) (expression_statement "sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;" (assignment_expression "sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1" identifier = (binary_expression "*(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1" (pointer_expression "*(short *)((long)&DAT_0019d920 + lVar9 * 2)" * (cast_expression "(short *)((long)&DAT_0019d920 + lVar9 * 2)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&DAT_0019d920 + lVar9 * 2)" ( (binary_expression "(long)&DAT_0019d920 + lVar9 * 2" (cast_expression "(long)&DAT_0019d920" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&DAT_0019d920" & identifier)) + (binary_expression "lVar9 * 2" identifier * number_literal)) )))) + number_literal)) ;) (expression_statement "*(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;" (assignment_expression "*(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12" (pointer_expression "*(short *)((long)&DAT_0019d920 + lVar9 * 2)" * (cast_expression "(short *)((long)&DAT_0019d920 + lVar9 * 2)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&DAT_0019d920 + lVar9 * 2)" ( (binary_expression "(long)&DAT_0019d920 + lVar9 * 2" (cast_expression "(long)&DAT_0019d920" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&DAT_0019d920" & identifier)) + (binary_expression "lVar9 * 2" identifier * number_literal)) )))) = identifier) ;) (expression_statement "lVar9 = lVar9 + 1;" (assignment_expression "lVar9 = lVar9 + 1" identifier = (binary_expression "lVar9 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(sVar12 == 0)" ( (binary_expression "sVar12 == 0" identifier == number_literal) )) ;) })) }) (else_clause "else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }" else (if_statement "if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }" if (parenthesized_expression "(bVar3 == 0x21)" ( (binary_expression "bVar3 == 0x21" identifier == number_literal) )) (compound_statement "{\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }" { (if_statement "if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }" if (parenthesized_expression "((short)DAT_0019d920 == 0)" ( (binary_expression "(short)DAT_0019d920 == 0" (cast_expression "(short)DAT_0019d920" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) identifier) == number_literal) )) (compound_statement "{\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }" { (expression_statement "lVar1 = 1;" (assignment_expression "lVar1 = 1" identifier = number_literal) ;) (do_statement "do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);" do (compound_statement "{\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n }" { (expression_statement "lVar9 = lVar1;" (assignment_expression "lVar9 = lVar1" identifier = identifier) ;) (if_statement "if (lVar5 == lVar9) break;" if (parenthesized_expression "(lVar5 == lVar9)" ( (binary_expression "lVar5 == lVar9" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "lVar1 = lVar9 + 1;" (assignment_expression "lVar1 = lVar9 + 1" identifier = (binary_expression "lVar9 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((&DAT_0019d91e)[lVar9 + 1] == 0)" ( (binary_expression "(&DAT_0019d91e)[lVar9 + 1] == 0" (subscript_expression "(&DAT_0019d91e)[lVar9 + 1]" (parenthesized_expression "(&DAT_0019d91e)" ( (pointer_expression "&DAT_0019d91e" & identifier) )) [ (binary_expression "lVar9 + 1" identifier + number_literal) ]) == number_literal) )) ;) }) (else_clause "else {\n lVar9 = 0;\n }" else (compound_statement "{\n lVar9 = 0;\n }" { (expression_statement "lVar9 = 0;" (assignment_expression "lVar9 = 0" identifier = number_literal) ;) }))) (expression_statement "param_1[2] = (ulong)(lVar5 <= lVar9);" (assignment_expression "param_1[2] = (ulong)(lVar5 <= lVar9)" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (call_expression "(ulong)(lVar5 <= lVar9)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(lVar5 <= lVar9)" ( (binary_expression "lVar5 <= lVar9" identifier <= identifier) )))) ;) (expression_statement "*(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;" (assignment_expression "*(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102" (pointer_expression "*(ushort *)(param_1 + 3)" * (cast_expression "(ushort *)(param_1 + 3)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = (binary_expression "*(ushort *)(param_1 + 3) & 0xfc00 | 0x102" (binary_expression "*(ushort *)(param_1 + 3) & 0xfc00" (pointer_expression "*(ushort *)(param_1 + 3)" * (cast_expression "(ushort *)(param_1 + 3)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) & number_literal) | number_literal)) ;) })))) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) }))) (goto_statement "goto LAB_00117105;" goto statement_identifier ;) })) (if_statement "if ((DAT_001944e0 == '+') || (DAT_001944e0 == 'P')) {\n bVar15 = DAT_001944e0 == '+';\n DAT_001944e0 = 'N';\n if (bVar15) {\n DAT_001944e0 = '-';\n }\n goto LAB_00116cf3;\n }" if (parenthesized_expression "((DAT_001944e0 == '+') || (DAT_001944e0 == 'P'))" ( (binary_expression "(DAT_001944e0 == '+') || (DAT_001944e0 == 'P')" (parenthesized_expression "(DAT_001944e0 == '+')" ( (binary_expression "DAT_001944e0 == '+'" identifier == (char_literal "'+'" ' character ')) )) || (parenthesized_expression "(DAT_001944e0 == 'P')" ( (binary_expression "DAT_001944e0 == 'P'" identifier == (char_literal "'P'" ' character ')) ))) )) (compound_statement "{\n bVar15 = DAT_001944e0 == '+';\n DAT_001944e0 = 'N';\n if (bVar15) {\n DAT_001944e0 = '-';\n }\n goto LAB_00116cf3;\n }" { (expression_statement "bVar15 = DAT_001944e0 == '+';" (assignment_expression "bVar15 = DAT_001944e0 == '+'" identifier = (binary_expression "DAT_001944e0 == '+'" identifier == (char_literal "'+'" ' character '))) ;) (expression_statement "DAT_001944e0 = 'N';" (assignment_expression "DAT_001944e0 = 'N'" identifier = (char_literal "'N'" ' character ')) ;) (if_statement "if (bVar15) {\n DAT_001944e0 = '-';\n }" if (parenthesized_expression "(bVar15)" ( identifier )) (compound_statement "{\n DAT_001944e0 = '-';\n }" { (expression_statement "DAT_001944e0 = '-';" (assignment_expression "DAT_001944e0 = '-'" identifier = (char_literal "'-'" ' character ')) ;) })) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })) }) (else_clause "else {\nLAB_001170fd:\n if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar3 == 0x2b) goto LAB_00116cf3;\n }" else (compound_statement "{\nLAB_001170fd:\n if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar3 == 0x2b) goto LAB_00116cf3;\n }" { (labeled_statement "LAB_001170fd:\n if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }" statement_identifier : (if_statement "if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(bVar2 < 2)" ( (binary_expression "bVar2 < 2" identifier < number_literal) )) (compound_statement "{\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }" { (expression_statement "uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);" (assignment_expression "uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5)" identifier = (call_expression "dcgettext(0,"Unary operator %c ignored because bad operand follows",5)" identifier (argument_list "(0,"Unary operator %c ignored because bad operand follows",5)" ( number_literal , (string_literal ""Unary operator %c ignored because bad operand follows"" " string_content ") , number_literal )))) ;) (expression_statement "FUN_0011f500(uVar7,(int)(char)bVar3);" (call_expression "FUN_0011f500(uVar7,(int)(char)bVar3)" identifier (argument_list "(uVar7,(int)(char)bVar3)" ( identifier , (cast_expression "(int)(char)bVar3" ( (type_descriptor "int" primitive_type) ) (cast_expression "(char)bVar3" ( (type_descriptor "char" primitive_type) ) identifier)) ))) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) }))) (labeled_statement "LAB_00117105:\n if (bVar3 == 0x2b) goto LAB_00116cf3;" statement_identifier : (if_statement "if (bVar3 == 0x2b) goto LAB_00116cf3;" if (parenthesized_expression "(bVar3 == 0x2b)" ( (binary_expression "bVar3 == 0x2b" identifier == number_literal) )) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;))) }))) (expression_statement "lVar5 = FUN_00116070(param_1);" (assignment_expression "lVar5 = FUN_00116070(param_1)" identifier = (call_expression "FUN_00116070(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "*param_1 = lVar5;" (assignment_expression "*param_1 = lVar5" (pointer_expression "*param_1" * identifier) = identifier) ;) (if_statement "if (bVar3 == 0x2d) {\n *(undefined1 *)(param_1 + 3) = 7;\n }\n else if ((bVar3 == 0x7e) || (bVar3 == 0x22)) {\n *(undefined1 *)(param_1 + 3) = 8;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 9;\n }" if (parenthesized_expression "(bVar3 == 0x2d)" ( (binary_expression "bVar3 == 0x2d" identifier == number_literal) )) (compound_statement "{\n *(undefined1 *)(param_1 + 3) = 7;\n }" { (expression_statement "*(undefined1 *)(param_1 + 3) = 7;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 7" (pointer_expression "*(undefined1 *)(param_1 + 3)" * (cast_expression "(undefined1 *)(param_1 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;) }) (else_clause "else if ((bVar3 == 0x7e) || (bVar3 == 0x22)) {\n *(undefined1 *)(param_1 + 3) = 8;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 9;\n }" else (if_statement "if ((bVar3 == 0x7e) || (bVar3 == 0x22)) {\n *(undefined1 *)(param_1 + 3) = 8;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 9;\n }" if (parenthesized_expression "((bVar3 == 0x7e) || (bVar3 == 0x22))" ( (binary_expression "(bVar3 == 0x7e) || (bVar3 == 0x22)" (parenthesized_expression "(bVar3 == 0x7e)" ( (binary_expression "bVar3 == 0x7e" identifier == number_literal) )) || (parenthesized_expression "(bVar3 == 0x22)" ( (binary_expression "bVar3 == 0x22" identifier == number_literal) ))) )) (compound_statement "{\n *(undefined1 *)(param_1 + 3) = 8;\n }" { (expression_statement "*(undefined1 *)(param_1 + 3) = 8;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 8" (pointer_expression "*(undefined1 *)(param_1 + 3)" * (cast_expression "(undefined1 *)(param_1 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;) }) (else_clause "else {\n *(undefined1 *)(param_1 + 3) = 9;\n }" else (compound_statement "{\n *(undefined1 *)(param_1 + 3) = 9;\n }" { (expression_statement "*(undefined1 *)(param_1 + 3) = 9;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 9" (pointer_expression "*(undefined1 *)(param_1 + 3)" * (cast_expression "(undefined1 *)(param_1 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;) }))))) (goto_statement "goto LAB_0011713c;" goto statement_identifier ;)) (case_statement "default:\n if ((((&DAT_00194640)[bVar3] & 2) != 0) || (bVar3 == 0x22)) break;\n *(undefined1 *)(param_1 + 3) = 1;\n uVar7 = dcgettext(0,"bad expression",5);\n FUN_0011f6d0(uVar7);\n goto LAB_001171c1;" default : (if_statement "if ((((&DAT_00194640)[bVar3] & 2) != 0) || (bVar3 == 0x22)) break;" if (parenthesized_expression "((((&DAT_00194640)[bVar3] & 2) != 0) || (bVar3 == 0x22))" ( (binary_expression "(((&DAT_00194640)[bVar3] & 2) != 0) || (bVar3 == 0x22)" (parenthesized_expression "(((&DAT_00194640)[bVar3] & 2) != 0)" ( (binary_expression "((&DAT_00194640)[bVar3] & 2) != 0" (parenthesized_expression "((&DAT_00194640)[bVar3] & 2)" ( (binary_expression "(&DAT_00194640)[bVar3] & 2" (subscript_expression "(&DAT_00194640)[bVar3]" (parenthesized_expression "(&DAT_00194640)" ( (pointer_expression "&DAT_00194640" & identifier) )) [ identifier ]) & number_literal) )) != number_literal) )) || (parenthesized_expression "(bVar3 == 0x22)" ( (binary_expression "bVar3 == 0x22" identifier == number_literal) ))) )) (break_statement "break;" break ;)) (expression_statement "*(undefined1 *)(param_1 + 3) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 1" (pointer_expression "*(undefined1 *)(param_1 + 3)" * (cast_expression "(undefined1 *)(param_1 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;) (expression_statement "uVar7 = dcgettext(0,"bad expression",5);" (assignment_expression "uVar7 = dcgettext(0,"bad expression",5)" identifier = (call_expression "dcgettext(0,"bad expression",5)" identifier (argument_list "(0,"bad expression",5)" ( number_literal , (string_literal ""bad expression"" " string_content ") , number_literal )))) ;) (expression_statement "FUN_0011f6d0(uVar7);" (call_expression "FUN_0011f6d0(uVar7)" identifier (argument_list "(uVar7)" ( identifier ))) ;) (goto_statement "goto LAB_001171c1;" goto statement_identifier ;)) (case_statement "case 0x24:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) {\nLAB_0011715e:\n if (DAT_0019d708 == 0x1949f0) {\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }\n goto LAB_00116cf3;\n }\n break;" case number_literal : (if_statement "if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) {\nLAB_0011715e:\n if (DAT_0019d708 == 0x1949f0) {\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(((&DAT_00194640)[pbVar14[1]] & 1) == 0)" ( (binary_expression "((&DAT_00194640)[pbVar14[1]] & 1) == 0" (parenthesized_expression "((&DAT_00194640)[pbVar14[1]] & 1)" ( (binary_expression "(&DAT_00194640)[pbVar14[1]] & 1" (subscript_expression "(&DAT_00194640)[pbVar14[1]]" (parenthesized_expression "(&DAT_00194640)" ( (pointer_expression "&DAT_00194640" & identifier) )) [ (subscript_expression "pbVar14[1]" identifier [ number_literal ]) ]) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_0011715e:\n if (DAT_0019d708 == 0x1949f0) {\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }\n goto LAB_00116cf3;\n }" { (labeled_statement "LAB_0011715e:\n if (DAT_0019d708 == 0x1949f0) {\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }" statement_identifier : (if_statement "if (DAT_0019d708 == 0x1949f0) {\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }" if (parenthesized_expression "(DAT_0019d708 == 0x1949f0)" ( (binary_expression "DAT_0019d708 == 0x1949f0" identifier == number_literal) )) (compound_statement "{\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }" { (expression_statement "*(undefined1 *)(param_1 + 3) = 2;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 2" (pointer_expression "*(undefined1 *)(param_1 + 3)" * (cast_expression "(undefined1 *)(param_1 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;) (expression_statement "param_1[2] = lVar5;" (assignment_expression "param_1[2] = lVar5" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) }) (else_clause "else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }" else (compound_statement "{\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }" { (expression_statement "*(undefined1 *)(param_1 + 3) = 3;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 3" (pointer_expression "*(undefined1 *)(param_1 + 3)" * (cast_expression "(undefined1 *)(param_1 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*param_1 = (long)&DAT_0019dac0;" (assignment_expression "*param_1 = (long)&DAT_0019dac0" (pointer_expression "*param_1" * identifier) = (cast_expression "(long)&DAT_0019dac0" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&DAT_0019dac0" & identifier))) ;) (expression_statement "param_1[2] = 0;" (assignment_expression "param_1[2] = 0" (subscript_expression "param_1[2]" identifier [ number_literal ]) = number_literal) ;) })))) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })) (break_statement "break;" break ;)) (case_statement "case 0x27:\n DAT_0019d9a0 = pbVar14 + 2;\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = (long)(char)pbVar14[1];\n goto LAB_00116cf3;" case number_literal : (expression_statement "DAT_0019d9a0 = pbVar14 + 2;" (assignment_expression "DAT_0019d9a0 = pbVar14 + 2" identifier = (binary_expression "pbVar14 + 2" identifier + number_literal)) ;) (expression_statement "*(undefined1 *)(param_1 + 3) = 2;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 2" (pointer_expression "*(undefined1 *)(param_1 + 3)" * (cast_expression "(undefined1 *)(param_1 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;) (expression_statement "param_1[2] = (long)(char)pbVar14[1];" (assignment_expression "param_1[2] = (long)(char)pbVar14[1]" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (cast_expression "(long)(char)pbVar14[1]" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(char)pbVar14[1]" ( (type_descriptor "char" primitive_type) ) (subscript_expression "pbVar14[1]" identifier [ number_literal ])))) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;)) (case_statement "case 0x28:" case number_literal :) (case_statement "case 0x5b:\n lVar5 = FUN_00117660(0,param_1,param_2);\n if (bVar3 == 0x28) {\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x29) goto LAB_00116e81;\n if (bVar3 != 0) {\n uVar7 = 0x29;\n goto LAB_0011740e;\n }\n uVar13 = 0x29;\n }\n else {\n if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }\n uVar7 = 0x5d;\n if (bVar3 != 0) {\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }\n uVar13 = 0x5d;\n }\n uVar7 = dcgettext(0,"missing \'%c\'",5);\n FUN_0011f6d0(uVar7,uVar13);\nLAB_00116e8c:\n if (*DAT_0019d9a0 != 0x20) {\n return lVar5;\n }\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n return lVar5;" case number_literal : (expression_statement "lVar5 = FUN_00117660(0,param_1,param_2);" (assignment_expression "lVar5 = FUN_00117660(0,param_1,param_2)" identifier = (call_expression "FUN_00117660(0,param_1,param_2)" identifier (argument_list "(0,param_1,param_2)" ( number_literal , identifier , identifier )))) ;) (if_statement "if (bVar3 == 0x28) {\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x29) goto LAB_00116e81;\n if (bVar3 != 0) {\n uVar7 = 0x29;\n goto LAB_0011740e;\n }\n uVar13 = 0x29;\n }\n else {\n if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }\n uVar7 = 0x5d;\n if (bVar3 != 0) {\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }\n uVar13 = 0x5d;\n }" if (parenthesized_expression "(bVar3 == 0x28)" ( (binary_expression "bVar3 == 0x28" identifier == number_literal) )) (compound_statement "{\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x29) goto LAB_00116e81;\n if (bVar3 != 0) {\n uVar7 = 0x29;\n goto LAB_0011740e;\n }\n uVar13 = 0x29;\n }" { (expression_statement "bVar3 = *DAT_0019d9a0;" (assignment_expression "bVar3 = *DAT_0019d9a0" identifier = (pointer_expression "*DAT_0019d9a0" * identifier)) ;) (if_statement "if (bVar3 == 0x29) goto LAB_00116e81;" if (parenthesized_expression "(bVar3 == 0x29)" ( (binary_expression "bVar3 == 0x29" identifier == number_literal) )) (goto_statement "goto LAB_00116e81;" goto statement_identifier ;)) (if_statement "if (bVar3 != 0) {\n uVar7 = 0x29;\n goto LAB_0011740e;\n }" if (parenthesized_expression "(bVar3 != 0)" ( (binary_expression "bVar3 != 0" identifier != number_literal) )) (compound_statement "{\n uVar7 = 0x29;\n goto LAB_0011740e;\n }" { (expression_statement "uVar7 = 0x29;" (assignment_expression "uVar7 = 0x29" identifier = number_literal) ;) (goto_statement "goto LAB_0011740e;" goto statement_identifier ;) })) (expression_statement "uVar13 = 0x29;" (assignment_expression "uVar13 = 0x29" identifier = number_literal) ;) }) (else_clause "else {\n if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }\n uVar7 = 0x5d;\n if (bVar3 != 0) {\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }\n uVar13 = 0x5d;\n }" else (compound_statement "{\n if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }\n uVar7 = 0x5d;\n if (bVar3 != 0) {\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }\n uVar13 = 0x5d;\n }" { (if_statement "if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }" if (parenthesized_expression "((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d))" ( (binary_expression "(bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)" (parenthesized_expression "(bVar3 != 0x5b)" ( (binary_expression "bVar3 != 0x5b" identifier != number_literal) )) || (parenthesized_expression "(bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)" ( (comma_expression "bVar3 = *DAT_0019d9a0, bVar3 == 0x5d" (assignment_expression "bVar3 = *DAT_0019d9a0" identifier = (pointer_expression "*DAT_0019d9a0" * identifier)) , (binary_expression "bVar3 == 0x5d" identifier == number_literal)) ))) )) (compound_statement "{\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }" { (labeled_statement "LAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;" statement_identifier : (expression_statement "DAT_0019d9a0 = DAT_0019d9a0 + 1;" (assignment_expression "DAT_0019d9a0 = DAT_0019d9a0 + 1" identifier = (binary_expression "DAT_0019d9a0 + 1" identifier + number_literal)) ;)) (goto_statement "goto LAB_00116e8c;" goto statement_identifier ;) })) (expression_statement "uVar7 = 0x5d;" (assignment_expression "uVar7 = 0x5d" identifier = number_literal) ;) (if_statement "if (bVar3 != 0) {\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }" if (parenthesized_expression "(bVar3 != 0)" ( (binary_expression "bVar3 != 0" identifier != number_literal) )) (compound_statement "{\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }" { (labeled_statement "LAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);" statement_identifier : (expression_statement "uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);" (assignment_expression "uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5)" identifier = (call_expression "dcgettext(0,"found \'%c\', expected: \'%c\'",5)" identifier (argument_list "(0,"found \'%c\', expected: \'%c\'",5)" ( number_literal , (string_literal ""found \'%c\', expected: \'%c\'"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal )))) ;)) (expression_statement "FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);" (call_expression "FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7)" identifier (argument_list "(uVar10,(int)(char)bVar3,uVar7)" ( identifier , (cast_expression "(int)(char)bVar3" ( (type_descriptor "int" primitive_type) ) (cast_expression "(char)bVar3" ( (type_descriptor "char" primitive_type) ) identifier)) , identifier ))) ;) (goto_statement "goto LAB_00116e8c;" goto statement_identifier ;) })) (expression_statement "uVar13 = 0x5d;" (assignment_expression "uVar13 = 0x5d" identifier = number_literal) ;) }))) (expression_statement "uVar7 = dcgettext(0,"missing \'%c\'",5);" (assignment_expression "uVar7 = dcgettext(0,"missing \'%c\'",5)" identifier = (call_expression "dcgettext(0,"missing \'%c\'",5)" identifier (argument_list "(0,"missing \'%c\'",5)" ( number_literal , (string_literal ""missing \'%c\'"" " string_content escape_sequence string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_0011f6d0(uVar7,uVar13);" (call_expression "FUN_0011f6d0(uVar7,uVar13)" identifier (argument_list "(uVar7,uVar13)" ( identifier , identifier ))) ;) (labeled_statement "LAB_00116e8c:\n if (*DAT_0019d9a0 != 0x20) {\n return lVar5;\n }" statement_identifier : (if_statement "if (*DAT_0019d9a0 != 0x20) {\n return lVar5;\n }" if (parenthesized_expression "(*DAT_0019d9a0 != 0x20)" ( (binary_expression "*DAT_0019d9a0 != 0x20" (pointer_expression "*DAT_0019d9a0" * identifier) != number_literal) )) (compound_statement "{\n return lVar5;\n }" { (return_statement "return lVar5;" return identifier ;) }))) (expression_statement "DAT_0019d9a0 = DAT_0019d9a0 + 1;" (assignment_expression "DAT_0019d9a0 = DAT_0019d9a0 + 1" identifier = (binary_expression "DAT_0019d9a0 + 1" identifier + number_literal)) ;) (return_statement "return lVar5;" return identifier ;)) (case_statement "case 0x2c:\n goto switchD_00116ce1_caseD_2c;" case number_literal : (goto_statement "goto switchD_00116ce1_caseD_2c;" goto statement_identifier ;)) (case_statement "case 0x2e:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) goto LAB_0011715e;\n iVar4 = strncasecmp((char *)pbVar6,"startof.",8);\n if (((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)) ||\n ((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)))) {\n bVar3 = pbVar14[2];\n pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7;\n if (*pbVar6 == 0x20) {\n pbVar6 = pbVar6 + 1;\n }\n DAT_0019d9a0 = pbVar6;\n *(undefined1 *)(param_1 + 3) = 1;\n if (*pbVar6 == 0x28) {\n DAT_0019d9a0 = pbVar6 + 1;\n if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }\n bVar2 = FUN_00116b30(&local_30);\n if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }\n pcVar8 = ".startof.";\n if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }\n __ptr = (void *)concat(pcVar8,local_30,0);\n lVar5 = FUN_0012b340(__ptr);\n free(__ptr);\n pbVar6 = DAT_0019d9a0;\n *param_1 = lVar5;\n *(undefined1 *)(param_1 + 3) = 3;\n param_1[2] = 0;\n *pbVar6 = bVar2;\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n }\n uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n FUN_0011f6d0(uVar7);\n goto LAB_00116cf3;\n }\n break;" case number_literal : (if_statement "if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) goto LAB_0011715e;" if (parenthesized_expression "(((&DAT_00194640)[pbVar14[1]] & 1) == 0)" ( (binary_expression "((&DAT_00194640)[pbVar14[1]] & 1) == 0" (parenthesized_expression "((&DAT_00194640)[pbVar14[1]] & 1)" ( (binary_expression "(&DAT_00194640)[pbVar14[1]] & 1" (subscript_expression "(&DAT_00194640)[pbVar14[1]]" (parenthesized_expression "(&DAT_00194640)" ( (pointer_expression "&DAT_00194640" & identifier) )) [ (subscript_expression "pbVar14[1]" identifier [ number_literal ]) ]) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0011715e;" goto statement_identifier ;)) (expression_statement "iVar4 = strncasecmp((char *)pbVar6,"startof.",8);" (assignment_expression "iVar4 = strncasecmp((char *)pbVar6,"startof.",8)" identifier = (call_expression "strncasecmp((char *)pbVar6,"startof.",8)" identifier (argument_list "((char *)pbVar6,"startof.",8)" ( (cast_expression "(char *)pbVar6" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , (string_literal ""startof."" " string_content ") , number_literal )))) ;) (if_statement "if (((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)) ||\n ((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)))) {\n bVar3 = pbVar14[2];\n pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7;\n if (*pbVar6 == 0x20) {\n pbVar6 = pbVar6 + 1;\n }\n DAT_0019d9a0 = pbVar6;\n *(undefined1 *)(param_1 + 3) = 1;\n if (*pbVar6 == 0x28) {\n DAT_0019d9a0 = pbVar6 + 1;\n if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }\n bVar2 = FUN_00116b30(&local_30);\n if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }\n pcVar8 = ".startof.";\n if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }\n __ptr = (void *)concat(pcVar8,local_30,0);\n lVar5 = FUN_0012b340(__ptr);\n free(__ptr);\n pbVar6 = DAT_0019d9a0;\n *param_1 = lVar5;\n *(undefined1 *)(param_1 + 3) = 3;\n param_1[2] = 0;\n *pbVar6 = bVar2;\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n }\n uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n FUN_0011f6d0(uVar7);\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)) ||\n ((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0))))" ( (binary_expression "((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)) ||\n ((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)))" (parenthesized_expression "((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0))" ( (binary_expression "(iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)" (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) && (parenthesized_expression "(((&DAT_00194640)[pbVar14[9]] & 1) == 0)" ( (binary_expression "((&DAT_00194640)[pbVar14[9]] & 1) == 0" (parenthesized_expression "((&DAT_00194640)[pbVar14[9]] & 1)" ( (binary_expression "(&DAT_00194640)[pbVar14[9]] & 1" (subscript_expression "(&DAT_00194640)[pbVar14[9]]" (parenthesized_expression "(&DAT_00194640)" ( (pointer_expression "&DAT_00194640" & identifier) )) [ (subscript_expression "pbVar14[9]" identifier [ number_literal ]) ]) & number_literal) )) == number_literal) ))) )) || (parenthesized_expression "((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)))" ( (parenthesized_expression "(iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0))" ( (comma_expression "iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)" (assignment_expression "iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7)" identifier = (call_expression "strncasecmp((char *)pbVar6,"sizeof.",7)" identifier (argument_list "((char *)pbVar6,"sizeof.",7)" ( (cast_expression "(char *)pbVar6" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , (string_literal ""sizeof."" " string_content ") , number_literal )))) , (binary_expression "iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)" (binary_expression "iVar4 == 0" identifier == number_literal) && (parenthesized_expression "(((&DAT_00194640)[pbVar14[8]] & 1) == 0)" ( (binary_expression "((&DAT_00194640)[pbVar14[8]] & 1) == 0" (parenthesized_expression "((&DAT_00194640)[pbVar14[8]] & 1)" ( (binary_expression "(&DAT_00194640)[pbVar14[8]] & 1" (subscript_expression "(&DAT_00194640)[pbVar14[8]]" (parenthesized_expression "(&DAT_00194640)" ( (pointer_expression "&DAT_00194640" & identifier) )) [ (subscript_expression "pbVar14[8]" identifier [ number_literal ]) ]) & number_literal) )) == number_literal) )))) )) ))) )) (compound_statement "{\n bVar3 = pbVar14[2];\n pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7;\n if (*pbVar6 == 0x20) {\n pbVar6 = pbVar6 + 1;\n }\n DAT_0019d9a0 = pbVar6;\n *(undefined1 *)(param_1 + 3) = 1;\n if (*pbVar6 == 0x28) {\n DAT_0019d9a0 = pbVar6 + 1;\n if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }\n bVar2 = FUN_00116b30(&local_30);\n if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }\n pcVar8 = ".startof.";\n if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }\n __ptr = (void *)concat(pcVar8,local_30,0);\n lVar5 = FUN_0012b340(__ptr);\n free(__ptr);\n pbVar6 = DAT_0019d9a0;\n *param_1 = lVar5;\n *(undefined1 *)(param_1 + 3) = 3;\n param_1[2] = 0;\n *pbVar6 = bVar2;\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n }\n uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n FUN_0011f6d0(uVar7);\n goto LAB_00116cf3;\n }" { (expression_statement "bVar3 = pbVar14[2];" (assignment_expression "bVar3 = pbVar14[2]" identifier = (subscript_expression "pbVar14[2]" identifier [ number_literal ])) ;) (expression_statement "pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7;" (assignment_expression "pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7" identifier = (binary_expression "pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7" (binary_expression "pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54)" identifier + (call_expression "(ulong)((bVar3 & 0xdf) == 0x54)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((bVar3 & 0xdf) == 0x54)" ( (binary_expression "(bVar3 & 0xdf) == 0x54" (parenthesized_expression "(bVar3 & 0xdf)" ( (binary_expression "bVar3 & 0xdf" identifier & number_literal) )) == number_literal) )))) + number_literal)) ;) (if_statement "if (*pbVar6 == 0x20) {\n pbVar6 = pbVar6 + 1;\n }" if (parenthesized_expression "(*pbVar6 == 0x20)" ( (binary_expression "*pbVar6 == 0x20" (pointer_expression "*pbVar6" * identifier) == number_literal) )) (compound_statement "{\n pbVar6 = pbVar6 + 1;\n }" { (expression_statement "pbVar6 = pbVar6 + 1;" (assignment_expression "pbVar6 = pbVar6 + 1" identifier = (binary_expression "pbVar6 + 1" identifier + number_literal)) ;) })) (expression_statement "DAT_0019d9a0 = pbVar6;" (assignment_expression "DAT_0019d9a0 = pbVar6" identifier = identifier) ;) (expression_statement "*(undefined1 *)(param_1 + 3) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 1" (pointer_expression "*(undefined1 *)(param_1 + 3)" * (cast_expression "(undefined1 *)(param_1 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;) (if_statement "if (*pbVar6 == 0x28) {\n DAT_0019d9a0 = pbVar6 + 1;\n if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }\n bVar2 = FUN_00116b30(&local_30);\n if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }\n pcVar8 = ".startof.";\n if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }\n __ptr = (void *)concat(pcVar8,local_30,0);\n lVar5 = FUN_0012b340(__ptr);\n free(__ptr);\n pbVar6 = DAT_0019d9a0;\n *param_1 = lVar5;\n *(undefined1 *)(param_1 + 3) = 3;\n param_1[2] = 0;\n *pbVar6 = bVar2;\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n }" if (parenthesized_expression "(*pbVar6 == 0x28)" ( (binary_expression "*pbVar6 == 0x28" (pointer_expression "*pbVar6" * identifier) == number_literal) )) (compound_statement "{\n DAT_0019d9a0 = pbVar6 + 1;\n if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }\n bVar2 = FUN_00116b30(&local_30);\n if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }\n pcVar8 = ".startof.";\n if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }\n __ptr = (void *)concat(pcVar8,local_30,0);\n lVar5 = FUN_0012b340(__ptr);\n free(__ptr);\n pbVar6 = DAT_0019d9a0;\n *param_1 = lVar5;\n *(undefined1 *)(param_1 + 3) = 3;\n param_1[2] = 0;\n *pbVar6 = bVar2;\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n }" { (expression_statement "DAT_0019d9a0 = pbVar6 + 1;" (assignment_expression "DAT_0019d9a0 = pbVar6 + 1" identifier = (binary_expression "pbVar6 + 1" identifier + number_literal)) ;) (if_statement "if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }" if (parenthesized_expression "(pbVar6[1] == 0x20)" ( (binary_expression "pbVar6[1] == 0x20" (subscript_expression "pbVar6[1]" identifier [ number_literal ]) == number_literal) )) (compound_statement "{\n DAT_0019d9a0 = pbVar6 + 2;\n }" { (expression_statement "DAT_0019d9a0 = pbVar6 + 2;" (assignment_expression "DAT_0019d9a0 = pbVar6 + 2" identifier = (binary_expression "pbVar6 + 2" identifier + number_literal)) ;) })) (expression_statement "bVar2 = FUN_00116b30(&local_30);" (assignment_expression "bVar2 = FUN_00116b30(&local_30)" identifier = (call_expression "FUN_00116b30(&local_30)" identifier (argument_list "(&local_30)" ( (pointer_expression "&local_30" & identifier) )))) ;) (if_statement "if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(*local_30 == 0)" ( (binary_expression "*local_30 == 0" (pointer_expression "*local_30" * identifier) == number_literal) )) (compound_statement "{\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }" { (expression_statement "uVar7 = dcgettext(0,"expected symbol name",5);" (assignment_expression "uVar7 = dcgettext(0,"expected symbol name",5)" identifier = (call_expression "dcgettext(0,"expected symbol name",5)" identifier (argument_list "(0,"expected symbol name",5)" ( number_literal , (string_literal ""expected symbol name"" " string_content ") , number_literal )))) ;) (expression_statement "FUN_0011f6d0(uVar7);" (call_expression "FUN_0011f6d0(uVar7)" identifier (argument_list "(uVar7)" ( identifier ))) ;) (expression_statement "*DAT_0019d9a0 = bVar2;" (assignment_expression "*DAT_0019d9a0 = bVar2" (pointer_expression "*DAT_0019d9a0" * identifier) = identifier) ;) (if_statement "if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(bVar2 == 0x22)" ( (binary_expression "bVar2 == 0x22" identifier == number_literal) )) (compound_statement "{\n FUN_00116050();\n }" { (expression_statement "FUN_00116050();" (call_expression "FUN_00116050()" identifier (argument_list "()" ( ))) ;) }) (else_clause "else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }" else (if_statement "if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(bVar2 == 0x29)" ( (binary_expression "bVar2 == 0x29" identifier == number_literal) )) (compound_statement "{\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }" { (expression_statement "DAT_0019d9a0 = DAT_0019d9a0 + 1;" (assignment_expression "DAT_0019d9a0 = DAT_0019d9a0 + 1" identifier = (binary_expression "DAT_0019d9a0 + 1" identifier + number_literal)) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })))) (expression_statement "FUN_00121800();" (call_expression "FUN_00121800()" identifier (argument_list "()" ( ))) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })) (expression_statement "pcVar8 = ".startof.";" (assignment_expression "pcVar8 = ".startof."" identifier = (string_literal "".startof."" " string_content ")) ;) (if_statement "if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }" if (parenthesized_expression "((bVar3 & 0xdf) != 0x54)" ( (binary_expression "(bVar3 & 0xdf) != 0x54" (parenthesized_expression "(bVar3 & 0xdf)" ( (binary_expression "bVar3 & 0xdf" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n pcVar8 = ".sizeof.";\n }" { (expression_statement "pcVar8 = ".sizeof.";" (assignment_expression "pcVar8 = ".sizeof."" identifier = (string_literal "".sizeof."" " string_content ")) ;) })) (expression_statement "__ptr = (void *)concat(pcVar8,local_30,0);" (assignment_expression "__ptr = (void *)concat(pcVar8,local_30,0)" identifier = (cast_expression "(void *)concat(pcVar8,local_30,0)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "concat(pcVar8,local_30,0)" identifier (argument_list "(pcVar8,local_30,0)" ( identifier , identifier , number_literal ))))) ;) (expression_statement "lVar5 = FUN_0012b340(__ptr);" (assignment_expression "lVar5 = FUN_0012b340(__ptr)" identifier = (call_expression "FUN_0012b340(__ptr)" identifier (argument_list "(__ptr)" ( identifier )))) ;) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (expression_statement "pbVar6 = DAT_0019d9a0;" (assignment_expression "pbVar6 = DAT_0019d9a0" identifier = identifier) ;) (expression_statement "*param_1 = lVar5;" (assignment_expression "*param_1 = lVar5" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "*(undefined1 *)(param_1 + 3) = 3;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 3" (pointer_expression "*(undefined1 *)(param_1 + 3)" * (cast_expression "(undefined1 *)(param_1 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;) (expression_statement "param_1[2] = 0;" (assignment_expression "param_1[2] = 0" (subscript_expression "param_1[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*pbVar6 = bVar2;" (assignment_expression "*pbVar6 = bVar2" (pointer_expression "*pbVar6" * identifier) = identifier) ;) (expression_statement "bVar3 = *DAT_0019d9a0;" (assignment_expression "bVar3 = *DAT_0019d9a0" identifier = (pointer_expression "*DAT_0019d9a0" * identifier)) ;) (if_statement "if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }" if (parenthesized_expression "(bVar3 == 0x22)" ( (binary_expression "bVar3 == 0x22" identifier == number_literal) )) (compound_statement "{\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }" { (expression_statement "bVar3 = DAT_0019d9a0[1];" (assignment_expression "bVar3 = DAT_0019d9a0[1]" identifier = (subscript_expression "DAT_0019d9a0[1]" identifier [ number_literal ])) ;) (expression_statement "DAT_0019d9a0 = DAT_0019d9a0 + 1;" (assignment_expression "DAT_0019d9a0 = DAT_0019d9a0 + 1" identifier = (binary_expression "DAT_0019d9a0 + 1" identifier + number_literal)) ;) })) (if_statement "if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }" if (parenthesized_expression "(bVar3 == 0x20)" ( (binary_expression "bVar3 == 0x20" identifier == number_literal) )) (compound_statement "{\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }" { (expression_statement "bVar3 = DAT_0019d9a0[1];" (assignment_expression "bVar3 = DAT_0019d9a0[1]" identifier = (subscript_expression "DAT_0019d9a0[1]" identifier [ number_literal ])) ;) (expression_statement "DAT_0019d9a0 = DAT_0019d9a0 + 1;" (assignment_expression "DAT_0019d9a0 = DAT_0019d9a0 + 1" identifier = (binary_expression "DAT_0019d9a0 + 1" identifier + number_literal)) ;) })) (if_statement "if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(bVar3 == 0x29)" ( (binary_expression "bVar3 == 0x29" identifier == number_literal) )) (compound_statement "{\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }" { (expression_statement "DAT_0019d9a0 = DAT_0019d9a0 + 1;" (assignment_expression "DAT_0019d9a0 = DAT_0019d9a0 + 1" identifier = (binary_expression "DAT_0019d9a0 + 1" identifier + number_literal)) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })) })) (expression_statement "uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5);" (assignment_expression "uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5)" identifier = (call_expression "dcgettext(0,"syntax error in .startof. or .sizeof.",5)" identifier (argument_list "(0,"syntax error in .startof. or .sizeof.",5)" ( number_literal , (string_literal ""syntax error in .startof. or .sizeof."" " string_content ") , number_literal )))) ;) (expression_statement "FUN_0011f6d0(uVar7);" (call_expression "FUN_0011f6d0(uVar7)" identifier (argument_list "(uVar7)" ( identifier ))) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })) (break_statement "break;" break ;)) (case_statement "case 0x30:\n bVar3 = pbVar14[1];\n switch((int)(char)bVar3 - 0x30U & 0xff) {\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n FUN_00115a40(8,param_1);\n goto LAB_00116cf3;\n default:\n if (bVar3 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar14[2] - 0x30) < 2) {\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar6 = pbVar6 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(0x10,param_1);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if (((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }\nswitchD_00116ce1_caseD_31:\n DAT_0019d9a0 = pbVar14;\n FUN_00115a40(10,param_1);\n goto LAB_00116cf3;\n }\n pcVar8 = strchr("dD",(int)(char)bVar3);\n if (pcVar8 == (char *)0x0) {\nLAB_001171c1:\n *(undefined1 *)(param_1 + 3) = 2;\nLAB_0011713c:\n param_1[2] = 0;\n }\n else {\n pbVar6 = pbVar14 + 2;\nLAB_001172ee:\n DAT_0019d9a0 = pbVar6;\n FUN_001159b0(param_1);\n param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];\n }\n goto LAB_00116cf3;" case number_literal : (expression_statement "bVar3 = pbVar14[1];" (assignment_expression "bVar3 = pbVar14[1]" identifier = (subscript_expression "pbVar14[1]" identifier [ number_literal ])) ;) (switch_statement "switch((int)(char)bVar3 - 0x30U & 0xff) {\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n FUN_00115a40(8,param_1);\n goto LAB_00116cf3;\n default:\n if (bVar3 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar14[2] - 0x30) < 2) {\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar6 = pbVar6 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(0x10,param_1);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if (((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }\nswitchD_00116ce1_caseD_31:\n DAT_0019d9a0 = pbVar14;\n FUN_00115a40(10,param_1);\n goto LAB_00116cf3;\n }" switch (parenthesized_expression "((int)(char)bVar3 - 0x30U & 0xff)" ( (binary_expression "(int)(char)bVar3 - 0x30U & 0xff" (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) & number_literal) )) (compound_statement "{\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n FUN_00115a40(8,param_1);\n goto LAB_00116cf3;\n default:\n if (bVar3 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar14[2] - 0x30) < 2) {\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar6 = pbVar6 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(0x10,param_1);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if (((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }\nswitchD_00116ce1_caseD_31:\n DAT_0019d9a0 = pbVar14;\n FUN_00115a40(10,param_1);\n goto LAB_00116cf3;\n }" { (case_statement "case 0:" case number_literal :) (case_statement "case 1:" case number_literal :) (case_statement "case 2:" case number_literal :) (case_statement "case 3:" case number_literal :) (case_statement "case 4:" case number_literal :) (case_statement "case 5:" case number_literal :) (case_statement "case 6:" case number_literal :) (case_statement "case 7:\n FUN_00115a40(8,param_1);\n goto LAB_00116cf3;" case number_literal : (expression_statement "FUN_00115a40(8,param_1);" (call_expression "FUN_00115a40(8,param_1)" identifier (argument_list "(8,param_1)" ( number_literal , identifier ))) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;)) (case_statement "default:\n if (bVar3 == 0) goto LAB_001171c1;\n break;" default : (if_statement "if (bVar3 == 0) goto LAB_001171c1;" if (parenthesized_expression "(bVar3 == 0)" ( (binary_expression "bVar3 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001171c1;" goto statement_identifier ;)) (break_statement "break;" break ;)) (case_statement "case 0x12:\n if ((byte)(pbVar14[2] - 0x30) < 2) {\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }\n break;" case number_literal : (if_statement "if ((byte)(pbVar14[2] - 0x30) < 2) {\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }" if (parenthesized_expression "((byte)(pbVar14[2] - 0x30) < 2)" ( (binary_expression "(byte)(pbVar14[2] - 0x30) < 2" (call_expression "(byte)(pbVar14[2] - 0x30)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(pbVar14[2] - 0x30)" ( (binary_expression "pbVar14[2] - 0x30" (subscript_expression "pbVar14[2]" identifier [ number_literal ]) - number_literal) ))) < number_literal) )) (compound_statement "{\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }" { (labeled_statement "LAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;" statement_identifier : (expression_statement "DAT_0019d9a0 = pbVar14 + 2;" (assignment_expression "DAT_0019d9a0 = pbVar14 + 2" identifier = (binary_expression "pbVar14 + 2" identifier + number_literal)) ;)) (expression_statement "FUN_00115a40(2,param_1);" (call_expression "FUN_00115a40(2,param_1)" identifier (argument_list "(2,param_1)" ( number_literal , identifier ))) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })) (break_statement "break;" break ;)) (case_statement "case 0x14:" case number_literal :) (case_statement "case 0x15:" case number_literal :) (case_statement "case 0x16:" case number_literal :) (case_statement "case 0x17:" case number_literal :) (case_statement "case 0x34:" case number_literal :) (case_statement "case 0x35:" case number_literal :) (case_statement "case 0x37:" case number_literal :) (case_statement "case 0x42:\n pbVar6 = pbVar6 + 1;\n goto LAB_001172ee;" case number_literal : (expression_statement "pbVar6 = pbVar6 + 1;" (assignment_expression "pbVar6 = pbVar6 + 1" identifier = (binary_expression "pbVar6 + 1" identifier + number_literal)) ;) (goto_statement "goto LAB_001172ee;" goto statement_identifier ;)) (case_statement "case 0x28:" case number_literal :) (case_statement "case 0x48:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(0x10,param_1);\n goto LAB_00116cf3;" case number_literal : (expression_statement "DAT_0019d9a0 = pbVar14 + 2;" (assignment_expression "DAT_0019d9a0 = pbVar14 + 2" identifier = (binary_expression "pbVar14 + 2" identifier + number_literal)) ;) (expression_statement "FUN_00115a40(0x10,param_1);" (call_expression "FUN_00115a40(0x10,param_1)" identifier (argument_list "(0x10,param_1)" ( number_literal , identifier ))) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;)) (case_statement "case 0x32:\n if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;" case number_literal : (if_statement "if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;" if (parenthesized_expression "((byte)(pbVar14[2] - 0x30) < 2)" ( (binary_expression "(byte)(pbVar14[2] - 0x30) < 2" (call_expression "(byte)(pbVar14[2] - 0x30)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(pbVar14[2] - 0x30)" ( (binary_expression "pbVar14[2] - 0x30" (subscript_expression "pbVar14[2]" identifier [ number_literal ]) - number_literal) ))) < number_literal) )) (goto_statement "goto LAB_0011732f;" goto statement_identifier ;)) (goto_statement "goto switchD_00116ce1_caseD_31;" goto statement_identifier ;)) (case_statement "case 0x36:\n if (((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }\nswitchD_00116ce1_caseD_31:\n DAT_0019d9a0 = pbVar14;\n FUN_00115a40(10,param_1);\n goto LAB_00116cf3;" case number_literal : (if_statement "if (((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }" if (parenthesized_expression "(((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0))" ( (binary_expression "((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)" (parenthesized_expression "((&DAT_00194540)[pbVar14[2]] == '\0')" ( (binary_expression "(&DAT_00194540)[pbVar14[2]] == '\0'" (subscript_expression "(&DAT_00194540)[pbVar14[2]]" (parenthesized_expression "(&DAT_00194540)" ( (pointer_expression "&DAT_00194540" & identifier) )) [ (subscript_expression "pbVar14[2]" identifier [ number_literal ]) ]) == (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)" ( (comma_expression "pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0" (assignment_expression "pcVar8 = strchr("dD",0x66)" identifier = (call_expression "strchr("dD",0x66)" identifier (argument_list "("dD",0x66)" ( (string_literal ""dD"" " string_content ") , number_literal )))) , (binary_expression "pcVar8 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }" { (expression_statement "local_30 = pbVar14 + 2;" (assignment_expression "local_30 = pbVar14 + 2" identifier = (binary_expression "pbVar14 + 2" identifier + number_literal)) ;) (expression_statement "FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);" (call_expression "FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0)" identifier (argument_list "(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0)" ( (pointer_expression "&local_30" & identifier) , (pointer_expression "&DAT_001441e9" & identifier) , (pointer_expression "&DAT_00146386" & identifier) , (pointer_expression "&PTR_DAT_001944c0" & identifier) ))) ;) (if_statement "if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;" if (parenthesized_expression "((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))" ( (binary_expression "(local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62)))" (parenthesized_expression "(local_30 != DAT_0019d9a0 + 1)" ( (binary_expression "local_30 != DAT_0019d9a0 + 1" identifier != (binary_expression "DAT_0019d9a0 + 1" identifier + number_literal)) )) && (parenthesized_expression "((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62)))" ( (parenthesized_expression "(((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))" ( (binary_expression "((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62)" (parenthesized_expression "((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66))" ( (binary_expression "(local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)" (parenthesized_expression "(local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0))" ( (binary_expression "local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)" (binary_expression "local_30 != DAT_0019d9a0 + 2" identifier != (binary_expression "DAT_0019d9a0 + 2" identifier + number_literal)) || (parenthesized_expression "((local_30[-1] - 0x2b & 0xfd) != 0)" ( (binary_expression "(local_30[-1] - 0x2b & 0xfd) != 0" (parenthesized_expression "(local_30[-1] - 0x2b & 0xfd)" ( (binary_expression "local_30[-1] - 0x2b & 0xfd" (binary_expression "local_30[-1] - 0x2b" (subscript_expression "local_30[-1]" identifier [ number_literal ]) - number_literal) & number_literal) )) != number_literal) ))) )) && (parenthesized_expression "(*local_30 != 0x66)" ( (binary_expression "*local_30 != 0x66" (pointer_expression "*local_30" * identifier) != number_literal) ))) )) && (parenthesized_expression "(pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62)" ( (comma_expression "pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62" (assignment_expression "pbVar6 = DAT_0019d9a0 + 1" identifier = (binary_expression "DAT_0019d9a0 + 1" identifier + number_literal)) , (binary_expression "*local_30 != 0x62" (pointer_expression "*local_30" * identifier) != number_literal)) ))) )) ))) )) (goto_statement "goto LAB_001172ee;" goto statement_identifier ;)) (expression_statement "pbVar14 = DAT_0019d9a0 + -1;" (assignment_expression "pbVar14 = DAT_0019d9a0 + -1" identifier = (binary_expression "DAT_0019d9a0 + -1" identifier + number_literal)) ;) })) (labeled_statement "switchD_00116ce1_caseD_31:\n DAT_0019d9a0 = pbVar14;" statement_identifier : (expression_statement "DAT_0019d9a0 = pbVar14;" (assignment_expression "DAT_0019d9a0 = pbVar14" identifier = identifier) ;)) (expression_statement "FUN_00115a40(10,param_1);" (call_expression "FUN_00115a40(10,param_1)" identifier (argument_list "(10,param_1)" ( number_literal , identifier ))) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;)) })) (expression_statement "pcVar8 = strchr("dD",(int)(char)bVar3);" (assignment_expression "pcVar8 = strchr("dD",(int)(char)bVar3)" identifier = (call_expression "strchr("dD",(int)(char)bVar3)" identifier (argument_list "("dD",(int)(char)bVar3)" ( (string_literal ""dD"" " string_content ") , (cast_expression "(int)(char)bVar3" ( (type_descriptor "int" primitive_type) ) (cast_expression "(char)bVar3" ( (type_descriptor "char" primitive_type) ) identifier)) )))) ;) (if_statement "if (pcVar8 == (char *)0x0) {\nLAB_001171c1:\n *(undefined1 *)(param_1 + 3) = 2;\nLAB_0011713c:\n param_1[2] = 0;\n }\n else {\n pbVar6 = pbVar14 + 2;\nLAB_001172ee:\n DAT_0019d9a0 = pbVar6;\n FUN_001159b0(param_1);\n param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];\n }" if (parenthesized_expression "(pcVar8 == (char *)0x0)" ( (binary_expression "pcVar8 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_001171c1:\n *(undefined1 *)(param_1 + 3) = 2;\nLAB_0011713c:\n param_1[2] = 0;\n }" { (labeled_statement "LAB_001171c1:\n *(undefined1 *)(param_1 + 3) = 2;" statement_identifier : (expression_statement "*(undefined1 *)(param_1 + 3) = 2;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 2" (pointer_expression "*(undefined1 *)(param_1 + 3)" * (cast_expression "(undefined1 *)(param_1 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;)) (labeled_statement "LAB_0011713c:\n param_1[2] = 0;" statement_identifier : (expression_statement "param_1[2] = 0;" (assignment_expression "param_1[2] = 0" (subscript_expression "param_1[2]" identifier [ number_literal ]) = number_literal) ;)) }) (else_clause "else {\n pbVar6 = pbVar14 + 2;\nLAB_001172ee:\n DAT_0019d9a0 = pbVar6;\n FUN_001159b0(param_1);\n param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];\n }" else (compound_statement "{\n pbVar6 = pbVar14 + 2;\nLAB_001172ee:\n DAT_0019d9a0 = pbVar6;\n FUN_001159b0(param_1);\n param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];\n }" { (expression_statement "pbVar6 = pbVar14 + 2;" (assignment_expression "pbVar6 = pbVar14 + 2" identifier = (binary_expression "pbVar14 + 2" identifier + number_literal)) ;) (labeled_statement "LAB_001172ee:\n DAT_0019d9a0 = pbVar6;" statement_identifier : (expression_statement "DAT_0019d9a0 = pbVar6;" (assignment_expression "DAT_0019d9a0 = pbVar6" identifier = identifier) ;)) (expression_statement "FUN_001159b0(param_1);" (call_expression "FUN_001159b0(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (expression_statement "param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];" (assignment_expression "param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3]" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (cast_expression "(long)(int)-(uint)(byte)_sch_tolower[bVar3]" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)-(uint)(byte)_sch_tolower[bVar3]" ( (type_descriptor "int" primitive_type) ) (unary_expression "-(uint)(byte)_sch_tolower[bVar3]" - (cast_expression "(uint)(byte)_sch_tolower[bVar3]" ( (type_descriptor "uint" type_identifier) ) (cast_expression "(byte)_sch_tolower[bVar3]" ( (type_descriptor "byte" type_identifier) ) (subscript_expression "_sch_tolower[bVar3]" identifier [ identifier ]))))))) ;) }))) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;)) (case_statement "case 0x31:" case number_literal :) (case_statement "case 0x32:" case number_literal :) (case_statement "case 0x33:" case number_literal :) (case_statement "case 0x34:" case number_literal :) (case_statement "case 0x35:" case number_literal :) (case_statement "case 0x36:" case number_literal :) (case_statement "case 0x37:" case number_literal :) (case_statement "case 0x38:" case number_literal :) (case_statement "case 0x39:\n goto switchD_00116ce1_caseD_31;" case number_literal : (goto_statement "goto switchD_00116ce1_caseD_31;" goto statement_identifier ;)) (case_statement "case 0x7e:\n if (((&DAT_00194640)[bVar3] & 2) == 0) {\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 != 2) {\n if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }" case number_literal : (if_statement "if (((&DAT_00194640)[bVar3] & 2) == 0) {\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 != 2) {\n if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }" if (parenthesized_expression "(((&DAT_00194640)[bVar3] & 2) == 0)" ( (binary_expression "((&DAT_00194640)[bVar3] & 2) == 0" (parenthesized_expression "((&DAT_00194640)[bVar3] & 2)" ( (binary_expression "(&DAT_00194640)[bVar3] & 2" (subscript_expression "(&DAT_00194640)[bVar3]" (parenthesized_expression "(&DAT_00194640)" ( (pointer_expression "&DAT_00194640" & identifier) )) [ identifier ]) & number_literal) )) == number_literal) )) (compound_statement "{\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 != 2) {\n if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }" { (expression_statement "FUN_00116c70(param_1,param_2);" (call_expression "FUN_00116c70(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier ))) ;) (expression_statement "bVar2 = *(byte *)(param_1 + 3);" (assignment_expression "bVar2 = *(byte *)(param_1 + 3)" identifier = (pointer_expression "*(byte *)(param_1 + 3)" * (cast_expression "(byte *)(param_1 + 3)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) ))))) ;) (if_statement "if (bVar2 != 2) {\n if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }" if (parenthesized_expression "(bVar2 != 2)" ( (binary_expression "bVar2 != 2" identifier != number_literal) )) (compound_statement "{\n if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }" { (if_statement "if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }" if (parenthesized_expression "(bVar2 == 6)" ( (binary_expression "bVar2 == 6" identifier == number_literal) )) (compound_statement "{\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }" { (expression_statement "lVar5 = param_1[2];" (assignment_expression "lVar5 = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (expression_statement "bVar15 = false;" (assignment_expression "bVar15 = false" identifier = false) ;) (goto_statement "goto LAB_00117039;" goto statement_identifier ;) })) (goto_statement "goto LAB_001170fd;" goto statement_identifier ;) })) (goto_statement "goto LAB_001174a9;" goto statement_identifier ;) }))) })) (expression_statement "DAT_0019d9a0 = pbVar14;" (assignment_expression "DAT_0019d9a0 = pbVar14" identifier = identifier) ;) (expression_statement "bVar3 = FUN_00116b30(&local_30);" (assignment_expression "bVar3 = FUN_00116b30(&local_30)" identifier = (call_expression "FUN_00116b30(&local_30)" identifier (argument_list "(&local_30)" ( (pointer_expression "&local_30" & identifier) )))) ;) (expression_statement "iVar4 = FUN_00134150(local_30,param_1);" (assignment_expression "iVar4 = FUN_00134150(local_30,param_1)" identifier = (call_expression "FUN_00134150(local_30,param_1)" identifier (argument_list "(local_30,param_1)" ( identifier , identifier )))) ;) (if_statement "if (iVar4 == 0) {\n lVar5 = FUN_0012c9e0(local_30);\n lVar9 = FUN_0012af60(lVar5);\n if (param_2 == 2) {\nLAB_001173ca:\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = lVar5;\n param_1[2] = 0;\n }\n else if ((lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)) {\n *(undefined1 *)(param_1 + 3) = 2;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n else {\n if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;\n *(undefined1 *)(param_1 + 3) = 5;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n }" if (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) (compound_statement "{\n lVar5 = FUN_0012c9e0(local_30);\n lVar9 = FUN_0012af60(lVar5);\n if (param_2 == 2) {\nLAB_001173ca:\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = lVar5;\n param_1[2] = 0;\n }\n else if ((lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)) {\n *(undefined1 *)(param_1 + 3) = 2;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n else {\n if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;\n *(undefined1 *)(param_1 + 3) = 5;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n }" { (expression_statement "lVar5 = FUN_0012c9e0(local_30);" (assignment_expression "lVar5 = FUN_0012c9e0(local_30)" identifier = (call_expression "FUN_0012c9e0(local_30)" identifier (argument_list "(local_30)" ( identifier )))) ;) (expression_statement "lVar9 = FUN_0012af60(lVar5);" (assignment_expression "lVar9 = FUN_0012af60(lVar5)" identifier = (call_expression "FUN_0012af60(lVar5)" identifier (argument_list "(lVar5)" ( identifier )))) ;) (if_statement "if (param_2 == 2) {\nLAB_001173ca:\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = lVar5;\n param_1[2] = 0;\n }\n else if ((lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)) {\n *(undefined1 *)(param_1 + 3) = 2;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n else {\n if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;\n *(undefined1 *)(param_1 + 3) = 5;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }" if (parenthesized_expression "(param_2 == 2)" ( (binary_expression "param_2 == 2" identifier == number_literal) )) (compound_statement "{\nLAB_001173ca:\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = lVar5;\n param_1[2] = 0;\n }" { (labeled_statement "LAB_001173ca:\n *(undefined1 *)(param_1 + 3) = 3;" statement_identifier : (expression_statement "*(undefined1 *)(param_1 + 3) = 3;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 3" (pointer_expression "*(undefined1 *)(param_1 + 3)" * (cast_expression "(undefined1 *)(param_1 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;)) (expression_statement "*param_1 = lVar5;" (assignment_expression "*param_1 = lVar5" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "param_1[2] = 0;" (assignment_expression "param_1[2] = 0" (subscript_expression "param_1[2]" identifier [ number_literal ]) = number_literal) ;) }) (else_clause "else if ((lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)) {\n *(undefined1 *)(param_1 + 3) = 2;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n else {\n if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;\n *(undefined1 *)(param_1 + 3) = 5;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }" else (if_statement "if ((lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)) {\n *(undefined1 *)(param_1 + 3) = 2;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n else {\n if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;\n *(undefined1 *)(param_1 + 3) = 5;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }" if (parenthesized_expression "((lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0))" ( (binary_expression "(lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)" (parenthesized_expression "(lVar9 == 0x1949f0)" ( (binary_expression "lVar9 == 0x1949f0" identifier == number_literal) )) && (parenthesized_expression "(iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)" ( (comma_expression "iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0" (assignment_expression "iVar4 = FUN_0012ac80(lVar5,0)" identifier = (call_expression "FUN_0012ac80(lVar5,0)" identifier (argument_list "(lVar5,0)" ( identifier , number_literal )))) , (binary_expression "iVar4 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n *(undefined1 *)(param_1 + 3) = 2;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }" { (expression_statement "*(undefined1 *)(param_1 + 3) = 2;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 2" (pointer_expression "*(undefined1 *)(param_1 + 3)" * (cast_expression "(undefined1 *)(param_1 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;) (expression_statement "lVar5 = thunk_FUN_0012c290(lVar5);" (assignment_expression "lVar5 = thunk_FUN_0012c290(lVar5)" identifier = (call_expression "thunk_FUN_0012c290(lVar5)" identifier (argument_list "(lVar5)" ( identifier )))) ;) (expression_statement "param_1[2] = lVar5;" (assignment_expression "param_1[2] = lVar5" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) }) (else_clause "else {\n if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;\n *(undefined1 *)(param_1 + 3) = 5;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }" else (compound_statement "{\n if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;\n *(undefined1 *)(param_1 + 3) = 5;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }" { (if_statement "if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;" if (parenthesized_expression "(DAT_0019d7b8 != lVar9)" ( (binary_expression "DAT_0019d7b8 != lVar9" identifier != identifier) )) (goto_statement "goto LAB_001173ca;" goto statement_identifier ;)) (expression_statement "*(undefined1 *)(param_1 + 3) = 5;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 5" (pointer_expression "*(undefined1 *)(param_1 + 3)" * (cast_expression "(undefined1 *)(param_1 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;) (expression_statement "lVar5 = thunk_FUN_0012c290(lVar5);" (assignment_expression "lVar5 = thunk_FUN_0012c290(lVar5)" identifier = (call_expression "thunk_FUN_0012c290(lVar5)" identifier (argument_list "(lVar5)" ( identifier )))) ;) (expression_statement "param_1[2] = lVar5;" (assignment_expression "param_1[2] = lVar5" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) }))))) })) (expression_statement "*DAT_0019d9a0 = bVar3;" (assignment_expression "*DAT_0019d9a0 = bVar3" (pointer_expression "*DAT_0019d9a0" * identifier) = identifier) ;) (if_statement "if (bVar3 == 0x22) {\n FUN_00116050();\n }" if (parenthesized_expression "(bVar3 == 0x22)" ( (binary_expression "bVar3 == 0x22" identifier == number_literal) )) (compound_statement "{\n FUN_00116050();\n }" { (expression_statement "FUN_00116050();" (call_expression "FUN_00116050()" identifier (argument_list "()" ( ))) ;) })) (labeled_statement "LAB_00116cf3:\n FUN_00115970(param_1);" statement_identifier : (expression_statement "FUN_00115970(param_1);" (call_expression "FUN_00115970(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;)) (expression_statement "bVar3 = *DAT_0019d9a0;" (assignment_expression "bVar3 = *DAT_0019d9a0" identifier = (pointer_expression "*DAT_0019d9a0" * identifier)) ;) (while_statement "while (bVar3 == 0x20) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n bVar3 = *DAT_0019d9a0;\n }" while (parenthesized_expression "(bVar3 == 0x20)" ( (binary_expression "bVar3 == 0x20" identifier == number_literal) )) (compound_statement "{\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n bVar3 = *DAT_0019d9a0;\n }" { (expression_statement "DAT_0019d9a0 = DAT_0019d9a0 + 1;" (assignment_expression "DAT_0019d9a0 = DAT_0019d9a0 + 1" identifier = (binary_expression "DAT_0019d9a0 + 1" identifier + number_literal)) ;) (expression_statement "bVar3 = *DAT_0019d9a0;" (assignment_expression "bVar3 = *DAT_0019d9a0" identifier = (pointer_expression "*DAT_0019d9a0" * identifier)) ;) })) (if_statement "if (*param_1 != 0) {\n FUN_0012d700();\n }" if (parenthesized_expression "(*param_1 != 0)" ( (binary_expression "*param_1 != 0" (pointer_expression "*param_1" * identifier) != number_literal) )) (compound_statement "{\n FUN_0012d700();\n }" { (expression_statement "FUN_0012d700();" (call_expression "FUN_0012d700()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (param_2 != 2) {\n lVar5 = FUN_0012d000(*param_1,0);\n *param_1 = lVar5;\n lVar5 = FUN_0012d000(param_1[1],0);\n param_1[1] = lVar5;\n }" if (parenthesized_expression "(param_2 != 2)" ( (binary_expression "param_2 != 2" identifier != number_literal) )) (compound_statement "{\n lVar5 = FUN_0012d000(*param_1,0);\n *param_1 = lVar5;\n lVar5 = FUN_0012d000(param_1[1],0);\n param_1[1] = lVar5;\n }" { (expression_statement "lVar5 = FUN_0012d000(*param_1,0);" (assignment_expression "lVar5 = FUN_0012d000(*param_1,0)" identifier = (call_expression "FUN_0012d000(*param_1,0)" identifier (argument_list "(*param_1,0)" ( (pointer_expression "*param_1" * identifier) , number_literal )))) ;) (expression_statement "*param_1 = lVar5;" (assignment_expression "*param_1 = lVar5" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "lVar5 = FUN_0012d000(param_1[1],0);" (assignment_expression "lVar5 = FUN_0012d000(param_1[1],0)" identifier = (call_expression "FUN_0012d000(param_1[1],0)" identifier (argument_list "(param_1[1],0)" ( (subscript_expression "param_1[1]" identifier [ number_literal ]) , number_literal )))) ;) (expression_statement "param_1[1] = lVar5;" (assignment_expression "param_1[1] = lVar5" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) })) (if_statement "if ((char)param_1[3] != '\x03') {\n lVar5 = 0x1949f0;\n if ((char)param_1[3] == '\x05') {\n lVar5 = DAT_0019d7b8;\n }\n return lVar5;\n }" if (parenthesized_expression "((char)param_1[3] != '\x03')" ( (binary_expression "(char)param_1[3] != '\x03'" (cast_expression "(char)param_1[3]" ( (type_descriptor "char" primitive_type) ) (subscript_expression "param_1[3]" identifier [ number_literal ])) != (char_literal "'\x03'" ' escape_sequence ')) )) (compound_statement "{\n lVar5 = 0x1949f0;\n if ((char)param_1[3] == '\x05') {\n lVar5 = DAT_0019d7b8;\n }\n return lVar5;\n }" { (expression_statement "lVar5 = 0x1949f0;" (assignment_expression "lVar5 = 0x1949f0" identifier = number_literal) ;) (if_statement "if ((char)param_1[3] == '\x05') {\n lVar5 = DAT_0019d7b8;\n }" if (parenthesized_expression "((char)param_1[3] == '\x05')" ( (binary_expression "(char)param_1[3] == '\x05'" (cast_expression "(char)param_1[3]" ( (type_descriptor "char" primitive_type) ) (subscript_expression "param_1[3]" identifier [ number_literal ])) == (char_literal "'\x05'" ' escape_sequence ')) )) (compound_statement "{\n lVar5 = DAT_0019d7b8;\n }" { (expression_statement "lVar5 = DAT_0019d7b8;" (assignment_expression "lVar5 = DAT_0019d7b8" identifier = identifier) ;) })) (return_statement "return lVar5;" return identifier ;) })) (expression_statement "lVar5 = FUN_0012af60(*param_1);" (assignment_expression "lVar5 = FUN_0012af60(*param_1)" identifier = (call_expression "FUN_0012af60(*param_1)" identifier (argument_list "(*param_1)" ( (pointer_expression "*param_1" * identifier) )))) ;) (return_statement "return lVar5;" return identifier ;) }))) | (translation_unit "segT operand(expressionS *expressionP,expr_mode mode)\n\n{\n byte bVar1;\n addressT aVar2;\n long lVar3;\n byte bVar4;\n char cVar5;\n int iVar6;\n symbolS *psVar7;\n segT paVar8;\n byte *pbVar9;\n char *pcVar10;\n symbolS *s;\n ushort *puVar11;\n long lVar12;\n valueT vVar13;\n short sVar14;\n uint uVar15;\n byte *pbVar16;\n long lVar17;\n char c;\n undefined8 uVar18;\n bool bVar19;\n char *name;\n \n expressionP->field_0x19 = expressionP->field_0x19 & 0xfc | 1;\n aVar2 = abs_section_offset;\n pbVar16 = (byte *)input_line_pointer;\n pbVar9 = (byte *)(input_line_pointer + 1);\n if (*input_line_pointer == ' ') {\n pbVar9 = (byte *)(input_line_pointer + 2);\n pbVar16 = (byte *)(input_line_pointer + 1);\n }\n bVar1 = *pbVar16;\n if (is_end_of_line[bVar1] != '\0') {\nswitchD_00116ce1_caseD_2c:\n expressionP->field_0x18 = 1;\n input_line_pointer = (char *)pbVar16;\n goto LAB_00116cf3;\n }\n input_line_pointer = (char *)pbVar9;\n switch(bVar1) {\n case 0x21:\n case 0x2b:\n case 0x2d:\n operand(expressionP,mode);\n bVar4 = expressionP->field_0x18;\n if (bVar4 == 2) {\n if (bVar1 == 0x2d) {\n bVar1 = expressionP->field_0x19;\n lVar17 = expressionP->X_add_number;\n expressionP->X_add_number = -lVar17;\n expressionP->field_0x19 = bVar1 & 0xfe;\n if (-lVar17 != 0) {\n expressionP->field_0x19 = (bVar1 >> 1 & 1 ^ 1) * '\x02' | bVar1 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar1 != 0x22) {\n if (bVar1 == 0x21) {\n expressionP->X_add_number = (ulong)(expressionP->X_add_number == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n expressionP->X_add_number = ~expressionP->X_add_number;\n goto LAB_00116cf3;\n }\n if (bVar4 == 6) {\n bVar19 = bVar1 == 0x2d;\n lVar17 = expressionP->X_add_number;\n if ((0 < lVar17) || (!bVar19)) {\nLAB_00117039:\n if (0 < lVar17) {\n if ((bVar1 == 0x7e) || (bVar19)) {\n puVar11 = (ushort *)&generic_bignum;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&generic_bignum + lVar17 * 2));\n lVar12 = (long)(int)lVar17;\n if ((lVar17 < 0x14) && (expressionP->X_add_number = 0x14, (int)lVar17 < 0x14)) {\n do {\n *(undefined2 *)((long)&generic_bignum + lVar12 * 2) = 0xffff;\n lVar12 = lVar12 + 1;\n } while ((int)lVar12 < 0x14);\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = 0x14;\n }\n else {\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = expressionP->X_add_number;\n }\n generic_bignum._0_2_ = (short)generic_bignum + 1;\n if ((short)generic_bignum == 0) {\n lVar12 = 1;\n do {\n if (lVar17 <= lVar12) break;\n sVar14 = *(short *)((long)&generic_bignum + lVar12 * 2) + 1;\n *(short *)((long)&generic_bignum + lVar12 * 2) = sVar14;\n lVar12 = lVar12 + 1;\n } while (sVar14 == 0);\n }\n }\n else if (bVar1 == 0x21) {\n if ((short)generic_bignum == 0) {\n lVar3 = 1;\n do {\n lVar12 = lVar3;\n if (lVar17 == lVar12) break;\n lVar3 = lVar12 + 1;\n } while ((&DAT_0019d91e)[lVar12 + 1] == 0);\n }\n else {\n lVar12 = 0;\n }\n expressionP->X_add_number = (ulong)(lVar17 <= lVar12);\n *(ushort *)&expressionP->field_0x18 =\n *(ushort *)&expressionP->field_0x18 & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((generic_floating_point_number.sign == '+') || (generic_floating_point_number.sign == 'P')\n ) {\n bVar19 = generic_floating_point_number.sign == '+';\n generic_floating_point_number.sign = 'N';\n if (bVar19) {\n generic_floating_point_number.sign = '-';\n }\n goto LAB_00116cf3;\n }\n }\n else {\nLAB_001170fd:\n if (bVar4 < 2) {\n pcVar10 = (char *)dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n as_warn(pcVar10);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar1 == 0x2b) goto LAB_00116cf3;\n }\n psVar7 = make_expr_symbol(expressionP);\n expressionP->X_add_symbol = psVar7;\n if (bVar1 == 0x2d) {\n expressionP->field_0x18 = 7;\n }\n else if ((bVar1 == 0x7e) || (bVar1 == 0x22)) {\n expressionP->field_0x18 = 8;\n }\n else {\n expressionP->field_0x18 = 9;\n }\n goto LAB_0011713c;\n default:\n if (((lex_type[bVar1] & 2) != 0) || (bVar1 == 0x22)) break;\n expressionP->field_0x18 = 1;\n pcVar10 = (char *)dcgettext(0,"bad expression",5);\n as_bad(pcVar10);\n goto LAB_001171c1;\n case 0x24:\n if ((lex_type[pbVar16[1]] & 1) == 0) {\nLAB_0011715e:\n if (now_seg == (segT)(_bfd_std_section + 0x230)) {\n expressionP->field_0x18 = 2;\n expressionP->X_add_number = aVar2;\n }\n else {\n expressionP->field_0x18 = 3;\n expressionP->X_add_symbol = &dot_symbol;\n expressionP->X_add_number = 0;\n }\n goto LAB_00116cf3;\n }\n break;\n case 0x27:\n input_line_pointer = (char *)(pbVar16 + 2);\n expressionP->field_0x18 = 2;\n expressionP->X_add_number = (long)(char)pbVar16[1];\n goto LAB_00116cf3;\n case 0x28:\n case 0x5b:\n paVar8 = expr(0,expressionP,mode);\n if (bVar1 == 0x28) {\n cVar5 = *input_line_pointer;\n if (cVar5 == ')') goto LAB_00116e81;\n if (cVar5 != '\0') {\n uVar18 = 0x29;\n goto LAB_0011740e;\n }\n uVar15 = 0x29;\n }\n else {\n if ((bVar1 != 0x5b) || (cVar5 = *input_line_pointer, cVar5 == ']')) {\nLAB_00116e81:\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116e8c;\n }\n uVar18 = 0x5d;\n if (cVar5 != '\0') {\nLAB_0011740e:\n pcVar10 = (char *)dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n as_bad(pcVar10,(ulong)(uint)(int)cVar5,uVar18);\n goto LAB_00116e8c;\n }\n uVar15 = 0x5d;\n }\n pcVar10 = (char *)dcgettext(0,"missing \'%c\'",5);\n as_bad(pcVar10,(ulong)uVar15);\nLAB_00116e8c:\n if (*input_line_pointer != ' ') {\n return paVar8;\n }\n input_line_pointer = input_line_pointer + 1;\n return paVar8;\n case 0x2c:\n goto switchD_00116ce1_caseD_2c;\n case 0x2e:\n if ((lex_type[pbVar16[1]] & 1) == 0) goto LAB_0011715e;\n iVar6 = strncasecmp((char *)pbVar9,"startof.",8);\n if (((iVar6 == 0) && ((lex_type[pbVar16[9]] & 1) == 0)) ||\n ((iVar6 = strncasecmp((char *)pbVar9,"sizeof.",7), iVar6 == 0 &&\n ((lex_type[pbVar16[8]] & 1) == 0)))) {\n bVar1 = pbVar16[2];\n pbVar9 = pbVar9 + (ulong)((bVar1 & 0xdf) == 0x54) + 7;\n if (*pbVar9 == 0x20) {\n pbVar9 = pbVar9 + 1;\n }\n input_line_pointer = (char *)pbVar9;\n expressionP->field_0x18 = 1;\n if (*pbVar9 == 0x28) {\n input_line_pointer = (char *)(pbVar9 + 1);\n if (pbVar9[1] == 0x20) {\n input_line_pointer = (char *)(pbVar9 + 2);\n }\n cVar5 = get_symbol_name(&name);\n if (*name == '\0') {\n pcVar10 = (char *)dcgettext(0,"expected symbol name",5);\n as_bad(pcVar10);\n *input_line_pointer = cVar5;\n if (cVar5 == '\"') {\n restore_line_pointer((char)pcVar10);\n }\n else if (cVar5 == ')') {\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116cf3;\n }\n ignore_rest_of_line();\n goto LAB_00116cf3;\n }\n pcVar10 = ".startof.";\n if ((bVar1 & 0xdf) != 0x54) {\n pcVar10 = ".sizeof.";\n }\n pcVar10 = (char *)concat(pcVar10,name,0);\n psVar7 = symbol_make(pcVar10);\n free(pcVar10);\n pcVar10 = input_line_pointer;\n expressionP->X_add_symbol = psVar7;\n expressionP->field_0x18 = 3;\n expressionP->X_add_number = 0;\n *pcVar10 = cVar5;\n cVar5 = *input_line_pointer;\n if (cVar5 == '\"') {\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }\n if (cVar5 == ' ') {\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }\n if (cVar5 == ')') {\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116cf3;\n }\n }\n pcVar10 = (char *)dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n as_bad(pcVar10);\n goto LAB_00116cf3;\n }\n break;\n case 0x30:\n bVar1 = pbVar16[1];\n switch((int)(char)bVar1 - 0x30U & 0xff) {\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n integer_constant(8,expressionP);\n goto LAB_00116cf3;\n default:\n if (bVar1 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar16[2] - 0x30) < 2) {\nLAB_0011732f:\n input_line_pointer = (char *)(pbVar16 + 2);\n integer_constant(2,expressionP);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar9 = pbVar9 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n input_line_pointer = (char *)(pbVar16 + 2);\n integer_constant(0x10,expressionP);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar16[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if ((is_end_of_line[pbVar16[2]] == '\0') &&\n (pcVar10 = strchr("dD",0x66), pcVar10 != (char *)0x0)) {\n name = (char *)(pbVar16 + 2);\n atof_generic(&name,".","eE",&generic_floating_point_number);\n if ((name != input_line_pointer + 1) &&\n ((((name != input_line_pointer + 2 || ((name[-1] - 0x2bU & 0xfd) != 0)) && (*name != 'f')\n ) && (pbVar9 = (byte *)(input_line_pointer + 1), *name != 'b')))) goto LAB_001172ee;\n pbVar16 = (byte *)(input_line_pointer + -1);\n }\nswitchD_00116ce1_caseD_31:\n input_line_pointer = (char *)pbVar16;\n integer_constant(10,expressionP);\n goto LAB_00116cf3;\n }\n pcVar10 = strchr("dD",(int)(char)bVar1);\n if (pcVar10 == (char *)0x0) {\nLAB_001171c1:\n expressionP->field_0x18 = 2;\nLAB_0011713c:\n expressionP->X_add_number = 0;\n }\n else {\n pbVar9 = pbVar16 + 2;\nLAB_001172ee:\n input_line_pointer = (char *)pbVar9;\n floating_constant(expressionP);\n expressionP->X_add_number = (long)(int)-(uint)(byte)_sch_tolower[bVar1];\n }\n goto LAB_00116cf3;\n case 0x31:\n case 0x32:\n case 0x33:\n case 0x34:\n case 0x35:\n case 0x36:\n case 0x37:\n case 0x38:\n case 0x39:\n goto switchD_00116ce1_caseD_31;\n case 0x7e:\n if ((lex_type[bVar1] & 2) == 0) {\n operand(expressionP,mode);\n bVar4 = expressionP->field_0x18;\n if (bVar4 != 2) {\n if (bVar4 == 6) {\n lVar17 = expressionP->X_add_number;\n bVar19 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }\n }\n input_line_pointer = (char *)pbVar16;\n cVar5 = get_symbol_name(&name);\n pcVar10 = name;\n iVar6 = ppc_parse_name(name,expressionP);\n c = (char)pcVar10;\n if (iVar6 == 0) {\n s = symbol_find_or_make(name);\n psVar7 = s;\n paVar8 = S_GET_SEGMENT(s);\n c = (char)psVar7;\n if (mode != expr_defer) {\n if (paVar8 == (segT)(_bfd_std_section + 0x230)) {\n psVar7 = s;\n iVar6 = S_FORCE_RELOC(s,0);\n c = (char)psVar7;\n if (iVar6 == 0) {\n expressionP->field_0x18 = 2;\n vVar13 = S_GET_VALUE(s);\n c = (char)s;\n expressionP->X_add_number = vVar13;\n goto LAB_00117220;\n }\n }\n if (reg_section == paVar8) {\n expressionP->field_0x18 = 5;\n vVar13 = S_GET_VALUE(s);\n c = (char)s;\n expressionP->X_add_number = vVar13;\n goto LAB_00117220;\n }\n }\n expressionP->field_0x18 = 3;\n expressionP->X_add_symbol = s;\n expressionP->X_add_number = 0;\n }\nLAB_00117220:\n *input_line_pointer = cVar5;\n if (cVar5 == '\"') {\n restore_line_pointer(c);\n }\nLAB_00116cf3:\n clean_up_expression(expressionP);\n cVar5 = *input_line_pointer;\n while (cVar5 == ' ') {\n input_line_pointer = input_line_pointer + 1;\n cVar5 = *input_line_pointer;\n }\n if (expressionP->X_add_symbol != (symbolS *)0x0) {\n symbol_mark_used(expressionP->X_add_symbol);\n }\n if (mode != expr_defer) {\n psVar7 = symbol_clone_if_forward_ref(expressionP->X_add_symbol,0);\n expressionP->X_add_symbol = psVar7;\n psVar7 = symbol_clone_if_forward_ref(expressionP->X_op_symbol,0);\n expressionP->X_op_symbol = psVar7;\n }\n if (expressionP->field_0x18 != '\x03') {\n paVar8 = (segT)(_bfd_std_section + 0x230);\n if (expressionP->field_0x18 == '\x05') {\n paVar8 = reg_section;\n }\n return paVar8;\n }\n paVar8 = S_GET_SEGMENT(expressionP->X_add_symbol);\n return paVar8;\n}\n\n" (function_definition "segT operand(expressionS *expressionP,expr_mode mode)\n\n{\n byte bVar1;\n addressT aVar2;\n long lVar3;\n byte bVar4;\n char cVar5;\n int iVar6;\n symbolS *psVar7;\n segT paVar8;\n byte *pbVar9;\n char *pcVar10;\n symbolS *s;\n ushort *puVar11;\n long lVar12;\n valueT vVar13;\n short sVar14;\n uint uVar15;\n byte *pbVar16;\n long lVar17;\n char c;\n undefined8 uVar18;\n bool bVar19;\n char *name;\n \n expressionP->field_0x19 = expressionP->field_0x19 & 0xfc | 1;\n aVar2 = abs_section_offset;\n pbVar16 = (byte *)input_line_pointer;\n pbVar9 = (byte *)(input_line_pointer + 1);\n if (*input_line_pointer == ' ') {\n pbVar9 = (byte *)(input_line_pointer + 2);\n pbVar16 = (byte *)(input_line_pointer + 1);\n }\n bVar1 = *pbVar16;\n if (is_end_of_line[bVar1] != '\0') {\nswitchD_00116ce1_caseD_2c:\n expressionP->field_0x18 = 1;\n input_line_pointer = (char *)pbVar16;\n goto LAB_00116cf3;\n }\n input_line_pointer = (char *)pbVar9;\n switch(bVar1) {\n case 0x21:\n case 0x2b:\n case 0x2d:\n operand(expressionP,mode);\n bVar4 = expressionP->field_0x18;\n if (bVar4 == 2) {\n if (bVar1 == 0x2d) {\n bVar1 = expressionP->field_0x19;\n lVar17 = expressionP->X_add_number;\n expressionP->X_add_number = -lVar17;\n expressionP->field_0x19 = bVar1 & 0xfe;\n if (-lVar17 != 0) {\n expressionP->field_0x19 = (bVar1 >> 1 & 1 ^ 1) * '\x02' | bVar1 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar1 != 0x22) {\n if (bVar1 == 0x21) {\n expressionP->X_add_number = (ulong)(expressionP->X_add_number == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n expressionP->X_add_number = ~expressionP->X_add_number;\n goto LAB_00116cf3;\n }\n if (bVar4 == 6) {\n bVar19 = bVar1 == 0x2d;\n lVar17 = expressionP->X_add_number;\n if ((0 < lVar17) || (!bVar19)) {\nLAB_00117039:\n if (0 < lVar17) {\n if ((bVar1 == 0x7e) || (bVar19)) {\n puVar11 = (ushort *)&generic_bignum;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&generic_bignum + lVar17 * 2));\n lVar12 = (long)(int)lVar17;\n if ((lVar17 < 0x14) && (expressionP->X_add_number = 0x14, (int)lVar17 < 0x14)) {\n do {\n *(undefined2 *)((long)&generic_bignum + lVar12 * 2) = 0xffff;\n lVar12 = lVar12 + 1;\n } while ((int)lVar12 < 0x14);\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = 0x14;\n }\n else {\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = expressionP->X_add_number;\n }\n generic_bignum._0_2_ = (short)generic_bignum + 1;\n if ((short)generic_bignum == 0) {\n lVar12 = 1;\n do {\n if (lVar17 <= lVar12) break;\n sVar14 = *(short *)((long)&generic_bignum + lVar12 * 2) + 1;\n *(short *)((long)&generic_bignum + lVar12 * 2) = sVar14;\n lVar12 = lVar12 + 1;\n } while (sVar14 == 0);\n }\n }\n else if (bVar1 == 0x21) {\n if ((short)generic_bignum == 0) {\n lVar3 = 1;\n do {\n lVar12 = lVar3;\n if (lVar17 == lVar12) break;\n lVar3 = lVar12 + 1;\n } while ((&DAT_0019d91e)[lVar12 + 1] == 0);\n }\n else {\n lVar12 = 0;\n }\n expressionP->X_add_number = (ulong)(lVar17 <= lVar12);\n *(ushort *)&expressionP->field_0x18 =\n *(ushort *)&expressionP->field_0x18 & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((generic_floating_point_number.sign == '+') || (generic_floating_point_number.sign == 'P')\n ) {\n bVar19 = generic_floating_point_number.sign == '+';\n generic_floating_point_number.sign = 'N';\n if (bVar19) {\n generic_floating_point_number.sign = '-';\n }\n goto LAB_00116cf3;\n }\n }\n else {\nLAB_001170fd:\n if (bVar4 < 2) {\n pcVar10 = (char *)dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n as_warn(pcVar10);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar1 == 0x2b) goto LAB_00116cf3;\n }\n psVar7 = make_expr_symbol(expressionP);\n expressionP->X_add_symbol = psVar7;\n if (bVar1 == 0x2d) {\n expressionP->field_0x18 = 7;\n }\n else if ((bVar1 == 0x7e) || (bVar1 == 0x22)) {\n expressionP->field_0x18 = 8;\n }\n else {\n expressionP->field_0x18 = 9;\n }\n goto LAB_0011713c;\n default:\n if (((lex_type[bVar1] & 2) != 0) || (bVar1 == 0x22)) break;\n expressionP->field_0x18 = 1;\n pcVar10 = (char *)dcgettext(0,"bad expression",5);\n as_bad(pcVar10);\n goto LAB_001171c1;\n case 0x24:\n if ((lex_type[pbVar16[1]] & 1) == 0) {\nLAB_0011715e:\n if (now_seg == (segT)(_bfd_std_section + 0x230)) {\n expressionP->field_0x18 = 2;\n expressionP->X_add_number = aVar2;\n }\n else {\n expressionP->field_0x18 = 3;\n expressionP->X_add_symbol = &dot_symbol;\n expressionP->X_add_number = 0;\n }\n goto LAB_00116cf3;\n }\n break;\n case 0x27:\n input_line_pointer = (char *)(pbVar16 + 2);\n expressionP->field_0x18 = 2;\n expressionP->X_add_number = (long)(char)pbVar16[1];\n goto LAB_00116cf3;\n case 0x28:\n case 0x5b:\n paVar8 = expr(0,expressionP,mode);\n if (bVar1 == 0x28) {\n cVar5 = *input_line_pointer;\n if (cVar5 == ')') goto LAB_00116e81;\n if (cVar5 != '\0') {\n uVar18 = 0x29;\n goto LAB_0011740e;\n }\n uVar15 = 0x29;\n }\n else {\n if ((bVar1 != 0x5b) || (cVar5 = *input_line_pointer, cVar5 == ']')) {\nLAB_00116e81:\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116e8c;\n }\n uVar18 = 0x5d;\n if (cVar5 != '\0') {\nLAB_0011740e:\n pcVar10 = (char *)dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n as_bad(pcVar10,(ulong)(uint)(int)cVar5,uVar18);\n goto LAB_00116e8c;\n }\n uVar15 = 0x5d;\n }\n pcVar10 = (char *)dcgettext(0,"missing \'%c\'",5);\n as_bad(pcVar10,(ulong)uVar15);\nLAB_00116e8c:\n if (*input_line_pointer != ' ') {\n return paVar8;\n }\n input_line_pointer = input_line_pointer + 1;\n return paVar8;\n case 0x2c:\n goto switchD_00116ce1_caseD_2c;\n case 0x2e:\n if ((lex_type[pbVar16[1]] & 1) == 0) goto LAB_0011715e;\n iVar6 = strncasecmp((char *)pbVar9,"startof.",8);\n if (((iVar6 == 0) && ((lex_type[pbVar16[9]] & 1) == 0)) ||\n ((iVar6 = strncasecmp((char *)pbVar9,"sizeof.",7), iVar6 == 0 &&\n ((lex_type[pbVar16[8]] & 1) == 0)))) {\n bVar1 = pbVar16[2];\n pbVar9 = pbVar9 + (ulong)((bVar1 & 0xdf) == 0x54) + 7;\n if (*pbVar9 == 0x20) {\n pbVar9 = pbVar9 + 1;\n }\n input_line_pointer = (char *)pbVar9;\n expressionP->field_0x18 = 1;\n if (*pbVar9 == 0x28) {\n input_line_pointer = (char *)(pbVar9 + 1);\n if (pbVar9[1] == 0x20) {\n input_line_pointer = (char *)(pbVar9 + 2);\n }\n cVar5 = get_symbol_name(&name);\n if (*name == '\0') {\n pcVar10 = (char *)dcgettext(0,"expected symbol name",5);\n as_bad(pcVar10);\n *input_line_pointer = cVar5;\n if (cVar5 == '\"') {\n restore_line_pointer((char)pcVar10);\n }\n else if (cVar5 == ')') {\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116cf3;\n }\n ignore_rest_of_line();\n goto LAB_00116cf3;\n }\n pcVar10 = ".startof.";\n if ((bVar1 & 0xdf) != 0x54) {\n pcVar10 = ".sizeof.";\n }\n pcVar10 = (char *)concat(pcVar10,name,0);\n psVar7 = symbol_make(pcVar10);\n free(pcVar10);\n pcVar10 = input_line_pointer;\n expressionP->X_add_symbol = psVar7;\n expressionP->field_0x18 = 3;\n expressionP->X_add_number = 0;\n *pcVar10 = cVar5;\n cVar5 = *input_line_pointer;\n if (cVar5 == '\"') {\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }\n if (cVar5 == ' ') {\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }\n if (cVar5 == ')') {\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116cf3;\n }\n }\n pcVar10 = (char *)dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n as_bad(pcVar10);\n goto LAB_00116cf3;\n }\n break;\n case 0x30:\n bVar1 = pbVar16[1];\n switch((int)(char)bVar1 - 0x30U & 0xff) {\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n integer_constant(8,expressionP);\n goto LAB_00116cf3;\n default:\n if (bVar1 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar16[2] - 0x30) < 2) {\nLAB_0011732f:\n input_line_pointer = (char *)(pbVar16 + 2);\n integer_constant(2,expressionP);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar9 = pbVar9 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n input_line_pointer = (char *)(pbVar16 + 2);\n integer_constant(0x10,expressionP);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar16[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if ((is_end_of_line[pbVar16[2]] == '\0') &&\n (pcVar10 = strchr("dD",0x66), pcVar10 != (char *)0x0)) {\n name = (char *)(pbVar16 + 2);\n atof_generic(&name,".","eE",&generic_floating_point_number);\n if ((name != input_line_pointer + 1) &&\n ((((name != input_line_pointer + 2 || ((name[-1] - 0x2bU & 0xfd) != 0)) && (*name != 'f')\n ) && (pbVar9 = (byte *)(input_line_pointer + 1), *name != 'b')))) goto LAB_001172ee;\n pbVar16 = (byte *)(input_line_pointer + -1);\n }\nswitchD_00116ce1_caseD_31:\n input_line_pointer = (char *)pbVar16;\n integer_constant(10,expressionP);\n goto LAB_00116cf3;\n }\n pcVar10 = strchr("dD",(int)(char)bVar1);\n if (pcVar10 == (char *)0x0) {\nLAB_001171c1:\n expressionP->field_0x18 = 2;\nLAB_0011713c:\n expressionP->X_add_number = 0;\n }\n else {\n pbVar9 = pbVar16 + 2;\nLAB_001172ee:\n input_line_pointer = (char *)pbVar9;\n floating_constant(expressionP);\n expressionP->X_add_number = (long)(int)-(uint)(byte)_sch_tolower[bVar1];\n }\n goto LAB_00116cf3;\n case 0x31:\n case 0x32:\n case 0x33:\n case 0x34:\n case 0x35:\n case 0x36:\n case 0x37:\n case 0x38:\n case 0x39:\n goto switchD_00116ce1_caseD_31;\n case 0x7e:\n if ((lex_type[bVar1] & 2) == 0) {\n operand(expressionP,mode);\n bVar4 = expressionP->field_0x18;\n if (bVar4 != 2) {\n if (bVar4 == 6) {\n lVar17 = expressionP->X_add_number;\n bVar19 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }\n }\n input_line_pointer = (char *)pbVar16;\n cVar5 = get_symbol_name(&name);\n pcVar10 = name;\n iVar6 = ppc_parse_name(name,expressionP);\n c = (char)pcVar10;\n if (iVar6 == 0) {\n s = symbol_find_or_make(name);\n psVar7 = s;\n paVar8 = S_GET_SEGMENT(s);\n c = (char)psVar7;\n if (mode != expr_defer) {\n if (paVar8 == (segT)(_bfd_std_section + 0x230)) {\n psVar7 = s;\n iVar6 = S_FORCE_RELOC(s,0);\n c = (char)psVar7;\n if (iVar6 == 0) {\n expressionP->field_0x18 = 2;\n vVar13 = S_GET_VALUE(s);\n c = (char)s;\n expressionP->X_add_number = vVar13;\n goto LAB_00117220;\n }\n }\n if (reg_section == paVar8) {\n expressionP->field_0x18 = 5;\n vVar13 = S_GET_VALUE(s);\n c = (char)s;\n expressionP->X_add_number = vVar13;\n goto LAB_00117220;\n }\n }\n expressionP->field_0x18 = 3;\n expressionP->X_add_symbol = s;\n expressionP->X_add_number = 0;\n }\nLAB_00117220:\n *input_line_pointer = cVar5;\n if (cVar5 == '\"') {\n restore_line_pointer(c);\n }\nLAB_00116cf3:\n clean_up_expression(expressionP);\n cVar5 = *input_line_pointer;\n while (cVar5 == ' ') {\n input_line_pointer = input_line_pointer + 1;\n cVar5 = *input_line_pointer;\n }\n if (expressionP->X_add_symbol != (symbolS *)0x0) {\n symbol_mark_used(expressionP->X_add_symbol);\n }\n if (mode != expr_defer) {\n psVar7 = symbol_clone_if_forward_ref(expressionP->X_add_symbol,0);\n expressionP->X_add_symbol = psVar7;\n psVar7 = symbol_clone_if_forward_ref(expressionP->X_op_symbol,0);\n expressionP->X_op_symbol = psVar7;\n }\n if (expressionP->field_0x18 != '\x03') {\n paVar8 = (segT)(_bfd_std_section + 0x230);\n if (expressionP->field_0x18 == '\x05') {\n paVar8 = reg_section;\n }\n return paVar8;\n }\n paVar8 = S_GET_SEGMENT(expressionP->X_add_symbol);\n return paVar8;\n}" type_identifier (function_declarator "operand(expressionS *expressionP,expr_mode mode)" identifier (parameter_list "(expressionS *expressionP,expr_mode mode)" ( (parameter_declaration "expressionS *expressionP" type_identifier (pointer_declarator "*expressionP" * identifier)) , (parameter_declaration "expr_mode mode" type_identifier identifier) ))) (compound_statement "{\n byte bVar1;\n addressT aVar2;\n long lVar3;\n byte bVar4;\n char cVar5;\n int iVar6;\n symbolS *psVar7;\n segT paVar8;\n byte *pbVar9;\n char *pcVar10;\n symbolS *s;\n ushort *puVar11;\n long lVar12;\n valueT vVar13;\n short sVar14;\n uint uVar15;\n byte *pbVar16;\n long lVar17;\n char c;\n undefined8 uVar18;\n bool bVar19;\n char *name;\n \n expressionP->field_0x19 = expressionP->field_0x19 & 0xfc | 1;\n aVar2 = abs_section_offset;\n pbVar16 = (byte *)input_line_pointer;\n pbVar9 = (byte *)(input_line_pointer + 1);\n if (*input_line_pointer == ' ') {\n pbVar9 = (byte *)(input_line_pointer + 2);\n pbVar16 = (byte *)(input_line_pointer + 1);\n }\n bVar1 = *pbVar16;\n if (is_end_of_line[bVar1] != '\0') {\nswitchD_00116ce1_caseD_2c:\n expressionP->field_0x18 = 1;\n input_line_pointer = (char *)pbVar16;\n goto LAB_00116cf3;\n }\n input_line_pointer = (char *)pbVar9;\n switch(bVar1) {\n case 0x21:\n case 0x2b:\n case 0x2d:\n operand(expressionP,mode);\n bVar4 = expressionP->field_0x18;\n if (bVar4 == 2) {\n if (bVar1 == 0x2d) {\n bVar1 = expressionP->field_0x19;\n lVar17 = expressionP->X_add_number;\n expressionP->X_add_number = -lVar17;\n expressionP->field_0x19 = bVar1 & 0xfe;\n if (-lVar17 != 0) {\n expressionP->field_0x19 = (bVar1 >> 1 & 1 ^ 1) * '\x02' | bVar1 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar1 != 0x22) {\n if (bVar1 == 0x21) {\n expressionP->X_add_number = (ulong)(expressionP->X_add_number == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n expressionP->X_add_number = ~expressionP->X_add_number;\n goto LAB_00116cf3;\n }\n if (bVar4 == 6) {\n bVar19 = bVar1 == 0x2d;\n lVar17 = expressionP->X_add_number;\n if ((0 < lVar17) || (!bVar19)) {\nLAB_00117039:\n if (0 < lVar17) {\n if ((bVar1 == 0x7e) || (bVar19)) {\n puVar11 = (ushort *)&generic_bignum;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&generic_bignum + lVar17 * 2));\n lVar12 = (long)(int)lVar17;\n if ((lVar17 < 0x14) && (expressionP->X_add_number = 0x14, (int)lVar17 < 0x14)) {\n do {\n *(undefined2 *)((long)&generic_bignum + lVar12 * 2) = 0xffff;\n lVar12 = lVar12 + 1;\n } while ((int)lVar12 < 0x14);\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = 0x14;\n }\n else {\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = expressionP->X_add_number;\n }\n generic_bignum._0_2_ = (short)generic_bignum + 1;\n if ((short)generic_bignum == 0) {\n lVar12 = 1;\n do {\n if (lVar17 <= lVar12) break;\n sVar14 = *(short *)((long)&generic_bignum + lVar12 * 2) + 1;\n *(short *)((long)&generic_bignum + lVar12 * 2) = sVar14;\n lVar12 = lVar12 + 1;\n } while (sVar14 == 0);\n }\n }\n else if (bVar1 == 0x21) {\n if ((short)generic_bignum == 0) {\n lVar3 = 1;\n do {\n lVar12 = lVar3;\n if (lVar17 == lVar12) break;\n lVar3 = lVar12 + 1;\n } while ((&DAT_0019d91e)[lVar12 + 1] == 0);\n }\n else {\n lVar12 = 0;\n }\n expressionP->X_add_number = (ulong)(lVar17 <= lVar12);\n *(ushort *)&expressionP->field_0x18 =\n *(ushort *)&expressionP->field_0x18 & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((generic_floating_point_number.sign == '+') || (generic_floating_point_number.sign == 'P')\n ) {\n bVar19 = generic_floating_point_number.sign == '+';\n generic_floating_point_number.sign = 'N';\n if (bVar19) {\n generic_floating_point_number.sign = '-';\n }\n goto LAB_00116cf3;\n }\n }\n else {\nLAB_001170fd:\n if (bVar4 < 2) {\n pcVar10 = (char *)dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n as_warn(pcVar10);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar1 == 0x2b) goto LAB_00116cf3;\n }\n psVar7 = make_expr_symbol(expressionP);\n expressionP->X_add_symbol = psVar7;\n if (bVar1 == 0x2d) {\n expressionP->field_0x18 = 7;\n }\n else if ((bVar1 == 0x7e) || (bVar1 == 0x22)) {\n expressionP->field_0x18 = 8;\n }\n else {\n expressionP->field_0x18 = 9;\n }\n goto LAB_0011713c;\n default:\n if (((lex_type[bVar1] & 2) != 0) || (bVar1 == 0x22)) break;\n expressionP->field_0x18 = 1;\n pcVar10 = (char *)dcgettext(0,"bad expression",5);\n as_bad(pcVar10);\n goto LAB_001171c1;\n case 0x24:\n if ((lex_type[pbVar16[1]] & 1) == 0) {\nLAB_0011715e:\n if (now_seg == (segT)(_bfd_std_section + 0x230)) {\n expressionP->field_0x18 = 2;\n expressionP->X_add_number = aVar2;\n }\n else {\n expressionP->field_0x18 = 3;\n expressionP->X_add_symbol = &dot_symbol;\n expressionP->X_add_number = 0;\n }\n goto LAB_00116cf3;\n }\n break;\n case 0x27:\n input_line_pointer = (char *)(pbVar16 + 2);\n expressionP->field_0x18 = 2;\n expressionP->X_add_number = (long)(char)pbVar16[1];\n goto LAB_00116cf3;\n case 0x28:\n case 0x5b:\n paVar8 = expr(0,expressionP,mode);\n if (bVar1 == 0x28) {\n cVar5 = *input_line_pointer;\n if (cVar5 == ')') goto LAB_00116e81;\n if (cVar5 != '\0') {\n uVar18 = 0x29;\n goto LAB_0011740e;\n }\n uVar15 = 0x29;\n }\n else {\n if ((bVar1 != 0x5b) || (cVar5 = *input_line_pointer, cVar5 == ']')) {\nLAB_00116e81:\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116e8c;\n }\n uVar18 = 0x5d;\n if (cVar5 != '\0') {\nLAB_0011740e:\n pcVar10 = (char *)dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n as_bad(pcVar10,(ulong)(uint)(int)cVar5,uVar18);\n goto LAB_00116e8c;\n }\n uVar15 = 0x5d;\n }\n pcVar10 = (char *)dcgettext(0,"missing \'%c\'",5);\n as_bad(pcVar10,(ulong)uVar15);\nLAB_00116e8c:\n if (*input_line_pointer != ' ') {\n return paVar8;\n }\n input_line_pointer = input_line_pointer + 1;\n return paVar8;\n case 0x2c:\n goto switchD_00116ce1_caseD_2c;\n case 0x2e:\n if ((lex_type[pbVar16[1]] & 1) == 0) goto LAB_0011715e;\n iVar6 = strncasecmp((char *)pbVar9,"startof.",8);\n if (((iVar6 == 0) && ((lex_type[pbVar16[9]] & 1) == 0)) ||\n ((iVar6 = strncasecmp((char *)pbVar9,"sizeof.",7), iVar6 == 0 &&\n ((lex_type[pbVar16[8]] & 1) == 0)))) {\n bVar1 = pbVar16[2];\n pbVar9 = pbVar9 + (ulong)((bVar1 & 0xdf) == 0x54) + 7;\n if (*pbVar9 == 0x20) {\n pbVar9 = pbVar9 + 1;\n }\n input_line_pointer = (char *)pbVar9;\n expressionP->field_0x18 = 1;\n if (*pbVar9 == 0x28) {\n input_line_pointer = (char *)(pbVar9 + 1);\n if (pbVar9[1] == 0x20) {\n input_line_pointer = (char *)(pbVar9 + 2);\n }\n cVar5 = get_symbol_name(&name);\n if (*name == '\0') {\n pcVar10 = (char *)dcgettext(0,"expected symbol name",5);\n as_bad(pcVar10);\n *input_line_pointer = cVar5;\n if (cVar5 == '\"') {\n restore_line_pointer((char)pcVar10);\n }\n else if (cVar5 == ')') {\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116cf3;\n }\n ignore_rest_of_line();\n goto LAB_00116cf3;\n }\n pcVar10 = ".startof.";\n if ((bVar1 & 0xdf) != 0x54) {\n pcVar10 = ".sizeof.";\n }\n pcVar10 = (char *)concat(pcVar10,name,0);\n psVar7 = symbol_make(pcVar10);\n free(pcVar10);\n pcVar10 = input_line_pointer;\n expressionP->X_add_symbol = psVar7;\n expressionP->field_0x18 = 3;\n expressionP->X_add_number = 0;\n *pcVar10 = cVar5;\n cVar5 = *input_line_pointer;\n if (cVar5 == '\"') {\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }\n if (cVar5 == ' ') {\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }\n if (cVar5 == ')') {\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116cf3;\n }\n }\n pcVar10 = (char *)dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n as_bad(pcVar10);\n goto LAB_00116cf3;\n }\n break;\n case 0x30:\n bVar1 = pbVar16[1];\n switch((int)(char)bVar1 - 0x30U & 0xff) {\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n integer_constant(8,expressionP);\n goto LAB_00116cf3;\n default:\n if (bVar1 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar16[2] - 0x30) < 2) {\nLAB_0011732f:\n input_line_pointer = (char *)(pbVar16 + 2);\n integer_constant(2,expressionP);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar9 = pbVar9 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n input_line_pointer = (char *)(pbVar16 + 2);\n integer_constant(0x10,expressionP);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar16[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if ((is_end_of_line[pbVar16[2]] == '\0') &&\n (pcVar10 = strchr("dD",0x66), pcVar10 != (char *)0x0)) {\n name = (char *)(pbVar16 + 2);\n atof_generic(&name,".","eE",&generic_floating_point_number);\n if ((name != input_line_pointer + 1) &&\n ((((name != input_line_pointer + 2 || ((name[-1] - 0x2bU & 0xfd) != 0)) && (*name != 'f')\n ) && (pbVar9 = (byte *)(input_line_pointer + 1), *name != 'b')))) goto LAB_001172ee;\n pbVar16 = (byte *)(input_line_pointer + -1);\n }\nswitchD_00116ce1_caseD_31:\n input_line_pointer = (char *)pbVar16;\n integer_constant(10,expressionP);\n goto LAB_00116cf3;\n }\n pcVar10 = strchr("dD",(int)(char)bVar1);\n if (pcVar10 == (char *)0x0) {\nLAB_001171c1:\n expressionP->field_0x18 = 2;\nLAB_0011713c:\n expressionP->X_add_number = 0;\n }\n else {\n pbVar9 = pbVar16 + 2;\nLAB_001172ee:\n input_line_pointer = (char *)pbVar9;\n floating_constant(expressionP);\n expressionP->X_add_number = (long)(int)-(uint)(byte)_sch_tolower[bVar1];\n }\n goto LAB_00116cf3;\n case 0x31:\n case 0x32:\n case 0x33:\n case 0x34:\n case 0x35:\n case 0x36:\n case 0x37:\n case 0x38:\n case 0x39:\n goto switchD_00116ce1_caseD_31;\n case 0x7e:\n if ((lex_type[bVar1] & 2) == 0) {\n operand(expressionP,mode);\n bVar4 = expressionP->field_0x18;\n if (bVar4 != 2) {\n if (bVar4 == 6) {\n lVar17 = expressionP->X_add_number;\n bVar19 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }\n }\n input_line_pointer = (char *)pbVar16;\n cVar5 = get_symbol_name(&name);\n pcVar10 = name;\n iVar6 = ppc_parse_name(name,expressionP);\n c = (char)pcVar10;\n if (iVar6 == 0) {\n s = symbol_find_or_make(name);\n psVar7 = s;\n paVar8 = S_GET_SEGMENT(s);\n c = (char)psVar7;\n if (mode != expr_defer) {\n if (paVar8 == (segT)(_bfd_std_section + 0x230)) {\n psVar7 = s;\n iVar6 = S_FORCE_RELOC(s,0);\n c = (char)psVar7;\n if (iVar6 == 0) {\n expressionP->field_0x18 = 2;\n vVar13 = S_GET_VALUE(s);\n c = (char)s;\n expressionP->X_add_number = vVar13;\n goto LAB_00117220;\n }\n }\n if (reg_section == paVar8) {\n expressionP->field_0x18 = 5;\n vVar13 = S_GET_VALUE(s);\n c = (char)s;\n expressionP->X_add_number = vVar13;\n goto LAB_00117220;\n }\n }\n expressionP->field_0x18 = 3;\n expressionP->X_add_symbol = s;\n expressionP->X_add_number = 0;\n }\nLAB_00117220:\n *input_line_pointer = cVar5;\n if (cVar5 == '\"') {\n restore_line_pointer(c);\n }\nLAB_00116cf3:\n clean_up_expression(expressionP);\n cVar5 = *input_line_pointer;\n while (cVar5 == ' ') {\n input_line_pointer = input_line_pointer + 1;\n cVar5 = *input_line_pointer;\n }\n if (expressionP->X_add_symbol != (symbolS *)0x0) {\n symbol_mark_used(expressionP->X_add_symbol);\n }\n if (mode != expr_defer) {\n psVar7 = symbol_clone_if_forward_ref(expressionP->X_add_symbol,0);\n expressionP->X_add_symbol = psVar7;\n psVar7 = symbol_clone_if_forward_ref(expressionP->X_op_symbol,0);\n expressionP->X_op_symbol = psVar7;\n }\n if (expressionP->field_0x18 != '\x03') {\n paVar8 = (segT)(_bfd_std_section + 0x230);\n if (expressionP->field_0x18 == '\x05') {\n paVar8 = reg_section;\n }\n return paVar8;\n }\n paVar8 = S_GET_SEGMENT(expressionP->X_add_symbol);\n return paVar8;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "addressT aVar2;" type_identifier identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "byte bVar4;" type_identifier identifier ;) (declaration "char cVar5;" primitive_type identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "symbolS *psVar7;" type_identifier (pointer_declarator "*psVar7" * identifier) ;) (declaration "segT paVar8;" type_identifier identifier ;) (declaration "byte *pbVar9;" type_identifier (pointer_declarator "*pbVar9" * identifier) ;) (declaration "char *pcVar10;" primitive_type (pointer_declarator "*pcVar10" * identifier) ;) (declaration "symbolS *s;" type_identifier (pointer_declarator "*s" * identifier) ;) (declaration "ushort *puVar11;" type_identifier (pointer_declarator "*puVar11" * identifier) ;) (declaration "long lVar12;" (sized_type_specifier "long" long) identifier ;) (declaration "valueT vVar13;" type_identifier identifier ;) (declaration "short sVar14;" (sized_type_specifier "short" short) identifier ;) (declaration "uint uVar15;" type_identifier identifier ;) (declaration "byte *pbVar16;" type_identifier (pointer_declarator "*pbVar16" * identifier) ;) (declaration "long lVar17;" (sized_type_specifier "long" long) identifier ;) (declaration "char c;" primitive_type identifier ;) (declaration "undefined8 uVar18;" type_identifier identifier ;) (declaration "bool bVar19;" primitive_type identifier ;) (declaration "char *name;" primitive_type (pointer_declarator "*name" * identifier) ;) (expression_statement "expressionP->field_0x19 = expressionP->field_0x19 & 0xfc | 1;" (assignment_expression "expressionP->field_0x19 = expressionP->field_0x19 & 0xfc | 1" (field_expression "expressionP->field_0x19" identifier -> field_identifier) = (binary_expression "expressionP->field_0x19 & 0xfc | 1" (binary_expression "expressionP->field_0x19 & 0xfc" (field_expression "expressionP->field_0x19" identifier -> field_identifier) & number_literal) | number_literal)) ;) (expression_statement "aVar2 = abs_section_offset;" (assignment_expression "aVar2 = abs_section_offset" identifier = identifier) ;) (expression_statement "pbVar16 = (byte *)input_line_pointer;" (assignment_expression "pbVar16 = (byte *)input_line_pointer" identifier = (cast_expression "(byte *)input_line_pointer" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "pbVar9 = (byte *)(input_line_pointer + 1);" (assignment_expression "pbVar9 = (byte *)(input_line_pointer + 1)" identifier = (cast_expression "(byte *)(input_line_pointer + 1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(input_line_pointer + 1)" ( (binary_expression "input_line_pointer + 1" identifier + number_literal) )))) ;) (if_statement "if (*input_line_pointer == ' ') {\n pbVar9 = (byte *)(input_line_pointer + 2);\n pbVar16 = (byte *)(input_line_pointer + 1);\n }" if (parenthesized_expression "(*input_line_pointer == ' ')" ( (binary_expression "*input_line_pointer == ' '" (pointer_expression "*input_line_pointer" * identifier) == (char_literal "' '" ' character ')) )) (compound_statement "{\n pbVar9 = (byte *)(input_line_pointer + 2);\n pbVar16 = (byte *)(input_line_pointer + 1);\n }" { (expression_statement "pbVar9 = (byte *)(input_line_pointer + 2);" (assignment_expression "pbVar9 = (byte *)(input_line_pointer + 2)" identifier = (cast_expression "(byte *)(input_line_pointer + 2)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(input_line_pointer + 2)" ( (binary_expression "input_line_pointer + 2" identifier + number_literal) )))) ;) (expression_statement "pbVar16 = (byte *)(input_line_pointer + 1);" (assignment_expression "pbVar16 = (byte *)(input_line_pointer + 1)" identifier = (cast_expression "(byte *)(input_line_pointer + 1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(input_line_pointer + 1)" ( (binary_expression "input_line_pointer + 1" identifier + number_literal) )))) ;) })) (expression_statement "bVar1 = *pbVar16;" (assignment_expression "bVar1 = *pbVar16" identifier = (pointer_expression "*pbVar16" * identifier)) ;) (if_statement "if (is_end_of_line[bVar1] != '\0') {\nswitchD_00116ce1_caseD_2c:\n expressionP->field_0x18 = 1;\n input_line_pointer = (char *)pbVar16;\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(is_end_of_line[bVar1] != '\0')" ( (binary_expression "is_end_of_line[bVar1] != '\0'" (subscript_expression "is_end_of_line[bVar1]" identifier [ identifier ]) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\nswitchD_00116ce1_caseD_2c:\n expressionP->field_0x18 = 1;\n input_line_pointer = (char *)pbVar16;\n goto LAB_00116cf3;\n }" { (labeled_statement "switchD_00116ce1_caseD_2c:\n expressionP->field_0x18 = 1;" statement_identifier : (expression_statement "expressionP->field_0x18 = 1;" (assignment_expression "expressionP->field_0x18 = 1" (field_expression "expressionP->field_0x18" identifier -> field_identifier) = number_literal) ;)) (expression_statement "input_line_pointer = (char *)pbVar16;" (assignment_expression "input_line_pointer = (char *)pbVar16" identifier = (cast_expression "(char *)pbVar16" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })) (expression_statement "input_line_pointer = (char *)pbVar9;" (assignment_expression "input_line_pointer = (char *)pbVar9" identifier = (cast_expression "(char *)pbVar9" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) ;) (switch_statement "switch(bVar1) {\n case 0x21:\n case 0x2b:\n case 0x2d:\n operand(expressionP,mode);\n bVar4 = expressionP->field_0x18;\n if (bVar4 == 2) {\n if (bVar1 == 0x2d) {\n bVar1 = expressionP->field_0x19;\n lVar17 = expressionP->X_add_number;\n expressionP->X_add_number = -lVar17;\n expressionP->field_0x19 = bVar1 & 0xfe;\n if (-lVar17 != 0) {\n expressionP->field_0x19 = (bVar1 >> 1 & 1 ^ 1) * '\x02' | bVar1 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar1 != 0x22) {\n if (bVar1 == 0x21) {\n expressionP->X_add_number = (ulong)(expressionP->X_add_number == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n expressionP->X_add_number = ~expressionP->X_add_number;\n goto LAB_00116cf3;\n }\n if (bVar4 == 6) {\n bVar19 = bVar1 == 0x2d;\n lVar17 = expressionP->X_add_number;\n if ((0 < lVar17) || (!bVar19)) {\nLAB_00117039:\n if (0 < lVar17) {\n if ((bVar1 == 0x7e) || (bVar19)) {\n puVar11 = (ushort *)&generic_bignum;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&generic_bignum + lVar17 * 2));\n lVar12 = (long)(int)lVar17;\n if ((lVar17 < 0x14) && (expressionP->X_add_number = 0x14, (int)lVar17 < 0x14)) {\n do {\n *(undefined2 *)((long)&generic_bignum + lVar12 * 2) = 0xffff;\n lVar12 = lVar12 + 1;\n } while ((int)lVar12 < 0x14);\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = 0x14;\n }\n else {\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = expressionP->X_add_number;\n }\n generic_bignum._0_2_ = (short)generic_bignum + 1;\n if ((short)generic_bignum == 0) {\n lVar12 = 1;\n do {\n if (lVar17 <= lVar12) break;\n sVar14 = *(short *)((long)&generic_bignum + lVar12 * 2) + 1;\n *(short *)((long)&generic_bignum + lVar12 * 2) = sVar14;\n lVar12 = lVar12 + 1;\n } while (sVar14 == 0);\n }\n }\n else if (bVar1 == 0x21) {\n if ((short)generic_bignum == 0) {\n lVar3 = 1;\n do {\n lVar12 = lVar3;\n if (lVar17 == lVar12) break;\n lVar3 = lVar12 + 1;\n } while ((&DAT_0019d91e)[lVar12 + 1] == 0);\n }\n else {\n lVar12 = 0;\n }\n expressionP->X_add_number = (ulong)(lVar17 <= lVar12);\n *(ushort *)&expressionP->field_0x18 =\n *(ushort *)&expressionP->field_0x18 & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((generic_floating_point_number.sign == '+') || (generic_floating_point_number.sign == 'P')\n ) {\n bVar19 = generic_floating_point_number.sign == '+';\n generic_floating_point_number.sign = 'N';\n if (bVar19) {\n generic_floating_point_number.sign = '-';\n }\n goto LAB_00116cf3;\n }\n }\n else {\nLAB_001170fd:\n if (bVar4 < 2) {\n pcVar10 = (char *)dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n as_warn(pcVar10);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar1 == 0x2b) goto LAB_00116cf3;\n }\n psVar7 = make_expr_symbol(expressionP);\n expressionP->X_add_symbol = psVar7;\n if (bVar1 == 0x2d) {\n expressionP->field_0x18 = 7;\n }\n else if ((bVar1 == 0x7e) || (bVar1 == 0x22)) {\n expressionP->field_0x18 = 8;\n }\n else {\n expressionP->field_0x18 = 9;\n }\n goto LAB_0011713c;\n default:\n if (((lex_type[bVar1] & 2) != 0) || (bVar1 == 0x22)) break;\n expressionP->field_0x18 = 1;\n pcVar10 = (char *)dcgettext(0,"bad expression",5);\n as_bad(pcVar10);\n goto LAB_001171c1;\n case 0x24:\n if ((lex_type[pbVar16[1]] & 1) == 0) {\nLAB_0011715e:\n if (now_seg == (segT)(_bfd_std_section + 0x230)) {\n expressionP->field_0x18 = 2;\n expressionP->X_add_number = aVar2;\n }\n else {\n expressionP->field_0x18 = 3;\n expressionP->X_add_symbol = &dot_symbol;\n expressionP->X_add_number = 0;\n }\n goto LAB_00116cf3;\n }\n break;\n case 0x27:\n input_line_pointer = (char *)(pbVar16 + 2);\n expressionP->field_0x18 = 2;\n expressionP->X_add_number = (long)(char)pbVar16[1];\n goto LAB_00116cf3;\n case 0x28:\n case 0x5b:\n paVar8 = expr(0,expressionP,mode);\n if (bVar1 == 0x28) {\n cVar5 = *input_line_pointer;\n if (cVar5 == ')') goto LAB_00116e81;\n if (cVar5 != '\0') {\n uVar18 = 0x29;\n goto LAB_0011740e;\n }\n uVar15 = 0x29;\n }\n else {\n if ((bVar1 != 0x5b) || (cVar5 = *input_line_pointer, cVar5 == ']')) {\nLAB_00116e81:\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116e8c;\n }\n uVar18 = 0x5d;\n if (cVar5 != '\0') {\nLAB_0011740e:\n pcVar10 = (char *)dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n as_bad(pcVar10,(ulong)(uint)(int)cVar5,uVar18);\n goto LAB_00116e8c;\n }\n uVar15 = 0x5d;\n }\n pcVar10 = (char *)dcgettext(0,"missing \'%c\'",5);\n as_bad(pcVar10,(ulong)uVar15);\nLAB_00116e8c:\n if (*input_line_pointer != ' ') {\n return paVar8;\n }\n input_line_pointer = input_line_pointer + 1;\n return paVar8;\n case 0x2c:\n goto switchD_00116ce1_caseD_2c;\n case 0x2e:\n if ((lex_type[pbVar16[1]] & 1) == 0) goto LAB_0011715e;\n iVar6 = strncasecmp((char *)pbVar9,"startof.",8);\n if (((iVar6 == 0) && ((lex_type[pbVar16[9]] & 1) == 0)) ||\n ((iVar6 = strncasecmp((char *)pbVar9,"sizeof.",7), iVar6 == 0 &&\n ((lex_type[pbVar16[8]] & 1) == 0)))) {\n bVar1 = pbVar16[2];\n pbVar9 = pbVar9 + (ulong)((bVar1 & 0xdf) == 0x54) + 7;\n if (*pbVar9 == 0x20) {\n pbVar9 = pbVar9 + 1;\n }\n input_line_pointer = (char *)pbVar9;\n expressionP->field_0x18 = 1;\n if (*pbVar9 == 0x28) {\n input_line_pointer = (char *)(pbVar9 + 1);\n if (pbVar9[1] == 0x20) {\n input_line_pointer = (char *)(pbVar9 + 2);\n }\n cVar5 = get_symbol_name(&name);\n if (*name == '\0') {\n pcVar10 = (char *)dcgettext(0,"expected symbol name",5);\n as_bad(pcVar10);\n *input_line_pointer = cVar5;\n if (cVar5 == '\"') {\n restore_line_pointer((char)pcVar10);\n }\n else if (cVar5 == ')') {\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116cf3;\n }\n ignore_rest_of_line();\n goto LAB_00116cf3;\n }\n pcVar10 = ".startof.";\n if ((bVar1 & 0xdf) != 0x54) {\n pcVar10 = ".sizeof.";\n }\n pcVar10 = (char *)concat(pcVar10,name,0);\n psVar7 = symbol_make(pcVar10);\n free(pcVar10);\n pcVar10 = input_line_pointer;\n expressionP->X_add_symbol = psVar7;\n expressionP->field_0x18 = 3;\n expressionP->X_add_number = 0;\n *pcVar10 = cVar5;\n cVar5 = *input_line_pointer;\n if (cVar5 == '\"') {\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }\n if (cVar5 == ' ') {\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }\n if (cVar5 == ')') {\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116cf3;\n }\n }\n pcVar10 = (char *)dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n as_bad(pcVar10);\n goto LAB_00116cf3;\n }\n break;\n case 0x30:\n bVar1 = pbVar16[1];\n switch((int)(char)bVar1 - 0x30U & 0xff) {\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n integer_constant(8,expressionP);\n goto LAB_00116cf3;\n default:\n if (bVar1 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar16[2] - 0x30) < 2) {\nLAB_0011732f:\n input_line_pointer = (char *)(pbVar16 + 2);\n integer_constant(2,expressionP);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar9 = pbVar9 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n input_line_pointer = (char *)(pbVar16 + 2);\n integer_constant(0x10,expressionP);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar16[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if ((is_end_of_line[pbVar16[2]] == '\0') &&\n (pcVar10 = strchr("dD",0x66), pcVar10 != (char *)0x0)) {\n name = (char *)(pbVar16 + 2);\n atof_generic(&name,".","eE",&generic_floating_point_number);\n if ((name != input_line_pointer + 1) &&\n ((((name != input_line_pointer + 2 || ((name[-1] - 0x2bU & 0xfd) != 0)) && (*name != 'f')\n ) && (pbVar9 = (byte *)(input_line_pointer + 1), *name != 'b')))) goto LAB_001172ee;\n pbVar16 = (byte *)(input_line_pointer + -1);\n }\nswitchD_00116ce1_caseD_31:\n input_line_pointer = (char *)pbVar16;\n integer_constant(10,expressionP);\n goto LAB_00116cf3;\n }\n pcVar10 = strchr("dD",(int)(char)bVar1);\n if (pcVar10 == (char *)0x0) {\nLAB_001171c1:\n expressionP->field_0x18 = 2;\nLAB_0011713c:\n expressionP->X_add_number = 0;\n }\n else {\n pbVar9 = pbVar16 + 2;\nLAB_001172ee:\n input_line_pointer = (char *)pbVar9;\n floating_constant(expressionP);\n expressionP->X_add_number = (long)(int)-(uint)(byte)_sch_tolower[bVar1];\n }\n goto LAB_00116cf3;\n case 0x31:\n case 0x32:\n case 0x33:\n case 0x34:\n case 0x35:\n case 0x36:\n case 0x37:\n case 0x38:\n case 0x39:\n goto switchD_00116ce1_caseD_31;\n case 0x7e:\n if ((lex_type[bVar1] & 2) == 0) {\n operand(expressionP,mode);\n bVar4 = expressionP->field_0x18;\n if (bVar4 != 2) {\n if (bVar4 == 6) {\n lVar17 = expressionP->X_add_number;\n bVar19 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }\n }" switch (parenthesized_expression "(bVar1)" ( identifier )) (compound_statement "{\n case 0x21:\n case 0x2b:\n case 0x2d:\n operand(expressionP,mode);\n bVar4 = expressionP->field_0x18;\n if (bVar4 == 2) {\n if (bVar1 == 0x2d) {\n bVar1 = expressionP->field_0x19;\n lVar17 = expressionP->X_add_number;\n expressionP->X_add_number = -lVar17;\n expressionP->field_0x19 = bVar1 & 0xfe;\n if (-lVar17 != 0) {\n expressionP->field_0x19 = (bVar1 >> 1 & 1 ^ 1) * '\x02' | bVar1 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar1 != 0x22) {\n if (bVar1 == 0x21) {\n expressionP->X_add_number = (ulong)(expressionP->X_add_number == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n expressionP->X_add_number = ~expressionP->X_add_number;\n goto LAB_00116cf3;\n }\n if (bVar4 == 6) {\n bVar19 = bVar1 == 0x2d;\n lVar17 = expressionP->X_add_number;\n if ((0 < lVar17) || (!bVar19)) {\nLAB_00117039:\n if (0 < lVar17) {\n if ((bVar1 == 0x7e) || (bVar19)) {\n puVar11 = (ushort *)&generic_bignum;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&generic_bignum + lVar17 * 2));\n lVar12 = (long)(int)lVar17;\n if ((lVar17 < 0x14) && (expressionP->X_add_number = 0x14, (int)lVar17 < 0x14)) {\n do {\n *(undefined2 *)((long)&generic_bignum + lVar12 * 2) = 0xffff;\n lVar12 = lVar12 + 1;\n } while ((int)lVar12 < 0x14);\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = 0x14;\n }\n else {\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = expressionP->X_add_number;\n }\n generic_bignum._0_2_ = (short)generic_bignum + 1;\n if ((short)generic_bignum == 0) {\n lVar12 = 1;\n do {\n if (lVar17 <= lVar12) break;\n sVar14 = *(short *)((long)&generic_bignum + lVar12 * 2) + 1;\n *(short *)((long)&generic_bignum + lVar12 * 2) = sVar14;\n lVar12 = lVar12 + 1;\n } while (sVar14 == 0);\n }\n }\n else if (bVar1 == 0x21) {\n if ((short)generic_bignum == 0) {\n lVar3 = 1;\n do {\n lVar12 = lVar3;\n if (lVar17 == lVar12) break;\n lVar3 = lVar12 + 1;\n } while ((&DAT_0019d91e)[lVar12 + 1] == 0);\n }\n else {\n lVar12 = 0;\n }\n expressionP->X_add_number = (ulong)(lVar17 <= lVar12);\n *(ushort *)&expressionP->field_0x18 =\n *(ushort *)&expressionP->field_0x18 & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((generic_floating_point_number.sign == '+') || (generic_floating_point_number.sign == 'P')\n ) {\n bVar19 = generic_floating_point_number.sign == '+';\n generic_floating_point_number.sign = 'N';\n if (bVar19) {\n generic_floating_point_number.sign = '-';\n }\n goto LAB_00116cf3;\n }\n }\n else {\nLAB_001170fd:\n if (bVar4 < 2) {\n pcVar10 = (char *)dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n as_warn(pcVar10);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar1 == 0x2b) goto LAB_00116cf3;\n }\n psVar7 = make_expr_symbol(expressionP);\n expressionP->X_add_symbol = psVar7;\n if (bVar1 == 0x2d) {\n expressionP->field_0x18 = 7;\n }\n else if ((bVar1 == 0x7e) || (bVar1 == 0x22)) {\n expressionP->field_0x18 = 8;\n }\n else {\n expressionP->field_0x18 = 9;\n }\n goto LAB_0011713c;\n default:\n if (((lex_type[bVar1] & 2) != 0) || (bVar1 == 0x22)) break;\n expressionP->field_0x18 = 1;\n pcVar10 = (char *)dcgettext(0,"bad expression",5);\n as_bad(pcVar10);\n goto LAB_001171c1;\n case 0x24:\n if ((lex_type[pbVar16[1]] & 1) == 0) {\nLAB_0011715e:\n if (now_seg == (segT)(_bfd_std_section + 0x230)) {\n expressionP->field_0x18 = 2;\n expressionP->X_add_number = aVar2;\n }\n else {\n expressionP->field_0x18 = 3;\n expressionP->X_add_symbol = &dot_symbol;\n expressionP->X_add_number = 0;\n }\n goto LAB_00116cf3;\n }\n break;\n case 0x27:\n input_line_pointer = (char *)(pbVar16 + 2);\n expressionP->field_0x18 = 2;\n expressionP->X_add_number = (long)(char)pbVar16[1];\n goto LAB_00116cf3;\n case 0x28:\n case 0x5b:\n paVar8 = expr(0,expressionP,mode);\n if (bVar1 == 0x28) {\n cVar5 = *input_line_pointer;\n if (cVar5 == ')') goto LAB_00116e81;\n if (cVar5 != '\0') {\n uVar18 = 0x29;\n goto LAB_0011740e;\n }\n uVar15 = 0x29;\n }\n else {\n if ((bVar1 != 0x5b) || (cVar5 = *input_line_pointer, cVar5 == ']')) {\nLAB_00116e81:\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116e8c;\n }\n uVar18 = 0x5d;\n if (cVar5 != '\0') {\nLAB_0011740e:\n pcVar10 = (char *)dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n as_bad(pcVar10,(ulong)(uint)(int)cVar5,uVar18);\n goto LAB_00116e8c;\n }\n uVar15 = 0x5d;\n }\n pcVar10 = (char *)dcgettext(0,"missing \'%c\'",5);\n as_bad(pcVar10,(ulong)uVar15);\nLAB_00116e8c:\n if (*input_line_pointer != ' ') {\n return paVar8;\n }\n input_line_pointer = input_line_pointer + 1;\n return paVar8;\n case 0x2c:\n goto switchD_00116ce1_caseD_2c;\n case 0x2e:\n if ((lex_type[pbVar16[1]] & 1) == 0) goto LAB_0011715e;\n iVar6 = strncasecmp((char *)pbVar9,"startof.",8);\n if (((iVar6 == 0) && ((lex_type[pbVar16[9]] & 1) == 0)) ||\n ((iVar6 = strncasecmp((char *)pbVar9,"sizeof.",7), iVar6 == 0 &&\n ((lex_type[pbVar16[8]] & 1) == 0)))) {\n bVar1 = pbVar16[2];\n pbVar9 = pbVar9 + (ulong)((bVar1 & 0xdf) == 0x54) + 7;\n if (*pbVar9 == 0x20) {\n pbVar9 = pbVar9 + 1;\n }\n input_line_pointer = (char *)pbVar9;\n expressionP->field_0x18 = 1;\n if (*pbVar9 == 0x28) {\n input_line_pointer = (char *)(pbVar9 + 1);\n if (pbVar9[1] == 0x20) {\n input_line_pointer = (char *)(pbVar9 + 2);\n }\n cVar5 = get_symbol_name(&name);\n if (*name == '\0') {\n pcVar10 = (char *)dcgettext(0,"expected symbol name",5);\n as_bad(pcVar10);\n *input_line_pointer = cVar5;\n if (cVar5 == '\"') {\n restore_line_pointer((char)pcVar10);\n }\n else if (cVar5 == ')') {\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116cf3;\n }\n ignore_rest_of_line();\n goto LAB_00116cf3;\n }\n pcVar10 = ".startof.";\n if ((bVar1 & 0xdf) != 0x54) {\n pcVar10 = ".sizeof.";\n }\n pcVar10 = (char *)concat(pcVar10,name,0);\n psVar7 = symbol_make(pcVar10);\n free(pcVar10);\n pcVar10 = input_line_pointer;\n expressionP->X_add_symbol = psVar7;\n expressionP->field_0x18 = 3;\n expressionP->X_add_number = 0;\n *pcVar10 = cVar5;\n cVar5 = *input_line_pointer;\n if (cVar5 == '\"') {\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }\n if (cVar5 == ' ') {\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }\n if (cVar5 == ')') {\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116cf3;\n }\n }\n pcVar10 = (char *)dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n as_bad(pcVar10);\n goto LAB_00116cf3;\n }\n break;\n case 0x30:\n bVar1 = pbVar16[1];\n switch((int)(char)bVar1 - 0x30U & 0xff) {\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n integer_constant(8,expressionP);\n goto LAB_00116cf3;\n default:\n if (bVar1 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar16[2] - 0x30) < 2) {\nLAB_0011732f:\n input_line_pointer = (char *)(pbVar16 + 2);\n integer_constant(2,expressionP);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar9 = pbVar9 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n input_line_pointer = (char *)(pbVar16 + 2);\n integer_constant(0x10,expressionP);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar16[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if ((is_end_of_line[pbVar16[2]] == '\0') &&\n (pcVar10 = strchr("dD",0x66), pcVar10 != (char *)0x0)) {\n name = (char *)(pbVar16 + 2);\n atof_generic(&name,".","eE",&generic_floating_point_number);\n if ((name != input_line_pointer + 1) &&\n ((((name != input_line_pointer + 2 || ((name[-1] - 0x2bU & 0xfd) != 0)) && (*name != 'f')\n ) && (pbVar9 = (byte *)(input_line_pointer + 1), *name != 'b')))) goto LAB_001172ee;\n pbVar16 = (byte *)(input_line_pointer + -1);\n }\nswitchD_00116ce1_caseD_31:\n input_line_pointer = (char *)pbVar16;\n integer_constant(10,expressionP);\n goto LAB_00116cf3;\n }\n pcVar10 = strchr("dD",(int)(char)bVar1);\n if (pcVar10 == (char *)0x0) {\nLAB_001171c1:\n expressionP->field_0x18 = 2;\nLAB_0011713c:\n expressionP->X_add_number = 0;\n }\n else {\n pbVar9 = pbVar16 + 2;\nLAB_001172ee:\n input_line_pointer = (char *)pbVar9;\n floating_constant(expressionP);\n expressionP->X_add_number = (long)(int)-(uint)(byte)_sch_tolower[bVar1];\n }\n goto LAB_00116cf3;\n case 0x31:\n case 0x32:\n case 0x33:\n case 0x34:\n case 0x35:\n case 0x36:\n case 0x37:\n case 0x38:\n case 0x39:\n goto switchD_00116ce1_caseD_31;\n case 0x7e:\n if ((lex_type[bVar1] & 2) == 0) {\n operand(expressionP,mode);\n bVar4 = expressionP->field_0x18;\n if (bVar4 != 2) {\n if (bVar4 == 6) {\n lVar17 = expressionP->X_add_number;\n bVar19 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }\n }" { (case_statement "case 0x21:" case number_literal :) (case_statement "case 0x2b:" case number_literal :) (case_statement "case 0x2d:\n operand(expressionP,mode);\n bVar4 = expressionP->field_0x18;\n if (bVar4 == 2) {\n if (bVar1 == 0x2d) {\n bVar1 = expressionP->field_0x19;\n lVar17 = expressionP->X_add_number;\n expressionP->X_add_number = -lVar17;\n expressionP->field_0x19 = bVar1 & 0xfe;\n if (-lVar17 != 0) {\n expressionP->field_0x19 = (bVar1 >> 1 & 1 ^ 1) * '\x02' | bVar1 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar1 != 0x22) {\n if (bVar1 == 0x21) {\n expressionP->X_add_number = (ulong)(expressionP->X_add_number == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n expressionP->X_add_number = ~expressionP->X_add_number;\n goto LAB_00116cf3;\n }\n if (bVar4 == 6) {\n bVar19 = bVar1 == 0x2d;\n lVar17 = expressionP->X_add_number;\n if ((0 < lVar17) || (!bVar19)) {\nLAB_00117039:\n if (0 < lVar17) {\n if ((bVar1 == 0x7e) || (bVar19)) {\n puVar11 = (ushort *)&generic_bignum;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&generic_bignum + lVar17 * 2));\n lVar12 = (long)(int)lVar17;\n if ((lVar17 < 0x14) && (expressionP->X_add_number = 0x14, (int)lVar17 < 0x14)) {\n do {\n *(undefined2 *)((long)&generic_bignum + lVar12 * 2) = 0xffff;\n lVar12 = lVar12 + 1;\n } while ((int)lVar12 < 0x14);\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = 0x14;\n }\n else {\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = expressionP->X_add_number;\n }\n generic_bignum._0_2_ = (short)generic_bignum + 1;\n if ((short)generic_bignum == 0) {\n lVar12 = 1;\n do {\n if (lVar17 <= lVar12) break;\n sVar14 = *(short *)((long)&generic_bignum + lVar12 * 2) + 1;\n *(short *)((long)&generic_bignum + lVar12 * 2) = sVar14;\n lVar12 = lVar12 + 1;\n } while (sVar14 == 0);\n }\n }\n else if (bVar1 == 0x21) {\n if ((short)generic_bignum == 0) {\n lVar3 = 1;\n do {\n lVar12 = lVar3;\n if (lVar17 == lVar12) break;\n lVar3 = lVar12 + 1;\n } while ((&DAT_0019d91e)[lVar12 + 1] == 0);\n }\n else {\n lVar12 = 0;\n }\n expressionP->X_add_number = (ulong)(lVar17 <= lVar12);\n *(ushort *)&expressionP->field_0x18 =\n *(ushort *)&expressionP->field_0x18 & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((generic_floating_point_number.sign == '+') || (generic_floating_point_number.sign == 'P')\n ) {\n bVar19 = generic_floating_point_number.sign == '+';\n generic_floating_point_number.sign = 'N';\n if (bVar19) {\n generic_floating_point_number.sign = '-';\n }\n goto LAB_00116cf3;\n }\n }\n else {\nLAB_001170fd:\n if (bVar4 < 2) {\n pcVar10 = (char *)dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n as_warn(pcVar10);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar1 == 0x2b) goto LAB_00116cf3;\n }\n psVar7 = make_expr_symbol(expressionP);\n expressionP->X_add_symbol = psVar7;\n if (bVar1 == 0x2d) {\n expressionP->field_0x18 = 7;\n }\n else if ((bVar1 == 0x7e) || (bVar1 == 0x22)) {\n expressionP->field_0x18 = 8;\n }\n else {\n expressionP->field_0x18 = 9;\n }\n goto LAB_0011713c;" case number_literal : (expression_statement "operand(expressionP,mode);" (call_expression "operand(expressionP,mode)" identifier (argument_list "(expressionP,mode)" ( identifier , identifier ))) ;) (expression_statement "bVar4 = expressionP->field_0x18;" (assignment_expression "bVar4 = expressionP->field_0x18" identifier = (field_expression "expressionP->field_0x18" identifier -> field_identifier)) ;) (if_statement "if (bVar4 == 2) {\n if (bVar1 == 0x2d) {\n bVar1 = expressionP->field_0x19;\n lVar17 = expressionP->X_add_number;\n expressionP->X_add_number = -lVar17;\n expressionP->field_0x19 = bVar1 & 0xfe;\n if (-lVar17 != 0) {\n expressionP->field_0x19 = (bVar1 >> 1 & 1 ^ 1) * '\x02' | bVar1 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar1 != 0x22) {\n if (bVar1 == 0x21) {\n expressionP->X_add_number = (ulong)(expressionP->X_add_number == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n expressionP->X_add_number = ~expressionP->X_add_number;\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(bVar4 == 2)" ( (binary_expression "bVar4 == 2" identifier == number_literal) )) (compound_statement "{\n if (bVar1 == 0x2d) {\n bVar1 = expressionP->field_0x19;\n lVar17 = expressionP->X_add_number;\n expressionP->X_add_number = -lVar17;\n expressionP->field_0x19 = bVar1 & 0xfe;\n if (-lVar17 != 0) {\n expressionP->field_0x19 = (bVar1 >> 1 & 1 ^ 1) * '\x02' | bVar1 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar1 != 0x22) {\n if (bVar1 == 0x21) {\n expressionP->X_add_number = (ulong)(expressionP->X_add_number == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n expressionP->X_add_number = ~expressionP->X_add_number;\n goto LAB_00116cf3;\n }" { (if_statement "if (bVar1 == 0x2d) {\n bVar1 = expressionP->field_0x19;\n lVar17 = expressionP->X_add_number;\n expressionP->X_add_number = -lVar17;\n expressionP->field_0x19 = bVar1 & 0xfe;\n if (-lVar17 != 0) {\n expressionP->field_0x19 = (bVar1 >> 1 & 1 ^ 1) * '\x02' | bVar1 & 0xfc;\n }\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(bVar1 == 0x2d)" ( (binary_expression "bVar1 == 0x2d" identifier == number_literal) )) (compound_statement "{\n bVar1 = expressionP->field_0x19;\n lVar17 = expressionP->X_add_number;\n expressionP->X_add_number = -lVar17;\n expressionP->field_0x19 = bVar1 & 0xfe;\n if (-lVar17 != 0) {\n expressionP->field_0x19 = (bVar1 >> 1 & 1 ^ 1) * '\x02' | bVar1 & 0xfc;\n }\n goto LAB_00116cf3;\n }" { (expression_statement "bVar1 = expressionP->field_0x19;" (assignment_expression "bVar1 = expressionP->field_0x19" identifier = (field_expression "expressionP->field_0x19" identifier -> field_identifier)) ;) (expression_statement "lVar17 = expressionP->X_add_number;" (assignment_expression "lVar17 = expressionP->X_add_number" identifier = (field_expression "expressionP->X_add_number" identifier -> field_identifier)) ;) (expression_statement "expressionP->X_add_number = -lVar17;" (assignment_expression "expressionP->X_add_number = -lVar17" (field_expression "expressionP->X_add_number" identifier -> field_identifier) = (unary_expression "-lVar17" - identifier)) ;) (expression_statement "expressionP->field_0x19 = bVar1 & 0xfe;" (assignment_expression "expressionP->field_0x19 = bVar1 & 0xfe" (field_expression "expressionP->field_0x19" identifier -> field_identifier) = (binary_expression "bVar1 & 0xfe" identifier & number_literal)) ;) (if_statement "if (-lVar17 != 0) {\n expressionP->field_0x19 = (bVar1 >> 1 & 1 ^ 1) * '\x02' | bVar1 & 0xfc;\n }" if (parenthesized_expression "(-lVar17 != 0)" ( (binary_expression "-lVar17 != 0" (unary_expression "-lVar17" - identifier) != number_literal) )) (compound_statement "{\n expressionP->field_0x19 = (bVar1 >> 1 & 1 ^ 1) * '\x02' | bVar1 & 0xfc;\n }" { (expression_statement "expressionP->field_0x19 = (bVar1 >> 1 & 1 ^ 1) * '\x02' | bVar1 & 0xfc;" (assignment_expression "expressionP->field_0x19 = (bVar1 >> 1 & 1 ^ 1) * '\x02' | bVar1 & 0xfc" (field_expression "expressionP->field_0x19" identifier -> field_identifier) = (binary_expression "(bVar1 >> 1 & 1 ^ 1) * '\x02' | bVar1 & 0xfc" (binary_expression "(bVar1 >> 1 & 1 ^ 1) * '\x02'" (parenthesized_expression "(bVar1 >> 1 & 1 ^ 1)" ( (binary_expression "bVar1 >> 1 & 1 ^ 1" (binary_expression "bVar1 >> 1 & 1" (binary_expression "bVar1 >> 1" identifier >> number_literal) & number_literal) ^ number_literal) )) * (char_literal "'\x02'" ' escape_sequence ')) | (binary_expression "bVar1 & 0xfc" identifier & number_literal))) ;) })) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })) (if_statement "if (bVar1 != 0x22) {\n if (bVar1 == 0x21) {\n expressionP->X_add_number = (ulong)(expressionP->X_add_number == 0);\n }\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(bVar1 != 0x22)" ( (binary_expression "bVar1 != 0x22" identifier != number_literal) )) (compound_statement "{\n if (bVar1 == 0x21) {\n expressionP->X_add_number = (ulong)(expressionP->X_add_number == 0);\n }\n goto LAB_00116cf3;\n }" { (if_statement "if (bVar1 == 0x21) {\n expressionP->X_add_number = (ulong)(expressionP->X_add_number == 0);\n }" if (parenthesized_expression "(bVar1 == 0x21)" ( (binary_expression "bVar1 == 0x21" identifier == number_literal) )) (compound_statement "{\n expressionP->X_add_number = (ulong)(expressionP->X_add_number == 0);\n }" { (expression_statement "expressionP->X_add_number = (ulong)(expressionP->X_add_number == 0);" (assignment_expression "expressionP->X_add_number = (ulong)(expressionP->X_add_number == 0)" (field_expression "expressionP->X_add_number" identifier -> field_identifier) = (call_expression "(ulong)(expressionP->X_add_number == 0)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(expressionP->X_add_number == 0)" ( (binary_expression "expressionP->X_add_number == 0" (field_expression "expressionP->X_add_number" identifier -> field_identifier) == number_literal) )))) ;) })) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })) (labeled_statement "LAB_001174a9:\n expressionP->X_add_number = ~expressionP->X_add_number;" statement_identifier : (expression_statement "expressionP->X_add_number = ~expressionP->X_add_number;" (assignment_expression "expressionP->X_add_number = ~expressionP->X_add_number" (field_expression "expressionP->X_add_number" identifier -> field_identifier) = (unary_expression "~expressionP->X_add_number" ~ (field_expression "expressionP->X_add_number" identifier -> field_identifier))) ;)) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })) (if_statement "if (bVar4 == 6) {\n bVar19 = bVar1 == 0x2d;\n lVar17 = expressionP->X_add_number;\n if ((0 < lVar17) || (!bVar19)) {\nLAB_00117039:\n if (0 < lVar17) {\n if ((bVar1 == 0x7e) || (bVar19)) {\n puVar11 = (ushort *)&generic_bignum;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&generic_bignum + lVar17 * 2));\n lVar12 = (long)(int)lVar17;\n if ((lVar17 < 0x14) && (expressionP->X_add_number = 0x14, (int)lVar17 < 0x14)) {\n do {\n *(undefined2 *)((long)&generic_bignum + lVar12 * 2) = 0xffff;\n lVar12 = lVar12 + 1;\n } while ((int)lVar12 < 0x14);\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = 0x14;\n }\n else {\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = expressionP->X_add_number;\n }\n generic_bignum._0_2_ = (short)generic_bignum + 1;\n if ((short)generic_bignum == 0) {\n lVar12 = 1;\n do {\n if (lVar17 <= lVar12) break;\n sVar14 = *(short *)((long)&generic_bignum + lVar12 * 2) + 1;\n *(short *)((long)&generic_bignum + lVar12 * 2) = sVar14;\n lVar12 = lVar12 + 1;\n } while (sVar14 == 0);\n }\n }\n else if (bVar1 == 0x21) {\n if ((short)generic_bignum == 0) {\n lVar3 = 1;\n do {\n lVar12 = lVar3;\n if (lVar17 == lVar12) break;\n lVar3 = lVar12 + 1;\n } while ((&DAT_0019d91e)[lVar12 + 1] == 0);\n }\n else {\n lVar12 = 0;\n }\n expressionP->X_add_number = (ulong)(lVar17 <= lVar12);\n *(ushort *)&expressionP->field_0x18 =\n *(ushort *)&expressionP->field_0x18 & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((generic_floating_point_number.sign == '+') || (generic_floating_point_number.sign == 'P')\n ) {\n bVar19 = generic_floating_point_number.sign == '+';\n generic_floating_point_number.sign = 'N';\n if (bVar19) {\n generic_floating_point_number.sign = '-';\n }\n goto LAB_00116cf3;\n }\n }\n else {\nLAB_001170fd:\n if (bVar4 < 2) {\n pcVar10 = (char *)dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n as_warn(pcVar10);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar1 == 0x2b) goto LAB_00116cf3;\n }" if (parenthesized_expression "(bVar4 == 6)" ( (binary_expression "bVar4 == 6" identifier == number_literal) )) (compound_statement "{\n bVar19 = bVar1 == 0x2d;\n lVar17 = expressionP->X_add_number;\n if ((0 < lVar17) || (!bVar19)) {\nLAB_00117039:\n if (0 < lVar17) {\n if ((bVar1 == 0x7e) || (bVar19)) {\n puVar11 = (ushort *)&generic_bignum;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&generic_bignum + lVar17 * 2));\n lVar12 = (long)(int)lVar17;\n if ((lVar17 < 0x14) && (expressionP->X_add_number = 0x14, (int)lVar17 < 0x14)) {\n do {\n *(undefined2 *)((long)&generic_bignum + lVar12 * 2) = 0xffff;\n lVar12 = lVar12 + 1;\n } while ((int)lVar12 < 0x14);\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = 0x14;\n }\n else {\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = expressionP->X_add_number;\n }\n generic_bignum._0_2_ = (short)generic_bignum + 1;\n if ((short)generic_bignum == 0) {\n lVar12 = 1;\n do {\n if (lVar17 <= lVar12) break;\n sVar14 = *(short *)((long)&generic_bignum + lVar12 * 2) + 1;\n *(short *)((long)&generic_bignum + lVar12 * 2) = sVar14;\n lVar12 = lVar12 + 1;\n } while (sVar14 == 0);\n }\n }\n else if (bVar1 == 0x21) {\n if ((short)generic_bignum == 0) {\n lVar3 = 1;\n do {\n lVar12 = lVar3;\n if (lVar17 == lVar12) break;\n lVar3 = lVar12 + 1;\n } while ((&DAT_0019d91e)[lVar12 + 1] == 0);\n }\n else {\n lVar12 = 0;\n }\n expressionP->X_add_number = (ulong)(lVar17 <= lVar12);\n *(ushort *)&expressionP->field_0x18 =\n *(ushort *)&expressionP->field_0x18 & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((generic_floating_point_number.sign == '+') || (generic_floating_point_number.sign == 'P')\n ) {\n bVar19 = generic_floating_point_number.sign == '+';\n generic_floating_point_number.sign = 'N';\n if (bVar19) {\n generic_floating_point_number.sign = '-';\n }\n goto LAB_00116cf3;\n }\n }" { (expression_statement "bVar19 = bVar1 == 0x2d;" (assignment_expression "bVar19 = bVar1 == 0x2d" identifier = (binary_expression "bVar1 == 0x2d" identifier == number_literal)) ;) (expression_statement "lVar17 = expressionP->X_add_number;" (assignment_expression "lVar17 = expressionP->X_add_number" identifier = (field_expression "expressionP->X_add_number" identifier -> field_identifier)) ;) (if_statement "if ((0 < lVar17) || (!bVar19)) {\nLAB_00117039:\n if (0 < lVar17) {\n if ((bVar1 == 0x7e) || (bVar19)) {\n puVar11 = (ushort *)&generic_bignum;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&generic_bignum + lVar17 * 2));\n lVar12 = (long)(int)lVar17;\n if ((lVar17 < 0x14) && (expressionP->X_add_number = 0x14, (int)lVar17 < 0x14)) {\n do {\n *(undefined2 *)((long)&generic_bignum + lVar12 * 2) = 0xffff;\n lVar12 = lVar12 + 1;\n } while ((int)lVar12 < 0x14);\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = 0x14;\n }\n else {\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = expressionP->X_add_number;\n }\n generic_bignum._0_2_ = (short)generic_bignum + 1;\n if ((short)generic_bignum == 0) {\n lVar12 = 1;\n do {\n if (lVar17 <= lVar12) break;\n sVar14 = *(short *)((long)&generic_bignum + lVar12 * 2) + 1;\n *(short *)((long)&generic_bignum + lVar12 * 2) = sVar14;\n lVar12 = lVar12 + 1;\n } while (sVar14 == 0);\n }\n }\n else if (bVar1 == 0x21) {\n if ((short)generic_bignum == 0) {\n lVar3 = 1;\n do {\n lVar12 = lVar3;\n if (lVar17 == lVar12) break;\n lVar3 = lVar12 + 1;\n } while ((&DAT_0019d91e)[lVar12 + 1] == 0);\n }\n else {\n lVar12 = 0;\n }\n expressionP->X_add_number = (ulong)(lVar17 <= lVar12);\n *(ushort *)&expressionP->field_0x18 =\n *(ushort *)&expressionP->field_0x18 & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }" if (parenthesized_expression "((0 < lVar17) || (!bVar19))" ( (binary_expression "(0 < lVar17) || (!bVar19)" (parenthesized_expression "(0 < lVar17)" ( (binary_expression "0 < lVar17" number_literal < identifier) )) || (parenthesized_expression "(!bVar19)" ( (unary_expression "!bVar19" ! identifier) ))) )) (compound_statement "{\nLAB_00117039:\n if (0 < lVar17) {\n if ((bVar1 == 0x7e) || (bVar19)) {\n puVar11 = (ushort *)&generic_bignum;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&generic_bignum + lVar17 * 2));\n lVar12 = (long)(int)lVar17;\n if ((lVar17 < 0x14) && (expressionP->X_add_number = 0x14, (int)lVar17 < 0x14)) {\n do {\n *(undefined2 *)((long)&generic_bignum + lVar12 * 2) = 0xffff;\n lVar12 = lVar12 + 1;\n } while ((int)lVar12 < 0x14);\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = 0x14;\n }\n else {\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = expressionP->X_add_number;\n }\n generic_bignum._0_2_ = (short)generic_bignum + 1;\n if ((short)generic_bignum == 0) {\n lVar12 = 1;\n do {\n if (lVar17 <= lVar12) break;\n sVar14 = *(short *)((long)&generic_bignum + lVar12 * 2) + 1;\n *(short *)((long)&generic_bignum + lVar12 * 2) = sVar14;\n lVar12 = lVar12 + 1;\n } while (sVar14 == 0);\n }\n }\n else if (bVar1 == 0x21) {\n if ((short)generic_bignum == 0) {\n lVar3 = 1;\n do {\n lVar12 = lVar3;\n if (lVar17 == lVar12) break;\n lVar3 = lVar12 + 1;\n } while ((&DAT_0019d91e)[lVar12 + 1] == 0);\n }\n else {\n lVar12 = 0;\n }\n expressionP->X_add_number = (ulong)(lVar17 <= lVar12);\n *(ushort *)&expressionP->field_0x18 =\n *(ushort *)&expressionP->field_0x18 & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }" { (labeled_statement "LAB_00117039:\n if (0 < lVar17) {\n if ((bVar1 == 0x7e) || (bVar19)) {\n puVar11 = (ushort *)&generic_bignum;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&generic_bignum + lVar17 * 2));\n lVar12 = (long)(int)lVar17;\n if ((lVar17 < 0x14) && (expressionP->X_add_number = 0x14, (int)lVar17 < 0x14)) {\n do {\n *(undefined2 *)((long)&generic_bignum + lVar12 * 2) = 0xffff;\n lVar12 = lVar12 + 1;\n } while ((int)lVar12 < 0x14);\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = 0x14;\n }\n else {\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = expressionP->X_add_number;\n }\n generic_bignum._0_2_ = (short)generic_bignum + 1;\n if ((short)generic_bignum == 0) {\n lVar12 = 1;\n do {\n if (lVar17 <= lVar12) break;\n sVar14 = *(short *)((long)&generic_bignum + lVar12 * 2) + 1;\n *(short *)((long)&generic_bignum + lVar12 * 2) = sVar14;\n lVar12 = lVar12 + 1;\n } while (sVar14 == 0);\n }\n }\n else if (bVar1 == 0x21) {\n if ((short)generic_bignum == 0) {\n lVar3 = 1;\n do {\n lVar12 = lVar3;\n if (lVar17 == lVar12) break;\n lVar3 = lVar12 + 1;\n } while ((&DAT_0019d91e)[lVar12 + 1] == 0);\n }\n else {\n lVar12 = 0;\n }\n expressionP->X_add_number = (ulong)(lVar17 <= lVar12);\n *(ushort *)&expressionP->field_0x18 =\n *(ushort *)&expressionP->field_0x18 & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }" statement_identifier : (if_statement "if (0 < lVar17) {\n if ((bVar1 == 0x7e) || (bVar19)) {\n puVar11 = (ushort *)&generic_bignum;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&generic_bignum + lVar17 * 2));\n lVar12 = (long)(int)lVar17;\n if ((lVar17 < 0x14) && (expressionP->X_add_number = 0x14, (int)lVar17 < 0x14)) {\n do {\n *(undefined2 *)((long)&generic_bignum + lVar12 * 2) = 0xffff;\n lVar12 = lVar12 + 1;\n } while ((int)lVar12 < 0x14);\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = 0x14;\n }\n else {\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = expressionP->X_add_number;\n }\n generic_bignum._0_2_ = (short)generic_bignum + 1;\n if ((short)generic_bignum == 0) {\n lVar12 = 1;\n do {\n if (lVar17 <= lVar12) break;\n sVar14 = *(short *)((long)&generic_bignum + lVar12 * 2) + 1;\n *(short *)((long)&generic_bignum + lVar12 * 2) = sVar14;\n lVar12 = lVar12 + 1;\n } while (sVar14 == 0);\n }\n }\n else if (bVar1 == 0x21) {\n if ((short)generic_bignum == 0) {\n lVar3 = 1;\n do {\n lVar12 = lVar3;\n if (lVar17 == lVar12) break;\n lVar3 = lVar12 + 1;\n } while ((&DAT_0019d91e)[lVar12 + 1] == 0);\n }\n else {\n lVar12 = 0;\n }\n expressionP->X_add_number = (ulong)(lVar17 <= lVar12);\n *(ushort *)&expressionP->field_0x18 =\n *(ushort *)&expressionP->field_0x18 & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(0 < lVar17)" ( (binary_expression "0 < lVar17" number_literal < identifier) )) (compound_statement "{\n if ((bVar1 == 0x7e) || (bVar19)) {\n puVar11 = (ushort *)&generic_bignum;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&generic_bignum + lVar17 * 2));\n lVar12 = (long)(int)lVar17;\n if ((lVar17 < 0x14) && (expressionP->X_add_number = 0x14, (int)lVar17 < 0x14)) {\n do {\n *(undefined2 *)((long)&generic_bignum + lVar12 * 2) = 0xffff;\n lVar12 = lVar12 + 1;\n } while ((int)lVar12 < 0x14);\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = 0x14;\n }\n else {\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = expressionP->X_add_number;\n }\n generic_bignum._0_2_ = (short)generic_bignum + 1;\n if ((short)generic_bignum == 0) {\n lVar12 = 1;\n do {\n if (lVar17 <= lVar12) break;\n sVar14 = *(short *)((long)&generic_bignum + lVar12 * 2) + 1;\n *(short *)((long)&generic_bignum + lVar12 * 2) = sVar14;\n lVar12 = lVar12 + 1;\n } while (sVar14 == 0);\n }\n }\n else if (bVar1 == 0x21) {\n if ((short)generic_bignum == 0) {\n lVar3 = 1;\n do {\n lVar12 = lVar3;\n if (lVar17 == lVar12) break;\n lVar3 = lVar12 + 1;\n } while ((&DAT_0019d91e)[lVar12 + 1] == 0);\n }\n else {\n lVar12 = 0;\n }\n expressionP->X_add_number = (ulong)(lVar17 <= lVar12);\n *(ushort *)&expressionP->field_0x18 =\n *(ushort *)&expressionP->field_0x18 & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }" { (if_statement "if ((bVar1 == 0x7e) || (bVar19)) {\n puVar11 = (ushort *)&generic_bignum;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&generic_bignum + lVar17 * 2));\n lVar12 = (long)(int)lVar17;\n if ((lVar17 < 0x14) && (expressionP->X_add_number = 0x14, (int)lVar17 < 0x14)) {\n do {\n *(undefined2 *)((long)&generic_bignum + lVar12 * 2) = 0xffff;\n lVar12 = lVar12 + 1;\n } while ((int)lVar12 < 0x14);\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = 0x14;\n }\n else {\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = expressionP->X_add_number;\n }\n generic_bignum._0_2_ = (short)generic_bignum + 1;\n if ((short)generic_bignum == 0) {\n lVar12 = 1;\n do {\n if (lVar17 <= lVar12) break;\n sVar14 = *(short *)((long)&generic_bignum + lVar12 * 2) + 1;\n *(short *)((long)&generic_bignum + lVar12 * 2) = sVar14;\n lVar12 = lVar12 + 1;\n } while (sVar14 == 0);\n }\n }\n else if (bVar1 == 0x21) {\n if ((short)generic_bignum == 0) {\n lVar3 = 1;\n do {\n lVar12 = lVar3;\n if (lVar17 == lVar12) break;\n lVar3 = lVar12 + 1;\n } while ((&DAT_0019d91e)[lVar12 + 1] == 0);\n }\n else {\n lVar12 = 0;\n }\n expressionP->X_add_number = (ulong)(lVar17 <= lVar12);\n *(ushort *)&expressionP->field_0x18 =\n *(ushort *)&expressionP->field_0x18 & 0xfc00 | 0x102;\n }" if (parenthesized_expression "((bVar1 == 0x7e) || (bVar19))" ( (binary_expression "(bVar1 == 0x7e) || (bVar19)" (parenthesized_expression "(bVar1 == 0x7e)" ( (binary_expression "bVar1 == 0x7e" identifier == number_literal) )) || (parenthesized_expression "(bVar19)" ( identifier ))) )) (compound_statement "{\n puVar11 = (ushort *)&generic_bignum;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&generic_bignum + lVar17 * 2));\n lVar12 = (long)(int)lVar17;\n if ((lVar17 < 0x14) && (expressionP->X_add_number = 0x14, (int)lVar17 < 0x14)) {\n do {\n *(undefined2 *)((long)&generic_bignum + lVar12 * 2) = 0xffff;\n lVar12 = lVar12 + 1;\n } while ((int)lVar12 < 0x14);\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = 0x14;\n }\n else {\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = expressionP->X_add_number;\n }\n generic_bignum._0_2_ = (short)generic_bignum + 1;\n if ((short)generic_bignum == 0) {\n lVar12 = 1;\n do {\n if (lVar17 <= lVar12) break;\n sVar14 = *(short *)((long)&generic_bignum + lVar12 * 2) + 1;\n *(short *)((long)&generic_bignum + lVar12 * 2) = sVar14;\n lVar12 = lVar12 + 1;\n } while (sVar14 == 0);\n }\n }" { (expression_statement "puVar11 = (ushort *)&generic_bignum;" (assignment_expression "puVar11 = (ushort *)&generic_bignum" identifier = (cast_expression "(ushort *)&generic_bignum" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&generic_bignum" & identifier))) ;) (do_statement "do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&generic_bignum + lVar17 * 2));" do (compound_statement "{\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n }" { (expression_statement "*puVar11 = ~*puVar11;" (assignment_expression "*puVar11 = ~*puVar11" (pointer_expression "*puVar11" * identifier) = (unary_expression "~*puVar11" ~ (pointer_expression "*puVar11" * identifier))) ;) (expression_statement "puVar11 = puVar11 + 1;" (assignment_expression "puVar11 = puVar11 + 1" identifier = (binary_expression "puVar11 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(puVar11 != (ushort *)((long)&generic_bignum + lVar17 * 2))" ( (binary_expression "puVar11 != (ushort *)((long)&generic_bignum + lVar17 * 2)" identifier != (cast_expression "(ushort *)((long)&generic_bignum + lVar17 * 2)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&generic_bignum + lVar17 * 2)" ( (binary_expression "(long)&generic_bignum + lVar17 * 2" (cast_expression "(long)&generic_bignum" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&generic_bignum" & identifier)) + (binary_expression "lVar17 * 2" identifier * number_literal)) )))) )) ;) (expression_statement "lVar12 = (long)(int)lVar17;" (assignment_expression "lVar12 = (long)(int)lVar17" identifier = (cast_expression "(long)(int)lVar17" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)lVar17" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (if_statement "if ((lVar17 < 0x14) && (expressionP->X_add_number = 0x14, (int)lVar17 < 0x14)) {\n do {\n *(undefined2 *)((long)&generic_bignum + lVar12 * 2) = 0xffff;\n lVar12 = lVar12 + 1;\n } while ((int)lVar12 < 0x14);\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = 0x14;\n }\n else {\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = expressionP->X_add_number;\n }" if (parenthesized_expression "((lVar17 < 0x14) && (expressionP->X_add_number = 0x14, (int)lVar17 < 0x14))" ( (binary_expression "(lVar17 < 0x14) && (expressionP->X_add_number = 0x14, (int)lVar17 < 0x14)" (parenthesized_expression "(lVar17 < 0x14)" ( (binary_expression "lVar17 < 0x14" identifier < number_literal) )) && (parenthesized_expression "(expressionP->X_add_number = 0x14, (int)lVar17 < 0x14)" ( (comma_expression "expressionP->X_add_number = 0x14, (int)lVar17 < 0x14" (assignment_expression "expressionP->X_add_number = 0x14" (field_expression "expressionP->X_add_number" identifier -> field_identifier) = number_literal) , (binary_expression "(int)lVar17 < 0x14" (cast_expression "(int)lVar17" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal)) ))) )) (compound_statement "{\n do {\n *(undefined2 *)((long)&generic_bignum + lVar12 * 2) = 0xffff;\n lVar12 = lVar12 + 1;\n } while ((int)lVar12 < 0x14);\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = 0x14;\n }" { (do_statement "do {\n *(undefined2 *)((long)&generic_bignum + lVar12 * 2) = 0xffff;\n lVar12 = lVar12 + 1;\n } while ((int)lVar12 < 0x14);" do (compound_statement "{\n *(undefined2 *)((long)&generic_bignum + lVar12 * 2) = 0xffff;\n lVar12 = lVar12 + 1;\n }" { (expression_statement "*(undefined2 *)((long)&generic_bignum + lVar12 * 2) = 0xffff;" (assignment_expression "*(undefined2 *)((long)&generic_bignum + lVar12 * 2) = 0xffff" (pointer_expression "*(undefined2 *)((long)&generic_bignum + lVar12 * 2)" * (cast_expression "(undefined2 *)((long)&generic_bignum + lVar12 * 2)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&generic_bignum + lVar12 * 2)" ( (binary_expression "(long)&generic_bignum + lVar12 * 2" (cast_expression "(long)&generic_bignum" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&generic_bignum" & identifier)) + (binary_expression "lVar12 * 2" identifier * number_literal)) )))) = number_literal) ;) (expression_statement "lVar12 = lVar12 + 1;" (assignment_expression "lVar12 = lVar12 + 1" identifier = (binary_expression "lVar12 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((int)lVar12 < 0x14)" ( (binary_expression "(int)lVar12 < 0x14" (cast_expression "(int)lVar12" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) ;) (if_statement "if (!bVar19) goto LAB_00116cf3;" if (parenthesized_expression "(!bVar19)" ( (unary_expression "!bVar19" ! identifier) )) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;)) (expression_statement "lVar17 = 0x14;" (assignment_expression "lVar17 = 0x14" identifier = number_literal) ;) }) (else_clause "else {\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = expressionP->X_add_number;\n }" else (compound_statement "{\n if (!bVar19) goto LAB_00116cf3;\n lVar17 = expressionP->X_add_number;\n }" { (if_statement "if (!bVar19) goto LAB_00116cf3;" if (parenthesized_expression "(!bVar19)" ( (unary_expression "!bVar19" ! identifier) )) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;)) (expression_statement "lVar17 = expressionP->X_add_number;" (assignment_expression "lVar17 = expressionP->X_add_number" identifier = (field_expression "expressionP->X_add_number" identifier -> field_identifier)) ;) }))) (expression_statement "generic_bignum._0_2_ = (short)generic_bignum + 1;" (assignment_expression "generic_bignum._0_2_ = (short)generic_bignum + 1" (field_expression "generic_bignum._0_2_" identifier . field_identifier) = (binary_expression "(short)generic_bignum + 1" (cast_expression "(short)generic_bignum" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) identifier) + number_literal)) ;) (if_statement "if ((short)generic_bignum == 0) {\n lVar12 = 1;\n do {\n if (lVar17 <= lVar12) break;\n sVar14 = *(short *)((long)&generic_bignum + lVar12 * 2) + 1;\n *(short *)((long)&generic_bignum + lVar12 * 2) = sVar14;\n lVar12 = lVar12 + 1;\n } while (sVar14 == 0);\n }" if (parenthesized_expression "((short)generic_bignum == 0)" ( (binary_expression "(short)generic_bignum == 0" (cast_expression "(short)generic_bignum" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) identifier) == number_literal) )) (compound_statement "{\n lVar12 = 1;\n do {\n if (lVar17 <= lVar12) break;\n sVar14 = *(short *)((long)&generic_bignum + lVar12 * 2) + 1;\n *(short *)((long)&generic_bignum + lVar12 * 2) = sVar14;\n lVar12 = lVar12 + 1;\n } while (sVar14 == 0);\n }" { (expression_statement "lVar12 = 1;" (assignment_expression "lVar12 = 1" identifier = number_literal) ;) (do_statement "do {\n if (lVar17 <= lVar12) break;\n sVar14 = *(short *)((long)&generic_bignum + lVar12 * 2) + 1;\n *(short *)((long)&generic_bignum + lVar12 * 2) = sVar14;\n lVar12 = lVar12 + 1;\n } while (sVar14 == 0);" do (compound_statement "{\n if (lVar17 <= lVar12) break;\n sVar14 = *(short *)((long)&generic_bignum + lVar12 * 2) + 1;\n *(short *)((long)&generic_bignum + lVar12 * 2) = sVar14;\n lVar12 = lVar12 + 1;\n }" { (if_statement "if (lVar17 <= lVar12) break;" if (parenthesized_expression "(lVar17 <= lVar12)" ( (binary_expression "lVar17 <= lVar12" identifier <= identifier) )) (break_statement "break;" break ;)) (expression_statement "sVar14 = *(short *)((long)&generic_bignum + lVar12 * 2) + 1;" (assignment_expression "sVar14 = *(short *)((long)&generic_bignum + lVar12 * 2) + 1" identifier = (binary_expression "*(short *)((long)&generic_bignum + lVar12 * 2) + 1" (pointer_expression "*(short *)((long)&generic_bignum + lVar12 * 2)" * (cast_expression "(short *)((long)&generic_bignum + lVar12 * 2)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&generic_bignum + lVar12 * 2)" ( (binary_expression "(long)&generic_bignum + lVar12 * 2" (cast_expression "(long)&generic_bignum" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&generic_bignum" & identifier)) + (binary_expression "lVar12 * 2" identifier * number_literal)) )))) + number_literal)) ;) (expression_statement "*(short *)((long)&generic_bignum + lVar12 * 2) = sVar14;" (assignment_expression "*(short *)((long)&generic_bignum + lVar12 * 2) = sVar14" (pointer_expression "*(short *)((long)&generic_bignum + lVar12 * 2)" * (cast_expression "(short *)((long)&generic_bignum + lVar12 * 2)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&generic_bignum + lVar12 * 2)" ( (binary_expression "(long)&generic_bignum + lVar12 * 2" (cast_expression "(long)&generic_bignum" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&generic_bignum" & identifier)) + (binary_expression "lVar12 * 2" identifier * number_literal)) )))) = identifier) ;) (expression_statement "lVar12 = lVar12 + 1;" (assignment_expression "lVar12 = lVar12 + 1" identifier = (binary_expression "lVar12 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(sVar14 == 0)" ( (binary_expression "sVar14 == 0" identifier == number_literal) )) ;) })) }) (else_clause "else if (bVar1 == 0x21) {\n if ((short)generic_bignum == 0) {\n lVar3 = 1;\n do {\n lVar12 = lVar3;\n if (lVar17 == lVar12) break;\n lVar3 = lVar12 + 1;\n } while ((&DAT_0019d91e)[lVar12 + 1] == 0);\n }\n else {\n lVar12 = 0;\n }\n expressionP->X_add_number = (ulong)(lVar17 <= lVar12);\n *(ushort *)&expressionP->field_0x18 =\n *(ushort *)&expressionP->field_0x18 & 0xfc00 | 0x102;\n }" else (if_statement "if (bVar1 == 0x21) {\n if ((short)generic_bignum == 0) {\n lVar3 = 1;\n do {\n lVar12 = lVar3;\n if (lVar17 == lVar12) break;\n lVar3 = lVar12 + 1;\n } while ((&DAT_0019d91e)[lVar12 + 1] == 0);\n }\n else {\n lVar12 = 0;\n }\n expressionP->X_add_number = (ulong)(lVar17 <= lVar12);\n *(ushort *)&expressionP->field_0x18 =\n *(ushort *)&expressionP->field_0x18 & 0xfc00 | 0x102;\n }" if (parenthesized_expression "(bVar1 == 0x21)" ( (binary_expression "bVar1 == 0x21" identifier == number_literal) )) (compound_statement "{\n if ((short)generic_bignum == 0) {\n lVar3 = 1;\n do {\n lVar12 = lVar3;\n if (lVar17 == lVar12) break;\n lVar3 = lVar12 + 1;\n } while ((&DAT_0019d91e)[lVar12 + 1] == 0);\n }\n else {\n lVar12 = 0;\n }\n expressionP->X_add_number = (ulong)(lVar17 <= lVar12);\n *(ushort *)&expressionP->field_0x18 =\n *(ushort *)&expressionP->field_0x18 & 0xfc00 | 0x102;\n }" { (if_statement "if ((short)generic_bignum == 0) {\n lVar3 = 1;\n do {\n lVar12 = lVar3;\n if (lVar17 == lVar12) break;\n lVar3 = lVar12 + 1;\n } while ((&DAT_0019d91e)[lVar12 + 1] == 0);\n }\n else {\n lVar12 = 0;\n }" if (parenthesized_expression "((short)generic_bignum == 0)" ( (binary_expression "(short)generic_bignum == 0" (cast_expression "(short)generic_bignum" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) identifier) == number_literal) )) (compound_statement "{\n lVar3 = 1;\n do {\n lVar12 = lVar3;\n if (lVar17 == lVar12) break;\n lVar3 = lVar12 + 1;\n } while ((&DAT_0019d91e)[lVar12 + 1] == 0);\n }" { (expression_statement "lVar3 = 1;" (assignment_expression "lVar3 = 1" identifier = number_literal) ;) (do_statement "do {\n lVar12 = lVar3;\n if (lVar17 == lVar12) break;\n lVar3 = lVar12 + 1;\n } while ((&DAT_0019d91e)[lVar12 + 1] == 0);" do (compound_statement "{\n lVar12 = lVar3;\n if (lVar17 == lVar12) break;\n lVar3 = lVar12 + 1;\n }" { (expression_statement "lVar12 = lVar3;" (assignment_expression "lVar12 = lVar3" identifier = identifier) ;) (if_statement "if (lVar17 == lVar12) break;" if (parenthesized_expression "(lVar17 == lVar12)" ( (binary_expression "lVar17 == lVar12" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "lVar3 = lVar12 + 1;" (assignment_expression "lVar3 = lVar12 + 1" identifier = (binary_expression "lVar12 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((&DAT_0019d91e)[lVar12 + 1] == 0)" ( (binary_expression "(&DAT_0019d91e)[lVar12 + 1] == 0" (subscript_expression "(&DAT_0019d91e)[lVar12 + 1]" (parenthesized_expression "(&DAT_0019d91e)" ( (pointer_expression "&DAT_0019d91e" & identifier) )) [ (binary_expression "lVar12 + 1" identifier + number_literal) ]) == number_literal) )) ;) }) (else_clause "else {\n lVar12 = 0;\n }" else (compound_statement "{\n lVar12 = 0;\n }" { (expression_statement "lVar12 = 0;" (assignment_expression "lVar12 = 0" identifier = number_literal) ;) }))) (expression_statement "expressionP->X_add_number = (ulong)(lVar17 <= lVar12);" (assignment_expression "expressionP->X_add_number = (ulong)(lVar17 <= lVar12)" (field_expression "expressionP->X_add_number" identifier -> field_identifier) = (call_expression "(ulong)(lVar17 <= lVar12)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(lVar17 <= lVar12)" ( (binary_expression "lVar17 <= lVar12" identifier <= identifier) )))) ;) (expression_statement "*(ushort *)&expressionP->field_0x18 =\n *(ushort *)&expressionP->field_0x18 & 0xfc00 | 0x102;" (assignment_expression "*(ushort *)&expressionP->field_0x18 =\n *(ushort *)&expressionP->field_0x18 & 0xfc00 | 0x102" (pointer_expression "*(ushort *)&expressionP->field_0x18" * (cast_expression "(ushort *)&expressionP->field_0x18" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&expressionP->field_0x18" & (field_expression "expressionP->field_0x18" identifier -> field_identifier)))) = (binary_expression "*(ushort *)&expressionP->field_0x18 & 0xfc00 | 0x102" (binary_expression "*(ushort *)&expressionP->field_0x18 & 0xfc00" (pointer_expression "*(ushort *)&expressionP->field_0x18" * (cast_expression "(ushort *)&expressionP->field_0x18" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&expressionP->field_0x18" & (field_expression "expressionP->field_0x18" identifier -> field_identifier)))) & number_literal) | number_literal)) ;) })))) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) }))) (goto_statement "goto LAB_00117105;" goto statement_identifier ;) })) (if_statement "if ((generic_floating_point_number.sign == '+') || (generic_floating_point_number.sign == 'P')\n ) {\n bVar19 = generic_floating_point_number.sign == '+';\n generic_floating_point_number.sign = 'N';\n if (bVar19) {\n generic_floating_point_number.sign = '-';\n }\n goto LAB_00116cf3;\n }" if (parenthesized_expression "((generic_floating_point_number.sign == '+') || (generic_floating_point_number.sign == 'P')\n )" ( (binary_expression "(generic_floating_point_number.sign == '+') || (generic_floating_point_number.sign == 'P')" (parenthesized_expression "(generic_floating_point_number.sign == '+')" ( (binary_expression "generic_floating_point_number.sign == '+'" (field_expression "generic_floating_point_number.sign" identifier . field_identifier) == (char_literal "'+'" ' character ')) )) || (parenthesized_expression "(generic_floating_point_number.sign == 'P')" ( (binary_expression "generic_floating_point_number.sign == 'P'" (field_expression "generic_floating_point_number.sign" identifier . field_identifier) == (char_literal "'P'" ' character ')) ))) )) (compound_statement "{\n bVar19 = generic_floating_point_number.sign == '+';\n generic_floating_point_number.sign = 'N';\n if (bVar19) {\n generic_floating_point_number.sign = '-';\n }\n goto LAB_00116cf3;\n }" { (expression_statement "bVar19 = generic_floating_point_number.sign == '+';" (assignment_expression "bVar19 = generic_floating_point_number.sign == '+'" identifier = (binary_expression "generic_floating_point_number.sign == '+'" (field_expression "generic_floating_point_number.sign" identifier . field_identifier) == (char_literal "'+'" ' character '))) ;) (expression_statement "generic_floating_point_number.sign = 'N';" (assignment_expression "generic_floating_point_number.sign = 'N'" (field_expression "generic_floating_point_number.sign" identifier . field_identifier) = (char_literal "'N'" ' character ')) ;) (if_statement "if (bVar19) {\n generic_floating_point_number.sign = '-';\n }" if (parenthesized_expression "(bVar19)" ( identifier )) (compound_statement "{\n generic_floating_point_number.sign = '-';\n }" { (expression_statement "generic_floating_point_number.sign = '-';" (assignment_expression "generic_floating_point_number.sign = '-'" (field_expression "generic_floating_point_number.sign" identifier . field_identifier) = (char_literal "'-'" ' character ')) ;) })) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })) }) (else_clause "else {\nLAB_001170fd:\n if (bVar4 < 2) {\n pcVar10 = (char *)dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n as_warn(pcVar10);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar1 == 0x2b) goto LAB_00116cf3;\n }" else (compound_statement "{\nLAB_001170fd:\n if (bVar4 < 2) {\n pcVar10 = (char *)dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n as_warn(pcVar10);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar1 == 0x2b) goto LAB_00116cf3;\n }" { (labeled_statement "LAB_001170fd:\n if (bVar4 < 2) {\n pcVar10 = (char *)dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n as_warn(pcVar10);\n goto LAB_00116cf3;\n }" statement_identifier : (if_statement "if (bVar4 < 2) {\n pcVar10 = (char *)dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n as_warn(pcVar10);\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(bVar4 < 2)" ( (binary_expression "bVar4 < 2" identifier < number_literal) )) (compound_statement "{\n pcVar10 = (char *)dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n as_warn(pcVar10);\n goto LAB_00116cf3;\n }" { (expression_statement "pcVar10 = (char *)dcgettext(0,"Unary operator %c ignored because bad operand follows",5);" (assignment_expression "pcVar10 = (char *)dcgettext(0,"Unary operator %c ignored because bad operand follows",5)" identifier = (cast_expression "(char *)dcgettext(0,"Unary operator %c ignored because bad operand follows",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"Unary operator %c ignored because bad operand follows",5)" identifier (argument_list "(0,"Unary operator %c ignored because bad operand follows",5)" ( number_literal , (string_literal ""Unary operator %c ignored because bad operand follows"" " string_content ") , number_literal ))))) ;) (expression_statement "as_warn(pcVar10);" (call_expression "as_warn(pcVar10)" identifier (argument_list "(pcVar10)" ( identifier ))) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) }))) (labeled_statement "LAB_00117105:\n if (bVar1 == 0x2b) goto LAB_00116cf3;" statement_identifier : (if_statement "if (bVar1 == 0x2b) goto LAB_00116cf3;" if (parenthesized_expression "(bVar1 == 0x2b)" ( (binary_expression "bVar1 == 0x2b" identifier == number_literal) )) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;))) }))) (expression_statement "psVar7 = make_expr_symbol(expressionP);" (assignment_expression "psVar7 = make_expr_symbol(expressionP)" identifier = (call_expression "make_expr_symbol(expressionP)" identifier (argument_list "(expressionP)" ( identifier )))) ;) (expression_statement "expressionP->X_add_symbol = psVar7;" (assignment_expression "expressionP->X_add_symbol = psVar7" (field_expression "expressionP->X_add_symbol" identifier -> field_identifier) = identifier) ;) (if_statement "if (bVar1 == 0x2d) {\n expressionP->field_0x18 = 7;\n }\n else if ((bVar1 == 0x7e) || (bVar1 == 0x22)) {\n expressionP->field_0x18 = 8;\n }\n else {\n expressionP->field_0x18 = 9;\n }" if (parenthesized_expression "(bVar1 == 0x2d)" ( (binary_expression "bVar1 == 0x2d" identifier == number_literal) )) (compound_statement "{\n expressionP->field_0x18 = 7;\n }" { (expression_statement "expressionP->field_0x18 = 7;" (assignment_expression "expressionP->field_0x18 = 7" (field_expression "expressionP->field_0x18" identifier -> field_identifier) = number_literal) ;) }) (else_clause "else if ((bVar1 == 0x7e) || (bVar1 == 0x22)) {\n expressionP->field_0x18 = 8;\n }\n else {\n expressionP->field_0x18 = 9;\n }" else (if_statement "if ((bVar1 == 0x7e) || (bVar1 == 0x22)) {\n expressionP->field_0x18 = 8;\n }\n else {\n expressionP->field_0x18 = 9;\n }" if (parenthesized_expression "((bVar1 == 0x7e) || (bVar1 == 0x22))" ( (binary_expression "(bVar1 == 0x7e) || (bVar1 == 0x22)" (parenthesized_expression "(bVar1 == 0x7e)" ( (binary_expression "bVar1 == 0x7e" identifier == number_literal) )) || (parenthesized_expression "(bVar1 == 0x22)" ( (binary_expression "bVar1 == 0x22" identifier == number_literal) ))) )) (compound_statement "{\n expressionP->field_0x18 = 8;\n }" { (expression_statement "expressionP->field_0x18 = 8;" (assignment_expression "expressionP->field_0x18 = 8" (field_expression "expressionP->field_0x18" identifier -> field_identifier) = number_literal) ;) }) (else_clause "else {\n expressionP->field_0x18 = 9;\n }" else (compound_statement "{\n expressionP->field_0x18 = 9;\n }" { (expression_statement "expressionP->field_0x18 = 9;" (assignment_expression "expressionP->field_0x18 = 9" (field_expression "expressionP->field_0x18" identifier -> field_identifier) = number_literal) ;) }))))) (goto_statement "goto LAB_0011713c;" goto statement_identifier ;)) (case_statement "default:\n if (((lex_type[bVar1] & 2) != 0) || (bVar1 == 0x22)) break;\n expressionP->field_0x18 = 1;\n pcVar10 = (char *)dcgettext(0,"bad expression",5);\n as_bad(pcVar10);\n goto LAB_001171c1;" default : (if_statement "if (((lex_type[bVar1] & 2) != 0) || (bVar1 == 0x22)) break;" if (parenthesized_expression "(((lex_type[bVar1] & 2) != 0) || (bVar1 == 0x22))" ( (binary_expression "((lex_type[bVar1] & 2) != 0) || (bVar1 == 0x22)" (parenthesized_expression "((lex_type[bVar1] & 2) != 0)" ( (binary_expression "(lex_type[bVar1] & 2) != 0" (parenthesized_expression "(lex_type[bVar1] & 2)" ( (binary_expression "lex_type[bVar1] & 2" (subscript_expression "lex_type[bVar1]" identifier [ identifier ]) & number_literal) )) != number_literal) )) || (parenthesized_expression "(bVar1 == 0x22)" ( (binary_expression "bVar1 == 0x22" identifier == number_literal) ))) )) (break_statement "break;" break ;)) (expression_statement "expressionP->field_0x18 = 1;" (assignment_expression "expressionP->field_0x18 = 1" (field_expression "expressionP->field_0x18" identifier -> field_identifier) = number_literal) ;) (expression_statement "pcVar10 = (char *)dcgettext(0,"bad expression",5);" (assignment_expression "pcVar10 = (char *)dcgettext(0,"bad expression",5)" identifier = (cast_expression "(char *)dcgettext(0,"bad expression",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"bad expression",5)" identifier (argument_list "(0,"bad expression",5)" ( number_literal , (string_literal ""bad expression"" " string_content ") , number_literal ))))) ;) (expression_statement "as_bad(pcVar10);" (call_expression "as_bad(pcVar10)" identifier (argument_list "(pcVar10)" ( identifier ))) ;) (goto_statement "goto LAB_001171c1;" goto statement_identifier ;)) (case_statement "case 0x24:\n if ((lex_type[pbVar16[1]] & 1) == 0) {\nLAB_0011715e:\n if (now_seg == (segT)(_bfd_std_section + 0x230)) {\n expressionP->field_0x18 = 2;\n expressionP->X_add_number = aVar2;\n }\n else {\n expressionP->field_0x18 = 3;\n expressionP->X_add_symbol = &dot_symbol;\n expressionP->X_add_number = 0;\n }\n goto LAB_00116cf3;\n }\n break;" case number_literal : (if_statement "if ((lex_type[pbVar16[1]] & 1) == 0) {\nLAB_0011715e:\n if (now_seg == (segT)(_bfd_std_section + 0x230)) {\n expressionP->field_0x18 = 2;\n expressionP->X_add_number = aVar2;\n }\n else {\n expressionP->field_0x18 = 3;\n expressionP->X_add_symbol = &dot_symbol;\n expressionP->X_add_number = 0;\n }\n goto LAB_00116cf3;\n }" if (parenthesized_expression "((lex_type[pbVar16[1]] & 1) == 0)" ( (binary_expression "(lex_type[pbVar16[1]] & 1) == 0" (parenthesized_expression "(lex_type[pbVar16[1]] & 1)" ( (binary_expression "lex_type[pbVar16[1]] & 1" (subscript_expression "lex_type[pbVar16[1]]" identifier [ (subscript_expression "pbVar16[1]" identifier [ number_literal ]) ]) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_0011715e:\n if (now_seg == (segT)(_bfd_std_section + 0x230)) {\n expressionP->field_0x18 = 2;\n expressionP->X_add_number = aVar2;\n }\n else {\n expressionP->field_0x18 = 3;\n expressionP->X_add_symbol = &dot_symbol;\n expressionP->X_add_number = 0;\n }\n goto LAB_00116cf3;\n }" { (labeled_statement "LAB_0011715e:\n if (now_seg == (segT)(_bfd_std_section + 0x230)) {\n expressionP->field_0x18 = 2;\n expressionP->X_add_number = aVar2;\n }\n else {\n expressionP->field_0x18 = 3;\n expressionP->X_add_symbol = &dot_symbol;\n expressionP->X_add_number = 0;\n }" statement_identifier : (if_statement "if (now_seg == (segT)(_bfd_std_section + 0x230)) {\n expressionP->field_0x18 = 2;\n expressionP->X_add_number = aVar2;\n }\n else {\n expressionP->field_0x18 = 3;\n expressionP->X_add_symbol = &dot_symbol;\n expressionP->X_add_number = 0;\n }" if (parenthesized_expression "(now_seg == (segT)(_bfd_std_section + 0x230))" ( (binary_expression "now_seg == (segT)(_bfd_std_section + 0x230)" identifier == (call_expression "(segT)(_bfd_std_section + 0x230)" (parenthesized_expression "(segT)" ( identifier )) (argument_list "(_bfd_std_section + 0x230)" ( (binary_expression "_bfd_std_section + 0x230" identifier + number_literal) )))) )) (compound_statement "{\n expressionP->field_0x18 = 2;\n expressionP->X_add_number = aVar2;\n }" { (expression_statement "expressionP->field_0x18 = 2;" (assignment_expression "expressionP->field_0x18 = 2" (field_expression "expressionP->field_0x18" identifier -> field_identifier) = number_literal) ;) (expression_statement "expressionP->X_add_number = aVar2;" (assignment_expression "expressionP->X_add_number = aVar2" (field_expression "expressionP->X_add_number" identifier -> field_identifier) = identifier) ;) }) (else_clause "else {\n expressionP->field_0x18 = 3;\n expressionP->X_add_symbol = &dot_symbol;\n expressionP->X_add_number = 0;\n }" else (compound_statement "{\n expressionP->field_0x18 = 3;\n expressionP->X_add_symbol = &dot_symbol;\n expressionP->X_add_number = 0;\n }" { (expression_statement "expressionP->field_0x18 = 3;" (assignment_expression "expressionP->field_0x18 = 3" (field_expression "expressionP->field_0x18" identifier -> field_identifier) = number_literal) ;) (expression_statement "expressionP->X_add_symbol = &dot_symbol;" (assignment_expression "expressionP->X_add_symbol = &dot_symbol" (field_expression "expressionP->X_add_symbol" identifier -> field_identifier) = (pointer_expression "&dot_symbol" & identifier)) ;) (expression_statement "expressionP->X_add_number = 0;" (assignment_expression "expressionP->X_add_number = 0" (field_expression "expressionP->X_add_number" identifier -> field_identifier) = number_literal) ;) })))) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })) (break_statement "break;" break ;)) (case_statement "case 0x27:\n input_line_pointer = (char *)(pbVar16 + 2);\n expressionP->field_0x18 = 2;\n expressionP->X_add_number = (long)(char)pbVar16[1];\n goto LAB_00116cf3;" case number_literal : (expression_statement "input_line_pointer = (char *)(pbVar16 + 2);" (assignment_expression "input_line_pointer = (char *)(pbVar16 + 2)" identifier = (cast_expression "(char *)(pbVar16 + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar16 + 2)" ( (binary_expression "pbVar16 + 2" identifier + number_literal) )))) ;) (expression_statement "expressionP->field_0x18 = 2;" (assignment_expression "expressionP->field_0x18 = 2" (field_expression "expressionP->field_0x18" identifier -> field_identifier) = number_literal) ;) (expression_statement "expressionP->X_add_number = (long)(char)pbVar16[1];" (assignment_expression "expressionP->X_add_number = (long)(char)pbVar16[1]" (field_expression "expressionP->X_add_number" identifier -> field_identifier) = (cast_expression "(long)(char)pbVar16[1]" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(char)pbVar16[1]" ( (type_descriptor "char" primitive_type) ) (subscript_expression "pbVar16[1]" identifier [ number_literal ])))) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;)) (case_statement "case 0x28:" case number_literal :) (case_statement "case 0x5b:\n paVar8 = expr(0,expressionP,mode);\n if (bVar1 == 0x28) {\n cVar5 = *input_line_pointer;\n if (cVar5 == ')') goto LAB_00116e81;\n if (cVar5 != '\0') {\n uVar18 = 0x29;\n goto LAB_0011740e;\n }\n uVar15 = 0x29;\n }\n else {\n if ((bVar1 != 0x5b) || (cVar5 = *input_line_pointer, cVar5 == ']')) {\nLAB_00116e81:\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116e8c;\n }\n uVar18 = 0x5d;\n if (cVar5 != '\0') {\nLAB_0011740e:\n pcVar10 = (char *)dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n as_bad(pcVar10,(ulong)(uint)(int)cVar5,uVar18);\n goto LAB_00116e8c;\n }\n uVar15 = 0x5d;\n }\n pcVar10 = (char *)dcgettext(0,"missing \'%c\'",5);\n as_bad(pcVar10,(ulong)uVar15);\nLAB_00116e8c:\n if (*input_line_pointer != ' ') {\n return paVar8;\n }\n input_line_pointer = input_line_pointer + 1;\n return paVar8;" case number_literal : (expression_statement "paVar8 = expr(0,expressionP,mode);" (assignment_expression "paVar8 = expr(0,expressionP,mode)" identifier = (call_expression "expr(0,expressionP,mode)" identifier (argument_list "(0,expressionP,mode)" ( number_literal , identifier , identifier )))) ;) (if_statement "if (bVar1 == 0x28) {\n cVar5 = *input_line_pointer;\n if (cVar5 == ')') goto LAB_00116e81;\n if (cVar5 != '\0') {\n uVar18 = 0x29;\n goto LAB_0011740e;\n }\n uVar15 = 0x29;\n }\n else {\n if ((bVar1 != 0x5b) || (cVar5 = *input_line_pointer, cVar5 == ']')) {\nLAB_00116e81:\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116e8c;\n }\n uVar18 = 0x5d;\n if (cVar5 != '\0') {\nLAB_0011740e:\n pcVar10 = (char *)dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n as_bad(pcVar10,(ulong)(uint)(int)cVar5,uVar18);\n goto LAB_00116e8c;\n }\n uVar15 = 0x5d;\n }" if (parenthesized_expression "(bVar1 == 0x28)" ( (binary_expression "bVar1 == 0x28" identifier == number_literal) )) (compound_statement "{\n cVar5 = *input_line_pointer;\n if (cVar5 == ')') goto LAB_00116e81;\n if (cVar5 != '\0') {\n uVar18 = 0x29;\n goto LAB_0011740e;\n }\n uVar15 = 0x29;\n }" { (expression_statement "cVar5 = *input_line_pointer;" (assignment_expression "cVar5 = *input_line_pointer" identifier = (pointer_expression "*input_line_pointer" * identifier)) ;) (if_statement "if (cVar5 == ')') goto LAB_00116e81;" if (parenthesized_expression "(cVar5 == ')')" ( (binary_expression "cVar5 == ')'" identifier == (char_literal "')'" ' character ')) )) (goto_statement "goto LAB_00116e81;" goto statement_identifier ;)) (if_statement "if (cVar5 != '\0') {\n uVar18 = 0x29;\n goto LAB_0011740e;\n }" if (parenthesized_expression "(cVar5 != '\0')" ( (binary_expression "cVar5 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar18 = 0x29;\n goto LAB_0011740e;\n }" { (expression_statement "uVar18 = 0x29;" (assignment_expression "uVar18 = 0x29" identifier = number_literal) ;) (goto_statement "goto LAB_0011740e;" goto statement_identifier ;) })) (expression_statement "uVar15 = 0x29;" (assignment_expression "uVar15 = 0x29" identifier = number_literal) ;) }) (else_clause "else {\n if ((bVar1 != 0x5b) || (cVar5 = *input_line_pointer, cVar5 == ']')) {\nLAB_00116e81:\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116e8c;\n }\n uVar18 = 0x5d;\n if (cVar5 != '\0') {\nLAB_0011740e:\n pcVar10 = (char *)dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n as_bad(pcVar10,(ulong)(uint)(int)cVar5,uVar18);\n goto LAB_00116e8c;\n }\n uVar15 = 0x5d;\n }" else (compound_statement "{\n if ((bVar1 != 0x5b) || (cVar5 = *input_line_pointer, cVar5 == ']')) {\nLAB_00116e81:\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116e8c;\n }\n uVar18 = 0x5d;\n if (cVar5 != '\0') {\nLAB_0011740e:\n pcVar10 = (char *)dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n as_bad(pcVar10,(ulong)(uint)(int)cVar5,uVar18);\n goto LAB_00116e8c;\n }\n uVar15 = 0x5d;\n }" { (if_statement "if ((bVar1 != 0x5b) || (cVar5 = *input_line_pointer, cVar5 == ']')) {\nLAB_00116e81:\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116e8c;\n }" if (parenthesized_expression "((bVar1 != 0x5b) || (cVar5 = *input_line_pointer, cVar5 == ']'))" ( (binary_expression "(bVar1 != 0x5b) || (cVar5 = *input_line_pointer, cVar5 == ']')" (parenthesized_expression "(bVar1 != 0x5b)" ( (binary_expression "bVar1 != 0x5b" identifier != number_literal) )) || (parenthesized_expression "(cVar5 = *input_line_pointer, cVar5 == ']')" ( (comma_expression "cVar5 = *input_line_pointer, cVar5 == ']'" (assignment_expression "cVar5 = *input_line_pointer" identifier = (pointer_expression "*input_line_pointer" * identifier)) , (binary_expression "cVar5 == ']'" identifier == (char_literal "']'" ' character '))) ))) )) (compound_statement "{\nLAB_00116e81:\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116e8c;\n }" { (labeled_statement "LAB_00116e81:\n input_line_pointer = input_line_pointer + 1;" statement_identifier : (expression_statement "input_line_pointer = input_line_pointer + 1;" (assignment_expression "input_line_pointer = input_line_pointer + 1" identifier = (binary_expression "input_line_pointer + 1" identifier + number_literal)) ;)) (goto_statement "goto LAB_00116e8c;" goto statement_identifier ;) })) (expression_statement "uVar18 = 0x5d;" (assignment_expression "uVar18 = 0x5d" identifier = number_literal) ;) (if_statement "if (cVar5 != '\0') {\nLAB_0011740e:\n pcVar10 = (char *)dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n as_bad(pcVar10,(ulong)(uint)(int)cVar5,uVar18);\n goto LAB_00116e8c;\n }" if (parenthesized_expression "(cVar5 != '\0')" ( (binary_expression "cVar5 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\nLAB_0011740e:\n pcVar10 = (char *)dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n as_bad(pcVar10,(ulong)(uint)(int)cVar5,uVar18);\n goto LAB_00116e8c;\n }" { (labeled_statement "LAB_0011740e:\n pcVar10 = (char *)dcgettext(0,"found \'%c\', expected: \'%c\'",5);" statement_identifier : (expression_statement "pcVar10 = (char *)dcgettext(0,"found \'%c\', expected: \'%c\'",5);" (assignment_expression "pcVar10 = (char *)dcgettext(0,"found \'%c\', expected: \'%c\'",5)" identifier = (cast_expression "(char *)dcgettext(0,"found \'%c\', expected: \'%c\'",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"found \'%c\', expected: \'%c\'",5)" identifier (argument_list "(0,"found \'%c\', expected: \'%c\'",5)" ( number_literal , (string_literal ""found \'%c\', expected: \'%c\'"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal ))))) ;)) (expression_statement "as_bad(pcVar10,(ulong)(uint)(int)cVar5,uVar18);" (call_expression "as_bad(pcVar10,(ulong)(uint)(int)cVar5,uVar18)" identifier (argument_list "(pcVar10,(ulong)(uint)(int)cVar5,uVar18)" ( identifier , (cast_expression "(ulong)(uint)(int)cVar5" ( (type_descriptor "ulong" type_identifier) ) (cast_expression "(uint)(int)cVar5" ( (type_descriptor "uint" type_identifier) ) (cast_expression "(int)cVar5" ( (type_descriptor "int" primitive_type) ) identifier))) , identifier ))) ;) (goto_statement "goto LAB_00116e8c;" goto statement_identifier ;) })) (expression_statement "uVar15 = 0x5d;" (assignment_expression "uVar15 = 0x5d" identifier = number_literal) ;) }))) (expression_statement "pcVar10 = (char *)dcgettext(0,"missing \'%c\'",5);" (assignment_expression "pcVar10 = (char *)dcgettext(0,"missing \'%c\'",5)" identifier = (cast_expression "(char *)dcgettext(0,"missing \'%c\'",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"missing \'%c\'",5)" identifier (argument_list "(0,"missing \'%c\'",5)" ( number_literal , (string_literal ""missing \'%c\'"" " string_content escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "as_bad(pcVar10,(ulong)uVar15);" (call_expression "as_bad(pcVar10,(ulong)uVar15)" identifier (argument_list "(pcVar10,(ulong)uVar15)" ( identifier , (cast_expression "(ulong)uVar15" ( (type_descriptor "ulong" type_identifier) ) identifier) ))) ;) (labeled_statement "LAB_00116e8c:\n if (*input_line_pointer != ' ') {\n return paVar8;\n }" statement_identifier : (if_statement "if (*input_line_pointer != ' ') {\n return paVar8;\n }" if (parenthesized_expression "(*input_line_pointer != ' ')" ( (binary_expression "*input_line_pointer != ' '" (pointer_expression "*input_line_pointer" * identifier) != (char_literal "' '" ' character ')) )) (compound_statement "{\n return paVar8;\n }" { (return_statement "return paVar8;" return identifier ;) }))) (expression_statement "input_line_pointer = input_line_pointer + 1;" (assignment_expression "input_line_pointer = input_line_pointer + 1" identifier = (binary_expression "input_line_pointer + 1" identifier + number_literal)) ;) (return_statement "return paVar8;" return identifier ;)) (case_statement "case 0x2c:\n goto switchD_00116ce1_caseD_2c;" case number_literal : (goto_statement "goto switchD_00116ce1_caseD_2c;" goto statement_identifier ;)) (case_statement "case 0x2e:\n if ((lex_type[pbVar16[1]] & 1) == 0) goto LAB_0011715e;\n iVar6 = strncasecmp((char *)pbVar9,"startof.",8);\n if (((iVar6 == 0) && ((lex_type[pbVar16[9]] & 1) == 0)) ||\n ((iVar6 = strncasecmp((char *)pbVar9,"sizeof.",7), iVar6 == 0 &&\n ((lex_type[pbVar16[8]] & 1) == 0)))) {\n bVar1 = pbVar16[2];\n pbVar9 = pbVar9 + (ulong)((bVar1 & 0xdf) == 0x54) + 7;\n if (*pbVar9 == 0x20) {\n pbVar9 = pbVar9 + 1;\n }\n input_line_pointer = (char *)pbVar9;\n expressionP->field_0x18 = 1;\n if (*pbVar9 == 0x28) {\n input_line_pointer = (char *)(pbVar9 + 1);\n if (pbVar9[1] == 0x20) {\n input_line_pointer = (char *)(pbVar9 + 2);\n }\n cVar5 = get_symbol_name(&name);\n if (*name == '\0') {\n pcVar10 = (char *)dcgettext(0,"expected symbol name",5);\n as_bad(pcVar10);\n *input_line_pointer = cVar5;\n if (cVar5 == '\"') {\n restore_line_pointer((char)pcVar10);\n }\n else if (cVar5 == ')') {\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116cf3;\n }\n ignore_rest_of_line();\n goto LAB_00116cf3;\n }\n pcVar10 = ".startof.";\n if ((bVar1 & 0xdf) != 0x54) {\n pcVar10 = ".sizeof.";\n }\n pcVar10 = (char *)concat(pcVar10,name,0);\n psVar7 = symbol_make(pcVar10);\n free(pcVar10);\n pcVar10 = input_line_pointer;\n expressionP->X_add_symbol = psVar7;\n expressionP->field_0x18 = 3;\n expressionP->X_add_number = 0;\n *pcVar10 = cVar5;\n cVar5 = *input_line_pointer;\n if (cVar5 == '\"') {\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }\n if (cVar5 == ' ') {\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }\n if (cVar5 == ')') {\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116cf3;\n }\n }\n pcVar10 = (char *)dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n as_bad(pcVar10);\n goto LAB_00116cf3;\n }\n break;" case number_literal : (if_statement "if ((lex_type[pbVar16[1]] & 1) == 0) goto LAB_0011715e;" if (parenthesized_expression "((lex_type[pbVar16[1]] & 1) == 0)" ( (binary_expression "(lex_type[pbVar16[1]] & 1) == 0" (parenthesized_expression "(lex_type[pbVar16[1]] & 1)" ( (binary_expression "lex_type[pbVar16[1]] & 1" (subscript_expression "lex_type[pbVar16[1]]" identifier [ (subscript_expression "pbVar16[1]" identifier [ number_literal ]) ]) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0011715e;" goto statement_identifier ;)) (expression_statement "iVar6 = strncasecmp((char *)pbVar9,"startof.",8);" (assignment_expression "iVar6 = strncasecmp((char *)pbVar9,"startof.",8)" identifier = (call_expression "strncasecmp((char *)pbVar9,"startof.",8)" identifier (argument_list "((char *)pbVar9,"startof.",8)" ( (cast_expression "(char *)pbVar9" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , (string_literal ""startof."" " string_content ") , number_literal )))) ;) (if_statement "if (((iVar6 == 0) && ((lex_type[pbVar16[9]] & 1) == 0)) ||\n ((iVar6 = strncasecmp((char *)pbVar9,"sizeof.",7), iVar6 == 0 &&\n ((lex_type[pbVar16[8]] & 1) == 0)))) {\n bVar1 = pbVar16[2];\n pbVar9 = pbVar9 + (ulong)((bVar1 & 0xdf) == 0x54) + 7;\n if (*pbVar9 == 0x20) {\n pbVar9 = pbVar9 + 1;\n }\n input_line_pointer = (char *)pbVar9;\n expressionP->field_0x18 = 1;\n if (*pbVar9 == 0x28) {\n input_line_pointer = (char *)(pbVar9 + 1);\n if (pbVar9[1] == 0x20) {\n input_line_pointer = (char *)(pbVar9 + 2);\n }\n cVar5 = get_symbol_name(&name);\n if (*name == '\0') {\n pcVar10 = (char *)dcgettext(0,"expected symbol name",5);\n as_bad(pcVar10);\n *input_line_pointer = cVar5;\n if (cVar5 == '\"') {\n restore_line_pointer((char)pcVar10);\n }\n else if (cVar5 == ')') {\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116cf3;\n }\n ignore_rest_of_line();\n goto LAB_00116cf3;\n }\n pcVar10 = ".startof.";\n if ((bVar1 & 0xdf) != 0x54) {\n pcVar10 = ".sizeof.";\n }\n pcVar10 = (char *)concat(pcVar10,name,0);\n psVar7 = symbol_make(pcVar10);\n free(pcVar10);\n pcVar10 = input_line_pointer;\n expressionP->X_add_symbol = psVar7;\n expressionP->field_0x18 = 3;\n expressionP->X_add_number = 0;\n *pcVar10 = cVar5;\n cVar5 = *input_line_pointer;\n if (cVar5 == '\"') {\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }\n if (cVar5 == ' ') {\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }\n if (cVar5 == ')') {\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116cf3;\n }\n }\n pcVar10 = (char *)dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n as_bad(pcVar10);\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(((iVar6 == 0) && ((lex_type[pbVar16[9]] & 1) == 0)) ||\n ((iVar6 = strncasecmp((char *)pbVar9,"sizeof.",7), iVar6 == 0 &&\n ((lex_type[pbVar16[8]] & 1) == 0))))" ( (binary_expression "((iVar6 == 0) && ((lex_type[pbVar16[9]] & 1) == 0)) ||\n ((iVar6 = strncasecmp((char *)pbVar9,"sizeof.",7), iVar6 == 0 &&\n ((lex_type[pbVar16[8]] & 1) == 0)))" (parenthesized_expression "((iVar6 == 0) && ((lex_type[pbVar16[9]] & 1) == 0))" ( (binary_expression "(iVar6 == 0) && ((lex_type[pbVar16[9]] & 1) == 0)" (parenthesized_expression "(iVar6 == 0)" ( (binary_expression "iVar6 == 0" identifier == number_literal) )) && (parenthesized_expression "((lex_type[pbVar16[9]] & 1) == 0)" ( (binary_expression "(lex_type[pbVar16[9]] & 1) == 0" (parenthesized_expression "(lex_type[pbVar16[9]] & 1)" ( (binary_expression "lex_type[pbVar16[9]] & 1" (subscript_expression "lex_type[pbVar16[9]]" identifier [ (subscript_expression "pbVar16[9]" identifier [ number_literal ]) ]) & number_literal) )) == number_literal) ))) )) || (parenthesized_expression "((iVar6 = strncasecmp((char *)pbVar9,"sizeof.",7), iVar6 == 0 &&\n ((lex_type[pbVar16[8]] & 1) == 0)))" ( (parenthesized_expression "(iVar6 = strncasecmp((char *)pbVar9,"sizeof.",7), iVar6 == 0 &&\n ((lex_type[pbVar16[8]] & 1) == 0))" ( (comma_expression "iVar6 = strncasecmp((char *)pbVar9,"sizeof.",7), iVar6 == 0 &&\n ((lex_type[pbVar16[8]] & 1) == 0)" (assignment_expression "iVar6 = strncasecmp((char *)pbVar9,"sizeof.",7)" identifier = (call_expression "strncasecmp((char *)pbVar9,"sizeof.",7)" identifier (argument_list "((char *)pbVar9,"sizeof.",7)" ( (cast_expression "(char *)pbVar9" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , (string_literal ""sizeof."" " string_content ") , number_literal )))) , (binary_expression "iVar6 == 0 &&\n ((lex_type[pbVar16[8]] & 1) == 0)" (binary_expression "iVar6 == 0" identifier == number_literal) && (parenthesized_expression "((lex_type[pbVar16[8]] & 1) == 0)" ( (binary_expression "(lex_type[pbVar16[8]] & 1) == 0" (parenthesized_expression "(lex_type[pbVar16[8]] & 1)" ( (binary_expression "lex_type[pbVar16[8]] & 1" (subscript_expression "lex_type[pbVar16[8]]" identifier [ (subscript_expression "pbVar16[8]" identifier [ number_literal ]) ]) & number_literal) )) == number_literal) )))) )) ))) )) (compound_statement "{\n bVar1 = pbVar16[2];\n pbVar9 = pbVar9 + (ulong)((bVar1 & 0xdf) == 0x54) + 7;\n if (*pbVar9 == 0x20) {\n pbVar9 = pbVar9 + 1;\n }\n input_line_pointer = (char *)pbVar9;\n expressionP->field_0x18 = 1;\n if (*pbVar9 == 0x28) {\n input_line_pointer = (char *)(pbVar9 + 1);\n if (pbVar9[1] == 0x20) {\n input_line_pointer = (char *)(pbVar9 + 2);\n }\n cVar5 = get_symbol_name(&name);\n if (*name == '\0') {\n pcVar10 = (char *)dcgettext(0,"expected symbol name",5);\n as_bad(pcVar10);\n *input_line_pointer = cVar5;\n if (cVar5 == '\"') {\n restore_line_pointer((char)pcVar10);\n }\n else if (cVar5 == ')') {\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116cf3;\n }\n ignore_rest_of_line();\n goto LAB_00116cf3;\n }\n pcVar10 = ".startof.";\n if ((bVar1 & 0xdf) != 0x54) {\n pcVar10 = ".sizeof.";\n }\n pcVar10 = (char *)concat(pcVar10,name,0);\n psVar7 = symbol_make(pcVar10);\n free(pcVar10);\n pcVar10 = input_line_pointer;\n expressionP->X_add_symbol = psVar7;\n expressionP->field_0x18 = 3;\n expressionP->X_add_number = 0;\n *pcVar10 = cVar5;\n cVar5 = *input_line_pointer;\n if (cVar5 == '\"') {\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }\n if (cVar5 == ' ') {\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }\n if (cVar5 == ')') {\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116cf3;\n }\n }\n pcVar10 = (char *)dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n as_bad(pcVar10);\n goto LAB_00116cf3;\n }" { (expression_statement "bVar1 = pbVar16[2];" (assignment_expression "bVar1 = pbVar16[2]" identifier = (subscript_expression "pbVar16[2]" identifier [ number_literal ])) ;) (expression_statement "pbVar9 = pbVar9 + (ulong)((bVar1 & 0xdf) == 0x54) + 7;" (assignment_expression "pbVar9 = pbVar9 + (ulong)((bVar1 & 0xdf) == 0x54) + 7" identifier = (binary_expression "pbVar9 + (ulong)((bVar1 & 0xdf) == 0x54) + 7" (binary_expression "pbVar9 + (ulong)((bVar1 & 0xdf) == 0x54)" identifier + (call_expression "(ulong)((bVar1 & 0xdf) == 0x54)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((bVar1 & 0xdf) == 0x54)" ( (binary_expression "(bVar1 & 0xdf) == 0x54" (parenthesized_expression "(bVar1 & 0xdf)" ( (binary_expression "bVar1 & 0xdf" identifier & number_literal) )) == number_literal) )))) + number_literal)) ;) (if_statement "if (*pbVar9 == 0x20) {\n pbVar9 = pbVar9 + 1;\n }" if (parenthesized_expression "(*pbVar9 == 0x20)" ( (binary_expression "*pbVar9 == 0x20" (pointer_expression "*pbVar9" * identifier) == number_literal) )) (compound_statement "{\n pbVar9 = pbVar9 + 1;\n }" { (expression_statement "pbVar9 = pbVar9 + 1;" (assignment_expression "pbVar9 = pbVar9 + 1" identifier = (binary_expression "pbVar9 + 1" identifier + number_literal)) ;) })) (expression_statement "input_line_pointer = (char *)pbVar9;" (assignment_expression "input_line_pointer = (char *)pbVar9" identifier = (cast_expression "(char *)pbVar9" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "expressionP->field_0x18 = 1;" (assignment_expression "expressionP->field_0x18 = 1" (field_expression "expressionP->field_0x18" identifier -> field_identifier) = number_literal) ;) (if_statement "if (*pbVar9 == 0x28) {\n input_line_pointer = (char *)(pbVar9 + 1);\n if (pbVar9[1] == 0x20) {\n input_line_pointer = (char *)(pbVar9 + 2);\n }\n cVar5 = get_symbol_name(&name);\n if (*name == '\0') {\n pcVar10 = (char *)dcgettext(0,"expected symbol name",5);\n as_bad(pcVar10);\n *input_line_pointer = cVar5;\n if (cVar5 == '\"') {\n restore_line_pointer((char)pcVar10);\n }\n else if (cVar5 == ')') {\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116cf3;\n }\n ignore_rest_of_line();\n goto LAB_00116cf3;\n }\n pcVar10 = ".startof.";\n if ((bVar1 & 0xdf) != 0x54) {\n pcVar10 = ".sizeof.";\n }\n pcVar10 = (char *)concat(pcVar10,name,0);\n psVar7 = symbol_make(pcVar10);\n free(pcVar10);\n pcVar10 = input_line_pointer;\n expressionP->X_add_symbol = psVar7;\n expressionP->field_0x18 = 3;\n expressionP->X_add_number = 0;\n *pcVar10 = cVar5;\n cVar5 = *input_line_pointer;\n if (cVar5 == '\"') {\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }\n if (cVar5 == ' ') {\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }\n if (cVar5 == ')') {\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116cf3;\n }\n }" if (parenthesized_expression "(*pbVar9 == 0x28)" ( (binary_expression "*pbVar9 == 0x28" (pointer_expression "*pbVar9" * identifier) == number_literal) )) (compound_statement "{\n input_line_pointer = (char *)(pbVar9 + 1);\n if (pbVar9[1] == 0x20) {\n input_line_pointer = (char *)(pbVar9 + 2);\n }\n cVar5 = get_symbol_name(&name);\n if (*name == '\0') {\n pcVar10 = (char *)dcgettext(0,"expected symbol name",5);\n as_bad(pcVar10);\n *input_line_pointer = cVar5;\n if (cVar5 == '\"') {\n restore_line_pointer((char)pcVar10);\n }\n else if (cVar5 == ')') {\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116cf3;\n }\n ignore_rest_of_line();\n goto LAB_00116cf3;\n }\n pcVar10 = ".startof.";\n if ((bVar1 & 0xdf) != 0x54) {\n pcVar10 = ".sizeof.";\n }\n pcVar10 = (char *)concat(pcVar10,name,0);\n psVar7 = symbol_make(pcVar10);\n free(pcVar10);\n pcVar10 = input_line_pointer;\n expressionP->X_add_symbol = psVar7;\n expressionP->field_0x18 = 3;\n expressionP->X_add_number = 0;\n *pcVar10 = cVar5;\n cVar5 = *input_line_pointer;\n if (cVar5 == '\"') {\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }\n if (cVar5 == ' ') {\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }\n if (cVar5 == ')') {\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116cf3;\n }\n }" { (expression_statement "input_line_pointer = (char *)(pbVar9 + 1);" (assignment_expression "input_line_pointer = (char *)(pbVar9 + 1)" identifier = (cast_expression "(char *)(pbVar9 + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar9 + 1)" ( (binary_expression "pbVar9 + 1" identifier + number_literal) )))) ;) (if_statement "if (pbVar9[1] == 0x20) {\n input_line_pointer = (char *)(pbVar9 + 2);\n }" if (parenthesized_expression "(pbVar9[1] == 0x20)" ( (binary_expression "pbVar9[1] == 0x20" (subscript_expression "pbVar9[1]" identifier [ number_literal ]) == number_literal) )) (compound_statement "{\n input_line_pointer = (char *)(pbVar9 + 2);\n }" { (expression_statement "input_line_pointer = (char *)(pbVar9 + 2);" (assignment_expression "input_line_pointer = (char *)(pbVar9 + 2)" identifier = (cast_expression "(char *)(pbVar9 + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar9 + 2)" ( (binary_expression "pbVar9 + 2" identifier + number_literal) )))) ;) })) (expression_statement "cVar5 = get_symbol_name(&name);" (assignment_expression "cVar5 = get_symbol_name(&name)" identifier = (call_expression "get_symbol_name(&name)" identifier (argument_list "(&name)" ( (pointer_expression "&name" & identifier) )))) ;) (if_statement "if (*name == '\0') {\n pcVar10 = (char *)dcgettext(0,"expected symbol name",5);\n as_bad(pcVar10);\n *input_line_pointer = cVar5;\n if (cVar5 == '\"') {\n restore_line_pointer((char)pcVar10);\n }\n else if (cVar5 == ')') {\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116cf3;\n }\n ignore_rest_of_line();\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(*name == '\0')" ( (binary_expression "*name == '\0'" (pointer_expression "*name" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n pcVar10 = (char *)dcgettext(0,"expected symbol name",5);\n as_bad(pcVar10);\n *input_line_pointer = cVar5;\n if (cVar5 == '\"') {\n restore_line_pointer((char)pcVar10);\n }\n else if (cVar5 == ')') {\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116cf3;\n }\n ignore_rest_of_line();\n goto LAB_00116cf3;\n }" { (expression_statement "pcVar10 = (char *)dcgettext(0,"expected symbol name",5);" (assignment_expression "pcVar10 = (char *)dcgettext(0,"expected symbol name",5)" identifier = (cast_expression "(char *)dcgettext(0,"expected symbol name",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"expected symbol name",5)" identifier (argument_list "(0,"expected symbol name",5)" ( number_literal , (string_literal ""expected symbol name"" " string_content ") , number_literal ))))) ;) (expression_statement "as_bad(pcVar10);" (call_expression "as_bad(pcVar10)" identifier (argument_list "(pcVar10)" ( identifier ))) ;) (expression_statement "*input_line_pointer = cVar5;" (assignment_expression "*input_line_pointer = cVar5" (pointer_expression "*input_line_pointer" * identifier) = identifier) ;) (if_statement "if (cVar5 == '\"') {\n restore_line_pointer((char)pcVar10);\n }\n else if (cVar5 == ')') {\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(cVar5 == '\"')" ( (binary_expression "cVar5 == '\"'" identifier == (char_literal "'\"'" ' escape_sequence ')) )) (compound_statement "{\n restore_line_pointer((char)pcVar10);\n }" { (expression_statement "restore_line_pointer((char)pcVar10);" (call_expression "restore_line_pointer((char)pcVar10)" identifier (argument_list "((char)pcVar10)" ( (cast_expression "(char)pcVar10" ( (type_descriptor "char" primitive_type) ) identifier) ))) ;) }) (else_clause "else if (cVar5 == ')') {\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116cf3;\n }" else (if_statement "if (cVar5 == ')') {\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(cVar5 == ')')" ( (binary_expression "cVar5 == ')'" identifier == (char_literal "')'" ' character ')) )) (compound_statement "{\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116cf3;\n }" { (expression_statement "input_line_pointer = input_line_pointer + 1;" (assignment_expression "input_line_pointer = input_line_pointer + 1" identifier = (binary_expression "input_line_pointer + 1" identifier + number_literal)) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })))) (expression_statement "ignore_rest_of_line();" (call_expression "ignore_rest_of_line()" identifier (argument_list "()" ( ))) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })) (expression_statement "pcVar10 = ".startof.";" (assignment_expression "pcVar10 = ".startof."" identifier = (string_literal "".startof."" " string_content ")) ;) (if_statement "if ((bVar1 & 0xdf) != 0x54) {\n pcVar10 = ".sizeof.";\n }" if (parenthesized_expression "((bVar1 & 0xdf) != 0x54)" ( (binary_expression "(bVar1 & 0xdf) != 0x54" (parenthesized_expression "(bVar1 & 0xdf)" ( (binary_expression "bVar1 & 0xdf" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n pcVar10 = ".sizeof.";\n }" { (expression_statement "pcVar10 = ".sizeof.";" (assignment_expression "pcVar10 = ".sizeof."" identifier = (string_literal "".sizeof."" " string_content ")) ;) })) (expression_statement "pcVar10 = (char *)concat(pcVar10,name,0);" (assignment_expression "pcVar10 = (char *)concat(pcVar10,name,0)" identifier = (cast_expression "(char *)concat(pcVar10,name,0)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "concat(pcVar10,name,0)" identifier (argument_list "(pcVar10,name,0)" ( identifier , identifier , number_literal ))))) ;) (expression_statement "psVar7 = symbol_make(pcVar10);" (assignment_expression "psVar7 = symbol_make(pcVar10)" identifier = (call_expression "symbol_make(pcVar10)" identifier (argument_list "(pcVar10)" ( identifier )))) ;) (expression_statement "free(pcVar10);" (call_expression "free(pcVar10)" identifier (argument_list "(pcVar10)" ( identifier ))) ;) (expression_statement "pcVar10 = input_line_pointer;" (assignment_expression "pcVar10 = input_line_pointer" identifier = identifier) ;) (expression_statement "expressionP->X_add_symbol = psVar7;" (assignment_expression "expressionP->X_add_symbol = psVar7" (field_expression "expressionP->X_add_symbol" identifier -> field_identifier) = identifier) ;) (expression_statement "expressionP->field_0x18 = 3;" (assignment_expression "expressionP->field_0x18 = 3" (field_expression "expressionP->field_0x18" identifier -> field_identifier) = number_literal) ;) (expression_statement "expressionP->X_add_number = 0;" (assignment_expression "expressionP->X_add_number = 0" (field_expression "expressionP->X_add_number" identifier -> field_identifier) = number_literal) ;) (expression_statement "*pcVar10 = cVar5;" (assignment_expression "*pcVar10 = cVar5" (pointer_expression "*pcVar10" * identifier) = identifier) ;) (expression_statement "cVar5 = *input_line_pointer;" (assignment_expression "cVar5 = *input_line_pointer" identifier = (pointer_expression "*input_line_pointer" * identifier)) ;) (if_statement "if (cVar5 == '\"') {\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }" if (parenthesized_expression "(cVar5 == '\"')" ( (binary_expression "cVar5 == '\"'" identifier == (char_literal "'\"'" ' escape_sequence ')) )) (compound_statement "{\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }" { (expression_statement "cVar5 = input_line_pointer[1];" (assignment_expression "cVar5 = input_line_pointer[1]" identifier = (subscript_expression "input_line_pointer[1]" identifier [ number_literal ])) ;) (expression_statement "input_line_pointer = input_line_pointer + 1;" (assignment_expression "input_line_pointer = input_line_pointer + 1" identifier = (binary_expression "input_line_pointer + 1" identifier + number_literal)) ;) })) (if_statement "if (cVar5 == ' ') {\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }" if (parenthesized_expression "(cVar5 == ' ')" ( (binary_expression "cVar5 == ' '" identifier == (char_literal "' '" ' character ')) )) (compound_statement "{\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }" { (expression_statement "cVar5 = input_line_pointer[1];" (assignment_expression "cVar5 = input_line_pointer[1]" identifier = (subscript_expression "input_line_pointer[1]" identifier [ number_literal ])) ;) (expression_statement "input_line_pointer = input_line_pointer + 1;" (assignment_expression "input_line_pointer = input_line_pointer + 1" identifier = (binary_expression "input_line_pointer + 1" identifier + number_literal)) ;) })) (if_statement "if (cVar5 == ')') {\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(cVar5 == ')')" ( (binary_expression "cVar5 == ')'" identifier == (char_literal "')'" ' character ')) )) (compound_statement "{\n input_line_pointer = input_line_pointer + 1;\n goto LAB_00116cf3;\n }" { (expression_statement "input_line_pointer = input_line_pointer + 1;" (assignment_expression "input_line_pointer = input_line_pointer + 1" identifier = (binary_expression "input_line_pointer + 1" identifier + number_literal)) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })) })) (expression_statement "pcVar10 = (char *)dcgettext(0,"syntax error in .startof. or .sizeof.",5);" (assignment_expression "pcVar10 = (char *)dcgettext(0,"syntax error in .startof. or .sizeof.",5)" identifier = (cast_expression "(char *)dcgettext(0,"syntax error in .startof. or .sizeof.",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"syntax error in .startof. or .sizeof.",5)" identifier (argument_list "(0,"syntax error in .startof. or .sizeof.",5)" ( number_literal , (string_literal ""syntax error in .startof. or .sizeof."" " string_content ") , number_literal ))))) ;) (expression_statement "as_bad(pcVar10);" (call_expression "as_bad(pcVar10)" identifier (argument_list "(pcVar10)" ( identifier ))) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })) (break_statement "break;" break ;)) (case_statement "case 0x30:\n bVar1 = pbVar16[1];\n switch((int)(char)bVar1 - 0x30U & 0xff) {\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n integer_constant(8,expressionP);\n goto LAB_00116cf3;\n default:\n if (bVar1 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar16[2] - 0x30) < 2) {\nLAB_0011732f:\n input_line_pointer = (char *)(pbVar16 + 2);\n integer_constant(2,expressionP);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar9 = pbVar9 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n input_line_pointer = (char *)(pbVar16 + 2);\n integer_constant(0x10,expressionP);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar16[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if ((is_end_of_line[pbVar16[2]] == '\0') &&\n (pcVar10 = strchr("dD",0x66), pcVar10 != (char *)0x0)) {\n name = (char *)(pbVar16 + 2);\n atof_generic(&name,".","eE",&generic_floating_point_number);\n if ((name != input_line_pointer + 1) &&\n ((((name != input_line_pointer + 2 || ((name[-1] - 0x2bU & 0xfd) != 0)) && (*name != 'f')\n ) && (pbVar9 = (byte *)(input_line_pointer + 1), *name != 'b')))) goto LAB_001172ee;\n pbVar16 = (byte *)(input_line_pointer + -1);\n }\nswitchD_00116ce1_caseD_31:\n input_line_pointer = (char *)pbVar16;\n integer_constant(10,expressionP);\n goto LAB_00116cf3;\n }\n pcVar10 = strchr("dD",(int)(char)bVar1);\n if (pcVar10 == (char *)0x0) {\nLAB_001171c1:\n expressionP->field_0x18 = 2;\nLAB_0011713c:\n expressionP->X_add_number = 0;\n }\n else {\n pbVar9 = pbVar16 + 2;\nLAB_001172ee:\n input_line_pointer = (char *)pbVar9;\n floating_constant(expressionP);\n expressionP->X_add_number = (long)(int)-(uint)(byte)_sch_tolower[bVar1];\n }\n goto LAB_00116cf3;" case number_literal : (expression_statement "bVar1 = pbVar16[1];" (assignment_expression "bVar1 = pbVar16[1]" identifier = (subscript_expression "pbVar16[1]" identifier [ number_literal ])) ;) (switch_statement "switch((int)(char)bVar1 - 0x30U & 0xff) {\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n integer_constant(8,expressionP);\n goto LAB_00116cf3;\n default:\n if (bVar1 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar16[2] - 0x30) < 2) {\nLAB_0011732f:\n input_line_pointer = (char *)(pbVar16 + 2);\n integer_constant(2,expressionP);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar9 = pbVar9 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n input_line_pointer = (char *)(pbVar16 + 2);\n integer_constant(0x10,expressionP);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar16[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if ((is_end_of_line[pbVar16[2]] == '\0') &&\n (pcVar10 = strchr("dD",0x66), pcVar10 != (char *)0x0)) {\n name = (char *)(pbVar16 + 2);\n atof_generic(&name,".","eE",&generic_floating_point_number);\n if ((name != input_line_pointer + 1) &&\n ((((name != input_line_pointer + 2 || ((name[-1] - 0x2bU & 0xfd) != 0)) && (*name != 'f')\n ) && (pbVar9 = (byte *)(input_line_pointer + 1), *name != 'b')))) goto LAB_001172ee;\n pbVar16 = (byte *)(input_line_pointer + -1);\n }\nswitchD_00116ce1_caseD_31:\n input_line_pointer = (char *)pbVar16;\n integer_constant(10,expressionP);\n goto LAB_00116cf3;\n }" switch (parenthesized_expression "((int)(char)bVar1 - 0x30U & 0xff)" ( (binary_expression "(int)(char)bVar1 - 0x30U & 0xff" (binary_expression "(int)(char)bVar1 - 0x30U" (cast_expression "(int)(char)bVar1" ( (type_descriptor "int" primitive_type) ) (cast_expression "(char)bVar1" ( (type_descriptor "char" primitive_type) ) identifier)) - number_literal) & number_literal) )) (compound_statement "{\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n integer_constant(8,expressionP);\n goto LAB_00116cf3;\n default:\n if (bVar1 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar16[2] - 0x30) < 2) {\nLAB_0011732f:\n input_line_pointer = (char *)(pbVar16 + 2);\n integer_constant(2,expressionP);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar9 = pbVar9 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n input_line_pointer = (char *)(pbVar16 + 2);\n integer_constant(0x10,expressionP);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar16[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if ((is_end_of_line[pbVar16[2]] == '\0') &&\n (pcVar10 = strchr("dD",0x66), pcVar10 != (char *)0x0)) {\n name = (char *)(pbVar16 + 2);\n atof_generic(&name,".","eE",&generic_floating_point_number);\n if ((name != input_line_pointer + 1) &&\n ((((name != input_line_pointer + 2 || ((name[-1] - 0x2bU & 0xfd) != 0)) && (*name != 'f')\n ) && (pbVar9 = (byte *)(input_line_pointer + 1), *name != 'b')))) goto LAB_001172ee;\n pbVar16 = (byte *)(input_line_pointer + -1);\n }\nswitchD_00116ce1_caseD_31:\n input_line_pointer = (char *)pbVar16;\n integer_constant(10,expressionP);\n goto LAB_00116cf3;\n }" { (case_statement "case 0:" case number_literal :) (case_statement "case 1:" case number_literal :) (case_statement "case 2:" case number_literal :) (case_statement "case 3:" case number_literal :) (case_statement "case 4:" case number_literal :) (case_statement "case 5:" case number_literal :) (case_statement "case 6:" case number_literal :) (case_statement "case 7:\n integer_constant(8,expressionP);\n goto LAB_00116cf3;" case number_literal : (expression_statement "integer_constant(8,expressionP);" (call_expression "integer_constant(8,expressionP)" identifier (argument_list "(8,expressionP)" ( number_literal , identifier ))) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;)) (case_statement "default:\n if (bVar1 == 0) goto LAB_001171c1;\n break;" default : (if_statement "if (bVar1 == 0) goto LAB_001171c1;" if (parenthesized_expression "(bVar1 == 0)" ( (binary_expression "bVar1 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001171c1;" goto statement_identifier ;)) (break_statement "break;" break ;)) (case_statement "case 0x12:\n if ((byte)(pbVar16[2] - 0x30) < 2) {\nLAB_0011732f:\n input_line_pointer = (char *)(pbVar16 + 2);\n integer_constant(2,expressionP);\n goto LAB_00116cf3;\n }\n break;" case number_literal : (if_statement "if ((byte)(pbVar16[2] - 0x30) < 2) {\nLAB_0011732f:\n input_line_pointer = (char *)(pbVar16 + 2);\n integer_constant(2,expressionP);\n goto LAB_00116cf3;\n }" if (parenthesized_expression "((byte)(pbVar16[2] - 0x30) < 2)" ( (binary_expression "(byte)(pbVar16[2] - 0x30) < 2" (call_expression "(byte)(pbVar16[2] - 0x30)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(pbVar16[2] - 0x30)" ( (binary_expression "pbVar16[2] - 0x30" (subscript_expression "pbVar16[2]" identifier [ number_literal ]) - number_literal) ))) < number_literal) )) (compound_statement "{\nLAB_0011732f:\n input_line_pointer = (char *)(pbVar16 + 2);\n integer_constant(2,expressionP);\n goto LAB_00116cf3;\n }" { (labeled_statement "LAB_0011732f:\n input_line_pointer = (char *)(pbVar16 + 2);" statement_identifier : (expression_statement "input_line_pointer = (char *)(pbVar16 + 2);" (assignment_expression "input_line_pointer = (char *)(pbVar16 + 2)" identifier = (cast_expression "(char *)(pbVar16 + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar16 + 2)" ( (binary_expression "pbVar16 + 2" identifier + number_literal) )))) ;)) (expression_statement "integer_constant(2,expressionP);" (call_expression "integer_constant(2,expressionP)" identifier (argument_list "(2,expressionP)" ( number_literal , identifier ))) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })) (break_statement "break;" break ;)) (case_statement "case 0x14:" case number_literal :) (case_statement "case 0x15:" case number_literal :) (case_statement "case 0x16:" case number_literal :) (case_statement "case 0x17:" case number_literal :) (case_statement "case 0x34:" case number_literal :) (case_statement "case 0x35:" case number_literal :) (case_statement "case 0x37:" case number_literal :) (case_statement "case 0x42:\n pbVar9 = pbVar9 + 1;\n goto LAB_001172ee;" case number_literal : (expression_statement "pbVar9 = pbVar9 + 1;" (assignment_expression "pbVar9 = pbVar9 + 1" identifier = (binary_expression "pbVar9 + 1" identifier + number_literal)) ;) (goto_statement "goto LAB_001172ee;" goto statement_identifier ;)) (case_statement "case 0x28:" case number_literal :) (case_statement "case 0x48:\n input_line_pointer = (char *)(pbVar16 + 2);\n integer_constant(0x10,expressionP);\n goto LAB_00116cf3;" case number_literal : (expression_statement "input_line_pointer = (char *)(pbVar16 + 2);" (assignment_expression "input_line_pointer = (char *)(pbVar16 + 2)" identifier = (cast_expression "(char *)(pbVar16 + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar16 + 2)" ( (binary_expression "pbVar16 + 2" identifier + number_literal) )))) ;) (expression_statement "integer_constant(0x10,expressionP);" (call_expression "integer_constant(0x10,expressionP)" identifier (argument_list "(0x10,expressionP)" ( number_literal , identifier ))) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;)) (case_statement "case 0x32:\n if ((byte)(pbVar16[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;" case number_literal : (if_statement "if ((byte)(pbVar16[2] - 0x30) < 2) goto LAB_0011732f;" if (parenthesized_expression "((byte)(pbVar16[2] - 0x30) < 2)" ( (binary_expression "(byte)(pbVar16[2] - 0x30) < 2" (call_expression "(byte)(pbVar16[2] - 0x30)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(pbVar16[2] - 0x30)" ( (binary_expression "pbVar16[2] - 0x30" (subscript_expression "pbVar16[2]" identifier [ number_literal ]) - number_literal) ))) < number_literal) )) (goto_statement "goto LAB_0011732f;" goto statement_identifier ;)) (goto_statement "goto switchD_00116ce1_caseD_31;" goto statement_identifier ;)) (case_statement "case 0x36:\n if ((is_end_of_line[pbVar16[2]] == '\0') &&\n (pcVar10 = strchr("dD",0x66), pcVar10 != (char *)0x0)) {\n name = (char *)(pbVar16 + 2);\n atof_generic(&name,".","eE",&generic_floating_point_number);\n if ((name != input_line_pointer + 1) &&\n ((((name != input_line_pointer + 2 || ((name[-1] - 0x2bU & 0xfd) != 0)) && (*name != 'f')\n ) && (pbVar9 = (byte *)(input_line_pointer + 1), *name != 'b')))) goto LAB_001172ee;\n pbVar16 = (byte *)(input_line_pointer + -1);\n }\nswitchD_00116ce1_caseD_31:\n input_line_pointer = (char *)pbVar16;\n integer_constant(10,expressionP);\n goto LAB_00116cf3;" case number_literal : (if_statement "if ((is_end_of_line[pbVar16[2]] == '\0') &&\n (pcVar10 = strchr("dD",0x66), pcVar10 != (char *)0x0)) {\n name = (char *)(pbVar16 + 2);\n atof_generic(&name,".","eE",&generic_floating_point_number);\n if ((name != input_line_pointer + 1) &&\n ((((name != input_line_pointer + 2 || ((name[-1] - 0x2bU & 0xfd) != 0)) && (*name != 'f')\n ) && (pbVar9 = (byte *)(input_line_pointer + 1), *name != 'b')))) goto LAB_001172ee;\n pbVar16 = (byte *)(input_line_pointer + -1);\n }" if (parenthesized_expression "((is_end_of_line[pbVar16[2]] == '\0') &&\n (pcVar10 = strchr("dD",0x66), pcVar10 != (char *)0x0))" ( (binary_expression "(is_end_of_line[pbVar16[2]] == '\0') &&\n (pcVar10 = strchr("dD",0x66), pcVar10 != (char *)0x0)" (parenthesized_expression "(is_end_of_line[pbVar16[2]] == '\0')" ( (binary_expression "is_end_of_line[pbVar16[2]] == '\0'" (subscript_expression "is_end_of_line[pbVar16[2]]" identifier [ (subscript_expression "pbVar16[2]" identifier [ number_literal ]) ]) == (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(pcVar10 = strchr("dD",0x66), pcVar10 != (char *)0x0)" ( (comma_expression "pcVar10 = strchr("dD",0x66), pcVar10 != (char *)0x0" (assignment_expression "pcVar10 = strchr("dD",0x66)" identifier = (call_expression "strchr("dD",0x66)" identifier (argument_list "("dD",0x66)" ( (string_literal ""dD"" " string_content ") , number_literal )))) , (binary_expression "pcVar10 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n name = (char *)(pbVar16 + 2);\n atof_generic(&name,".","eE",&generic_floating_point_number);\n if ((name != input_line_pointer + 1) &&\n ((((name != input_line_pointer + 2 || ((name[-1] - 0x2bU & 0xfd) != 0)) && (*name != 'f')\n ) && (pbVar9 = (byte *)(input_line_pointer + 1), *name != 'b')))) goto LAB_001172ee;\n pbVar16 = (byte *)(input_line_pointer + -1);\n }" { (expression_statement "name = (char *)(pbVar16 + 2);" (assignment_expression "name = (char *)(pbVar16 + 2)" identifier = (cast_expression "(char *)(pbVar16 + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar16 + 2)" ( (binary_expression "pbVar16 + 2" identifier + number_literal) )))) ;) (expression_statement "atof_generic(&name,".","eE",&generic_floating_point_number);" (call_expression "atof_generic(&name,".","eE",&generic_floating_point_number)" identifier (argument_list "(&name,".","eE",&generic_floating_point_number)" ( (pointer_expression "&name" & identifier) , (string_literal ""."" " string_content ") , (string_literal ""eE"" " string_content ") , (pointer_expression "&generic_floating_point_number" & identifier) ))) ;) (if_statement "if ((name != input_line_pointer + 1) &&\n ((((name != input_line_pointer + 2 || ((name[-1] - 0x2bU & 0xfd) != 0)) && (*name != 'f')\n ) && (pbVar9 = (byte *)(input_line_pointer + 1), *name != 'b')))) goto LAB_001172ee;" if (parenthesized_expression "((name != input_line_pointer + 1) &&\n ((((name != input_line_pointer + 2 || ((name[-1] - 0x2bU & 0xfd) != 0)) && (*name != 'f')\n ) && (pbVar9 = (byte *)(input_line_pointer + 1), *name != 'b'))))" ( (binary_expression "(name != input_line_pointer + 1) &&\n ((((name != input_line_pointer + 2 || ((name[-1] - 0x2bU & 0xfd) != 0)) && (*name != 'f')\n ) && (pbVar9 = (byte *)(input_line_pointer + 1), *name != 'b')))" (parenthesized_expression "(name != input_line_pointer + 1)" ( (binary_expression "name != input_line_pointer + 1" identifier != (binary_expression "input_line_pointer + 1" identifier + number_literal)) )) && (parenthesized_expression "((((name != input_line_pointer + 2 || ((name[-1] - 0x2bU & 0xfd) != 0)) && (*name != 'f')\n ) && (pbVar9 = (byte *)(input_line_pointer + 1), *name != 'b')))" ( (parenthesized_expression "(((name != input_line_pointer + 2 || ((name[-1] - 0x2bU & 0xfd) != 0)) && (*name != 'f')\n ) && (pbVar9 = (byte *)(input_line_pointer + 1), *name != 'b'))" ( (binary_expression "((name != input_line_pointer + 2 || ((name[-1] - 0x2bU & 0xfd) != 0)) && (*name != 'f')\n ) && (pbVar9 = (byte *)(input_line_pointer + 1), *name != 'b')" (parenthesized_expression "((name != input_line_pointer + 2 || ((name[-1] - 0x2bU & 0xfd) != 0)) && (*name != 'f')\n )" ( (binary_expression "(name != input_line_pointer + 2 || ((name[-1] - 0x2bU & 0xfd) != 0)) && (*name != 'f')" (parenthesized_expression "(name != input_line_pointer + 2 || ((name[-1] - 0x2bU & 0xfd) != 0))" ( (binary_expression "name != input_line_pointer + 2 || ((name[-1] - 0x2bU & 0xfd) != 0)" (binary_expression "name != input_line_pointer + 2" identifier != (binary_expression "input_line_pointer + 2" identifier + number_literal)) || (parenthesized_expression "((name[-1] - 0x2bU & 0xfd) != 0)" ( (binary_expression "(name[-1] - 0x2bU & 0xfd) != 0" (parenthesized_expression "(name[-1] - 0x2bU & 0xfd)" ( (binary_expression "name[-1] - 0x2bU & 0xfd" (binary_expression "name[-1] - 0x2bU" (subscript_expression "name[-1]" identifier [ number_literal ]) - number_literal) & number_literal) )) != number_literal) ))) )) && (parenthesized_expression "(*name != 'f')" ( (binary_expression "*name != 'f'" (pointer_expression "*name" * identifier) != (char_literal "'f'" ' character ')) ))) )) && (parenthesized_expression "(pbVar9 = (byte *)(input_line_pointer + 1), *name != 'b')" ( (comma_expression "pbVar9 = (byte *)(input_line_pointer + 1), *name != 'b'" (assignment_expression "pbVar9 = (byte *)(input_line_pointer + 1)" identifier = (cast_expression "(byte *)(input_line_pointer + 1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(input_line_pointer + 1)" ( (binary_expression "input_line_pointer + 1" identifier + number_literal) )))) , (binary_expression "*name != 'b'" (pointer_expression "*name" * identifier) != (char_literal "'b'" ' character '))) ))) )) ))) )) (goto_statement "goto LAB_001172ee;" goto statement_identifier ;)) (expression_statement "pbVar16 = (byte *)(input_line_pointer + -1);" (assignment_expression "pbVar16 = (byte *)(input_line_pointer + -1)" identifier = (cast_expression "(byte *)(input_line_pointer + -1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(input_line_pointer + -1)" ( (binary_expression "input_line_pointer + -1" identifier + number_literal) )))) ;) })) (labeled_statement "switchD_00116ce1_caseD_31:\n input_line_pointer = (char *)pbVar16;" statement_identifier : (expression_statement "input_line_pointer = (char *)pbVar16;" (assignment_expression "input_line_pointer = (char *)pbVar16" identifier = (cast_expression "(char *)pbVar16" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) ;)) (expression_statement "integer_constant(10,expressionP);" (call_expression "integer_constant(10,expressionP)" identifier (argument_list "(10,expressionP)" ( number_literal , identifier ))) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;)) })) (expression_statement "pcVar10 = strchr("dD",(int)(char)bVar1);" (assignment_expression "pcVar10 = strchr("dD",(int)(char)bVar1)" identifier = (call_expression "strchr("dD",(int)(char)bVar1)" identifier (argument_list "("dD",(int)(char)bVar1)" ( (string_literal ""dD"" " string_content ") , (cast_expression "(int)(char)bVar1" ( (type_descriptor "int" primitive_type) ) (cast_expression "(char)bVar1" ( (type_descriptor "char" primitive_type) ) identifier)) )))) ;) (if_statement "if (pcVar10 == (char *)0x0) {\nLAB_001171c1:\n expressionP->field_0x18 = 2;\nLAB_0011713c:\n expressionP->X_add_number = 0;\n }\n else {\n pbVar9 = pbVar16 + 2;\nLAB_001172ee:\n input_line_pointer = (char *)pbVar9;\n floating_constant(expressionP);\n expressionP->X_add_number = (long)(int)-(uint)(byte)_sch_tolower[bVar1];\n }" if (parenthesized_expression "(pcVar10 == (char *)0x0)" ( (binary_expression "pcVar10 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_001171c1:\n expressionP->field_0x18 = 2;\nLAB_0011713c:\n expressionP->X_add_number = 0;\n }" { (labeled_statement "LAB_001171c1:\n expressionP->field_0x18 = 2;" statement_identifier : (expression_statement "expressionP->field_0x18 = 2;" (assignment_expression "expressionP->field_0x18 = 2" (field_expression "expressionP->field_0x18" identifier -> field_identifier) = number_literal) ;)) (labeled_statement "LAB_0011713c:\n expressionP->X_add_number = 0;" statement_identifier : (expression_statement "expressionP->X_add_number = 0;" (assignment_expression "expressionP->X_add_number = 0" (field_expression "expressionP->X_add_number" identifier -> field_identifier) = number_literal) ;)) }) (else_clause "else {\n pbVar9 = pbVar16 + 2;\nLAB_001172ee:\n input_line_pointer = (char *)pbVar9;\n floating_constant(expressionP);\n expressionP->X_add_number = (long)(int)-(uint)(byte)_sch_tolower[bVar1];\n }" else (compound_statement "{\n pbVar9 = pbVar16 + 2;\nLAB_001172ee:\n input_line_pointer = (char *)pbVar9;\n floating_constant(expressionP);\n expressionP->X_add_number = (long)(int)-(uint)(byte)_sch_tolower[bVar1];\n }" { (expression_statement "pbVar9 = pbVar16 + 2;" (assignment_expression "pbVar9 = pbVar16 + 2" identifier = (binary_expression "pbVar16 + 2" identifier + number_literal)) ;) (labeled_statement "LAB_001172ee:\n input_line_pointer = (char *)pbVar9;" statement_identifier : (expression_statement "input_line_pointer = (char *)pbVar9;" (assignment_expression "input_line_pointer = (char *)pbVar9" identifier = (cast_expression "(char *)pbVar9" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) ;)) (expression_statement "floating_constant(expressionP);" (call_expression "floating_constant(expressionP)" identifier (argument_list "(expressionP)" ( identifier ))) ;) (expression_statement "expressionP->X_add_number = (long)(int)-(uint)(byte)_sch_tolower[bVar1];" (assignment_expression "expressionP->X_add_number = (long)(int)-(uint)(byte)_sch_tolower[bVar1]" (field_expression "expressionP->X_add_number" identifier -> field_identifier) = (cast_expression "(long)(int)-(uint)(byte)_sch_tolower[bVar1]" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)-(uint)(byte)_sch_tolower[bVar1]" ( (type_descriptor "int" primitive_type) ) (unary_expression "-(uint)(byte)_sch_tolower[bVar1]" - (cast_expression "(uint)(byte)_sch_tolower[bVar1]" ( (type_descriptor "uint" type_identifier) ) (cast_expression "(byte)_sch_tolower[bVar1]" ( (type_descriptor "byte" type_identifier) ) (subscript_expression "_sch_tolower[bVar1]" identifier [ identifier ]))))))) ;) }))) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;)) (case_statement "case 0x31:" case number_literal :) (case_statement "case 0x32:" case number_literal :) (case_statement "case 0x33:" case number_literal :) (case_statement "case 0x34:" case number_literal :) (case_statement "case 0x35:" case number_literal :) (case_statement "case 0x36:" case number_literal :) (case_statement "case 0x37:" case number_literal :) (case_statement "case 0x38:" case number_literal :) (case_statement "case 0x39:\n goto switchD_00116ce1_caseD_31;" case number_literal : (goto_statement "goto switchD_00116ce1_caseD_31;" goto statement_identifier ;)) (case_statement "case 0x7e:\n if ((lex_type[bVar1] & 2) == 0) {\n operand(expressionP,mode);\n bVar4 = expressionP->field_0x18;\n if (bVar4 != 2) {\n if (bVar4 == 6) {\n lVar17 = expressionP->X_add_number;\n bVar19 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }" case number_literal : (if_statement "if ((lex_type[bVar1] & 2) == 0) {\n operand(expressionP,mode);\n bVar4 = expressionP->field_0x18;\n if (bVar4 != 2) {\n if (bVar4 == 6) {\n lVar17 = expressionP->X_add_number;\n bVar19 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }" if (parenthesized_expression "((lex_type[bVar1] & 2) == 0)" ( (binary_expression "(lex_type[bVar1] & 2) == 0" (parenthesized_expression "(lex_type[bVar1] & 2)" ( (binary_expression "lex_type[bVar1] & 2" (subscript_expression "lex_type[bVar1]" identifier [ identifier ]) & number_literal) )) == number_literal) )) (compound_statement "{\n operand(expressionP,mode);\n bVar4 = expressionP->field_0x18;\n if (bVar4 != 2) {\n if (bVar4 == 6) {\n lVar17 = expressionP->X_add_number;\n bVar19 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }" { (expression_statement "operand(expressionP,mode);" (call_expression "operand(expressionP,mode)" identifier (argument_list "(expressionP,mode)" ( identifier , identifier ))) ;) (expression_statement "bVar4 = expressionP->field_0x18;" (assignment_expression "bVar4 = expressionP->field_0x18" identifier = (field_expression "expressionP->field_0x18" identifier -> field_identifier)) ;) (if_statement "if (bVar4 != 2) {\n if (bVar4 == 6) {\n lVar17 = expressionP->X_add_number;\n bVar19 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }" if (parenthesized_expression "(bVar4 != 2)" ( (binary_expression "bVar4 != 2" identifier != number_literal) )) (compound_statement "{\n if (bVar4 == 6) {\n lVar17 = expressionP->X_add_number;\n bVar19 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }" { (if_statement "if (bVar4 == 6) {\n lVar17 = expressionP->X_add_number;\n bVar19 = false;\n goto LAB_00117039;\n }" if (parenthesized_expression "(bVar4 == 6)" ( (binary_expression "bVar4 == 6" identifier == number_literal) )) (compound_statement "{\n lVar17 = expressionP->X_add_number;\n bVar19 = false;\n goto LAB_00117039;\n }" { (expression_statement "lVar17 = expressionP->X_add_number;" (assignment_expression "lVar17 = expressionP->X_add_number" identifier = (field_expression "expressionP->X_add_number" identifier -> field_identifier)) ;) (expression_statement "bVar19 = false;" (assignment_expression "bVar19 = false" identifier = false) ;) (goto_statement "goto LAB_00117039;" goto statement_identifier ;) })) (goto_statement "goto LAB_001170fd;" goto statement_identifier ;) })) (goto_statement "goto LAB_001174a9;" goto statement_identifier ;) }))) })) (expression_statement "input_line_pointer = (char *)pbVar16;" (assignment_expression "input_line_pointer = (char *)pbVar16" identifier = (cast_expression "(char *)pbVar16" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "cVar5 = get_symbol_name(&name);" (assignment_expression "cVar5 = get_symbol_name(&name)" identifier = (call_expression "get_symbol_name(&name)" identifier (argument_list "(&name)" ( (pointer_expression "&name" & identifier) )))) ;) (expression_statement "pcVar10 = name;" (assignment_expression "pcVar10 = name" identifier = identifier) ;) (expression_statement "iVar6 = ppc_parse_name(name,expressionP);" (assignment_expression "iVar6 = ppc_parse_name(name,expressionP)" identifier = (call_expression "ppc_parse_name(name,expressionP)" identifier (argument_list "(name,expressionP)" ( identifier , identifier )))) ;) (expression_statement "c = (char)pcVar10;" (assignment_expression "c = (char)pcVar10" identifier = (cast_expression "(char)pcVar10" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (if_statement "if (iVar6 == 0) {\n s = symbol_find_or_make(name);\n psVar7 = s;\n paVar8 = S_GET_SEGMENT(s);\n c = (char)psVar7;\n if (mode != expr_defer) {\n if (paVar8 == (segT)(_bfd_std_section + 0x230)) {\n psVar7 = s;\n iVar6 = S_FORCE_RELOC(s,0);\n c = (char)psVar7;\n if (iVar6 == 0) {\n expressionP->field_0x18 = 2;\n vVar13 = S_GET_VALUE(s);\n c = (char)s;\n expressionP->X_add_number = vVar13;\n goto LAB_00117220;\n }\n }\n if (reg_section == paVar8) {\n expressionP->field_0x18 = 5;\n vVar13 = S_GET_VALUE(s);\n c = (char)s;\n expressionP->X_add_number = vVar13;\n goto LAB_00117220;\n }\n }\n expressionP->field_0x18 = 3;\n expressionP->X_add_symbol = s;\n expressionP->X_add_number = 0;\n }" if (parenthesized_expression "(iVar6 == 0)" ( (binary_expression "iVar6 == 0" identifier == number_literal) )) (compound_statement "{\n s = symbol_find_or_make(name);\n psVar7 = s;\n paVar8 = S_GET_SEGMENT(s);\n c = (char)psVar7;\n if (mode != expr_defer) {\n if (paVar8 == (segT)(_bfd_std_section + 0x230)) {\n psVar7 = s;\n iVar6 = S_FORCE_RELOC(s,0);\n c = (char)psVar7;\n if (iVar6 == 0) {\n expressionP->field_0x18 = 2;\n vVar13 = S_GET_VALUE(s);\n c = (char)s;\n expressionP->X_add_number = vVar13;\n goto LAB_00117220;\n }\n }\n if (reg_section == paVar8) {\n expressionP->field_0x18 = 5;\n vVar13 = S_GET_VALUE(s);\n c = (char)s;\n expressionP->X_add_number = vVar13;\n goto LAB_00117220;\n }\n }\n expressionP->field_0x18 = 3;\n expressionP->X_add_symbol = s;\n expressionP->X_add_number = 0;\n }" { (expression_statement "s = symbol_find_or_make(name);" (assignment_expression "s = symbol_find_or_make(name)" identifier = (call_expression "symbol_find_or_make(name)" identifier (argument_list "(name)" ( identifier )))) ;) (expression_statement "psVar7 = s;" (assignment_expression "psVar7 = s" identifier = identifier) ;) (expression_statement "paVar8 = S_GET_SEGMENT(s);" (assignment_expression "paVar8 = S_GET_SEGMENT(s)" identifier = (call_expression "S_GET_SEGMENT(s)" identifier (argument_list "(s)" ( identifier )))) ;) (expression_statement "c = (char)psVar7;" (assignment_expression "c = (char)psVar7" identifier = (cast_expression "(char)psVar7" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (if_statement "if (mode != expr_defer) {\n if (paVar8 == (segT)(_bfd_std_section + 0x230)) {\n psVar7 = s;\n iVar6 = S_FORCE_RELOC(s,0);\n c = (char)psVar7;\n if (iVar6 == 0) {\n expressionP->field_0x18 = 2;\n vVar13 = S_GET_VALUE(s);\n c = (char)s;\n expressionP->X_add_number = vVar13;\n goto LAB_00117220;\n }\n }\n if (reg_section == paVar8) {\n expressionP->field_0x18 = 5;\n vVar13 = S_GET_VALUE(s);\n c = (char)s;\n expressionP->X_add_number = vVar13;\n goto LAB_00117220;\n }\n }" if (parenthesized_expression "(mode != expr_defer)" ( (binary_expression "mode != expr_defer" identifier != identifier) )) (compound_statement "{\n if (paVar8 == (segT)(_bfd_std_section + 0x230)) {\n psVar7 = s;\n iVar6 = S_FORCE_RELOC(s,0);\n c = (char)psVar7;\n if (iVar6 == 0) {\n expressionP->field_0x18 = 2;\n vVar13 = S_GET_VALUE(s);\n c = (char)s;\n expressionP->X_add_number = vVar13;\n goto LAB_00117220;\n }\n }\n if (reg_section == paVar8) {\n expressionP->field_0x18 = 5;\n vVar13 = S_GET_VALUE(s);\n c = (char)s;\n expressionP->X_add_number = vVar13;\n goto LAB_00117220;\n }\n }" { (if_statement "if (paVar8 == (segT)(_bfd_std_section + 0x230)) {\n psVar7 = s;\n iVar6 = S_FORCE_RELOC(s,0);\n c = (char)psVar7;\n if (iVar6 == 0) {\n expressionP->field_0x18 = 2;\n vVar13 = S_GET_VALUE(s);\n c = (char)s;\n expressionP->X_add_number = vVar13;\n goto LAB_00117220;\n }\n }" if (parenthesized_expression "(paVar8 == (segT)(_bfd_std_section + 0x230))" ( (binary_expression "paVar8 == (segT)(_bfd_std_section + 0x230)" identifier == (call_expression "(segT)(_bfd_std_section + 0x230)" (parenthesized_expression "(segT)" ( identifier )) (argument_list "(_bfd_std_section + 0x230)" ( (binary_expression "_bfd_std_section + 0x230" identifier + number_literal) )))) )) (compound_statement "{\n psVar7 = s;\n iVar6 = S_FORCE_RELOC(s,0);\n c = (char)psVar7;\n if (iVar6 == 0) {\n expressionP->field_0x18 = 2;\n vVar13 = S_GET_VALUE(s);\n c = (char)s;\n expressionP->X_add_number = vVar13;\n goto LAB_00117220;\n }\n }" { (expression_statement "psVar7 = s;" (assignment_expression "psVar7 = s" identifier = identifier) ;) (expression_statement "iVar6 = S_FORCE_RELOC(s,0);" (assignment_expression "iVar6 = S_FORCE_RELOC(s,0)" identifier = (call_expression "S_FORCE_RELOC(s,0)" identifier (argument_list "(s,0)" ( identifier , number_literal )))) ;) (expression_statement "c = (char)psVar7;" (assignment_expression "c = (char)psVar7" identifier = (cast_expression "(char)psVar7" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (if_statement "if (iVar6 == 0) {\n expressionP->field_0x18 = 2;\n vVar13 = S_GET_VALUE(s);\n c = (char)s;\n expressionP->X_add_number = vVar13;\n goto LAB_00117220;\n }" if (parenthesized_expression "(iVar6 == 0)" ( (binary_expression "iVar6 == 0" identifier == number_literal) )) (compound_statement "{\n expressionP->field_0x18 = 2;\n vVar13 = S_GET_VALUE(s);\n c = (char)s;\n expressionP->X_add_number = vVar13;\n goto LAB_00117220;\n }" { (expression_statement "expressionP->field_0x18 = 2;" (assignment_expression "expressionP->field_0x18 = 2" (field_expression "expressionP->field_0x18" identifier -> field_identifier) = number_literal) ;) (expression_statement "vVar13 = S_GET_VALUE(s);" (assignment_expression "vVar13 = S_GET_VALUE(s)" identifier = (call_expression "S_GET_VALUE(s)" identifier (argument_list "(s)" ( identifier )))) ;) (expression_statement "c = (char)s;" (assignment_expression "c = (char)s" identifier = (cast_expression "(char)s" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (expression_statement "expressionP->X_add_number = vVar13;" (assignment_expression "expressionP->X_add_number = vVar13" (field_expression "expressionP->X_add_number" identifier -> field_identifier) = identifier) ;) (goto_statement "goto LAB_00117220;" goto statement_identifier ;) })) })) (if_statement "if (reg_section == paVar8) {\n expressionP->field_0x18 = 5;\n vVar13 = S_GET_VALUE(s);\n c = (char)s;\n expressionP->X_add_number = vVar13;\n goto LAB_00117220;\n }" if (parenthesized_expression "(reg_section == paVar8)" ( (binary_expression "reg_section == paVar8" identifier == identifier) )) (compound_statement "{\n expressionP->field_0x18 = 5;\n vVar13 = S_GET_VALUE(s);\n c = (char)s;\n expressionP->X_add_number = vVar13;\n goto LAB_00117220;\n }" { (expression_statement "expressionP->field_0x18 = 5;" (assignment_expression "expressionP->field_0x18 = 5" (field_expression "expressionP->field_0x18" identifier -> field_identifier) = number_literal) ;) (expression_statement "vVar13 = S_GET_VALUE(s);" (assignment_expression "vVar13 = S_GET_VALUE(s)" identifier = (call_expression "S_GET_VALUE(s)" identifier (argument_list "(s)" ( identifier )))) ;) (expression_statement "c = (char)s;" (assignment_expression "c = (char)s" identifier = (cast_expression "(char)s" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (expression_statement "expressionP->X_add_number = vVar13;" (assignment_expression "expressionP->X_add_number = vVar13" (field_expression "expressionP->X_add_number" identifier -> field_identifier) = identifier) ;) (goto_statement "goto LAB_00117220;" goto statement_identifier ;) })) })) (expression_statement "expressionP->field_0x18 = 3;" (assignment_expression "expressionP->field_0x18 = 3" (field_expression "expressionP->field_0x18" identifier -> field_identifier) = number_literal) ;) (expression_statement "expressionP->X_add_symbol = s;" (assignment_expression "expressionP->X_add_symbol = s" (field_expression "expressionP->X_add_symbol" identifier -> field_identifier) = identifier) ;) (expression_statement "expressionP->X_add_number = 0;" (assignment_expression "expressionP->X_add_number = 0" (field_expression "expressionP->X_add_number" identifier -> field_identifier) = number_literal) ;) })) (labeled_statement "LAB_00117220:\n *input_line_pointer = cVar5;" statement_identifier : (expression_statement "*input_line_pointer = cVar5;" (assignment_expression "*input_line_pointer = cVar5" (pointer_expression "*input_line_pointer" * identifier) = identifier) ;)) (if_statement "if (cVar5 == '\"') {\n restore_line_pointer(c);\n }" if (parenthesized_expression "(cVar5 == '\"')" ( (binary_expression "cVar5 == '\"'" identifier == (char_literal "'\"'" ' escape_sequence ')) )) (compound_statement "{\n restore_line_pointer(c);\n }" { (expression_statement "restore_line_pointer(c);" (call_expression "restore_line_pointer(c)" identifier (argument_list "(c)" ( identifier ))) ;) })) (labeled_statement "LAB_00116cf3:\n clean_up_expression(expressionP);" statement_identifier : (expression_statement "clean_up_expression(expressionP);" (call_expression "clean_up_expression(expressionP)" identifier (argument_list "(expressionP)" ( identifier ))) ;)) (expression_statement "cVar5 = *input_line_pointer;" (assignment_expression "cVar5 = *input_line_pointer" identifier = (pointer_expression "*input_line_pointer" * identifier)) ;) (while_statement "while (cVar5 == ' ') {\n input_line_pointer = input_line_pointer + 1;\n cVar5 = *input_line_pointer;\n }" while (parenthesized_expression "(cVar5 == ' ')" ( (binary_expression "cVar5 == ' '" identifier == (char_literal "' '" ' character ')) )) (compound_statement "{\n input_line_pointer = input_line_pointer + 1;\n cVar5 = *input_line_pointer;\n }" { (expression_statement "input_line_pointer = input_line_pointer + 1;" (assignment_expression "input_line_pointer = input_line_pointer + 1" identifier = (binary_expression "input_line_pointer + 1" identifier + number_literal)) ;) (expression_statement "cVar5 = *input_line_pointer;" (assignment_expression "cVar5 = *input_line_pointer" identifier = (pointer_expression "*input_line_pointer" * identifier)) ;) })) (if_statement "if (expressionP->X_add_symbol != (symbolS *)0x0) {\n symbol_mark_used(expressionP->X_add_symbol);\n }" if (parenthesized_expression "(expressionP->X_add_symbol != (symbolS *)0x0)" ( (binary_expression "expressionP->X_add_symbol != (symbolS *)0x0" (field_expression "expressionP->X_add_symbol" identifier -> field_identifier) != (cast_expression "(symbolS *)0x0" ( (type_descriptor "symbolS *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n symbol_mark_used(expressionP->X_add_symbol);\n }" { (expression_statement "symbol_mark_used(expressionP->X_add_symbol);" (call_expression "symbol_mark_used(expressionP->X_add_symbol)" identifier (argument_list "(expressionP->X_add_symbol)" ( (field_expression "expressionP->X_add_symbol" identifier -> field_identifier) ))) ;) })) (if_statement "if (mode != expr_defer) {\n psVar7 = symbol_clone_if_forward_ref(expressionP->X_add_symbol,0);\n expressionP->X_add_symbol = psVar7;\n psVar7 = symbol_clone_if_forward_ref(expressionP->X_op_symbol,0);\n expressionP->X_op_symbol = psVar7;\n }" if (parenthesized_expression "(mode != expr_defer)" ( (binary_expression "mode != expr_defer" identifier != identifier) )) (compound_statement "{\n psVar7 = symbol_clone_if_forward_ref(expressionP->X_add_symbol,0);\n expressionP->X_add_symbol = psVar7;\n psVar7 = symbol_clone_if_forward_ref(expressionP->X_op_symbol,0);\n expressionP->X_op_symbol = psVar7;\n }" { (expression_statement "psVar7 = symbol_clone_if_forward_ref(expressionP->X_add_symbol,0);" (assignment_expression "psVar7 = symbol_clone_if_forward_ref(expressionP->X_add_symbol,0)" identifier = (call_expression "symbol_clone_if_forward_ref(expressionP->X_add_symbol,0)" identifier (argument_list "(expressionP->X_add_symbol,0)" ( (field_expression "expressionP->X_add_symbol" identifier -> field_identifier) , number_literal )))) ;) (expression_statement "expressionP->X_add_symbol = psVar7;" (assignment_expression "expressionP->X_add_symbol = psVar7" (field_expression "expressionP->X_add_symbol" identifier -> field_identifier) = identifier) ;) (expression_statement "psVar7 = symbol_clone_if_forward_ref(expressionP->X_op_symbol,0);" (assignment_expression "psVar7 = symbol_clone_if_forward_ref(expressionP->X_op_symbol,0)" identifier = (call_expression "symbol_clone_if_forward_ref(expressionP->X_op_symbol,0)" identifier (argument_list "(expressionP->X_op_symbol,0)" ( (field_expression "expressionP->X_op_symbol" identifier -> field_identifier) , number_literal )))) ;) (expression_statement "expressionP->X_op_symbol = psVar7;" (assignment_expression "expressionP->X_op_symbol = psVar7" (field_expression "expressionP->X_op_symbol" identifier -> field_identifier) = identifier) ;) })) (if_statement "if (expressionP->field_0x18 != '\x03') {\n paVar8 = (segT)(_bfd_std_section + 0x230);\n if (expressionP->field_0x18 == '\x05') {\n paVar8 = reg_section;\n }\n return paVar8;\n }" if (parenthesized_expression "(expressionP->field_0x18 != '\x03')" ( (binary_expression "expressionP->field_0x18 != '\x03'" (field_expression "expressionP->field_0x18" identifier -> field_identifier) != (char_literal "'\x03'" ' escape_sequence ')) )) (compound_statement "{\n paVar8 = (segT)(_bfd_std_section + 0x230);\n if (expressionP->field_0x18 == '\x05') {\n paVar8 = reg_section;\n }\n return paVar8;\n }" { (expression_statement "paVar8 = (segT)(_bfd_std_section + 0x230);" (assignment_expression "paVar8 = (segT)(_bfd_std_section + 0x230)" identifier = (call_expression "(segT)(_bfd_std_section + 0x230)" (parenthesized_expression "(segT)" ( identifier )) (argument_list "(_bfd_std_section + 0x230)" ( (binary_expression "_bfd_std_section + 0x230" identifier + number_literal) )))) ;) (if_statement "if (expressionP->field_0x18 == '\x05') {\n paVar8 = reg_section;\n }" if (parenthesized_expression "(expressionP->field_0x18 == '\x05')" ( (binary_expression "expressionP->field_0x18 == '\x05'" (field_expression "expressionP->field_0x18" identifier -> field_identifier) == (char_literal "'\x05'" ' escape_sequence ')) )) (compound_statement "{\n paVar8 = reg_section;\n }" { (expression_statement "paVar8 = reg_section;" (assignment_expression "paVar8 = reg_section" identifier = identifier) ;) })) (return_statement "return paVar8;" return identifier ;) })) (expression_statement "paVar8 = S_GET_SEGMENT(expressionP->X_add_symbol);" (assignment_expression "paVar8 = S_GET_SEGMENT(expressionP->X_add_symbol)" identifier = (call_expression "S_GET_SEGMENT(expressionP->X_add_symbol)" identifier (argument_list "(expressionP->X_add_symbol)" ( (field_expression "expressionP->X_add_symbol" identifier -> field_identifier) )))) ;) (return_statement "return paVar8;" return identifier ;) }))) | (translation_unit "long FUN_00116c70(long *param_1,int param_2)\n\n{\n long lVar1;\n byte bVar2;\n byte bVar3;\n int iVar4;\n long lVar5;\n byte *pbVar6;\n void *__ptr;\n undefined8 uVar7;\n char *pcVar8;\n long lVar9;\n undefined8 uVar10;\n ushort *puVar11;\n short sVar12;\n undefined4 uVar13;\n byte *pbVar14;\n bool bVar15;\n byte *local_30;\n \n *(byte *)((long)param_1 + 0x19) = *(byte *)((long)param_1 + 0x19) & 0xfc | 1;\n lVar5 = DAT_0019d998;\n pbVar14 = DAT_0019d9a0;\n pbVar6 = DAT_0019d9a0 + 1;\n if (*DAT_0019d9a0 == 0x20) {\n pbVar6 = DAT_0019d9a0 + 2;\n pbVar14 = DAT_0019d9a0 + 1;\n }\n bVar3 = *pbVar14;\n if ((&DAT_00194540)[bVar3] != '\0') {\nswitchD_00116ce1_caseD_2c:\n *(undefined1 *)(param_1 + 3) = 1;\n DAT_0019d9a0 = pbVar14;\n goto LAB_00116cf3;\n }\n DAT_0019d9a0 = pbVar6;\n switch(bVar3) {\n case 0x21:\n case 0x2b:\n case 0x2d:\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 == 2) {\n if (bVar3 == 0x2d) {\n bVar3 = *(byte *)((long)param_1 + 0x19);\n lVar5 = param_1[2];\n param_1[2] = -lVar5;\n *(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;\n if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar3 != 0x22) {\n if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n param_1[2] = ~param_1[2];\n goto LAB_00116cf3;\n }\n if (bVar2 == 6) {\n bVar15 = bVar3 == 0x2d;\n lVar5 = param_1[2];\n if ((0 < lVar5) || (!bVar15)) {\nLAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((DAT_001944e0 == '+') || (DAT_001944e0 == 'P')) {\n bVar15 = DAT_001944e0 == '+';\n DAT_001944e0 = 'N';\n if (bVar15) {\n DAT_001944e0 = '-';\n }\n goto LAB_00116cf3;\n }\n }\n else {\nLAB_001170fd:\n if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar3 == 0x2b) goto LAB_00116cf3;\n }\n lVar5 = FUN_00116070(param_1);\n *param_1 = lVar5;\n if (bVar3 == 0x2d) {\n *(undefined1 *)(param_1 + 3) = 7;\n }\n else if ((bVar3 == 0x7e) || (bVar3 == 0x22)) {\n *(undefined1 *)(param_1 + 3) = 8;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 9;\n }\n goto LAB_0011713c;\n default:\n if ((((&DAT_00194640)[bVar3] & 2) != 0) || (bVar3 == 0x22)) break;\n *(undefined1 *)(param_1 + 3) = 1;\n uVar7 = dcgettext(0,"bad expression",5);\n FUN_0011f6d0(uVar7);\n goto LAB_001171c1;\n case 0x24:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) {\nLAB_0011715e:\n if (DAT_0019d708 == 0x1949f0) {\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }\n goto LAB_00116cf3;\n }\n break;\n case 0x27:\n DAT_0019d9a0 = pbVar14 + 2;\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = (long)(char)pbVar14[1];\n goto LAB_00116cf3;\n case 0x28:\n case 0x5b:\n lVar5 = FUN_00117660(0,param_1,param_2);\n if (bVar3 == 0x28) {\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x29) goto LAB_00116e81;\n if (bVar3 != 0) {\n uVar7 = 0x29;\n goto LAB_0011740e;\n }\n uVar13 = 0x29;\n }\n else {\n if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }\n uVar7 = 0x5d;\n if (bVar3 != 0) {\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }\n uVar13 = 0x5d;\n }\n uVar7 = dcgettext(0,"missing \'%c\'",5);\n FUN_0011f6d0(uVar7,uVar13);\nLAB_00116e8c:\n if (*DAT_0019d9a0 != 0x20) {\n return lVar5;\n }\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n return lVar5;\n case 0x2c:\n goto switchD_00116ce1_caseD_2c;\n case 0x2e:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) goto LAB_0011715e;\n iVar4 = strncasecmp((char *)pbVar6,"startof.",8);\n if (((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)) ||\n ((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)))) {\n bVar3 = pbVar14[2];\n pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7;\n if (*pbVar6 == 0x20) {\n pbVar6 = pbVar6 + 1;\n }\n DAT_0019d9a0 = pbVar6;\n *(undefined1 *)(param_1 + 3) = 1;\n if (*pbVar6 == 0x28) {\n DAT_0019d9a0 = pbVar6 + 1;\n if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }\n bVar2 = FUN_00116b30(&local_30);\n if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }\n pcVar8 = ".startof.";\n if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }\n __ptr = (void *)concat(pcVar8,local_30,0);\n lVar5 = FUN_0012b340(__ptr);\n free(__ptr);\n pbVar6 = DAT_0019d9a0;\n *param_1 = lVar5;\n *(undefined1 *)(param_1 + 3) = 3;\n param_1[2] = 0;\n *pbVar6 = bVar2;\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n }\n uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n FUN_0011f6d0(uVar7);\n goto LAB_00116cf3;\n }\n break;\n case 0x30:\n bVar3 = pbVar14[1];\n switch((int)(char)bVar3 - 0x30U & 0xff) {\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n FUN_00115a40(8,param_1);\n goto LAB_00116cf3;\n default:\n if (bVar3 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar14[2] - 0x30) < 2) {\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar6 = pbVar6 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(0x10,param_1);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if (((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }\nswitchD_00116ce1_caseD_31:\n DAT_0019d9a0 = pbVar14;\n FUN_00115a40(10,param_1);\n goto LAB_00116cf3;\n }\n pcVar8 = strchr("dD",(int)(char)bVar3);\n if (pcVar8 == (char *)0x0) {\nLAB_001171c1:\n *(undefined1 *)(param_1 + 3) = 2;\nLAB_0011713c:\n param_1[2] = 0;\n }\n else {\n pbVar6 = pbVar14 + 2;\nLAB_001172ee:\n DAT_0019d9a0 = pbVar6;\n FUN_001159b0(param_1);\n param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];\n }\n goto LAB_00116cf3;\n case 0x31:\n case 0x32:\n case 0x33:\n case 0x34:\n case 0x35:\n case 0x36:\n case 0x37:\n case 0x38:\n case 0x39:\n goto switchD_00116ce1_caseD_31;\n case 0x7e:\n if (((&DAT_00194640)[bVar3] & 2) == 0) {\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 != 2) {\n if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }\n }\n DAT_0019d9a0 = pbVar14;\n bVar3 = FUN_00116b30(&local_30);\n iVar4 = FUN_00134150(local_30,param_1);\n if (iVar4 == 0) {\n lVar5 = FUN_0012c9e0(local_30);\n lVar9 = FUN_0012af60(lVar5);\n if (param_2 == 2) {\nLAB_001173ca:\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = lVar5;\n param_1[2] = 0;\n }\n else if ((lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)) {\n *(undefined1 *)(param_1 + 3) = 2;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n else {\n if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;\n *(undefined1 *)(param_1 + 3) = 5;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n }\n *DAT_0019d9a0 = bVar3;\n if (bVar3 == 0x22) {\n FUN_00116050();\n }\nLAB_00116cf3:\n FUN_00115970(param_1);\n bVar3 = *DAT_0019d9a0;\n while (bVar3 == 0x20) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n bVar3 = *DAT_0019d9a0;\n }\n if (*param_1 != 0) {\n FUN_0012d700();\n }\n if (param_2 != 2) {\n lVar5 = FUN_0012d000(*param_1,0);\n *param_1 = lVar5;\n lVar5 = FUN_0012d000(param_1[1],0);\n param_1[1] = lVar5;\n }\n if ((char)param_1[3] != '\x03') {\n lVar5 = 0x1949f0;\n if ((char)param_1[3] == '\x05') {\n lVar5 = DAT_0019d7b8;\n }\n return lVar5;\n }\n lVar5 = FUN_0012af60(*param_1);\n return lVar5;\n}\n\n" (function_definition "long FUN_00116c70(long *param_1,int param_2)\n\n{\n long lVar1;\n byte bVar2;\n byte bVar3;\n int iVar4;\n long lVar5;\n byte *pbVar6;\n void *__ptr;\n undefined8 uVar7;\n char *pcVar8;\n long lVar9;\n undefined8 uVar10;\n ushort *puVar11;\n short sVar12;\n undefined4 uVar13;\n byte *pbVar14;\n bool bVar15;\n byte *local_30;\n \n *(byte *)((long)param_1 + 0x19) = *(byte *)((long)param_1 + 0x19) & 0xfc | 1;\n lVar5 = DAT_0019d998;\n pbVar14 = DAT_0019d9a0;\n pbVar6 = DAT_0019d9a0 + 1;\n if (*DAT_0019d9a0 == 0x20) {\n pbVar6 = DAT_0019d9a0 + 2;\n pbVar14 = DAT_0019d9a0 + 1;\n }\n bVar3 = *pbVar14;\n if ((&DAT_00194540)[bVar3] != '\0') {\nswitchD_00116ce1_caseD_2c:\n *(undefined1 *)(param_1 + 3) = 1;\n DAT_0019d9a0 = pbVar14;\n goto LAB_00116cf3;\n }\n DAT_0019d9a0 = pbVar6;\n switch(bVar3) {\n case 0x21:\n case 0x2b:\n case 0x2d:\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 == 2) {\n if (bVar3 == 0x2d) {\n bVar3 = *(byte *)((long)param_1 + 0x19);\n lVar5 = param_1[2];\n param_1[2] = -lVar5;\n *(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;\n if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar3 != 0x22) {\n if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n param_1[2] = ~param_1[2];\n goto LAB_00116cf3;\n }\n if (bVar2 == 6) {\n bVar15 = bVar3 == 0x2d;\n lVar5 = param_1[2];\n if ((0 < lVar5) || (!bVar15)) {\nLAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((DAT_001944e0 == '+') || (DAT_001944e0 == 'P')) {\n bVar15 = DAT_001944e0 == '+';\n DAT_001944e0 = 'N';\n if (bVar15) {\n DAT_001944e0 = '-';\n }\n goto LAB_00116cf3;\n }\n }\n else {\nLAB_001170fd:\n if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar3 == 0x2b) goto LAB_00116cf3;\n }\n lVar5 = FUN_00116070(param_1);\n *param_1 = lVar5;\n if (bVar3 == 0x2d) {\n *(undefined1 *)(param_1 + 3) = 7;\n }\n else if ((bVar3 == 0x7e) || (bVar3 == 0x22)) {\n *(undefined1 *)(param_1 + 3) = 8;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 9;\n }\n goto LAB_0011713c;\n default:\n if ((((&DAT_00194640)[bVar3] & 2) != 0) || (bVar3 == 0x22)) break;\n *(undefined1 *)(param_1 + 3) = 1;\n uVar7 = dcgettext(0,"bad expression",5);\n FUN_0011f6d0(uVar7);\n goto LAB_001171c1;\n case 0x24:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) {\nLAB_0011715e:\n if (DAT_0019d708 == 0x1949f0) {\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }\n goto LAB_00116cf3;\n }\n break;\n case 0x27:\n DAT_0019d9a0 = pbVar14 + 2;\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = (long)(char)pbVar14[1];\n goto LAB_00116cf3;\n case 0x28:\n case 0x5b:\n lVar5 = FUN_00117660(0,param_1,param_2);\n if (bVar3 == 0x28) {\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x29) goto LAB_00116e81;\n if (bVar3 != 0) {\n uVar7 = 0x29;\n goto LAB_0011740e;\n }\n uVar13 = 0x29;\n }\n else {\n if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }\n uVar7 = 0x5d;\n if (bVar3 != 0) {\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }\n uVar13 = 0x5d;\n }\n uVar7 = dcgettext(0,"missing \'%c\'",5);\n FUN_0011f6d0(uVar7,uVar13);\nLAB_00116e8c:\n if (*DAT_0019d9a0 != 0x20) {\n return lVar5;\n }\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n return lVar5;\n case 0x2c:\n goto switchD_00116ce1_caseD_2c;\n case 0x2e:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) goto LAB_0011715e;\n iVar4 = strncasecmp((char *)pbVar6,"startof.",8);\n if (((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)) ||\n ((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)))) {\n bVar3 = pbVar14[2];\n pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7;\n if (*pbVar6 == 0x20) {\n pbVar6 = pbVar6 + 1;\n }\n DAT_0019d9a0 = pbVar6;\n *(undefined1 *)(param_1 + 3) = 1;\n if (*pbVar6 == 0x28) {\n DAT_0019d9a0 = pbVar6 + 1;\n if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }\n bVar2 = FUN_00116b30(&local_30);\n if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }\n pcVar8 = ".startof.";\n if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }\n __ptr = (void *)concat(pcVar8,local_30,0);\n lVar5 = FUN_0012b340(__ptr);\n free(__ptr);\n pbVar6 = DAT_0019d9a0;\n *param_1 = lVar5;\n *(undefined1 *)(param_1 + 3) = 3;\n param_1[2] = 0;\n *pbVar6 = bVar2;\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n }\n uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n FUN_0011f6d0(uVar7);\n goto LAB_00116cf3;\n }\n break;\n case 0x30:\n bVar3 = pbVar14[1];\n switch((int)(char)bVar3 - 0x30U & 0xff) {\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n FUN_00115a40(8,param_1);\n goto LAB_00116cf3;\n default:\n if (bVar3 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar14[2] - 0x30) < 2) {\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar6 = pbVar6 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(0x10,param_1);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if (((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }\nswitchD_00116ce1_caseD_31:\n DAT_0019d9a0 = pbVar14;\n FUN_00115a40(10,param_1);\n goto LAB_00116cf3;\n }\n pcVar8 = strchr("dD",(int)(char)bVar3);\n if (pcVar8 == (char *)0x0) {\nLAB_001171c1:\n *(undefined1 *)(param_1 + 3) = 2;\nLAB_0011713c:\n param_1[2] = 0;\n }\n else {\n pbVar6 = pbVar14 + 2;\nLAB_001172ee:\n DAT_0019d9a0 = pbVar6;\n FUN_001159b0(param_1);\n param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];\n }\n goto LAB_00116cf3;\n case 0x31:\n case 0x32:\n case 0x33:\n case 0x34:\n case 0x35:\n case 0x36:\n case 0x37:\n case 0x38:\n case 0x39:\n goto switchD_00116ce1_caseD_31;\n case 0x7e:\n if (((&DAT_00194640)[bVar3] & 2) == 0) {\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 != 2) {\n if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }\n }\n DAT_0019d9a0 = pbVar14;\n bVar3 = FUN_00116b30(&local_30);\n iVar4 = FUN_00134150(local_30,param_1);\n if (iVar4 == 0) {\n lVar5 = FUN_0012c9e0(local_30);\n lVar9 = FUN_0012af60(lVar5);\n if (param_2 == 2) {\nLAB_001173ca:\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = lVar5;\n param_1[2] = 0;\n }\n else if ((lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)) {\n *(undefined1 *)(param_1 + 3) = 2;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n else {\n if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;\n *(undefined1 *)(param_1 + 3) = 5;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n }\n *DAT_0019d9a0 = bVar3;\n if (bVar3 == 0x22) {\n FUN_00116050();\n }\nLAB_00116cf3:\n FUN_00115970(param_1);\n bVar3 = *DAT_0019d9a0;\n while (bVar3 == 0x20) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n bVar3 = *DAT_0019d9a0;\n }\n if (*param_1 != 0) {\n FUN_0012d700();\n }\n if (param_2 != 2) {\n lVar5 = FUN_0012d000(*param_1,0);\n *param_1 = lVar5;\n lVar5 = FUN_0012d000(param_1[1],0);\n param_1[1] = lVar5;\n }\n if ((char)param_1[3] != '\x03') {\n lVar5 = 0x1949f0;\n if ((char)param_1[3] == '\x05') {\n lVar5 = DAT_0019d7b8;\n }\n return lVar5;\n }\n lVar5 = FUN_0012af60(*param_1);\n return lVar5;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_00116c70(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) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n long lVar1;\n byte bVar2;\n byte bVar3;\n int iVar4;\n long lVar5;\n byte *pbVar6;\n void *__ptr;\n undefined8 uVar7;\n char *pcVar8;\n long lVar9;\n undefined8 uVar10;\n ushort *puVar11;\n short sVar12;\n undefined4 uVar13;\n byte *pbVar14;\n bool bVar15;\n byte *local_30;\n \n *(byte *)((long)param_1 + 0x19) = *(byte *)((long)param_1 + 0x19) & 0xfc | 1;\n lVar5 = DAT_0019d998;\n pbVar14 = DAT_0019d9a0;\n pbVar6 = DAT_0019d9a0 + 1;\n if (*DAT_0019d9a0 == 0x20) {\n pbVar6 = DAT_0019d9a0 + 2;\n pbVar14 = DAT_0019d9a0 + 1;\n }\n bVar3 = *pbVar14;\n if ((&DAT_00194540)[bVar3] != '\0') {\nswitchD_00116ce1_caseD_2c:\n *(undefined1 *)(param_1 + 3) = 1;\n DAT_0019d9a0 = pbVar14;\n goto LAB_00116cf3;\n }\n DAT_0019d9a0 = pbVar6;\n switch(bVar3) {\n case 0x21:\n case 0x2b:\n case 0x2d:\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 == 2) {\n if (bVar3 == 0x2d) {\n bVar3 = *(byte *)((long)param_1 + 0x19);\n lVar5 = param_1[2];\n param_1[2] = -lVar5;\n *(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;\n if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar3 != 0x22) {\n if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n param_1[2] = ~param_1[2];\n goto LAB_00116cf3;\n }\n if (bVar2 == 6) {\n bVar15 = bVar3 == 0x2d;\n lVar5 = param_1[2];\n if ((0 < lVar5) || (!bVar15)) {\nLAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((DAT_001944e0 == '+') || (DAT_001944e0 == 'P')) {\n bVar15 = DAT_001944e0 == '+';\n DAT_001944e0 = 'N';\n if (bVar15) {\n DAT_001944e0 = '-';\n }\n goto LAB_00116cf3;\n }\n }\n else {\nLAB_001170fd:\n if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar3 == 0x2b) goto LAB_00116cf3;\n }\n lVar5 = FUN_00116070(param_1);\n *param_1 = lVar5;\n if (bVar3 == 0x2d) {\n *(undefined1 *)(param_1 + 3) = 7;\n }\n else if ((bVar3 == 0x7e) || (bVar3 == 0x22)) {\n *(undefined1 *)(param_1 + 3) = 8;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 9;\n }\n goto LAB_0011713c;\n default:\n if ((((&DAT_00194640)[bVar3] & 2) != 0) || (bVar3 == 0x22)) break;\n *(undefined1 *)(param_1 + 3) = 1;\n uVar7 = dcgettext(0,"bad expression",5);\n FUN_0011f6d0(uVar7);\n goto LAB_001171c1;\n case 0x24:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) {\nLAB_0011715e:\n if (DAT_0019d708 == 0x1949f0) {\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }\n goto LAB_00116cf3;\n }\n break;\n case 0x27:\n DAT_0019d9a0 = pbVar14 + 2;\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = (long)(char)pbVar14[1];\n goto LAB_00116cf3;\n case 0x28:\n case 0x5b:\n lVar5 = FUN_00117660(0,param_1,param_2);\n if (bVar3 == 0x28) {\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x29) goto LAB_00116e81;\n if (bVar3 != 0) {\n uVar7 = 0x29;\n goto LAB_0011740e;\n }\n uVar13 = 0x29;\n }\n else {\n if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }\n uVar7 = 0x5d;\n if (bVar3 != 0) {\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }\n uVar13 = 0x5d;\n }\n uVar7 = dcgettext(0,"missing \'%c\'",5);\n FUN_0011f6d0(uVar7,uVar13);\nLAB_00116e8c:\n if (*DAT_0019d9a0 != 0x20) {\n return lVar5;\n }\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n return lVar5;\n case 0x2c:\n goto switchD_00116ce1_caseD_2c;\n case 0x2e:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) goto LAB_0011715e;\n iVar4 = strncasecmp((char *)pbVar6,"startof.",8);\n if (((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)) ||\n ((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)))) {\n bVar3 = pbVar14[2];\n pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7;\n if (*pbVar6 == 0x20) {\n pbVar6 = pbVar6 + 1;\n }\n DAT_0019d9a0 = pbVar6;\n *(undefined1 *)(param_1 + 3) = 1;\n if (*pbVar6 == 0x28) {\n DAT_0019d9a0 = pbVar6 + 1;\n if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }\n bVar2 = FUN_00116b30(&local_30);\n if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }\n pcVar8 = ".startof.";\n if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }\n __ptr = (void *)concat(pcVar8,local_30,0);\n lVar5 = FUN_0012b340(__ptr);\n free(__ptr);\n pbVar6 = DAT_0019d9a0;\n *param_1 = lVar5;\n *(undefined1 *)(param_1 + 3) = 3;\n param_1[2] = 0;\n *pbVar6 = bVar2;\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n }\n uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n FUN_0011f6d0(uVar7);\n goto LAB_00116cf3;\n }\n break;\n case 0x30:\n bVar3 = pbVar14[1];\n switch((int)(char)bVar3 - 0x30U & 0xff) {\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n FUN_00115a40(8,param_1);\n goto LAB_00116cf3;\n default:\n if (bVar3 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar14[2] - 0x30) < 2) {\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar6 = pbVar6 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(0x10,param_1);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if (((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }\nswitchD_00116ce1_caseD_31:\n DAT_0019d9a0 = pbVar14;\n FUN_00115a40(10,param_1);\n goto LAB_00116cf3;\n }\n pcVar8 = strchr("dD",(int)(char)bVar3);\n if (pcVar8 == (char *)0x0) {\nLAB_001171c1:\n *(undefined1 *)(param_1 + 3) = 2;\nLAB_0011713c:\n param_1[2] = 0;\n }\n else {\n pbVar6 = pbVar14 + 2;\nLAB_001172ee:\n DAT_0019d9a0 = pbVar6;\n FUN_001159b0(param_1);\n param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];\n }\n goto LAB_00116cf3;\n case 0x31:\n case 0x32:\n case 0x33:\n case 0x34:\n case 0x35:\n case 0x36:\n case 0x37:\n case 0x38:\n case 0x39:\n goto switchD_00116ce1_caseD_31;\n case 0x7e:\n if (((&DAT_00194640)[bVar3] & 2) == 0) {\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 != 2) {\n if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }\n }\n DAT_0019d9a0 = pbVar14;\n bVar3 = FUN_00116b30(&local_30);\n iVar4 = FUN_00134150(local_30,param_1);\n if (iVar4 == 0) {\n lVar5 = FUN_0012c9e0(local_30);\n lVar9 = FUN_0012af60(lVar5);\n if (param_2 == 2) {\nLAB_001173ca:\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = lVar5;\n param_1[2] = 0;\n }\n else if ((lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)) {\n *(undefined1 *)(param_1 + 3) = 2;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n else {\n if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;\n *(undefined1 *)(param_1 + 3) = 5;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n }\n *DAT_0019d9a0 = bVar3;\n if (bVar3 == 0x22) {\n FUN_00116050();\n }\nLAB_00116cf3:\n FUN_00115970(param_1);\n bVar3 = *DAT_0019d9a0;\n while (bVar3 == 0x20) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n bVar3 = *DAT_0019d9a0;\n }\n if (*param_1 != 0) {\n FUN_0012d700();\n }\n if (param_2 != 2) {\n lVar5 = FUN_0012d000(*param_1,0);\n *param_1 = lVar5;\n lVar5 = FUN_0012d000(param_1[1],0);\n param_1[1] = lVar5;\n }\n if ((char)param_1[3] != '\x03') {\n lVar5 = 0x1949f0;\n if ((char)param_1[3] == '\x05') {\n lVar5 = DAT_0019d7b8;\n }\n return lVar5;\n }\n lVar5 = FUN_0012af60(*param_1);\n return lVar5;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "byte bVar3;" type_identifier identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "byte *pbVar6;" type_identifier (pointer_declarator "*pbVar6" * identifier) ;) (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "undefined8 uVar7;" type_identifier identifier ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (declaration "long lVar9;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar10;" type_identifier identifier ;) (declaration "ushort *puVar11;" type_identifier (pointer_declarator "*puVar11" * identifier) ;) (declaration "short sVar12;" (sized_type_specifier "short" short) identifier ;) (declaration "undefined4 uVar13;" type_identifier identifier ;) (declaration "byte *pbVar14;" type_identifier (pointer_declarator "*pbVar14" * identifier) ;) (declaration "bool bVar15;" primitive_type identifier ;) (declaration "byte *local_30;" type_identifier (pointer_declarator "*local_30" * identifier) ;) (expression_statement "*(byte *)((long)param_1 + 0x19) = *(byte *)((long)param_1 + 0x19) & 0xfc | 1;" (assignment_expression "*(byte *)((long)param_1 + 0x19) = *(byte *)((long)param_1 + 0x19) & 0xfc | 1" (pointer_expression "*(byte *)((long)param_1 + 0x19)" * (cast_expression "(byte *)((long)param_1 + 0x19)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x19)" ( (binary_expression "(long)param_1 + 0x19" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "*(byte *)((long)param_1 + 0x19) & 0xfc | 1" (binary_expression "*(byte *)((long)param_1 + 0x19) & 0xfc" (pointer_expression "*(byte *)((long)param_1 + 0x19)" * (cast_expression "(byte *)((long)param_1 + 0x19)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x19)" ( (binary_expression "(long)param_1 + 0x19" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) | number_literal)) ;) (expression_statement "lVar5 = DAT_0019d998;" (assignment_expression "lVar5 = DAT_0019d998" identifier = identifier) ;) (expression_statement "pbVar14 = DAT_0019d9a0;" (assignment_expression "pbVar14 = DAT_0019d9a0" identifier = identifier) ;) (expression_statement "pbVar6 = DAT_0019d9a0 + 1;" (assignment_expression "pbVar6 = DAT_0019d9a0 + 1" identifier = (binary_expression "DAT_0019d9a0 + 1" identifier + number_literal)) ;) (if_statement "if (*DAT_0019d9a0 == 0x20) {\n pbVar6 = DAT_0019d9a0 + 2;\n pbVar14 = DAT_0019d9a0 + 1;\n }" if (parenthesized_expression "(*DAT_0019d9a0 == 0x20)" ( (binary_expression "*DAT_0019d9a0 == 0x20" (pointer_expression "*DAT_0019d9a0" * identifier) == number_literal) )) (compound_statement "{\n pbVar6 = DAT_0019d9a0 + 2;\n pbVar14 = DAT_0019d9a0 + 1;\n }" { (expression_statement "pbVar6 = DAT_0019d9a0 + 2;" (assignment_expression "pbVar6 = DAT_0019d9a0 + 2" identifier = (binary_expression "DAT_0019d9a0 + 2" identifier + number_literal)) ;) (expression_statement "pbVar14 = DAT_0019d9a0 + 1;" (assignment_expression "pbVar14 = DAT_0019d9a0 + 1" identifier = (binary_expression "DAT_0019d9a0 + 1" identifier + number_literal)) ;) })) (expression_statement "bVar3 = *pbVar14;" (assignment_expression "bVar3 = *pbVar14" identifier = (pointer_expression "*pbVar14" * identifier)) ;) (if_statement "if ((&DAT_00194540)[bVar3] != '\0') {\nswitchD_00116ce1_caseD_2c:\n *(undefined1 *)(param_1 + 3) = 1;\n DAT_0019d9a0 = pbVar14;\n goto LAB_00116cf3;\n }" if (parenthesized_expression "((&DAT_00194540)[bVar3] != '\0')" ( (binary_expression "(&DAT_00194540)[bVar3] != '\0'" (subscript_expression "(&DAT_00194540)[bVar3]" (parenthesized_expression "(&DAT_00194540)" ( (pointer_expression "&DAT_00194540" & identifier) )) [ identifier ]) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\nswitchD_00116ce1_caseD_2c:\n *(undefined1 *)(param_1 + 3) = 1;\n DAT_0019d9a0 = pbVar14;\n goto LAB_00116cf3;\n }" { (labeled_statement "switchD_00116ce1_caseD_2c:\n *(undefined1 *)(param_1 + 3) = 1;" statement_identifier : (expression_statement "*(undefined1 *)(param_1 + 3) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 1" (pointer_expression "*(undefined1 *)(param_1 + 3)" * (cast_expression "(undefined1 *)(param_1 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;)) (expression_statement "DAT_0019d9a0 = pbVar14;" (assignment_expression "DAT_0019d9a0 = pbVar14" identifier = identifier) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })) (expression_statement "DAT_0019d9a0 = pbVar6;" (assignment_expression "DAT_0019d9a0 = pbVar6" identifier = identifier) ;) (switch_statement "switch(bVar3) {\n case 0x21:\n case 0x2b:\n case 0x2d:\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 == 2) {\n if (bVar3 == 0x2d) {\n bVar3 = *(byte *)((long)param_1 + 0x19);\n lVar5 = param_1[2];\n param_1[2] = -lVar5;\n *(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;\n if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar3 != 0x22) {\n if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n param_1[2] = ~param_1[2];\n goto LAB_00116cf3;\n }\n if (bVar2 == 6) {\n bVar15 = bVar3 == 0x2d;\n lVar5 = param_1[2];\n if ((0 < lVar5) || (!bVar15)) {\nLAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((DAT_001944e0 == '+') || (DAT_001944e0 == 'P')) {\n bVar15 = DAT_001944e0 == '+';\n DAT_001944e0 = 'N';\n if (bVar15) {\n DAT_001944e0 = '-';\n }\n goto LAB_00116cf3;\n }\n }\n else {\nLAB_001170fd:\n if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar3 == 0x2b) goto LAB_00116cf3;\n }\n lVar5 = FUN_00116070(param_1);\n *param_1 = lVar5;\n if (bVar3 == 0x2d) {\n *(undefined1 *)(param_1 + 3) = 7;\n }\n else if ((bVar3 == 0x7e) || (bVar3 == 0x22)) {\n *(undefined1 *)(param_1 + 3) = 8;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 9;\n }\n goto LAB_0011713c;\n default:\n if ((((&DAT_00194640)[bVar3] & 2) != 0) || (bVar3 == 0x22)) break;\n *(undefined1 *)(param_1 + 3) = 1;\n uVar7 = dcgettext(0,"bad expression",5);\n FUN_0011f6d0(uVar7);\n goto LAB_001171c1;\n case 0x24:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) {\nLAB_0011715e:\n if (DAT_0019d708 == 0x1949f0) {\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }\n goto LAB_00116cf3;\n }\n break;\n case 0x27:\n DAT_0019d9a0 = pbVar14 + 2;\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = (long)(char)pbVar14[1];\n goto LAB_00116cf3;\n case 0x28:\n case 0x5b:\n lVar5 = FUN_00117660(0,param_1,param_2);\n if (bVar3 == 0x28) {\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x29) goto LAB_00116e81;\n if (bVar3 != 0) {\n uVar7 = 0x29;\n goto LAB_0011740e;\n }\n uVar13 = 0x29;\n }\n else {\n if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }\n uVar7 = 0x5d;\n if (bVar3 != 0) {\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }\n uVar13 = 0x5d;\n }\n uVar7 = dcgettext(0,"missing \'%c\'",5);\n FUN_0011f6d0(uVar7,uVar13);\nLAB_00116e8c:\n if (*DAT_0019d9a0 != 0x20) {\n return lVar5;\n }\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n return lVar5;\n case 0x2c:\n goto switchD_00116ce1_caseD_2c;\n case 0x2e:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) goto LAB_0011715e;\n iVar4 = strncasecmp((char *)pbVar6,"startof.",8);\n if (((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)) ||\n ((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)))) {\n bVar3 = pbVar14[2];\n pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7;\n if (*pbVar6 == 0x20) {\n pbVar6 = pbVar6 + 1;\n }\n DAT_0019d9a0 = pbVar6;\n *(undefined1 *)(param_1 + 3) = 1;\n if (*pbVar6 == 0x28) {\n DAT_0019d9a0 = pbVar6 + 1;\n if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }\n bVar2 = FUN_00116b30(&local_30);\n if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }\n pcVar8 = ".startof.";\n if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }\n __ptr = (void *)concat(pcVar8,local_30,0);\n lVar5 = FUN_0012b340(__ptr);\n free(__ptr);\n pbVar6 = DAT_0019d9a0;\n *param_1 = lVar5;\n *(undefined1 *)(param_1 + 3) = 3;\n param_1[2] = 0;\n *pbVar6 = bVar2;\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n }\n uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n FUN_0011f6d0(uVar7);\n goto LAB_00116cf3;\n }\n break;\n case 0x30:\n bVar3 = pbVar14[1];\n switch((int)(char)bVar3 - 0x30U & 0xff) {\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n FUN_00115a40(8,param_1);\n goto LAB_00116cf3;\n default:\n if (bVar3 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar14[2] - 0x30) < 2) {\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar6 = pbVar6 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(0x10,param_1);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if (((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }\nswitchD_00116ce1_caseD_31:\n DAT_0019d9a0 = pbVar14;\n FUN_00115a40(10,param_1);\n goto LAB_00116cf3;\n }\n pcVar8 = strchr("dD",(int)(char)bVar3);\n if (pcVar8 == (char *)0x0) {\nLAB_001171c1:\n *(undefined1 *)(param_1 + 3) = 2;\nLAB_0011713c:\n param_1[2] = 0;\n }\n else {\n pbVar6 = pbVar14 + 2;\nLAB_001172ee:\n DAT_0019d9a0 = pbVar6;\n FUN_001159b0(param_1);\n param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];\n }\n goto LAB_00116cf3;\n case 0x31:\n case 0x32:\n case 0x33:\n case 0x34:\n case 0x35:\n case 0x36:\n case 0x37:\n case 0x38:\n case 0x39:\n goto switchD_00116ce1_caseD_31;\n case 0x7e:\n if (((&DAT_00194640)[bVar3] & 2) == 0) {\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 != 2) {\n if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }\n }" switch (parenthesized_expression "(bVar3)" ( identifier )) (compound_statement "{\n case 0x21:\n case 0x2b:\n case 0x2d:\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 == 2) {\n if (bVar3 == 0x2d) {\n bVar3 = *(byte *)((long)param_1 + 0x19);\n lVar5 = param_1[2];\n param_1[2] = -lVar5;\n *(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;\n if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar3 != 0x22) {\n if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n param_1[2] = ~param_1[2];\n goto LAB_00116cf3;\n }\n if (bVar2 == 6) {\n bVar15 = bVar3 == 0x2d;\n lVar5 = param_1[2];\n if ((0 < lVar5) || (!bVar15)) {\nLAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((DAT_001944e0 == '+') || (DAT_001944e0 == 'P')) {\n bVar15 = DAT_001944e0 == '+';\n DAT_001944e0 = 'N';\n if (bVar15) {\n DAT_001944e0 = '-';\n }\n goto LAB_00116cf3;\n }\n }\n else {\nLAB_001170fd:\n if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar3 == 0x2b) goto LAB_00116cf3;\n }\n lVar5 = FUN_00116070(param_1);\n *param_1 = lVar5;\n if (bVar3 == 0x2d) {\n *(undefined1 *)(param_1 + 3) = 7;\n }\n else if ((bVar3 == 0x7e) || (bVar3 == 0x22)) {\n *(undefined1 *)(param_1 + 3) = 8;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 9;\n }\n goto LAB_0011713c;\n default:\n if ((((&DAT_00194640)[bVar3] & 2) != 0) || (bVar3 == 0x22)) break;\n *(undefined1 *)(param_1 + 3) = 1;\n uVar7 = dcgettext(0,"bad expression",5);\n FUN_0011f6d0(uVar7);\n goto LAB_001171c1;\n case 0x24:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) {\nLAB_0011715e:\n if (DAT_0019d708 == 0x1949f0) {\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }\n goto LAB_00116cf3;\n }\n break;\n case 0x27:\n DAT_0019d9a0 = pbVar14 + 2;\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = (long)(char)pbVar14[1];\n goto LAB_00116cf3;\n case 0x28:\n case 0x5b:\n lVar5 = FUN_00117660(0,param_1,param_2);\n if (bVar3 == 0x28) {\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x29) goto LAB_00116e81;\n if (bVar3 != 0) {\n uVar7 = 0x29;\n goto LAB_0011740e;\n }\n uVar13 = 0x29;\n }\n else {\n if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }\n uVar7 = 0x5d;\n if (bVar3 != 0) {\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }\n uVar13 = 0x5d;\n }\n uVar7 = dcgettext(0,"missing \'%c\'",5);\n FUN_0011f6d0(uVar7,uVar13);\nLAB_00116e8c:\n if (*DAT_0019d9a0 != 0x20) {\n return lVar5;\n }\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n return lVar5;\n case 0x2c:\n goto switchD_00116ce1_caseD_2c;\n case 0x2e:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) goto LAB_0011715e;\n iVar4 = strncasecmp((char *)pbVar6,"startof.",8);\n if (((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)) ||\n ((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)))) {\n bVar3 = pbVar14[2];\n pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7;\n if (*pbVar6 == 0x20) {\n pbVar6 = pbVar6 + 1;\n }\n DAT_0019d9a0 = pbVar6;\n *(undefined1 *)(param_1 + 3) = 1;\n if (*pbVar6 == 0x28) {\n DAT_0019d9a0 = pbVar6 + 1;\n if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }\n bVar2 = FUN_00116b30(&local_30);\n if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }\n pcVar8 = ".startof.";\n if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }\n __ptr = (void *)concat(pcVar8,local_30,0);\n lVar5 = FUN_0012b340(__ptr);\n free(__ptr);\n pbVar6 = DAT_0019d9a0;\n *param_1 = lVar5;\n *(undefined1 *)(param_1 + 3) = 3;\n param_1[2] = 0;\n *pbVar6 = bVar2;\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n }\n uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n FUN_0011f6d0(uVar7);\n goto LAB_00116cf3;\n }\n break;\n case 0x30:\n bVar3 = pbVar14[1];\n switch((int)(char)bVar3 - 0x30U & 0xff) {\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n FUN_00115a40(8,param_1);\n goto LAB_00116cf3;\n default:\n if (bVar3 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar14[2] - 0x30) < 2) {\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar6 = pbVar6 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(0x10,param_1);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if (((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }\nswitchD_00116ce1_caseD_31:\n DAT_0019d9a0 = pbVar14;\n FUN_00115a40(10,param_1);\n goto LAB_00116cf3;\n }\n pcVar8 = strchr("dD",(int)(char)bVar3);\n if (pcVar8 == (char *)0x0) {\nLAB_001171c1:\n *(undefined1 *)(param_1 + 3) = 2;\nLAB_0011713c:\n param_1[2] = 0;\n }\n else {\n pbVar6 = pbVar14 + 2;\nLAB_001172ee:\n DAT_0019d9a0 = pbVar6;\n FUN_001159b0(param_1);\n param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];\n }\n goto LAB_00116cf3;\n case 0x31:\n case 0x32:\n case 0x33:\n case 0x34:\n case 0x35:\n case 0x36:\n case 0x37:\n case 0x38:\n case 0x39:\n goto switchD_00116ce1_caseD_31;\n case 0x7e:\n if (((&DAT_00194640)[bVar3] & 2) == 0) {\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 != 2) {\n if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }\n }" { (case_statement "case 0x21:" case number_literal :) (case_statement "case 0x2b:" case number_literal :) (case_statement "case 0x2d:\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 == 2) {\n if (bVar3 == 0x2d) {\n bVar3 = *(byte *)((long)param_1 + 0x19);\n lVar5 = param_1[2];\n param_1[2] = -lVar5;\n *(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;\n if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar3 != 0x22) {\n if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n param_1[2] = ~param_1[2];\n goto LAB_00116cf3;\n }\n if (bVar2 == 6) {\n bVar15 = bVar3 == 0x2d;\n lVar5 = param_1[2];\n if ((0 < lVar5) || (!bVar15)) {\nLAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((DAT_001944e0 == '+') || (DAT_001944e0 == 'P')) {\n bVar15 = DAT_001944e0 == '+';\n DAT_001944e0 = 'N';\n if (bVar15) {\n DAT_001944e0 = '-';\n }\n goto LAB_00116cf3;\n }\n }\n else {\nLAB_001170fd:\n if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar3 == 0x2b) goto LAB_00116cf3;\n }\n lVar5 = FUN_00116070(param_1);\n *param_1 = lVar5;\n if (bVar3 == 0x2d) {\n *(undefined1 *)(param_1 + 3) = 7;\n }\n else if ((bVar3 == 0x7e) || (bVar3 == 0x22)) {\n *(undefined1 *)(param_1 + 3) = 8;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 9;\n }\n goto LAB_0011713c;" case number_literal : (expression_statement "FUN_00116c70(param_1,param_2);" (call_expression "FUN_00116c70(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier ))) ;) (expression_statement "bVar2 = *(byte *)(param_1 + 3);" (assignment_expression "bVar2 = *(byte *)(param_1 + 3)" identifier = (pointer_expression "*(byte *)(param_1 + 3)" * (cast_expression "(byte *)(param_1 + 3)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) ))))) ;) (if_statement "if (bVar2 == 2) {\n if (bVar3 == 0x2d) {\n bVar3 = *(byte *)((long)param_1 + 0x19);\n lVar5 = param_1[2];\n param_1[2] = -lVar5;\n *(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;\n if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar3 != 0x22) {\n if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n param_1[2] = ~param_1[2];\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(bVar2 == 2)" ( (binary_expression "bVar2 == 2" identifier == number_literal) )) (compound_statement "{\n if (bVar3 == 0x2d) {\n bVar3 = *(byte *)((long)param_1 + 0x19);\n lVar5 = param_1[2];\n param_1[2] = -lVar5;\n *(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;\n if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar3 != 0x22) {\n if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n param_1[2] = ~param_1[2];\n goto LAB_00116cf3;\n }" { (if_statement "if (bVar3 == 0x2d) {\n bVar3 = *(byte *)((long)param_1 + 0x19);\n lVar5 = param_1[2];\n param_1[2] = -lVar5;\n *(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;\n if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(bVar3 == 0x2d)" ( (binary_expression "bVar3 == 0x2d" identifier == number_literal) )) (compound_statement "{\n bVar3 = *(byte *)((long)param_1 + 0x19);\n lVar5 = param_1[2];\n param_1[2] = -lVar5;\n *(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;\n if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }\n goto LAB_00116cf3;\n }" { (expression_statement "bVar3 = *(byte *)((long)param_1 + 0x19);" (assignment_expression "bVar3 = *(byte *)((long)param_1 + 0x19)" identifier = (pointer_expression "*(byte *)((long)param_1 + 0x19)" * (cast_expression "(byte *)((long)param_1 + 0x19)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x19)" ( (binary_expression "(long)param_1 + 0x19" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "lVar5 = param_1[2];" (assignment_expression "lVar5 = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (expression_statement "param_1[2] = -lVar5;" (assignment_expression "param_1[2] = -lVar5" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (unary_expression "-lVar5" - identifier)) ;) (expression_statement "*(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;" (assignment_expression "*(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe" (pointer_expression "*(byte *)((long)param_1 + 0x19)" * (cast_expression "(byte *)((long)param_1 + 0x19)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x19)" ( (binary_expression "(long)param_1 + 0x19" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "bVar3 & 0xfe" identifier & number_literal)) ;) (if_statement "if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }" if (parenthesized_expression "(-lVar5 != 0)" ( (binary_expression "-lVar5 != 0" (unary_expression "-lVar5" - identifier) != number_literal) )) (compound_statement "{\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }" { (expression_statement "*(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;" (assignment_expression "*(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc" (pointer_expression "*(byte *)((long)param_1 + 0x19)" * (cast_expression "(byte *)((long)param_1 + 0x19)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x19)" ( (binary_expression "(long)param_1 + 0x19" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "(bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc" (binary_expression "(bVar3 >> 1 & 1 ^ 1) * '\x02'" (parenthesized_expression "(bVar3 >> 1 & 1 ^ 1)" ( (binary_expression "bVar3 >> 1 & 1 ^ 1" (binary_expression "bVar3 >> 1 & 1" (binary_expression "bVar3 >> 1" identifier >> number_literal) & number_literal) ^ number_literal) )) * (char_literal "'\x02'" ' escape_sequence ')) | (binary_expression "bVar3 & 0xfc" identifier & number_literal))) ;) })) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })) (if_statement "if (bVar3 != 0x22) {\n if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(bVar3 != 0x22)" ( (binary_expression "bVar3 != 0x22" identifier != number_literal) )) (compound_statement "{\n if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }\n goto LAB_00116cf3;\n }" { (if_statement "if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }" if (parenthesized_expression "(bVar3 == 0x21)" ( (binary_expression "bVar3 == 0x21" identifier == number_literal) )) (compound_statement "{\n param_1[2] = (ulong)(param_1[2] == 0);\n }" { (expression_statement "param_1[2] = (ulong)(param_1[2] == 0);" (assignment_expression "param_1[2] = (ulong)(param_1[2] == 0)" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (call_expression "(ulong)(param_1[2] == 0)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(param_1[2] == 0)" ( (binary_expression "param_1[2] == 0" (subscript_expression "param_1[2]" identifier [ number_literal ]) == number_literal) )))) ;) })) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })) (labeled_statement "LAB_001174a9:\n param_1[2] = ~param_1[2];" statement_identifier : (expression_statement "param_1[2] = ~param_1[2];" (assignment_expression "param_1[2] = ~param_1[2]" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (unary_expression "~param_1[2]" ~ (subscript_expression "param_1[2]" identifier [ number_literal ]))) ;)) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })) (if_statement "if (bVar2 == 6) {\n bVar15 = bVar3 == 0x2d;\n lVar5 = param_1[2];\n if ((0 < lVar5) || (!bVar15)) {\nLAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((DAT_001944e0 == '+') || (DAT_001944e0 == 'P')) {\n bVar15 = DAT_001944e0 == '+';\n DAT_001944e0 = 'N';\n if (bVar15) {\n DAT_001944e0 = '-';\n }\n goto LAB_00116cf3;\n }\n }\n else {\nLAB_001170fd:\n if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar3 == 0x2b) goto LAB_00116cf3;\n }" if (parenthesized_expression "(bVar2 == 6)" ( (binary_expression "bVar2 == 6" identifier == number_literal) )) (compound_statement "{\n bVar15 = bVar3 == 0x2d;\n lVar5 = param_1[2];\n if ((0 < lVar5) || (!bVar15)) {\nLAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((DAT_001944e0 == '+') || (DAT_001944e0 == 'P')) {\n bVar15 = DAT_001944e0 == '+';\n DAT_001944e0 = 'N';\n if (bVar15) {\n DAT_001944e0 = '-';\n }\n goto LAB_00116cf3;\n }\n }" { (expression_statement "bVar15 = bVar3 == 0x2d;" (assignment_expression "bVar15 = bVar3 == 0x2d" identifier = (binary_expression "bVar3 == 0x2d" identifier == number_literal)) ;) (expression_statement "lVar5 = param_1[2];" (assignment_expression "lVar5 = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (if_statement "if ((0 < lVar5) || (!bVar15)) {\nLAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }" if (parenthesized_expression "((0 < lVar5) || (!bVar15))" ( (binary_expression "(0 < lVar5) || (!bVar15)" (parenthesized_expression "(0 < lVar5)" ( (binary_expression "0 < lVar5" number_literal < identifier) )) || (parenthesized_expression "(!bVar15)" ( (unary_expression "!bVar15" ! identifier) ))) )) (compound_statement "{\nLAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }" { (labeled_statement "LAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }" statement_identifier : (if_statement "if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(0 < lVar5)" ( (binary_expression "0 < lVar5" number_literal < identifier) )) (compound_statement "{\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }" { (if_statement "if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }" if (parenthesized_expression "((bVar3 == 0x7e) || (bVar15))" ( (binary_expression "(bVar3 == 0x7e) || (bVar15)" (parenthesized_expression "(bVar3 == 0x7e)" ( (binary_expression "bVar3 == 0x7e" identifier == number_literal) )) || (parenthesized_expression "(bVar15)" ( identifier ))) )) (compound_statement "{\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }" { (expression_statement "puVar11 = (ushort *)&DAT_0019d920;" (assignment_expression "puVar11 = (ushort *)&DAT_0019d920" identifier = (cast_expression "(ushort *)&DAT_0019d920" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&DAT_0019d920" & identifier))) ;) (do_statement "do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));" do (compound_statement "{\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n }" { (expression_statement "*puVar11 = ~*puVar11;" (assignment_expression "*puVar11 = ~*puVar11" (pointer_expression "*puVar11" * identifier) = (unary_expression "~*puVar11" ~ (pointer_expression "*puVar11" * identifier))) ;) (expression_statement "puVar11 = puVar11 + 1;" (assignment_expression "puVar11 = puVar11 + 1" identifier = (binary_expression "puVar11 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2))" ( (binary_expression "puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2)" identifier != (cast_expression "(ushort *)((long)&DAT_0019d920 + lVar5 * 2)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&DAT_0019d920 + lVar5 * 2)" ( (binary_expression "(long)&DAT_0019d920 + lVar5 * 2" (cast_expression "(long)&DAT_0019d920" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&DAT_0019d920" & identifier)) + (binary_expression "lVar5 * 2" identifier * number_literal)) )))) )) ;) (expression_statement "lVar9 = (long)(int)lVar5;" (assignment_expression "lVar9 = (long)(int)lVar5" identifier = (cast_expression "(long)(int)lVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)lVar5" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (if_statement "if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }" if (parenthesized_expression "((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14))" ( (binary_expression "(lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)" (parenthesized_expression "(lVar5 < 0x14)" ( (binary_expression "lVar5 < 0x14" identifier < number_literal) )) && (parenthesized_expression "(param_1[2] = 0x14, (int)lVar5 < 0x14)" ( (comma_expression "param_1[2] = 0x14, (int)lVar5 < 0x14" (assignment_expression "param_1[2] = 0x14" (subscript_expression "param_1[2]" identifier [ number_literal ]) = number_literal) , (binary_expression "(int)lVar5 < 0x14" (cast_expression "(int)lVar5" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal)) ))) )) (compound_statement "{\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }" { (do_statement "do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);" do (compound_statement "{\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n }" { (expression_statement "*(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;" (assignment_expression "*(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff" (pointer_expression "*(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2)" * (cast_expression "(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&DAT_0019d920 + lVar9 * 2)" ( (binary_expression "(long)&DAT_0019d920 + lVar9 * 2" (cast_expression "(long)&DAT_0019d920" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&DAT_0019d920" & identifier)) + (binary_expression "lVar9 * 2" identifier * number_literal)) )))) = number_literal) ;) (expression_statement "lVar9 = lVar9 + 1;" (assignment_expression "lVar9 = lVar9 + 1" identifier = (binary_expression "lVar9 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((int)lVar9 < 0x14)" ( (binary_expression "(int)lVar9 < 0x14" (cast_expression "(int)lVar9" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) ;) (if_statement "if (!bVar15) goto LAB_00116cf3;" if (parenthesized_expression "(!bVar15)" ( (unary_expression "!bVar15" ! identifier) )) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;)) (expression_statement "lVar5 = 0x14;" (assignment_expression "lVar5 = 0x14" identifier = number_literal) ;) }) (else_clause "else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }" else (compound_statement "{\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }" { (if_statement "if (!bVar15) goto LAB_00116cf3;" if (parenthesized_expression "(!bVar15)" ( (unary_expression "!bVar15" ! identifier) )) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;)) (expression_statement "lVar5 = param_1[2];" (assignment_expression "lVar5 = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) }))) (expression_statement "DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;" (assignment_expression "DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1" (field_expression "DAT_0019d920._0_2_" identifier . field_identifier) = (binary_expression "(short)DAT_0019d920 + 1" (cast_expression "(short)DAT_0019d920" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) identifier) + number_literal)) ;) (if_statement "if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }" if (parenthesized_expression "((short)DAT_0019d920 == 0)" ( (binary_expression "(short)DAT_0019d920 == 0" (cast_expression "(short)DAT_0019d920" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) identifier) == number_literal) )) (compound_statement "{\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }" { (expression_statement "lVar9 = 1;" (assignment_expression "lVar9 = 1" identifier = number_literal) ;) (do_statement "do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);" do (compound_statement "{\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n }" { (if_statement "if (lVar5 <= lVar9) break;" if (parenthesized_expression "(lVar5 <= lVar9)" ( (binary_expression "lVar5 <= lVar9" identifier <= identifier) )) (break_statement "break;" break ;)) (expression_statement "sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;" (assignment_expression "sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1" identifier = (binary_expression "*(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1" (pointer_expression "*(short *)((long)&DAT_0019d920 + lVar9 * 2)" * (cast_expression "(short *)((long)&DAT_0019d920 + lVar9 * 2)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&DAT_0019d920 + lVar9 * 2)" ( (binary_expression "(long)&DAT_0019d920 + lVar9 * 2" (cast_expression "(long)&DAT_0019d920" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&DAT_0019d920" & identifier)) + (binary_expression "lVar9 * 2" identifier * number_literal)) )))) + number_literal)) ;) (expression_statement "*(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;" (assignment_expression "*(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12" (pointer_expression "*(short *)((long)&DAT_0019d920 + lVar9 * 2)" * (cast_expression "(short *)((long)&DAT_0019d920 + lVar9 * 2)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&DAT_0019d920 + lVar9 * 2)" ( (binary_expression "(long)&DAT_0019d920 + lVar9 * 2" (cast_expression "(long)&DAT_0019d920" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&DAT_0019d920" & identifier)) + (binary_expression "lVar9 * 2" identifier * number_literal)) )))) = identifier) ;) (expression_statement "lVar9 = lVar9 + 1;" (assignment_expression "lVar9 = lVar9 + 1" identifier = (binary_expression "lVar9 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(sVar12 == 0)" ( (binary_expression "sVar12 == 0" identifier == number_literal) )) ;) })) }) (else_clause "else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }" else (if_statement "if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }" if (parenthesized_expression "(bVar3 == 0x21)" ( (binary_expression "bVar3 == 0x21" identifier == number_literal) )) (compound_statement "{\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }" { (if_statement "if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }" if (parenthesized_expression "((short)DAT_0019d920 == 0)" ( (binary_expression "(short)DAT_0019d920 == 0" (cast_expression "(short)DAT_0019d920" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) identifier) == number_literal) )) (compound_statement "{\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }" { (expression_statement "lVar1 = 1;" (assignment_expression "lVar1 = 1" identifier = number_literal) ;) (do_statement "do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);" do (compound_statement "{\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n }" { (expression_statement "lVar9 = lVar1;" (assignment_expression "lVar9 = lVar1" identifier = identifier) ;) (if_statement "if (lVar5 == lVar9) break;" if (parenthesized_expression "(lVar5 == lVar9)" ( (binary_expression "lVar5 == lVar9" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "lVar1 = lVar9 + 1;" (assignment_expression "lVar1 = lVar9 + 1" identifier = (binary_expression "lVar9 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((&DAT_0019d91e)[lVar9 + 1] == 0)" ( (binary_expression "(&DAT_0019d91e)[lVar9 + 1] == 0" (subscript_expression "(&DAT_0019d91e)[lVar9 + 1]" (parenthesized_expression "(&DAT_0019d91e)" ( (pointer_expression "&DAT_0019d91e" & identifier) )) [ (binary_expression "lVar9 + 1" identifier + number_literal) ]) == number_literal) )) ;) }) (else_clause "else {\n lVar9 = 0;\n }" else (compound_statement "{\n lVar9 = 0;\n }" { (expression_statement "lVar9 = 0;" (assignment_expression "lVar9 = 0" identifier = number_literal) ;) }))) (expression_statement "param_1[2] = (ulong)(lVar5 <= lVar9);" (assignment_expression "param_1[2] = (ulong)(lVar5 <= lVar9)" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (call_expression "(ulong)(lVar5 <= lVar9)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(lVar5 <= lVar9)" ( (binary_expression "lVar5 <= lVar9" identifier <= identifier) )))) ;) (expression_statement "*(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;" (assignment_expression "*(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102" (pointer_expression "*(ushort *)(param_1 + 3)" * (cast_expression "(ushort *)(param_1 + 3)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = (binary_expression "*(ushort *)(param_1 + 3) & 0xfc00 | 0x102" (binary_expression "*(ushort *)(param_1 + 3) & 0xfc00" (pointer_expression "*(ushort *)(param_1 + 3)" * (cast_expression "(ushort *)(param_1 + 3)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) & number_literal) | number_literal)) ;) })))) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) }))) (goto_statement "goto LAB_00117105;" goto statement_identifier ;) })) (if_statement "if ((DAT_001944e0 == '+') || (DAT_001944e0 == 'P')) {\n bVar15 = DAT_001944e0 == '+';\n DAT_001944e0 = 'N';\n if (bVar15) {\n DAT_001944e0 = '-';\n }\n goto LAB_00116cf3;\n }" if (parenthesized_expression "((DAT_001944e0 == '+') || (DAT_001944e0 == 'P'))" ( (binary_expression "(DAT_001944e0 == '+') || (DAT_001944e0 == 'P')" (parenthesized_expression "(DAT_001944e0 == '+')" ( (binary_expression "DAT_001944e0 == '+'" identifier == (char_literal "'+'" ' character ')) )) || (parenthesized_expression "(DAT_001944e0 == 'P')" ( (binary_expression "DAT_001944e0 == 'P'" identifier == (char_literal "'P'" ' character ')) ))) )) (compound_statement "{\n bVar15 = DAT_001944e0 == '+';\n DAT_001944e0 = 'N';\n if (bVar15) {\n DAT_001944e0 = '-';\n }\n goto LAB_00116cf3;\n }" { (expression_statement "bVar15 = DAT_001944e0 == '+';" (assignment_expression "bVar15 = DAT_001944e0 == '+'" identifier = (binary_expression "DAT_001944e0 == '+'" identifier == (char_literal "'+'" ' character '))) ;) (expression_statement "DAT_001944e0 = 'N';" (assignment_expression "DAT_001944e0 = 'N'" identifier = (char_literal "'N'" ' character ')) ;) (if_statement "if (bVar15) {\n DAT_001944e0 = '-';\n }" if (parenthesized_expression "(bVar15)" ( identifier )) (compound_statement "{\n DAT_001944e0 = '-';\n }" { (expression_statement "DAT_001944e0 = '-';" (assignment_expression "DAT_001944e0 = '-'" identifier = (char_literal "'-'" ' character ')) ;) })) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })) }) (else_clause "else {\nLAB_001170fd:\n if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar3 == 0x2b) goto LAB_00116cf3;\n }" else (compound_statement "{\nLAB_001170fd:\n if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar3 == 0x2b) goto LAB_00116cf3;\n }" { (labeled_statement "LAB_001170fd:\n if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }" statement_identifier : (if_statement "if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(bVar2 < 2)" ( (binary_expression "bVar2 < 2" identifier < number_literal) )) (compound_statement "{\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }" { (expression_statement "uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);" (assignment_expression "uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5)" identifier = (call_expression "dcgettext(0,"Unary operator %c ignored because bad operand follows",5)" identifier (argument_list "(0,"Unary operator %c ignored because bad operand follows",5)" ( number_literal , (string_literal ""Unary operator %c ignored because bad operand follows"" " string_content ") , number_literal )))) ;) (expression_statement "FUN_0011f500(uVar7,(int)(char)bVar3);" (call_expression "FUN_0011f500(uVar7,(int)(char)bVar3)" identifier (argument_list "(uVar7,(int)(char)bVar3)" ( identifier , (cast_expression "(int)(char)bVar3" ( (type_descriptor "int" primitive_type) ) (cast_expression "(char)bVar3" ( (type_descriptor "char" primitive_type) ) identifier)) ))) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) }))) (labeled_statement "LAB_00117105:\n if (bVar3 == 0x2b) goto LAB_00116cf3;" statement_identifier : (if_statement "if (bVar3 == 0x2b) goto LAB_00116cf3;" if (parenthesized_expression "(bVar3 == 0x2b)" ( (binary_expression "bVar3 == 0x2b" identifier == number_literal) )) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;))) }))) (expression_statement "lVar5 = FUN_00116070(param_1);" (assignment_expression "lVar5 = FUN_00116070(param_1)" identifier = (call_expression "FUN_00116070(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "*param_1 = lVar5;" (assignment_expression "*param_1 = lVar5" (pointer_expression "*param_1" * identifier) = identifier) ;) (if_statement "if (bVar3 == 0x2d) {\n *(undefined1 *)(param_1 + 3) = 7;\n }\n else if ((bVar3 == 0x7e) || (bVar3 == 0x22)) {\n *(undefined1 *)(param_1 + 3) = 8;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 9;\n }" if (parenthesized_expression "(bVar3 == 0x2d)" ( (binary_expression "bVar3 == 0x2d" identifier == number_literal) )) (compound_statement "{\n *(undefined1 *)(param_1 + 3) = 7;\n }" { (expression_statement "*(undefined1 *)(param_1 + 3) = 7;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 7" (pointer_expression "*(undefined1 *)(param_1 + 3)" * (cast_expression "(undefined1 *)(param_1 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;) }) (else_clause "else if ((bVar3 == 0x7e) || (bVar3 == 0x22)) {\n *(undefined1 *)(param_1 + 3) = 8;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 9;\n }" else (if_statement "if ((bVar3 == 0x7e) || (bVar3 == 0x22)) {\n *(undefined1 *)(param_1 + 3) = 8;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 9;\n }" if (parenthesized_expression "((bVar3 == 0x7e) || (bVar3 == 0x22))" ( (binary_expression "(bVar3 == 0x7e) || (bVar3 == 0x22)" (parenthesized_expression "(bVar3 == 0x7e)" ( (binary_expression "bVar3 == 0x7e" identifier == number_literal) )) || (parenthesized_expression "(bVar3 == 0x22)" ( (binary_expression "bVar3 == 0x22" identifier == number_literal) ))) )) (compound_statement "{\n *(undefined1 *)(param_1 + 3) = 8;\n }" { (expression_statement "*(undefined1 *)(param_1 + 3) = 8;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 8" (pointer_expression "*(undefined1 *)(param_1 + 3)" * (cast_expression "(undefined1 *)(param_1 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;) }) (else_clause "else {\n *(undefined1 *)(param_1 + 3) = 9;\n }" else (compound_statement "{\n *(undefined1 *)(param_1 + 3) = 9;\n }" { (expression_statement "*(undefined1 *)(param_1 + 3) = 9;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 9" (pointer_expression "*(undefined1 *)(param_1 + 3)" * (cast_expression "(undefined1 *)(param_1 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;) }))))) (goto_statement "goto LAB_0011713c;" goto statement_identifier ;)) (case_statement "default:\n if ((((&DAT_00194640)[bVar3] & 2) != 0) || (bVar3 == 0x22)) break;\n *(undefined1 *)(param_1 + 3) = 1;\n uVar7 = dcgettext(0,"bad expression",5);\n FUN_0011f6d0(uVar7);\n goto LAB_001171c1;" default : (if_statement "if ((((&DAT_00194640)[bVar3] & 2) != 0) || (bVar3 == 0x22)) break;" if (parenthesized_expression "((((&DAT_00194640)[bVar3] & 2) != 0) || (bVar3 == 0x22))" ( (binary_expression "(((&DAT_00194640)[bVar3] & 2) != 0) || (bVar3 == 0x22)" (parenthesized_expression "(((&DAT_00194640)[bVar3] & 2) != 0)" ( (binary_expression "((&DAT_00194640)[bVar3] & 2) != 0" (parenthesized_expression "((&DAT_00194640)[bVar3] & 2)" ( (binary_expression "(&DAT_00194640)[bVar3] & 2" (subscript_expression "(&DAT_00194640)[bVar3]" (parenthesized_expression "(&DAT_00194640)" ( (pointer_expression "&DAT_00194640" & identifier) )) [ identifier ]) & number_literal) )) != number_literal) )) || (parenthesized_expression "(bVar3 == 0x22)" ( (binary_expression "bVar3 == 0x22" identifier == number_literal) ))) )) (break_statement "break;" break ;)) (expression_statement "*(undefined1 *)(param_1 + 3) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 1" (pointer_expression "*(undefined1 *)(param_1 + 3)" * (cast_expression "(undefined1 *)(param_1 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;) (expression_statement "uVar7 = dcgettext(0,"bad expression",5);" (assignment_expression "uVar7 = dcgettext(0,"bad expression",5)" identifier = (call_expression "dcgettext(0,"bad expression",5)" identifier (argument_list "(0,"bad expression",5)" ( number_literal , (string_literal ""bad expression"" " string_content ") , number_literal )))) ;) (expression_statement "FUN_0011f6d0(uVar7);" (call_expression "FUN_0011f6d0(uVar7)" identifier (argument_list "(uVar7)" ( identifier ))) ;) (goto_statement "goto LAB_001171c1;" goto statement_identifier ;)) (case_statement "case 0x24:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) {\nLAB_0011715e:\n if (DAT_0019d708 == 0x1949f0) {\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }\n goto LAB_00116cf3;\n }\n break;" case number_literal : (if_statement "if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) {\nLAB_0011715e:\n if (DAT_0019d708 == 0x1949f0) {\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(((&DAT_00194640)[pbVar14[1]] & 1) == 0)" ( (binary_expression "((&DAT_00194640)[pbVar14[1]] & 1) == 0" (parenthesized_expression "((&DAT_00194640)[pbVar14[1]] & 1)" ( (binary_expression "(&DAT_00194640)[pbVar14[1]] & 1" (subscript_expression "(&DAT_00194640)[pbVar14[1]]" (parenthesized_expression "(&DAT_00194640)" ( (pointer_expression "&DAT_00194640" & identifier) )) [ (subscript_expression "pbVar14[1]" identifier [ number_literal ]) ]) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_0011715e:\n if (DAT_0019d708 == 0x1949f0) {\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }\n goto LAB_00116cf3;\n }" { (labeled_statement "LAB_0011715e:\n if (DAT_0019d708 == 0x1949f0) {\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }" statement_identifier : (if_statement "if (DAT_0019d708 == 0x1949f0) {\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }" if (parenthesized_expression "(DAT_0019d708 == 0x1949f0)" ( (binary_expression "DAT_0019d708 == 0x1949f0" identifier == number_literal) )) (compound_statement "{\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }" { (expression_statement "*(undefined1 *)(param_1 + 3) = 2;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 2" (pointer_expression "*(undefined1 *)(param_1 + 3)" * (cast_expression "(undefined1 *)(param_1 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;) (expression_statement "param_1[2] = lVar5;" (assignment_expression "param_1[2] = lVar5" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) }) (else_clause "else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }" else (compound_statement "{\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }" { (expression_statement "*(undefined1 *)(param_1 + 3) = 3;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 3" (pointer_expression "*(undefined1 *)(param_1 + 3)" * (cast_expression "(undefined1 *)(param_1 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*param_1 = (long)&DAT_0019dac0;" (assignment_expression "*param_1 = (long)&DAT_0019dac0" (pointer_expression "*param_1" * identifier) = (cast_expression "(long)&DAT_0019dac0" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&DAT_0019dac0" & identifier))) ;) (expression_statement "param_1[2] = 0;" (assignment_expression "param_1[2] = 0" (subscript_expression "param_1[2]" identifier [ number_literal ]) = number_literal) ;) })))) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })) (break_statement "break;" break ;)) (case_statement "case 0x27:\n DAT_0019d9a0 = pbVar14 + 2;\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = (long)(char)pbVar14[1];\n goto LAB_00116cf3;" case number_literal : (expression_statement "DAT_0019d9a0 = pbVar14 + 2;" (assignment_expression "DAT_0019d9a0 = pbVar14 + 2" identifier = (binary_expression "pbVar14 + 2" identifier + number_literal)) ;) (expression_statement "*(undefined1 *)(param_1 + 3) = 2;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 2" (pointer_expression "*(undefined1 *)(param_1 + 3)" * (cast_expression "(undefined1 *)(param_1 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;) (expression_statement "param_1[2] = (long)(char)pbVar14[1];" (assignment_expression "param_1[2] = (long)(char)pbVar14[1]" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (cast_expression "(long)(char)pbVar14[1]" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(char)pbVar14[1]" ( (type_descriptor "char" primitive_type) ) (subscript_expression "pbVar14[1]" identifier [ number_literal ])))) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;)) (case_statement "case 0x28:" case number_literal :) (case_statement "case 0x5b:\n lVar5 = FUN_00117660(0,param_1,param_2);\n if (bVar3 == 0x28) {\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x29) goto LAB_00116e81;\n if (bVar3 != 0) {\n uVar7 = 0x29;\n goto LAB_0011740e;\n }\n uVar13 = 0x29;\n }\n else {\n if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }\n uVar7 = 0x5d;\n if (bVar3 != 0) {\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }\n uVar13 = 0x5d;\n }\n uVar7 = dcgettext(0,"missing \'%c\'",5);\n FUN_0011f6d0(uVar7,uVar13);\nLAB_00116e8c:\n if (*DAT_0019d9a0 != 0x20) {\n return lVar5;\n }\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n return lVar5;" case number_literal : (expression_statement "lVar5 = FUN_00117660(0,param_1,param_2);" (assignment_expression "lVar5 = FUN_00117660(0,param_1,param_2)" identifier = (call_expression "FUN_00117660(0,param_1,param_2)" identifier (argument_list "(0,param_1,param_2)" ( number_literal , identifier , identifier )))) ;) (if_statement "if (bVar3 == 0x28) {\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x29) goto LAB_00116e81;\n if (bVar3 != 0) {\n uVar7 = 0x29;\n goto LAB_0011740e;\n }\n uVar13 = 0x29;\n }\n else {\n if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }\n uVar7 = 0x5d;\n if (bVar3 != 0) {\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }\n uVar13 = 0x5d;\n }" if (parenthesized_expression "(bVar3 == 0x28)" ( (binary_expression "bVar3 == 0x28" identifier == number_literal) )) (compound_statement "{\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x29) goto LAB_00116e81;\n if (bVar3 != 0) {\n uVar7 = 0x29;\n goto LAB_0011740e;\n }\n uVar13 = 0x29;\n }" { (expression_statement "bVar3 = *DAT_0019d9a0;" (assignment_expression "bVar3 = *DAT_0019d9a0" identifier = (pointer_expression "*DAT_0019d9a0" * identifier)) ;) (if_statement "if (bVar3 == 0x29) goto LAB_00116e81;" if (parenthesized_expression "(bVar3 == 0x29)" ( (binary_expression "bVar3 == 0x29" identifier == number_literal) )) (goto_statement "goto LAB_00116e81;" goto statement_identifier ;)) (if_statement "if (bVar3 != 0) {\n uVar7 = 0x29;\n goto LAB_0011740e;\n }" if (parenthesized_expression "(bVar3 != 0)" ( (binary_expression "bVar3 != 0" identifier != number_literal) )) (compound_statement "{\n uVar7 = 0x29;\n goto LAB_0011740e;\n }" { (expression_statement "uVar7 = 0x29;" (assignment_expression "uVar7 = 0x29" identifier = number_literal) ;) (goto_statement "goto LAB_0011740e;" goto statement_identifier ;) })) (expression_statement "uVar13 = 0x29;" (assignment_expression "uVar13 = 0x29" identifier = number_literal) ;) }) (else_clause "else {\n if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }\n uVar7 = 0x5d;\n if (bVar3 != 0) {\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }\n uVar13 = 0x5d;\n }" else (compound_statement "{\n if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }\n uVar7 = 0x5d;\n if (bVar3 != 0) {\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }\n uVar13 = 0x5d;\n }" { (if_statement "if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }" if (parenthesized_expression "((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d))" ( (binary_expression "(bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)" (parenthesized_expression "(bVar3 != 0x5b)" ( (binary_expression "bVar3 != 0x5b" identifier != number_literal) )) || (parenthesized_expression "(bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)" ( (comma_expression "bVar3 = *DAT_0019d9a0, bVar3 == 0x5d" (assignment_expression "bVar3 = *DAT_0019d9a0" identifier = (pointer_expression "*DAT_0019d9a0" * identifier)) , (binary_expression "bVar3 == 0x5d" identifier == number_literal)) ))) )) (compound_statement "{\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }" { (labeled_statement "LAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;" statement_identifier : (expression_statement "DAT_0019d9a0 = DAT_0019d9a0 + 1;" (assignment_expression "DAT_0019d9a0 = DAT_0019d9a0 + 1" identifier = (binary_expression "DAT_0019d9a0 + 1" identifier + number_literal)) ;)) (goto_statement "goto LAB_00116e8c;" goto statement_identifier ;) })) (expression_statement "uVar7 = 0x5d;" (assignment_expression "uVar7 = 0x5d" identifier = number_literal) ;) (if_statement "if (bVar3 != 0) {\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }" if (parenthesized_expression "(bVar3 != 0)" ( (binary_expression "bVar3 != 0" identifier != number_literal) )) (compound_statement "{\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }" { (labeled_statement "LAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);" statement_identifier : (expression_statement "uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);" (assignment_expression "uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5)" identifier = (call_expression "dcgettext(0,"found \'%c\', expected: \'%c\'",5)" identifier (argument_list "(0,"found \'%c\', expected: \'%c\'",5)" ( number_literal , (string_literal ""found \'%c\', expected: \'%c\'"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal )))) ;)) (expression_statement "FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);" (call_expression "FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7)" identifier (argument_list "(uVar10,(int)(char)bVar3,uVar7)" ( identifier , (cast_expression "(int)(char)bVar3" ( (type_descriptor "int" primitive_type) ) (cast_expression "(char)bVar3" ( (type_descriptor "char" primitive_type) ) identifier)) , identifier ))) ;) (goto_statement "goto LAB_00116e8c;" goto statement_identifier ;) })) (expression_statement "uVar13 = 0x5d;" (assignment_expression "uVar13 = 0x5d" identifier = number_literal) ;) }))) (expression_statement "uVar7 = dcgettext(0,"missing \'%c\'",5);" (assignment_expression "uVar7 = dcgettext(0,"missing \'%c\'",5)" identifier = (call_expression "dcgettext(0,"missing \'%c\'",5)" identifier (argument_list "(0,"missing \'%c\'",5)" ( number_literal , (string_literal ""missing \'%c\'"" " string_content escape_sequence string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_0011f6d0(uVar7,uVar13);" (call_expression "FUN_0011f6d0(uVar7,uVar13)" identifier (argument_list "(uVar7,uVar13)" ( identifier , identifier ))) ;) (labeled_statement "LAB_00116e8c:\n if (*DAT_0019d9a0 != 0x20) {\n return lVar5;\n }" statement_identifier : (if_statement "if (*DAT_0019d9a0 != 0x20) {\n return lVar5;\n }" if (parenthesized_expression "(*DAT_0019d9a0 != 0x20)" ( (binary_expression "*DAT_0019d9a0 != 0x20" (pointer_expression "*DAT_0019d9a0" * identifier) != number_literal) )) (compound_statement "{\n return lVar5;\n }" { (return_statement "return lVar5;" return identifier ;) }))) (expression_statement "DAT_0019d9a0 = DAT_0019d9a0 + 1;" (assignment_expression "DAT_0019d9a0 = DAT_0019d9a0 + 1" identifier = (binary_expression "DAT_0019d9a0 + 1" identifier + number_literal)) ;) (return_statement "return lVar5;" return identifier ;)) (case_statement "case 0x2c:\n goto switchD_00116ce1_caseD_2c;" case number_literal : (goto_statement "goto switchD_00116ce1_caseD_2c;" goto statement_identifier ;)) (case_statement "case 0x2e:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) goto LAB_0011715e;\n iVar4 = strncasecmp((char *)pbVar6,"startof.",8);\n if (((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)) ||\n ((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)))) {\n bVar3 = pbVar14[2];\n pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7;\n if (*pbVar6 == 0x20) {\n pbVar6 = pbVar6 + 1;\n }\n DAT_0019d9a0 = pbVar6;\n *(undefined1 *)(param_1 + 3) = 1;\n if (*pbVar6 == 0x28) {\n DAT_0019d9a0 = pbVar6 + 1;\n if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }\n bVar2 = FUN_00116b30(&local_30);\n if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }\n pcVar8 = ".startof.";\n if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }\n __ptr = (void *)concat(pcVar8,local_30,0);\n lVar5 = FUN_0012b340(__ptr);\n free(__ptr);\n pbVar6 = DAT_0019d9a0;\n *param_1 = lVar5;\n *(undefined1 *)(param_1 + 3) = 3;\n param_1[2] = 0;\n *pbVar6 = bVar2;\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n }\n uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n FUN_0011f6d0(uVar7);\n goto LAB_00116cf3;\n }\n break;" case number_literal : (if_statement "if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) goto LAB_0011715e;" if (parenthesized_expression "(((&DAT_00194640)[pbVar14[1]] & 1) == 0)" ( (binary_expression "((&DAT_00194640)[pbVar14[1]] & 1) == 0" (parenthesized_expression "((&DAT_00194640)[pbVar14[1]] & 1)" ( (binary_expression "(&DAT_00194640)[pbVar14[1]] & 1" (subscript_expression "(&DAT_00194640)[pbVar14[1]]" (parenthesized_expression "(&DAT_00194640)" ( (pointer_expression "&DAT_00194640" & identifier) )) [ (subscript_expression "pbVar14[1]" identifier [ number_literal ]) ]) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0011715e;" goto statement_identifier ;)) (expression_statement "iVar4 = strncasecmp((char *)pbVar6,"startof.",8);" (assignment_expression "iVar4 = strncasecmp((char *)pbVar6,"startof.",8)" identifier = (call_expression "strncasecmp((char *)pbVar6,"startof.",8)" identifier (argument_list "((char *)pbVar6,"startof.",8)" ( (cast_expression "(char *)pbVar6" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , (string_literal ""startof."" " string_content ") , number_literal )))) ;) (if_statement "if (((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)) ||\n ((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)))) {\n bVar3 = pbVar14[2];\n pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7;\n if (*pbVar6 == 0x20) {\n pbVar6 = pbVar6 + 1;\n }\n DAT_0019d9a0 = pbVar6;\n *(undefined1 *)(param_1 + 3) = 1;\n if (*pbVar6 == 0x28) {\n DAT_0019d9a0 = pbVar6 + 1;\n if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }\n bVar2 = FUN_00116b30(&local_30);\n if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }\n pcVar8 = ".startof.";\n if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }\n __ptr = (void *)concat(pcVar8,local_30,0);\n lVar5 = FUN_0012b340(__ptr);\n free(__ptr);\n pbVar6 = DAT_0019d9a0;\n *param_1 = lVar5;\n *(undefined1 *)(param_1 + 3) = 3;\n param_1[2] = 0;\n *pbVar6 = bVar2;\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n }\n uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n FUN_0011f6d0(uVar7);\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)) ||\n ((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0))))" ( (binary_expression "((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)) ||\n ((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)))" (parenthesized_expression "((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0))" ( (binary_expression "(iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)" (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) && (parenthesized_expression "(((&DAT_00194640)[pbVar14[9]] & 1) == 0)" ( (binary_expression "((&DAT_00194640)[pbVar14[9]] & 1) == 0" (parenthesized_expression "((&DAT_00194640)[pbVar14[9]] & 1)" ( (binary_expression "(&DAT_00194640)[pbVar14[9]] & 1" (subscript_expression "(&DAT_00194640)[pbVar14[9]]" (parenthesized_expression "(&DAT_00194640)" ( (pointer_expression "&DAT_00194640" & identifier) )) [ (subscript_expression "pbVar14[9]" identifier [ number_literal ]) ]) & number_literal) )) == number_literal) ))) )) || (parenthesized_expression "((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)))" ( (parenthesized_expression "(iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0))" ( (comma_expression "iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)" (assignment_expression "iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7)" identifier = (call_expression "strncasecmp((char *)pbVar6,"sizeof.",7)" identifier (argument_list "((char *)pbVar6,"sizeof.",7)" ( (cast_expression "(char *)pbVar6" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , (string_literal ""sizeof."" " string_content ") , number_literal )))) , (binary_expression "iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)" (binary_expression "iVar4 == 0" identifier == number_literal) && (parenthesized_expression "(((&DAT_00194640)[pbVar14[8]] & 1) == 0)" ( (binary_expression "((&DAT_00194640)[pbVar14[8]] & 1) == 0" (parenthesized_expression "((&DAT_00194640)[pbVar14[8]] & 1)" ( (binary_expression "(&DAT_00194640)[pbVar14[8]] & 1" (subscript_expression "(&DAT_00194640)[pbVar14[8]]" (parenthesized_expression "(&DAT_00194640)" ( (pointer_expression "&DAT_00194640" & identifier) )) [ (subscript_expression "pbVar14[8]" identifier [ number_literal ]) ]) & number_literal) )) == number_literal) )))) )) ))) )) (compound_statement "{\n bVar3 = pbVar14[2];\n pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7;\n if (*pbVar6 == 0x20) {\n pbVar6 = pbVar6 + 1;\n }\n DAT_0019d9a0 = pbVar6;\n *(undefined1 *)(param_1 + 3) = 1;\n if (*pbVar6 == 0x28) {\n DAT_0019d9a0 = pbVar6 + 1;\n if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }\n bVar2 = FUN_00116b30(&local_30);\n if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }\n pcVar8 = ".startof.";\n if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }\n __ptr = (void *)concat(pcVar8,local_30,0);\n lVar5 = FUN_0012b340(__ptr);\n free(__ptr);\n pbVar6 = DAT_0019d9a0;\n *param_1 = lVar5;\n *(undefined1 *)(param_1 + 3) = 3;\n param_1[2] = 0;\n *pbVar6 = bVar2;\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n }\n uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n FUN_0011f6d0(uVar7);\n goto LAB_00116cf3;\n }" { (expression_statement "bVar3 = pbVar14[2];" (assignment_expression "bVar3 = pbVar14[2]" identifier = (subscript_expression "pbVar14[2]" identifier [ number_literal ])) ;) (expression_statement "pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7;" (assignment_expression "pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7" identifier = (binary_expression "pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7" (binary_expression "pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54)" identifier + (call_expression "(ulong)((bVar3 & 0xdf) == 0x54)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((bVar3 & 0xdf) == 0x54)" ( (binary_expression "(bVar3 & 0xdf) == 0x54" (parenthesized_expression "(bVar3 & 0xdf)" ( (binary_expression "bVar3 & 0xdf" identifier & number_literal) )) == number_literal) )))) + number_literal)) ;) (if_statement "if (*pbVar6 == 0x20) {\n pbVar6 = pbVar6 + 1;\n }" if (parenthesized_expression "(*pbVar6 == 0x20)" ( (binary_expression "*pbVar6 == 0x20" (pointer_expression "*pbVar6" * identifier) == number_literal) )) (compound_statement "{\n pbVar6 = pbVar6 + 1;\n }" { (expression_statement "pbVar6 = pbVar6 + 1;" (assignment_expression "pbVar6 = pbVar6 + 1" identifier = (binary_expression "pbVar6 + 1" identifier + number_literal)) ;) })) (expression_statement "DAT_0019d9a0 = pbVar6;" (assignment_expression "DAT_0019d9a0 = pbVar6" identifier = identifier) ;) (expression_statement "*(undefined1 *)(param_1 + 3) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 1" (pointer_expression "*(undefined1 *)(param_1 + 3)" * (cast_expression "(undefined1 *)(param_1 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;) (if_statement "if (*pbVar6 == 0x28) {\n DAT_0019d9a0 = pbVar6 + 1;\n if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }\n bVar2 = FUN_00116b30(&local_30);\n if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }\n pcVar8 = ".startof.";\n if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }\n __ptr = (void *)concat(pcVar8,local_30,0);\n lVar5 = FUN_0012b340(__ptr);\n free(__ptr);\n pbVar6 = DAT_0019d9a0;\n *param_1 = lVar5;\n *(undefined1 *)(param_1 + 3) = 3;\n param_1[2] = 0;\n *pbVar6 = bVar2;\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n }" if (parenthesized_expression "(*pbVar6 == 0x28)" ( (binary_expression "*pbVar6 == 0x28" (pointer_expression "*pbVar6" * identifier) == number_literal) )) (compound_statement "{\n DAT_0019d9a0 = pbVar6 + 1;\n if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }\n bVar2 = FUN_00116b30(&local_30);\n if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }\n pcVar8 = ".startof.";\n if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }\n __ptr = (void *)concat(pcVar8,local_30,0);\n lVar5 = FUN_0012b340(__ptr);\n free(__ptr);\n pbVar6 = DAT_0019d9a0;\n *param_1 = lVar5;\n *(undefined1 *)(param_1 + 3) = 3;\n param_1[2] = 0;\n *pbVar6 = bVar2;\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n }" { (expression_statement "DAT_0019d9a0 = pbVar6 + 1;" (assignment_expression "DAT_0019d9a0 = pbVar6 + 1" identifier = (binary_expression "pbVar6 + 1" identifier + number_literal)) ;) (if_statement "if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }" if (parenthesized_expression "(pbVar6[1] == 0x20)" ( (binary_expression "pbVar6[1] == 0x20" (subscript_expression "pbVar6[1]" identifier [ number_literal ]) == number_literal) )) (compound_statement "{\n DAT_0019d9a0 = pbVar6 + 2;\n }" { (expression_statement "DAT_0019d9a0 = pbVar6 + 2;" (assignment_expression "DAT_0019d9a0 = pbVar6 + 2" identifier = (binary_expression "pbVar6 + 2" identifier + number_literal)) ;) })) (expression_statement "bVar2 = FUN_00116b30(&local_30);" (assignment_expression "bVar2 = FUN_00116b30(&local_30)" identifier = (call_expression "FUN_00116b30(&local_30)" identifier (argument_list "(&local_30)" ( (pointer_expression "&local_30" & identifier) )))) ;) (if_statement "if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(*local_30 == 0)" ( (binary_expression "*local_30 == 0" (pointer_expression "*local_30" * identifier) == number_literal) )) (compound_statement "{\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }" { (expression_statement "uVar7 = dcgettext(0,"expected symbol name",5);" (assignment_expression "uVar7 = dcgettext(0,"expected symbol name",5)" identifier = (call_expression "dcgettext(0,"expected symbol name",5)" identifier (argument_list "(0,"expected symbol name",5)" ( number_literal , (string_literal ""expected symbol name"" " string_content ") , number_literal )))) ;) (expression_statement "FUN_0011f6d0(uVar7);" (call_expression "FUN_0011f6d0(uVar7)" identifier (argument_list "(uVar7)" ( identifier ))) ;) (expression_statement "*DAT_0019d9a0 = bVar2;" (assignment_expression "*DAT_0019d9a0 = bVar2" (pointer_expression "*DAT_0019d9a0" * identifier) = identifier) ;) (if_statement "if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(bVar2 == 0x22)" ( (binary_expression "bVar2 == 0x22" identifier == number_literal) )) (compound_statement "{\n FUN_00116050();\n }" { (expression_statement "FUN_00116050();" (call_expression "FUN_00116050()" identifier (argument_list "()" ( ))) ;) }) (else_clause "else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }" else (if_statement "if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(bVar2 == 0x29)" ( (binary_expression "bVar2 == 0x29" identifier == number_literal) )) (compound_statement "{\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }" { (expression_statement "DAT_0019d9a0 = DAT_0019d9a0 + 1;" (assignment_expression "DAT_0019d9a0 = DAT_0019d9a0 + 1" identifier = (binary_expression "DAT_0019d9a0 + 1" identifier + number_literal)) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })))) (expression_statement "FUN_00121800();" (call_expression "FUN_00121800()" identifier (argument_list "()" ( ))) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })) (expression_statement "pcVar8 = ".startof.";" (assignment_expression "pcVar8 = ".startof."" identifier = (string_literal "".startof."" " string_content ")) ;) (if_statement "if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }" if (parenthesized_expression "((bVar3 & 0xdf) != 0x54)" ( (binary_expression "(bVar3 & 0xdf) != 0x54" (parenthesized_expression "(bVar3 & 0xdf)" ( (binary_expression "bVar3 & 0xdf" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n pcVar8 = ".sizeof.";\n }" { (expression_statement "pcVar8 = ".sizeof.";" (assignment_expression "pcVar8 = ".sizeof."" identifier = (string_literal "".sizeof."" " string_content ")) ;) })) (expression_statement "__ptr = (void *)concat(pcVar8,local_30,0);" (assignment_expression "__ptr = (void *)concat(pcVar8,local_30,0)" identifier = (cast_expression "(void *)concat(pcVar8,local_30,0)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "concat(pcVar8,local_30,0)" identifier (argument_list "(pcVar8,local_30,0)" ( identifier , identifier , number_literal ))))) ;) (expression_statement "lVar5 = FUN_0012b340(__ptr);" (assignment_expression "lVar5 = FUN_0012b340(__ptr)" identifier = (call_expression "FUN_0012b340(__ptr)" identifier (argument_list "(__ptr)" ( identifier )))) ;) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (expression_statement "pbVar6 = DAT_0019d9a0;" (assignment_expression "pbVar6 = DAT_0019d9a0" identifier = identifier) ;) (expression_statement "*param_1 = lVar5;" (assignment_expression "*param_1 = lVar5" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "*(undefined1 *)(param_1 + 3) = 3;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 3" (pointer_expression "*(undefined1 *)(param_1 + 3)" * (cast_expression "(undefined1 *)(param_1 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;) (expression_statement "param_1[2] = 0;" (assignment_expression "param_1[2] = 0" (subscript_expression "param_1[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*pbVar6 = bVar2;" (assignment_expression "*pbVar6 = bVar2" (pointer_expression "*pbVar6" * identifier) = identifier) ;) (expression_statement "bVar3 = *DAT_0019d9a0;" (assignment_expression "bVar3 = *DAT_0019d9a0" identifier = (pointer_expression "*DAT_0019d9a0" * identifier)) ;) (if_statement "if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }" if (parenthesized_expression "(bVar3 == 0x22)" ( (binary_expression "bVar3 == 0x22" identifier == number_literal) )) (compound_statement "{\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }" { (expression_statement "bVar3 = DAT_0019d9a0[1];" (assignment_expression "bVar3 = DAT_0019d9a0[1]" identifier = (subscript_expression "DAT_0019d9a0[1]" identifier [ number_literal ])) ;) (expression_statement "DAT_0019d9a0 = DAT_0019d9a0 + 1;" (assignment_expression "DAT_0019d9a0 = DAT_0019d9a0 + 1" identifier = (binary_expression "DAT_0019d9a0 + 1" identifier + number_literal)) ;) })) (if_statement "if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }" if (parenthesized_expression "(bVar3 == 0x20)" ( (binary_expression "bVar3 == 0x20" identifier == number_literal) )) (compound_statement "{\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }" { (expression_statement "bVar3 = DAT_0019d9a0[1];" (assignment_expression "bVar3 = DAT_0019d9a0[1]" identifier = (subscript_expression "DAT_0019d9a0[1]" identifier [ number_literal ])) ;) (expression_statement "DAT_0019d9a0 = DAT_0019d9a0 + 1;" (assignment_expression "DAT_0019d9a0 = DAT_0019d9a0 + 1" identifier = (binary_expression "DAT_0019d9a0 + 1" identifier + number_literal)) ;) })) (if_statement "if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }" if (parenthesized_expression "(bVar3 == 0x29)" ( (binary_expression "bVar3 == 0x29" identifier == number_literal) )) (compound_statement "{\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }" { (expression_statement "DAT_0019d9a0 = DAT_0019d9a0 + 1;" (assignment_expression "DAT_0019d9a0 = DAT_0019d9a0 + 1" identifier = (binary_expression "DAT_0019d9a0 + 1" identifier + number_literal)) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })) })) (expression_statement "uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5);" (assignment_expression "uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5)" identifier = (call_expression "dcgettext(0,"syntax error in .startof. or .sizeof.",5)" identifier (argument_list "(0,"syntax error in .startof. or .sizeof.",5)" ( number_literal , (string_literal ""syntax error in .startof. or .sizeof."" " string_content ") , number_literal )))) ;) (expression_statement "FUN_0011f6d0(uVar7);" (call_expression "FUN_0011f6d0(uVar7)" identifier (argument_list "(uVar7)" ( identifier ))) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })) (break_statement "break;" break ;)) (case_statement "case 0x30:\n bVar3 = pbVar14[1];\n switch((int)(char)bVar3 - 0x30U & 0xff) {\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n FUN_00115a40(8,param_1);\n goto LAB_00116cf3;\n default:\n if (bVar3 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar14[2] - 0x30) < 2) {\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar6 = pbVar6 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(0x10,param_1);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if (((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }\nswitchD_00116ce1_caseD_31:\n DAT_0019d9a0 = pbVar14;\n FUN_00115a40(10,param_1);\n goto LAB_00116cf3;\n }\n pcVar8 = strchr("dD",(int)(char)bVar3);\n if (pcVar8 == (char *)0x0) {\nLAB_001171c1:\n *(undefined1 *)(param_1 + 3) = 2;\nLAB_0011713c:\n param_1[2] = 0;\n }\n else {\n pbVar6 = pbVar14 + 2;\nLAB_001172ee:\n DAT_0019d9a0 = pbVar6;\n FUN_001159b0(param_1);\n param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];\n }\n goto LAB_00116cf3;" case number_literal : (expression_statement "bVar3 = pbVar14[1];" (assignment_expression "bVar3 = pbVar14[1]" identifier = (subscript_expression "pbVar14[1]" identifier [ number_literal ])) ;) (switch_statement "switch((int)(char)bVar3 - 0x30U & 0xff) {\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n FUN_00115a40(8,param_1);\n goto LAB_00116cf3;\n default:\n if (bVar3 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar14[2] - 0x30) < 2) {\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar6 = pbVar6 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(0x10,param_1);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if (((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }\nswitchD_00116ce1_caseD_31:\n DAT_0019d9a0 = pbVar14;\n FUN_00115a40(10,param_1);\n goto LAB_00116cf3;\n }" switch (parenthesized_expression "((int)(char)bVar3 - 0x30U & 0xff)" ( (binary_expression "(int)(char)bVar3 - 0x30U & 0xff" (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) & number_literal) )) (compound_statement "{\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n FUN_00115a40(8,param_1);\n goto LAB_00116cf3;\n default:\n if (bVar3 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar14[2] - 0x30) < 2) {\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar6 = pbVar6 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(0x10,param_1);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if (((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }\nswitchD_00116ce1_caseD_31:\n DAT_0019d9a0 = pbVar14;\n FUN_00115a40(10,param_1);\n goto LAB_00116cf3;\n }" { (case_statement "case 0:" case number_literal :) (case_statement "case 1:" case number_literal :) (case_statement "case 2:" case number_literal :) (case_statement "case 3:" case number_literal :) (case_statement "case 4:" case number_literal :) (case_statement "case 5:" case number_literal :) (case_statement "case 6:" case number_literal :) (case_statement "case 7:\n FUN_00115a40(8,param_1);\n goto LAB_00116cf3;" case number_literal : (expression_statement "FUN_00115a40(8,param_1);" (call_expression "FUN_00115a40(8,param_1)" identifier (argument_list "(8,param_1)" ( number_literal , identifier ))) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;)) (case_statement "default:\n if (bVar3 == 0) goto LAB_001171c1;\n break;" default : (if_statement "if (bVar3 == 0) goto LAB_001171c1;" if (parenthesized_expression "(bVar3 == 0)" ( (binary_expression "bVar3 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001171c1;" goto statement_identifier ;)) (break_statement "break;" break ;)) (case_statement "case 0x12:\n if ((byte)(pbVar14[2] - 0x30) < 2) {\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }\n break;" case number_literal : (if_statement "if ((byte)(pbVar14[2] - 0x30) < 2) {\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }" if (parenthesized_expression "((byte)(pbVar14[2] - 0x30) < 2)" ( (binary_expression "(byte)(pbVar14[2] - 0x30) < 2" (call_expression "(byte)(pbVar14[2] - 0x30)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(pbVar14[2] - 0x30)" ( (binary_expression "pbVar14[2] - 0x30" (subscript_expression "pbVar14[2]" identifier [ number_literal ]) - number_literal) ))) < number_literal) )) (compound_statement "{\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }" { (labeled_statement "LAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;" statement_identifier : (expression_statement "DAT_0019d9a0 = pbVar14 + 2;" (assignment_expression "DAT_0019d9a0 = pbVar14 + 2" identifier = (binary_expression "pbVar14 + 2" identifier + number_literal)) ;)) (expression_statement "FUN_00115a40(2,param_1);" (call_expression "FUN_00115a40(2,param_1)" identifier (argument_list "(2,param_1)" ( number_literal , identifier ))) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;) })) (break_statement "break;" break ;)) (case_statement "case 0x14:" case number_literal :) (case_statement "case 0x15:" case number_literal :) (case_statement "case 0x16:" case number_literal :) (case_statement "case 0x17:" case number_literal :) (case_statement "case 0x34:" case number_literal :) (case_statement "case 0x35:" case number_literal :) (case_statement "case 0x37:" case number_literal :) (case_statement "case 0x42:\n pbVar6 = pbVar6 + 1;\n goto LAB_001172ee;" case number_literal : (expression_statement "pbVar6 = pbVar6 + 1;" (assignment_expression "pbVar6 = pbVar6 + 1" identifier = (binary_expression "pbVar6 + 1" identifier + number_literal)) ;) (goto_statement "goto LAB_001172ee;" goto statement_identifier ;)) (case_statement "case 0x28:" case number_literal :) (case_statement "case 0x48:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(0x10,param_1);\n goto LAB_00116cf3;" case number_literal : (expression_statement "DAT_0019d9a0 = pbVar14 + 2;" (assignment_expression "DAT_0019d9a0 = pbVar14 + 2" identifier = (binary_expression "pbVar14 + 2" identifier + number_literal)) ;) (expression_statement "FUN_00115a40(0x10,param_1);" (call_expression "FUN_00115a40(0x10,param_1)" identifier (argument_list "(0x10,param_1)" ( number_literal , identifier ))) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;)) (case_statement "case 0x32:\n if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;" case number_literal : (if_statement "if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;" if (parenthesized_expression "((byte)(pbVar14[2] - 0x30) < 2)" ( (binary_expression "(byte)(pbVar14[2] - 0x30) < 2" (call_expression "(byte)(pbVar14[2] - 0x30)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(pbVar14[2] - 0x30)" ( (binary_expression "pbVar14[2] - 0x30" (subscript_expression "pbVar14[2]" identifier [ number_literal ]) - number_literal) ))) < number_literal) )) (goto_statement "goto LAB_0011732f;" goto statement_identifier ;)) (goto_statement "goto switchD_00116ce1_caseD_31;" goto statement_identifier ;)) (case_statement "case 0x36:\n if (((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }\nswitchD_00116ce1_caseD_31:\n DAT_0019d9a0 = pbVar14;\n FUN_00115a40(10,param_1);\n goto LAB_00116cf3;" case number_literal : (if_statement "if (((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }" if (parenthesized_expression "(((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0))" ( (binary_expression "((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)" (parenthesized_expression "((&DAT_00194540)[pbVar14[2]] == '\0')" ( (binary_expression "(&DAT_00194540)[pbVar14[2]] == '\0'" (subscript_expression "(&DAT_00194540)[pbVar14[2]]" (parenthesized_expression "(&DAT_00194540)" ( (pointer_expression "&DAT_00194540" & identifier) )) [ (subscript_expression "pbVar14[2]" identifier [ number_literal ]) ]) == (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)" ( (comma_expression "pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0" (assignment_expression "pcVar8 = strchr("dD",0x66)" identifier = (call_expression "strchr("dD",0x66)" identifier (argument_list "("dD",0x66)" ( (string_literal ""dD"" " string_content ") , number_literal )))) , (binary_expression "pcVar8 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }" { (expression_statement "local_30 = pbVar14 + 2;" (assignment_expression "local_30 = pbVar14 + 2" identifier = (binary_expression "pbVar14 + 2" identifier + number_literal)) ;) (expression_statement "FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);" (call_expression "FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0)" identifier (argument_list "(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0)" ( (pointer_expression "&local_30" & identifier) , (pointer_expression "&DAT_001441e9" & identifier) , (pointer_expression "&DAT_00146386" & identifier) , (pointer_expression "&PTR_DAT_001944c0" & identifier) ))) ;) (if_statement "if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;" if (parenthesized_expression "((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))" ( (binary_expression "(local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62)))" (parenthesized_expression "(local_30 != DAT_0019d9a0 + 1)" ( (binary_expression "local_30 != DAT_0019d9a0 + 1" identifier != (binary_expression "DAT_0019d9a0 + 1" identifier + number_literal)) )) && (parenthesized_expression "((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62)))" ( (parenthesized_expression "(((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))" ( (binary_expression "((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62)" (parenthesized_expression "((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66))" ( (binary_expression "(local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)" (parenthesized_expression "(local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0))" ( (binary_expression "local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)" (binary_expression "local_30 != DAT_0019d9a0 + 2" identifier != (binary_expression "DAT_0019d9a0 + 2" identifier + number_literal)) || (parenthesized_expression "((local_30[-1] - 0x2b & 0xfd) != 0)" ( (binary_expression "(local_30[-1] - 0x2b & 0xfd) != 0" (parenthesized_expression "(local_30[-1] - 0x2b & 0xfd)" ( (binary_expression "local_30[-1] - 0x2b & 0xfd" (binary_expression "local_30[-1] - 0x2b" (subscript_expression "local_30[-1]" identifier [ number_literal ]) - number_literal) & number_literal) )) != number_literal) ))) )) && (parenthesized_expression "(*local_30 != 0x66)" ( (binary_expression "*local_30 != 0x66" (pointer_expression "*local_30" * identifier) != number_literal) ))) )) && (parenthesized_expression "(pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62)" ( (comma_expression "pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62" (assignment_expression "pbVar6 = DAT_0019d9a0 + 1" identifier = (binary_expression "DAT_0019d9a0 + 1" identifier + number_literal)) , (binary_expression "*local_30 != 0x62" (pointer_expression "*local_30" * identifier) != number_literal)) ))) )) ))) )) (goto_statement "goto LAB_001172ee;" goto statement_identifier ;)) (expression_statement "pbVar14 = DAT_0019d9a0 + -1;" (assignment_expression "pbVar14 = DAT_0019d9a0 + -1" identifier = (binary_expression "DAT_0019d9a0 + -1" identifier + number_literal)) ;) })) (labeled_statement "switchD_00116ce1_caseD_31:\n DAT_0019d9a0 = pbVar14;" statement_identifier : (expression_statement "DAT_0019d9a0 = pbVar14;" (assignment_expression "DAT_0019d9a0 = pbVar14" identifier = identifier) ;)) (expression_statement "FUN_00115a40(10,param_1);" (call_expression "FUN_00115a40(10,param_1)" identifier (argument_list "(10,param_1)" ( number_literal , identifier ))) ;) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;)) })) (expression_statement "pcVar8 = strchr("dD",(int)(char)bVar3);" (assignment_expression "pcVar8 = strchr("dD",(int)(char)bVar3)" identifier = (call_expression "strchr("dD",(int)(char)bVar3)" identifier (argument_list "("dD",(int)(char)bVar3)" ( (string_literal ""dD"" " string_content ") , (cast_expression "(int)(char)bVar3" ( (type_descriptor "int" primitive_type) ) (cast_expression "(char)bVar3" ( (type_descriptor "char" primitive_type) ) identifier)) )))) ;) (if_statement "if (pcVar8 == (char *)0x0) {\nLAB_001171c1:\n *(undefined1 *)(param_1 + 3) = 2;\nLAB_0011713c:\n param_1[2] = 0;\n }\n else {\n pbVar6 = pbVar14 + 2;\nLAB_001172ee:\n DAT_0019d9a0 = pbVar6;\n FUN_001159b0(param_1);\n param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];\n }" if (parenthesized_expression "(pcVar8 == (char *)0x0)" ( (binary_expression "pcVar8 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_001171c1:\n *(undefined1 *)(param_1 + 3) = 2;\nLAB_0011713c:\n param_1[2] = 0;\n }" { (labeled_statement "LAB_001171c1:\n *(undefined1 *)(param_1 + 3) = 2;" statement_identifier : (expression_statement "*(undefined1 *)(param_1 + 3) = 2;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 2" (pointer_expression "*(undefined1 *)(param_1 + 3)" * (cast_expression "(undefined1 *)(param_1 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;)) (labeled_statement "LAB_0011713c:\n param_1[2] = 0;" statement_identifier : (expression_statement "param_1[2] = 0;" (assignment_expression "param_1[2] = 0" (subscript_expression "param_1[2]" identifier [ number_literal ]) = number_literal) ;)) }) (else_clause "else {\n pbVar6 = pbVar14 + 2;\nLAB_001172ee:\n DAT_0019d9a0 = pbVar6;\n FUN_001159b0(param_1);\n param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];\n }" else (compound_statement "{\n pbVar6 = pbVar14 + 2;\nLAB_001172ee:\n DAT_0019d9a0 = pbVar6;\n FUN_001159b0(param_1);\n param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];\n }" { (expression_statement "pbVar6 = pbVar14 + 2;" (assignment_expression "pbVar6 = pbVar14 + 2" identifier = (binary_expression "pbVar14 + 2" identifier + number_literal)) ;) (labeled_statement "LAB_001172ee:\n DAT_0019d9a0 = pbVar6;" statement_identifier : (expression_statement "DAT_0019d9a0 = pbVar6;" (assignment_expression "DAT_0019d9a0 = pbVar6" identifier = identifier) ;)) (expression_statement "FUN_001159b0(param_1);" (call_expression "FUN_001159b0(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (expression_statement "param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];" (assignment_expression "param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3]" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (cast_expression "(long)(int)-(uint)(byte)_sch_tolower[bVar3]" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)-(uint)(byte)_sch_tolower[bVar3]" ( (type_descriptor "int" primitive_type) ) (unary_expression "-(uint)(byte)_sch_tolower[bVar3]" - (cast_expression "(uint)(byte)_sch_tolower[bVar3]" ( (type_descriptor "uint" type_identifier) ) (cast_expression "(byte)_sch_tolower[bVar3]" ( (type_descriptor "byte" type_identifier) ) (subscript_expression "_sch_tolower[bVar3]" identifier [ identifier ]))))))) ;) }))) (goto_statement "goto LAB_00116cf3;" goto statement_identifier ;)) (case_statement "case 0x31:" case number_literal :) (case_statement "case 0x32:" case number_literal :) (case_statement "case 0x33:" case number_literal :) (case_statement "case 0x34:" case number_literal :) (case_statement "case 0x35:" case number_literal :) (case_statement "case 0x36:" case number_literal :) (case_statement "case 0x37:" case number_literal :) (case_statement "case 0x38:" case number_literal :) (case_statement "case 0x39:\n goto switchD_00116ce1_caseD_31;" case number_literal : (goto_statement "goto switchD_00116ce1_caseD_31;" goto statement_identifier ;)) (case_statement "case 0x7e:\n if (((&DAT_00194640)[bVar3] & 2) == 0) {\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 != 2) {\n if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }" case number_literal : (if_statement "if (((&DAT_00194640)[bVar3] & 2) == 0) {\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 != 2) {\n if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }" if (parenthesized_expression "(((&DAT_00194640)[bVar3] & 2) == 0)" ( (binary_expression "((&DAT_00194640)[bVar3] & 2) == 0" (parenthesized_expression "((&DAT_00194640)[bVar3] & 2)" ( (binary_expression "(&DAT_00194640)[bVar3] & 2" (subscript_expression "(&DAT_00194640)[bVar3]" (parenthesized_expression "(&DAT_00194640)" ( (pointer_expression "&DAT_00194640" & identifier) )) [ identifier ]) & number_literal) )) == number_literal) )) (compound_statement "{\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 != 2) {\n if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }" { (expression_statement "FUN_00116c70(param_1,param_2);" (call_expression "FUN_00116c70(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier ))) ;) (expression_statement "bVar2 = *(byte *)(param_1 + 3);" (assignment_expression "bVar2 = *(byte *)(param_1 + 3)" identifier = (pointer_expression "*(byte *)(param_1 + 3)" * (cast_expression "(byte *)(param_1 + 3)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) ))))) ;) (if_statement "if (bVar2 != 2) {\n if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }" if (parenthesized_expression "(bVar2 != 2)" ( (binary_expression "bVar2 != 2" identifier != number_literal) )) (compound_statement "{\n if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }" { (if_statement "if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }" if (parenthesized_expression "(bVar2 == 6)" ( (binary_expression "bVar2 == 6" identifier == number_literal) )) (compound_statement "{\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }" { (expression_statement "lVar5 = param_1[2];" (assignment_expression "lVar5 = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (expression_statement "bVar15 = false;" (assignment_expression "bVar15 = false" identifier = false) ;) (goto_statement "goto LAB_00117039;" goto statement_identifier ;) })) (goto_statement "goto LAB_001170fd;" goto statement_identifier ;) })) (goto_statement "goto LAB_001174a9;" goto statement_identifier ;) }))) })) (expression_statement "DAT_0019d9a0 = pbVar14;" (assignment_expression "DAT_0019d9a0 = pbVar14" identifier = identifier) ;) (expression_statement "bVar3 = FUN_00116b30(&local_30);" (assignment_expression "bVar3 = FUN_00116b30(&local_30)" identifier = (call_expression "FUN_00116b30(&local_30)" identifier (argument_list "(&local_30)" ( (pointer_expression "&local_30" & identifier) )))) ;) (expression_statement "iVar4 = FUN_00134150(local_30,param_1);" (assignment_expression "iVar4 = FUN_00134150(local_30,param_1)" identifier = (call_expression "FUN_00134150(local_30,param_1)" identifier (argument_list "(local_30,param_1)" ( identifier , identifier )))) ;) (if_statement "if (iVar4 == 0) {\n lVar5 = FUN_0012c9e0(local_30);\n lVar9 = FUN_0012af60(lVar5);\n if (param_2 == 2) {\nLAB_001173ca:\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = lVar5;\n param_1[2] = 0;\n }\n else if ((lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)) {\n *(undefined1 *)(param_1 + 3) = 2;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n else {\n if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;\n *(undefined1 *)(param_1 + 3) = 5;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n }" if (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) (compound_statement "{\n lVar5 = FUN_0012c9e0(local_30);\n lVar9 = FUN_0012af60(lVar5);\n if (param_2 == 2) {\nLAB_001173ca:\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = lVar5;\n param_1[2] = 0;\n }\n else if ((lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)) {\n *(undefined1 *)(param_1 + 3) = 2;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n else {\n if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;\n *(undefined1 *)(param_1 + 3) = 5;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n }" { (expression_statement "lVar5 = FUN_0012c9e0(local_30);" (assignment_expression "lVar5 = FUN_0012c9e0(local_30)" identifier = (call_expression "FUN_0012c9e0(local_30)" identifier (argument_list "(local_30)" ( identifier )))) ;) (expression_statement "lVar9 = FUN_0012af60(lVar5);" (assignment_expression "lVar9 = FUN_0012af60(lVar5)" identifier = (call_expression "FUN_0012af60(lVar5)" identifier (argument_list "(lVar5)" ( identifier )))) ;) (if_statement "if (param_2 == 2) {\nLAB_001173ca:\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = lVar5;\n param_1[2] = 0;\n }\n else if ((lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)) {\n *(undefined1 *)(param_1 + 3) = 2;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n else {\n if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;\n *(undefined1 *)(param_1 + 3) = 5;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }" if (parenthesized_expression "(param_2 == 2)" ( (binary_expression "param_2 == 2" identifier == number_literal) )) (compound_statement "{\nLAB_001173ca:\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = lVar5;\n param_1[2] = 0;\n }" { (labeled_statement "LAB_001173ca:\n *(undefined1 *)(param_1 + 3) = 3;" statement_identifier : (expression_statement "*(undefined1 *)(param_1 + 3) = 3;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 3" (pointer_expression "*(undefined1 *)(param_1 + 3)" * (cast_expression "(undefined1 *)(param_1 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;)) (expression_statement "*param_1 = lVar5;" (assignment_expression "*param_1 = lVar5" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "param_1[2] = 0;" (assignment_expression "param_1[2] = 0" (subscript_expression "param_1[2]" identifier [ number_literal ]) = number_literal) ;) }) (else_clause "else if ((lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)) {\n *(undefined1 *)(param_1 + 3) = 2;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n else {\n if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;\n *(undefined1 *)(param_1 + 3) = 5;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }" else (if_statement "if ((lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)) {\n *(undefined1 *)(param_1 + 3) = 2;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n else {\n if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;\n *(undefined1 *)(param_1 + 3) = 5;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }" if (parenthesized_expression "((lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0))" ( (binary_expression "(lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)" (parenthesized_expression "(lVar9 == 0x1949f0)" ( (binary_expression "lVar9 == 0x1949f0" identifier == number_literal) )) && (parenthesized_expression "(iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)" ( (comma_expression "iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0" (assignment_expression "iVar4 = FUN_0012ac80(lVar5,0)" identifier = (call_expression "FUN_0012ac80(lVar5,0)" identifier (argument_list "(lVar5,0)" ( identifier , number_literal )))) , (binary_expression "iVar4 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n *(undefined1 *)(param_1 + 3) = 2;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }" { (expression_statement "*(undefined1 *)(param_1 + 3) = 2;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 2" (pointer_expression "*(undefined1 *)(param_1 + 3)" * (cast_expression "(undefined1 *)(param_1 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;) (expression_statement "lVar5 = thunk_FUN_0012c290(lVar5);" (assignment_expression "lVar5 = thunk_FUN_0012c290(lVar5)" identifier = (call_expression "thunk_FUN_0012c290(lVar5)" identifier (argument_list "(lVar5)" ( identifier )))) ;) (expression_statement "param_1[2] = lVar5;" (assignment_expression "param_1[2] = lVar5" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) }) (else_clause "else {\n if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;\n *(undefined1 *)(param_1 + 3) = 5;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }" else (compound_statement "{\n if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;\n *(undefined1 *)(param_1 + 3) = 5;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }" { (if_statement "if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;" if (parenthesized_expression "(DAT_0019d7b8 != lVar9)" ( (binary_expression "DAT_0019d7b8 != lVar9" identifier != identifier) )) (goto_statement "goto LAB_001173ca;" goto statement_identifier ;)) (expression_statement "*(undefined1 *)(param_1 + 3) = 5;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 5" (pointer_expression "*(undefined1 *)(param_1 + 3)" * (cast_expression "(undefined1 *)(param_1 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;) (expression_statement "lVar5 = thunk_FUN_0012c290(lVar5);" (assignment_expression "lVar5 = thunk_FUN_0012c290(lVar5)" identifier = (call_expression "thunk_FUN_0012c290(lVar5)" identifier (argument_list "(lVar5)" ( identifier )))) ;) (expression_statement "param_1[2] = lVar5;" (assignment_expression "param_1[2] = lVar5" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) }))))) })) (expression_statement "*DAT_0019d9a0 = bVar3;" (assignment_expression "*DAT_0019d9a0 = bVar3" (pointer_expression "*DAT_0019d9a0" * identifier) = identifier) ;) (if_statement "if (bVar3 == 0x22) {\n FUN_00116050();\n }" if (parenthesized_expression "(bVar3 == 0x22)" ( (binary_expression "bVar3 == 0x22" identifier == number_literal) )) (compound_statement "{\n FUN_00116050();\n }" { (expression_statement "FUN_00116050();" (call_expression "FUN_00116050()" identifier (argument_list "()" ( ))) ;) })) (labeled_statement "LAB_00116cf3:\n FUN_00115970(param_1);" statement_identifier : (expression_statement "FUN_00115970(param_1);" (call_expression "FUN_00115970(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;)) (expression_statement "bVar3 = *DAT_0019d9a0;" (assignment_expression "bVar3 = *DAT_0019d9a0" identifier = (pointer_expression "*DAT_0019d9a0" * identifier)) ;) (while_statement "while (bVar3 == 0x20) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n bVar3 = *DAT_0019d9a0;\n }" while (parenthesized_expression "(bVar3 == 0x20)" ( (binary_expression "bVar3 == 0x20" identifier == number_literal) )) (compound_statement "{\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n bVar3 = *DAT_0019d9a0;\n }" { (expression_statement "DAT_0019d9a0 = DAT_0019d9a0 + 1;" (assignment_expression "DAT_0019d9a0 = DAT_0019d9a0 + 1" identifier = (binary_expression "DAT_0019d9a0 + 1" identifier + number_literal)) ;) (expression_statement "bVar3 = *DAT_0019d9a0;" (assignment_expression "bVar3 = *DAT_0019d9a0" identifier = (pointer_expression "*DAT_0019d9a0" * identifier)) ;) })) (if_statement "if (*param_1 != 0) {\n FUN_0012d700();\n }" if (parenthesized_expression "(*param_1 != 0)" ( (binary_expression "*param_1 != 0" (pointer_expression "*param_1" * identifier) != number_literal) )) (compound_statement "{\n FUN_0012d700();\n }" { (expression_statement "FUN_0012d700();" (call_expression "FUN_0012d700()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (param_2 != 2) {\n lVar5 = FUN_0012d000(*param_1,0);\n *param_1 = lVar5;\n lVar5 = FUN_0012d000(param_1[1],0);\n param_1[1] = lVar5;\n }" if (parenthesized_expression "(param_2 != 2)" ( (binary_expression "param_2 != 2" identifier != number_literal) )) (compound_statement "{\n lVar5 = FUN_0012d000(*param_1,0);\n *param_1 = lVar5;\n lVar5 = FUN_0012d000(param_1[1],0);\n param_1[1] = lVar5;\n }" { (expression_statement "lVar5 = FUN_0012d000(*param_1,0);" (assignment_expression "lVar5 = FUN_0012d000(*param_1,0)" identifier = (call_expression "FUN_0012d000(*param_1,0)" identifier (argument_list "(*param_1,0)" ( (pointer_expression "*param_1" * identifier) , number_literal )))) ;) (expression_statement "*param_1 = lVar5;" (assignment_expression "*param_1 = lVar5" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "lVar5 = FUN_0012d000(param_1[1],0);" (assignment_expression "lVar5 = FUN_0012d000(param_1[1],0)" identifier = (call_expression "FUN_0012d000(param_1[1],0)" identifier (argument_list "(param_1[1],0)" ( (subscript_expression "param_1[1]" identifier [ number_literal ]) , number_literal )))) ;) (expression_statement "param_1[1] = lVar5;" (assignment_expression "param_1[1] = lVar5" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) })) (if_statement "if ((char)param_1[3] != '\x03') {\n lVar5 = 0x1949f0;\n if ((char)param_1[3] == '\x05') {\n lVar5 = DAT_0019d7b8;\n }\n return lVar5;\n }" if (parenthesized_expression "((char)param_1[3] != '\x03')" ( (binary_expression "(char)param_1[3] != '\x03'" (cast_expression "(char)param_1[3]" ( (type_descriptor "char" primitive_type) ) (subscript_expression "param_1[3]" identifier [ number_literal ])) != (char_literal "'\x03'" ' escape_sequence ')) )) (compound_statement "{\n lVar5 = 0x1949f0;\n if ((char)param_1[3] == '\x05') {\n lVar5 = DAT_0019d7b8;\n }\n return lVar5;\n }" { (expression_statement "lVar5 = 0x1949f0;" (assignment_expression "lVar5 = 0x1949f0" identifier = number_literal) ;) (if_statement "if ((char)param_1[3] == '\x05') {\n lVar5 = DAT_0019d7b8;\n }" if (parenthesized_expression "((char)param_1[3] == '\x05')" ( (binary_expression "(char)param_1[3] == '\x05'" (cast_expression "(char)param_1[3]" ( (type_descriptor "char" primitive_type) ) (subscript_expression "param_1[3]" identifier [ number_literal ])) == (char_literal "'\x05'" ' escape_sequence ')) )) (compound_statement "{\n lVar5 = DAT_0019d7b8;\n }" { (expression_statement "lVar5 = DAT_0019d7b8;" (assignment_expression "lVar5 = DAT_0019d7b8" identifier = identifier) ;) })) (return_statement "return lVar5;" return identifier ;) })) (expression_statement "lVar5 = FUN_0012af60(*param_1);" (assignment_expression "lVar5 = FUN_0012af60(*param_1)" identifier = (call_expression "FUN_0012af60(*param_1)" identifier (argument_list "(*param_1)" ( (pointer_expression "*param_1" * identifier) )))) ;) (return_statement "return lVar5;" 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) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier short) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * 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) | LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression (parenthesized_expression ( (pointer_expression & IDENT) )) [ IDENT ]) != (char_literal ' escape_sequence ')) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;)) (expression_statement (assignment_expression IDENT = IDENT) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (switch_statement switch (parenthesized_expression ( IDENT )) (compound_statement { (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT : (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression 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 = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (unary_expression - IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = (binary_expression IDENT & LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (unary_expression - IDENT) != LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (binary_expression IDENT >> LIT) & LIT) ^ LIT) )) * (char_literal ' escape_sequence ')) | (binary_expression IDENT & LIT))) ;) })) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (subscript_expression IDENT [ LIT ]) == LIT) )))) ;) })) (goto_statement goto statement_identifier ;) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (unary_expression ~ (subscript_expression IDENT [ LIT ]))) ;)) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT == LIT)) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < IDENT) )) || (parenthesized_expression ( (unary_expression ! IDENT) ))) )) (compound_statement { (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) || (parenthesized_expression ( IDENT ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression & IDENT))) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (unary_expression ~ (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (pointer_expression & IDENT)) + (binary_expression IDENT * LIT)) )))) )) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (cast_expression ( (type_descriptor TYPE) ) IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < LIT) )) && (parenthesized_expression ( (comma_expression (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) , (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < LIT)) ))) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (pointer_expression & IDENT)) + (binary_expression IDENT * LIT)) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < LIT) )) ;) (if_statement if (parenthesized_expression ( (unary_expression ! IDENT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (unary_expression ! IDENT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) }))) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier short)) ) IDENT) + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier short)) ) IDENT) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_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)) ) (pointer_expression & IDENT)) + (binary_expression IDENT * LIT)) )))) + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier short) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (pointer_expression & IDENT)) + (binary_expression IDENT * LIT)) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT == LIT) )) ;) })) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier short)) ) IDENT) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression (subscript_expression (parenthesized_expression ( (pointer_expression & IDENT) )) [ (binary_expression IDENT + LIT) ]) == LIT) )) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) }))) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT <= IDENT) )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (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 ;) }))) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == (char_literal ' character ')) )) || (parenthesized_expression ( (binary_expression IDENT == (char_literal ' character ')) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT == (char_literal ' character '))) ;) (expression_statement (assignment_expression IDENT = (char_literal ' character ')) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (char_literal ' character ')) ;) })) (goto_statement goto statement_identifier ;) })) }) (else_clause else (compound_statement { (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (cast_expression ( (type_descriptor TYPE) ) (cast_expression ( (type_descriptor TYPE) ) IDENT)) ))) ;) (goto_statement goto statement_identifier ;) }))) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;))) }))) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) || (parenthesized_expression ( (binary_expression IDENT == LIT) ))) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) }))))) (goto_statement goto statement_identifier ;)) (case_statement default : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression (parenthesized_expression ( (pointer_expression & IDENT) )) [ IDENT ]) & LIT) )) != LIT) )) || (parenthesized_expression ( (binary_expression IDENT == LIT) ))) )) (break_statement break ;)) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (goto_statement goto statement_identifier ;)) (case_statement case LIT : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression (parenthesized_expression ( (pointer_expression & IDENT) )) [ (subscript_expression IDENT [ LIT ]) ]) & LIT) )) == LIT) )) (compound_statement { (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (pointer_expression & IDENT))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) })))) (goto_statement goto statement_identifier ;) })) (break_statement break ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])))) ;) (goto_statement goto statement_identifier ;)) (case_statement case LIT :) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == 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 IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (pointer_expression * IDENT)) , (binary_expression IDENT == LIT)) ))) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;)) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " 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 , (cast_expression ( (type_descriptor TYPE) ) (cast_expression ( (type_descriptor TYPE) ) IDENT)) , IDENT ))) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) }))) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence string_content escape_sequence ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != LIT) )) (compound_statement { (return_statement return IDENT ;) }))) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (return_statement return IDENT ;)) (case_statement case LIT : (goto_statement goto statement_identifier ;)) (case_statement case LIT : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression (parenthesized_expression ( (pointer_expression & IDENT) )) [ (subscript_expression IDENT [ LIT ]) ]) & LIT) )) == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT) , (string_literal " string_content ") , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression (parenthesized_expression ( (pointer_expression & IDENT) )) [ (subscript_expression IDENT [ LIT ]) ]) & LIT) )) == LIT) ))) )) || (parenthesized_expression ( (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT) , (string_literal " string_content ") , LIT )))) , (binary_expression (binary_expression IDENT == LIT) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression (parenthesized_expression ( (pointer_expression & IDENT) )) [ (subscript_expression IDENT [ LIT ]) ]) & LIT) )) == LIT) )))) )) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )))) + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_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 ( (pointer_expression & IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_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 ))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (goto_statement goto statement_identifier ;) })))) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT , IDENT , LIT ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (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 = (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 = (binary_expression IDENT + LIT)) ;) (goto_statement goto statement_identifier ;) })) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (goto_statement goto statement_identifier ;) })) (break_statement break ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (switch_statement switch (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) (cast_expression ( (type_descriptor TYPE) ) IDENT)) - LIT) & LIT) )) (compound_statement { (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT : (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT ))) ;) (goto_statement goto statement_identifier ;)) (case_statement default : (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (break_statement break ;)) (case_statement case LIT : (if_statement if (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (subscript_expression IDENT [ LIT ]) - LIT) ))) < LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;)) (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT ))) ;) (goto_statement goto statement_identifier ;) })) (break_statement break ;)) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (goto_statement goto statement_identifier ;)) (case_statement case LIT :) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT ))) ;) (goto_statement goto statement_identifier ;)) (case_statement case LIT : (if_statement if (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (subscript_expression IDENT [ LIT ]) - LIT) ))) < LIT) )) (goto_statement goto statement_identifier ;)) (goto_statement goto statement_identifier ;)) (case_statement case LIT : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression (parenthesized_expression ( (pointer_expression & IDENT) )) [ (subscript_expression IDENT [ LIT ]) ]) == (char_literal ' escape_sequence ')) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT )))) , (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT))) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (pointer_expression & IDENT) , (pointer_expression & IDENT) , (pointer_expression & IDENT) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (binary_expression IDENT + LIT)) )) && (parenthesized_expression ( (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression IDENT != (binary_expression IDENT + LIT)) || (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) - LIT) & LIT) )) != LIT) ))) )) && (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != LIT) ))) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (binary_expression IDENT + LIT)) , (binary_expression (pointer_expression * IDENT) != LIT)) ))) )) ))) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = IDENT) ;)) (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT ))) ;) (goto_statement goto statement_identifier ;)) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") , (cast_expression ( (type_descriptor TYPE) ) (cast_expression ( (type_descriptor TYPE) ) IDENT)) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;)) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = IDENT) ;)) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (cast_expression ( (type_descriptor TYPE) ) (unary_expression - (cast_expression ( (type_descriptor TYPE) ) (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ IDENT ]))))))) ;) }))) (goto_statement goto statement_identifier ;)) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT : (goto_statement goto statement_identifier ;)) (case_statement case LIT : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression (parenthesized_expression ( (pointer_expression & IDENT) )) [ IDENT ]) & LIT) )) == LIT) )) (compound_statement { (expression_statement (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 IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (goto_statement goto statement_identifier ;) })) (goto_statement goto statement_identifier ;) })) (goto_statement goto statement_identifier ;) }))) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression & IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;)) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT )))) , (binary_expression IDENT == LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) }))))) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (while_statement while (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * IDENT) , LIT )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (subscript_expression IDENT [ LIT ]) , LIT )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (return_statement return IDENT ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * IDENT) )))) ;) (return_statement return IDENT ;) }))) | (function_definition "long FUN_00116c70(long *param_1,int param_2)\n\n{\n long lVar1;\n byte bVar2;\n byte bVar3;\n int iVar4;\n long lVar5;\n byte *pbVar6;\n void *__ptr;\n undefined8 uVar7;\n char *pcVar8;\n long lVar9;\n undefined8 uVar10;\n ushort *puVar11;\n short sVar12;\n undefined4 uVar13;\n byte *pbVar14;\n bool bVar15;\n byte *local_30;\n \n *(byte *)((long)param_1 + 0x19) = *(byte *)((long)param_1 + 0x19) & 0xfc | 1;\n lVar5 = DAT_0019d998;\n pbVar14 = DAT_0019d9a0;\n pbVar6 = DAT_0019d9a0 + 1;\n if (*DAT_0019d9a0 == 0x20) {\n pbVar6 = DAT_0019d9a0 + 2;\n pbVar14 = DAT_0019d9a0 + 1;\n }\n bVar3 = *pbVar14;\n if ((&DAT_00194540)[bVar3] != '\0') {\nswitchD_00116ce1_caseD_2c:\n *(undefined1 *)(param_1 + 3) = 1;\n DAT_0019d9a0 = pbVar14;\n goto LAB_00116cf3;\n }\n DAT_0019d9a0 = pbVar6;\n switch(bVar3) {\n case 0x21:\n case 0x2b:\n case 0x2d:\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 == 2) {\n if (bVar3 == 0x2d) {\n bVar3 = *(byte *)((long)param_1 + 0x19);\n lVar5 = param_1[2];\n param_1[2] = -lVar5;\n *(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;\n if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar3 != 0x22) {\n if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n param_1[2] = ~param_1[2];\n goto LAB_00116cf3;\n }\n if (bVar2 == 6) {\n bVar15 = bVar3 == 0x2d;\n lVar5 = param_1[2];\n if ((0 < lVar5) || (!bVar15)) {\nLAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((DAT_001944e0 == '+') || (DAT_001944e0 == 'P')) {\n bVar15 = DAT_001944e0 == '+';\n DAT_001944e0 = 'N';\n if (bVar15) {\n DAT_001944e0 = '-';\n }\n goto LAB_00116cf3;\n }\n }\n else {\nLAB_001170fd:\n if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar3 == 0x2b) goto LAB_00116cf3;\n }\n lVar5 = FUN_00116070(param_1);\n *param_1 = lVar5;\n if (bVar3 == 0x2d) {\n *(undefined1 *)(param_1 + 3) = 7;\n }\n else if ((bVar3 == 0x7e) || (bVar3 == 0x22)) {\n *(undefined1 *)(param_1 + 3) = 8;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 9;\n }\n goto LAB_0011713c;\n default:\n if ((((&DAT_00194640)[bVar3] & 2) != 0) || (bVar3 == 0x22)) break;\n *(undefined1 *)(param_1 + 3) = 1;\n uVar7 = dcgettext(0,"bad expression",5);\n FUN_0011f6d0(uVar7);\n goto LAB_001171c1;\n case 0x24:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) {\nLAB_0011715e:\n if (DAT_0019d708 == 0x1949f0) {\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }\n goto LAB_00116cf3;\n }\n break;\n case 0x27:\n DAT_0019d9a0 = pbVar14 + 2;\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = (long)(char)pbVar14[1];\n goto LAB_00116cf3;\n case 0x28:\n case 0x5b:\n lVar5 = FUN_00117660(0,param_1,param_2);\n if (bVar3 == 0x28) {\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x29) goto LAB_00116e81;\n if (bVar3 != 0) {\n uVar7 = 0x29;\n goto LAB_0011740e;\n }\n uVar13 = 0x29;\n }\n else {\n if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }\n uVar7 = 0x5d;\n if (bVar3 != 0) {\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }\n uVar13 = 0x5d;\n }\n uVar7 = dcgettext(0,"missing \'%c\'",5);\n FUN_0011f6d0(uVar7,uVar13);\nLAB_00116e8c:\n if (*DAT_0019d9a0 != 0x20) {\n return lVar5;\n }\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n return lVar5;\n case 0x2c:\n goto switchD_00116ce1_caseD_2c;\n case 0x2e:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) goto LAB_0011715e;\n iVar4 = strncasecmp((char *)pbVar6,"startof.",8);\n if (((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)) ||\n ((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)))) {\n bVar3 = pbVar14[2];\n pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7;\n if (*pbVar6 == 0x20) {\n pbVar6 = pbVar6 + 1;\n }\n DAT_0019d9a0 = pbVar6;\n *(undefined1 *)(param_1 + 3) = 1;\n if (*pbVar6 == 0x28) {\n DAT_0019d9a0 = pbVar6 + 1;\n if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }\n bVar2 = FUN_00116b30(&local_30);\n if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }\n pcVar8 = ".startof.";\n if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }\n __ptr = (void *)concat(pcVar8,local_30,0);\n lVar5 = FUN_0012b340(__ptr);\n free(__ptr);\n pbVar6 = DAT_0019d9a0;\n *param_1 = lVar5;\n *(undefined1 *)(param_1 + 3) = 3;\n param_1[2] = 0;\n *pbVar6 = bVar2;\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n }\n uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n FUN_0011f6d0(uVar7);\n goto LAB_00116cf3;\n }\n break;\n case 0x30:\n bVar3 = pbVar14[1];\n switch((int)(char)bVar3 - 0x30U & 0xff) {\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n FUN_00115a40(8,param_1);\n goto LAB_00116cf3;\n default:\n if (bVar3 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar14[2] - 0x30) < 2) {\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar6 = pbVar6 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(0x10,param_1);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if (((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }\nswitchD_00116ce1_caseD_31:\n DAT_0019d9a0 = pbVar14;\n FUN_00115a40(10,param_1);\n goto LAB_00116cf3;\n }\n pcVar8 = strchr("dD",(int)(char)bVar3);\n if (pcVar8 == (char *)0x0) {\nLAB_001171c1:\n *(undefined1 *)(param_1 + 3) = 2;\nLAB_0011713c:\n param_1[2] = 0;\n }\n else {\n pbVar6 = pbVar14 + 2;\nLAB_001172ee:\n DAT_0019d9a0 = pbVar6;\n FUN_001159b0(param_1);\n param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];\n }\n goto LAB_00116cf3;\n case 0x31:\n case 0x32:\n case 0x33:\n case 0x34:\n case 0x35:\n case 0x36:\n case 0x37:\n case 0x38:\n case 0x39:\n goto switchD_00116ce1_caseD_31;\n case 0x7e:\n if (((&DAT_00194640)[bVar3] & 2) == 0) {\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 != 2) {\n if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }\n }\n DAT_0019d9a0 = pbVar14;\n bVar3 = FUN_00116b30(&local_30);\n iVar4 = FUN_00134150(local_30,param_1);\n if (iVar4 == 0) {\n lVar5 = FUN_0012c9e0(local_30);\n lVar9 = FUN_0012af60(lVar5);\n if (param_2 == 2) {\nLAB_001173ca:\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = lVar5;\n param_1[2] = 0;\n }\n else if ((lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)) {\n *(undefined1 *)(param_1 + 3) = 2;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n else {\n if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;\n *(undefined1 *)(param_1 + 3) = 5;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n }\n *DAT_0019d9a0 = bVar3;\n if (bVar3 == 0x22) {\n FUN_00116050();\n }\nLAB_00116cf3:\n FUN_00115970(param_1);\n bVar3 = *DAT_0019d9a0;\n while (bVar3 == 0x20) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n bVar3 = *DAT_0019d9a0;\n }\n if (*param_1 != 0) {\n FUN_0012d700();\n }\n if (param_2 != 2) {\n lVar5 = FUN_0012d000(*param_1,0);\n *param_1 = lVar5;\n lVar5 = FUN_0012d000(param_1[1],0);\n param_1[1] = lVar5;\n }\n if ((char)param_1[3] != '\x03') {\n lVar5 = 0x1949f0;\n if ((char)param_1[3] == '\x05') {\n lVar5 = DAT_0019d7b8;\n }\n return lVar5;\n }\n lVar5 = FUN_0012af60(*param_1);\n return lVar5;\n}" (sized_type_specifier "long" (long "long")) (function_declarator "FUN_00116c70(long *param_1,int param_2)" (identifier "FUN_00116c70") (parameter_list "(long *param_1,int param_2)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) () ")"))) (compound_statement "{\n long lVar1;\n byte bVar2;\n byte bVar3;\n int iVar4;\n long lVar5;\n byte *pbVar6;\n void *__ptr;\n undefined8 uVar7;\n char *pcVar8;\n long lVar9;\n undefined8 uVar10;\n ushort *puVar11;\n short sVar12;\n undefined4 uVar13;\n byte *pbVar14;\n bool bVar15;\n byte *local_30;\n \n *(byte *)((long)param_1 + 0x19) = *(byte *)((long)param_1 + 0x19) & 0xfc | 1;\n lVar5 = DAT_0019d998;\n pbVar14 = DAT_0019d9a0;\n pbVar6 = DAT_0019d9a0 + 1;\n if (*DAT_0019d9a0 == 0x20) {\n pbVar6 = DAT_0019d9a0 + 2;\n pbVar14 = DAT_0019d9a0 + 1;\n }\n bVar3 = *pbVar14;\n if ((&DAT_00194540)[bVar3] != '\0') {\nswitchD_00116ce1_caseD_2c:\n *(undefined1 *)(param_1 + 3) = 1;\n DAT_0019d9a0 = pbVar14;\n goto LAB_00116cf3;\n }\n DAT_0019d9a0 = pbVar6;\n switch(bVar3) {\n case 0x21:\n case 0x2b:\n case 0x2d:\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 == 2) {\n if (bVar3 == 0x2d) {\n bVar3 = *(byte *)((long)param_1 + 0x19);\n lVar5 = param_1[2];\n param_1[2] = -lVar5;\n *(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;\n if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar3 != 0x22) {\n if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n param_1[2] = ~param_1[2];\n goto LAB_00116cf3;\n }\n if (bVar2 == 6) {\n bVar15 = bVar3 == 0x2d;\n lVar5 = param_1[2];\n if ((0 < lVar5) || (!bVar15)) {\nLAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((DAT_001944e0 == '+') || (DAT_001944e0 == 'P')) {\n bVar15 = DAT_001944e0 == '+';\n DAT_001944e0 = 'N';\n if (bVar15) {\n DAT_001944e0 = '-';\n }\n goto LAB_00116cf3;\n }\n }\n else {\nLAB_001170fd:\n if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar3 == 0x2b) goto LAB_00116cf3;\n }\n lVar5 = FUN_00116070(param_1);\n *param_1 = lVar5;\n if (bVar3 == 0x2d) {\n *(undefined1 *)(param_1 + 3) = 7;\n }\n else if ((bVar3 == 0x7e) || (bVar3 == 0x22)) {\n *(undefined1 *)(param_1 + 3) = 8;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 9;\n }\n goto LAB_0011713c;\n default:\n if ((((&DAT_00194640)[bVar3] & 2) != 0) || (bVar3 == 0x22)) break;\n *(undefined1 *)(param_1 + 3) = 1;\n uVar7 = dcgettext(0,"bad expression",5);\n FUN_0011f6d0(uVar7);\n goto LAB_001171c1;\n case 0x24:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) {\nLAB_0011715e:\n if (DAT_0019d708 == 0x1949f0) {\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }\n goto LAB_00116cf3;\n }\n break;\n case 0x27:\n DAT_0019d9a0 = pbVar14 + 2;\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = (long)(char)pbVar14[1];\n goto LAB_00116cf3;\n case 0x28:\n case 0x5b:\n lVar5 = FUN_00117660(0,param_1,param_2);\n if (bVar3 == 0x28) {\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x29) goto LAB_00116e81;\n if (bVar3 != 0) {\n uVar7 = 0x29;\n goto LAB_0011740e;\n }\n uVar13 = 0x29;\n }\n else {\n if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }\n uVar7 = 0x5d;\n if (bVar3 != 0) {\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }\n uVar13 = 0x5d;\n }\n uVar7 = dcgettext(0,"missing \'%c\'",5);\n FUN_0011f6d0(uVar7,uVar13);\nLAB_00116e8c:\n if (*DAT_0019d9a0 != 0x20) {\n return lVar5;\n }\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n return lVar5;\n case 0x2c:\n goto switchD_00116ce1_caseD_2c;\n case 0x2e:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) goto LAB_0011715e;\n iVar4 = strncasecmp((char *)pbVar6,"startof.",8);\n if (((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)) ||\n ((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)))) {\n bVar3 = pbVar14[2];\n pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7;\n if (*pbVar6 == 0x20) {\n pbVar6 = pbVar6 + 1;\n }\n DAT_0019d9a0 = pbVar6;\n *(undefined1 *)(param_1 + 3) = 1;\n if (*pbVar6 == 0x28) {\n DAT_0019d9a0 = pbVar6 + 1;\n if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }\n bVar2 = FUN_00116b30(&local_30);\n if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }\n pcVar8 = ".startof.";\n if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }\n __ptr = (void *)concat(pcVar8,local_30,0);\n lVar5 = FUN_0012b340(__ptr);\n free(__ptr);\n pbVar6 = DAT_0019d9a0;\n *param_1 = lVar5;\n *(undefined1 *)(param_1 + 3) = 3;\n param_1[2] = 0;\n *pbVar6 = bVar2;\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n }\n uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n FUN_0011f6d0(uVar7);\n goto LAB_00116cf3;\n }\n break;\n case 0x30:\n bVar3 = pbVar14[1];\n switch((int)(char)bVar3 - 0x30U & 0xff) {\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n FUN_00115a40(8,param_1);\n goto LAB_00116cf3;\n default:\n if (bVar3 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar14[2] - 0x30) < 2) {\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar6 = pbVar6 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(0x10,param_1);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if (((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }\nswitchD_00116ce1_caseD_31:\n DAT_0019d9a0 = pbVar14;\n FUN_00115a40(10,param_1);\n goto LAB_00116cf3;\n }\n pcVar8 = strchr("dD",(int)(char)bVar3);\n if (pcVar8 == (char *)0x0) {\nLAB_001171c1:\n *(undefined1 *)(param_1 + 3) = 2;\nLAB_0011713c:\n param_1[2] = 0;\n }\n else {\n pbVar6 = pbVar14 + 2;\nLAB_001172ee:\n DAT_0019d9a0 = pbVar6;\n FUN_001159b0(param_1);\n param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];\n }\n goto LAB_00116cf3;\n case 0x31:\n case 0x32:\n case 0x33:\n case 0x34:\n case 0x35:\n case 0x36:\n case 0x37:\n case 0x38:\n case 0x39:\n goto switchD_00116ce1_caseD_31;\n case 0x7e:\n if (((&DAT_00194640)[bVar3] & 2) == 0) {\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 != 2) {\n if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }\n }\n DAT_0019d9a0 = pbVar14;\n bVar3 = FUN_00116b30(&local_30);\n iVar4 = FUN_00134150(local_30,param_1);\n if (iVar4 == 0) {\n lVar5 = FUN_0012c9e0(local_30);\n lVar9 = FUN_0012af60(lVar5);\n if (param_2 == 2) {\nLAB_001173ca:\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = lVar5;\n param_1[2] = 0;\n }\n else if ((lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)) {\n *(undefined1 *)(param_1 + 3) = 2;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n else {\n if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;\n *(undefined1 *)(param_1 + 3) = 5;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n }\n *DAT_0019d9a0 = bVar3;\n if (bVar3 == 0x22) {\n FUN_00116050();\n }\nLAB_00116cf3:\n FUN_00115970(param_1);\n bVar3 = *DAT_0019d9a0;\n while (bVar3 == 0x20) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n bVar3 = *DAT_0019d9a0;\n }\n if (*param_1 != 0) {\n FUN_0012d700();\n }\n if (param_2 != 2) {\n lVar5 = FUN_0012d000(*param_1,0);\n *param_1 = lVar5;\n lVar5 = FUN_0012d000(param_1[1],0);\n param_1[1] = lVar5;\n }\n if ((char)param_1[3] != '\x03') {\n lVar5 = 0x1949f0;\n if ((char)param_1[3] == '\x05') {\n lVar5 = DAT_0019d7b8;\n }\n return lVar5;\n }\n lVar5 = FUN_0012af60(*param_1);\n return lVar5;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "byte bVar2;" (type_identifier "byte") (identifier "bVar2") (; ";")) (declaration "byte bVar3;" (type_identifier "byte") (identifier "bVar3") (; ";")) (declaration "int iVar4;" (primitive_type "int") (identifier "iVar4") (; ";")) (declaration "long lVar5;" (sized_type_specifier "long" (long "long")) (identifier "lVar5") (; ";")) (declaration "byte *pbVar6;" (type_identifier "byte") (pointer_declarator "*pbVar6" (* "*") (identifier "pbVar6")) (; ";")) (declaration "void *__ptr;" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr")) (; ";")) (declaration "undefined8 uVar7;" (type_identifier "undefined8") (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 "undefined8 uVar10;" (type_identifier "undefined8") (identifier "uVar10") (; ";")) (declaration "ushort *puVar11;" (type_identifier "ushort") (pointer_declarator "*puVar11" (* "*") (identifier "puVar11")) (; ";")) (declaration "short sVar12;" (sized_type_specifier "short" (short "short")) (identifier "sVar12") (; ";")) (declaration "undefined4 uVar13;" (type_identifier "undefined4") (identifier "uVar13") (; ";")) (declaration "byte *pbVar14;" (type_identifier "byte") (pointer_declarator "*pbVar14" (* "*") (identifier "pbVar14")) (; ";")) (declaration "bool bVar15;" (primitive_type "bool") (identifier "bVar15") (; ";")) (declaration "byte *local_30;" (type_identifier "byte") (pointer_declarator "*local_30" (* "*") (identifier "local_30")) (; ";")) (expression_statement "*(byte *)((long)param_1 + 0x19) = *(byte *)((long)param_1 + 0x19) & 0xfc | 1;" (assignment_expression "*(byte *)((long)param_1 + 0x19) = *(byte *)((long)param_1 + 0x19) & 0xfc | 1" (pointer_expression "*(byte *)((long)param_1 + 0x19)" (* "*") (cast_expression "(byte *)((long)param_1 + 0x19)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x19)" (( "(") (binary_expression "(long)param_1 + 0x19" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x19")) () ")")))) (= "=") (binary_expression "*(byte *)((long)param_1 + 0x19) & 0xfc | 1" (binary_expression "*(byte *)((long)param_1 + 0x19) & 0xfc" (pointer_expression "*(byte *)((long)param_1 + 0x19)" (* "*") (cast_expression "(byte *)((long)param_1 + 0x19)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x19)" (( "(") (binary_expression "(long)param_1 + 0x19" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x19")) () ")")))) (& "&") (number_literal "0xfc")) (| "|") (number_literal "1"))) (; ";")) (expression_statement "lVar5 = DAT_0019d998;" (assignment_expression "lVar5 = DAT_0019d998" (identifier "lVar5") (= "=") (identifier "DAT_0019d998")) (; ";")) (expression_statement "pbVar14 = DAT_0019d9a0;" (assignment_expression "pbVar14 = DAT_0019d9a0" (identifier "pbVar14") (= "=") (identifier "DAT_0019d9a0")) (; ";")) (expression_statement "pbVar6 = DAT_0019d9a0 + 1;" (assignment_expression "pbVar6 = DAT_0019d9a0 + 1" (identifier "pbVar6") (= "=") (binary_expression "DAT_0019d9a0 + 1" (identifier "DAT_0019d9a0") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (*DAT_0019d9a0 == 0x20) {\n pbVar6 = DAT_0019d9a0 + 2;\n pbVar14 = DAT_0019d9a0 + 1;\n }" (if "if") (parenthesized_expression "(*DAT_0019d9a0 == 0x20)" (( "(") (binary_expression "*DAT_0019d9a0 == 0x20" (pointer_expression "*DAT_0019d9a0" (* "*") (identifier "DAT_0019d9a0")) (== "==") (number_literal "0x20")) () ")")) (compound_statement "{\n pbVar6 = DAT_0019d9a0 + 2;\n pbVar14 = DAT_0019d9a0 + 1;\n }" ({ "{") (expression_statement "pbVar6 = DAT_0019d9a0 + 2;" (assignment_expression "pbVar6 = DAT_0019d9a0 + 2" (identifier "pbVar6") (= "=") (binary_expression "DAT_0019d9a0 + 2" (identifier "DAT_0019d9a0") (+ "+") (number_literal "2"))) (; ";")) (expression_statement "pbVar14 = DAT_0019d9a0 + 1;" (assignment_expression "pbVar14 = DAT_0019d9a0 + 1" (identifier "pbVar14") (= "=") (binary_expression "DAT_0019d9a0 + 1" (identifier "DAT_0019d9a0") (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (expression_statement "bVar3 = *pbVar14;" (assignment_expression "bVar3 = *pbVar14" (identifier "bVar3") (= "=") (pointer_expression "*pbVar14" (* "*") (identifier "pbVar14"))) (; ";")) (if_statement "if ((&DAT_00194540)[bVar3] != '\0') {\nswitchD_00116ce1_caseD_2c:\n *(undefined1 *)(param_1 + 3) = 1;\n DAT_0019d9a0 = pbVar14;\n goto LAB_00116cf3;\n }" (if "if") (parenthesized_expression "((&DAT_00194540)[bVar3] != '\0')" (( "(") (binary_expression "(&DAT_00194540)[bVar3] != '\0'" (subscript_expression "(&DAT_00194540)[bVar3]" (parenthesized_expression "(&DAT_00194540)" (( "(") (pointer_expression "&DAT_00194540" (& "&") (identifier "DAT_00194540")) () ")")) ([ "[") (identifier "bVar3") (] "]")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\nswitchD_00116ce1_caseD_2c:\n *(undefined1 *)(param_1 + 3) = 1;\n DAT_0019d9a0 = pbVar14;\n goto LAB_00116cf3;\n }" ({ "{") (labeled_statement "switchD_00116ce1_caseD_2c:\n *(undefined1 *)(param_1 + 3) = 1;" (statement_identifier "switchD_00116ce1_caseD_2c") (: ":") (expression_statement "*(undefined1 *)(param_1 + 3) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 1" (pointer_expression "*(undefined1 *)(param_1 + 3)" (* "*") (cast_expression "(undefined1 *)(param_1 + 3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 3)" (( "(") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3")) () ")")))) (= "=") (number_literal "1")) (; ";"))) (expression_statement "DAT_0019d9a0 = pbVar14;" (assignment_expression "DAT_0019d9a0 = pbVar14" (identifier "DAT_0019d9a0") (= "=") (identifier "pbVar14")) (; ";")) (goto_statement "goto LAB_00116cf3;" (goto "goto") (statement_identifier "LAB_00116cf3") (; ";")) (} "}"))) (expression_statement "DAT_0019d9a0 = pbVar6;" (assignment_expression "DAT_0019d9a0 = pbVar6" (identifier "DAT_0019d9a0") (= "=") (identifier "pbVar6")) (; ";")) (switch_statement "switch(bVar3) {\n case 0x21:\n case 0x2b:\n case 0x2d:\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 == 2) {\n if (bVar3 == 0x2d) {\n bVar3 = *(byte *)((long)param_1 + 0x19);\n lVar5 = param_1[2];\n param_1[2] = -lVar5;\n *(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;\n if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar3 != 0x22) {\n if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n param_1[2] = ~param_1[2];\n goto LAB_00116cf3;\n }\n if (bVar2 == 6) {\n bVar15 = bVar3 == 0x2d;\n lVar5 = param_1[2];\n if ((0 < lVar5) || (!bVar15)) {\nLAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((DAT_001944e0 == '+') || (DAT_001944e0 == 'P')) {\n bVar15 = DAT_001944e0 == '+';\n DAT_001944e0 = 'N';\n if (bVar15) {\n DAT_001944e0 = '-';\n }\n goto LAB_00116cf3;\n }\n }\n else {\nLAB_001170fd:\n if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar3 == 0x2b) goto LAB_00116cf3;\n }\n lVar5 = FUN_00116070(param_1);\n *param_1 = lVar5;\n if (bVar3 == 0x2d) {\n *(undefined1 *)(param_1 + 3) = 7;\n }\n else if ((bVar3 == 0x7e) || (bVar3 == 0x22)) {\n *(undefined1 *)(param_1 + 3) = 8;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 9;\n }\n goto LAB_0011713c;\n default:\n if ((((&DAT_00194640)[bVar3] & 2) != 0) || (bVar3 == 0x22)) break;\n *(undefined1 *)(param_1 + 3) = 1;\n uVar7 = dcgettext(0,"bad expression",5);\n FUN_0011f6d0(uVar7);\n goto LAB_001171c1;\n case 0x24:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) {\nLAB_0011715e:\n if (DAT_0019d708 == 0x1949f0) {\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }\n goto LAB_00116cf3;\n }\n break;\n case 0x27:\n DAT_0019d9a0 = pbVar14 + 2;\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = (long)(char)pbVar14[1];\n goto LAB_00116cf3;\n case 0x28:\n case 0x5b:\n lVar5 = FUN_00117660(0,param_1,param_2);\n if (bVar3 == 0x28) {\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x29) goto LAB_00116e81;\n if (bVar3 != 0) {\n uVar7 = 0x29;\n goto LAB_0011740e;\n }\n uVar13 = 0x29;\n }\n else {\n if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }\n uVar7 = 0x5d;\n if (bVar3 != 0) {\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }\n uVar13 = 0x5d;\n }\n uVar7 = dcgettext(0,"missing \'%c\'",5);\n FUN_0011f6d0(uVar7,uVar13);\nLAB_00116e8c:\n if (*DAT_0019d9a0 != 0x20) {\n return lVar5;\n }\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n return lVar5;\n case 0x2c:\n goto switchD_00116ce1_caseD_2c;\n case 0x2e:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) goto LAB_0011715e;\n iVar4 = strncasecmp((char *)pbVar6,"startof.",8);\n if (((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)) ||\n ((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)))) {\n bVar3 = pbVar14[2];\n pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7;\n if (*pbVar6 == 0x20) {\n pbVar6 = pbVar6 + 1;\n }\n DAT_0019d9a0 = pbVar6;\n *(undefined1 *)(param_1 + 3) = 1;\n if (*pbVar6 == 0x28) {\n DAT_0019d9a0 = pbVar6 + 1;\n if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }\n bVar2 = FUN_00116b30(&local_30);\n if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }\n pcVar8 = ".startof.";\n if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }\n __ptr = (void *)concat(pcVar8,local_30,0);\n lVar5 = FUN_0012b340(__ptr);\n free(__ptr);\n pbVar6 = DAT_0019d9a0;\n *param_1 = lVar5;\n *(undefined1 *)(param_1 + 3) = 3;\n param_1[2] = 0;\n *pbVar6 = bVar2;\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n }\n uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n FUN_0011f6d0(uVar7);\n goto LAB_00116cf3;\n }\n break;\n case 0x30:\n bVar3 = pbVar14[1];\n switch((int)(char)bVar3 - 0x30U & 0xff) {\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n FUN_00115a40(8,param_1);\n goto LAB_00116cf3;\n default:\n if (bVar3 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar14[2] - 0x30) < 2) {\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar6 = pbVar6 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(0x10,param_1);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if (((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }\nswitchD_00116ce1_caseD_31:\n DAT_0019d9a0 = pbVar14;\n FUN_00115a40(10,param_1);\n goto LAB_00116cf3;\n }\n pcVar8 = strchr("dD",(int)(char)bVar3);\n if (pcVar8 == (char *)0x0) {\nLAB_001171c1:\n *(undefined1 *)(param_1 + 3) = 2;\nLAB_0011713c:\n param_1[2] = 0;\n }\n else {\n pbVar6 = pbVar14 + 2;\nLAB_001172ee:\n DAT_0019d9a0 = pbVar6;\n FUN_001159b0(param_1);\n param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];\n }\n goto LAB_00116cf3;\n case 0x31:\n case 0x32:\n case 0x33:\n case 0x34:\n case 0x35:\n case 0x36:\n case 0x37:\n case 0x38:\n case 0x39:\n goto switchD_00116ce1_caseD_31;\n case 0x7e:\n if (((&DAT_00194640)[bVar3] & 2) == 0) {\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 != 2) {\n if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }\n }" (switch "switch") (parenthesized_expression "(bVar3)" (( "(") (identifier "bVar3") () ")")) (compound_statement "{\n case 0x21:\n case 0x2b:\n case 0x2d:\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 == 2) {\n if (bVar3 == 0x2d) {\n bVar3 = *(byte *)((long)param_1 + 0x19);\n lVar5 = param_1[2];\n param_1[2] = -lVar5;\n *(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;\n if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar3 != 0x22) {\n if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n param_1[2] = ~param_1[2];\n goto LAB_00116cf3;\n }\n if (bVar2 == 6) {\n bVar15 = bVar3 == 0x2d;\n lVar5 = param_1[2];\n if ((0 < lVar5) || (!bVar15)) {\nLAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((DAT_001944e0 == '+') || (DAT_001944e0 == 'P')) {\n bVar15 = DAT_001944e0 == '+';\n DAT_001944e0 = 'N';\n if (bVar15) {\n DAT_001944e0 = '-';\n }\n goto LAB_00116cf3;\n }\n }\n else {\nLAB_001170fd:\n if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar3 == 0x2b) goto LAB_00116cf3;\n }\n lVar5 = FUN_00116070(param_1);\n *param_1 = lVar5;\n if (bVar3 == 0x2d) {\n *(undefined1 *)(param_1 + 3) = 7;\n }\n else if ((bVar3 == 0x7e) || (bVar3 == 0x22)) {\n *(undefined1 *)(param_1 + 3) = 8;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 9;\n }\n goto LAB_0011713c;\n default:\n if ((((&DAT_00194640)[bVar3] & 2) != 0) || (bVar3 == 0x22)) break;\n *(undefined1 *)(param_1 + 3) = 1;\n uVar7 = dcgettext(0,"bad expression",5);\n FUN_0011f6d0(uVar7);\n goto LAB_001171c1;\n case 0x24:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) {\nLAB_0011715e:\n if (DAT_0019d708 == 0x1949f0) {\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }\n goto LAB_00116cf3;\n }\n break;\n case 0x27:\n DAT_0019d9a0 = pbVar14 + 2;\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = (long)(char)pbVar14[1];\n goto LAB_00116cf3;\n case 0x28:\n case 0x5b:\n lVar5 = FUN_00117660(0,param_1,param_2);\n if (bVar3 == 0x28) {\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x29) goto LAB_00116e81;\n if (bVar3 != 0) {\n uVar7 = 0x29;\n goto LAB_0011740e;\n }\n uVar13 = 0x29;\n }\n else {\n if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }\n uVar7 = 0x5d;\n if (bVar3 != 0) {\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }\n uVar13 = 0x5d;\n }\n uVar7 = dcgettext(0,"missing \'%c\'",5);\n FUN_0011f6d0(uVar7,uVar13);\nLAB_00116e8c:\n if (*DAT_0019d9a0 != 0x20) {\n return lVar5;\n }\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n return lVar5;\n case 0x2c:\n goto switchD_00116ce1_caseD_2c;\n case 0x2e:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) goto LAB_0011715e;\n iVar4 = strncasecmp((char *)pbVar6,"startof.",8);\n if (((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)) ||\n ((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)))) {\n bVar3 = pbVar14[2];\n pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7;\n if (*pbVar6 == 0x20) {\n pbVar6 = pbVar6 + 1;\n }\n DAT_0019d9a0 = pbVar6;\n *(undefined1 *)(param_1 + 3) = 1;\n if (*pbVar6 == 0x28) {\n DAT_0019d9a0 = pbVar6 + 1;\n if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }\n bVar2 = FUN_00116b30(&local_30);\n if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }\n pcVar8 = ".startof.";\n if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }\n __ptr = (void *)concat(pcVar8,local_30,0);\n lVar5 = FUN_0012b340(__ptr);\n free(__ptr);\n pbVar6 = DAT_0019d9a0;\n *param_1 = lVar5;\n *(undefined1 *)(param_1 + 3) = 3;\n param_1[2] = 0;\n *pbVar6 = bVar2;\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n }\n uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n FUN_0011f6d0(uVar7);\n goto LAB_00116cf3;\n }\n break;\n case 0x30:\n bVar3 = pbVar14[1];\n switch((int)(char)bVar3 - 0x30U & 0xff) {\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n FUN_00115a40(8,param_1);\n goto LAB_00116cf3;\n default:\n if (bVar3 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar14[2] - 0x30) < 2) {\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar6 = pbVar6 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(0x10,param_1);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if (((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }\nswitchD_00116ce1_caseD_31:\n DAT_0019d9a0 = pbVar14;\n FUN_00115a40(10,param_1);\n goto LAB_00116cf3;\n }\n pcVar8 = strchr("dD",(int)(char)bVar3);\n if (pcVar8 == (char *)0x0) {\nLAB_001171c1:\n *(undefined1 *)(param_1 + 3) = 2;\nLAB_0011713c:\n param_1[2] = 0;\n }\n else {\n pbVar6 = pbVar14 + 2;\nLAB_001172ee:\n DAT_0019d9a0 = pbVar6;\n FUN_001159b0(param_1);\n param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];\n }\n goto LAB_00116cf3;\n case 0x31:\n case 0x32:\n case 0x33:\n case 0x34:\n case 0x35:\n case 0x36:\n case 0x37:\n case 0x38:\n case 0x39:\n goto switchD_00116ce1_caseD_31;\n case 0x7e:\n if (((&DAT_00194640)[bVar3] & 2) == 0) {\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 != 2) {\n if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }\n }" ({ "{") (case_statement "case 0x21:" (case "case") (number_literal "0x21") (: ":")) (case_statement "case 0x2b:" (case "case") (number_literal "0x2b") (: ":")) (case_statement "case 0x2d:\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 == 2) {\n if (bVar3 == 0x2d) {\n bVar3 = *(byte *)((long)param_1 + 0x19);\n lVar5 = param_1[2];\n param_1[2] = -lVar5;\n *(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;\n if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar3 != 0x22) {\n if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n param_1[2] = ~param_1[2];\n goto LAB_00116cf3;\n }\n if (bVar2 == 6) {\n bVar15 = bVar3 == 0x2d;\n lVar5 = param_1[2];\n if ((0 < lVar5) || (!bVar15)) {\nLAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((DAT_001944e0 == '+') || (DAT_001944e0 == 'P')) {\n bVar15 = DAT_001944e0 == '+';\n DAT_001944e0 = 'N';\n if (bVar15) {\n DAT_001944e0 = '-';\n }\n goto LAB_00116cf3;\n }\n }\n else {\nLAB_001170fd:\n if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar3 == 0x2b) goto LAB_00116cf3;\n }\n lVar5 = FUN_00116070(param_1);\n *param_1 = lVar5;\n if (bVar3 == 0x2d) {\n *(undefined1 *)(param_1 + 3) = 7;\n }\n else if ((bVar3 == 0x7e) || (bVar3 == 0x22)) {\n *(undefined1 *)(param_1 + 3) = 8;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 9;\n }\n goto LAB_0011713c;" (case "case") (number_literal "0x2d") (: ":") (expression_statement "FUN_00116c70(param_1,param_2);" (call_expression "FUN_00116c70(param_1,param_2)" (identifier "FUN_00116c70") (argument_list "(param_1,param_2)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") () ")"))) (; ";")) (expression_statement "bVar2 = *(byte *)(param_1 + 3);" (assignment_expression "bVar2 = *(byte *)(param_1 + 3)" (identifier "bVar2") (= "=") (pointer_expression "*(byte *)(param_1 + 3)" (* "*") (cast_expression "(byte *)(param_1 + 3)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 3)" (( "(") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3")) () ")"))))) (; ";")) (if_statement "if (bVar2 == 2) {\n if (bVar3 == 0x2d) {\n bVar3 = *(byte *)((long)param_1 + 0x19);\n lVar5 = param_1[2];\n param_1[2] = -lVar5;\n *(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;\n if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar3 != 0x22) {\n if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n param_1[2] = ~param_1[2];\n goto LAB_00116cf3;\n }" (if "if") (parenthesized_expression "(bVar2 == 2)" (( "(") (binary_expression "bVar2 == 2" (identifier "bVar2") (== "==") (number_literal "2")) () ")")) (compound_statement "{\n if (bVar3 == 0x2d) {\n bVar3 = *(byte *)((long)param_1 + 0x19);\n lVar5 = param_1[2];\n param_1[2] = -lVar5;\n *(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;\n if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }\n goto LAB_00116cf3;\n }\n if (bVar3 != 0x22) {\n if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }\n goto LAB_00116cf3;\n }\nLAB_001174a9:\n param_1[2] = ~param_1[2];\n goto LAB_00116cf3;\n }" ({ "{") (if_statement "if (bVar3 == 0x2d) {\n bVar3 = *(byte *)((long)param_1 + 0x19);\n lVar5 = param_1[2];\n param_1[2] = -lVar5;\n *(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;\n if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }\n goto LAB_00116cf3;\n }" (if "if") (parenthesized_expression "(bVar3 == 0x2d)" (( "(") (binary_expression "bVar3 == 0x2d" (identifier "bVar3") (== "==") (number_literal "0x2d")) () ")")) (compound_statement "{\n bVar3 = *(byte *)((long)param_1 + 0x19);\n lVar5 = param_1[2];\n param_1[2] = -lVar5;\n *(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;\n if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }\n goto LAB_00116cf3;\n }" ({ "{") (expression_statement "bVar3 = *(byte *)((long)param_1 + 0x19);" (assignment_expression "bVar3 = *(byte *)((long)param_1 + 0x19)" (identifier "bVar3") (= "=") (pointer_expression "*(byte *)((long)param_1 + 0x19)" (* "*") (cast_expression "(byte *)((long)param_1 + 0x19)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x19)" (( "(") (binary_expression "(long)param_1 + 0x19" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x19")) () ")"))))) (; ";")) (expression_statement "lVar5 = param_1[2];" (assignment_expression "lVar5 = param_1[2]" (identifier "lVar5") (= "=") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "param_1[2] = -lVar5;" (assignment_expression "param_1[2] = -lVar5" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (unary_expression "-lVar5" (- "-") (identifier "lVar5"))) (; ";")) (expression_statement "*(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;" (assignment_expression "*(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe" (pointer_expression "*(byte *)((long)param_1 + 0x19)" (* "*") (cast_expression "(byte *)((long)param_1 + 0x19)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x19)" (( "(") (binary_expression "(long)param_1 + 0x19" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x19")) () ")")))) (= "=") (binary_expression "bVar3 & 0xfe" (identifier "bVar3") (& "&") (number_literal "0xfe"))) (; ";")) (if_statement "if (-lVar5 != 0) {\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }" (if "if") (parenthesized_expression "(-lVar5 != 0)" (( "(") (binary_expression "-lVar5 != 0" (unary_expression "-lVar5" (- "-") (identifier "lVar5")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n *(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;\n }" ({ "{") (expression_statement "*(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;" (assignment_expression "*(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc" (pointer_expression "*(byte *)((long)param_1 + 0x19)" (* "*") (cast_expression "(byte *)((long)param_1 + 0x19)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x19)" (( "(") (binary_expression "(long)param_1 + 0x19" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x19")) () ")")))) (= "=") (binary_expression "(bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc" (binary_expression "(bVar3 >> 1 & 1 ^ 1) * '\x02'" (parenthesized_expression "(bVar3 >> 1 & 1 ^ 1)" (( "(") (binary_expression "bVar3 >> 1 & 1 ^ 1" (binary_expression "bVar3 >> 1 & 1" (binary_expression "bVar3 >> 1" (identifier "bVar3") (>> ">>") (number_literal "1")) (& "&") (number_literal "1")) (^ "^") (number_literal "1")) () ")")) (* "*") (char_literal "'\x02'" (' "'") (escape_sequence "\x02") (' "'"))) (| "|") (binary_expression "bVar3 & 0xfc" (identifier "bVar3") (& "&") (number_literal "0xfc")))) (; ";")) (} "}"))) (goto_statement "goto LAB_00116cf3;" (goto "goto") (statement_identifier "LAB_00116cf3") (; ";")) (} "}"))) (if_statement "if (bVar3 != 0x22) {\n if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }\n goto LAB_00116cf3;\n }" (if "if") (parenthesized_expression "(bVar3 != 0x22)" (( "(") (binary_expression "bVar3 != 0x22" (identifier "bVar3") (!= "!=") (number_literal "0x22")) () ")")) (compound_statement "{\n if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }\n goto LAB_00116cf3;\n }" ({ "{") (if_statement "if (bVar3 == 0x21) {\n param_1[2] = (ulong)(param_1[2] == 0);\n }" (if "if") (parenthesized_expression "(bVar3 == 0x21)" (( "(") (binary_expression "bVar3 == 0x21" (identifier "bVar3") (== "==") (number_literal "0x21")) () ")")) (compound_statement "{\n param_1[2] = (ulong)(param_1[2] == 0);\n }" ({ "{") (expression_statement "param_1[2] = (ulong)(param_1[2] == 0);" (assignment_expression "param_1[2] = (ulong)(param_1[2] == 0)" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (call_expression "(ulong)(param_1[2] == 0)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(param_1[2] == 0)" (( "(") (binary_expression "param_1[2] == 0" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (== "==") (number_literal "0")) () ")")))) (; ";")) (} "}"))) (goto_statement "goto LAB_00116cf3;" (goto "goto") (statement_identifier "LAB_00116cf3") (; ";")) (} "}"))) (labeled_statement "LAB_001174a9:\n param_1[2] = ~param_1[2];" (statement_identifier "LAB_001174a9") (: ":") (expression_statement "param_1[2] = ~param_1[2];" (assignment_expression "param_1[2] = ~param_1[2]" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (unary_expression "~param_1[2]" (~ "~") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")))) (; ";"))) (goto_statement "goto LAB_00116cf3;" (goto "goto") (statement_identifier "LAB_00116cf3") (; ";")) (} "}"))) (if_statement "if (bVar2 == 6) {\n bVar15 = bVar3 == 0x2d;\n lVar5 = param_1[2];\n if ((0 < lVar5) || (!bVar15)) {\nLAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((DAT_001944e0 == '+') || (DAT_001944e0 == 'P')) {\n bVar15 = DAT_001944e0 == '+';\n DAT_001944e0 = 'N';\n if (bVar15) {\n DAT_001944e0 = '-';\n }\n goto LAB_00116cf3;\n }\n }\n else {\nLAB_001170fd:\n if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar3 == 0x2b) goto LAB_00116cf3;\n }" (if "if") (parenthesized_expression "(bVar2 == 6)" (( "(") (binary_expression "bVar2 == 6" (identifier "bVar2") (== "==") (number_literal "6")) () ")")) (compound_statement "{\n bVar15 = bVar3 == 0x2d;\n lVar5 = param_1[2];\n if ((0 < lVar5) || (!bVar15)) {\nLAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }\n if ((DAT_001944e0 == '+') || (DAT_001944e0 == 'P')) {\n bVar15 = DAT_001944e0 == '+';\n DAT_001944e0 = 'N';\n if (bVar15) {\n DAT_001944e0 = '-';\n }\n goto LAB_00116cf3;\n }\n }" ({ "{") (expression_statement "bVar15 = bVar3 == 0x2d;" (assignment_expression "bVar15 = bVar3 == 0x2d" (identifier "bVar15") (= "=") (binary_expression "bVar3 == 0x2d" (identifier "bVar3") (== "==") (number_literal "0x2d"))) (; ";")) (expression_statement "lVar5 = param_1[2];" (assignment_expression "lVar5 = param_1[2]" (identifier "lVar5") (= "=") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) (; ";")) (if_statement "if ((0 < lVar5) || (!bVar15)) {\nLAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }" (if "if") (parenthesized_expression "((0 < lVar5) || (!bVar15))" (( "(") (binary_expression "(0 < lVar5) || (!bVar15)" (parenthesized_expression "(0 < lVar5)" (( "(") (binary_expression "0 < lVar5" (number_literal "0") (< "<") (identifier "lVar5")) () ")")) (|| "||") (parenthesized_expression "(!bVar15)" (( "(") (unary_expression "!bVar15" (! "!") (identifier "bVar15")) () ")"))) () ")")) (compound_statement "{\nLAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }\n goto LAB_00117105;\n }" ({ "{") (labeled_statement "LAB_00117039:\n if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }" (statement_identifier "LAB_00117039") (: ":") (if_statement "if (0 < lVar5) {\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }" (if "if") (parenthesized_expression "(0 < lVar5)" (( "(") (binary_expression "0 < lVar5" (number_literal "0") (< "<") (identifier "lVar5")) () ")")) (compound_statement "{\n if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }\n goto LAB_00116cf3;\n }" ({ "{") (if_statement "if ((bVar3 == 0x7e) || (bVar15)) {\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }\n else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }" (if "if") (parenthesized_expression "((bVar3 == 0x7e) || (bVar15))" (( "(") (binary_expression "(bVar3 == 0x7e) || (bVar15)" (parenthesized_expression "(bVar3 == 0x7e)" (( "(") (binary_expression "bVar3 == 0x7e" (identifier "bVar3") (== "==") (number_literal "0x7e")) () ")")) (|| "||") (parenthesized_expression "(bVar15)" (( "(") (identifier "bVar15") () ")"))) () ")")) (compound_statement "{\n puVar11 = (ushort *)&DAT_0019d920;\n do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));\n lVar9 = (long)(int)lVar5;\n if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }\n DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;\n if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }\n }" ({ "{") (expression_statement "puVar11 = (ushort *)&DAT_0019d920;" (assignment_expression "puVar11 = (ushort *)&DAT_0019d920" (identifier "puVar11") (= "=") (cast_expression "(ushort *)&DAT_0019d920" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "&DAT_0019d920" (& "&") (identifier "DAT_0019d920")))) (; ";")) (do_statement "do {\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n } while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));" (do "do") (compound_statement "{\n *puVar11 = ~*puVar11;\n puVar11 = puVar11 + 1;\n }" ({ "{") (expression_statement "*puVar11 = ~*puVar11;" (assignment_expression "*puVar11 = ~*puVar11" (pointer_expression "*puVar11" (* "*") (identifier "puVar11")) (= "=") (unary_expression "~*puVar11" (~ "~") (pointer_expression "*puVar11" (* "*") (identifier "puVar11")))) (; ";")) (expression_statement "puVar11 = puVar11 + 1;" (assignment_expression "puVar11 = puVar11 + 1" (identifier "puVar11") (= "=") (binary_expression "puVar11 + 1" (identifier "puVar11") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2))" (( "(") (binary_expression "puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2)" (identifier "puVar11") (!= "!=") (cast_expression "(ushort *)((long)&DAT_0019d920 + lVar5 * 2)" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)&DAT_0019d920 + lVar5 * 2)" (( "(") (binary_expression "(long)&DAT_0019d920 + lVar5 * 2" (cast_expression "(long)&DAT_0019d920" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (pointer_expression "&DAT_0019d920" (& "&") (identifier "DAT_0019d920"))) (+ "+") (binary_expression "lVar5 * 2" (identifier "lVar5") (* "*") (number_literal "2"))) () ")")))) () ")")) (; ";")) (expression_statement "lVar9 = (long)(int)lVar5;" (assignment_expression "lVar9 = (long)(int)lVar5" (identifier "lVar9") (= "=") (cast_expression "(long)(int)lVar5" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (cast_expression "(int)lVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar5")))) (; ";")) (if_statement "if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }\n else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }" (if "if") (parenthesized_expression "((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14))" (( "(") (binary_expression "(lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)" (parenthesized_expression "(lVar5 < 0x14)" (( "(") (binary_expression "lVar5 < 0x14" (identifier "lVar5") (< "<") (number_literal "0x14")) () ")")) (&& "&&") (parenthesized_expression "(param_1[2] = 0x14, (int)lVar5 < 0x14)" (( "(") (comma_expression "param_1[2] = 0x14, (int)lVar5 < 0x14" (assignment_expression "param_1[2] = 0x14" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (number_literal "0x14")) (, ",") (binary_expression "(int)lVar5 < 0x14" (cast_expression "(int)lVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar5")) (< "<") (number_literal "0x14"))) () ")"))) () ")")) (compound_statement "{\n do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = 0x14;\n }" ({ "{") (do_statement "do {\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n } while ((int)lVar9 < 0x14);" (do "do") (compound_statement "{\n *(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;\n lVar9 = lVar9 + 1;\n }" ({ "{") (expression_statement "*(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;" (assignment_expression "*(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff" (pointer_expression "*(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2)" (* "*") (cast_expression "(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2)" (( "(") (type_descriptor "undefined2 *" (type_identifier "undefined2") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)&DAT_0019d920 + lVar9 * 2)" (( "(") (binary_expression "(long)&DAT_0019d920 + lVar9 * 2" (cast_expression "(long)&DAT_0019d920" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (pointer_expression "&DAT_0019d920" (& "&") (identifier "DAT_0019d920"))) (+ "+") (binary_expression "lVar9 * 2" (identifier "lVar9") (* "*") (number_literal "2"))) () ")")))) (= "=") (number_literal "0xffff")) (; ";")) (expression_statement "lVar9 = lVar9 + 1;" (assignment_expression "lVar9 = lVar9 + 1" (identifier "lVar9") (= "=") (binary_expression "lVar9 + 1" (identifier "lVar9") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "((int)lVar9 < 0x14)" (( "(") (binary_expression "(int)lVar9 < 0x14" (cast_expression "(int)lVar9" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar9")) (< "<") (number_literal "0x14")) () ")")) (; ";")) (if_statement "if (!bVar15) goto LAB_00116cf3;" (if "if") (parenthesized_expression "(!bVar15)" (( "(") (unary_expression "!bVar15" (! "!") (identifier "bVar15")) () ")")) (goto_statement "goto LAB_00116cf3;" (goto "goto") (statement_identifier "LAB_00116cf3") (; ";"))) (expression_statement "lVar5 = 0x14;" (assignment_expression "lVar5 = 0x14" (identifier "lVar5") (= "=") (number_literal "0x14")) (; ";")) (} "}")) (else_clause "else {\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }" (else "else") (compound_statement "{\n if (!bVar15) goto LAB_00116cf3;\n lVar5 = param_1[2];\n }" ({ "{") (if_statement "if (!bVar15) goto LAB_00116cf3;" (if "if") (parenthesized_expression "(!bVar15)" (( "(") (unary_expression "!bVar15" (! "!") (identifier "bVar15")) () ")")) (goto_statement "goto LAB_00116cf3;" (goto "goto") (statement_identifier "LAB_00116cf3") (; ";"))) (expression_statement "lVar5 = param_1[2];" (assignment_expression "lVar5 = param_1[2]" (identifier "lVar5") (= "=") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) (; ";")) (} "}")))) (expression_statement "DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;" (assignment_expression "DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1" (field_expression "DAT_0019d920._0_2_" (identifier "DAT_0019d920") (. ".") (field_identifier "_0_2_")) (= "=") (binary_expression "(short)DAT_0019d920 + 1" (cast_expression "(short)DAT_0019d920" (( "(") (type_descriptor "short" (sized_type_specifier "short" (short "short"))) () ")") (identifier "DAT_0019d920")) (+ "+") (number_literal "1"))) (; ";")) (if_statement "if ((short)DAT_0019d920 == 0) {\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }" (if "if") (parenthesized_expression "((short)DAT_0019d920 == 0)" (( "(") (binary_expression "(short)DAT_0019d920 == 0" (cast_expression "(short)DAT_0019d920" (( "(") (type_descriptor "short" (sized_type_specifier "short" (short "short"))) () ")") (identifier "DAT_0019d920")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n lVar9 = 1;\n do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);\n }" ({ "{") (expression_statement "lVar9 = 1;" (assignment_expression "lVar9 = 1" (identifier "lVar9") (= "=") (number_literal "1")) (; ";")) (do_statement "do {\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n } while (sVar12 == 0);" (do "do") (compound_statement "{\n if (lVar5 <= lVar9) break;\n sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;\n *(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;\n lVar9 = lVar9 + 1;\n }" ({ "{") (if_statement "if (lVar5 <= lVar9) break;" (if "if") (parenthesized_expression "(lVar5 <= lVar9)" (( "(") (binary_expression "lVar5 <= lVar9" (identifier "lVar5") (<= "<=") (identifier "lVar9")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;" (assignment_expression "sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1" (identifier "sVar12") (= "=") (binary_expression "*(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1" (pointer_expression "*(short *)((long)&DAT_0019d920 + lVar9 * 2)" (* "*") (cast_expression "(short *)((long)&DAT_0019d920 + lVar9 * 2)" (( "(") (type_descriptor "short *" (sized_type_specifier "short" (short "short")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)&DAT_0019d920 + lVar9 * 2)" (( "(") (binary_expression "(long)&DAT_0019d920 + lVar9 * 2" (cast_expression "(long)&DAT_0019d920" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (pointer_expression "&DAT_0019d920" (& "&") (identifier "DAT_0019d920"))) (+ "+") (binary_expression "lVar9 * 2" (identifier "lVar9") (* "*") (number_literal "2"))) () ")")))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "*(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;" (assignment_expression "*(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12" (pointer_expression "*(short *)((long)&DAT_0019d920 + lVar9 * 2)" (* "*") (cast_expression "(short *)((long)&DAT_0019d920 + lVar9 * 2)" (( "(") (type_descriptor "short *" (sized_type_specifier "short" (short "short")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)&DAT_0019d920 + lVar9 * 2)" (( "(") (binary_expression "(long)&DAT_0019d920 + lVar9 * 2" (cast_expression "(long)&DAT_0019d920" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (pointer_expression "&DAT_0019d920" (& "&") (identifier "DAT_0019d920"))) (+ "+") (binary_expression "lVar9 * 2" (identifier "lVar9") (* "*") (number_literal "2"))) () ")")))) (= "=") (identifier "sVar12")) (; ";")) (expression_statement "lVar9 = lVar9 + 1;" (assignment_expression "lVar9 = lVar9 + 1" (identifier "lVar9") (= "=") (binary_expression "lVar9 + 1" (identifier "lVar9") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(sVar12 == 0)" (( "(") (binary_expression "sVar12 == 0" (identifier "sVar12") (== "==") (number_literal "0")) () ")")) (; ";")) (} "}"))) (} "}")) (else_clause "else if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }" (else "else") (if_statement "if (bVar3 == 0x21) {\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }" (if "if") (parenthesized_expression "(bVar3 == 0x21)" (( "(") (binary_expression "bVar3 == 0x21" (identifier "bVar3") (== "==") (number_literal "0x21")) () ")")) (compound_statement "{\n if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }\n param_1[2] = (ulong)(lVar5 <= lVar9);\n *(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;\n }" ({ "{") (if_statement "if ((short)DAT_0019d920 == 0) {\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }\n else {\n lVar9 = 0;\n }" (if "if") (parenthesized_expression "((short)DAT_0019d920 == 0)" (( "(") (binary_expression "(short)DAT_0019d920 == 0" (cast_expression "(short)DAT_0019d920" (( "(") (type_descriptor "short" (sized_type_specifier "short" (short "short"))) () ")") (identifier "DAT_0019d920")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n lVar1 = 1;\n do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);\n }" ({ "{") (expression_statement "lVar1 = 1;" (assignment_expression "lVar1 = 1" (identifier "lVar1") (= "=") (number_literal "1")) (; ";")) (do_statement "do {\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n } while ((&DAT_0019d91e)[lVar9 + 1] == 0);" (do "do") (compound_statement "{\n lVar9 = lVar1;\n if (lVar5 == lVar9) break;\n lVar1 = lVar9 + 1;\n }" ({ "{") (expression_statement "lVar9 = lVar1;" (assignment_expression "lVar9 = lVar1" (identifier "lVar9") (= "=") (identifier "lVar1")) (; ";")) (if_statement "if (lVar5 == lVar9) break;" (if "if") (parenthesized_expression "(lVar5 == lVar9)" (( "(") (binary_expression "lVar5 == lVar9" (identifier "lVar5") (== "==") (identifier "lVar9")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "lVar1 = lVar9 + 1;" (assignment_expression "lVar1 = lVar9 + 1" (identifier "lVar1") (= "=") (binary_expression "lVar9 + 1" (identifier "lVar9") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "((&DAT_0019d91e)[lVar9 + 1] == 0)" (( "(") (binary_expression "(&DAT_0019d91e)[lVar9 + 1] == 0" (subscript_expression "(&DAT_0019d91e)[lVar9 + 1]" (parenthesized_expression "(&DAT_0019d91e)" (( "(") (pointer_expression "&DAT_0019d91e" (& "&") (identifier "DAT_0019d91e")) () ")")) ([ "[") (binary_expression "lVar9 + 1" (identifier "lVar9") (+ "+") (number_literal "1")) (] "]")) (== "==") (number_literal "0")) () ")")) (; ";")) (} "}")) (else_clause "else {\n lVar9 = 0;\n }" (else "else") (compound_statement "{\n lVar9 = 0;\n }" ({ "{") (expression_statement "lVar9 = 0;" (assignment_expression "lVar9 = 0" (identifier "lVar9") (= "=") (number_literal "0")) (; ";")) (} "}")))) (expression_statement "param_1[2] = (ulong)(lVar5 <= lVar9);" (assignment_expression "param_1[2] = (ulong)(lVar5 <= lVar9)" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (call_expression "(ulong)(lVar5 <= lVar9)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(lVar5 <= lVar9)" (( "(") (binary_expression "lVar5 <= lVar9" (identifier "lVar5") (<= "<=") (identifier "lVar9")) () ")")))) (; ";")) (expression_statement "*(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;" (assignment_expression "*(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102" (pointer_expression "*(ushort *)(param_1 + 3)" (* "*") (cast_expression "(ushort *)(param_1 + 3)" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 3)" (( "(") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3")) () ")")))) (= "=") (binary_expression "*(ushort *)(param_1 + 3) & 0xfc00 | 0x102" (binary_expression "*(ushort *)(param_1 + 3) & 0xfc00" (pointer_expression "*(ushort *)(param_1 + 3)" (* "*") (cast_expression "(ushort *)(param_1 + 3)" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 3)" (( "(") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3")) () ")")))) (& "&") (number_literal "0xfc00")) (| "|") (number_literal "0x102"))) (; ";")) (} "}"))))) (goto_statement "goto LAB_00116cf3;" (goto "goto") (statement_identifier "LAB_00116cf3") (; ";")) (} "}")))) (goto_statement "goto LAB_00117105;" (goto "goto") (statement_identifier "LAB_00117105") (; ";")) (} "}"))) (if_statement "if ((DAT_001944e0 == '+') || (DAT_001944e0 == 'P')) {\n bVar15 = DAT_001944e0 == '+';\n DAT_001944e0 = 'N';\n if (bVar15) {\n DAT_001944e0 = '-';\n }\n goto LAB_00116cf3;\n }" (if "if") (parenthesized_expression "((DAT_001944e0 == '+') || (DAT_001944e0 == 'P'))" (( "(") (binary_expression "(DAT_001944e0 == '+') || (DAT_001944e0 == 'P')" (parenthesized_expression "(DAT_001944e0 == '+')" (( "(") (binary_expression "DAT_001944e0 == '+'" (identifier "DAT_001944e0") (== "==") (char_literal "'+'" (' "'") (character "+") (' "'"))) () ")")) (|| "||") (parenthesized_expression "(DAT_001944e0 == 'P')" (( "(") (binary_expression "DAT_001944e0 == 'P'" (identifier "DAT_001944e0") (== "==") (char_literal "'P'" (' "'") (character "P") (' "'"))) () ")"))) () ")")) (compound_statement "{\n bVar15 = DAT_001944e0 == '+';\n DAT_001944e0 = 'N';\n if (bVar15) {\n DAT_001944e0 = '-';\n }\n goto LAB_00116cf3;\n }" ({ "{") (expression_statement "bVar15 = DAT_001944e0 == '+';" (assignment_expression "bVar15 = DAT_001944e0 == '+'" (identifier "bVar15") (= "=") (binary_expression "DAT_001944e0 == '+'" (identifier "DAT_001944e0") (== "==") (char_literal "'+'" (' "'") (character "+") (' "'")))) (; ";")) (expression_statement "DAT_001944e0 = 'N';" (assignment_expression "DAT_001944e0 = 'N'" (identifier "DAT_001944e0") (= "=") (char_literal "'N'" (' "'") (character "N") (' "'"))) (; ";")) (if_statement "if (bVar15) {\n DAT_001944e0 = '-';\n }" (if "if") (parenthesized_expression "(bVar15)" (( "(") (identifier "bVar15") () ")")) (compound_statement "{\n DAT_001944e0 = '-';\n }" ({ "{") (expression_statement "DAT_001944e0 = '-';" (assignment_expression "DAT_001944e0 = '-'" (identifier "DAT_001944e0") (= "=") (char_literal "'-'" (' "'") (character "-") (' "'"))) (; ";")) (} "}"))) (goto_statement "goto LAB_00116cf3;" (goto "goto") (statement_identifier "LAB_00116cf3") (; ";")) (} "}"))) (} "}")) (else_clause "else {\nLAB_001170fd:\n if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar3 == 0x2b) goto LAB_00116cf3;\n }" (else "else") (compound_statement "{\nLAB_001170fd:\n if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }\nLAB_00117105:\n if (bVar3 == 0x2b) goto LAB_00116cf3;\n }" ({ "{") (labeled_statement "LAB_001170fd:\n if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }" (statement_identifier "LAB_001170fd") (: ":") (if_statement "if (bVar2 < 2) {\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }" (if "if") (parenthesized_expression "(bVar2 < 2)" (( "(") (binary_expression "bVar2 < 2" (identifier "bVar2") (< "<") (number_literal "2")) () ")")) (compound_statement "{\n uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);\n FUN_0011f500(uVar7,(int)(char)bVar3);\n goto LAB_00116cf3;\n }" ({ "{") (expression_statement "uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);" (assignment_expression "uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5)" (identifier "uVar7") (= "=") (call_expression "dcgettext(0,"Unary operator %c ignored because bad operand follows",5)" (identifier "dcgettext") (argument_list "(0,"Unary operator %c ignored because bad operand follows",5)" (( "(") (number_literal "0") (, ",") (string_literal ""Unary operator %c ignored because bad operand follows"" (" """) (string_content "Unary operator %c ignored because bad operand follows") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_0011f500(uVar7,(int)(char)bVar3);" (call_expression "FUN_0011f500(uVar7,(int)(char)bVar3)" (identifier "FUN_0011f500") (argument_list "(uVar7,(int)(char)bVar3)" (( "(") (identifier "uVar7") (, ",") (cast_expression "(int)(char)bVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (cast_expression "(char)bVar3" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "bVar3"))) () ")"))) (; ";")) (goto_statement "goto LAB_00116cf3;" (goto "goto") (statement_identifier "LAB_00116cf3") (; ";")) (} "}")))) (labeled_statement "LAB_00117105:\n if (bVar3 == 0x2b) goto LAB_00116cf3;" (statement_identifier "LAB_00117105") (: ":") (if_statement "if (bVar3 == 0x2b) goto LAB_00116cf3;" (if "if") (parenthesized_expression "(bVar3 == 0x2b)" (( "(") (binary_expression "bVar3 == 0x2b" (identifier "bVar3") (== "==") (number_literal "0x2b")) () ")")) (goto_statement "goto LAB_00116cf3;" (goto "goto") (statement_identifier "LAB_00116cf3") (; ";")))) (} "}")))) (expression_statement "lVar5 = FUN_00116070(param_1);" (assignment_expression "lVar5 = FUN_00116070(param_1)" (identifier "lVar5") (= "=") (call_expression "FUN_00116070(param_1)" (identifier "FUN_00116070") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "*param_1 = lVar5;" (assignment_expression "*param_1 = lVar5" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "lVar5")) (; ";")) (if_statement "if (bVar3 == 0x2d) {\n *(undefined1 *)(param_1 + 3) = 7;\n }\n else if ((bVar3 == 0x7e) || (bVar3 == 0x22)) {\n *(undefined1 *)(param_1 + 3) = 8;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 9;\n }" (if "if") (parenthesized_expression "(bVar3 == 0x2d)" (( "(") (binary_expression "bVar3 == 0x2d" (identifier "bVar3") (== "==") (number_literal "0x2d")) () ")")) (compound_statement "{\n *(undefined1 *)(param_1 + 3) = 7;\n }" ({ "{") (expression_statement "*(undefined1 *)(param_1 + 3) = 7;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 7" (pointer_expression "*(undefined1 *)(param_1 + 3)" (* "*") (cast_expression "(undefined1 *)(param_1 + 3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 3)" (( "(") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3")) () ")")))) (= "=") (number_literal "7")) (; ";")) (} "}")) (else_clause "else if ((bVar3 == 0x7e) || (bVar3 == 0x22)) {\n *(undefined1 *)(param_1 + 3) = 8;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 9;\n }" (else "else") (if_statement "if ((bVar3 == 0x7e) || (bVar3 == 0x22)) {\n *(undefined1 *)(param_1 + 3) = 8;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 9;\n }" (if "if") (parenthesized_expression "((bVar3 == 0x7e) || (bVar3 == 0x22))" (( "(") (binary_expression "(bVar3 == 0x7e) || (bVar3 == 0x22)" (parenthesized_expression "(bVar3 == 0x7e)" (( "(") (binary_expression "bVar3 == 0x7e" (identifier "bVar3") (== "==") (number_literal "0x7e")) () ")")) (|| "||") (parenthesized_expression "(bVar3 == 0x22)" (( "(") (binary_expression "bVar3 == 0x22" (identifier "bVar3") (== "==") (number_literal "0x22")) () ")"))) () ")")) (compound_statement "{\n *(undefined1 *)(param_1 + 3) = 8;\n }" ({ "{") (expression_statement "*(undefined1 *)(param_1 + 3) = 8;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 8" (pointer_expression "*(undefined1 *)(param_1 + 3)" (* "*") (cast_expression "(undefined1 *)(param_1 + 3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 3)" (( "(") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3")) () ")")))) (= "=") (number_literal "8")) (; ";")) (} "}")) (else_clause "else {\n *(undefined1 *)(param_1 + 3) = 9;\n }" (else "else") (compound_statement "{\n *(undefined1 *)(param_1 + 3) = 9;\n }" ({ "{") (expression_statement "*(undefined1 *)(param_1 + 3) = 9;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 9" (pointer_expression "*(undefined1 *)(param_1 + 3)" (* "*") (cast_expression "(undefined1 *)(param_1 + 3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 3)" (( "(") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3")) () ")")))) (= "=") (number_literal "9")) (; ";")) (} "}")))))) (goto_statement "goto LAB_0011713c;" (goto "goto") (statement_identifier "LAB_0011713c") (; ";"))) (case_statement "default:\n if ((((&DAT_00194640)[bVar3] & 2) != 0) || (bVar3 == 0x22)) break;\n *(undefined1 *)(param_1 + 3) = 1;\n uVar7 = dcgettext(0,"bad expression",5);\n FUN_0011f6d0(uVar7);\n goto LAB_001171c1;" (default "default") (: ":") (if_statement "if ((((&DAT_00194640)[bVar3] & 2) != 0) || (bVar3 == 0x22)) break;" (if "if") (parenthesized_expression "((((&DAT_00194640)[bVar3] & 2) != 0) || (bVar3 == 0x22))" (( "(") (binary_expression "(((&DAT_00194640)[bVar3] & 2) != 0) || (bVar3 == 0x22)" (parenthesized_expression "(((&DAT_00194640)[bVar3] & 2) != 0)" (( "(") (binary_expression "((&DAT_00194640)[bVar3] & 2) != 0" (parenthesized_expression "((&DAT_00194640)[bVar3] & 2)" (( "(") (binary_expression "(&DAT_00194640)[bVar3] & 2" (subscript_expression "(&DAT_00194640)[bVar3]" (parenthesized_expression "(&DAT_00194640)" (( "(") (pointer_expression "&DAT_00194640" (& "&") (identifier "DAT_00194640")) () ")")) ([ "[") (identifier "bVar3") (] "]")) (& "&") (number_literal "2")) () ")")) (!= "!=") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(bVar3 == 0x22)" (( "(") (binary_expression "bVar3 == 0x22" (identifier "bVar3") (== "==") (number_literal "0x22")) () ")"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "*(undefined1 *)(param_1 + 3) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 1" (pointer_expression "*(undefined1 *)(param_1 + 3)" (* "*") (cast_expression "(undefined1 *)(param_1 + 3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 3)" (( "(") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3")) () ")")))) (= "=") (number_literal "1")) (; ";")) (expression_statement "uVar7 = dcgettext(0,"bad expression",5);" (assignment_expression "uVar7 = dcgettext(0,"bad expression",5)" (identifier "uVar7") (= "=") (call_expression "dcgettext(0,"bad expression",5)" (identifier "dcgettext") (argument_list "(0,"bad expression",5)" (( "(") (number_literal "0") (, ",") (string_literal ""bad expression"" (" """) (string_content "bad expression") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_0011f6d0(uVar7);" (call_expression "FUN_0011f6d0(uVar7)" (identifier "FUN_0011f6d0") (argument_list "(uVar7)" (( "(") (identifier "uVar7") () ")"))) (; ";")) (goto_statement "goto LAB_001171c1;" (goto "goto") (statement_identifier "LAB_001171c1") (; ";"))) (case_statement "case 0x24:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) {\nLAB_0011715e:\n if (DAT_0019d708 == 0x1949f0) {\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }\n goto LAB_00116cf3;\n }\n break;" (case "case") (number_literal "0x24") (: ":") (if_statement "if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) {\nLAB_0011715e:\n if (DAT_0019d708 == 0x1949f0) {\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }\n goto LAB_00116cf3;\n }" (if "if") (parenthesized_expression "(((&DAT_00194640)[pbVar14[1]] & 1) == 0)" (( "(") (binary_expression "((&DAT_00194640)[pbVar14[1]] & 1) == 0" (parenthesized_expression "((&DAT_00194640)[pbVar14[1]] & 1)" (( "(") (binary_expression "(&DAT_00194640)[pbVar14[1]] & 1" (subscript_expression "(&DAT_00194640)[pbVar14[1]]" (parenthesized_expression "(&DAT_00194640)" (( "(") (pointer_expression "&DAT_00194640" (& "&") (identifier "DAT_00194640")) () ")")) ([ "[") (subscript_expression "pbVar14[1]" (identifier "pbVar14") ([ "[") (number_literal "1") (] "]")) (] "]")) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_0011715e:\n if (DAT_0019d708 == 0x1949f0) {\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }\n goto LAB_00116cf3;\n }" ({ "{") (labeled_statement "LAB_0011715e:\n if (DAT_0019d708 == 0x1949f0) {\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }" (statement_identifier "LAB_0011715e") (: ":") (if_statement "if (DAT_0019d708 == 0x1949f0) {\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }\n else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }" (if "if") (parenthesized_expression "(DAT_0019d708 == 0x1949f0)" (( "(") (binary_expression "DAT_0019d708 == 0x1949f0" (identifier "DAT_0019d708") (== "==") (number_literal "0x1949f0")) () ")")) (compound_statement "{\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = lVar5;\n }" ({ "{") (expression_statement "*(undefined1 *)(param_1 + 3) = 2;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 2" (pointer_expression "*(undefined1 *)(param_1 + 3)" (* "*") (cast_expression "(undefined1 *)(param_1 + 3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 3)" (( "(") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3")) () ")")))) (= "=") (number_literal "2")) (; ";")) (expression_statement "param_1[2] = lVar5;" (assignment_expression "param_1[2] = lVar5" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "lVar5")) (; ";")) (} "}")) (else_clause "else {\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }" (else "else") (compound_statement "{\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = (long)&DAT_0019dac0;\n param_1[2] = 0;\n }" ({ "{") (expression_statement "*(undefined1 *)(param_1 + 3) = 3;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 3" (pointer_expression "*(undefined1 *)(param_1 + 3)" (* "*") (cast_expression "(undefined1 *)(param_1 + 3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 3)" (( "(") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3")) () ")")))) (= "=") (number_literal "3")) (; ";")) (expression_statement "*param_1 = (long)&DAT_0019dac0;" (assignment_expression "*param_1 = (long)&DAT_0019dac0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (cast_expression "(long)&DAT_0019dac0" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (pointer_expression "&DAT_0019dac0" (& "&") (identifier "DAT_0019dac0")))) (; ";")) (expression_statement "param_1[2] = 0;" (assignment_expression "param_1[2] = 0" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (number_literal "0")) (; ";")) (} "}"))))) (goto_statement "goto LAB_00116cf3;" (goto "goto") (statement_identifier "LAB_00116cf3") (; ";")) (} "}"))) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 0x27:\n DAT_0019d9a0 = pbVar14 + 2;\n *(undefined1 *)(param_1 + 3) = 2;\n param_1[2] = (long)(char)pbVar14[1];\n goto LAB_00116cf3;" (case "case") (number_literal "0x27") (: ":") (expression_statement "DAT_0019d9a0 = pbVar14 + 2;" (assignment_expression "DAT_0019d9a0 = pbVar14 + 2" (identifier "DAT_0019d9a0") (= "=") (binary_expression "pbVar14 + 2" (identifier "pbVar14") (+ "+") (number_literal "2"))) (; ";")) (expression_statement "*(undefined1 *)(param_1 + 3) = 2;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 2" (pointer_expression "*(undefined1 *)(param_1 + 3)" (* "*") (cast_expression "(undefined1 *)(param_1 + 3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 3)" (( "(") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3")) () ")")))) (= "=") (number_literal "2")) (; ";")) (expression_statement "param_1[2] = (long)(char)pbVar14[1];" (assignment_expression "param_1[2] = (long)(char)pbVar14[1]" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (cast_expression "(long)(char)pbVar14[1]" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (cast_expression "(char)pbVar14[1]" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (subscript_expression "pbVar14[1]" (identifier "pbVar14") ([ "[") (number_literal "1") (] "]"))))) (; ";")) (goto_statement "goto LAB_00116cf3;" (goto "goto") (statement_identifier "LAB_00116cf3") (; ";"))) (case_statement "case 0x28:" (case "case") (number_literal "0x28") (: ":")) (case_statement "case 0x5b:\n lVar5 = FUN_00117660(0,param_1,param_2);\n if (bVar3 == 0x28) {\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x29) goto LAB_00116e81;\n if (bVar3 != 0) {\n uVar7 = 0x29;\n goto LAB_0011740e;\n }\n uVar13 = 0x29;\n }\n else {\n if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }\n uVar7 = 0x5d;\n if (bVar3 != 0) {\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }\n uVar13 = 0x5d;\n }\n uVar7 = dcgettext(0,"missing \'%c\'",5);\n FUN_0011f6d0(uVar7,uVar13);\nLAB_00116e8c:\n if (*DAT_0019d9a0 != 0x20) {\n return lVar5;\n }\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n return lVar5;" (case "case") (number_literal "0x5b") (: ":") (expression_statement "lVar5 = FUN_00117660(0,param_1,param_2);" (assignment_expression "lVar5 = FUN_00117660(0,param_1,param_2)" (identifier "lVar5") (= "=") (call_expression "FUN_00117660(0,param_1,param_2)" (identifier "FUN_00117660") (argument_list "(0,param_1,param_2)" (( "(") (number_literal "0") (, ",") (identifier "param_1") (, ",") (identifier "param_2") () ")")))) (; ";")) (if_statement "if (bVar3 == 0x28) {\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x29) goto LAB_00116e81;\n if (bVar3 != 0) {\n uVar7 = 0x29;\n goto LAB_0011740e;\n }\n uVar13 = 0x29;\n }\n else {\n if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }\n uVar7 = 0x5d;\n if (bVar3 != 0) {\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }\n uVar13 = 0x5d;\n }" (if "if") (parenthesized_expression "(bVar3 == 0x28)" (( "(") (binary_expression "bVar3 == 0x28" (identifier "bVar3") (== "==") (number_literal "0x28")) () ")")) (compound_statement "{\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x29) goto LAB_00116e81;\n if (bVar3 != 0) {\n uVar7 = 0x29;\n goto LAB_0011740e;\n }\n uVar13 = 0x29;\n }" ({ "{") (expression_statement "bVar3 = *DAT_0019d9a0;" (assignment_expression "bVar3 = *DAT_0019d9a0" (identifier "bVar3") (= "=") (pointer_expression "*DAT_0019d9a0" (* "*") (identifier "DAT_0019d9a0"))) (; ";")) (if_statement "if (bVar3 == 0x29) goto LAB_00116e81;" (if "if") (parenthesized_expression "(bVar3 == 0x29)" (( "(") (binary_expression "bVar3 == 0x29" (identifier "bVar3") (== "==") (number_literal "0x29")) () ")")) (goto_statement "goto LAB_00116e81;" (goto "goto") (statement_identifier "LAB_00116e81") (; ";"))) (if_statement "if (bVar3 != 0) {\n uVar7 = 0x29;\n goto LAB_0011740e;\n }" (if "if") (parenthesized_expression "(bVar3 != 0)" (( "(") (binary_expression "bVar3 != 0" (identifier "bVar3") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar7 = 0x29;\n goto LAB_0011740e;\n }" ({ "{") (expression_statement "uVar7 = 0x29;" (assignment_expression "uVar7 = 0x29" (identifier "uVar7") (= "=") (number_literal "0x29")) (; ";")) (goto_statement "goto LAB_0011740e;" (goto "goto") (statement_identifier "LAB_0011740e") (; ";")) (} "}"))) (expression_statement "uVar13 = 0x29;" (assignment_expression "uVar13 = 0x29" (identifier "uVar13") (= "=") (number_literal "0x29")) (; ";")) (} "}")) (else_clause "else {\n if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }\n uVar7 = 0x5d;\n if (bVar3 != 0) {\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }\n uVar13 = 0x5d;\n }" (else "else") (compound_statement "{\n if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }\n uVar7 = 0x5d;\n if (bVar3 != 0) {\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }\n uVar13 = 0x5d;\n }" ({ "{") (if_statement "if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }" (if "if") (parenthesized_expression "((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d))" (( "(") (binary_expression "(bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)" (parenthesized_expression "(bVar3 != 0x5b)" (( "(") (binary_expression "bVar3 != 0x5b" (identifier "bVar3") (!= "!=") (number_literal "0x5b")) () ")")) (|| "||") (parenthesized_expression "(bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)" (( "(") (comma_expression "bVar3 = *DAT_0019d9a0, bVar3 == 0x5d" (assignment_expression "bVar3 = *DAT_0019d9a0" (identifier "bVar3") (= "=") (pointer_expression "*DAT_0019d9a0" (* "*") (identifier "DAT_0019d9a0"))) (, ",") (binary_expression "bVar3 == 0x5d" (identifier "bVar3") (== "==") (number_literal "0x5d"))) () ")"))) () ")")) (compound_statement "{\nLAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116e8c;\n }" ({ "{") (labeled_statement "LAB_00116e81:\n DAT_0019d9a0 = DAT_0019d9a0 + 1;" (statement_identifier "LAB_00116e81") (: ":") (expression_statement "DAT_0019d9a0 = DAT_0019d9a0 + 1;" (assignment_expression "DAT_0019d9a0 = DAT_0019d9a0 + 1" (identifier "DAT_0019d9a0") (= "=") (binary_expression "DAT_0019d9a0 + 1" (identifier "DAT_0019d9a0") (+ "+") (number_literal "1"))) (; ";"))) (goto_statement "goto LAB_00116e8c;" (goto "goto") (statement_identifier "LAB_00116e8c") (; ";")) (} "}"))) (expression_statement "uVar7 = 0x5d;" (assignment_expression "uVar7 = 0x5d" (identifier "uVar7") (= "=") (number_literal "0x5d")) (; ";")) (if_statement "if (bVar3 != 0) {\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }" (if "if") (parenthesized_expression "(bVar3 != 0)" (( "(") (binary_expression "bVar3 != 0" (identifier "bVar3") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\nLAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);\n FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);\n goto LAB_00116e8c;\n }" ({ "{") (labeled_statement "LAB_0011740e:\n uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);" (statement_identifier "LAB_0011740e") (: ":") (expression_statement "uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);" (assignment_expression "uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5)" (identifier "uVar10") (= "=") (call_expression "dcgettext(0,"found \'%c\', expected: \'%c\'",5)" (identifier "dcgettext") (argument_list "(0,"found \'%c\', expected: \'%c\'",5)" (( "(") (number_literal "0") (, ",") (string_literal ""found \'%c\', expected: \'%c\'"" (" """) (string_content "found ") (escape_sequence "\'") (string_content "%c") (escape_sequence "\'") (string_content ", expected: ") (escape_sequence "\'") (string_content "%c") (escape_sequence "\'") (" """)) (, ",") (number_literal "5") () ")")))) (; ";"))) (expression_statement "FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);" (call_expression "FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7)" (identifier "FUN_0011f6d0") (argument_list "(uVar10,(int)(char)bVar3,uVar7)" (( "(") (identifier "uVar10") (, ",") (cast_expression "(int)(char)bVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (cast_expression "(char)bVar3" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "bVar3"))) (, ",") (identifier "uVar7") () ")"))) (; ";")) (goto_statement "goto LAB_00116e8c;" (goto "goto") (statement_identifier "LAB_00116e8c") (; ";")) (} "}"))) (expression_statement "uVar13 = 0x5d;" (assignment_expression "uVar13 = 0x5d" (identifier "uVar13") (= "=") (number_literal "0x5d")) (; ";")) (} "}")))) (expression_statement "uVar7 = dcgettext(0,"missing \'%c\'",5);" (assignment_expression "uVar7 = dcgettext(0,"missing \'%c\'",5)" (identifier "uVar7") (= "=") (call_expression "dcgettext(0,"missing \'%c\'",5)" (identifier "dcgettext") (argument_list "(0,"missing \'%c\'",5)" (( "(") (number_literal "0") (, ",") (string_literal ""missing \'%c\'"" (" """) (string_content "missing ") (escape_sequence "\'") (string_content "%c") (escape_sequence "\'") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_0011f6d0(uVar7,uVar13);" (call_expression "FUN_0011f6d0(uVar7,uVar13)" (identifier "FUN_0011f6d0") (argument_list "(uVar7,uVar13)" (( "(") (identifier "uVar7") (, ",") (identifier "uVar13") () ")"))) (; ";")) (labeled_statement "LAB_00116e8c:\n if (*DAT_0019d9a0 != 0x20) {\n return lVar5;\n }" (statement_identifier "LAB_00116e8c") (: ":") (if_statement "if (*DAT_0019d9a0 != 0x20) {\n return lVar5;\n }" (if "if") (parenthesized_expression "(*DAT_0019d9a0 != 0x20)" (( "(") (binary_expression "*DAT_0019d9a0 != 0x20" (pointer_expression "*DAT_0019d9a0" (* "*") (identifier "DAT_0019d9a0")) (!= "!=") (number_literal "0x20")) () ")")) (compound_statement "{\n return lVar5;\n }" ({ "{") (return_statement "return lVar5;" (return "return") (identifier "lVar5") (; ";")) (} "}")))) (expression_statement "DAT_0019d9a0 = DAT_0019d9a0 + 1;" (assignment_expression "DAT_0019d9a0 = DAT_0019d9a0 + 1" (identifier "DAT_0019d9a0") (= "=") (binary_expression "DAT_0019d9a0 + 1" (identifier "DAT_0019d9a0") (+ "+") (number_literal "1"))) (; ";")) (return_statement "return lVar5;" (return "return") (identifier "lVar5") (; ";"))) (case_statement "case 0x2c:\n goto switchD_00116ce1_caseD_2c;" (case "case") (number_literal "0x2c") (: ":") (goto_statement "goto switchD_00116ce1_caseD_2c;" (goto "goto") (statement_identifier "switchD_00116ce1_caseD_2c") (; ";"))) (case_statement "case 0x2e:\n if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) goto LAB_0011715e;\n iVar4 = strncasecmp((char *)pbVar6,"startof.",8);\n if (((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)) ||\n ((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)))) {\n bVar3 = pbVar14[2];\n pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7;\n if (*pbVar6 == 0x20) {\n pbVar6 = pbVar6 + 1;\n }\n DAT_0019d9a0 = pbVar6;\n *(undefined1 *)(param_1 + 3) = 1;\n if (*pbVar6 == 0x28) {\n DAT_0019d9a0 = pbVar6 + 1;\n if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }\n bVar2 = FUN_00116b30(&local_30);\n if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }\n pcVar8 = ".startof.";\n if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }\n __ptr = (void *)concat(pcVar8,local_30,0);\n lVar5 = FUN_0012b340(__ptr);\n free(__ptr);\n pbVar6 = DAT_0019d9a0;\n *param_1 = lVar5;\n *(undefined1 *)(param_1 + 3) = 3;\n param_1[2] = 0;\n *pbVar6 = bVar2;\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n }\n uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n FUN_0011f6d0(uVar7);\n goto LAB_00116cf3;\n }\n break;" (case "case") (number_literal "0x2e") (: ":") (if_statement "if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) goto LAB_0011715e;" (if "if") (parenthesized_expression "(((&DAT_00194640)[pbVar14[1]] & 1) == 0)" (( "(") (binary_expression "((&DAT_00194640)[pbVar14[1]] & 1) == 0" (parenthesized_expression "((&DAT_00194640)[pbVar14[1]] & 1)" (( "(") (binary_expression "(&DAT_00194640)[pbVar14[1]] & 1" (subscript_expression "(&DAT_00194640)[pbVar14[1]]" (parenthesized_expression "(&DAT_00194640)" (( "(") (pointer_expression "&DAT_00194640" (& "&") (identifier "DAT_00194640")) () ")")) ([ "[") (subscript_expression "pbVar14[1]" (identifier "pbVar14") ([ "[") (number_literal "1") (] "]")) (] "]")) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_0011715e;" (goto "goto") (statement_identifier "LAB_0011715e") (; ";"))) (expression_statement "iVar4 = strncasecmp((char *)pbVar6,"startof.",8);" (assignment_expression "iVar4 = strncasecmp((char *)pbVar6,"startof.",8)" (identifier "iVar4") (= "=") (call_expression "strncasecmp((char *)pbVar6,"startof.",8)" (identifier "strncasecmp") (argument_list "((char *)pbVar6,"startof.",8)" (( "(") (cast_expression "(char *)pbVar6" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "pbVar6")) (, ",") (string_literal ""startof."" (" """) (string_content "startof.") (" """)) (, ",") (number_literal "8") () ")")))) (; ";")) (if_statement "if (((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)) ||\n ((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)))) {\n bVar3 = pbVar14[2];\n pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7;\n if (*pbVar6 == 0x20) {\n pbVar6 = pbVar6 + 1;\n }\n DAT_0019d9a0 = pbVar6;\n *(undefined1 *)(param_1 + 3) = 1;\n if (*pbVar6 == 0x28) {\n DAT_0019d9a0 = pbVar6 + 1;\n if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }\n bVar2 = FUN_00116b30(&local_30);\n if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }\n pcVar8 = ".startof.";\n if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }\n __ptr = (void *)concat(pcVar8,local_30,0);\n lVar5 = FUN_0012b340(__ptr);\n free(__ptr);\n pbVar6 = DAT_0019d9a0;\n *param_1 = lVar5;\n *(undefined1 *)(param_1 + 3) = 3;\n param_1[2] = 0;\n *pbVar6 = bVar2;\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n }\n uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n FUN_0011f6d0(uVar7);\n goto LAB_00116cf3;\n }" (if "if") (parenthesized_expression "(((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)) ||\n ((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0))))" (( "(") (binary_expression "((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)) ||\n ((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)))" (parenthesized_expression "((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0))" (( "(") (binary_expression "(iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)" (parenthesized_expression "(iVar4 == 0)" (( "(") (binary_expression "iVar4 == 0" (identifier "iVar4") (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(((&DAT_00194640)[pbVar14[9]] & 1) == 0)" (( "(") (binary_expression "((&DAT_00194640)[pbVar14[9]] & 1) == 0" (parenthesized_expression "((&DAT_00194640)[pbVar14[9]] & 1)" (( "(") (binary_expression "(&DAT_00194640)[pbVar14[9]] & 1" (subscript_expression "(&DAT_00194640)[pbVar14[9]]" (parenthesized_expression "(&DAT_00194640)" (( "(") (pointer_expression "&DAT_00194640" (& "&") (identifier "DAT_00194640")) () ")")) ([ "[") (subscript_expression "pbVar14[9]" (identifier "pbVar14") ([ "[") (number_literal "9") (] "]")) (] "]")) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) (|| "||") (parenthesized_expression "((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)))" (( "(") (parenthesized_expression "(iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0))" (( "(") (comma_expression "iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)" (assignment_expression "iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7)" (identifier "iVar4") (= "=") (call_expression "strncasecmp((char *)pbVar6,"sizeof.",7)" (identifier "strncasecmp") (argument_list "((char *)pbVar6,"sizeof.",7)" (( "(") (cast_expression "(char *)pbVar6" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "pbVar6")) (, ",") (string_literal ""sizeof."" (" """) (string_content "sizeof.") (" """)) (, ",") (number_literal "7") () ")")))) (, ",") (binary_expression "iVar4 == 0 &&\n (((&DAT_00194640)[pbVar14[8]] & 1) == 0)" (binary_expression "iVar4 == 0" (identifier "iVar4") (== "==") (number_literal "0")) (&& "&&") (parenthesized_expression "(((&DAT_00194640)[pbVar14[8]] & 1) == 0)" (( "(") (binary_expression "((&DAT_00194640)[pbVar14[8]] & 1) == 0" (parenthesized_expression "((&DAT_00194640)[pbVar14[8]] & 1)" (( "(") (binary_expression "(&DAT_00194640)[pbVar14[8]] & 1" (subscript_expression "(&DAT_00194640)[pbVar14[8]]" (parenthesized_expression "(&DAT_00194640)" (( "(") (pointer_expression "&DAT_00194640" (& "&") (identifier "DAT_00194640")) () ")")) ([ "[") (subscript_expression "pbVar14[8]" (identifier "pbVar14") ([ "[") (number_literal "8") (] "]")) (] "]")) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")))) () ")")) () ")"))) () ")")) (compound_statement "{\n bVar3 = pbVar14[2];\n pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7;\n if (*pbVar6 == 0x20) {\n pbVar6 = pbVar6 + 1;\n }\n DAT_0019d9a0 = pbVar6;\n *(undefined1 *)(param_1 + 3) = 1;\n if (*pbVar6 == 0x28) {\n DAT_0019d9a0 = pbVar6 + 1;\n if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }\n bVar2 = FUN_00116b30(&local_30);\n if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }\n pcVar8 = ".startof.";\n if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }\n __ptr = (void *)concat(pcVar8,local_30,0);\n lVar5 = FUN_0012b340(__ptr);\n free(__ptr);\n pbVar6 = DAT_0019d9a0;\n *param_1 = lVar5;\n *(undefined1 *)(param_1 + 3) = 3;\n param_1[2] = 0;\n *pbVar6 = bVar2;\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n }\n uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5);\n FUN_0011f6d0(uVar7);\n goto LAB_00116cf3;\n }" ({ "{") (expression_statement "bVar3 = pbVar14[2];" (assignment_expression "bVar3 = pbVar14[2]" (identifier "bVar3") (= "=") (subscript_expression "pbVar14[2]" (identifier "pbVar14") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7;" (assignment_expression "pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7" (identifier "pbVar6") (= "=") (binary_expression "pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7" (binary_expression "pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54)" (identifier "pbVar6") (+ "+") (call_expression "(ulong)((bVar3 & 0xdf) == 0x54)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "((bVar3 & 0xdf) == 0x54)" (( "(") (binary_expression "(bVar3 & 0xdf) == 0x54" (parenthesized_expression "(bVar3 & 0xdf)" (( "(") (binary_expression "bVar3 & 0xdf" (identifier "bVar3") (& "&") (number_literal "0xdf")) () ")")) (== "==") (number_literal "0x54")) () ")")))) (+ "+") (number_literal "7"))) (; ";")) (if_statement "if (*pbVar6 == 0x20) {\n pbVar6 = pbVar6 + 1;\n }" (if "if") (parenthesized_expression "(*pbVar6 == 0x20)" (( "(") (binary_expression "*pbVar6 == 0x20" (pointer_expression "*pbVar6" (* "*") (identifier "pbVar6")) (== "==") (number_literal "0x20")) () ")")) (compound_statement "{\n pbVar6 = pbVar6 + 1;\n }" ({ "{") (expression_statement "pbVar6 = pbVar6 + 1;" (assignment_expression "pbVar6 = pbVar6 + 1" (identifier "pbVar6") (= "=") (binary_expression "pbVar6 + 1" (identifier "pbVar6") (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (expression_statement "DAT_0019d9a0 = pbVar6;" (assignment_expression "DAT_0019d9a0 = pbVar6" (identifier "DAT_0019d9a0") (= "=") (identifier "pbVar6")) (; ";")) (expression_statement "*(undefined1 *)(param_1 + 3) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 1" (pointer_expression "*(undefined1 *)(param_1 + 3)" (* "*") (cast_expression "(undefined1 *)(param_1 + 3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 3)" (( "(") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3")) () ")")))) (= "=") (number_literal "1")) (; ";")) (if_statement "if (*pbVar6 == 0x28) {\n DAT_0019d9a0 = pbVar6 + 1;\n if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }\n bVar2 = FUN_00116b30(&local_30);\n if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }\n pcVar8 = ".startof.";\n if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }\n __ptr = (void *)concat(pcVar8,local_30,0);\n lVar5 = FUN_0012b340(__ptr);\n free(__ptr);\n pbVar6 = DAT_0019d9a0;\n *param_1 = lVar5;\n *(undefined1 *)(param_1 + 3) = 3;\n param_1[2] = 0;\n *pbVar6 = bVar2;\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n }" (if "if") (parenthesized_expression "(*pbVar6 == 0x28)" (( "(") (binary_expression "*pbVar6 == 0x28" (pointer_expression "*pbVar6" (* "*") (identifier "pbVar6")) (== "==") (number_literal "0x28")) () ")")) (compound_statement "{\n DAT_0019d9a0 = pbVar6 + 1;\n if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }\n bVar2 = FUN_00116b30(&local_30);\n if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }\n pcVar8 = ".startof.";\n if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }\n __ptr = (void *)concat(pcVar8,local_30,0);\n lVar5 = FUN_0012b340(__ptr);\n free(__ptr);\n pbVar6 = DAT_0019d9a0;\n *param_1 = lVar5;\n *(undefined1 *)(param_1 + 3) = 3;\n param_1[2] = 0;\n *pbVar6 = bVar2;\n bVar3 = *DAT_0019d9a0;\n if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }\n if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n }" ({ "{") (expression_statement "DAT_0019d9a0 = pbVar6 + 1;" (assignment_expression "DAT_0019d9a0 = pbVar6 + 1" (identifier "DAT_0019d9a0") (= "=") (binary_expression "pbVar6 + 1" (identifier "pbVar6") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (pbVar6[1] == 0x20) {\n DAT_0019d9a0 = pbVar6 + 2;\n }" (if "if") (parenthesized_expression "(pbVar6[1] == 0x20)" (( "(") (binary_expression "pbVar6[1] == 0x20" (subscript_expression "pbVar6[1]" (identifier "pbVar6") ([ "[") (number_literal "1") (] "]")) (== "==") (number_literal "0x20")) () ")")) (compound_statement "{\n DAT_0019d9a0 = pbVar6 + 2;\n }" ({ "{") (expression_statement "DAT_0019d9a0 = pbVar6 + 2;" (assignment_expression "DAT_0019d9a0 = pbVar6 + 2" (identifier "DAT_0019d9a0") (= "=") (binary_expression "pbVar6 + 2" (identifier "pbVar6") (+ "+") (number_literal "2"))) (; ";")) (} "}"))) (expression_statement "bVar2 = FUN_00116b30(&local_30);" (assignment_expression "bVar2 = FUN_00116b30(&local_30)" (identifier "bVar2") (= "=") (call_expression "FUN_00116b30(&local_30)" (identifier "FUN_00116b30") (argument_list "(&local_30)" (( "(") (pointer_expression "&local_30" (& "&") (identifier "local_30")) () ")")))) (; ";")) (if_statement "if (*local_30 == 0) {\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }" (if "if") (parenthesized_expression "(*local_30 == 0)" (( "(") (binary_expression "*local_30 == 0" (pointer_expression "*local_30" (* "*") (identifier "local_30")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar7 = dcgettext(0,"expected symbol name",5);\n FUN_0011f6d0(uVar7);\n *DAT_0019d9a0 = bVar2;\n if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }\n FUN_00121800();\n goto LAB_00116cf3;\n }" ({ "{") (expression_statement "uVar7 = dcgettext(0,"expected symbol name",5);" (assignment_expression "uVar7 = dcgettext(0,"expected symbol name",5)" (identifier "uVar7") (= "=") (call_expression "dcgettext(0,"expected symbol name",5)" (identifier "dcgettext") (argument_list "(0,"expected symbol name",5)" (( "(") (number_literal "0") (, ",") (string_literal ""expected symbol name"" (" """) (string_content "expected symbol name") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_0011f6d0(uVar7);" (call_expression "FUN_0011f6d0(uVar7)" (identifier "FUN_0011f6d0") (argument_list "(uVar7)" (( "(") (identifier "uVar7") () ")"))) (; ";")) (expression_statement "*DAT_0019d9a0 = bVar2;" (assignment_expression "*DAT_0019d9a0 = bVar2" (pointer_expression "*DAT_0019d9a0" (* "*") (identifier "DAT_0019d9a0")) (= "=") (identifier "bVar2")) (; ";")) (if_statement "if (bVar2 == 0x22) {\n FUN_00116050();\n }\n else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }" (if "if") (parenthesized_expression "(bVar2 == 0x22)" (( "(") (binary_expression "bVar2 == 0x22" (identifier "bVar2") (== "==") (number_literal "0x22")) () ")")) (compound_statement "{\n FUN_00116050();\n }" ({ "{") (expression_statement "FUN_00116050();" (call_expression "FUN_00116050()" (identifier "FUN_00116050") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")) (else_clause "else if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }" (else "else") (if_statement "if (bVar2 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }" (if "if") (parenthesized_expression "(bVar2 == 0x29)" (( "(") (binary_expression "bVar2 == 0x29" (identifier "bVar2") (== "==") (number_literal "0x29")) () ")")) (compound_statement "{\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }" ({ "{") (expression_statement "DAT_0019d9a0 = DAT_0019d9a0 + 1;" (assignment_expression "DAT_0019d9a0 = DAT_0019d9a0 + 1" (identifier "DAT_0019d9a0") (= "=") (binary_expression "DAT_0019d9a0 + 1" (identifier "DAT_0019d9a0") (+ "+") (number_literal "1"))) (; ";")) (goto_statement "goto LAB_00116cf3;" (goto "goto") (statement_identifier "LAB_00116cf3") (; ";")) (} "}"))))) (expression_statement "FUN_00121800();" (call_expression "FUN_00121800()" (identifier "FUN_00121800") (argument_list "()" (( "(") () ")"))) (; ";")) (goto_statement "goto LAB_00116cf3;" (goto "goto") (statement_identifier "LAB_00116cf3") (; ";")) (} "}"))) (expression_statement "pcVar8 = ".startof.";" (assignment_expression "pcVar8 = ".startof."" (identifier "pcVar8") (= "=") (string_literal "".startof."" (" """) (string_content ".startof.") (" """))) (; ";")) (if_statement "if ((bVar3 & 0xdf) != 0x54) {\n pcVar8 = ".sizeof.";\n }" (if "if") (parenthesized_expression "((bVar3 & 0xdf) != 0x54)" (( "(") (binary_expression "(bVar3 & 0xdf) != 0x54" (parenthesized_expression "(bVar3 & 0xdf)" (( "(") (binary_expression "bVar3 & 0xdf" (identifier "bVar3") (& "&") (number_literal "0xdf")) () ")")) (!= "!=") (number_literal "0x54")) () ")")) (compound_statement "{\n pcVar8 = ".sizeof.";\n }" ({ "{") (expression_statement "pcVar8 = ".sizeof.";" (assignment_expression "pcVar8 = ".sizeof."" (identifier "pcVar8") (= "=") (string_literal "".sizeof."" (" """) (string_content ".sizeof.") (" """))) (; ";")) (} "}"))) (expression_statement "__ptr = (void *)concat(pcVar8,local_30,0);" (assignment_expression "__ptr = (void *)concat(pcVar8,local_30,0)" (identifier "__ptr") (= "=") (cast_expression "(void *)concat(pcVar8,local_30,0)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "concat(pcVar8,local_30,0)" (identifier "concat") (argument_list "(pcVar8,local_30,0)" (( "(") (identifier "pcVar8") (, ",") (identifier "local_30") (, ",") (number_literal "0") () ")"))))) (; ";")) (expression_statement "lVar5 = FUN_0012b340(__ptr);" (assignment_expression "lVar5 = FUN_0012b340(__ptr)" (identifier "lVar5") (= "=") (call_expression "FUN_0012b340(__ptr)" (identifier "FUN_0012b340") (argument_list "(__ptr)" (( "(") (identifier "__ptr") () ")")))) (; ";")) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" (identifier "free") (argument_list "(__ptr)" (( "(") (identifier "__ptr") () ")"))) (; ";")) (expression_statement "pbVar6 = DAT_0019d9a0;" (assignment_expression "pbVar6 = DAT_0019d9a0" (identifier "pbVar6") (= "=") (identifier "DAT_0019d9a0")) (; ";")) (expression_statement "*param_1 = lVar5;" (assignment_expression "*param_1 = lVar5" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "lVar5")) (; ";")) (expression_statement "*(undefined1 *)(param_1 + 3) = 3;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 3" (pointer_expression "*(undefined1 *)(param_1 + 3)" (* "*") (cast_expression "(undefined1 *)(param_1 + 3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 3)" (( "(") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3")) () ")")))) (= "=") (number_literal "3")) (; ";")) (expression_statement "param_1[2] = 0;" (assignment_expression "param_1[2] = 0" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*pbVar6 = bVar2;" (assignment_expression "*pbVar6 = bVar2" (pointer_expression "*pbVar6" (* "*") (identifier "pbVar6")) (= "=") (identifier "bVar2")) (; ";")) (expression_statement "bVar3 = *DAT_0019d9a0;" (assignment_expression "bVar3 = *DAT_0019d9a0" (identifier "bVar3") (= "=") (pointer_expression "*DAT_0019d9a0" (* "*") (identifier "DAT_0019d9a0"))) (; ";")) (if_statement "if (bVar3 == 0x22) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }" (if "if") (parenthesized_expression "(bVar3 == 0x22)" (( "(") (binary_expression "bVar3 == 0x22" (identifier "bVar3") (== "==") (number_literal "0x22")) () ")")) (compound_statement "{\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }" ({ "{") (expression_statement "bVar3 = DAT_0019d9a0[1];" (assignment_expression "bVar3 = DAT_0019d9a0[1]" (identifier "bVar3") (= "=") (subscript_expression "DAT_0019d9a0[1]" (identifier "DAT_0019d9a0") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "DAT_0019d9a0 = DAT_0019d9a0 + 1;" (assignment_expression "DAT_0019d9a0 = DAT_0019d9a0 + 1" (identifier "DAT_0019d9a0") (= "=") (binary_expression "DAT_0019d9a0 + 1" (identifier "DAT_0019d9a0") (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (if_statement "if (bVar3 == 0x20) {\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }" (if "if") (parenthesized_expression "(bVar3 == 0x20)" (( "(") (binary_expression "bVar3 == 0x20" (identifier "bVar3") (== "==") (number_literal "0x20")) () ")")) (compound_statement "{\n bVar3 = DAT_0019d9a0[1];\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n }" ({ "{") (expression_statement "bVar3 = DAT_0019d9a0[1];" (assignment_expression "bVar3 = DAT_0019d9a0[1]" (identifier "bVar3") (= "=") (subscript_expression "DAT_0019d9a0[1]" (identifier "DAT_0019d9a0") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "DAT_0019d9a0 = DAT_0019d9a0 + 1;" (assignment_expression "DAT_0019d9a0 = DAT_0019d9a0 + 1" (identifier "DAT_0019d9a0") (= "=") (binary_expression "DAT_0019d9a0 + 1" (identifier "DAT_0019d9a0") (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (if_statement "if (bVar3 == 0x29) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }" (if "if") (parenthesized_expression "(bVar3 == 0x29)" (( "(") (binary_expression "bVar3 == 0x29" (identifier "bVar3") (== "==") (number_literal "0x29")) () ")")) (compound_statement "{\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n goto LAB_00116cf3;\n }" ({ "{") (expression_statement "DAT_0019d9a0 = DAT_0019d9a0 + 1;" (assignment_expression "DAT_0019d9a0 = DAT_0019d9a0 + 1" (identifier "DAT_0019d9a0") (= "=") (binary_expression "DAT_0019d9a0 + 1" (identifier "DAT_0019d9a0") (+ "+") (number_literal "1"))) (; ";")) (goto_statement "goto LAB_00116cf3;" (goto "goto") (statement_identifier "LAB_00116cf3") (; ";")) (} "}"))) (} "}"))) (expression_statement "uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5);" (assignment_expression "uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5)" (identifier "uVar7") (= "=") (call_expression "dcgettext(0,"syntax error in .startof. or .sizeof.",5)" (identifier "dcgettext") (argument_list "(0,"syntax error in .startof. or .sizeof.",5)" (( "(") (number_literal "0") (, ",") (string_literal ""syntax error in .startof. or .sizeof."" (" """) (string_content "syntax error in .startof. or .sizeof.") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_0011f6d0(uVar7);" (call_expression "FUN_0011f6d0(uVar7)" (identifier "FUN_0011f6d0") (argument_list "(uVar7)" (( "(") (identifier "uVar7") () ")"))) (; ";")) (goto_statement "goto LAB_00116cf3;" (goto "goto") (statement_identifier "LAB_00116cf3") (; ";")) (} "}"))) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 0x30:\n bVar3 = pbVar14[1];\n switch((int)(char)bVar3 - 0x30U & 0xff) {\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n FUN_00115a40(8,param_1);\n goto LAB_00116cf3;\n default:\n if (bVar3 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar14[2] - 0x30) < 2) {\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar6 = pbVar6 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(0x10,param_1);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if (((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }\nswitchD_00116ce1_caseD_31:\n DAT_0019d9a0 = pbVar14;\n FUN_00115a40(10,param_1);\n goto LAB_00116cf3;\n }\n pcVar8 = strchr("dD",(int)(char)bVar3);\n if (pcVar8 == (char *)0x0) {\nLAB_001171c1:\n *(undefined1 *)(param_1 + 3) = 2;\nLAB_0011713c:\n param_1[2] = 0;\n }\n else {\n pbVar6 = pbVar14 + 2;\nLAB_001172ee:\n DAT_0019d9a0 = pbVar6;\n FUN_001159b0(param_1);\n param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];\n }\n goto LAB_00116cf3;" (case "case") (number_literal "0x30") (: ":") (expression_statement "bVar3 = pbVar14[1];" (assignment_expression "bVar3 = pbVar14[1]" (identifier "bVar3") (= "=") (subscript_expression "pbVar14[1]" (identifier "pbVar14") ([ "[") (number_literal "1") (] "]"))) (; ";")) (switch_statement "switch((int)(char)bVar3 - 0x30U & 0xff) {\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n FUN_00115a40(8,param_1);\n goto LAB_00116cf3;\n default:\n if (bVar3 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar14[2] - 0x30) < 2) {\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar6 = pbVar6 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(0x10,param_1);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if (((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }\nswitchD_00116ce1_caseD_31:\n DAT_0019d9a0 = pbVar14;\n FUN_00115a40(10,param_1);\n goto LAB_00116cf3;\n }" (switch "switch") (parenthesized_expression "((int)(char)bVar3 - 0x30U & 0xff)" (( "(") (binary_expression "(int)(char)bVar3 - 0x30U & 0xff" (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")) (& "&") (number_literal "0xff")) () ")")) (compound_statement "{\n case 0:\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n case 6:\n case 7:\n FUN_00115a40(8,param_1);\n goto LAB_00116cf3;\n default:\n if (bVar3 == 0) goto LAB_001171c1;\n break;\n case 0x12:\n if ((byte)(pbVar14[2] - 0x30) < 2) {\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }\n break;\n case 0x14:\n case 0x15:\n case 0x16:\n case 0x17:\n case 0x34:\n case 0x35:\n case 0x37:\n case 0x42:\n pbVar6 = pbVar6 + 1;\n goto LAB_001172ee;\n case 0x28:\n case 0x48:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(0x10,param_1);\n goto LAB_00116cf3;\n case 0x32:\n if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;\n case 0x36:\n if (((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }\nswitchD_00116ce1_caseD_31:\n DAT_0019d9a0 = pbVar14;\n FUN_00115a40(10,param_1);\n goto LAB_00116cf3;\n }" ({ "{") (case_statement "case 0:" (case "case") (number_literal "0") (: ":")) (case_statement "case 1:" (case "case") (number_literal "1") (: ":")) (case_statement "case 2:" (case "case") (number_literal "2") (: ":")) (case_statement "case 3:" (case "case") (number_literal "3") (: ":")) (case_statement "case 4:" (case "case") (number_literal "4") (: ":")) (case_statement "case 5:" (case "case") (number_literal "5") (: ":")) (case_statement "case 6:" (case "case") (number_literal "6") (: ":")) (case_statement "case 7:\n FUN_00115a40(8,param_1);\n goto LAB_00116cf3;" (case "case") (number_literal "7") (: ":") (expression_statement "FUN_00115a40(8,param_1);" (call_expression "FUN_00115a40(8,param_1)" (identifier "FUN_00115a40") (argument_list "(8,param_1)" (( "(") (number_literal "8") (, ",") (identifier "param_1") () ")"))) (; ";")) (goto_statement "goto LAB_00116cf3;" (goto "goto") (statement_identifier "LAB_00116cf3") (; ";"))) (case_statement "default:\n if (bVar3 == 0) goto LAB_001171c1;\n break;" (default "default") (: ":") (if_statement "if (bVar3 == 0) goto LAB_001171c1;" (if "if") (parenthesized_expression "(bVar3 == 0)" (( "(") (binary_expression "bVar3 == 0" (identifier "bVar3") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_001171c1;" (goto "goto") (statement_identifier "LAB_001171c1") (; ";"))) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 0x12:\n if ((byte)(pbVar14[2] - 0x30) < 2) {\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }\n break;" (case "case") (number_literal "0x12") (: ":") (if_statement "if ((byte)(pbVar14[2] - 0x30) < 2) {\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }" (if "if") (parenthesized_expression "((byte)(pbVar14[2] - 0x30) < 2)" (( "(") (binary_expression "(byte)(pbVar14[2] - 0x30) < 2" (call_expression "(byte)(pbVar14[2] - 0x30)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "(pbVar14[2] - 0x30)" (( "(") (binary_expression "pbVar14[2] - 0x30" (subscript_expression "pbVar14[2]" (identifier "pbVar14") ([ "[") (number_literal "2") (] "]")) (- "-") (number_literal "0x30")) () ")"))) (< "<") (number_literal "2")) () ")")) (compound_statement "{\nLAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(2,param_1);\n goto LAB_00116cf3;\n }" ({ "{") (labeled_statement "LAB_0011732f:\n DAT_0019d9a0 = pbVar14 + 2;" (statement_identifier "LAB_0011732f") (: ":") (expression_statement "DAT_0019d9a0 = pbVar14 + 2;" (assignment_expression "DAT_0019d9a0 = pbVar14 + 2" (identifier "DAT_0019d9a0") (= "=") (binary_expression "pbVar14 + 2" (identifier "pbVar14") (+ "+") (number_literal "2"))) (; ";"))) (expression_statement "FUN_00115a40(2,param_1);" (call_expression "FUN_00115a40(2,param_1)" (identifier "FUN_00115a40") (argument_list "(2,param_1)" (( "(") (number_literal "2") (, ",") (identifier "param_1") () ")"))) (; ";")) (goto_statement "goto LAB_00116cf3;" (goto "goto") (statement_identifier "LAB_00116cf3") (; ";")) (} "}"))) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 0x14:" (case "case") (number_literal "0x14") (: ":")) (case_statement "case 0x15:" (case "case") (number_literal "0x15") (: ":")) (case_statement "case 0x16:" (case "case") (number_literal "0x16") (: ":")) (case_statement "case 0x17:" (case "case") (number_literal "0x17") (: ":")) (case_statement "case 0x34:" (case "case") (number_literal "0x34") (: ":")) (case_statement "case 0x35:" (case "case") (number_literal "0x35") (: ":")) (case_statement "case 0x37:" (case "case") (number_literal "0x37") (: ":")) (case_statement "case 0x42:\n pbVar6 = pbVar6 + 1;\n goto LAB_001172ee;" (case "case") (number_literal "0x42") (: ":") (expression_statement "pbVar6 = pbVar6 + 1;" (assignment_expression "pbVar6 = pbVar6 + 1" (identifier "pbVar6") (= "=") (binary_expression "pbVar6 + 1" (identifier "pbVar6") (+ "+") (number_literal "1"))) (; ";")) (goto_statement "goto LAB_001172ee;" (goto "goto") (statement_identifier "LAB_001172ee") (; ";"))) (case_statement "case 0x28:" (case "case") (number_literal "0x28") (: ":")) (case_statement "case 0x48:\n DAT_0019d9a0 = pbVar14 + 2;\n FUN_00115a40(0x10,param_1);\n goto LAB_00116cf3;" (case "case") (number_literal "0x48") (: ":") (expression_statement "DAT_0019d9a0 = pbVar14 + 2;" (assignment_expression "DAT_0019d9a0 = pbVar14 + 2" (identifier "DAT_0019d9a0") (= "=") (binary_expression "pbVar14 + 2" (identifier "pbVar14") (+ "+") (number_literal "2"))) (; ";")) (expression_statement "FUN_00115a40(0x10,param_1);" (call_expression "FUN_00115a40(0x10,param_1)" (identifier "FUN_00115a40") (argument_list "(0x10,param_1)" (( "(") (number_literal "0x10") (, ",") (identifier "param_1") () ")"))) (; ";")) (goto_statement "goto LAB_00116cf3;" (goto "goto") (statement_identifier "LAB_00116cf3") (; ";"))) (case_statement "case 0x32:\n if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;\n goto switchD_00116ce1_caseD_31;" (case "case") (number_literal "0x32") (: ":") (if_statement "if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;" (if "if") (parenthesized_expression "((byte)(pbVar14[2] - 0x30) < 2)" (( "(") (binary_expression "(byte)(pbVar14[2] - 0x30) < 2" (call_expression "(byte)(pbVar14[2] - 0x30)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "(pbVar14[2] - 0x30)" (( "(") (binary_expression "pbVar14[2] - 0x30" (subscript_expression "pbVar14[2]" (identifier "pbVar14") ([ "[") (number_literal "2") (] "]")) (- "-") (number_literal "0x30")) () ")"))) (< "<") (number_literal "2")) () ")")) (goto_statement "goto LAB_0011732f;" (goto "goto") (statement_identifier "LAB_0011732f") (; ";"))) (goto_statement "goto switchD_00116ce1_caseD_31;" (goto "goto") (statement_identifier "switchD_00116ce1_caseD_31") (; ";"))) (case_statement "case 0x36:\n if (((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }\nswitchD_00116ce1_caseD_31:\n DAT_0019d9a0 = pbVar14;\n FUN_00115a40(10,param_1);\n goto LAB_00116cf3;" (case "case") (number_literal "0x36") (: ":") (if_statement "if (((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }" (if "if") (parenthesized_expression "(((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0))" (( "(") (binary_expression "((&DAT_00194540)[pbVar14[2]] == '\0') &&\n (pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)" (parenthesized_expression "((&DAT_00194540)[pbVar14[2]] == '\0')" (( "(") (binary_expression "(&DAT_00194540)[pbVar14[2]] == '\0'" (subscript_expression "(&DAT_00194540)[pbVar14[2]]" (parenthesized_expression "(&DAT_00194540)" (( "(") (pointer_expression "&DAT_00194540" (& "&") (identifier "DAT_00194540")) () ")")) ([ "[") (subscript_expression "pbVar14[2]" (identifier "pbVar14") ([ "[") (number_literal "2") (] "]")) (] "]")) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (&& "&&") (parenthesized_expression "(pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)" (( "(") (comma_expression "pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0" (assignment_expression "pcVar8 = strchr("dD",0x66)" (identifier "pcVar8") (= "=") (call_expression "strchr("dD",0x66)" (identifier "strchr") (argument_list "("dD",0x66)" (( "(") (string_literal ""dD"" (" """) (string_content "dD") (" """)) (, ",") (number_literal "0x66") () ")")))) (, ",") (binary_expression "pcVar8 != (char *)0x0" (identifier "pcVar8") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) () ")"))) () ")")) (compound_statement "{\n local_30 = pbVar14 + 2;\n FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);\n if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;\n pbVar14 = DAT_0019d9a0 + -1;\n }" ({ "{") (expression_statement "local_30 = pbVar14 + 2;" (assignment_expression "local_30 = pbVar14 + 2" (identifier "local_30") (= "=") (binary_expression "pbVar14 + 2" (identifier "pbVar14") (+ "+") (number_literal "2"))) (; ";")) (expression_statement "FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);" (call_expression "FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0)" (identifier "FUN_0010da70") (argument_list "(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0)" (( "(") (pointer_expression "&local_30" (& "&") (identifier "local_30")) (, ",") (pointer_expression "&DAT_001441e9" (& "&") (identifier "DAT_001441e9")) (, ",") (pointer_expression "&DAT_00146386" (& "&") (identifier "DAT_00146386")) (, ",") (pointer_expression "&PTR_DAT_001944c0" (& "&") (identifier "PTR_DAT_001944c0")) () ")"))) (; ";")) (if_statement "if ((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))\n goto LAB_001172ee;" (if "if") (parenthesized_expression "((local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))" (( "(") (binary_expression "(local_30 != DAT_0019d9a0 + 1) &&\n ((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62)))" (parenthesized_expression "(local_30 != DAT_0019d9a0 + 1)" (( "(") (binary_expression "local_30 != DAT_0019d9a0 + 1" (identifier "local_30") (!= "!=") (binary_expression "DAT_0019d9a0 + 1" (identifier "DAT_0019d9a0") (+ "+") (number_literal "1"))) () ")")) (&& "&&") (parenthesized_expression "((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62)))" (( "(") (parenthesized_expression "(((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))" (( "(") (binary_expression "((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62)" (parenthesized_expression "((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66))" (( "(") (binary_expression "(local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&\n (*local_30 != 0x66)" (parenthesized_expression "(local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0))" (( "(") (binary_expression "local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)" (binary_expression "local_30 != DAT_0019d9a0 + 2" (identifier "local_30") (!= "!=") (binary_expression "DAT_0019d9a0 + 2" (identifier "DAT_0019d9a0") (+ "+") (number_literal "2"))) (|| "||") (parenthesized_expression "((local_30[-1] - 0x2b & 0xfd) != 0)" (( "(") (binary_expression "(local_30[-1] - 0x2b & 0xfd) != 0" (parenthesized_expression "(local_30[-1] - 0x2b & 0xfd)" (( "(") (binary_expression "local_30[-1] - 0x2b & 0xfd" (binary_expression "local_30[-1] - 0x2b" (subscript_expression "local_30[-1]" (identifier "local_30") ([ "[") (number_literal "-1") (] "]")) (- "-") (number_literal "0x2b")) (& "&") (number_literal "0xfd")) () ")")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(*local_30 != 0x66)" (( "(") (binary_expression "*local_30 != 0x66" (pointer_expression "*local_30" (* "*") (identifier "local_30")) (!= "!=") (number_literal "0x66")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62)" (( "(") (comma_expression "pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62" (assignment_expression "pbVar6 = DAT_0019d9a0 + 1" (identifier "pbVar6") (= "=") (binary_expression "DAT_0019d9a0 + 1" (identifier "DAT_0019d9a0") (+ "+") (number_literal "1"))) (, ",") (binary_expression "*local_30 != 0x62" (pointer_expression "*local_30" (* "*") (identifier "local_30")) (!= "!=") (number_literal "0x62"))) () ")"))) () ")")) () ")"))) () ")")) (goto_statement "goto LAB_001172ee;" (goto "goto") (statement_identifier "LAB_001172ee") (; ";"))) (expression_statement "pbVar14 = DAT_0019d9a0 + -1;" (assignment_expression "pbVar14 = DAT_0019d9a0 + -1" (identifier "pbVar14") (= "=") (binary_expression "DAT_0019d9a0 + -1" (identifier "DAT_0019d9a0") (+ "+") (number_literal "-1"))) (; ";")) (} "}"))) (labeled_statement "switchD_00116ce1_caseD_31:\n DAT_0019d9a0 = pbVar14;" (statement_identifier "switchD_00116ce1_caseD_31") (: ":") (expression_statement "DAT_0019d9a0 = pbVar14;" (assignment_expression "DAT_0019d9a0 = pbVar14" (identifier "DAT_0019d9a0") (= "=") (identifier "pbVar14")) (; ";"))) (expression_statement "FUN_00115a40(10,param_1);" (call_expression "FUN_00115a40(10,param_1)" (identifier "FUN_00115a40") (argument_list "(10,param_1)" (( "(") (number_literal "10") (, ",") (identifier "param_1") () ")"))) (; ";")) (goto_statement "goto LAB_00116cf3;" (goto "goto") (statement_identifier "LAB_00116cf3") (; ";"))) (} "}"))) (expression_statement "pcVar8 = strchr("dD",(int)(char)bVar3);" (assignment_expression "pcVar8 = strchr("dD",(int)(char)bVar3)" (identifier "pcVar8") (= "=") (call_expression "strchr("dD",(int)(char)bVar3)" (identifier "strchr") (argument_list "("dD",(int)(char)bVar3)" (( "(") (string_literal ""dD"" (" """) (string_content "dD") (" """)) (, ",") (cast_expression "(int)(char)bVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (cast_expression "(char)bVar3" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "bVar3"))) () ")")))) (; ";")) (if_statement "if (pcVar8 == (char *)0x0) {\nLAB_001171c1:\n *(undefined1 *)(param_1 + 3) = 2;\nLAB_0011713c:\n param_1[2] = 0;\n }\n else {\n pbVar6 = pbVar14 + 2;\nLAB_001172ee:\n DAT_0019d9a0 = pbVar6;\n FUN_001159b0(param_1);\n param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];\n }" (if "if") (parenthesized_expression "(pcVar8 == (char *)0x0)" (( "(") (binary_expression "pcVar8 == (char *)0x0" (identifier "pcVar8") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\nLAB_001171c1:\n *(undefined1 *)(param_1 + 3) = 2;\nLAB_0011713c:\n param_1[2] = 0;\n }" ({ "{") (labeled_statement "LAB_001171c1:\n *(undefined1 *)(param_1 + 3) = 2;" (statement_identifier "LAB_001171c1") (: ":") (expression_statement "*(undefined1 *)(param_1 + 3) = 2;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 2" (pointer_expression "*(undefined1 *)(param_1 + 3)" (* "*") (cast_expression "(undefined1 *)(param_1 + 3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 3)" (( "(") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3")) () ")")))) (= "=") (number_literal "2")) (; ";"))) (labeled_statement "LAB_0011713c:\n param_1[2] = 0;" (statement_identifier "LAB_0011713c") (: ":") (expression_statement "param_1[2] = 0;" (assignment_expression "param_1[2] = 0" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (number_literal "0")) (; ";"))) (} "}")) (else_clause "else {\n pbVar6 = pbVar14 + 2;\nLAB_001172ee:\n DAT_0019d9a0 = pbVar6;\n FUN_001159b0(param_1);\n param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];\n }" (else "else") (compound_statement "{\n pbVar6 = pbVar14 + 2;\nLAB_001172ee:\n DAT_0019d9a0 = pbVar6;\n FUN_001159b0(param_1);\n param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];\n }" ({ "{") (expression_statement "pbVar6 = pbVar14 + 2;" (assignment_expression "pbVar6 = pbVar14 + 2" (identifier "pbVar6") (= "=") (binary_expression "pbVar14 + 2" (identifier "pbVar14") (+ "+") (number_literal "2"))) (; ";")) (labeled_statement "LAB_001172ee:\n DAT_0019d9a0 = pbVar6;" (statement_identifier "LAB_001172ee") (: ":") (expression_statement "DAT_0019d9a0 = pbVar6;" (assignment_expression "DAT_0019d9a0 = pbVar6" (identifier "DAT_0019d9a0") (= "=") (identifier "pbVar6")) (; ";"))) (expression_statement "FUN_001159b0(param_1);" (call_expression "FUN_001159b0(param_1)" (identifier "FUN_001159b0") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (expression_statement "param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];" (assignment_expression "param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3]" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (cast_expression "(long)(int)-(uint)(byte)_sch_tolower[bVar3]" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (cast_expression "(int)-(uint)(byte)_sch_tolower[bVar3]" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (unary_expression "-(uint)(byte)_sch_tolower[bVar3]" (- "-") (cast_expression "(uint)(byte)_sch_tolower[bVar3]" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (cast_expression "(byte)_sch_tolower[bVar3]" (( "(") (type_descriptor "byte" (type_identifier "byte")) () ")") (subscript_expression "_sch_tolower[bVar3]" (identifier "_sch_tolower") ([ "[") (identifier "bVar3") (] "]")))))))) (; ";")) (} "}")))) (goto_statement "goto LAB_00116cf3;" (goto "goto") (statement_identifier "LAB_00116cf3") (; ";"))) (case_statement "case 0x31:" (case "case") (number_literal "0x31") (: ":")) (case_statement "case 0x32:" (case "case") (number_literal "0x32") (: ":")) (case_statement "case 0x33:" (case "case") (number_literal "0x33") (: ":")) (case_statement "case 0x34:" (case "case") (number_literal "0x34") (: ":")) (case_statement "case 0x35:" (case "case") (number_literal "0x35") (: ":")) (case_statement "case 0x36:" (case "case") (number_literal "0x36") (: ":")) (case_statement "case 0x37:" (case "case") (number_literal "0x37") (: ":")) (case_statement "case 0x38:" (case "case") (number_literal "0x38") (: ":")) (case_statement "case 0x39:\n goto switchD_00116ce1_caseD_31;" (case "case") (number_literal "0x39") (: ":") (goto_statement "goto switchD_00116ce1_caseD_31;" (goto "goto") (statement_identifier "switchD_00116ce1_caseD_31") (; ";"))) (case_statement "case 0x7e:\n if (((&DAT_00194640)[bVar3] & 2) == 0) {\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 != 2) {\n if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }" (case "case") (number_literal "0x7e") (: ":") (if_statement "if (((&DAT_00194640)[bVar3] & 2) == 0) {\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 != 2) {\n if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }" (if "if") (parenthesized_expression "(((&DAT_00194640)[bVar3] & 2) == 0)" (( "(") (binary_expression "((&DAT_00194640)[bVar3] & 2) == 0" (parenthesized_expression "((&DAT_00194640)[bVar3] & 2)" (( "(") (binary_expression "(&DAT_00194640)[bVar3] & 2" (subscript_expression "(&DAT_00194640)[bVar3]" (parenthesized_expression "(&DAT_00194640)" (( "(") (pointer_expression "&DAT_00194640" (& "&") (identifier "DAT_00194640")) () ")")) ([ "[") (identifier "bVar3") (] "]")) (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00116c70(param_1,param_2);\n bVar2 = *(byte *)(param_1 + 3);\n if (bVar2 != 2) {\n if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }\n goto LAB_001174a9;\n }" ({ "{") (expression_statement "FUN_00116c70(param_1,param_2);" (call_expression "FUN_00116c70(param_1,param_2)" (identifier "FUN_00116c70") (argument_list "(param_1,param_2)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") () ")"))) (; ";")) (expression_statement "bVar2 = *(byte *)(param_1 + 3);" (assignment_expression "bVar2 = *(byte *)(param_1 + 3)" (identifier "bVar2") (= "=") (pointer_expression "*(byte *)(param_1 + 3)" (* "*") (cast_expression "(byte *)(param_1 + 3)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 3)" (( "(") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3")) () ")"))))) (; ";")) (if_statement "if (bVar2 != 2) {\n if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }" (if "if") (parenthesized_expression "(bVar2 != 2)" (( "(") (binary_expression "bVar2 != 2" (identifier "bVar2") (!= "!=") (number_literal "2")) () ")")) (compound_statement "{\n if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }\n goto LAB_001170fd;\n }" ({ "{") (if_statement "if (bVar2 == 6) {\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }" (if "if") (parenthesized_expression "(bVar2 == 6)" (( "(") (binary_expression "bVar2 == 6" (identifier "bVar2") (== "==") (number_literal "6")) () ")")) (compound_statement "{\n lVar5 = param_1[2];\n bVar15 = false;\n goto LAB_00117039;\n }" ({ "{") (expression_statement "lVar5 = param_1[2];" (assignment_expression "lVar5 = param_1[2]" (identifier "lVar5") (= "=") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "bVar15 = false;" (assignment_expression "bVar15 = false" (identifier "bVar15") (= "=") (false "false")) (; ";")) (goto_statement "goto LAB_00117039;" (goto "goto") (statement_identifier "LAB_00117039") (; ";")) (} "}"))) (goto_statement "goto LAB_001170fd;" (goto "goto") (statement_identifier "LAB_001170fd") (; ";")) (} "}"))) (goto_statement "goto LAB_001174a9;" (goto "goto") (statement_identifier "LAB_001174a9") (; ";")) (} "}")))) (} "}"))) (expression_statement "DAT_0019d9a0 = pbVar14;" (assignment_expression "DAT_0019d9a0 = pbVar14" (identifier "DAT_0019d9a0") (= "=") (identifier "pbVar14")) (; ";")) (expression_statement "bVar3 = FUN_00116b30(&local_30);" (assignment_expression "bVar3 = FUN_00116b30(&local_30)" (identifier "bVar3") (= "=") (call_expression "FUN_00116b30(&local_30)" (identifier "FUN_00116b30") (argument_list "(&local_30)" (( "(") (pointer_expression "&local_30" (& "&") (identifier "local_30")) () ")")))) (; ";")) (expression_statement "iVar4 = FUN_00134150(local_30,param_1);" (assignment_expression "iVar4 = FUN_00134150(local_30,param_1)" (identifier "iVar4") (= "=") (call_expression "FUN_00134150(local_30,param_1)" (identifier "FUN_00134150") (argument_list "(local_30,param_1)" (( "(") (identifier "local_30") (, ",") (identifier "param_1") () ")")))) (; ";")) (if_statement "if (iVar4 == 0) {\n lVar5 = FUN_0012c9e0(local_30);\n lVar9 = FUN_0012af60(lVar5);\n if (param_2 == 2) {\nLAB_001173ca:\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = lVar5;\n param_1[2] = 0;\n }\n else if ((lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)) {\n *(undefined1 *)(param_1 + 3) = 2;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n else {\n if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;\n *(undefined1 *)(param_1 + 3) = 5;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n }" (if "if") (parenthesized_expression "(iVar4 == 0)" (( "(") (binary_expression "iVar4 == 0" (identifier "iVar4") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n lVar5 = FUN_0012c9e0(local_30);\n lVar9 = FUN_0012af60(lVar5);\n if (param_2 == 2) {\nLAB_001173ca:\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = lVar5;\n param_1[2] = 0;\n }\n else if ((lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)) {\n *(undefined1 *)(param_1 + 3) = 2;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n else {\n if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;\n *(undefined1 *)(param_1 + 3) = 5;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n }" ({ "{") (expression_statement "lVar5 = FUN_0012c9e0(local_30);" (assignment_expression "lVar5 = FUN_0012c9e0(local_30)" (identifier "lVar5") (= "=") (call_expression "FUN_0012c9e0(local_30)" (identifier "FUN_0012c9e0") (argument_list "(local_30)" (( "(") (identifier "local_30") () ")")))) (; ";")) (expression_statement "lVar9 = FUN_0012af60(lVar5);" (assignment_expression "lVar9 = FUN_0012af60(lVar5)" (identifier "lVar9") (= "=") (call_expression "FUN_0012af60(lVar5)" (identifier "FUN_0012af60") (argument_list "(lVar5)" (( "(") (identifier "lVar5") () ")")))) (; ";")) (if_statement "if (param_2 == 2) {\nLAB_001173ca:\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = lVar5;\n param_1[2] = 0;\n }\n else if ((lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)) {\n *(undefined1 *)(param_1 + 3) = 2;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n else {\n if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;\n *(undefined1 *)(param_1 + 3) = 5;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }" (if "if") (parenthesized_expression "(param_2 == 2)" (( "(") (binary_expression "param_2 == 2" (identifier "param_2") (== "==") (number_literal "2")) () ")")) (compound_statement "{\nLAB_001173ca:\n *(undefined1 *)(param_1 + 3) = 3;\n *param_1 = lVar5;\n param_1[2] = 0;\n }" ({ "{") (labeled_statement "LAB_001173ca:\n *(undefined1 *)(param_1 + 3) = 3;" (statement_identifier "LAB_001173ca") (: ":") (expression_statement "*(undefined1 *)(param_1 + 3) = 3;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 3" (pointer_expression "*(undefined1 *)(param_1 + 3)" (* "*") (cast_expression "(undefined1 *)(param_1 + 3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 3)" (( "(") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3")) () ")")))) (= "=") (number_literal "3")) (; ";"))) (expression_statement "*param_1 = lVar5;" (assignment_expression "*param_1 = lVar5" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "lVar5")) (; ";")) (expression_statement "param_1[2] = 0;" (assignment_expression "param_1[2] = 0" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (number_literal "0")) (; ";")) (} "}")) (else_clause "else if ((lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)) {\n *(undefined1 *)(param_1 + 3) = 2;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n else {\n if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;\n *(undefined1 *)(param_1 + 3) = 5;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }" (else "else") (if_statement "if ((lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)) {\n *(undefined1 *)(param_1 + 3) = 2;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }\n else {\n if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;\n *(undefined1 *)(param_1 + 3) = 5;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }" (if "if") (parenthesized_expression "((lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0))" (( "(") (binary_expression "(lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)" (parenthesized_expression "(lVar9 == 0x1949f0)" (( "(") (binary_expression "lVar9 == 0x1949f0" (identifier "lVar9") (== "==") (number_literal "0x1949f0")) () ")")) (&& "&&") (parenthesized_expression "(iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)" (( "(") (comma_expression "iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0" (assignment_expression "iVar4 = FUN_0012ac80(lVar5,0)" (identifier "iVar4") (= "=") (call_expression "FUN_0012ac80(lVar5,0)" (identifier "FUN_0012ac80") (argument_list "(lVar5,0)" (( "(") (identifier "lVar5") (, ",") (number_literal "0") () ")")))) (, ",") (binary_expression "iVar4 == 0" (identifier "iVar4") (== "==") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n *(undefined1 *)(param_1 + 3) = 2;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }" ({ "{") (expression_statement "*(undefined1 *)(param_1 + 3) = 2;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 2" (pointer_expression "*(undefined1 *)(param_1 + 3)" (* "*") (cast_expression "(undefined1 *)(param_1 + 3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 3)" (( "(") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3")) () ")")))) (= "=") (number_literal "2")) (; ";")) (expression_statement "lVar5 = thunk_FUN_0012c290(lVar5);" (assignment_expression "lVar5 = thunk_FUN_0012c290(lVar5)" (identifier "lVar5") (= "=") (call_expression "thunk_FUN_0012c290(lVar5)" (identifier "thunk_FUN_0012c290") (argument_list "(lVar5)" (( "(") (identifier "lVar5") () ")")))) (; ";")) (expression_statement "param_1[2] = lVar5;" (assignment_expression "param_1[2] = lVar5" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "lVar5")) (; ";")) (} "}")) (else_clause "else {\n if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;\n *(undefined1 *)(param_1 + 3) = 5;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }" (else "else") (compound_statement "{\n if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;\n *(undefined1 *)(param_1 + 3) = 5;\n lVar5 = thunk_FUN_0012c290(lVar5);\n param_1[2] = lVar5;\n }" ({ "{") (if_statement "if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;" (if "if") (parenthesized_expression "(DAT_0019d7b8 != lVar9)" (( "(") (binary_expression "DAT_0019d7b8 != lVar9" (identifier "DAT_0019d7b8") (!= "!=") (identifier "lVar9")) () ")")) (goto_statement "goto LAB_001173ca;" (goto "goto") (statement_identifier "LAB_001173ca") (; ";"))) (expression_statement "*(undefined1 *)(param_1 + 3) = 5;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 5" (pointer_expression "*(undefined1 *)(param_1 + 3)" (* "*") (cast_expression "(undefined1 *)(param_1 + 3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 3)" (( "(") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3")) () ")")))) (= "=") (number_literal "5")) (; ";")) (expression_statement "lVar5 = thunk_FUN_0012c290(lVar5);" (assignment_expression "lVar5 = thunk_FUN_0012c290(lVar5)" (identifier "lVar5") (= "=") (call_expression "thunk_FUN_0012c290(lVar5)" (identifier "thunk_FUN_0012c290") (argument_list "(lVar5)" (( "(") (identifier "lVar5") () ")")))) (; ";")) (expression_statement "param_1[2] = lVar5;" (assignment_expression "param_1[2] = lVar5" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "lVar5")) (; ";")) (} "}")))))) (} "}"))) (expression_statement "*DAT_0019d9a0 = bVar3;" (assignment_expression "*DAT_0019d9a0 = bVar3" (pointer_expression "*DAT_0019d9a0" (* "*") (identifier "DAT_0019d9a0")) (= "=") (identifier "bVar3")) (; ";")) (if_statement "if (bVar3 == 0x22) {\n FUN_00116050();\n }" (if "if") (parenthesized_expression "(bVar3 == 0x22)" (( "(") (binary_expression "bVar3 == 0x22" (identifier "bVar3") (== "==") (number_literal "0x22")) () ")")) (compound_statement "{\n FUN_00116050();\n }" ({ "{") (expression_statement "FUN_00116050();" (call_expression "FUN_00116050()" (identifier "FUN_00116050") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (labeled_statement "LAB_00116cf3:\n FUN_00115970(param_1);" (statement_identifier "LAB_00116cf3") (: ":") (expression_statement "FUN_00115970(param_1);" (call_expression "FUN_00115970(param_1)" (identifier "FUN_00115970") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";"))) (expression_statement "bVar3 = *DAT_0019d9a0;" (assignment_expression "bVar3 = *DAT_0019d9a0" (identifier "bVar3") (= "=") (pointer_expression "*DAT_0019d9a0" (* "*") (identifier "DAT_0019d9a0"))) (; ";")) (while_statement "while (bVar3 == 0x20) {\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n bVar3 = *DAT_0019d9a0;\n }" (while "while") (parenthesized_expression "(bVar3 == 0x20)" (( "(") (binary_expression "bVar3 == 0x20" (identifier "bVar3") (== "==") (number_literal "0x20")) () ")")) (compound_statement "{\n DAT_0019d9a0 = DAT_0019d9a0 + 1;\n bVar3 = *DAT_0019d9a0;\n }" ({ "{") (expression_statement "DAT_0019d9a0 = DAT_0019d9a0 + 1;" (assignment_expression "DAT_0019d9a0 = DAT_0019d9a0 + 1" (identifier "DAT_0019d9a0") (= "=") (binary_expression "DAT_0019d9a0 + 1" (identifier "DAT_0019d9a0") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "bVar3 = *DAT_0019d9a0;" (assignment_expression "bVar3 = *DAT_0019d9a0" (identifier "bVar3") (= "=") (pointer_expression "*DAT_0019d9a0" (* "*") (identifier "DAT_0019d9a0"))) (; ";")) (} "}"))) (if_statement "if (*param_1 != 0) {\n FUN_0012d700();\n }" (if "if") (parenthesized_expression "(*param_1 != 0)" (( "(") (binary_expression "*param_1 != 0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0012d700();\n }" ({ "{") (expression_statement "FUN_0012d700();" (call_expression "FUN_0012d700()" (identifier "FUN_0012d700") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (param_2 != 2) {\n lVar5 = FUN_0012d000(*param_1,0);\n *param_1 = lVar5;\n lVar5 = FUN_0012d000(param_1[1],0);\n param_1[1] = lVar5;\n }" (if "if") (parenthesized_expression "(param_2 != 2)" (( "(") (binary_expression "param_2 != 2" (identifier "param_2") (!= "!=") (number_literal "2")) () ")")) (compound_statement "{\n lVar5 = FUN_0012d000(*param_1,0);\n *param_1 = lVar5;\n lVar5 = FUN_0012d000(param_1[1],0);\n param_1[1] = lVar5;\n }" ({ "{") (expression_statement "lVar5 = FUN_0012d000(*param_1,0);" (assignment_expression "lVar5 = FUN_0012d000(*param_1,0)" (identifier "lVar5") (= "=") (call_expression "FUN_0012d000(*param_1,0)" (identifier "FUN_0012d000") (argument_list "(*param_1,0)" (( "(") (pointer_expression "*param_1" (* "*") (identifier "param_1")) (, ",") (number_literal "0") () ")")))) (; ";")) (expression_statement "*param_1 = lVar5;" (assignment_expression "*param_1 = lVar5" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "lVar5")) (; ";")) (expression_statement "lVar5 = FUN_0012d000(param_1[1],0);" (assignment_expression "lVar5 = FUN_0012d000(param_1[1],0)" (identifier "lVar5") (= "=") (call_expression "FUN_0012d000(param_1[1],0)" (identifier "FUN_0012d000") (argument_list "(param_1[1],0)" (( "(") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (, ",") (number_literal "0") () ")")))) (; ";")) (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")) (; ";")) (} "}"))) (if_statement "if ((char)param_1[3] != '\x03') {\n lVar5 = 0x1949f0;\n if ((char)param_1[3] == '\x05') {\n lVar5 = DAT_0019d7b8;\n }\n return lVar5;\n }" (if "if") (parenthesized_expression "((char)param_1[3] != '\x03')" (( "(") (binary_expression "(char)param_1[3] != '\x03'" (cast_expression "(char)param_1[3]" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]"))) (!= "!=") (char_literal "'\x03'" (' "'") (escape_sequence "\x03") (' "'"))) () ")")) (compound_statement "{\n lVar5 = 0x1949f0;\n if ((char)param_1[3] == '\x05') {\n lVar5 = DAT_0019d7b8;\n }\n return lVar5;\n }" ({ "{") (expression_statement "lVar5 = 0x1949f0;" (assignment_expression "lVar5 = 0x1949f0" (identifier "lVar5") (= "=") (number_literal "0x1949f0")) (; ";")) (if_statement "if ((char)param_1[3] == '\x05') {\n lVar5 = DAT_0019d7b8;\n }" (if "if") (parenthesized_expression "((char)param_1[3] == '\x05')" (( "(") (binary_expression "(char)param_1[3] == '\x05'" (cast_expression "(char)param_1[3]" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]"))) (== "==") (char_literal "'\x05'" (' "'") (escape_sequence "\x05") (' "'"))) () ")")) (compound_statement "{\n lVar5 = DAT_0019d7b8;\n }" ({ "{") (expression_statement "lVar5 = DAT_0019d7b8;" (assignment_expression "lVar5 = DAT_0019d7b8" (identifier "lVar5") (= "=") (identifier "DAT_0019d7b8")) (; ";")) (} "}"))) (return_statement "return lVar5;" (return "return") (identifier "lVar5") (; ";")) (} "}"))) (expression_statement "lVar5 = FUN_0012af60(*param_1);" (assignment_expression "lVar5 = FUN_0012af60(*param_1)" (identifier "lVar5") (= "=") (call_expression "FUN_0012af60(*param_1)" (identifier "FUN_0012af60") (argument_list "(*param_1)" (( "(") (pointer_expression "*param_1" (* "*") (identifier "param_1")) () ")")))) (; ";")) (return_statement "return lVar5;" (return "return") (identifier "lVar5") (; ";")) (} "}"))) |
type_1 function_1(type_2 *expressionP,type_3 var_35)
{
type_4 var_3;
type_5 aVar2;
long lVar3;
type_4 var_2;
char var_16;
int var_18;
type_6 *psVar7;
type_1 var_37;
type_4 *var_19;
char *var_28;
type_6 *s;
type_7 *var_5;
long var_6;
type_8 vVar13;
short var_7;
type_9 uVar15;
type_4 *var_14;
long var_4;
char c;
type_10 uVar18;
bool bVar19;
char *var_30;
expressionP->field_0x19 = expressionP->field_0x19 & 0xfc | 1;
aVar2 = abs_section_offset;
var_14 = (type_4 *)var_1;
var_19 = (type_4 *)(var_1 + 1);
if (*var_1 == ' ') {
var_19 = (type_4 *)(var_1 + 2);
var_14 = (type_4 *)(var_1 + 1);
}
var_3 = *var_14;
if (is_end_of_line[var_3] != '\0') {
switchD_00116ce1_caseD_2c:
expressionP->field_0x18 = 1;
var_1 = (char *)var_14;
goto LAB_00116cf3;
}
var_1 = (char *)var_19;
switch(var_3) {
case 0x21:
case 0x2b:
case 0x2d:
function_1(expressionP,var_35);
var_2 = expressionP->field_0x18;
if (var_2 == 2) {
if (var_3 == 0x2d) {
var_3 = expressionP->field_0x19;
var_4 = expressionP->X_add_number;
expressionP->X_add_number = -var_4;
expressionP->field_0x19 = var_3 & 0xfe;
if (-var_4 != 0) {
expressionP->field_0x19 = (var_3 >> 1 & 1 ^ 1) * '\x02' | var_3 & 0xfc;
}
goto LAB_00116cf3;
}
if (var_3 != 0x22) {
if (var_3 == 0x21) {
expressionP->X_add_number = (type_12)(expressionP->X_add_number == 0);
}
goto LAB_00116cf3;
}
LAB_001174a9:
expressionP->X_add_number = ~expressionP->X_add_number;
goto LAB_00116cf3;
}
if (var_2 == 6) {
bVar19 = var_3 == 0x2d;
var_4 = expressionP->X_add_number;
if ((0 < var_4) || (!bVar19)) {
LAB_00117039:
if (0 < var_4) {
if ((var_3 == 0x7e) || (bVar19)) {
var_5 = (type_7 *)&generic_bignum;
do {
*var_5 = ~*var_5;
var_5 = var_5 + 1;
} while (var_5 != (type_7 *)((long)&generic_bignum + var_4 * 2));
var_6 = (long)(int)var_4;
if ((var_4 < 0x14) && (expressionP->X_add_number = 0x14, (int)var_4 < 0x14)) {
do {
*(type_11 *)((long)&generic_bignum + var_6 * 2) = 0xffff;
var_6 = var_6 + 1;
} while ((int)var_6 < 0x14);
if (!bVar19) goto LAB_00116cf3;
var_4 = 0x14;
}
else {
if (!bVar19) goto LAB_00116cf3;
var_4 = expressionP->X_add_number;
}
generic_bignum._0_2_ = (short)generic_bignum + 1;
if ((short)generic_bignum == 0) {
var_6 = 1;
do {
if (var_4 <= var_6) break;
var_7 = *(short *)((long)&generic_bignum + var_6 * 2) + 1;
*(short *)((long)&generic_bignum + var_6 * 2) = var_7;
var_6 = var_6 + 1;
} while (var_7 == 0);
}
}
else if (var_3 == 0x21) {
if ((short)generic_bignum == 0) {
lVar3 = 1;
do {
var_6 = lVar3;
if (var_4 == var_6) break;
lVar3 = var_6 + 1;
} while ((&DAT_0019d91e)[var_6 + 1] == 0);
}
else {
var_6 = 0;
}
expressionP->X_add_number = (type_12)(var_4 <= var_6);
*(type_7 *)&expressionP->field_0x18 =
*(type_7 *)&expressionP->field_0x18 & 0xfc00 | 0x102;
}
goto LAB_00116cf3;
}
goto LAB_00117105;
}
if ((generic_floating_point_number.sign == '+') || (generic_floating_point_number.sign == 'P')
) {
bVar19 = generic_floating_point_number.sign == '+';
generic_floating_point_number.sign = 'N';
if (bVar19) {
generic_floating_point_number.sign = '-';
}
goto LAB_00116cf3;
}
}
else {
LAB_001170fd:
if (var_2 < 2) {
var_28 = (char *)var_8(0,"Unary operator %c ignored because bad operand follows",5);
var_9(var_28);
goto LAB_00116cf3;
}
LAB_00117105:
if (var_3 == 0x2b) goto LAB_00116cf3;
}
psVar7 = var_10(expressionP);
expressionP->X_add_symbol = psVar7;
if (var_3 == 0x2d) {
expressionP->field_0x18 = 7;
}
else if ((var_3 == 0x7e) || (var_3 == 0x22)) {
expressionP->field_0x18 = 8;
}
else {
expressionP->field_0x18 = 9;
}
goto LAB_0011713c;
default:
if (((lex_type[var_3] & 2) != 0) || (var_3 == 0x22)) break;
expressionP->field_0x18 = 1;
var_28 = (char *)var_8(0,"bad expression",5);
var_11(var_28);
goto LAB_001171c1;
case 0x24:
if ((lex_type[var_14[1]] & 1) == 0) {
LAB_0011715e:
if (var_12 == (type_1)(var_13 + 0x230)) {
expressionP->field_0x18 = 2;
expressionP->X_add_number = aVar2;
}
else {
expressionP->field_0x18 = 3;
expressionP->X_add_symbol = &dot_symbol;
expressionP->X_add_number = 0;
}
goto LAB_00116cf3;
}
break;
case 0x27:
var_1 = (char *)(var_14 + 2);
expressionP->field_0x18 = 2;
expressionP->X_add_number = (long)(char)var_14[1];
goto LAB_00116cf3;
case 0x28:
case 0x5b:
var_37 = var_15(0,expressionP,var_35);
if (var_3 == 0x28) {
var_16 = *var_1;
if (var_16 == ')') goto LAB_00116e81;
if (var_16 != '\0') {
uVar18 = 0x29;
goto LAB_0011740e;
}
uVar15 = 0x29;
}
else {
if ((var_3 != 0x5b) || (var_16 = *var_1, var_16 == ']')) {
LAB_00116e81:
var_1 = var_1 + 1;
goto LAB_00116e8c;
}
uVar18 = 0x5d;
if (var_16 != '\0') {
LAB_0011740e:
var_28 = (char *)var_8(0,"found \'%c\', expected: \'%c\'",5);
var_11(var_28,(type_12)(type_9)(int)var_16,uVar18);
goto LAB_00116e8c;
}
uVar15 = 0x5d;
}
var_28 = (char *)var_8(0,"missing \'%c\'",5);
var_11(var_28,(type_12)uVar15);
LAB_00116e8c:
if (*var_1 != ' ') {
return var_37;
}
var_1 = var_1 + 1;
return var_37;
case 0x2c:
goto switchD_00116ce1_caseD_2c;
case 0x2e:
if ((lex_type[var_14[1]] & 1) == 0) goto LAB_0011715e;
var_18 = var_17((char *)var_19,"startof.",8);
if (((var_18 == 0) && ((lex_type[var_14[9]] & 1) == 0)) ||
((var_18 = var_17((char *)var_19,"sizeof.",7), var_18 == 0 &&
((lex_type[var_14[8]] & 1) == 0)))) {
var_3 = var_14[2];
var_19 = var_19 + (type_12)((var_3 & 0xdf) == 0x54) + 7;
if (*var_19 == 0x20) {
var_19 = var_19 + 1;
}
var_1 = (char *)var_19;
expressionP->field_0x18 = 1;
if (*var_19 == 0x28) {
var_1 = (char *)(var_19 + 1);
if (var_19[1] == 0x20) {
var_1 = (char *)(var_19 + 2);
}
var_16 = var_20(&var_30);
if (*var_30 == '\0') {
var_28 = (char *)var_8(0,"expected symbol name",5);
var_11(var_28);
*var_1 = var_16;
if (var_16 == '\"') {
var_21((char)var_28);
}
else if (var_16 == ')') {
var_1 = var_1 + 1;
goto LAB_00116cf3;
}
var_22();
goto LAB_00116cf3;
}
var_28 = ".startof.";
if ((var_3 & 0xdf) != 0x54) {
var_28 = ".sizeof.";
}
var_28 = (char *)var_23(var_28,var_30,0);
psVar7 = var_24(var_28);
var_25(var_28);
var_28 = var_1;
expressionP->X_add_symbol = psVar7;
expressionP->field_0x18 = 3;
expressionP->X_add_number = 0;
*var_28 = var_16;
var_16 = *var_1;
if (var_16 == '\"') {
var_16 = var_1[1];
var_1 = var_1 + 1;
}
if (var_16 == ' ') {
var_16 = var_1[1];
var_1 = var_1 + 1;
}
if (var_16 == ')') {
var_1 = var_1 + 1;
goto LAB_00116cf3;
}
}
var_28 = (char *)var_8(0,"syntax error in .startof. or .sizeof.",5);
var_11(var_28);
goto LAB_00116cf3;
}
break;
case 0x30:
var_3 = var_14[1];
switch((int)(char)var_3 - 0x30U & 0xff) {
case 0:
case 1:
case 2:
case 3:
case 4:
case 5:
case 6:
case 7:
var_26(8,expressionP);
goto LAB_00116cf3;
default:
if (var_3 == 0) goto LAB_001171c1;
break;
case 0x12:
if ((type_4)(var_14[2] - 0x30) < 2) {
LAB_0011732f:
var_1 = (char *)(var_14 + 2);
var_26(2,expressionP);
goto LAB_00116cf3;
}
break;
case 0x14:
case 0x15:
case 0x16:
case 0x17:
case 0x34:
case 0x35:
case 0x37:
case 0x42:
var_19 = var_19 + 1;
goto LAB_001172ee;
case 0x28:
case 0x48:
var_1 = (char *)(var_14 + 2);
var_26(0x10,expressionP);
goto LAB_00116cf3;
case 0x32:
if ((type_4)(var_14[2] - 0x30) < 2) goto LAB_0011732f;
goto switchD_00116ce1_caseD_31;
case 0x36:
if ((is_end_of_line[var_14[2]] == '\0') &&
(var_28 = var_27("dD",0x66), var_28 != (char *)0x0)) {
var_30 = (char *)(var_14 + 2);
var_29(&var_30,".","eE",&generic_floating_point_number);
if ((var_30 != var_1 + 1) &&
((((var_30 != var_1 + 2 || ((var_30[-1] - 0x2bU & 0xfd) != 0)) && (*var_30 != 'f')
) && (var_19 = (type_4 *)(var_1 + 1), *var_30 != 'b')))) goto LAB_001172ee;
var_14 = (type_4 *)(var_1 + -1);
}
switchD_00116ce1_caseD_31:
var_1 = (char *)var_14;
var_26(10,expressionP);
goto LAB_00116cf3;
}
var_28 = var_27("dD",(int)(char)var_3);
if (var_28 == (char *)0x0) {
LAB_001171c1:
expressionP->field_0x18 = 2;
LAB_0011713c:
expressionP->X_add_number = 0;
}
else {
var_19 = var_14 + 2;
LAB_001172ee:
var_1 = (char *)var_19;
var_31(expressionP);
expressionP->X_add_number = (long)(int)-(type_9)(type_4)_sch_tolower[var_3];
}
goto LAB_00116cf3;
case 0x31:
case 0x32:
case 0x33:
case 0x34:
case 0x35:
case 0x36:
case 0x37:
case 0x38:
case 0x39:
goto switchD_00116ce1_caseD_31;
case 0x7e:
if ((lex_type[var_3] & 2) == 0) {
function_1(expressionP,var_35);
var_2 = expressionP->field_0x18;
if (var_2 != 2) {
if (var_2 == 6) {
var_4 = expressionP->X_add_number;
bVar19 = false;
goto LAB_00117039;
}
goto LAB_001170fd;
}
goto LAB_001174a9;
}
}
var_1 = (char *)var_14;
var_16 = var_20(&var_30);
var_28 = var_30;
var_18 = var_32(var_30,expressionP);
c = (char)var_28;
if (var_18 == 0) {
s = var_33(var_30);
psVar7 = s;
var_37 = var_34(s);
c = (char)psVar7;
if (var_35 != var_36) {
if (var_37 == (type_1)(var_13 + 0x230)) {
psVar7 = s;
var_18 = var_38(s,0);
c = (char)psVar7;
if (var_18 == 0) {
expressionP->field_0x18 = 2;
vVar13 = var_39(s);
c = (char)s;
expressionP->X_add_number = vVar13;
goto LAB_00117220;
}
}
if (var_40 == var_37) {
expressionP->field_0x18 = 5;
vVar13 = var_39(s);
c = (char)s;
expressionP->X_add_number = vVar13;
goto LAB_00117220;
}
}
expressionP->field_0x18 = 3;
expressionP->X_add_symbol = s;
expressionP->X_add_number = 0;
}
LAB_00117220:
*var_1 = var_16;
if (var_16 == '\"') {
var_21(c);
}
LAB_00116cf3:
var_41(expressionP);
var_16 = *var_1;
while (var_16 == ' ') {
var_1 = var_1 + 1;
var_16 = *var_1;
}
if (expressionP->X_add_symbol != (type_6 *)0x0) {
var_42(expressionP->X_add_symbol);
}
if (var_35 != var_36) {
psVar7 = var_43(expressionP->X_add_symbol,0);
expressionP->X_add_symbol = psVar7;
psVar7 = var_43(expressionP->X_op_symbol,0);
expressionP->X_op_symbol = psVar7;
}
if (expressionP->field_0x18 != '\x03') {
var_37 = (type_1)(var_13 + 0x230);
if (expressionP->field_0x18 == '\x05') {
var_37 = var_40;
}
return var_37;
}
var_37 = var_34(expressionP->X_add_symbol);
return var_37;
}
| 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: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (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: (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: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator 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: (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: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (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: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (parenthesized_expression (pointer_expression argument: (identifier))) index: (identifier)) right: (char_literal (escape_sequence)))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (switch_statement condition: (parenthesized_expression (identifier)) body: (compound_statement (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (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: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (unary_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (unary_expression argument: (identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal)) right: (number_literal))) right: (char_literal (escape_sequence))) right: (binary_expression left: (identifier) right: (number_literal))))))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))))))) (goto_statement label: (statement_identifier)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (unary_expression argument: (subscript_expression argument: (identifier) index: (number_literal)))))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (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: (number_literal) right: (identifier))) right: (parenthesized_expression (unary_expression argument: (identifier))))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (identifier)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (unary_expression argument: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (pointer_expression argument: (identifier))) right: (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (pointer_expression argument: (identifier))) right: (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))) (if_statement condition: (parenthesized_expression (unary_expression argument: (identifier))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (unary_expression argument: (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: (field_expression argument: (identifier) field: (field_identifier)) right: (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (break_statement)) (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (pointer_expression argument: (identifier))) right: (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (pointer_expression argument: (identifier))) right: (binary_expression left: (identifier) right: (number_literal)))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (parenthesized_expression (pointer_expression argument: (identifier))) index: (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (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)))))))) (goto_statement label: (statement_identifier))))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (character)))) right: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (character)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (char_literal (character))))) (expression_statement (assignment_expression left: (identifier) right: (char_literal (character)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (char_literal (character)))))) (goto_statement label: (statement_identifier))))) alternative: (else_clause (compound_statement (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (cast_expression type: (type_descriptor type: (primitive_type)) value: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))))) (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))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))))) (goto_statement label: (statement_identifier))) (case_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (parenthesized_expression (pointer_expression argument: (identifier))) index: (identifier)) right: (number_literal))) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (break_statement)) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (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)))) (goto_statement label: (statement_identifier))) (case_statement value: (number_literal) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (parenthesized_expression (pointer_expression argument: (identifier))) index: (subscript_expression argument: (identifier) index: (number_literal))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))))) (goto_statement label: (statement_identifier)))) (break_statement)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (identifier) index: (number_literal)))))) (goto_statement label: (statement_identifier))) (case_statement value: (number_literal)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (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) (cast_expression type: (type_descriptor type: (primitive_type)) value: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))) (identifier)))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (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)))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) consequence: (compound_statement (return_statement (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (return_statement (identifier))) (case_statement value: (number_literal) (goto_statement label: (statement_identifier))) (case_statement value: (number_literal) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (parenthesized_expression (pointer_expression argument: (identifier))) index: (subscript_expression argument: (identifier) index: (number_literal))) 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 (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (identifier)) (string_literal (string_content)) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (parenthesized_expression (pointer_expression argument: (identifier))) index: (subscript_expression argument: (identifier) index: (number_literal))) right: (number_literal))) right: (number_literal))))) right: (parenthesized_expression (parenthesized_expression (comma_expression left: (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)) (string_literal (string_content)) (number_literal)))) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (parenthesized_expression (pointer_expression argument: (identifier))) index: (subscript_expression argument: (identifier) index: (number_literal))) right: (number_literal))) right: (number_literal))))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) 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))))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (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: (pointer_expression argument: (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)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))) 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: (binary_expression left: (identifier) right: (number_literal)))) (goto_statement label: (statement_identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (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)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (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: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (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: (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: (binary_expression left: (identifier) right: (number_literal)))) (goto_statement label: (statement_identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (goto_statement label: (statement_identifier)))) (break_statement)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (switch_statement condition: (parenthesized_expression (binary_expression left: (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)) right: (number_literal))) body: (compound_statement (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier)))) (goto_statement label: (statement_identifier))) (case_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (break_statement)) (case_statement value: (number_literal) (if_statement condition: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier)))) (goto_statement label: (statement_identifier)))) (break_statement)) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (goto_statement label: (statement_identifier))) (case_statement value: (number_literal)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier)))) (goto_statement label: (statement_identifier))) (case_statement value: (number_literal) (if_statement condition: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (goto_statement label: (statement_identifier))) (case_statement value: (number_literal) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (parenthesized_expression (pointer_expression argument: (identifier))) index: (subscript_expression argument: (identifier) index: (number_literal))) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal)))) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)) right: (number_literal))) right: (number_literal))))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier)))) (goto_statement label: (statement_identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (cast_expression type: (type_descriptor type: (primitive_type)) value: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (cast_expression type: (type_descriptor type: (primitive_type)) value: (unary_expression argument: (cast_expression type: (type_descriptor type: (type_identifier)) value: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (identifier)))))))))))) (goto_statement label: (statement_identifier))) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal) (goto_statement label: (statement_identifier))) (case_statement value: (number_literal) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (parenthesized_expression (pointer_expression argument: (identifier))) index: (identifier)) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (false))) (goto_statement label: (statement_identifier)))) (goto_statement label: (statement_identifier)))) (goto_statement label: (statement_identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (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 (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier)))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier)))))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (while_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))))) (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))))) (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)) (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal)) (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (return_statement (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)))))) (return_statement (identifier))))) | null |
long MASKED(long *param_1,int param_2)
{
long lVar1;
byte bVar2;
byte bVar3;
int iVar4;
long lVar5;
byte *pbVar6;
void *__ptr;
undefined8 uVar7;
char *pcVar8;
long lVar9;
undefined8 uVar10;
ushort *puVar11;
short sVar12;
undefined4 uVar13;
byte *pbVar14;
bool bVar15;
byte *local_30;
*(byte *)((long)param_1 + 0x19) = *(byte *)((long)param_1 + 0x19) & 0xfc | 1;
lVar5 = DAT_0019d998;
pbVar14 = DAT_0019d9a0;
pbVar6 = DAT_0019d9a0 + 1;
if (*DAT_0019d9a0 == 0x20) {
pbVar6 = DAT_0019d9a0 + 2;
pbVar14 = DAT_0019d9a0 + 1;
}
bVar3 = *pbVar14;
if ((&DAT_00194540)[bVar3] != '\0') {
switchD_00116ce1_caseD_2c:
*(undefined1 *)(param_1 + 3) = 1;
DAT_0019d9a0 = pbVar14;
goto LAB_00116cf3;
}
DAT_0019d9a0 = pbVar6;
switch(bVar3) {
case 0x21:
case 0x2b:
case 0x2d:
MASKED(param_1,param_2);
bVar2 = *(byte *)(param_1 + 3);
if (bVar2 == 2) {
if (bVar3 == 0x2d) {
bVar3 = *(byte *)((long)param_1 + 0x19);
lVar5 = param_1[2];
param_1[2] = -lVar5;
*(byte *)((long)param_1 + 0x19) = bVar3 & 0xfe;
if (-lVar5 != 0) {
*(byte *)((long)param_1 + 0x19) = (bVar3 >> 1 & 1 ^ 1) * '\x02' | bVar3 & 0xfc;
}
goto LAB_00116cf3;
}
if (bVar3 != 0x22) {
if (bVar3 == 0x21) {
param_1[2] = (ulong)(param_1[2] == 0);
}
goto LAB_00116cf3;
}
LAB_001174a9:
param_1[2] = ~param_1[2];
goto LAB_00116cf3;
}
if (bVar2 == 6) {
bVar15 = bVar3 == 0x2d;
lVar5 = param_1[2];
if ((0 < lVar5) || (!bVar15)) {
LAB_00117039:
if (0 < lVar5) {
if ((bVar3 == 0x7e) || (bVar15)) {
puVar11 = (ushort *)&DAT_0019d920;
do {
*puVar11 = ~*puVar11;
puVar11 = puVar11 + 1;
} while (puVar11 != (ushort *)((long)&DAT_0019d920 + lVar5 * 2));
lVar9 = (long)(int)lVar5;
if ((lVar5 < 0x14) && (param_1[2] = 0x14, (int)lVar5 < 0x14)) {
do {
*(undefined2 *)((long)&DAT_0019d920 + lVar9 * 2) = 0xffff;
lVar9 = lVar9 + 1;
} while ((int)lVar9 < 0x14);
if (!bVar15) goto LAB_00116cf3;
lVar5 = 0x14;
}
else {
if (!bVar15) goto LAB_00116cf3;
lVar5 = param_1[2];
}
DAT_0019d920._0_2_ = (short)DAT_0019d920 + 1;
if ((short)DAT_0019d920 == 0) {
lVar9 = 1;
do {
if (lVar5 <= lVar9) break;
sVar12 = *(short *)((long)&DAT_0019d920 + lVar9 * 2) + 1;
*(short *)((long)&DAT_0019d920 + lVar9 * 2) = sVar12;
lVar9 = lVar9 + 1;
} while (sVar12 == 0);
}
}
else if (bVar3 == 0x21) {
if ((short)DAT_0019d920 == 0) {
lVar1 = 1;
do {
lVar9 = lVar1;
if (lVar5 == lVar9) break;
lVar1 = lVar9 + 1;
} while ((&DAT_0019d91e)[lVar9 + 1] == 0);
}
else {
lVar9 = 0;
}
param_1[2] = (ulong)(lVar5 <= lVar9);
*(ushort *)(param_1 + 3) = *(ushort *)(param_1 + 3) & 0xfc00 | 0x102;
}
goto LAB_00116cf3;
}
goto LAB_00117105;
}
if ((DAT_001944e0 == '+') || (DAT_001944e0 == 'P')) {
bVar15 = DAT_001944e0 == '+';
DAT_001944e0 = 'N';
if (bVar15) {
DAT_001944e0 = '-';
}
goto LAB_00116cf3;
}
}
else {
LAB_001170fd:
if (bVar2 < 2) {
uVar7 = dcgettext(0,"Unary operator %c ignored because bad operand follows",5);
FUN_0011f500(uVar7,(int)(char)bVar3);
goto LAB_00116cf3;
}
LAB_00117105:
if (bVar3 == 0x2b) goto LAB_00116cf3;
}
lVar5 = FUN_00116070(param_1);
*param_1 = lVar5;
if (bVar3 == 0x2d) {
*(undefined1 *)(param_1 + 3) = 7;
}
else if ((bVar3 == 0x7e) || (bVar3 == 0x22)) {
*(undefined1 *)(param_1 + 3) = 8;
}
else {
*(undefined1 *)(param_1 + 3) = 9;
}
goto LAB_0011713c;
default:
if ((((&DAT_00194640)[bVar3] & 2) != 0) || (bVar3 == 0x22)) break;
*(undefined1 *)(param_1 + 3) = 1;
uVar7 = dcgettext(0,"bad expression",5);
FUN_0011f6d0(uVar7);
goto LAB_001171c1;
case 0x24:
if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) {
LAB_0011715e:
if (DAT_0019d708 == 0x1949f0) {
*(undefined1 *)(param_1 + 3) = 2;
param_1[2] = lVar5;
}
else {
*(undefined1 *)(param_1 + 3) = 3;
*param_1 = (long)&DAT_0019dac0;
param_1[2] = 0;
}
goto LAB_00116cf3;
}
break;
case 0x27:
DAT_0019d9a0 = pbVar14 + 2;
*(undefined1 *)(param_1 + 3) = 2;
param_1[2] = (long)(char)pbVar14[1];
goto LAB_00116cf3;
case 0x28:
case 0x5b:
lVar5 = FUN_00117660(0,param_1,param_2);
if (bVar3 == 0x28) {
bVar3 = *DAT_0019d9a0;
if (bVar3 == 0x29) goto LAB_00116e81;
if (bVar3 != 0) {
uVar7 = 0x29;
goto LAB_0011740e;
}
uVar13 = 0x29;
}
else {
if ((bVar3 != 0x5b) || (bVar3 = *DAT_0019d9a0, bVar3 == 0x5d)) {
LAB_00116e81:
DAT_0019d9a0 = DAT_0019d9a0 + 1;
goto LAB_00116e8c;
}
uVar7 = 0x5d;
if (bVar3 != 0) {
LAB_0011740e:
uVar10 = dcgettext(0,"found \'%c\', expected: \'%c\'",5);
FUN_0011f6d0(uVar10,(int)(char)bVar3,uVar7);
goto LAB_00116e8c;
}
uVar13 = 0x5d;
}
uVar7 = dcgettext(0,"missing \'%c\'",5);
FUN_0011f6d0(uVar7,uVar13);
LAB_00116e8c:
if (*DAT_0019d9a0 != 0x20) {
return lVar5;
}
DAT_0019d9a0 = DAT_0019d9a0 + 1;
return lVar5;
case 0x2c:
goto switchD_00116ce1_caseD_2c;
case 0x2e:
if (((&DAT_00194640)[pbVar14[1]] & 1) == 0) goto LAB_0011715e;
iVar4 = strncasecmp((char *)pbVar6,"startof.",8);
if (((iVar4 == 0) && (((&DAT_00194640)[pbVar14[9]] & 1) == 0)) ||
((iVar4 = strncasecmp((char *)pbVar6,"sizeof.",7), iVar4 == 0 &&
(((&DAT_00194640)[pbVar14[8]] & 1) == 0)))) {
bVar3 = pbVar14[2];
pbVar6 = pbVar6 + (ulong)((bVar3 & 0xdf) == 0x54) + 7;
if (*pbVar6 == 0x20) {
pbVar6 = pbVar6 + 1;
}
DAT_0019d9a0 = pbVar6;
*(undefined1 *)(param_1 + 3) = 1;
if (*pbVar6 == 0x28) {
DAT_0019d9a0 = pbVar6 + 1;
if (pbVar6[1] == 0x20) {
DAT_0019d9a0 = pbVar6 + 2;
}
bVar2 = FUN_00116b30(&local_30);
if (*local_30 == 0) {
uVar7 = dcgettext(0,"expected symbol name",5);
FUN_0011f6d0(uVar7);
*DAT_0019d9a0 = bVar2;
if (bVar2 == 0x22) {
FUN_00116050();
}
else if (bVar2 == 0x29) {
DAT_0019d9a0 = DAT_0019d9a0 + 1;
goto LAB_00116cf3;
}
FUN_00121800();
goto LAB_00116cf3;
}
pcVar8 = ".startof.";
if ((bVar3 & 0xdf) != 0x54) {
pcVar8 = ".sizeof.";
}
__ptr = (void *)concat(pcVar8,local_30,0);
lVar5 = FUN_0012b340(__ptr);
free(__ptr);
pbVar6 = DAT_0019d9a0;
*param_1 = lVar5;
*(undefined1 *)(param_1 + 3) = 3;
param_1[2] = 0;
*pbVar6 = bVar2;
bVar3 = *DAT_0019d9a0;
if (bVar3 == 0x22) {
bVar3 = DAT_0019d9a0[1];
DAT_0019d9a0 = DAT_0019d9a0 + 1;
}
if (bVar3 == 0x20) {
bVar3 = DAT_0019d9a0[1];
DAT_0019d9a0 = DAT_0019d9a0 + 1;
}
if (bVar3 == 0x29) {
DAT_0019d9a0 = DAT_0019d9a0 + 1;
goto LAB_00116cf3;
}
}
uVar7 = dcgettext(0,"syntax error in .startof. or .sizeof.",5);
FUN_0011f6d0(uVar7);
goto LAB_00116cf3;
}
break;
case 0x30:
bVar3 = pbVar14[1];
switch((int)(char)bVar3 - 0x30U & 0xff) {
case 0:
case 1:
case 2:
case 3:
case 4:
case 5:
case 6:
case 7:
FUN_00115a40(8,param_1);
goto LAB_00116cf3;
default:
if (bVar3 == 0) goto LAB_001171c1;
break;
case 0x12:
if ((byte)(pbVar14[2] - 0x30) < 2) {
LAB_0011732f:
DAT_0019d9a0 = pbVar14 + 2;
FUN_00115a40(2,param_1);
goto LAB_00116cf3;
}
break;
case 0x14:
case 0x15:
case 0x16:
case 0x17:
case 0x34:
case 0x35:
case 0x37:
case 0x42:
pbVar6 = pbVar6 + 1;
goto LAB_001172ee;
case 0x28:
case 0x48:
DAT_0019d9a0 = pbVar14 + 2;
FUN_00115a40(0x10,param_1);
goto LAB_00116cf3;
case 0x32:
if ((byte)(pbVar14[2] - 0x30) < 2) goto LAB_0011732f;
goto switchD_00116ce1_caseD_31;
case 0x36:
if (((&DAT_00194540)[pbVar14[2]] == '\0') &&
(pcVar8 = strchr("dD",0x66), pcVar8 != (char *)0x0)) {
local_30 = pbVar14 + 2;
FUN_0010da70(&local_30,&DAT_001441e9,&DAT_00146386,&PTR_DAT_001944c0);
if ((local_30 != DAT_0019d9a0 + 1) &&
((((local_30 != DAT_0019d9a0 + 2 || ((local_30[-1] - 0x2b & 0xfd) != 0)) &&
(*local_30 != 0x66)) && (pbVar6 = DAT_0019d9a0 + 1, *local_30 != 0x62))))
goto LAB_001172ee;
pbVar14 = DAT_0019d9a0 + -1;
}
switchD_00116ce1_caseD_31:
DAT_0019d9a0 = pbVar14;
FUN_00115a40(10,param_1);
goto LAB_00116cf3;
}
pcVar8 = strchr("dD",(int)(char)bVar3);
if (pcVar8 == (char *)0x0) {
LAB_001171c1:
*(undefined1 *)(param_1 + 3) = 2;
LAB_0011713c:
param_1[2] = 0;
}
else {
pbVar6 = pbVar14 + 2;
LAB_001172ee:
DAT_0019d9a0 = pbVar6;
FUN_001159b0(param_1);
param_1[2] = (long)(int)-(uint)(byte)_sch_tolower[bVar3];
}
goto LAB_00116cf3;
case 0x31:
case 0x32:
case 0x33:
case 0x34:
case 0x35:
case 0x36:
case 0x37:
case 0x38:
case 0x39:
goto switchD_00116ce1_caseD_31;
case 0x7e:
if (((&DAT_00194640)[bVar3] & 2) == 0) {
MASKED(param_1,param_2);
bVar2 = *(byte *)(param_1 + 3);
if (bVar2 != 2) {
if (bVar2 == 6) {
lVar5 = param_1[2];
bVar15 = false;
goto LAB_00117039;
}
goto LAB_001170fd;
}
goto LAB_001174a9;
}
}
DAT_0019d9a0 = pbVar14;
bVar3 = FUN_00116b30(&local_30);
iVar4 = FUN_00134150(local_30,param_1);
if (iVar4 == 0) {
lVar5 = FUN_0012c9e0(local_30);
lVar9 = FUN_0012af60(lVar5);
if (param_2 == 2) {
LAB_001173ca:
*(undefined1 *)(param_1 + 3) = 3;
*param_1 = lVar5;
param_1[2] = 0;
}
else if ((lVar9 == 0x1949f0) && (iVar4 = FUN_0012ac80(lVar5,0), iVar4 == 0)) {
*(undefined1 *)(param_1 + 3) = 2;
lVar5 = thunk_FUN_0012c290(lVar5);
param_1[2] = lVar5;
}
else {
if (DAT_0019d7b8 != lVar9) goto LAB_001173ca;
*(undefined1 *)(param_1 + 3) = 5;
lVar5 = thunk_FUN_0012c290(lVar5);
param_1[2] = lVar5;
}
}
*DAT_0019d9a0 = bVar3;
if (bVar3 == 0x22) {
FUN_00116050();
}
LAB_00116cf3:
FUN_00115970(param_1);
bVar3 = *DAT_0019d9a0;
while (bVar3 == 0x20) {
DAT_0019d9a0 = DAT_0019d9a0 + 1;
bVar3 = *DAT_0019d9a0;
}
if (*param_1 != 0) {
FUN_0012d700();
}
if (param_2 != 2) {
lVar5 = FUN_0012d000(*param_1,0);
*param_1 = lVar5;
lVar5 = FUN_0012d000(param_1[1],0);
param_1[1] = lVar5;
}
if ((char)param_1[3] != '\x03') {
lVar5 = 0x1949f0;
if ((char)param_1[3] == '\x05') {
lVar5 = DAT_0019d7b8;
}
return lVar5;
}
lVar5 = FUN_0012af60(*param_1);
return lVar5;
}
|
19_ia64-linux-gnu-strip_and_ia64-linux-gnu-strip_strip.c | qsort | qsort |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)
{
(*(code *)PTR_qsort_0012b098)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)
{
(*(code *)PTR_qsort_0012b098)();
return;
}
| JMP qword ptr [0x0012b098] | null | null | null | null | [('const-0', u'RETURN_-1206959813'), (u'CALLIND_-1206959816', u'INDIRECT_-1206959752'), (u'INDIRECT_-1206959752', u'COPY_-1206959811'), (u'CAST_-1206959747', u'CALLIND_-1206959816'), ('tmp_46', u'CAST_-1206959747')] | [('const-0', u'RETURN_-1206959813'), (u'CALLIND_-1206959816', u'INDIRECT_-1206959752'), (u'INDIRECT_-1206959752', u'COPY_-1206959811'), (u'CAST_-1206959747', u'CALLIND_-1206959816'), ('tmp_46', u'CAST_-1206959747')] | null | null | 00104130 | x64 | O2 | (translation_unit "/* 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 (*(code *)PTR_qsort_0012b098)();\n return;\n}\n\n" comment (function_definition "void qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)\n\n{\n (*(code *)PTR_qsort_0012b098)();\n return;\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 (*(code *)PTR_qsort_0012b098)();\n return;\n}" { (expression_statement "(*(code *)PTR_qsort_0012b098)();" (call_expression "(*(code *)PTR_qsort_0012b098)()" (parenthesized_expression "(*(code *)PTR_qsort_0012b098)" ( (pointer_expression "*(code *)PTR_qsort_0012b098" * (cast_expression "(code *)PTR_qsort_0012b098" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)\n\n{\n (*(code *)PTR_qsort_0012b098)();\n return;\n}\n\n" comment (function_definition "void qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)\n\n{\n (*(code *)PTR_qsort_0012b098)();\n return;\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 (*(code *)PTR_qsort_0012b098)();\n return;\n}" { (expression_statement "(*(code *)PTR_qsort_0012b098)();" (call_expression "(*(code *)PTR_qsort_0012b098)()" (parenthesized_expression "(*(code *)PTR_qsort_0012b098)" ( (pointer_expression "*(code *)PTR_qsort_0012b098" * (cast_expression "(code *)PTR_qsort_0012b098" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)\n\n{\n (*(code *)PTR_qsort_0012b098)();\n return;\n}\n\n" (function_definition "void qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)\n\n{\n (*(code *)PTR_qsort_0012b098)();\n return;\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 (*(code *)PTR_qsort_0012b098)();\n return;\n}" { (expression_statement "(*(code *)PTR_qsort_0012b098)();" (call_expression "(*(code *)PTR_qsort_0012b098)()" (parenthesized_expression "(*(code *)PTR_qsort_0012b098)" ( (pointer_expression "*(code *)PTR_qsort_0012b098" * (cast_expression "(code *)PTR_qsort_0012b098" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) }))) | (function_definition "void qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)\n\n{\n (*(code *)PTR_qsort_0012b098)();\n return;\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 (*(code *)PTR_qsort_0012b098)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_qsort_0012b098)();" (call_expression "(*(code *)PTR_qsort_0012b098)()" (parenthesized_expression "(*(code *)PTR_qsort_0012b098)" (( "(") (pointer_expression "*(code *)PTR_qsort_0012b098" (* "*") (cast_expression "(code *)PTR_qsort_0012b098" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_qsort_0012b098"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void *__base,size_t __nmemb,size_t __size,type_1 __compar)
{
(*(type_2 *)PTR_qsort_0012b098)();
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))) (return_statement)))) | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)
{
(*(code *)PTR_MASKED_0012b098)();
return;
}
|
215_powerpc-linux-gnuspe-objdump_and_powerpc-linux-gnuspe-objdump_strip.c | get_AT_name | FUN_00110450 |
char * get_AT_name(ulong attribute)
{
char *pcVar1;
pcVar1 = "DW_AT value: 0";
if ((attribute != 0) && (pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", attribute != 0x2001))
{
pcVar1 = get_DW_AT_name((uint)attribute);
if (pcVar1 != (char *)0x0) {
return pcVar1;
}
pcVar1 = (char *)dcgettext(0,"Unknown AT value: %lx",5);
snprintf(buffer_11032,100,pcVar1,attribute);
return buffer_11032;
}
return pcVar1;
}
|
char * FUN_00110450(long param_1)
{
char *pcVar1;
pcVar1 = "DW_AT value: 0";
if ((param_1 != 0) && (pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", param_1 != 0x2001)) {
pcVar1 = (char *)FUN_00139df0();
if (pcVar1 != (char *)0x0) {
return pcVar1;
}
pcVar1 = (char *)dcgettext(0,"Unknown AT value: %lx",5);
snprintf(&DAT_001575e0,100,pcVar1,param_1);
return &DAT_001575e0;
}
return pcVar1;
}
| LEA RAX,[0x1419f5]
TEST RDI,RDI
JZ 0x00110480
LEA RAX,[0x13e4a0]
CMP RDI,0x2001
JZ 0x00110480
PUSH RBX
MOV RBX,RDI
CALL 0x00139df0
TEST RAX,RAX
JZ 0x00110488
POP RBX
RET
RET
MOV EDX,0x5
LEA RSI,[0x141a04]
XOR EDI,EDI
CALL 0x00107230
MOV RCX,RBX
MOV ESI,0x64
LEA RDI,[0x1575e0]
MOV RDX,RAX
XOR EAX,EAX
CALL 0x001072a0
LEA RAX,[0x1575e0]
POP RBX
RET | null | null | null | null | [('const-5', u'CALL_-1207040806'), (u'CALL_-1207040876', u'RETURN_-1207040845'), ('tmp_244', u'INT_NOTEQUAL_-1207040896'), ('const-1317380', u'COPY_-1207040687'), (u'CAST_-1207040622', u'CALL_-1207040764'), ('tmp_244', u'SUBPIECE_-1207040710'), ('const-0', u'SUBPIECE_-1207040710'), ('tmp_102', u'CBRANCH_-1207040860'), (u'INT_NOTEQUAL_-1207040861', u'CBRANCH_-1207040860'), (u'COPY_-1207040943', u'MULTIEQUAL_-1207040713'), ('const-0', u'RETURN_-1207040845'), ('tmp_244', u'INT_NOTEQUAL_-1207040920'), (u'SUBPIECE_-1207040710', u'CALL_-1207040876'), ('const-100', u'CALL_-1207040764'), ('const-0', u'INT_NOTEQUAL_-1207040920'), ('const-1317365', u'COPY_-1207040943'), ('tmp_58', u'CBRANCH_-1207040891'), ('const-0', u'INT_NOTEQUAL_-1207040861'), (u'COPY_-1207040687', u'CALL_-1207040806'), (u'MULTIEQUAL_-1207040713', u'RETURN_-1207040797'), ('const-1406432', u'PTRSUB_-1207040596'), ('tmp_26', u'CBRANCH_-1207040919'), ('const-0', u'PTRSUB_-1207040596'), (u'CALL_-1207040806', u'CAST_-1207040622'), ('const-1406432', u'PTRSUB_-1207040699'), ('const-1303712', u'COPY_-1207040920'), (u'PTRSUB_-1207040596', u'CALL_-1207040764'), (u'PTRSUB_-1207040699', u'RETURN_-1207040740'), (u'COPY_-1207040920', u'MULTIEQUAL_-1207040713'), (u'CALL_-1207040876', u'INT_NOTEQUAL_-1207040861'), (u'INT_NOTEQUAL_-1207040896', u'CBRANCH_-1207040891'), ('const-0', u'CALL_-1207040806'), ('const-0', u'PTRSUB_-1207040699'), ('const-0', u'RETURN_-1207040740'), ('const-8193', u'INT_NOTEQUAL_-1207040896'), ('const-0', u'RETURN_-1207040797'), ('tmp_244', u'CALL_-1207040764'), (u'INT_NOTEQUAL_-1207040920', u'CBRANCH_-1207040919')] | [('tmp_464', u'CALL_-1207040764'), ('const-5', u'CALL_-1207040806'), ('const-0', u'PTRSUB_-1207040596'), (u'CAST_-1207040660', u'RETURN_-1207040845'), ('tmp_102', u'CBRANCH_-1207040860'), (u'COPY_-1207040943', u'MULTIEQUAL_-1207040712'), (u'INT_NOTEQUAL_-1207040861', u'CBRANCH_-1207040860'), (u'CALL_-1207040806', u'CAST_-1207040621'), ('const-0', u'RETURN_-1207040845'), ('const-1317365', u'COPY_-1207040943'), ('tmp_464', u'INT_NOTEQUAL_-1207040920'), ('const-1317380', u'COPY_-1207040687'), ('const-0', u'INT_NOTEQUAL_-1207040920'), ('tmp_58', u'CBRANCH_-1207040891'), (u'CAST_-1207040660', u'INT_NOTEQUAL_-1207040861'), ('const-0', u'INT_NOTEQUAL_-1207040861'), ('const-100', u'CALL_-1207040764'), (u'COPY_-1207040920', u'MULTIEQUAL_-1207040712'), (u'COPY_-1207040687', u'CALL_-1207040806'), ('tmp_26', u'CBRANCH_-1207040919'), ('tmp_464', u'INT_NOTEQUAL_-1207040896'), (u'MULTIEQUAL_-1207040712', u'RETURN_-1207040797'), (u'PTRSUB_-1207040596', u'CALL_-1207040764'), ('const-0', u'PTRSUB_-1207040699'), ('const-1406432', u'PTRSUB_-1207040596'), (u'CALL_-1207040876', u'CAST_-1207040660'), (u'PTRSUB_-1207040699', u'RETURN_-1207040740'), (u'CAST_-1207040621', u'CALL_-1207040764'), ('const-0', u'CALL_-1207040806'), ('const-1303712', u'COPY_-1207040920'), (u'INT_NOTEQUAL_-1207040896', u'CBRANCH_-1207040891'), ('const-0', u'RETURN_-1207040740'), ('const-0', u'RETURN_-1207040797'), ('const-1406432', u'PTRSUB_-1207040699'), (u'INT_NOTEQUAL_-1207040920', u'CBRANCH_-1207040919'), ('const-8193', u'INT_NOTEQUAL_-1207040896')] | null | null | 00110450 | x64 | O2 | (translation_unit "char * FUN_00110450(long param_1)\n\n{\n char *pcVar1;\n \n pcVar1 = "DW_AT value: 0";\n if ((param_1 != 0) && (pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", param_1 != 0x2001)) {\n pcVar1 = (char *)FUN_00139df0();\n if (pcVar1 != (char *)0x0) {\n return pcVar1;\n }\n pcVar1 = (char *)dcgettext(0,"Unknown AT value: %lx",5);\n snprintf(&DAT_001575e0,100,pcVar1,param_1);\n return &DAT_001575e0;\n }\n return pcVar1;\n}\n\n" (function_definition "char * FUN_00110450(long param_1)\n\n{\n char *pcVar1;\n \n pcVar1 = "DW_AT value: 0";\n if ((param_1 != 0) && (pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", param_1 != 0x2001)) {\n pcVar1 = (char *)FUN_00139df0();\n if (pcVar1 != (char *)0x0) {\n return pcVar1;\n }\n pcVar1 = (char *)dcgettext(0,"Unknown AT value: %lx",5);\n snprintf(&DAT_001575e0,100,pcVar1,param_1);\n return &DAT_001575e0;\n }\n return pcVar1;\n}" primitive_type (pointer_declarator "* FUN_00110450(long param_1)" * (function_declarator "FUN_00110450(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = "DW_AT value: 0";\n if ((param_1 != 0) && (pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", param_1 != 0x2001)) {\n pcVar1 = (char *)FUN_00139df0();\n if (pcVar1 != (char *)0x0) {\n return pcVar1;\n }\n pcVar1 = (char *)dcgettext(0,"Unknown AT value: %lx",5);\n snprintf(&DAT_001575e0,100,pcVar1,param_1);\n return &DAT_001575e0;\n }\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = "DW_AT value: 0";" (assignment_expression "pcVar1 = "DW_AT value: 0"" identifier = (string_literal ""DW_AT value: 0"" " string_content ")) ;) (if_statement "if ((param_1 != 0) && (pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", param_1 != 0x2001)) {\n pcVar1 = (char *)FUN_00139df0();\n if (pcVar1 != (char *)0x0) {\n return pcVar1;\n }\n pcVar1 = (char *)dcgettext(0,"Unknown AT value: %lx",5);\n snprintf(&DAT_001575e0,100,pcVar1,param_1);\n return &DAT_001575e0;\n }" if (parenthesized_expression "((param_1 != 0) && (pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", param_1 != 0x2001))" ( (binary_expression "(param_1 != 0) && (pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", param_1 != 0x2001)" (parenthesized_expression "(param_1 != 0)" ( (binary_expression "param_1 != 0" identifier != number_literal) )) && (parenthesized_expression "(pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", param_1 != 0x2001)" ( (comma_expression "pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", param_1 != 0x2001" (assignment_expression "pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable"" identifier = (string_literal ""DW_AT_MIPS_fde or DW_AT_HP_unmodifiable"" " string_content ")) , (binary_expression "param_1 != 0x2001" identifier != number_literal)) ))) )) (compound_statement "{\n pcVar1 = (char *)FUN_00139df0();\n if (pcVar1 != (char *)0x0) {\n return pcVar1;\n }\n pcVar1 = (char *)dcgettext(0,"Unknown AT value: %lx",5);\n snprintf(&DAT_001575e0,100,pcVar1,param_1);\n return &DAT_001575e0;\n }" { (expression_statement "pcVar1 = (char *)FUN_00139df0();" (assignment_expression "pcVar1 = (char *)FUN_00139df0()" identifier = (cast_expression "(char *)FUN_00139df0()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00139df0()" identifier (argument_list "()" ( ))))) ;) (if_statement "if (pcVar1 != (char *)0x0) {\n return pcVar1;\n }" if (parenthesized_expression "(pcVar1 != (char *)0x0)" ( (binary_expression "pcVar1 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return pcVar1;\n }" { (return_statement "return pcVar1;" return identifier ;) })) (expression_statement "pcVar1 = (char *)dcgettext(0,"Unknown AT value: %lx",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,"Unknown AT value: %lx",5)" identifier = (cast_expression "(char *)dcgettext(0,"Unknown AT value: %lx",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"Unknown AT value: %lx",5)" identifier (argument_list "(0,"Unknown AT value: %lx",5)" ( number_literal , (string_literal ""Unknown AT value: %lx"" " string_content ") , number_literal ))))) ;) (expression_statement "snprintf(&DAT_001575e0,100,pcVar1,param_1);" (call_expression "snprintf(&DAT_001575e0,100,pcVar1,param_1)" identifier (argument_list "(&DAT_001575e0,100,pcVar1,param_1)" ( (pointer_expression "&DAT_001575e0" & identifier) , number_literal , identifier , identifier ))) ;) (return_statement "return &DAT_001575e0;" return (pointer_expression "&DAT_001575e0" & identifier) ;) })) (return_statement "return pcVar1;" return identifier ;) }))) | (translation_unit "char * get_AT_name(ulong attribute)\n\n{\n char *pcVar1;\n \n pcVar1 = "DW_AT value: 0";\n if ((attribute != 0) && (pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", attribute != 0x2001))\n {\n pcVar1 = get_DW_AT_name((uint)attribute);\n if (pcVar1 != (char *)0x0) {\n return pcVar1;\n }\n pcVar1 = (char *)dcgettext(0,"Unknown AT value: %lx",5);\n snprintf(buffer_11032,100,pcVar1,attribute);\n return buffer_11032;\n }\n return pcVar1;\n}\n\n" (function_definition "char * get_AT_name(ulong attribute)\n\n{\n char *pcVar1;\n \n pcVar1 = "DW_AT value: 0";\n if ((attribute != 0) && (pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", attribute != 0x2001))\n {\n pcVar1 = get_DW_AT_name((uint)attribute);\n if (pcVar1 != (char *)0x0) {\n return pcVar1;\n }\n pcVar1 = (char *)dcgettext(0,"Unknown AT value: %lx",5);\n snprintf(buffer_11032,100,pcVar1,attribute);\n return buffer_11032;\n }\n return pcVar1;\n}" primitive_type (pointer_declarator "* get_AT_name(ulong attribute)" * (function_declarator "get_AT_name(ulong attribute)" identifier (parameter_list "(ulong attribute)" ( (parameter_declaration "ulong attribute" type_identifier identifier) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = "DW_AT value: 0";\n if ((attribute != 0) && (pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", attribute != 0x2001))\n {\n pcVar1 = get_DW_AT_name((uint)attribute);\n if (pcVar1 != (char *)0x0) {\n return pcVar1;\n }\n pcVar1 = (char *)dcgettext(0,"Unknown AT value: %lx",5);\n snprintf(buffer_11032,100,pcVar1,attribute);\n return buffer_11032;\n }\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = "DW_AT value: 0";" (assignment_expression "pcVar1 = "DW_AT value: 0"" identifier = (string_literal ""DW_AT value: 0"" " string_content ")) ;) (if_statement "if ((attribute != 0) && (pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", attribute != 0x2001))\n {\n pcVar1 = get_DW_AT_name((uint)attribute);\n if (pcVar1 != (char *)0x0) {\n return pcVar1;\n }\n pcVar1 = (char *)dcgettext(0,"Unknown AT value: %lx",5);\n snprintf(buffer_11032,100,pcVar1,attribute);\n return buffer_11032;\n }" if (parenthesized_expression "((attribute != 0) && (pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", attribute != 0x2001))" ( (binary_expression "(attribute != 0) && (pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", attribute != 0x2001)" (parenthesized_expression "(attribute != 0)" ( (binary_expression "attribute != 0" identifier != number_literal) )) && (parenthesized_expression "(pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", attribute != 0x2001)" ( (comma_expression "pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", attribute != 0x2001" (assignment_expression "pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable"" identifier = (string_literal ""DW_AT_MIPS_fde or DW_AT_HP_unmodifiable"" " string_content ")) , (binary_expression "attribute != 0x2001" identifier != number_literal)) ))) )) (compound_statement "{\n pcVar1 = get_DW_AT_name((uint)attribute);\n if (pcVar1 != (char *)0x0) {\n return pcVar1;\n }\n pcVar1 = (char *)dcgettext(0,"Unknown AT value: %lx",5);\n snprintf(buffer_11032,100,pcVar1,attribute);\n return buffer_11032;\n }" { (expression_statement "pcVar1 = get_DW_AT_name((uint)attribute);" (assignment_expression "pcVar1 = get_DW_AT_name((uint)attribute)" identifier = (call_expression "get_DW_AT_name((uint)attribute)" identifier (argument_list "((uint)attribute)" ( (cast_expression "(uint)attribute" ( (type_descriptor "uint" type_identifier) ) identifier) )))) ;) (if_statement "if (pcVar1 != (char *)0x0) {\n return pcVar1;\n }" if (parenthesized_expression "(pcVar1 != (char *)0x0)" ( (binary_expression "pcVar1 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return pcVar1;\n }" { (return_statement "return pcVar1;" return identifier ;) })) (expression_statement "pcVar1 = (char *)dcgettext(0,"Unknown AT value: %lx",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,"Unknown AT value: %lx",5)" identifier = (cast_expression "(char *)dcgettext(0,"Unknown AT value: %lx",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"Unknown AT value: %lx",5)" identifier (argument_list "(0,"Unknown AT value: %lx",5)" ( number_literal , (string_literal ""Unknown AT value: %lx"" " string_content ") , number_literal ))))) ;) (expression_statement "snprintf(buffer_11032,100,pcVar1,attribute);" (call_expression "snprintf(buffer_11032,100,pcVar1,attribute)" identifier (argument_list "(buffer_11032,100,pcVar1,attribute)" ( identifier , number_literal , identifier , identifier ))) ;) (return_statement "return buffer_11032;" return identifier ;) })) (return_statement "return pcVar1;" return identifier ;) }))) | (translation_unit "char * FUN_00110450(long param_1)\n\n{\n char *pcVar1;\n \n pcVar1 = "DW_AT value: 0";\n if ((param_1 != 0) && (pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", param_1 != 0x2001)) {\n pcVar1 = (char *)FUN_00139df0();\n if (pcVar1 != (char *)0x0) {\n return pcVar1;\n }\n pcVar1 = (char *)dcgettext(0,"Unknown AT value: %lx",5);\n snprintf(&DAT_001575e0,100,pcVar1,param_1);\n return &DAT_001575e0;\n }\n return pcVar1;\n}\n\n" (function_definition "char * FUN_00110450(long param_1)\n\n{\n char *pcVar1;\n \n pcVar1 = "DW_AT value: 0";\n if ((param_1 != 0) && (pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", param_1 != 0x2001)) {\n pcVar1 = (char *)FUN_00139df0();\n if (pcVar1 != (char *)0x0) {\n return pcVar1;\n }\n pcVar1 = (char *)dcgettext(0,"Unknown AT value: %lx",5);\n snprintf(&DAT_001575e0,100,pcVar1,param_1);\n return &DAT_001575e0;\n }\n return pcVar1;\n}" primitive_type (pointer_declarator "* FUN_00110450(long param_1)" * (function_declarator "FUN_00110450(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = "DW_AT value: 0";\n if ((param_1 != 0) && (pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", param_1 != 0x2001)) {\n pcVar1 = (char *)FUN_00139df0();\n if (pcVar1 != (char *)0x0) {\n return pcVar1;\n }\n pcVar1 = (char *)dcgettext(0,"Unknown AT value: %lx",5);\n snprintf(&DAT_001575e0,100,pcVar1,param_1);\n return &DAT_001575e0;\n }\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = "DW_AT value: 0";" (assignment_expression "pcVar1 = "DW_AT value: 0"" identifier = (string_literal ""DW_AT value: 0"" " string_content ")) ;) (if_statement "if ((param_1 != 0) && (pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", param_1 != 0x2001)) {\n pcVar1 = (char *)FUN_00139df0();\n if (pcVar1 != (char *)0x0) {\n return pcVar1;\n }\n pcVar1 = (char *)dcgettext(0,"Unknown AT value: %lx",5);\n snprintf(&DAT_001575e0,100,pcVar1,param_1);\n return &DAT_001575e0;\n }" if (parenthesized_expression "((param_1 != 0) && (pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", param_1 != 0x2001))" ( (binary_expression "(param_1 != 0) && (pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", param_1 != 0x2001)" (parenthesized_expression "(param_1 != 0)" ( (binary_expression "param_1 != 0" identifier != number_literal) )) && (parenthesized_expression "(pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", param_1 != 0x2001)" ( (comma_expression "pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", param_1 != 0x2001" (assignment_expression "pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable"" identifier = (string_literal ""DW_AT_MIPS_fde or DW_AT_HP_unmodifiable"" " string_content ")) , (binary_expression "param_1 != 0x2001" identifier != number_literal)) ))) )) (compound_statement "{\n pcVar1 = (char *)FUN_00139df0();\n if (pcVar1 != (char *)0x0) {\n return pcVar1;\n }\n pcVar1 = (char *)dcgettext(0,"Unknown AT value: %lx",5);\n snprintf(&DAT_001575e0,100,pcVar1,param_1);\n return &DAT_001575e0;\n }" { (expression_statement "pcVar1 = (char *)FUN_00139df0();" (assignment_expression "pcVar1 = (char *)FUN_00139df0()" identifier = (cast_expression "(char *)FUN_00139df0()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00139df0()" identifier (argument_list "()" ( ))))) ;) (if_statement "if (pcVar1 != (char *)0x0) {\n return pcVar1;\n }" if (parenthesized_expression "(pcVar1 != (char *)0x0)" ( (binary_expression "pcVar1 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return pcVar1;\n }" { (return_statement "return pcVar1;" return identifier ;) })) (expression_statement "pcVar1 = (char *)dcgettext(0,"Unknown AT value: %lx",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,"Unknown AT value: %lx",5)" identifier = (cast_expression "(char *)dcgettext(0,"Unknown AT value: %lx",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"Unknown AT value: %lx",5)" identifier (argument_list "(0,"Unknown AT value: %lx",5)" ( number_literal , (string_literal ""Unknown AT value: %lx"" " string_content ") , number_literal ))))) ;) (expression_statement "snprintf(&DAT_001575e0,100,pcVar1,param_1);" (call_expression "snprintf(&DAT_001575e0,100,pcVar1,param_1)" identifier (argument_list "(&DAT_001575e0,100,pcVar1,param_1)" ( (pointer_expression "&DAT_001575e0" & identifier) , number_literal , identifier , identifier ))) ;) (return_statement "return &DAT_001575e0;" return (pointer_expression "&DAT_001575e0" & identifier) ;) })) (return_statement "return pcVar1;" return identifier ;) }))) | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (string_literal " string_content ")) , (binary_expression IDENT != LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (return_statement return IDENT ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , LIT , IDENT , IDENT ))) ;) (return_statement return (pointer_expression & IDENT) ;) })) (return_statement return IDENT ;) }))) | (function_definition "char * FUN_00110450(long param_1)\n\n{\n char *pcVar1;\n \n pcVar1 = "DW_AT value: 0";\n if ((param_1 != 0) && (pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", param_1 != 0x2001)) {\n pcVar1 = (char *)FUN_00139df0();\n if (pcVar1 != (char *)0x0) {\n return pcVar1;\n }\n pcVar1 = (char *)dcgettext(0,"Unknown AT value: %lx",5);\n snprintf(&DAT_001575e0,100,pcVar1,param_1);\n return &DAT_001575e0;\n }\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* FUN_00110450(long param_1)" (* "*") (function_declarator "FUN_00110450(long param_1)" (identifier "FUN_00110450") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")")))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = "DW_AT value: 0";\n if ((param_1 != 0) && (pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", param_1 != 0x2001)) {\n pcVar1 = (char *)FUN_00139df0();\n if (pcVar1 != (char *)0x0) {\n return pcVar1;\n }\n pcVar1 = (char *)dcgettext(0,"Unknown AT value: %lx",5);\n snprintf(&DAT_001575e0,100,pcVar1,param_1);\n return &DAT_001575e0;\n }\n return pcVar1;\n}" ({ "{") (declaration "char *pcVar1;" (primitive_type "char") (pointer_declarator "*pcVar1" (* "*") (identifier "pcVar1")) (; ";")) (expression_statement "pcVar1 = "DW_AT value: 0";" (assignment_expression "pcVar1 = "DW_AT value: 0"" (identifier "pcVar1") (= "=") (string_literal ""DW_AT value: 0"" (" """) (string_content "DW_AT value: 0") (" """))) (; ";")) (if_statement "if ((param_1 != 0) && (pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", param_1 != 0x2001)) {\n pcVar1 = (char *)FUN_00139df0();\n if (pcVar1 != (char *)0x0) {\n return pcVar1;\n }\n pcVar1 = (char *)dcgettext(0,"Unknown AT value: %lx",5);\n snprintf(&DAT_001575e0,100,pcVar1,param_1);\n return &DAT_001575e0;\n }" (if "if") (parenthesized_expression "((param_1 != 0) && (pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", param_1 != 0x2001))" (( "(") (binary_expression "(param_1 != 0) && (pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", param_1 != 0x2001)" (parenthesized_expression "(param_1 != 0)" (( "(") (binary_expression "param_1 != 0" (identifier "param_1") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", param_1 != 0x2001)" (( "(") (comma_expression "pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", param_1 != 0x2001" (assignment_expression "pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable"" (identifier "pcVar1") (= "=") (string_literal ""DW_AT_MIPS_fde or DW_AT_HP_unmodifiable"" (" """) (string_content "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable") (" """))) (, ",") (binary_expression "param_1 != 0x2001" (identifier "param_1") (!= "!=") (number_literal "0x2001"))) () ")"))) () ")")) (compound_statement "{\n pcVar1 = (char *)FUN_00139df0();\n if (pcVar1 != (char *)0x0) {\n return pcVar1;\n }\n pcVar1 = (char *)dcgettext(0,"Unknown AT value: %lx",5);\n snprintf(&DAT_001575e0,100,pcVar1,param_1);\n return &DAT_001575e0;\n }" ({ "{") (expression_statement "pcVar1 = (char *)FUN_00139df0();" (assignment_expression "pcVar1 = (char *)FUN_00139df0()" (identifier "pcVar1") (= "=") (cast_expression "(char *)FUN_00139df0()" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00139df0()" (identifier "FUN_00139df0") (argument_list "()" (( "(") () ")"))))) (; ";")) (if_statement "if (pcVar1 != (char *)0x0) {\n return pcVar1;\n }" (if "if") (parenthesized_expression "(pcVar1 != (char *)0x0)" (( "(") (binary_expression "pcVar1 != (char *)0x0" (identifier "pcVar1") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n return pcVar1;\n }" ({ "{") (return_statement "return pcVar1;" (return "return") (identifier "pcVar1") (; ";")) (} "}"))) (expression_statement "pcVar1 = (char *)dcgettext(0,"Unknown AT value: %lx",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,"Unknown AT value: %lx",5)" (identifier "pcVar1") (= "=") (cast_expression "(char *)dcgettext(0,"Unknown AT value: %lx",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0,"Unknown AT value: %lx",5)" (identifier "dcgettext") (argument_list "(0,"Unknown AT value: %lx",5)" (( "(") (number_literal "0") (, ",") (string_literal ""Unknown AT value: %lx"" (" """) (string_content "Unknown AT value: %lx") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "snprintf(&DAT_001575e0,100,pcVar1,param_1);" (call_expression "snprintf(&DAT_001575e0,100,pcVar1,param_1)" (identifier "snprintf") (argument_list "(&DAT_001575e0,100,pcVar1,param_1)" (( "(") (pointer_expression "&DAT_001575e0" (& "&") (identifier "DAT_001575e0")) (, ",") (number_literal "100") (, ",") (identifier "pcVar1") (, ",") (identifier "param_1") () ")"))) (; ";")) (return_statement "return &DAT_001575e0;" (return "return") (pointer_expression "&DAT_001575e0" (& "&") (identifier "DAT_001575e0")) (; ";")) (} "}"))) (return_statement "return pcVar1;" (return "return") (identifier "pcVar1") (; ";")) (} "}"))) |
char * function_1(type_1 var_1)
{
char *var_3;
var_3 = "DW_AT value: 0";
if ((var_1 != 0) && (var_3 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", var_1 != 0x2001))
{
var_3 = var_2((type_2)var_1);
if (var_3 != (char *)0x0) {
return var_3;
}
var_3 = (char *)var_4(0,"Unknown AT value: %lx",5);
var_5(buffer_11032,100,var_3,var_1);
return buffer_11032;
}
return var_3;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (string_literal (string_content))) right: (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))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (return_statement (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (number_literal) (identifier) (identifier)))) (return_statement (pointer_expression argument: (identifier))))) (return_statement (identifier))))) | null |
char * MASKED(long param_1)
{
char *pcVar1;
pcVar1 = "DW_AT value: 0";
if ((param_1 != 0) && (pcVar1 = "DW_AT_MIPS_fde or DW_AT_HP_unmodifiable", param_1 != 0x2001)) {
pcVar1 = (char *)FUN_00139df0();
if (pcVar1 != (char *)0x0) {
return pcVar1;
}
pcVar1 = (char *)dcgettext(0,"Unknown AT value: %lx",5);
snprintf(&DAT_001575e0,100,pcVar1,param_1);
return &DAT_001575e0;
}
return pcVar1;
}
|
5369_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c | convert | FUN_00237e40 |
/* DWARF original prototype: bool convert(Binary_to_elf * this, Task * task) */
bool __thiscall gold::Binary_to_elf::convert(Binary_to_elf *this,Task *task)
{
bool bVar1;
if (this->size_ == 0x20) {
if (this->big_endian_ == false) {
bVar1 = sized_convert<32,_false>(this,task);
return bVar1;
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/binary.cc",0x5b,"convert");
}
if (this->size_ == 0x40) {
if (this->big_endian_ == false) {
bVar1 = sized_convert<64,_false>(this,task);
return bVar1;
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/binary.cc",0x6e,"convert");
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/binary.cc",0x73,"convert");
}
|
void FUN_00237e40(long param_1)
{
if (*(int *)(param_1 + 4) == 0x20) {
if (*(char *)(param_1 + 8) == '\0') {
FUN_00237fe0();
return;
}
/* WARNING: Subroutine does not return */
FUN_0016cdf0("../../gold/binary.cc",0x5b,"convert");
}
if (*(int *)(param_1 + 4) == 0x40) {
if (*(char *)(param_1 + 8) == '\0') {
FUN_00238bf0();
return;
}
/* WARNING: Subroutine does not return */
FUN_0016cdf0("../../gold/binary.cc",0x6e,"convert");
}
/* WARNING: Subroutine does not return */
FUN_0016cdf0("../../gold/binary.cc",0x73,"convert");
}
| SUB RSP,0x8
MOV EAX,dword ptr [RDI + 0x4]
CMP EAX,0x20
JZ 0x00237e60
CMP EAX,0x40
JNZ 0x00237e87
CMP byte ptr [RDI + 0x8],0x0
JNZ 0x00237e6f
ADD RSP,0x8
JMP 0x00238bf0
CMP byte ptr [RDI + 0x8],0x0
JNZ 0x00237e9f
ADD RSP,0x8
JMP 0x00237fe0
LEA RDX,[0x322f40]
MOV ESI,0x6e
LEA RDI,[0x322eec]
CALL 0x0016cdf0
LEA RDX,[0x322f40]
MOV ESI,0x73
LEA RDI,[0x322eec]
CALL 0x0016cdf0
LEA RDX,[0x322f40]
MOV ESI,0x5b
LEA RDI,[0x322eec]
CALL 0x0016cdf0 | null | null | null | null | [(u'CALL_-1203994923', u'COPY_-1203994890'), ('const-3288896', u'COPY_-1203994757'), ('tmp_299', u'PTRSUB_-1203994762'), (u'PTRSUB_-1203994746', u'LOAD_-1203994960'), ('const-8', u'PTRSUB_-1203994762'), (u'INT_EQUAL_-1203995036', u'CBRANCH_-1203995034'), (u'COPY_-1203994760', u'CALL_-1203994901'), (u'COPY_-1203994890', u'RETURN_-1203994919'), ('const-3288896', u'COPY_-1203994782'), ('const-3288896', u'COPY_-1203994732'), (u'COPY_-1203994757', u'CALL_-1203994901'), ('const-1', u'RETURN_-1203994896'), ('const-0', u'INT_EQUAL_-1203994945'), ('tmp_233', u'CBRANCH_-1203994941'), (u'INT_EQUAL_-1203994945', u'CBRANCH_-1203994941'), ('tmp_300', u'CALL_-1203994923'), ('const-1', u'RETURN_-1203994928'), ('tmp_64', u'CBRANCH_-1203995034'), ('const-3288812', u'COPY_-1203994735'), ('const-32', u'INT_EQUAL_-1203995036'), ('tmp_300', u'CALL_-1203994979'), (u'COPY_-1203994782', u'CALL_-1203994933'), (u'PTRSUB_-1203994776', u'LOAD_-1203995056'), ('tmp_299', u'CALL_-1203994923'), ('const-3288812', u'COPY_-1203994785'), (u'COPY_-1203994785', u'CALL_-1203994933'), ('const-8', u'PTRSUB_-1203994746'), (u'LOAD_-1203995056', u'INT_EQUAL_-1203995020'), (u'INT_EQUAL_-1203995001', u'CBRANCH_-1203994997'), ('const-110', u'CALL_-1203994933'), (u'PTRSUB_-1203994762', u'LOAD_-1203995016'), ('tmp_299', u'PTRSUB_-1203994776'), (u'COPY_-1203994735', u'CALL_-1203994844'), ('const-64', u'INT_EQUAL_-1203995020'), ('tmp_134', u'CBRANCH_-1203994997'), ('const-0', u'RETURN_-1203994975'), ('const-115', u'CALL_-1203994901'), (u'LOAD_-1203994960', u'INT_EQUAL_-1203994945'), ('const-4', u'PTRSUB_-1203994776'), ('const-433', u'LOAD_-1203994960'), ('const-433', u'LOAD_-1203995056'), ('const-0', u'RETURN_-1203994919'), (u'INT_EQUAL_-1203995020', u'CBRANCH_-1203995017'), ('const-433', u'LOAD_-1203995016'), ('tmp_96', u'CBRANCH_-1203995017'), (u'LOAD_-1203995016', u'INT_EQUAL_-1203995001'), ('const-0', u'INT_EQUAL_-1203995001'), ('tmp_299', u'CALL_-1203994979'), (u'LOAD_-1203995056', u'INT_EQUAL_-1203995036'), (u'CALL_-1203994979', u'COPY_-1203994906'), ('const-91', u'CALL_-1203994844'), ('tmp_299', u'PTRSUB_-1203994746'), ('const-3288812', u'COPY_-1203994760'), ('const-1', u'RETURN_-1203994839'), (u'COPY_-1203994906', u'RETURN_-1203994975'), (u'COPY_-1203994732', u'CALL_-1203994844')] | [(u'INT_EQUAL_-1203995036', u'CBRANCH_-1203995034'), ('const-433', u'LOAD_-1203994960'), (u'COPY_-1203994769', u'CALL_-1203994901'), ('const-4', u'INT_ADD_-1203995040'), ('const-3288812', u'COPY_-1203994794'), ('const-3288812', u'COPY_-1203994744'), ('tmp_526', u'INT_ADD_-1203995040'), ('const-1', u'RETURN_-1203994896'), ('const-3288896', u'COPY_-1203994741'), ('tmp_233', u'CBRANCH_-1203994941'), (u'INT_EQUAL_-1203994945', u'CBRANCH_-1203994941'), (u'COPY_-1203994794', u'CALL_-1203994933'), ('const-1', u'RETURN_-1203994928'), ('tmp_526', u'INT_ADD_-1203995000'), ('tmp_64', u'CBRANCH_-1203995034'), ('tmp_526', u'INT_ADD_-1203994944'), ('const-3288812', u'COPY_-1203994769'), ('const-0', u'INT_EQUAL_-1203994945'), (u'INT_ADD_-1203994944', u'CAST_-1203994758'), ('const-91', u'CALL_-1203994844'), ('const-110', u'CALL_-1203994933'), (u'INT_ADD_-1203995040', u'CAST_-1203994787'), (u'INT_ADD_-1203995000', u'CAST_-1203994772'), ('const-64', u'INT_EQUAL_-1203995020'), (u'LOAD_-1203995056', u'INT_EQUAL_-1203995020'), (u'INT_EQUAL_-1203995001', u'CBRANCH_-1203994997'), (u'COPY_-1203994791', u'CALL_-1203994933'), ('const-32', u'INT_EQUAL_-1203995036'), ('const-8', u'INT_ADD_-1203995000'), ('const-8', u'INT_ADD_-1203994944'), (u'CAST_-1203994758', u'LOAD_-1203994960'), (u'CAST_-1203994772', u'LOAD_-1203995016'), ('tmp_134', u'CBRANCH_-1203994997'), ('const-115', u'CALL_-1203994901'), ('const-0', u'RETURN_-1203994975'), (u'LOAD_-1203994960', u'INT_EQUAL_-1203994945'), ('const-0', u'RETURN_-1203994919'), (u'INT_EQUAL_-1203995020', u'CBRANCH_-1203995017'), ('tmp_96', u'CBRANCH_-1203995017'), (u'LOAD_-1203995016', u'INT_EQUAL_-1203995001'), (u'CAST_-1203994787', u'LOAD_-1203995056'), ('const-433', u'LOAD_-1203995056'), (u'LOAD_-1203995056', u'INT_EQUAL_-1203995036'), ('const-3288896', u'COPY_-1203994791'), ('const-3288896', u'COPY_-1203994766'), (u'COPY_-1203994744', u'CALL_-1203994844'), ('const-0', u'INT_EQUAL_-1203995001'), (u'COPY_-1203994766', u'CALL_-1203994901'), ('const-1', u'RETURN_-1203994839'), (u'COPY_-1203994741', u'CALL_-1203994844'), ('const-433', u'LOAD_-1203995016')] | null | null | 00237e40 | x64 | O2 | (translation_unit "void FUN_00237e40(long param_1)\n\n{\n if (*(int *)(param_1 + 4) == 0x20) {\n if (*(char *)(param_1 + 8) == '\0') {\n FUN_00237fe0();\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/binary.cc",0x5b,"convert");\n }\n if (*(int *)(param_1 + 4) == 0x40) {\n if (*(char *)(param_1 + 8) == '\0') {\n FUN_00238bf0();\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/binary.cc",0x6e,"convert");\n }\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/binary.cc",0x73,"convert");\n}\n\n" (function_definition "void FUN_00237e40(long param_1)\n\n{\n if (*(int *)(param_1 + 4) == 0x20) {\n if (*(char *)(param_1 + 8) == '\0') {\n FUN_00237fe0();\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/binary.cc",0x5b,"convert");\n }\n if (*(int *)(param_1 + 4) == 0x40) {\n if (*(char *)(param_1 + 8) == '\0') {\n FUN_00238bf0();\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/binary.cc",0x6e,"convert");\n }\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/binary.cc",0x73,"convert");\n}" primitive_type (function_declarator "FUN_00237e40(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n if (*(int *)(param_1 + 4) == 0x20) {\n if (*(char *)(param_1 + 8) == '\0') {\n FUN_00237fe0();\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/binary.cc",0x5b,"convert");\n }\n if (*(int *)(param_1 + 4) == 0x40) {\n if (*(char *)(param_1 + 8) == '\0') {\n FUN_00238bf0();\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/binary.cc",0x6e,"convert");\n }\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/binary.cc",0x73,"convert");\n}" { (if_statement "if (*(int *)(param_1 + 4) == 0x20) {\n if (*(char *)(param_1 + 8) == '\0') {\n FUN_00237fe0();\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/binary.cc",0x5b,"convert");\n }" if (parenthesized_expression "(*(int *)(param_1 + 4) == 0x20)" ( (binary_expression "*(int *)(param_1 + 4) == 0x20" (pointer_expression "*(int *)(param_1 + 4)" * (cast_expression "(int *)(param_1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n if (*(char *)(param_1 + 8) == '\0') {\n FUN_00237fe0();\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/binary.cc",0x5b,"convert");\n }" { (if_statement "if (*(char *)(param_1 + 8) == '\0') {\n FUN_00237fe0();\n return;\n }" if (parenthesized_expression "(*(char *)(param_1 + 8) == '\0')" ( (binary_expression "*(char *)(param_1 + 8) == '\0'" (pointer_expression "*(char *)(param_1 + 8)" * (cast_expression "(char *)(param_1 + 8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n FUN_00237fe0();\n return;\n }" { (expression_statement "FUN_00237fe0();" (call_expression "FUN_00237fe0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_0016cdf0("../../gold/binary.cc",0x5b,"convert");" (call_expression "FUN_0016cdf0("../../gold/binary.cc",0x5b,"convert")" identifier (argument_list "("../../gold/binary.cc",0x5b,"convert")" ( (string_literal ""../../gold/binary.cc"" " string_content ") , number_literal , (string_literal ""convert"" " string_content ") ))) ;) })) (if_statement "if (*(int *)(param_1 + 4) == 0x40) {\n if (*(char *)(param_1 + 8) == '\0') {\n FUN_00238bf0();\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/binary.cc",0x6e,"convert");\n }" if (parenthesized_expression "(*(int *)(param_1 + 4) == 0x40)" ( (binary_expression "*(int *)(param_1 + 4) == 0x40" (pointer_expression "*(int *)(param_1 + 4)" * (cast_expression "(int *)(param_1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n if (*(char *)(param_1 + 8) == '\0') {\n FUN_00238bf0();\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/binary.cc",0x6e,"convert");\n }" { (if_statement "if (*(char *)(param_1 + 8) == '\0') {\n FUN_00238bf0();\n return;\n }" if (parenthesized_expression "(*(char *)(param_1 + 8) == '\0')" ( (binary_expression "*(char *)(param_1 + 8) == '\0'" (pointer_expression "*(char *)(param_1 + 8)" * (cast_expression "(char *)(param_1 + 8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n FUN_00238bf0();\n return;\n }" { (expression_statement "FUN_00238bf0();" (call_expression "FUN_00238bf0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_0016cdf0("../../gold/binary.cc",0x6e,"convert");" (call_expression "FUN_0016cdf0("../../gold/binary.cc",0x6e,"convert")" identifier (argument_list "("../../gold/binary.cc",0x6e,"convert")" ( (string_literal ""../../gold/binary.cc"" " string_content ") , number_literal , (string_literal ""convert"" " string_content ") ))) ;) })) comment (expression_statement "FUN_0016cdf0("../../gold/binary.cc",0x73,"convert");" (call_expression "FUN_0016cdf0("../../gold/binary.cc",0x73,"convert")" identifier (argument_list "("../../gold/binary.cc",0x73,"convert")" ( (string_literal ""../../gold/binary.cc"" " string_content ") , number_literal , (string_literal ""convert"" " string_content ") ))) ;) }))) | (translation_unit "/* DWARF original prototype: bool convert(Binary_to_elf * this, Task * task) */\n\nbool __thiscall gold::Binary_to_elf::convert(Binary_to_elf *this,Task *task)\n\n{\n bool bVar1;\n \n if (this->size_ == 0x20) {\n if (this->big_endian_ == false) {\n bVar1 = sized_convert<32,_false>(this,task);\n return bVar1;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/binary.cc",0x5b,"convert");\n }\n if (this->size_ == 0x40) {\n if (this->big_endian_ == false) {\n bVar1 = sized_convert<64,_false>(this,task);\n return bVar1;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/binary.cc",0x6e,"convert");\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/binary.cc",0x73,"convert");\n}\n\n" comment (function_definition "bool __thiscall gold::Binary_to_elf::convert(Binary_to_elf *this,Task *task)\n\n{\n bool bVar1;\n \n if (this->size_ == 0x20) {\n if (this->big_endian_ == false) {\n bVar1 = sized_convert<32,_false>(this,task);\n return bVar1;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/binary.cc",0x5b,"convert");\n }\n if (this->size_ == 0x40) {\n if (this->big_endian_ == false) {\n bVar1 = sized_convert<64,_false>(this,task);\n return bVar1;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/binary.cc",0x6e,"convert");\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/binary.cc",0x73,"convert");\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Binary_to_elf::" identifier : : identifier : :) (function_declarator "convert(Binary_to_elf *this,Task *task)" identifier (parameter_list "(Binary_to_elf *this,Task *task)" ( (parameter_declaration "Binary_to_elf *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Task *task" type_identifier (pointer_declarator "*task" * identifier)) ))) (compound_statement "{\n bool bVar1;\n \n if (this->size_ == 0x20) {\n if (this->big_endian_ == false) {\n bVar1 = sized_convert<32,_false>(this,task);\n return bVar1;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/binary.cc",0x5b,"convert");\n }\n if (this->size_ == 0x40) {\n if (this->big_endian_ == false) {\n bVar1 = sized_convert<64,_false>(this,task);\n return bVar1;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/binary.cc",0x6e,"convert");\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/binary.cc",0x73,"convert");\n}" { (declaration "bool bVar1;" primitive_type identifier ;) (if_statement "if (this->size_ == 0x20) {\n if (this->big_endian_ == false) {\n bVar1 = sized_convert<32,_false>(this,task);\n return bVar1;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/binary.cc",0x5b,"convert");\n }" if (parenthesized_expression "(this->size_ == 0x20)" ( (binary_expression "this->size_ == 0x20" (field_expression "this->size_" identifier -> field_identifier) == number_literal) )) (compound_statement "{\n if (this->big_endian_ == false) {\n bVar1 = sized_convert<32,_false>(this,task);\n return bVar1;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/binary.cc",0x5b,"convert");\n }" { (if_statement "if (this->big_endian_ == false) {\n bVar1 = sized_convert<32,_false>(this,task);\n return bVar1;\n }" if (parenthesized_expression "(this->big_endian_ == false)" ( (binary_expression "this->big_endian_ == false" (field_expression "this->big_endian_" identifier -> field_identifier) == false) )) (compound_statement "{\n bVar1 = sized_convert<32,_false>(this,task);\n return bVar1;\n }" { (expression_statement "bVar1 = sized_convert<32,_false>(this,task);" (comma_expression "bVar1 = sized_convert<32,_false>(this,task)" (assignment_expression "bVar1 = sized_convert<32" identifier = (binary_expression "sized_convert<32" identifier < number_literal)) , (binary_expression "_false>(this,task)" identifier > (parenthesized_expression "(this,task)" ( (comma_expression "this,task" identifier , identifier) )))) ;) (return_statement "return bVar1;" return identifier ;) })) comment (expression_statement "do_gold_unreachable("../../gold/binary.cc",0x5b,"convert");" (call_expression "do_gold_unreachable("../../gold/binary.cc",0x5b,"convert")" identifier (argument_list "("../../gold/binary.cc",0x5b,"convert")" ( (string_literal ""../../gold/binary.cc"" " string_content ") , number_literal , (string_literal ""convert"" " string_content ") ))) ;) })) (if_statement "if (this->size_ == 0x40) {\n if (this->big_endian_ == false) {\n bVar1 = sized_convert<64,_false>(this,task);\n return bVar1;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/binary.cc",0x6e,"convert");\n }" if (parenthesized_expression "(this->size_ == 0x40)" ( (binary_expression "this->size_ == 0x40" (field_expression "this->size_" identifier -> field_identifier) == number_literal) )) (compound_statement "{\n if (this->big_endian_ == false) {\n bVar1 = sized_convert<64,_false>(this,task);\n return bVar1;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/binary.cc",0x6e,"convert");\n }" { (if_statement "if (this->big_endian_ == false) {\n bVar1 = sized_convert<64,_false>(this,task);\n return bVar1;\n }" if (parenthesized_expression "(this->big_endian_ == false)" ( (binary_expression "this->big_endian_ == false" (field_expression "this->big_endian_" identifier -> field_identifier) == false) )) (compound_statement "{\n bVar1 = sized_convert<64,_false>(this,task);\n return bVar1;\n }" { (expression_statement "bVar1 = sized_convert<64,_false>(this,task);" (comma_expression "bVar1 = sized_convert<64,_false>(this,task)" (assignment_expression "bVar1 = sized_convert<64" identifier = (binary_expression "sized_convert<64" identifier < number_literal)) , (binary_expression "_false>(this,task)" identifier > (parenthesized_expression "(this,task)" ( (comma_expression "this,task" identifier , identifier) )))) ;) (return_statement "return bVar1;" return identifier ;) })) comment (expression_statement "do_gold_unreachable("../../gold/binary.cc",0x6e,"convert");" (call_expression "do_gold_unreachable("../../gold/binary.cc",0x6e,"convert")" identifier (argument_list "("../../gold/binary.cc",0x6e,"convert")" ( (string_literal ""../../gold/binary.cc"" " string_content ") , number_literal , (string_literal ""convert"" " string_content ") ))) ;) })) comment (expression_statement "do_gold_unreachable("../../gold/binary.cc",0x73,"convert");" (call_expression "do_gold_unreachable("../../gold/binary.cc",0x73,"convert")" identifier (argument_list "("../../gold/binary.cc",0x73,"convert")" ( (string_literal ""../../gold/binary.cc"" " string_content ") , number_literal , (string_literal ""convert"" " string_content ") ))) ;) }))) | (translation_unit "void FUN_00237e40(long param_1)\n\n{\n if (*(int *)(param_1 + 4) == 0x20) {\n if (*(char *)(param_1 + 8) == '\0') {\n FUN_00237fe0();\n return;\n }\n \n FUN_0016cdf0("../../gold/binary.cc",0x5b,"convert");\n }\n if (*(int *)(param_1 + 4) == 0x40) {\n if (*(char *)(param_1 + 8) == '\0') {\n FUN_00238bf0();\n return;\n }\n \n FUN_0016cdf0("../../gold/binary.cc",0x6e,"convert");\n }\n \n FUN_0016cdf0("../../gold/binary.cc",0x73,"convert");\n}\n\n" (function_definition "void FUN_00237e40(long param_1)\n\n{\n if (*(int *)(param_1 + 4) == 0x20) {\n if (*(char *)(param_1 + 8) == '\0') {\n FUN_00237fe0();\n return;\n }\n \n FUN_0016cdf0("../../gold/binary.cc",0x5b,"convert");\n }\n if (*(int *)(param_1 + 4) == 0x40) {\n if (*(char *)(param_1 + 8) == '\0') {\n FUN_00238bf0();\n return;\n }\n \n FUN_0016cdf0("../../gold/binary.cc",0x6e,"convert");\n }\n \n FUN_0016cdf0("../../gold/binary.cc",0x73,"convert");\n}" primitive_type (function_declarator "FUN_00237e40(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n if (*(int *)(param_1 + 4) == 0x20) {\n if (*(char *)(param_1 + 8) == '\0') {\n FUN_00237fe0();\n return;\n }\n \n FUN_0016cdf0("../../gold/binary.cc",0x5b,"convert");\n }\n if (*(int *)(param_1 + 4) == 0x40) {\n if (*(char *)(param_1 + 8) == '\0') {\n FUN_00238bf0();\n return;\n }\n \n FUN_0016cdf0("../../gold/binary.cc",0x6e,"convert");\n }\n \n FUN_0016cdf0("../../gold/binary.cc",0x73,"convert");\n}" { (if_statement "if (*(int *)(param_1 + 4) == 0x20) {\n if (*(char *)(param_1 + 8) == '\0') {\n FUN_00237fe0();\n return;\n }\n \n FUN_0016cdf0("../../gold/binary.cc",0x5b,"convert");\n }" if (parenthesized_expression "(*(int *)(param_1 + 4) == 0x20)" ( (binary_expression "*(int *)(param_1 + 4) == 0x20" (pointer_expression "*(int *)(param_1 + 4)" * (cast_expression "(int *)(param_1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n if (*(char *)(param_1 + 8) == '\0') {\n FUN_00237fe0();\n return;\n }\n \n FUN_0016cdf0("../../gold/binary.cc",0x5b,"convert");\n }" { (if_statement "if (*(char *)(param_1 + 8) == '\0') {\n FUN_00237fe0();\n return;\n }" if (parenthesized_expression "(*(char *)(param_1 + 8) == '\0')" ( (binary_expression "*(char *)(param_1 + 8) == '\0'" (pointer_expression "*(char *)(param_1 + 8)" * (cast_expression "(char *)(param_1 + 8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n FUN_00237fe0();\n return;\n }" { (expression_statement "FUN_00237fe0();" (call_expression "FUN_00237fe0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_0016cdf0("../../gold/binary.cc",0x5b,"convert");" (call_expression "FUN_0016cdf0("../../gold/binary.cc",0x5b,"convert")" identifier (argument_list "("../../gold/binary.cc",0x5b,"convert")" ( (string_literal ""../../gold/binary.cc"" " string_content ") , number_literal , (string_literal ""convert"" " string_content ") ))) ;) })) (if_statement "if (*(int *)(param_1 + 4) == 0x40) {\n if (*(char *)(param_1 + 8) == '\0') {\n FUN_00238bf0();\n return;\n }\n \n FUN_0016cdf0("../../gold/binary.cc",0x6e,"convert");\n }" if (parenthesized_expression "(*(int *)(param_1 + 4) == 0x40)" ( (binary_expression "*(int *)(param_1 + 4) == 0x40" (pointer_expression "*(int *)(param_1 + 4)" * (cast_expression "(int *)(param_1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n if (*(char *)(param_1 + 8) == '\0') {\n FUN_00238bf0();\n return;\n }\n \n FUN_0016cdf0("../../gold/binary.cc",0x6e,"convert");\n }" { (if_statement "if (*(char *)(param_1 + 8) == '\0') {\n FUN_00238bf0();\n return;\n }" if (parenthesized_expression "(*(char *)(param_1 + 8) == '\0')" ( (binary_expression "*(char *)(param_1 + 8) == '\0'" (pointer_expression "*(char *)(param_1 + 8)" * (cast_expression "(char *)(param_1 + 8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n FUN_00238bf0();\n return;\n }" { (expression_statement "FUN_00238bf0();" (call_expression "FUN_00238bf0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_0016cdf0("../../gold/binary.cc",0x6e,"convert");" (call_expression "FUN_0016cdf0("../../gold/binary.cc",0x6e,"convert")" identifier (argument_list "("../../gold/binary.cc",0x6e,"convert")" ( (string_literal ""../../gold/binary.cc"" " string_content ") , number_literal , (string_literal ""convert"" " string_content ") ))) ;) })) (expression_statement "FUN_0016cdf0("../../gold/binary.cc",0x73,"convert");" (call_expression "FUN_0016cdf0("../../gold/binary.cc",0x73,"convert")" identifier (argument_list "("../../gold/binary.cc",0x73,"convert")" ( (string_literal ""../../gold/binary.cc"" " string_content ") , number_literal , (string_literal ""convert"" " string_content ") ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) }))) | (function_definition "void FUN_00237e40(long param_1)\n\n{\n if (*(int *)(param_1 + 4) == 0x20) {\n if (*(char *)(param_1 + 8) == '\0') {\n FUN_00237fe0();\n return;\n }\n \n FUN_0016cdf0("../../gold/binary.cc",0x5b,"convert");\n }\n if (*(int *)(param_1 + 4) == 0x40) {\n if (*(char *)(param_1 + 8) == '\0') {\n FUN_00238bf0();\n return;\n }\n \n FUN_0016cdf0("../../gold/binary.cc",0x6e,"convert");\n }\n \n FUN_0016cdf0("../../gold/binary.cc",0x73,"convert");\n}" (primitive_type "void") (function_declarator "FUN_00237e40(long param_1)" (identifier "FUN_00237e40") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n if (*(int *)(param_1 + 4) == 0x20) {\n if (*(char *)(param_1 + 8) == '\0') {\n FUN_00237fe0();\n return;\n }\n \n FUN_0016cdf0("../../gold/binary.cc",0x5b,"convert");\n }\n if (*(int *)(param_1 + 4) == 0x40) {\n if (*(char *)(param_1 + 8) == '\0') {\n FUN_00238bf0();\n return;\n }\n \n FUN_0016cdf0("../../gold/binary.cc",0x6e,"convert");\n }\n \n FUN_0016cdf0("../../gold/binary.cc",0x73,"convert");\n}" ({ "{") (if_statement "if (*(int *)(param_1 + 4) == 0x20) {\n if (*(char *)(param_1 + 8) == '\0') {\n FUN_00237fe0();\n return;\n }\n \n FUN_0016cdf0("../../gold/binary.cc",0x5b,"convert");\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 4) == 0x20)" (( "(") (binary_expression "*(int *)(param_1 + 4) == 0x20" (pointer_expression "*(int *)(param_1 + 4)" (* "*") (cast_expression "(int *)(param_1 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 4)" (( "(") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) () ")")))) (== "==") (number_literal "0x20")) () ")")) (compound_statement "{\n if (*(char *)(param_1 + 8) == '\0') {\n FUN_00237fe0();\n return;\n }\n \n FUN_0016cdf0("../../gold/binary.cc",0x5b,"convert");\n }" ({ "{") (if_statement "if (*(char *)(param_1 + 8) == '\0') {\n FUN_00237fe0();\n return;\n }" (if "if") (parenthesized_expression "(*(char *)(param_1 + 8) == '\0')" (( "(") (binary_expression "*(char *)(param_1 + 8) == '\0'" (pointer_expression "*(char *)(param_1 + 8)" (* "*") (cast_expression "(char *)(param_1 + 8)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n FUN_00237fe0();\n return;\n }" ({ "{") (expression_statement "FUN_00237fe0();" (call_expression "FUN_00237fe0()" (identifier "FUN_00237fe0") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_0016cdf0("../../gold/binary.cc",0x5b,"convert");" (call_expression "FUN_0016cdf0("../../gold/binary.cc",0x5b,"convert")" (identifier "FUN_0016cdf0") (argument_list "("../../gold/binary.cc",0x5b,"convert")" (( "(") (string_literal ""../../gold/binary.cc"" (" """) (string_content "../../gold/binary.cc") (" """)) (, ",") (number_literal "0x5b") (, ",") (string_literal ""convert"" (" """) (string_content "convert") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(param_1 + 4) == 0x40) {\n if (*(char *)(param_1 + 8) == '\0') {\n FUN_00238bf0();\n return;\n }\n \n FUN_0016cdf0("../../gold/binary.cc",0x6e,"convert");\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 4) == 0x40)" (( "(") (binary_expression "*(int *)(param_1 + 4) == 0x40" (pointer_expression "*(int *)(param_1 + 4)" (* "*") (cast_expression "(int *)(param_1 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 4)" (( "(") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) () ")")))) (== "==") (number_literal "0x40")) () ")")) (compound_statement "{\n if (*(char *)(param_1 + 8) == '\0') {\n FUN_00238bf0();\n return;\n }\n \n FUN_0016cdf0("../../gold/binary.cc",0x6e,"convert");\n }" ({ "{") (if_statement "if (*(char *)(param_1 + 8) == '\0') {\n FUN_00238bf0();\n return;\n }" (if "if") (parenthesized_expression "(*(char *)(param_1 + 8) == '\0')" (( "(") (binary_expression "*(char *)(param_1 + 8) == '\0'" (pointer_expression "*(char *)(param_1 + 8)" (* "*") (cast_expression "(char *)(param_1 + 8)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n FUN_00238bf0();\n return;\n }" ({ "{") (expression_statement "FUN_00238bf0();" (call_expression "FUN_00238bf0()" (identifier "FUN_00238bf0") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_0016cdf0("../../gold/binary.cc",0x6e,"convert");" (call_expression "FUN_0016cdf0("../../gold/binary.cc",0x6e,"convert")" (identifier "FUN_0016cdf0") (argument_list "("../../gold/binary.cc",0x6e,"convert")" (( "(") (string_literal ""../../gold/binary.cc"" (" """) (string_content "../../gold/binary.cc") (" """)) (, ",") (number_literal "0x6e") (, ",") (string_literal ""convert"" (" """) (string_content "convert") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_0016cdf0("../../gold/binary.cc",0x73,"convert");" (call_expression "FUN_0016cdf0("../../gold/binary.cc",0x73,"convert")" (identifier "FUN_0016cdf0") (argument_list "("../../gold/binary.cc",0x73,"convert")" (( "(") (string_literal ""../../gold/binary.cc"" (" """) (string_content "../../gold/binary.cc") (" """)) (, ",") (number_literal "0x73") (, ",") (string_literal ""convert"" (" """) (string_content "convert") (" """)) () ")"))) (; ";")) (} "}"))) |
/* DWARF original prototype: bool convert(Binary_to_elf * this, Task * task) */
bool __thiscall gold::type_1::function_1(type_1 *this,type_2 *task)
{
bool bVar1;
if (this->size_ == 0x20) {
if (this->big_endian_ == false) {
bVar1 = var_1<32,var_2>(this,task);
return bVar1;
}
/* WARNING: Subroutine does not return */
var_3("../../gold/binary.cc",0x5b,"convert");
}
if (this->size_ == 0x40) {
if (this->big_endian_ == false) {
bVar1 = var_1<64,var_2>(this,task);
return bVar1;
}
/* WARNING: Subroutine does not return */
var_3("../../gold/binary.cc",0x6e,"convert");
}
/* WARNING: Subroutine does not return */
var_3("../../gold/binary.cc",0x73,"convert");
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) 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)) (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 (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))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)))))))) | null |
void MASKED(long param_1)
{
if (*(int *)(param_1 + 4) == 0x20) {
if (*(char *)(param_1 + 8) == '\0') {
FUN_00237fe0();
return;
}
/* WARNING: Subroutine does not return */
FUN_0016cdf0("../../gold/binary.cc",0x5b,"convert");
}
if (*(int *)(param_1 + 4) == 0x40) {
if (*(char *)(param_1 + 8) == '\0') {
FUN_00238bf0();
return;
}
/* WARNING: Subroutine does not return */
FUN_0016cdf0("../../gold/binary.cc",0x6e,"convert");
}
/* WARNING: Subroutine does not return */
FUN_0016cdf0("../../gold/binary.cc",0x73,"convert");
}
|
320_less_and_less_strip.c | add_lnum | FUN_00112a40 |
void add_lnum(LINENUM linenum,POSITION pos)
{
bool bVar1;
linenum_info *plVar2;
linenum_info *plVar3;
linenum_info *plVar4;
linenum_info *plVar5;
POSITION PVar6;
plVar5 = spare;
plVar3 = anchor.next;
if ((anchor.next != &anchor) && ((anchor.next)->pos < pos)) {
if (linenum == (anchor.next)->line) {
return;
}
while ((plVar3 = plVar3->next, plVar3 != &anchor && (plVar3->pos < pos))) {
if (plVar3->line == linenum) {
return;
}
}
}
plVar4 = plVar3->prev;
if (freelist == (linenum_info *)0x0) {
spare = (linenum_info *)0x0;
}
else {
plVar5 = freelist;
freelist = freelist->next;
}
plVar2 = spare;
plVar5->next = plVar3;
plVar5->prev = plVar4;
plVar5->pos = pos;
plVar5->line = linenum;
plVar3->prev = plVar5;
plVar4->next = plVar5;
if (plVar5 == &anchor) {
if (plVar3 == &anchor) goto LAB_00112b0a;
LAB_00112ae1:
if (plVar3->next != &anchor) {
plVar3->gap = plVar3->next->pos - pos;
}
}
else {
if (plVar5->next != &anchor) {
plVar5->gap = plVar5->next->pos - plVar5->prev->pos;
}
if (plVar3 != &anchor) goto LAB_00112ae1;
}
if ((plVar5 != &anchor) && (plVar4 != &anchor)) {
plVar4->gap = pos - plVar4->prev->pos;
}
LAB_00112b0a:
if (plVar2 != (linenum_info *)0x0) {
return;
}
bVar1 = false;
plVar3 = anchor.next;
PVar6 = (anchor.next)->gap;
plVar5 = (linenum_info *)0x0;
while (plVar4 = plVar3, plVar3 = plVar4->next, plVar3 != &anchor) {
if (plVar4->gap <= PVar6) {
bVar1 = true;
PVar6 = plVar4->gap;
plVar5 = plVar4;
}
}
plVar3 = plVar5;
if (!bVar1) {
plVar5 = (linenum_info *)0x0;
plVar3 = spare;
}
spare = plVar3;
plVar3 = plVar5->next;
plVar3->prev = plVar5->prev;
plVar5->prev->next = plVar3;
return;
}
|
void FUN_00112a40(long param_1,long param_2)
{
undefined8 *puVar1;
bool bVar2;
long *plVar3;
long *plVar4;
long *plVar5;
long lVar6;
plVar5 = DAT_0012b5f0;
plVar3 = DAT_0012d560;
if (((long **)DAT_0012d560 != &DAT_0012d560) && (DAT_0012d560[2] < param_2)) {
if (param_1 == DAT_0012d560[4]) {
return;
}
while ((plVar3 = (long *)*plVar3, (long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2))) {
if (plVar3[4] == param_1) {
return;
}
}
}
puVar1 = (undefined8 *)plVar3[1];
if (DAT_0012d540 == (long *)0x0) {
DAT_0012b5f0 = (long *)0x0;
}
else {
plVar5 = DAT_0012d540;
DAT_0012d540 = (long *)*DAT_0012d540;
}
plVar4 = DAT_0012b5f0;
*plVar5 = (long)plVar3;
plVar5[1] = (long)puVar1;
plVar5[2] = param_2;
plVar5[4] = param_1;
plVar3[1] = (long)plVar5;
*puVar1 = plVar5;
if ((long **)plVar5 == &DAT_0012d560) {
if ((long **)plVar3 == &DAT_0012d560) goto LAB_00112b0a;
LAB_00112ae1:
if ((long **)*plVar3 != &DAT_0012d560) {
plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2;
}
}
else {
if ((long **)*plVar5 != &DAT_0012d560) {
plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10);
}
if ((long **)plVar3 != &DAT_0012d560) goto LAB_00112ae1;
}
if (((long **)plVar5 != &DAT_0012d560) && ((long **)puVar1 != &DAT_0012d560)) {
puVar1[3] = param_2 - *(long *)(puVar1[1] + 0x10);
}
LAB_00112b0a:
if (plVar4 != (long *)0x0) {
return;
}
bVar2 = false;
plVar3 = DAT_0012d560;
lVar6 = DAT_0012d560[3];
plVar5 = (long *)0x0;
while (plVar4 = plVar3, plVar3 = (long *)*plVar4, (long **)plVar3 != &DAT_0012d560) {
if (plVar4[3] <= lVar6) {
bVar2 = true;
lVar6 = plVar4[3];
plVar5 = plVar4;
}
}
plVar3 = plVar5;
if (!bVar2) {
plVar5 = (long *)0x0;
plVar3 = DAT_0012b5f0;
}
DAT_0012b5f0 = plVar3;
lVar6 = *plVar5;
*(long *)(lVar6 + 8) = plVar5[1];
*(long *)plVar5[1] = lVar6;
return;
}
| MOV RAX,qword ptr [0x0012d560]
LEA RDX,[0x12d560]
CMP RAX,RDX
JZ 0x00112a80
CMP RSI,qword ptr [RAX + 0x10]
JLE 0x00112a80
CMP RDI,qword ptr [RAX + 0x20]
JNZ 0x00112a78
JMP 0x00112ba6
CMP qword ptr [RAX + 0x10],RSI
JGE 0x00112a80
CMP qword ptr [RAX + 0x20],RDI
JZ 0x00112b70
MOV RAX,qword ptr [RAX]
CMP RAX,RDX
JNZ 0x00112a68
MOV RCX,qword ptr [0x0012d540]
MOV R9,qword ptr [RAX + 0x8]
MOV R10,qword ptr [0x0012b5f0]
TEST RCX,RCX
JZ 0x00112b78
MOV R8,qword ptr [RCX]
MOV qword ptr [0x0012d540],R8
MOV qword ptr [RCX],RAX
MOV qword ptr [RCX + 0x8],R9
MOV qword ptr [RCX + 0x10],RSI
MOV qword ptr [RCX + 0x20],RDI
MOV qword ptr [RAX + 0x8],RCX
MOV qword ptr [R9],RCX
CMP RCX,RDX
JZ 0x00112b98
MOV RDI,qword ptr [RCX]
CMP RDI,RDX
JZ 0x00112adc
MOV R8,qword ptr [RCX + 0x8]
MOV RDI,qword ptr [RDI + 0x10]
SUB RDI,qword ptr [R8 + 0x10]
MOV qword ptr [RCX + 0x18],RDI
CMP RAX,RDX
JZ 0x00112af4
MOV RDI,qword ptr [RAX]
CMP RDI,RDX
JZ 0x00112af4
MOV RDI,qword ptr [RDI + 0x10]
SUB RDI,RSI
MOV qword ptr [RAX + 0x18],RDI
CMP RCX,RDX
JZ 0x00112b0a
CMP R9,RDX
JZ 0x00112b0a
MOV RAX,qword ptr [R9 + 0x8]
SUB RSI,qword ptr [RAX + 0x10]
MOV qword ptr [R9 + 0x18],RSI
TEST R10,R10
JNZ 0x00112b70
MOV RAX,qword ptr [0x0012d560]
XOR R8D,R8D
XOR R9D,R9D
MOV RDI,qword ptr [RAX + 0x18]
JMP 0x00112b40
MOV RSI,qword ptr [RAX + 0x18]
CMP RSI,RDI
JG 0x00112b3d
MOV R8,RAX
MOV RDI,RSI
MOV R9D,0x1
MOV RAX,RCX
MOV RCX,qword ptr [RAX]
CMP RCX,RDX
JNZ 0x00112b28
TEST R9B,R9B
JZ 0x00112b8e
MOV qword ptr [0x0012b5f0],R8
MOV RDX,qword ptr [R8 + 0x8]
MOV RAX,qword ptr [R8]
MOV qword ptr [RAX + 0x8],RDX
MOV RDX,qword ptr [R8 + 0x8]
MOV qword ptr [RDX],RAX
RET
RET
MOV qword ptr [0x0012b5f0],0x0
MOV RCX,R10
XOR R10D,R10D
JMP 0x00112aa5
XOR R8D,R8D
JMP 0x00112b54
CMP RAX,RCX
JNZ 0x00112ae1
JMP 0x00112b0a
RET | null | null | null | null | [('const-433', u'LOAD_-1207030918'), (u'INDIRECT_-1207030330', u'MULTIEQUAL_-1207030323'), (u'INDIRECT_-1207030309', u'MULTIEQUAL_-1207030303'), (u'LOAD_-1207030953', u'INT_SUB_-1207030934'), ('tmp_909', u'CBRANCH_-1207030537'), (u'COPY_-1207030231', u'MULTIEQUAL_-1207030392'), ('tmp_2022', u'INT_EQUAL_-1207031070'), (u'PTRSUB_-1207030330', u'STORE_-1207031036'), (u'COPY_-1207030375', u'MULTIEQUAL_-1207030371'), (u'LOAD_-1207031128', u'MULTIEQUAL_-1207030616'), ('tmp_157', u'CBRANCH_-1207031106'), (u'COPY_-1207030355', u'MULTIEQUAL_-1207030399'), (u'PTRSUB_-1207030315', u'STORE_-1207031016'), ('const-16', u'PTRSUB_-1207030284'), (u'LOAD_-1207031128', u'PTRSUB_-1207030405'), ('const-24', u'PTRSUB_-1207030279'), (u'PTRSUB_-1207030284', u'LOAD_-1207030953'), ('const-0', u'PTRSUB_-1207030167'), (u'COPY_-1207030497', u'COPY_-1207030231'), (u'COPY_-1207030277', u'MULTIEQUAL_-1207030212'), (u'LOAD_-1207031128', u'PTRSUB_-1207030398'), (u'PTRSUB_-1207030192', u'LOAD_-1207030689'), (u'PTRSUB_-1207030443', u'INT_NOTEQUAL_-1207031199'), ('const-0', u'PTRSUB_-1207030271'), (u'INDIRECT_-1207030370', u'MULTIEQUAL_-1207030283'), ('const-32', u'PTRSUB_-1207030421'), ('tmp_2022', u'PTRSUB_-1207030350'), ('const-16', u'PTRSUB_-1207030405'), (u'STORE_-1207031022', u'INDIRECT_-1207030416'), ('const-433', u'LOAD_-1207030653'), (u'INT_EQUAL_-1207030796', u'CBRANCH_-1207030793'), (u'INDIRECT_-1207030289', u'MULTIEQUAL_-1207030283'), ('const-433', u'LOAD_-1207030757'), (u'COPY_-1207030209', u'MULTIEQUAL_-1207030415'), ('const-8', u'PTRSUB_-1207030133'), (u'MULTIEQUAL_-1207030250', u'COPY_-1207030174'), (u'PTRSUB_-1207030325', u'STORE_-1207031029'), ('const-0', u'PTRSUB_-1207030269'), ('tmp_2023', u'MULTIEQUAL_-1207030419'), (u'STORE_-1207031043', u'INDIRECT_-1207030390'), ('const-8', u'PTRSUB_-1207030133'), ('const-433', u'LOAD_-1207031197'), (u'MULTIEQUAL_-1207030576', u'STORE_-1207031022'), ('const-433', u'STORE_-1207030812'), (u'STORE_-1207031016', u'INDIRECT_-1207030411'), (u'INDIRECT_-1207030337', u'MULTIEQUAL_-1207030327'), ('const-433', u'STORE_-1207031043'), (u'MULTIEQUAL_-1207030392', u'COPY_-1207030215'), (u'COPY_-1207030306', u'MULTIEQUAL_-1207030212'), (u'PTRSUB_-1207030271', u'INT_NOTEQUAL_-1207030856'), (u'INDIRECT_-1207030235', u'COPY_-1207030304'), (u'PTRSUB_-1207030104', u'INT_EQUAL_-1207030540'), ('tmp_2022', u'MULTIEQUAL_-1207030399'), (u'MULTIEQUAL_-1207030616', u'PTRSUB_-1207030371'), (u'INDIRECT_-1207030378', u'MULTIEQUAL_-1207030367'), (u'COPY_-1207030256', u'COPY_-1207030272'), (u'STORE_-1207031036', u'INDIRECT_-1207030426'), (u'MULTIEQUAL_-1207030415', u'COPY_-1207030218'), ('tmp_684', u'BRANCH_-1207030749'), ('const-0', u'PTRSUB_-1207030128'), (u'LOAD_-1207030831', u'INT_SLESS_-1207030805'), (u'COPY_-1207030445', u'MULTIEQUAL_-1207030623'), (u'INT_NOTEQUAL_-1207031108', u'CBRANCH_-1207031106'), (u'INT_SUB_-1207030934', u'STORE_-1207030938'), (u'PTRSUB_-1207030238', u'LOAD_-1207030838'), ('tmp_1016', u'CBRANCH_-1207030793'), ('const-433', u'LOAD_-1207030827'), ('const-24', u'PTRSUB_-1207030228'), (u'COPY_-1207030234', u'MULTIEQUAL_-1207030415'), (u'PTRSUB_-1207030350', u'LOAD_-1207031064'), ('const-0', u'PTRSUB_-1207030265'), ('const-32', u'PTRSUB_-1207030398'), (u'PTRSUB_-1207030332', u'INT_EQUAL_-1207030999'), ('const-433', u'LOAD_-1207030896'), ('const-1234272', u'PTRSUB_-1207030104'), ('tmp_720', u'CBRANCH_-1207030696'), ('tmp_32', u'CBRANCH_-1207031198'), ('const-0', u'COPY_-1207030306'), ('tmp_1023', u'INT_EQUAL_-1207031161'), (u'COPY_-1207030445', u'MULTIEQUAL_-1207030616'), (u'PTRSUB_-1207030128', u'STORE_-1207030645'), (u'MULTIEQUAL_-1207030347', u'MULTIEQUAL_-1207030341'), (u'PTRSUB_-1207030253', u'STORE_-1207030875'), ('const-0', u'PTRSUB_-1207030190'), (u'MULTIEQUAL_-1207030576', u'PTRSUB_-1207030335'), (u'PTRSUB_-1207030302', u'LOAD_-1207030993'), (u'LOAD_-1207031097', u'STORE_-1207031043'), (u'COPY_-1207030184', u'MULTIEQUAL_-1207030250'), (u'STORE_-1207031043', u'INDIRECT_-1207030431'), ('tmp_1024', u'INT_SUB_-1207030808'), ('const-433', u'STORE_-1207030645'), (u'MULTIEQUAL_-1207030392', u'MULTIEQUAL_-1207030371'), (u'MULTIEQUAL_-1207030576', u'PTRSUB_-1207030339'), ('const-1234272', u'PTRSUB_-1207030319'), ('const-16', u'PTRSUB_-1207030248'), (u'INDIRECT_-1207030312', u'MULTIEQUAL_-1207030304'), ('const-433', u'STORE_-1207030938'), ('const-0', u'PTRSUB_-1207030339'), (u'MULTIEQUAL_-1207030576', u'PTRSUB_-1207030330'), (u'PTRSUB_-1207030190', u'INT_NOTEQUAL_-1207030698'), (u'LOAD_-1207031097', u'PTRSUB_-1207030228'), (u'STORE_-1207031029', u'INDIRECT_-1207030380'), (u'INDIRECT_-1207030214', u'COPY_-1207030283'), ('tmp_2021', u'COPY_-1207030200'), (u'PTRSUB_-1207030339', u'STORE_-1207031049'), (u'PTRSUB_-1207030269', u'LOAD_-1207030918'), (u'INT_NOTEQUAL_-1207030898', u'CBRANCH_-1207030897'), ('tmp_862', u'CBRANCH_-1207030664'), (u'PTRSUB_-1207030398', u'LOAD_-1207030811'), (u'LOAD_-1207030689', u'INT_SLESSEQUAL_-1207030656'), ('const-433', u'LOAD_-1207030953'), (u'MULTIEQUAL_-1207030303', u'COPY_-1207030256'), (u'LOAD_-1207031097', u'INT_NOTEQUAL_-1207030840'), ('const-1234272', u'PTRSUB_-1207030443'), (u'INT_NOTEQUAL_-1207030840', u'CBRANCH_-1207030839'), (u'STORE_-1207030938', u'INDIRECT_-1207030337'), (u'STORE_-1207031036', u'INDIRECT_-1207030385'), (u'INT_EQUAL_-1207031070', u'CBRANCH_-1207031068'), (u'STORE_-1207030812', u'INDIRECT_-1207030289'), (u'STORE_-1207030938', u'INDIRECT_-1207030357'), (u'MULTIEQUAL_-1207030361', u'MULTIEQUAL_-1207030344'), (u'INT_NOTEQUAL_-1207031199', u'CBRANCH_-1207031198'), (u'COPY_-1207030276', u'COPY_-1207030293'), (u'INT_NOTEQUAL_-1207030973', u'CBRANCH_-1207030972'), ('const-0', u'PTRSUB_-1207030397'), (u'STORE_-1207031043', u'INDIRECT_-1207030410'), ('tmp_1023', u'STORE_-1207031029'), (u'PTRSUB_-1207030279', u'STORE_-1207030938'), ('const-433', u'LOAD_-1207031064'), ('const-433', u'STORE_-1207031049'), ('const-0', u'PTRSUB_-1207030350'), ('tmp_2021', u'PTRSUB_-1207030421'), ('const-16', u'PTRSUB_-1207030274'), (u'STORE_-1207030875', u'INDIRECT_-1207030332'), (u'INDIRECT_-1207030357', u'MULTIEQUAL_-1207030347'), (u'BOOL_NEGATE_-1207030226', u'CBRANCH_-1207030681'), ('const-433', u'LOAD_-1207030718'), (u'PTRSUB_-1207030228', u'STORE_-1207030812'), ('const-0', u'PTRSUB_-1207030297'), (u'PTRSUB_-1207030265', u'INT_NOTEQUAL_-1207030840'), (u'STORE_-1207030645', u'INDIRECT_-1207030235'), (u'LOAD_-1207030993', u'PTRSUB_-1207030274'), (u'PTRSUB_-1207030141', u'LOAD_-1207030666'), (u'MULTIEQUAL_-1207030327', u'MULTIEQUAL_-1207030304'), (u'INT_SLESSEQUAL_-1207030656', u'CBRANCH_-1207030664'), (u'STORE_-1207030658', u'INDIRECT_-1207030244'), ('tmp_2022', u'COPY_-1207030365'), (u'PTRSUB_-1207030133', u'LOAD_-1207030653'), (u'STORE_-1207030658', u'INDIRECT_-1207030203'), (u'LOAD_-1207030811', u'INT_EQUAL_-1207030796'), (u'LOAD_-1207030964', u'INT_SUB_-1207030934'), ('const-433', u'LOAD_-1207031128'), (u'MULTIEQUAL_-1207030347', u'MULTIEQUAL_-1207030324'), ('const-1234272', u'PTRSUB_-1207030397'), (u'LOAD_-1207030672', u'STORE_-1207030658'), (u'COPY_-1207030236', u'COPY_-1207030252'), (u'STORE_-1207031049', u'INDIRECT_-1207030435'), ('tmp_401', u'CBRANCH_-1207030918'), (u'LOAD_-1207030718', u'COPY_-1207030217'), ('const-0', u'PTRSUB_-1207030288'), (u'STORE_-1207030875', u'INDIRECT_-1207030353'), (u'MULTIEQUAL_-1207030392', u'COPY_-1207030184'), ('const-0', u'PTRSUB_-1207030332'), (u'LOAD_-1207030896', u'INT_SUB_-1207030870'), (u'MULTIEQUAL_-1207030321', u'MULTIEQUAL_-1207030304'), (u'LOAD_-1207031128', u'INT_NOTEQUAL_-1207031108'), (u'INDIRECT_-1207030332', u'MULTIEQUAL_-1207030324'), (u'MULTIEQUAL_-1207030616', u'PTRSUB_-1207030320'), (u'MULTIEQUAL_-1207030371', u'PTRSUB_-1207030146'), (u'LOAD_-1207031064', u'COPY_-1207030355'), ('const-0', u'PTRSUB_-1207030302'), ('const-433', u'LOAD_-1207030672'), ('tmp_620', u'CBRANCH_-1207030792'), ('const-1234272', u'PTRSUB_-1207030297'), ('const-433', u'STORE_-1207031022'), (u'MULTIEQUAL_-1207030304', u'MULTIEQUAL_-1207030283'), ('const-0', u'COPY_-1207030497'), ('const-8', u'PTRSUB_-1207030293'), (u'MULTIEQUAL_-1207030324', u'MULTIEQUAL_-1207030303'), ('const-433', u'STORE_-1207031029'), ('const-1234272', u'PTRSUB_-1207030190'), ('tmp_980', u'CBRANCH_-1207030812'), (u'COPY_-1207030574', u'MULTIEQUAL_-1207030419'), (u'LOAD_-1207030838', u'PTRSUB_-1207030233'), (u'PTRSUB_-1207030205', u'LOAD_-1207030757'), (u'MULTIEQUAL_-1207030212', u'BOOL_NEGATE_-1207030226'), ('const-0', u'PTRSUB_-1207030387'), (u'INDIRECT_-1207030411', u'MULTIEQUAL_-1207030367'), ('const-0', u'INT_NOTEQUAL_-1207030794'), (u'MULTIEQUAL_-1207030212', u'MULTIEQUAL_-1207030212'), (u'LOAD_-1207030993', u'INT_NOTEQUAL_-1207030973'), (u'LOAD_-1207030718', u'COPY_-1207030226'), (u'MULTIEQUAL_-1207030616', u'PTRSUB_-1207030269'), (u'COPY_-1207030217', u'MULTIEQUAL_-1207030427'), (u'MULTIEQUAL_-1207030323', u'COPY_-1207030115'), ('const-0', u'PTRSUB_-1207030104'), (u'PTRSUB_-1207030335', u'STORE_-1207031043'), (u'MULTIEQUAL_-1207030327', u'MULTIEQUAL_-1207030321'), (u'LOAD_-1207030918', u'INT_NOTEQUAL_-1207030898'), ('tmp_508', u'CBRANCH_-1207030855'), (u'INDIRECT_-1207030411', u'MULTIEQUAL_-1207030323'), ('const-0', u'INT_EQUAL_-1207031070'), ('const-1234272', u'PTRSUB_-1207030332'), ('const-433', u'STORE_-1207031036'), (u'MULTIEQUAL_-1207030616', u'STORE_-1207031049'), (u'LOAD_-1207030757', u'COPY_-1207030234'), ('const-0', u'PTRSUB_-1207030141'), ('tmp_2021', u'INT_NOTEQUAL_-1207031199'), (u'INDIRECT_-1207030353', u'MULTIEQUAL_-1207030344'), (u'PTRSUB_-1207030133', u'STORE_-1207030658'), (u'STORE_-1207030645', u'INDIRECT_-1207030194'), (u'COPY_-1207030218', u'MULTIEQUAL_-1207030415'), (u'PTRSUB_-1207030405', u'LOAD_-1207030831'), (u'PTRSUB_-1207030288', u'INT_NOTEQUAL_-1207030898'), ('const-1234272', u'PTRSUB_-1207030265'), ('const-16', u'PTRSUB_-1207030233'), (u'MULTIEQUAL_-1207030283', u'PTRSUB_-1207030205'), ('const-433', u'LOAD_-1207030689'), (u'COPY_-1207030207', u'PTRSUB_-1207030192'), (u'PTRSUB_-1207030387', u'LOAD_-1207031128'), (u'STORE_-1207031016', u'INDIRECT_-1207030370'), (u'INDIRECT_-1207030390', u'MULTIEQUAL_-1207030341'), ('tmp_942', u'BRANCH_-1207030542'), (u'STORE_-1207030875', u'INDIRECT_-1207030312'), (u'INDIRECT_-1207030194', u'COPY_-1207030263'), (u'INT_NOTEQUAL_-1207030794', u'CBRANCH_-1207030792'), ('const-8', u'PTRSUB_-1207030238'), ('const-433', u'STORE_-1207030875'), (u'STORE_-1207031049', u'INDIRECT_-1207030394'), (u'PTRSUB_-1207030293', u'LOAD_-1207030971'), (u'PTRSUB_-1207030233', u'LOAD_-1207030827'), ('tmp_309', u'CBRANCH_-1207030972'), (u'INT_NOTEQUAL_-1207030919', u'CBRANCH_-1207030918'), (u'COPY_-1207030207', u'COPY_-1207030206'), ('tmp_2023', u'COPY_-1207030468'), (u'MULTIEQUAL_-1207030576', u'PTRSUB_-1207030279'), ('const-1234272', u'PTRSUB_-1207030288'), (u'INDIRECT_-1207030370', u'MULTIEQUAL_-1207030327'), ('tmp_274', u'CBRANCH_-1207030997'), (u'MULTIEQUAL_-1207030341', u'MULTIEQUAL_-1207030324'), (u'STORE_-1207031022', u'INDIRECT_-1207030375'), ('const-433', u'LOAD_-1207030993'), ('const-16', u'PTRSUB_-1207030428'), (u'PTRSUB_-1207030274', u'LOAD_-1207030964'), ('const-1234272', u'PTRSUB_-1207030271'), (u'LOAD_-1207030666', u'STORE_-1207030645'), (u'INT_NOTEQUAL_-1207030856', u'CBRANCH_-1207030855'), ('const-433', u'LOAD_-1207030838'), (u'LOAD_-1207030653', u'PTRSUB_-1207030128'), ('const-0', u'RETURN_-1207030632'), ('tmp_74', u'CBRANCH_-1207031177'), (u'INT_EQUAL_-1207030999', u'CBRANCH_-1207030997'), (u'MULTIEQUAL_-1207030616', u'INT_NOTEQUAL_-1207030919'), (u'PTRSUB_-1207030428', u'LOAD_-1207031197'), (u'COPY_-1207030365', u'MULTIEQUAL_-1207030576'), (u'MULTIEQUAL_-1207030367', u'MULTIEQUAL_-1207030344'), (u'COPY_-1207030215', u'MULTIEQUAL_-1207030392'), (u'LOAD_-1207030718', u'INT_NOTEQUAL_-1207030698'), (u'MULTIEQUAL_-1207030371', u'PTRSUB_-1207030133'), ('tmp_1023', u'INT_EQUAL_-1207030796'), ('const-8', u'PTRSUB_-1207030146'), (u'MULTIEQUAL_-1207030283', u'COPY_-1207030236'), ('const-433', u'STORE_-1207031016'), (u'MULTIEQUAL_-1207030576', u'PTRSUB_-1207030293'), (u'MULTIEQUAL_-1207030576', u'PTRSUB_-1207030325'), (u'LOAD_-1207030689', u'COPY_-1207030209'), (u'LOAD_-1207030827', u'INT_SUB_-1207030808'), (u'STORE_-1207031029', u'INDIRECT_-1207030421'), (u'STORE_-1207031036', u'INDIRECT_-1207030405'), ('tmp_1024', u'INT_SUB_-1207030870'), ('tmp_2023', u'COPY_-1207030173'), (u'LOAD_-1207030666', u'PTRSUB_-1207030133'), ('const-433', u'LOAD_-1207031097'), (u'PTRSUB_-1207030371', u'LOAD_-1207031097'), (u'INDIRECT_-1207030390', u'MULTIEQUAL_-1207030303'), (u'LOAD_-1207031097', u'PTRSUB_-1207030315'), (u'COPY_-1207030468', u'MULTIEQUAL_-1207030576'), (u'MULTIEQUAL_-1207030616', u'INT_EQUAL_-1207030540'), (u'COPY_-1207030115', u'MULTIEQUAL_-1207030250'), (u'STORE_-1207030658', u'INDIRECT_-1207030223'), (u'STORE_-1207031049', u'INDIRECT_-1207030414'), (u'PTRSUB_-1207030248', u'LOAD_-1207030896'), (u'MULTIEQUAL_-1207030576', u'INT_EQUAL_-1207030999'), ('tmp_2022', u'COPY_-1207030220'), (u'STORE_-1207030812', u'INDIRECT_-1207030309'), (u'MULTIEQUAL_-1207030344', u'MULTIEQUAL_-1207030323'), ('tmp_1024', u'STORE_-1207031036'), (u'LOAD_-1207031097', u'PTRSUB_-1207030238'), (u'MULTIEQUAL_-1207030576', u'STORE_-1207031016'), ('const-0', u'PTRSUB_-1207030315'), ('const-32', u'PTRSUB_-1207030325'), ('tmp_2022', u'COPY_-1207030172'), ('tmp_436', u'CBRANCH_-1207030897'), (u'INT_SUB_-1207030808', u'STORE_-1207030812'), ('const-0', u'PTRSUB_-1207030443'), ('const-8', u'PTRSUB_-1207030335'), (u'MULTIEQUAL_-1207030367', u'MULTIEQUAL_-1207030361'), (u'MULTIEQUAL_-1207030415', u'INT_SLESSEQUAL_-1207030656'), (u'INT_NOTEQUAL_-1207030698', u'CBRANCH_-1207030696'), (u'INDIRECT_-1207030370', u'MULTIEQUAL_-1207030321'), (u'MULTIEQUAL_-1207030616', u'PTRSUB_-1207030253'), ('tmp_2023', u'COPY_-1207030241'), (u'LOAD_-1207031197', u'INT_SLESS_-1207031170'), (u'COPY_-1207030242', u'MULTIEQUAL_-1207030427'), ('const-433', u'STORE_-1207030658'), ('const-433', u'LOAD_-1207030971'), (u'INDIRECT_-1207030390', u'MULTIEQUAL_-1207030347'), (u'COPY_-1207030206', u'MULTIEQUAL_-1207030392'), (u'PTRSUB_-1207030146', u'LOAD_-1207030672'), (u'PTRSUB_-1207030320', u'STORE_-1207031022'), ('tmp_746', u'CBRANCH_-1207030681'), ('const-8', u'PTRSUB_-1207030371'), ('const-1', u'COPY_-1207030277'), ('const-0', u'RETURN_-1207030819'), ('const-0', u'PTRSUB_-1207030319'), ('const-24', u'PTRSUB_-1207030192'), (u'LOAD_-1207031176', u'INT_EQUAL_-1207031161'), ('const-16', u'PTRSUB_-1207030330'), (u'PTRSUB_-1207030421', u'LOAD_-1207031176'), (u'PTRSUB_-1207030297', u'INT_NOTEQUAL_-1207030919'), ('tmp_817', u'BRANCH_-1207030584'), (u'MULTIEQUAL_-1207030371', u'PTRSUB_-1207030141'), (u'STORE_-1207031016', u'INDIRECT_-1207030390'), (u'PTRSUB_-1207030397', u'INT_NOTEQUAL_-1207031108'), (u'INT_SUB_-1207030870', u'STORE_-1207030875'), (u'STORE_-1207030938', u'INDIRECT_-1207030378'), ('tmp_538', u'CBRANCH_-1207030839'), (u'COPY_-1207030207', u'PTRSUB_-1207030167'), (u'STORE_-1207030645', u'INDIRECT_-1207030214'), (u'COPY_-1207030226', u'MULTIEQUAL_-1207030427'), ('const-433', u'LOAD_-1207030666'), (u'STORE_-1207031029', u'INDIRECT_-1207030400'), ('tmp_2021', u'COPY_-1207030171'), ('const-433', u'LOAD_-1207031176'), (u'MULTIEQUAL_-1207030419', u'COPY_-1207030366'), (u'PTRSUB_-1207030319', u'INT_NOTEQUAL_-1207030973'), (u'MULTIEQUAL_-1207030427', u'COPY_-1207030207'), ('const-433', u'LOAD_-1207030964'), ('tmp_195', u'CBRANCH_-1207031068'), ('const-0', u'RETURN_-1207030161'), ('tmp_1024', u'INT_SLESS_-1207030805'), ('const-0', u'RETURN_-1207030587'), (u'MULTIEQUAL_-1207030323', u'COPY_-1207030276'), (u'INT_SLESS_-1207031170', u'CBRANCH_-1207031177'), ('const-433', u'LOAD_-1207030811'), ('tmp_1024', u'INT_SLESS_-1207031170'), (u'LOAD_-1207031128', u'MULTIEQUAL_-1207030623'), (u'INDIRECT_-1207030411', u'MULTIEQUAL_-1207030361'), ('const-24', u'PTRSUB_-1207030253'), (u'STORE_-1207031022', u'INDIRECT_-1207030395'), (u'MULTIEQUAL_-1207030623', u'PTRSUB_-1207030387'), ('const-433', u'LOAD_-1207030831'), (u'STORE_-1207030812', u'INDIRECT_-1207030330'), (u'MULTIEQUAL_-1207030576', u'INT_NOTEQUAL_-1207030856'), ('const-0', u'COPY_-1207030574'), (u'LOAD_-1207030971', u'PTRSUB_-1207030284'), (u'INT_SLESS_-1207030805', u'CBRANCH_-1207030812'), ('tmp_2021', u'PTRSUB_-1207030428'), ('tmp_2021', u'COPY_-1207030445'), ('const-24', u'PTRSUB_-1207030205'), (u'INT_EQUAL_-1207030540', u'CBRANCH_-1207030537'), (u'PTRSUB_-1207030167', u'LOAD_-1207030718'), ('const-8', u'PTRSUB_-1207030320'), (u'MULTIEQUAL_-1207030576', u'PTRSUB_-1207030302'), (u'MULTIEQUAL_-1207030283', u'COPY_-1207030242'), ('const-0', u'COPY_-1207030375'), (u'LOAD_-1207030918', u'PTRSUB_-1207030248'), ('tmp_112', u'CBRANCH_-1207031157'), (u'INT_EQUAL_-1207031161', u'CBRANCH_-1207031157'), (u'COPY_-1207030366', u'INT_NOTEQUAL_-1207030794')] | [(u'INDIRECT_-1207030330', u'MULTIEQUAL_-1207030323'), ('const-3', u'PTRADD_-1207030261'), ('tmp_1735', u'INT_SUB_-1207030870'), ('const-8', u'PTRADD_-1207030373'), ('tmp_909', u'CBRANCH_-1207030537'), ('const-433', u'LOAD_-1207030918'), (u'COPY_-1207030375', u'MULTIEQUAL_-1207030371'), (u'LOAD_-1207031097', u'CAST_-1207030323'), ('const-8', u'PTRADD_-1207030214'), ('tmp_157', u'CBRANCH_-1207031106'), (u'CAST_-1207030122', u'COPY_-1207030238'), ('const-433', u'LOAD_-1207030953'), (u'COPY_-1207030277', u'MULTIEQUAL_-1207030212'), (u'MULTIEQUAL_-1207030283', u'COPY_-1207030254'), (u'COPY_-1207030227', u'MULTIEQUAL_-1207030392'), (u'INDIRECT_-1207030370', u'MULTIEQUAL_-1207030283'), (u'STORE_-1207031022', u'INDIRECT_-1207030416'), (u'INT_EQUAL_-1207030796', u'CBRANCH_-1207030793'), ('tmp_2025', u'COPY_-1207030457'), (u'INDIRECT_-1207030337', u'MULTIEQUAL_-1207030327'), ('const-0', u'PTRSUB_-1207030332'), (u'COPY_-1207030306', u'MULTIEQUAL_-1207030212'), ('const-0', u'RETURN_-1207030173'), (u'PTRSUB_-1207030271', u'INT_NOTEQUAL_-1207030856'), (u'INDIRECT_-1207030235', u'COPY_-1207030304'), ('const-1234272', u'PTRSUB_-1207030297'), ('const-433', u'LOAD_-1207030718'), (u'PTRSUB_-1207030104', u'INT_EQUAL_-1207030540'), (u'COPY_-1207030256', u'COPY_-1207030272'), (u'LOAD_-1207030831', u'INT_SLESS_-1207030805'), (u'CAST_-1207030237', u'LOAD_-1207030953'), (u'INT_SUB_-1207030934', u'STORE_-1207030938'), ('tmp_1016', u'CBRANCH_-1207030793'), ('const-1234272', u'PTRSUB_-1207030319'), ('const-0', u'PTRSUB_-1207030288'), (u'COPY_-1207030221', u'MULTIEQUAL_-1207030415'), ('const-8', u'PTRADD_-1207030406'), (u'MULTIEQUAL_-1207030616', u'PTRADD_-1207030261'), ('tmp_720', u'CBRANCH_-1207030696'), ('tmp_32', u'CBRANCH_-1207031198'), ('const-1234272', u'PTRSUB_-1207030397'), ('tmp_1736', u'INT_EQUAL_-1207031161'), (u'MULTIEQUAL_-1207030347', u'MULTIEQUAL_-1207030341'), (u'STORE_-1207031043', u'INDIRECT_-1207030431'), (u'CAST_-1207030323', u'CAST_-1207030287'), (u'MULTIEQUAL_-1207030576', u'CAST_-1207030266'), (u'MULTIEQUAL_-1207030392', u'MULTIEQUAL_-1207030371'), ('tmp_2027', u'MULTIEQUAL_-1207030419'), ('const-8', u'INT_ADD_-1207030644'), ('const-433', u'STORE_-1207031029'), ('const-433', u'LOAD_-1207031197'), (u'PTRSUB_-1207030190', u'INT_NOTEQUAL_-1207030698'), (u'STORE_-1207031029', u'INDIRECT_-1207030380'), (u'COPY_-1207030218', u'MULTIEQUAL_-1207030392'), (u'PTRADD_-1207030286', u'STORE_-1207030938'), ('const-0', u'COPY_-1207030306'), (u'PTRADD_-1207030373', u'LOAD_-1207031097'), (u'INT_NOTEQUAL_-1207030898', u'CBRANCH_-1207030897'), ('tmp_862', u'CBRANCH_-1207030664'), ('const-8', u'PTRADD_-1207030261'), (u'MULTIEQUAL_-1207030303', u'COPY_-1207030256'), (u'INT_NOTEQUAL_-1207030840', u'CBRANCH_-1207030839'), (u'STORE_-1207030938', u'INDIRECT_-1207030337'), (u'STORE_-1207030812', u'INDIRECT_-1207030289'), (u'MULTIEQUAL_-1207030361', u'MULTIEQUAL_-1207030344'), (u'INT_NOTEQUAL_-1207031199', u'CBRANCH_-1207031198'), (u'MULTIEQUAL_-1207030371', u'PTRADD_-1207030144'), ('tmp_2027', u'COPY_-1207030480'), (u'INT_ADD_-1207030644', u'CAST_-1207030093'), ('const-433', u'LOAD_-1207030689'), ('const-433', u'LOAD_-1207030653'), (u'MULTIEQUAL_-1207030616', u'LOAD_-1207030918'), (u'STORE_-1207030875', u'INDIRECT_-1207030332'), (u'PTRADD_-1207030214', u'LOAD_-1207030757'), (u'COPY_-1207030378', u'INT_NOTEQUAL_-1207030794'), (u'CAST_-1207030122', u'CAST_-1207030118'), ('tmp_2027', u'COPY_-1207030185'), (u'PTRSUB_-1207030265', u'INT_NOTEQUAL_-1207030840'), (u'LOAD_-1207030993', u'CAST_-1207030251'), ('const-16', u'INT_ADD_-1207030815'), ('tmp_2025', u'COPY_-1207030183'), ('tmp_2026', u'COPY_-1207030377'), (u'STORE_-1207030658', u'INDIRECT_-1207030203'), (u'LOAD_-1207030811', u'INT_EQUAL_-1207030796'), ('const-433', u'LOAD_-1207031128'), (u'LOAD_-1207030964', u'INT_SUB_-1207030934'), (u'LOAD_-1207030918', u'CAST_-1207030218'), (u'COPY_-1207030254', u'MULTIEQUAL_-1207030427'), (u'CAST_-1207030274', u'STORE_-1207031022'), ('const-8', u'PTRADD_-1207030246'), (u'COPY_-1207030236', u'COPY_-1207030252'), (u'STORE_-1207031049', u'INDIRECT_-1207030435'), (u'STORE_-1207030875', u'INDIRECT_-1207030353'), (u'CAST_-1207030093', u'STORE_-1207030658'), ('const-8', u'PTRADD_-1207030144'), (u'LOAD_-1207030896', u'INT_SUB_-1207030870'), (u'PTRADD_-1207030260', u'LOAD_-1207030896'), (u'INDIRECT_-1207030332', u'MULTIEQUAL_-1207030324'), (u'MULTIEQUAL_-1207030616', u'PTRADD_-1207030324'), ('const-3', u'PTRADD_-1207030286'), ('tmp_620', u'CBRANCH_-1207030792'), (u'MULTIEQUAL_-1207030576', u'PTRADD_-1207030299'), (u'COPY_-1207030480', u'MULTIEQUAL_-1207030576'), ('const-8', u'PTRADD_-1207030299'), (u'COPY_-1207030574', u'MULTIEQUAL_-1207030419'), (u'COPY_-1207030196', u'MULTIEQUAL_-1207030250'), (u'INT_ADD_-1207030815', u'CAST_-1207030185'), (u'MULTIEQUAL_-1207030327', u'MULTIEQUAL_-1207030321'), (u'MULTIEQUAL_-1207030371', u'PTRADD_-1207030156'), ('const-0', u'INT_EQUAL_-1207031070'), ('const-433', u'STORE_-1207031043'), (u'MULTIEQUAL_-1207030283', u'PTRADD_-1207030214'), (u'INDIRECT_-1207030353', u'MULTIEQUAL_-1207030344'), (u'STORE_-1207030645', u'INDIRECT_-1207030194'), (u'PTRADD_-1207030429', u'LOAD_-1207031197'), (u'STORE_-1207030875', u'INDIRECT_-1207030312'), ('const-0', u'PTRSUB_-1207030319'), (u'INDIRECT_-1207030194', u'COPY_-1207030263'), (u'CAST_-1207030323', u'PTRADD_-1207030237'), (u'MULTIEQUAL_-1207030576', u'CAST_-1207030274'), (u'LOAD_-1207030757', u'COPY_-1207030246'), (u'INDIRECT_-1207030370', u'MULTIEQUAL_-1207030327'), (u'CAST_-1207030088', u'STORE_-1207030645'), (u'PTRADD_-1207030201', u'LOAD_-1207030689'), (u'INT_NOTEQUAL_-1207030856', u'CBRANCH_-1207030855'), ('tmp_74', u'CBRANCH_-1207031177'), (u'MULTIEQUAL_-1207030576', u'PTRADD_-1207030334'), (u'LOAD_-1207031128', u'CAST_-1207030340'), ('const-433', u'LOAD_-1207030666'), (u'LOAD_-1207030827', u'INT_SUB_-1207030808'), ('const-433', u'LOAD_-1207030672'), ('const-433', u'STORE_-1207030938'), (u'INDIRECT_-1207030390', u'MULTIEQUAL_-1207030303'), (u'MULTIEQUAL_-1207030250', u'COPY_-1207030186'), ('tmp_1736', u'INT_EQUAL_-1207030796'), (u'MULTIEQUAL_-1207030415', u'COPY_-1207030230'), (u'COPY_-1207030457', u'MULTIEQUAL_-1207030623'), (u'STORE_-1207031049', u'INDIRECT_-1207030414'), (u'STORE_-1207030812', u'INDIRECT_-1207030309'), ('const-433', u'LOAD_-1207030964'), (u'LOAD_-1207031064', u'CAST_-1207030302'), (u'MULTIEQUAL_-1207030576', u'STORE_-1207031016'), (u'COPY_-1207030230', u'MULTIEQUAL_-1207030415'), ('tmp_436', u'CBRANCH_-1207030897'), (u'INT_SUB_-1207030808', u'STORE_-1207030812'), ('const-4', u'PTRADD_-1207030422'), (u'MULTIEQUAL_-1207030367', u'MULTIEQUAL_-1207030361'), ('const-433', u'LOAD_-1207030838'), ('const-1', u'PTRADD_-1207030299'), (u'MULTIEQUAL_-1207030415', u'INT_SLESSEQUAL_-1207030656'), (u'CAST_-1207030323', u'PTRADD_-1207030246'), (u'LOAD_-1207031197', u'INT_SLESS_-1207031170'), ('const-433', u'STORE_-1207031036'), (u'PTRADD_-1207030329', u'STORE_-1207031029'), ('const-0', u'PTRSUB_-1207030297'), ('tmp_746', u'CBRANCH_-1207030681'), (u'COPY_-1207030229', u'MULTIEQUAL_-1207030427'), ('const-0', u'RETURN_-1207030819'), (u'CAST_-1207030291', u'STORE_-1207031049'), (u'MULTIEQUAL_-1207030392', u'COPY_-1207030196'), ('const-0', u'PTRSUB_-1207030397'), (u'PTRSUB_-1207030297', u'INT_NOTEQUAL_-1207030919'), ('tmp_817', u'BRANCH_-1207030584'), (u'STORE_-1207030938', u'INDIRECT_-1207030378'), ('tmp_538', u'CBRANCH_-1207030839'), (u'STORE_-1207030645', u'INDIRECT_-1207030214'), ('const-2', u'PTRADD_-1207030429'), ('const-433', u'STORE_-1207030875'), (u'PTRSUB_-1207030319', u'INT_NOTEQUAL_-1207030973'), ('const-1234272', u'PTRSUB_-1207030271'), ('tmp_1735', u'INT_SLESS_-1207030805'), (u'COPY_-1207030457', u'MULTIEQUAL_-1207030616'), ('const-1', u'PTRADD_-1207030373'), (u'CAST_-1207030323', u'CAST_-1207030195'), ('tmp_1736', u'STORE_-1207031029'), (u'INDIRECT_-1207030411', u'MULTIEQUAL_-1207030361'), ('const-1234272', u'PTRSUB_-1207030104'), (u'STORE_-1207031022', u'INDIRECT_-1207030395'), (u'LOAD_-1207030689', u'COPY_-1207030221'), ('const-8', u'PTRADD_-1207030286'), ('const-433', u'LOAD_-1207030993'), (u'COPY_-1207030377', u'MULTIEQUAL_-1207030576'), ('const-433', u'STORE_-1207031022'), (u'INT_EQUAL_-1207030540', u'CBRANCH_-1207030537'), (u'PTRADD_-1207030406', u'LOAD_-1207030831'), (u'CAST_-1207030340', u'PTRADD_-1207030406'), ('tmp_2025', u'CAST_-1207030383'), ('const-1234272', u'PTRSUB_-1207030265'), (u'INT_EQUAL_-1207031161', u'CBRANCH_-1207031157'), ('tmp_112', u'CBRANCH_-1207031157'), (u'INDIRECT_-1207030309', u'MULTIEQUAL_-1207030303'), (u'LOAD_-1207030953', u'INT_SUB_-1207030934'), ('const-1', u'PTRADD_-1207030156'), ('const-3', u'PTRADD_-1207030237'), ('tmp_1735', u'INT_SUB_-1207030808'), ('const-8', u'PTRADD_-1207030324'), (u'PTRADD_-1207030339', u'STORE_-1207031043'), ('const-8', u'PTRADD_-1207030422'), (u'CAST_-1207030222', u'PTRADD_-1207030260'), ('const-0', u'PTRSUB_-1207030190'), ('const-433', u'LOAD_-1207030827'), (u'COPY_-1207030367', u'MULTIEQUAL_-1207030399'), ('const-4', u'PTRADD_-1207030329'), (u'PTRSUB_-1207030443', u'INT_NOTEQUAL_-1207031199'), (u'INDIRECT_-1207030289', u'MULTIEQUAL_-1207030283'), (u'PTRADD_-1207030399', u'LOAD_-1207030811'), (u'MULTIEQUAL_-1207030576', u'CAST_-1207030201'), (u'CAST_-1207030251', u'INT_NOTEQUAL_-1207030973'), (u'STORE_-1207031043', u'INDIRECT_-1207030390'), ('const-433', u'LOAD_-1207031064'), (u'STORE_-1207031016', u'INDIRECT_-1207030411'), ('tmp_2026', u'INT_EQUAL_-1207031070'), ('const-2', u'PTRADD_-1207030406'), ('const-8', u'PTRADD_-1207030339'), ('tmp_2025', u'PTRADD_-1207030429'), (u'INDIRECT_-1207030378', u'MULTIEQUAL_-1207030367'), (u'STORE_-1207031036', u'INDIRECT_-1207030426'), (u'CAST_-1207030228', u'INT_NOTEQUAL_-1207030919'), ('tmp_684', u'BRANCH_-1207030749'), ('const-433', u'STORE_-1207030645'), (u'CAST_-1207030195', u'INT_NOTEQUAL_-1207030840'), (u'COPY_-1207030243', u'MULTIEQUAL_-1207030392'), (u'INT_NOTEQUAL_-1207031108', u'CBRANCH_-1207031106'), (u'MULTIEQUAL_-1207030616', u'CAST_-1207030228'), (u'PTRSUB_-1207030332', u'INT_EQUAL_-1207030999'), (u'CAST_-1207030218', u'INT_NOTEQUAL_-1207030898'), ('const-433', u'STORE_-1207030812'), ('const-8', u'PTRADD_-1207030399'), ('const-2', u'PTRADD_-1207030334'), ('const-433', u'LOAD_-1207031176'), ('const-433', u'LOAD_-1207030896'), ('const-0', u'COPY_-1207030497'), ('const-16', u'INT_ADD_-1207030941'), ('const-3', u'PTRADD_-1207030201'), (u'CAST_-1207030255', u'PTRADD_-1207030286'), (u'MULTIEQUAL_-1207030576', u'PTRADD_-1207030339'), (u'CAST_-1207030266', u'INT_EQUAL_-1207030999'), (u'PTRADD_-1207030299', u'LOAD_-1207030971'), (u'INDIRECT_-1207030312', u'MULTIEQUAL_-1207030304'), ('const-8', u'PTRADD_-1207030156'), ('const-1', u'PTRADD_-1207030324'), ('const-433', u'STORE_-1207030658'), (u'INDIRECT_-1207030214', u'COPY_-1207030283'), (u'CAST_-1207030383', u'INT_NOTEQUAL_-1207031199'), ('const-433', u'LOAD_-1207030811'), (u'COPY_-1207030238', u'MULTIEQUAL_-1207030427'), ('const-1234272', u'PTRSUB_-1207030443'), (u'LOAD_-1207030689', u'INT_SLESSEQUAL_-1207030656'), (u'CAST_-1207030287', u'STORE_-1207031043'), ('tmp_2025', u'PTRADD_-1207030422'), ('const-433', u'STORE_-1207031049'), (u'MULTIEQUAL_-1207030576', u'PTRADD_-1207030329'), (u'PTRADD_-1207030246', u'LOAD_-1207030838'), (u'STORE_-1207031036', u'INDIRECT_-1207030385'), (u'INT_EQUAL_-1207031070', u'CBRANCH_-1207031068'), ('const-0', u'COPY_-1207030375'), (u'STORE_-1207030938', u'INDIRECT_-1207030357'), ('const-0', u'PTRSUB_-1207030265'), (u'COPY_-1207030276', u'COPY_-1207030293'), (u'INT_NOTEQUAL_-1207030973', u'CBRANCH_-1207030972'), (u'LOAD_-1207030666', u'INT_ADD_-1207030644'), ('tmp_1735', u'STORE_-1207031036'), (u'STORE_-1207031043', u'INDIRECT_-1207030410'), ('const-8', u'PTRADD_-1207030329'), ('const-4', u'PTRADD_-1207030399'), (u'MULTIEQUAL_-1207030576', u'STORE_-1207031049'), (u'CAST_-1207030122', u'COPY_-1207030229'), ('const-8', u'PTRADD_-1207030201'), (u'COPY_-1207030219', u'PTRADD_-1207030201'), ('const-433', u'LOAD_-1207031097'), (u'INDIRECT_-1207030357', u'MULTIEQUAL_-1207030347'), (u'BOOL_NEGATE_-1207030226', u'CBRANCH_-1207030681'), (u'PTRADD_-1207030144', u'LOAD_-1207030653'), (u'COPY_-1207030246', u'MULTIEQUAL_-1207030415'), (u'STORE_-1207030645', u'INDIRECT_-1207030235'), (u'MULTIEQUAL_-1207030327', u'MULTIEQUAL_-1207030304'), (u'INT_SLESSEQUAL_-1207030656', u'CBRANCH_-1207030664'), (u'STORE_-1207030658', u'INDIRECT_-1207030244'), ('const-1', u'COPY_-1207030277'), (u'CAST_-1207030302', u'COPY_-1207030367'), (u'CAST_-1207030336', u'INT_NOTEQUAL_-1207031108'), (u'MULTIEQUAL_-1207030347', u'MULTIEQUAL_-1207030324'), (u'LOAD_-1207030672', u'STORE_-1207030658'), ('const-1', u'PTRADD_-1207030339'), (u'LOAD_-1207030653', u'CAST_-1207030088'), ('tmp_401', u'CBRANCH_-1207030918'), (u'PTRADD_-1207030422', u'LOAD_-1207031176'), (u'MULTIEQUAL_-1207030323', u'COPY_-1207030127'), (u'MULTIEQUAL_-1207030616', u'CAST_-1207030044'), (u'MULTIEQUAL_-1207030576', u'PTRADD_-1207030286'), (u'MULTIEQUAL_-1207030321', u'MULTIEQUAL_-1207030304'), (u'CAST_-1207030323', u'STORE_-1207031016'), (u'LOAD_-1207030971', u'INT_ADD_-1207030941'), (u'LOAD_-1207030718', u'CAST_-1207030122'), (u'PTRADD_-1207030334', u'STORE_-1207031036'), (u'PTRADD_-1207030324', u'STORE_-1207031022'), ('const-1', u'PTRADD_-1207030246'), (u'MULTIEQUAL_-1207030304', u'MULTIEQUAL_-1207030283'), ('tmp_2026', u'COPY_-1207030184'), (u'COPY_-1207030219', u'COPY_-1207030218'), ('const-8', u'PTRADD_-1207030286'), (u'MULTIEQUAL_-1207030324', u'MULTIEQUAL_-1207030303'), ('tmp_980', u'CBRANCH_-1207030812'), (u'MULTIEQUAL_-1207030212', u'BOOL_NEGATE_-1207030226'), (u'INDIRECT_-1207030411', u'MULTIEQUAL_-1207030367'), ('const-0', u'INT_NOTEQUAL_-1207030794'), (u'MULTIEQUAL_-1207030212', u'MULTIEQUAL_-1207030212'), (u'CAST_-1207030340', u'MULTIEQUAL_-1207030616'), (u'LOAD_-1207030838', u'INT_ADD_-1207030815'), (u'COPY_-1207030219', u'LOAD_-1207030718'), (u'INDIRECT_-1207030411', u'MULTIEQUAL_-1207030323'), ('tmp_508', u'CBRANCH_-1207030855'), ('const-433', u'LOAD_-1207030757'), (u'PTRSUB_-1207030288', u'INT_NOTEQUAL_-1207030898'), (u'PTRADD_-1207030261', u'STORE_-1207030875'), (u'STORE_-1207031016', u'INDIRECT_-1207030370'), ('const-1234272', u'PTRSUB_-1207030332'), (u'INDIRECT_-1207030390', u'MULTIEQUAL_-1207030341'), ('tmp_942', u'BRANCH_-1207030542'), ('const-3', u'PTRADD_-1207030214'), (u'INT_NOTEQUAL_-1207030794', u'CBRANCH_-1207030792'), ('const-0', u'PTRSUB_-1207030271'), ('const-0', u'PTRSUB_-1207030104'), (u'MULTIEQUAL_-1207030576', u'LOAD_-1207030993'), (u'STORE_-1207031049', u'INDIRECT_-1207030394'), ('tmp_2027', u'COPY_-1207030241'), ('tmp_309', u'CBRANCH_-1207030972'), (u'INT_NOTEQUAL_-1207030919', u'CBRANCH_-1207030918'), ('tmp_274', u'CBRANCH_-1207030997'), (u'MULTIEQUAL_-1207030341', u'MULTIEQUAL_-1207030324'), (u'PTRADD_-1207030156', u'LOAD_-1207030672'), (u'STORE_-1207031022', u'INDIRECT_-1207030375'), (u'LOAD_-1207030666', u'STORE_-1207030645'), (u'CAST_-1207030044', u'INT_EQUAL_-1207030540'), ('tmp_2025', u'COPY_-1207030200'), ('const-0', u'RETURN_-1207030632'), (u'INT_EQUAL_-1207030999', u'CBRANCH_-1207030997'), (u'MULTIEQUAL_-1207030367', u'MULTIEQUAL_-1207030344'), (u'LOAD_-1207030993', u'CAST_-1207030255'), ('const-1', u'PTRADD_-1207030144'), (u'MULTIEQUAL_-1207030283', u'COPY_-1207030236'), (u'CAST_-1207030118', u'INT_NOTEQUAL_-1207030698'), (u'MULTIEQUAL_-1207030616', u'PTRADD_-1207030373'), ('const-0', u'PTRSUB_-1207030443'), (u'LOAD_-1207030918', u'CAST_-1207030222'), (u'STORE_-1207031029', u'INDIRECT_-1207030421'), (u'STORE_-1207031036', u'INDIRECT_-1207030405'), (u'PTRADD_-1207030286', u'LOAD_-1207030964'), ('tmp_1735', u'INT_SLESS_-1207031170'), ('tmp_2026', u'MULTIEQUAL_-1207030399'), ('const-1234272', u'PTRSUB_-1207030190'), (u'CAST_-1207030185', u'LOAD_-1207030827'), ('const-2', u'PTRADD_-1207030260'), (u'STORE_-1207030658', u'INDIRECT_-1207030223'), (u'MULTIEQUAL_-1207030344', u'MULTIEQUAL_-1207030323'), (u'MULTIEQUAL_-1207030623', u'LOAD_-1207031128'), ('tmp_2026', u'COPY_-1207030220'), (u'INT_NOTEQUAL_-1207030698', u'CBRANCH_-1207030696'), (u'INDIRECT_-1207030370', u'MULTIEQUAL_-1207030321'), (u'COPY_-1207030497', u'COPY_-1207030243'), (u'INDIRECT_-1207030390', u'MULTIEQUAL_-1207030347'), ('tmp_2026', u'LOAD_-1207031064'), (u'CAST_-1207030201', u'INT_NOTEQUAL_-1207030856'), (u'LOAD_-1207031176', u'INT_EQUAL_-1207031161'), ('const-433', u'LOAD_-1207030831'), (u'COPY_-1207030127', u'MULTIEQUAL_-1207030250'), (u'CAST_-1207030340', u'MULTIEQUAL_-1207030623'), (u'PTRADD_-1207030237', u'STORE_-1207030812'), ('const-8', u'PTRADD_-1207030334'), (u'STORE_-1207031016', u'INDIRECT_-1207030390'), (u'PTRSUB_-1207030397', u'INT_NOTEQUAL_-1207031108'), (u'INT_SUB_-1207030870', u'STORE_-1207030875'), ('const-8', u'PTRADD_-1207030260'), (u'STORE_-1207031029', u'INDIRECT_-1207030400'), ('const-2', u'PTRADD_-1207030286'), (u'INT_ADD_-1207030941', u'CAST_-1207030237'), (u'CAST_-1207030340', u'PTRADD_-1207030399'), ('tmp_195', u'CBRANCH_-1207031068'), (u'MULTIEQUAL_-1207030616', u'CAST_-1207030291'), ('const-433', u'STORE_-1207031016'), ('const-0', u'RETURN_-1207030587'), (u'MULTIEQUAL_-1207030323', u'COPY_-1207030276'), (u'MULTIEQUAL_-1207030427', u'COPY_-1207030219'), (u'INT_SLESS_-1207031170', u'CBRANCH_-1207031177'), ('const-1234272', u'PTRSUB_-1207030288'), (u'STORE_-1207030812', u'INDIRECT_-1207030330'), (u'CAST_-1207030340', u'CAST_-1207030336'), ('const-8', u'PTRADD_-1207030429'), ('const-0', u'COPY_-1207030574'), (u'INT_SLESS_-1207030805', u'CBRANCH_-1207030812'), ('const-433', u'LOAD_-1207030971'), (u'MULTIEQUAL_-1207030371', u'LOAD_-1207030666'), (u'MULTIEQUAL_-1207030419', u'COPY_-1207030378'), (u'MULTIEQUAL_-1207030392', u'COPY_-1207030227'), ('const-8', u'PTRADD_-1207030237')] | null | null | 00112a40 | x64 | O2 | (translation_unit "void FUN_00112a40(long param_1,long param_2)\n\n{\n undefined8 *puVar1;\n bool bVar2;\n long *plVar3;\n long *plVar4;\n long *plVar5;\n long lVar6;\n \n plVar5 = DAT_0012b5f0;\n plVar3 = DAT_0012d560;\n if (((long **)DAT_0012d560 != &DAT_0012d560) && (DAT_0012d560[2] < param_2)) {\n if (param_1 == DAT_0012d560[4]) {\n return;\n }\n while ((plVar3 = (long *)*plVar3, (long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2))) {\n if (plVar3[4] == param_1) {\n return;\n }\n }\n }\n puVar1 = (undefined8 *)plVar3[1];\n if (DAT_0012d540 == (long *)0x0) {\n DAT_0012b5f0 = (long *)0x0;\n }\n else {\n plVar5 = DAT_0012d540;\n DAT_0012d540 = (long *)*DAT_0012d540;\n }\n plVar4 = DAT_0012b5f0;\n *plVar5 = (long)plVar3;\n plVar5[1] = (long)puVar1;\n plVar5[2] = param_2;\n plVar5[4] = param_1;\n plVar3[1] = (long)plVar5;\n *puVar1 = plVar5;\n if ((long **)plVar5 == &DAT_0012d560) {\n if ((long **)plVar3 == &DAT_0012d560) goto LAB_00112b0a;\nLAB_00112ae1:\n if ((long **)*plVar3 != &DAT_0012d560) {\n plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2;\n }\n }\n else {\n if ((long **)*plVar5 != &DAT_0012d560) {\n plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10);\n }\n if ((long **)plVar3 != &DAT_0012d560) goto LAB_00112ae1;\n }\n if (((long **)plVar5 != &DAT_0012d560) && ((long **)puVar1 != &DAT_0012d560)) {\n puVar1[3] = param_2 - *(long *)(puVar1[1] + 0x10);\n }\nLAB_00112b0a:\n if (plVar4 != (long *)0x0) {\n return;\n }\n bVar2 = false;\n plVar3 = DAT_0012d560;\n lVar6 = DAT_0012d560[3];\n plVar5 = (long *)0x0;\n while (plVar4 = plVar3, plVar3 = (long *)*plVar4, (long **)plVar3 != &DAT_0012d560) {\n if (plVar4[3] <= lVar6) {\n bVar2 = true;\n lVar6 = plVar4[3];\n plVar5 = plVar4;\n }\n }\n plVar3 = plVar5;\n if (!bVar2) {\n plVar5 = (long *)0x0;\n plVar3 = DAT_0012b5f0;\n }\n DAT_0012b5f0 = plVar3;\n lVar6 = *plVar5;\n *(long *)(lVar6 + 8) = plVar5[1];\n *(long *)plVar5[1] = lVar6;\n return;\n}\n\n" (function_definition "void FUN_00112a40(long param_1,long param_2)\n\n{\n undefined8 *puVar1;\n bool bVar2;\n long *plVar3;\n long *plVar4;\n long *plVar5;\n long lVar6;\n \n plVar5 = DAT_0012b5f0;\n plVar3 = DAT_0012d560;\n if (((long **)DAT_0012d560 != &DAT_0012d560) && (DAT_0012d560[2] < param_2)) {\n if (param_1 == DAT_0012d560[4]) {\n return;\n }\n while ((plVar3 = (long *)*plVar3, (long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2))) {\n if (plVar3[4] == param_1) {\n return;\n }\n }\n }\n puVar1 = (undefined8 *)plVar3[1];\n if (DAT_0012d540 == (long *)0x0) {\n DAT_0012b5f0 = (long *)0x0;\n }\n else {\n plVar5 = DAT_0012d540;\n DAT_0012d540 = (long *)*DAT_0012d540;\n }\n plVar4 = DAT_0012b5f0;\n *plVar5 = (long)plVar3;\n plVar5[1] = (long)puVar1;\n plVar5[2] = param_2;\n plVar5[4] = param_1;\n plVar3[1] = (long)plVar5;\n *puVar1 = plVar5;\n if ((long **)plVar5 == &DAT_0012d560) {\n if ((long **)plVar3 == &DAT_0012d560) goto LAB_00112b0a;\nLAB_00112ae1:\n if ((long **)*plVar3 != &DAT_0012d560) {\n plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2;\n }\n }\n else {\n if ((long **)*plVar5 != &DAT_0012d560) {\n plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10);\n }\n if ((long **)plVar3 != &DAT_0012d560) goto LAB_00112ae1;\n }\n if (((long **)plVar5 != &DAT_0012d560) && ((long **)puVar1 != &DAT_0012d560)) {\n puVar1[3] = param_2 - *(long *)(puVar1[1] + 0x10);\n }\nLAB_00112b0a:\n if (plVar4 != (long *)0x0) {\n return;\n }\n bVar2 = false;\n plVar3 = DAT_0012d560;\n lVar6 = DAT_0012d560[3];\n plVar5 = (long *)0x0;\n while (plVar4 = plVar3, plVar3 = (long *)*plVar4, (long **)plVar3 != &DAT_0012d560) {\n if (plVar4[3] <= lVar6) {\n bVar2 = true;\n lVar6 = plVar4[3];\n plVar5 = plVar4;\n }\n }\n plVar3 = plVar5;\n if (!bVar2) {\n plVar5 = (long *)0x0;\n plVar3 = DAT_0012b5f0;\n }\n DAT_0012b5f0 = plVar3;\n lVar6 = *plVar5;\n *(long *)(lVar6 + 8) = plVar5[1];\n *(long *)plVar5[1] = lVar6;\n return;\n}" primitive_type (function_declarator "FUN_00112a40(long param_1,long param_2)" identifier (parameter_list "(long param_1,long param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 *puVar1;\n bool bVar2;\n long *plVar3;\n long *plVar4;\n long *plVar5;\n long lVar6;\n \n plVar5 = DAT_0012b5f0;\n plVar3 = DAT_0012d560;\n if (((long **)DAT_0012d560 != &DAT_0012d560) && (DAT_0012d560[2] < param_2)) {\n if (param_1 == DAT_0012d560[4]) {\n return;\n }\n while ((plVar3 = (long *)*plVar3, (long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2))) {\n if (plVar3[4] == param_1) {\n return;\n }\n }\n }\n puVar1 = (undefined8 *)plVar3[1];\n if (DAT_0012d540 == (long *)0x0) {\n DAT_0012b5f0 = (long *)0x0;\n }\n else {\n plVar5 = DAT_0012d540;\n DAT_0012d540 = (long *)*DAT_0012d540;\n }\n plVar4 = DAT_0012b5f0;\n *plVar5 = (long)plVar3;\n plVar5[1] = (long)puVar1;\n plVar5[2] = param_2;\n plVar5[4] = param_1;\n plVar3[1] = (long)plVar5;\n *puVar1 = plVar5;\n if ((long **)plVar5 == &DAT_0012d560) {\n if ((long **)plVar3 == &DAT_0012d560) goto LAB_00112b0a;\nLAB_00112ae1:\n if ((long **)*plVar3 != &DAT_0012d560) {\n plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2;\n }\n }\n else {\n if ((long **)*plVar5 != &DAT_0012d560) {\n plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10);\n }\n if ((long **)plVar3 != &DAT_0012d560) goto LAB_00112ae1;\n }\n if (((long **)plVar5 != &DAT_0012d560) && ((long **)puVar1 != &DAT_0012d560)) {\n puVar1[3] = param_2 - *(long *)(puVar1[1] + 0x10);\n }\nLAB_00112b0a:\n if (plVar4 != (long *)0x0) {\n return;\n }\n bVar2 = false;\n plVar3 = DAT_0012d560;\n lVar6 = DAT_0012d560[3];\n plVar5 = (long *)0x0;\n while (plVar4 = plVar3, plVar3 = (long *)*plVar4, (long **)plVar3 != &DAT_0012d560) {\n if (plVar4[3] <= lVar6) {\n bVar2 = true;\n lVar6 = plVar4[3];\n plVar5 = plVar4;\n }\n }\n plVar3 = plVar5;\n if (!bVar2) {\n plVar5 = (long *)0x0;\n plVar3 = DAT_0012b5f0;\n }\n DAT_0012b5f0 = plVar3;\n lVar6 = *plVar5;\n *(long *)(lVar6 + 8) = plVar5[1];\n *(long *)plVar5[1] = lVar6;\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "bool bVar2;" primitive_type identifier ;) (declaration "long *plVar3;" (sized_type_specifier "long" long) (pointer_declarator "*plVar3" * identifier) ;) (declaration "long *plVar4;" (sized_type_specifier "long" long) (pointer_declarator "*plVar4" * identifier) ;) (declaration "long *plVar5;" (sized_type_specifier "long" long) (pointer_declarator "*plVar5" * identifier) ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (expression_statement "plVar5 = DAT_0012b5f0;" (assignment_expression "plVar5 = DAT_0012b5f0" identifier = identifier) ;) (expression_statement "plVar3 = DAT_0012d560;" (assignment_expression "plVar3 = DAT_0012d560" identifier = identifier) ;) (if_statement "if (((long **)DAT_0012d560 != &DAT_0012d560) && (DAT_0012d560[2] < param_2)) {\n if (param_1 == DAT_0012d560[4]) {\n return;\n }\n while ((plVar3 = (long *)*plVar3, (long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2))) {\n if (plVar3[4] == param_1) {\n return;\n }\n }\n }" if (parenthesized_expression "(((long **)DAT_0012d560 != &DAT_0012d560) && (DAT_0012d560[2] < param_2))" ( (binary_expression "((long **)DAT_0012d560 != &DAT_0012d560) && (DAT_0012d560[2] < param_2)" (parenthesized_expression "((long **)DAT_0012d560 != &DAT_0012d560)" ( (binary_expression "(long **)DAT_0012d560 != &DAT_0012d560" (cast_expression "(long **)DAT_0012d560" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier) != (pointer_expression "&DAT_0012d560" & identifier)) )) && (parenthesized_expression "(DAT_0012d560[2] < param_2)" ( (binary_expression "DAT_0012d560[2] < param_2" (subscript_expression "DAT_0012d560[2]" identifier [ number_literal ]) < identifier) ))) )) (compound_statement "{\n if (param_1 == DAT_0012d560[4]) {\n return;\n }\n while ((plVar3 = (long *)*plVar3, (long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2))) {\n if (plVar3[4] == param_1) {\n return;\n }\n }\n }" { (if_statement "if (param_1 == DAT_0012d560[4]) {\n return;\n }" if (parenthesized_expression "(param_1 == DAT_0012d560[4])" ( (binary_expression "param_1 == DAT_0012d560[4]" identifier == (subscript_expression "DAT_0012d560[4]" identifier [ number_literal ])) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (while_statement "while ((plVar3 = (long *)*plVar3, (long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2))) {\n if (plVar3[4] == param_1) {\n return;\n }\n }" while (parenthesized_expression "((plVar3 = (long *)*plVar3, (long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2)))" ( (parenthesized_expression "(plVar3 = (long *)*plVar3, (long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2))" ( (comma_expression "plVar3 = (long *)*plVar3, (long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2)" (assignment_expression "plVar3 = (long *)*plVar3" identifier = (cast_expression "(long *)*plVar3" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar3" * identifier))) , (binary_expression "(long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2)" (binary_expression "(long **)plVar3 != &DAT_0012d560" (cast_expression "(long **)plVar3" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier) != (pointer_expression "&DAT_0012d560" & identifier)) && (parenthesized_expression "(plVar3[2] < param_2)" ( (binary_expression "plVar3[2] < param_2" (subscript_expression "plVar3[2]" identifier [ number_literal ]) < identifier) )))) )) )) (compound_statement "{\n if (plVar3[4] == param_1) {\n return;\n }\n }" { (if_statement "if (plVar3[4] == param_1) {\n return;\n }" if (parenthesized_expression "(plVar3[4] == param_1)" ( (binary_expression "plVar3[4] == param_1" (subscript_expression "plVar3[4]" identifier [ number_literal ]) == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) })) })) (expression_statement "puVar1 = (undefined8 *)plVar3[1];" (assignment_expression "puVar1 = (undefined8 *)plVar3[1]" identifier = (cast_expression "(undefined8 *)plVar3[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar3[1]" identifier [ number_literal ]))) ;) (if_statement "if (DAT_0012d540 == (long *)0x0) {\n DAT_0012b5f0 = (long *)0x0;\n }\n else {\n plVar5 = DAT_0012d540;\n DAT_0012d540 = (long *)*DAT_0012d540;\n }" if (parenthesized_expression "(DAT_0012d540 == (long *)0x0)" ( (binary_expression "DAT_0012d540 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n DAT_0012b5f0 = (long *)0x0;\n }" { (expression_statement "DAT_0012b5f0 = (long *)0x0;" (assignment_expression "DAT_0012b5f0 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n plVar5 = DAT_0012d540;\n DAT_0012d540 = (long *)*DAT_0012d540;\n }" else (compound_statement "{\n plVar5 = DAT_0012d540;\n DAT_0012d540 = (long *)*DAT_0012d540;\n }" { (expression_statement "plVar5 = DAT_0012d540;" (assignment_expression "plVar5 = DAT_0012d540" identifier = identifier) ;) (expression_statement "DAT_0012d540 = (long *)*DAT_0012d540;" (assignment_expression "DAT_0012d540 = (long *)*DAT_0012d540" identifier = (cast_expression "(long *)*DAT_0012d540" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*DAT_0012d540" * identifier))) ;) }))) (expression_statement "plVar4 = DAT_0012b5f0;" (assignment_expression "plVar4 = DAT_0012b5f0" identifier = identifier) ;) (expression_statement "*plVar5 = (long)plVar3;" (assignment_expression "*plVar5 = (long)plVar3" (pointer_expression "*plVar5" * identifier) = (cast_expression "(long)plVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "plVar5[1] = (long)puVar1;" (assignment_expression "plVar5[1] = (long)puVar1" (subscript_expression "plVar5[1]" identifier [ number_literal ]) = (cast_expression "(long)puVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "plVar5[2] = param_2;" (assignment_expression "plVar5[2] = param_2" (subscript_expression "plVar5[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "plVar5[4] = param_1;" (assignment_expression "plVar5[4] = param_1" (subscript_expression "plVar5[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "plVar3[1] = (long)plVar5;" (assignment_expression "plVar3[1] = (long)plVar5" (subscript_expression "plVar3[1]" identifier [ number_literal ]) = (cast_expression "(long)plVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "*puVar1 = plVar5;" (assignment_expression "*puVar1 = plVar5" (pointer_expression "*puVar1" * identifier) = identifier) ;) (if_statement "if ((long **)plVar5 == &DAT_0012d560) {\n if ((long **)plVar3 == &DAT_0012d560) goto LAB_00112b0a;\nLAB_00112ae1:\n if ((long **)*plVar3 != &DAT_0012d560) {\n plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2;\n }\n }\n else {\n if ((long **)*plVar5 != &DAT_0012d560) {\n plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10);\n }\n if ((long **)plVar3 != &DAT_0012d560) goto LAB_00112ae1;\n }" if (parenthesized_expression "((long **)plVar5 == &DAT_0012d560)" ( (binary_expression "(long **)plVar5 == &DAT_0012d560" (cast_expression "(long **)plVar5" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier) == (pointer_expression "&DAT_0012d560" & identifier)) )) (compound_statement "{\n if ((long **)plVar3 == &DAT_0012d560) goto LAB_00112b0a;\nLAB_00112ae1:\n if ((long **)*plVar3 != &DAT_0012d560) {\n plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2;\n }\n }" { (if_statement "if ((long **)plVar3 == &DAT_0012d560) goto LAB_00112b0a;" if (parenthesized_expression "((long **)plVar3 == &DAT_0012d560)" ( (binary_expression "(long **)plVar3 == &DAT_0012d560" (cast_expression "(long **)plVar3" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier) == (pointer_expression "&DAT_0012d560" & identifier)) )) (goto_statement "goto LAB_00112b0a;" goto statement_identifier ;)) (labeled_statement "LAB_00112ae1:\n if ((long **)*plVar3 != &DAT_0012d560) {\n plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2;\n }" statement_identifier : (if_statement "if ((long **)*plVar3 != &DAT_0012d560) {\n plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2;\n }" if (parenthesized_expression "((long **)*plVar3 != &DAT_0012d560)" ( (binary_expression "(long **)*plVar3 != &DAT_0012d560" (cast_expression "(long **)*plVar3" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "*plVar3" * identifier)) != (pointer_expression "&DAT_0012d560" & identifier)) )) (compound_statement "{\n plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2;\n }" { (expression_statement "plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2;" (assignment_expression "plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2" (subscript_expression "plVar3[3]" identifier [ number_literal ]) = (binary_expression "((undefined8 *)*plVar3)[2] - param_2" (subscript_expression "((undefined8 *)*plVar3)[2]" (parenthesized_expression "((undefined8 *)*plVar3)" ( (cast_expression "(undefined8 *)*plVar3" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar3" * identifier)) )) [ number_literal ]) - identifier)) ;) }))) }) (else_clause "else {\n if ((long **)*plVar5 != &DAT_0012d560) {\n plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10);\n }\n if ((long **)plVar3 != &DAT_0012d560) goto LAB_00112ae1;\n }" else (compound_statement "{\n if ((long **)*plVar5 != &DAT_0012d560) {\n plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10);\n }\n if ((long **)plVar3 != &DAT_0012d560) goto LAB_00112ae1;\n }" { (if_statement "if ((long **)*plVar5 != &DAT_0012d560) {\n plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10);\n }" if (parenthesized_expression "((long **)*plVar5 != &DAT_0012d560)" ( (binary_expression "(long **)*plVar5 != &DAT_0012d560" (cast_expression "(long **)*plVar5" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "*plVar5" * identifier)) != (pointer_expression "&DAT_0012d560" & identifier)) )) (compound_statement "{\n plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10);\n }" { (expression_statement "plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10);" (assignment_expression "plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10)" (subscript_expression "plVar5[3]" identifier [ number_literal ]) = (binary_expression "((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10)" (subscript_expression "((undefined8 *)*plVar5)[2]" (parenthesized_expression "((undefined8 *)*plVar5)" ( (cast_expression "(undefined8 *)*plVar5" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar5" * identifier)) )) [ number_literal ]) - (pointer_expression "*(long *)(plVar5[1] + 0x10)" * (cast_expression "(long *)(plVar5[1] + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar5[1] + 0x10)" ( (binary_expression "plVar5[1] + 0x10" (subscript_expression "plVar5[1]" identifier [ number_literal ]) + number_literal) )))))) ;) })) (if_statement "if ((long **)plVar3 != &DAT_0012d560) goto LAB_00112ae1;" if (parenthesized_expression "((long **)plVar3 != &DAT_0012d560)" ( (binary_expression "(long **)plVar3 != &DAT_0012d560" (cast_expression "(long **)plVar3" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier) != (pointer_expression "&DAT_0012d560" & identifier)) )) (goto_statement "goto LAB_00112ae1;" goto statement_identifier ;)) }))) (if_statement "if (((long **)plVar5 != &DAT_0012d560) && ((long **)puVar1 != &DAT_0012d560)) {\n puVar1[3] = param_2 - *(long *)(puVar1[1] + 0x10);\n }" if (parenthesized_expression "(((long **)plVar5 != &DAT_0012d560) && ((long **)puVar1 != &DAT_0012d560))" ( (binary_expression "((long **)plVar5 != &DAT_0012d560) && ((long **)puVar1 != &DAT_0012d560)" (parenthesized_expression "((long **)plVar5 != &DAT_0012d560)" ( (binary_expression "(long **)plVar5 != &DAT_0012d560" (cast_expression "(long **)plVar5" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier) != (pointer_expression "&DAT_0012d560" & identifier)) )) && (parenthesized_expression "((long **)puVar1 != &DAT_0012d560)" ( (binary_expression "(long **)puVar1 != &DAT_0012d560" (cast_expression "(long **)puVar1" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier) != (pointer_expression "&DAT_0012d560" & identifier)) ))) )) (compound_statement "{\n puVar1[3] = param_2 - *(long *)(puVar1[1] + 0x10);\n }" { (expression_statement "puVar1[3] = param_2 - *(long *)(puVar1[1] + 0x10);" (assignment_expression "puVar1[3] = param_2 - *(long *)(puVar1[1] + 0x10)" (subscript_expression "puVar1[3]" identifier [ number_literal ]) = (binary_expression "param_2 - *(long *)(puVar1[1] + 0x10)" identifier - (pointer_expression "*(long *)(puVar1[1] + 0x10)" * (cast_expression "(long *)(puVar1[1] + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar1[1] + 0x10)" ( (binary_expression "puVar1[1] + 0x10" (subscript_expression "puVar1[1]" identifier [ number_literal ]) + number_literal) )))))) ;) })) (labeled_statement "LAB_00112b0a:\n if (plVar4 != (long *)0x0) {\n return;\n }" statement_identifier : (if_statement "if (plVar4 != (long *)0x0) {\n return;\n }" if (parenthesized_expression "(plVar4 != (long *)0x0)" ( (binary_expression "plVar4 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) }))) (expression_statement "bVar2 = false;" (assignment_expression "bVar2 = false" identifier = false) ;) (expression_statement "plVar3 = DAT_0012d560;" (assignment_expression "plVar3 = DAT_0012d560" identifier = identifier) ;) (expression_statement "lVar6 = DAT_0012d560[3];" (assignment_expression "lVar6 = DAT_0012d560[3]" identifier = (subscript_expression "DAT_0012d560[3]" identifier [ number_literal ])) ;) (expression_statement "plVar5 = (long *)0x0;" (assignment_expression "plVar5 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (while_statement "while (plVar4 = plVar3, plVar3 = (long *)*plVar4, (long **)plVar3 != &DAT_0012d560) {\n if (plVar4[3] <= lVar6) {\n bVar2 = true;\n lVar6 = plVar4[3];\n plVar5 = plVar4;\n }\n }" while (parenthesized_expression "(plVar4 = plVar3, plVar3 = (long *)*plVar4, (long **)plVar3 != &DAT_0012d560)" ( (comma_expression "plVar4 = plVar3, plVar3 = (long *)*plVar4, (long **)plVar3 != &DAT_0012d560" (assignment_expression "plVar4 = plVar3" identifier = identifier) , (comma_expression "plVar3 = (long *)*plVar4, (long **)plVar3 != &DAT_0012d560" (assignment_expression "plVar3 = (long *)*plVar4" identifier = (cast_expression "(long *)*plVar4" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar4" * identifier))) , (binary_expression "(long **)plVar3 != &DAT_0012d560" (cast_expression "(long **)plVar3" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier) != (pointer_expression "&DAT_0012d560" & identifier)))) )) (compound_statement "{\n if (plVar4[3] <= lVar6) {\n bVar2 = true;\n lVar6 = plVar4[3];\n plVar5 = plVar4;\n }\n }" { (if_statement "if (plVar4[3] <= lVar6) {\n bVar2 = true;\n lVar6 = plVar4[3];\n plVar5 = plVar4;\n }" if (parenthesized_expression "(plVar4[3] <= lVar6)" ( (binary_expression "plVar4[3] <= lVar6" (subscript_expression "plVar4[3]" identifier [ number_literal ]) <= identifier) )) (compound_statement "{\n bVar2 = true;\n lVar6 = plVar4[3];\n plVar5 = plVar4;\n }" { (expression_statement "bVar2 = true;" (assignment_expression "bVar2 = true" identifier = true) ;) (expression_statement "lVar6 = plVar4[3];" (assignment_expression "lVar6 = plVar4[3]" identifier = (subscript_expression "plVar4[3]" identifier [ number_literal ])) ;) (expression_statement "plVar5 = plVar4;" (assignment_expression "plVar5 = plVar4" identifier = identifier) ;) })) })) (expression_statement "plVar3 = plVar5;" (assignment_expression "plVar3 = plVar5" identifier = identifier) ;) (if_statement "if (!bVar2) {\n plVar5 = (long *)0x0;\n plVar3 = DAT_0012b5f0;\n }" if (parenthesized_expression "(!bVar2)" ( (unary_expression "!bVar2" ! identifier) )) (compound_statement "{\n plVar5 = (long *)0x0;\n plVar3 = DAT_0012b5f0;\n }" { (expression_statement "plVar5 = (long *)0x0;" (assignment_expression "plVar5 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "plVar3 = DAT_0012b5f0;" (assignment_expression "plVar3 = DAT_0012b5f0" identifier = identifier) ;) })) (expression_statement "DAT_0012b5f0 = plVar3;" (assignment_expression "DAT_0012b5f0 = plVar3" identifier = identifier) ;) (expression_statement "lVar6 = *plVar5;" (assignment_expression "lVar6 = *plVar5" identifier = (pointer_expression "*plVar5" * identifier)) ;) (expression_statement "*(long *)(lVar6 + 8) = plVar5[1];" (assignment_expression "*(long *)(lVar6 + 8) = plVar5[1]" (pointer_expression "*(long *)(lVar6 + 8)" * (cast_expression "(long *)(lVar6 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 8)" ( (binary_expression "lVar6 + 8" identifier + number_literal) )))) = (subscript_expression "plVar5[1]" identifier [ number_literal ])) ;) (expression_statement "*(long *)plVar5[1] = lVar6;" (assignment_expression "*(long *)plVar5[1] = lVar6" (pointer_expression "*(long *)plVar5[1]" * (cast_expression "(long *)plVar5[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar5[1]" identifier [ number_literal ]))) = identifier) ;) (return_statement "return;" return ;) }))) | (translation_unit "void add_lnum(LINENUM linenum,POSITION pos)\n\n{\n bool bVar1;\n linenum_info *plVar2;\n linenum_info *plVar3;\n linenum_info *plVar4;\n linenum_info *plVar5;\n POSITION PVar6;\n \n plVar5 = spare;\n plVar3 = anchor.next;\n if ((anchor.next != &anchor) && ((anchor.next)->pos < pos)) {\n if (linenum == (anchor.next)->line) {\n return;\n }\n while ((plVar3 = plVar3->next, plVar3 != &anchor && (plVar3->pos < pos))) {\n if (plVar3->line == linenum) {\n return;\n }\n }\n }\n plVar4 = plVar3->prev;\n if (freelist == (linenum_info *)0x0) {\n spare = (linenum_info *)0x0;\n }\n else {\n plVar5 = freelist;\n freelist = freelist->next;\n }\n plVar2 = spare;\n plVar5->next = plVar3;\n plVar5->prev = plVar4;\n plVar5->pos = pos;\n plVar5->line = linenum;\n plVar3->prev = plVar5;\n plVar4->next = plVar5;\n if (plVar5 == &anchor) {\n if (plVar3 == &anchor) goto LAB_00112b0a;\nLAB_00112ae1:\n if (plVar3->next != &anchor) {\n plVar3->gap = plVar3->next->pos - pos;\n }\n }\n else {\n if (plVar5->next != &anchor) {\n plVar5->gap = plVar5->next->pos - plVar5->prev->pos;\n }\n if (plVar3 != &anchor) goto LAB_00112ae1;\n }\n if ((plVar5 != &anchor) && (plVar4 != &anchor)) {\n plVar4->gap = pos - plVar4->prev->pos;\n }\nLAB_00112b0a:\n if (plVar2 != (linenum_info *)0x0) {\n return;\n }\n bVar1 = false;\n plVar3 = anchor.next;\n PVar6 = (anchor.next)->gap;\n plVar5 = (linenum_info *)0x0;\n while (plVar4 = plVar3, plVar3 = plVar4->next, plVar3 != &anchor) {\n if (plVar4->gap <= PVar6) {\n bVar1 = true;\n PVar6 = plVar4->gap;\n plVar5 = plVar4;\n }\n }\n plVar3 = plVar5;\n if (!bVar1) {\n plVar5 = (linenum_info *)0x0;\n plVar3 = spare;\n }\n spare = plVar3;\n plVar3 = plVar5->next;\n plVar3->prev = plVar5->prev;\n plVar5->prev->next = plVar3;\n return;\n}\n\n" (function_definition "void add_lnum(LINENUM linenum,POSITION pos)\n\n{\n bool bVar1;\n linenum_info *plVar2;\n linenum_info *plVar3;\n linenum_info *plVar4;\n linenum_info *plVar5;\n POSITION PVar6;\n \n plVar5 = spare;\n plVar3 = anchor.next;\n if ((anchor.next != &anchor) && ((anchor.next)->pos < pos)) {\n if (linenum == (anchor.next)->line) {\n return;\n }\n while ((plVar3 = plVar3->next, plVar3 != &anchor && (plVar3->pos < pos))) {\n if (plVar3->line == linenum) {\n return;\n }\n }\n }\n plVar4 = plVar3->prev;\n if (freelist == (linenum_info *)0x0) {\n spare = (linenum_info *)0x0;\n }\n else {\n plVar5 = freelist;\n freelist = freelist->next;\n }\n plVar2 = spare;\n plVar5->next = plVar3;\n plVar5->prev = plVar4;\n plVar5->pos = pos;\n plVar5->line = linenum;\n plVar3->prev = plVar5;\n plVar4->next = plVar5;\n if (plVar5 == &anchor) {\n if (plVar3 == &anchor) goto LAB_00112b0a;\nLAB_00112ae1:\n if (plVar3->next != &anchor) {\n plVar3->gap = plVar3->next->pos - pos;\n }\n }\n else {\n if (plVar5->next != &anchor) {\n plVar5->gap = plVar5->next->pos - plVar5->prev->pos;\n }\n if (plVar3 != &anchor) goto LAB_00112ae1;\n }\n if ((plVar5 != &anchor) && (plVar4 != &anchor)) {\n plVar4->gap = pos - plVar4->prev->pos;\n }\nLAB_00112b0a:\n if (plVar2 != (linenum_info *)0x0) {\n return;\n }\n bVar1 = false;\n plVar3 = anchor.next;\n PVar6 = (anchor.next)->gap;\n plVar5 = (linenum_info *)0x0;\n while (plVar4 = plVar3, plVar3 = plVar4->next, plVar3 != &anchor) {\n if (plVar4->gap <= PVar6) {\n bVar1 = true;\n PVar6 = plVar4->gap;\n plVar5 = plVar4;\n }\n }\n plVar3 = plVar5;\n if (!bVar1) {\n plVar5 = (linenum_info *)0x0;\n plVar3 = spare;\n }\n spare = plVar3;\n plVar3 = plVar5->next;\n plVar3->prev = plVar5->prev;\n plVar5->prev->next = plVar3;\n return;\n}" primitive_type (function_declarator "add_lnum(LINENUM linenum,POSITION pos)" identifier (parameter_list "(LINENUM linenum,POSITION pos)" ( (parameter_declaration "LINENUM linenum" type_identifier identifier) , (parameter_declaration "POSITION pos" type_identifier identifier) ))) (compound_statement "{\n bool bVar1;\n linenum_info *plVar2;\n linenum_info *plVar3;\n linenum_info *plVar4;\n linenum_info *plVar5;\n POSITION PVar6;\n \n plVar5 = spare;\n plVar3 = anchor.next;\n if ((anchor.next != &anchor) && ((anchor.next)->pos < pos)) {\n if (linenum == (anchor.next)->line) {\n return;\n }\n while ((plVar3 = plVar3->next, plVar3 != &anchor && (plVar3->pos < pos))) {\n if (plVar3->line == linenum) {\n return;\n }\n }\n }\n plVar4 = plVar3->prev;\n if (freelist == (linenum_info *)0x0) {\n spare = (linenum_info *)0x0;\n }\n else {\n plVar5 = freelist;\n freelist = freelist->next;\n }\n plVar2 = spare;\n plVar5->next = plVar3;\n plVar5->prev = plVar4;\n plVar5->pos = pos;\n plVar5->line = linenum;\n plVar3->prev = plVar5;\n plVar4->next = plVar5;\n if (plVar5 == &anchor) {\n if (plVar3 == &anchor) goto LAB_00112b0a;\nLAB_00112ae1:\n if (plVar3->next != &anchor) {\n plVar3->gap = plVar3->next->pos - pos;\n }\n }\n else {\n if (plVar5->next != &anchor) {\n plVar5->gap = plVar5->next->pos - plVar5->prev->pos;\n }\n if (plVar3 != &anchor) goto LAB_00112ae1;\n }\n if ((plVar5 != &anchor) && (plVar4 != &anchor)) {\n plVar4->gap = pos - plVar4->prev->pos;\n }\nLAB_00112b0a:\n if (plVar2 != (linenum_info *)0x0) {\n return;\n }\n bVar1 = false;\n plVar3 = anchor.next;\n PVar6 = (anchor.next)->gap;\n plVar5 = (linenum_info *)0x0;\n while (plVar4 = plVar3, plVar3 = plVar4->next, plVar3 != &anchor) {\n if (plVar4->gap <= PVar6) {\n bVar1 = true;\n PVar6 = plVar4->gap;\n plVar5 = plVar4;\n }\n }\n plVar3 = plVar5;\n if (!bVar1) {\n plVar5 = (linenum_info *)0x0;\n plVar3 = spare;\n }\n spare = plVar3;\n plVar3 = plVar5->next;\n plVar3->prev = plVar5->prev;\n plVar5->prev->next = plVar3;\n return;\n}" { (declaration "bool bVar1;" primitive_type identifier ;) (declaration "linenum_info *plVar2;" type_identifier (pointer_declarator "*plVar2" * identifier) ;) (declaration "linenum_info *plVar3;" type_identifier (pointer_declarator "*plVar3" * identifier) ;) (declaration "linenum_info *plVar4;" type_identifier (pointer_declarator "*plVar4" * identifier) ;) (declaration "linenum_info *plVar5;" type_identifier (pointer_declarator "*plVar5" * identifier) ;) (declaration "POSITION PVar6;" type_identifier identifier ;) (expression_statement "plVar5 = spare;" (assignment_expression "plVar5 = spare" identifier = identifier) ;) (expression_statement "plVar3 = anchor.next;" (assignment_expression "plVar3 = anchor.next" identifier = (field_expression "anchor.next" identifier . field_identifier)) ;) (if_statement "if ((anchor.next != &anchor) && ((anchor.next)->pos < pos)) {\n if (linenum == (anchor.next)->line) {\n return;\n }\n while ((plVar3 = plVar3->next, plVar3 != &anchor && (plVar3->pos < pos))) {\n if (plVar3->line == linenum) {\n return;\n }\n }\n }" if (parenthesized_expression "((anchor.next != &anchor) && ((anchor.next)->pos < pos))" ( (binary_expression "(anchor.next != &anchor) && ((anchor.next)->pos < pos)" (parenthesized_expression "(anchor.next != &anchor)" ( (binary_expression "anchor.next != &anchor" (field_expression "anchor.next" identifier . field_identifier) != (pointer_expression "&anchor" & identifier)) )) && (parenthesized_expression "((anchor.next)->pos < pos)" ( (binary_expression "(anchor.next)->pos < pos" (field_expression "(anchor.next)->pos" (parenthesized_expression "(anchor.next)" ( (field_expression "anchor.next" identifier . field_identifier) )) -> field_identifier) < identifier) ))) )) (compound_statement "{\n if (linenum == (anchor.next)->line) {\n return;\n }\n while ((plVar3 = plVar3->next, plVar3 != &anchor && (plVar3->pos < pos))) {\n if (plVar3->line == linenum) {\n return;\n }\n }\n }" { (if_statement "if (linenum == (anchor.next)->line) {\n return;\n }" if (parenthesized_expression "(linenum == (anchor.next)->line)" ( (binary_expression "linenum == (anchor.next)->line" identifier == (field_expression "(anchor.next)->line" (parenthesized_expression "(anchor.next)" ( (field_expression "anchor.next" identifier . field_identifier) )) -> field_identifier)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (while_statement "while ((plVar3 = plVar3->next, plVar3 != &anchor && (plVar3->pos < pos))) {\n if (plVar3->line == linenum) {\n return;\n }\n }" while (parenthesized_expression "((plVar3 = plVar3->next, plVar3 != &anchor && (plVar3->pos < pos)))" ( (parenthesized_expression "(plVar3 = plVar3->next, plVar3 != &anchor && (plVar3->pos < pos))" ( (comma_expression "plVar3 = plVar3->next, plVar3 != &anchor && (plVar3->pos < pos)" (assignment_expression "plVar3 = plVar3->next" identifier = (field_expression "plVar3->next" identifier -> field_identifier)) , (binary_expression "plVar3 != &anchor && (plVar3->pos < pos)" (binary_expression "plVar3 != &anchor" identifier != (pointer_expression "&anchor" & identifier)) && (parenthesized_expression "(plVar3->pos < pos)" ( (binary_expression "plVar3->pos < pos" (field_expression "plVar3->pos" identifier -> field_identifier) < identifier) )))) )) )) (compound_statement "{\n if (plVar3->line == linenum) {\n return;\n }\n }" { (if_statement "if (plVar3->line == linenum) {\n return;\n }" if (parenthesized_expression "(plVar3->line == linenum)" ( (binary_expression "plVar3->line == linenum" (field_expression "plVar3->line" identifier -> field_identifier) == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) })) })) (expression_statement "plVar4 = plVar3->prev;" (assignment_expression "plVar4 = plVar3->prev" identifier = (field_expression "plVar3->prev" identifier -> field_identifier)) ;) (if_statement "if (freelist == (linenum_info *)0x0) {\n spare = (linenum_info *)0x0;\n }\n else {\n plVar5 = freelist;\n freelist = freelist->next;\n }" if (parenthesized_expression "(freelist == (linenum_info *)0x0)" ( (binary_expression "freelist == (linenum_info *)0x0" identifier == (cast_expression "(linenum_info *)0x0" ( (type_descriptor "linenum_info *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n spare = (linenum_info *)0x0;\n }" { (expression_statement "spare = (linenum_info *)0x0;" (assignment_expression "spare = (linenum_info *)0x0" identifier = (cast_expression "(linenum_info *)0x0" ( (type_descriptor "linenum_info *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n plVar5 = freelist;\n freelist = freelist->next;\n }" else (compound_statement "{\n plVar5 = freelist;\n freelist = freelist->next;\n }" { (expression_statement "plVar5 = freelist;" (assignment_expression "plVar5 = freelist" identifier = identifier) ;) (expression_statement "freelist = freelist->next;" (assignment_expression "freelist = freelist->next" identifier = (field_expression "freelist->next" identifier -> field_identifier)) ;) }))) (expression_statement "plVar2 = spare;" (assignment_expression "plVar2 = spare" identifier = identifier) ;) (expression_statement "plVar5->next = plVar3;" (assignment_expression "plVar5->next = plVar3" (field_expression "plVar5->next" identifier -> field_identifier) = identifier) ;) (expression_statement "plVar5->prev = plVar4;" (assignment_expression "plVar5->prev = plVar4" (field_expression "plVar5->prev" identifier -> field_identifier) = identifier) ;) (expression_statement "plVar5->pos = pos;" (assignment_expression "plVar5->pos = pos" (field_expression "plVar5->pos" identifier -> field_identifier) = identifier) ;) (expression_statement "plVar5->line = linenum;" (assignment_expression "plVar5->line = linenum" (field_expression "plVar5->line" identifier -> field_identifier) = identifier) ;) (expression_statement "plVar3->prev = plVar5;" (assignment_expression "plVar3->prev = plVar5" (field_expression "plVar3->prev" identifier -> field_identifier) = identifier) ;) (expression_statement "plVar4->next = plVar5;" (assignment_expression "plVar4->next = plVar5" (field_expression "plVar4->next" identifier -> field_identifier) = identifier) ;) (if_statement "if (plVar5 == &anchor) {\n if (plVar3 == &anchor) goto LAB_00112b0a;\nLAB_00112ae1:\n if (plVar3->next != &anchor) {\n plVar3->gap = plVar3->next->pos - pos;\n }\n }\n else {\n if (plVar5->next != &anchor) {\n plVar5->gap = plVar5->next->pos - plVar5->prev->pos;\n }\n if (plVar3 != &anchor) goto LAB_00112ae1;\n }" if (parenthesized_expression "(plVar5 == &anchor)" ( (binary_expression "plVar5 == &anchor" identifier == (pointer_expression "&anchor" & identifier)) )) (compound_statement "{\n if (plVar3 == &anchor) goto LAB_00112b0a;\nLAB_00112ae1:\n if (plVar3->next != &anchor) {\n plVar3->gap = plVar3->next->pos - pos;\n }\n }" { (if_statement "if (plVar3 == &anchor) goto LAB_00112b0a;" if (parenthesized_expression "(plVar3 == &anchor)" ( (binary_expression "plVar3 == &anchor" identifier == (pointer_expression "&anchor" & identifier)) )) (goto_statement "goto LAB_00112b0a;" goto statement_identifier ;)) (labeled_statement "LAB_00112ae1:\n if (plVar3->next != &anchor) {\n plVar3->gap = plVar3->next->pos - pos;\n }" statement_identifier : (if_statement "if (plVar3->next != &anchor) {\n plVar3->gap = plVar3->next->pos - pos;\n }" if (parenthesized_expression "(plVar3->next != &anchor)" ( (binary_expression "plVar3->next != &anchor" (field_expression "plVar3->next" identifier -> field_identifier) != (pointer_expression "&anchor" & identifier)) )) (compound_statement "{\n plVar3->gap = plVar3->next->pos - pos;\n }" { (expression_statement "plVar3->gap = plVar3->next->pos - pos;" (assignment_expression "plVar3->gap = plVar3->next->pos - pos" (field_expression "plVar3->gap" identifier -> field_identifier) = (binary_expression "plVar3->next->pos - pos" (field_expression "plVar3->next->pos" (field_expression "plVar3->next" identifier -> field_identifier) -> field_identifier) - identifier)) ;) }))) }) (else_clause "else {\n if (plVar5->next != &anchor) {\n plVar5->gap = plVar5->next->pos - plVar5->prev->pos;\n }\n if (plVar3 != &anchor) goto LAB_00112ae1;\n }" else (compound_statement "{\n if (plVar5->next != &anchor) {\n plVar5->gap = plVar5->next->pos - plVar5->prev->pos;\n }\n if (plVar3 != &anchor) goto LAB_00112ae1;\n }" { (if_statement "if (plVar5->next != &anchor) {\n plVar5->gap = plVar5->next->pos - plVar5->prev->pos;\n }" if (parenthesized_expression "(plVar5->next != &anchor)" ( (binary_expression "plVar5->next != &anchor" (field_expression "plVar5->next" identifier -> field_identifier) != (pointer_expression "&anchor" & identifier)) )) (compound_statement "{\n plVar5->gap = plVar5->next->pos - plVar5->prev->pos;\n }" { (expression_statement "plVar5->gap = plVar5->next->pos - plVar5->prev->pos;" (assignment_expression "plVar5->gap = plVar5->next->pos - plVar5->prev->pos" (field_expression "plVar5->gap" identifier -> field_identifier) = (binary_expression "plVar5->next->pos - plVar5->prev->pos" (field_expression "plVar5->next->pos" (field_expression "plVar5->next" identifier -> field_identifier) -> field_identifier) - (field_expression "plVar5->prev->pos" (field_expression "plVar5->prev" identifier -> field_identifier) -> field_identifier))) ;) })) (if_statement "if (plVar3 != &anchor) goto LAB_00112ae1;" if (parenthesized_expression "(plVar3 != &anchor)" ( (binary_expression "plVar3 != &anchor" identifier != (pointer_expression "&anchor" & identifier)) )) (goto_statement "goto LAB_00112ae1;" goto statement_identifier ;)) }))) (if_statement "if ((plVar5 != &anchor) && (plVar4 != &anchor)) {\n plVar4->gap = pos - plVar4->prev->pos;\n }" if (parenthesized_expression "((plVar5 != &anchor) && (plVar4 != &anchor))" ( (binary_expression "(plVar5 != &anchor) && (plVar4 != &anchor)" (parenthesized_expression "(plVar5 != &anchor)" ( (binary_expression "plVar5 != &anchor" identifier != (pointer_expression "&anchor" & identifier)) )) && (parenthesized_expression "(plVar4 != &anchor)" ( (binary_expression "plVar4 != &anchor" identifier != (pointer_expression "&anchor" & identifier)) ))) )) (compound_statement "{\n plVar4->gap = pos - plVar4->prev->pos;\n }" { (expression_statement "plVar4->gap = pos - plVar4->prev->pos;" (assignment_expression "plVar4->gap = pos - plVar4->prev->pos" (field_expression "plVar4->gap" identifier -> field_identifier) = (binary_expression "pos - plVar4->prev->pos" identifier - (field_expression "plVar4->prev->pos" (field_expression "plVar4->prev" identifier -> field_identifier) -> field_identifier))) ;) })) (labeled_statement "LAB_00112b0a:\n if (plVar2 != (linenum_info *)0x0) {\n return;\n }" statement_identifier : (if_statement "if (plVar2 != (linenum_info *)0x0) {\n return;\n }" if (parenthesized_expression "(plVar2 != (linenum_info *)0x0)" ( (binary_expression "plVar2 != (linenum_info *)0x0" identifier != (cast_expression "(linenum_info *)0x0" ( (type_descriptor "linenum_info *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) }))) (expression_statement "bVar1 = false;" (assignment_expression "bVar1 = false" identifier = false) ;) (expression_statement "plVar3 = anchor.next;" (assignment_expression "plVar3 = anchor.next" identifier = (field_expression "anchor.next" identifier . field_identifier)) ;) (expression_statement "PVar6 = (anchor.next)->gap;" (assignment_expression "PVar6 = (anchor.next)->gap" identifier = (field_expression "(anchor.next)->gap" (parenthesized_expression "(anchor.next)" ( (field_expression "anchor.next" identifier . field_identifier) )) -> field_identifier)) ;) (expression_statement "plVar5 = (linenum_info *)0x0;" (assignment_expression "plVar5 = (linenum_info *)0x0" identifier = (cast_expression "(linenum_info *)0x0" ( (type_descriptor "linenum_info *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (while_statement "while (plVar4 = plVar3, plVar3 = plVar4->next, plVar3 != &anchor) {\n if (plVar4->gap <= PVar6) {\n bVar1 = true;\n PVar6 = plVar4->gap;\n plVar5 = plVar4;\n }\n }" while (parenthesized_expression "(plVar4 = plVar3, plVar3 = plVar4->next, plVar3 != &anchor)" ( (comma_expression "plVar4 = plVar3, plVar3 = plVar4->next, plVar3 != &anchor" (assignment_expression "plVar4 = plVar3" identifier = identifier) , (comma_expression "plVar3 = plVar4->next, plVar3 != &anchor" (assignment_expression "plVar3 = plVar4->next" identifier = (field_expression "plVar4->next" identifier -> field_identifier)) , (binary_expression "plVar3 != &anchor" identifier != (pointer_expression "&anchor" & identifier)))) )) (compound_statement "{\n if (plVar4->gap <= PVar6) {\n bVar1 = true;\n PVar6 = plVar4->gap;\n plVar5 = plVar4;\n }\n }" { (if_statement "if (plVar4->gap <= PVar6) {\n bVar1 = true;\n PVar6 = plVar4->gap;\n plVar5 = plVar4;\n }" if (parenthesized_expression "(plVar4->gap <= PVar6)" ( (binary_expression "plVar4->gap <= PVar6" (field_expression "plVar4->gap" identifier -> field_identifier) <= identifier) )) (compound_statement "{\n bVar1 = true;\n PVar6 = plVar4->gap;\n plVar5 = plVar4;\n }" { (expression_statement "bVar1 = true;" (assignment_expression "bVar1 = true" identifier = true) ;) (expression_statement "PVar6 = plVar4->gap;" (assignment_expression "PVar6 = plVar4->gap" identifier = (field_expression "plVar4->gap" identifier -> field_identifier)) ;) (expression_statement "plVar5 = plVar4;" (assignment_expression "plVar5 = plVar4" identifier = identifier) ;) })) })) (expression_statement "plVar3 = plVar5;" (assignment_expression "plVar3 = plVar5" identifier = identifier) ;) (if_statement "if (!bVar1) {\n plVar5 = (linenum_info *)0x0;\n plVar3 = spare;\n }" if (parenthesized_expression "(!bVar1)" ( (unary_expression "!bVar1" ! identifier) )) (compound_statement "{\n plVar5 = (linenum_info *)0x0;\n plVar3 = spare;\n }" { (expression_statement "plVar5 = (linenum_info *)0x0;" (assignment_expression "plVar5 = (linenum_info *)0x0" identifier = (cast_expression "(linenum_info *)0x0" ( (type_descriptor "linenum_info *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "plVar3 = spare;" (assignment_expression "plVar3 = spare" identifier = identifier) ;) })) (expression_statement "spare = plVar3;" (assignment_expression "spare = plVar3" identifier = identifier) ;) (expression_statement "plVar3 = plVar5->next;" (assignment_expression "plVar3 = plVar5->next" identifier = (field_expression "plVar5->next" identifier -> field_identifier)) ;) (expression_statement "plVar3->prev = plVar5->prev;" (assignment_expression "plVar3->prev = plVar5->prev" (field_expression "plVar3->prev" identifier -> field_identifier) = (field_expression "plVar5->prev" identifier -> field_identifier)) ;) (expression_statement "plVar5->prev->next = plVar3;" (assignment_expression "plVar5->prev->next = plVar3" (field_expression "plVar5->prev->next" (field_expression "plVar5->prev" identifier -> field_identifier) -> field_identifier) = identifier) ;) (return_statement "return;" return ;) }))) | (translation_unit "void FUN_00112a40(long param_1,long param_2)\n\n{\n undefined8 *puVar1;\n bool bVar2;\n long *plVar3;\n long *plVar4;\n long *plVar5;\n long lVar6;\n \n plVar5 = DAT_0012b5f0;\n plVar3 = DAT_0012d560;\n if (((long **)DAT_0012d560 != &DAT_0012d560) && (DAT_0012d560[2] < param_2)) {\n if (param_1 == DAT_0012d560[4]) {\n return;\n }\n while ((plVar3 = (long *)*plVar3, (long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2))) {\n if (plVar3[4] == param_1) {\n return;\n }\n }\n }\n puVar1 = (undefined8 *)plVar3[1];\n if (DAT_0012d540 == (long *)0x0) {\n DAT_0012b5f0 = (long *)0x0;\n }\n else {\n plVar5 = DAT_0012d540;\n DAT_0012d540 = (long *)*DAT_0012d540;\n }\n plVar4 = DAT_0012b5f0;\n *plVar5 = (long)plVar3;\n plVar5[1] = (long)puVar1;\n plVar5[2] = param_2;\n plVar5[4] = param_1;\n plVar3[1] = (long)plVar5;\n *puVar1 = plVar5;\n if ((long **)plVar5 == &DAT_0012d560) {\n if ((long **)plVar3 == &DAT_0012d560) goto LAB_00112b0a;\nLAB_00112ae1:\n if ((long **)*plVar3 != &DAT_0012d560) {\n plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2;\n }\n }\n else {\n if ((long **)*plVar5 != &DAT_0012d560) {\n plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10);\n }\n if ((long **)plVar3 != &DAT_0012d560) goto LAB_00112ae1;\n }\n if (((long **)plVar5 != &DAT_0012d560) && ((long **)puVar1 != &DAT_0012d560)) {\n puVar1[3] = param_2 - *(long *)(puVar1[1] + 0x10);\n }\nLAB_00112b0a:\n if (plVar4 != (long *)0x0) {\n return;\n }\n bVar2 = false;\n plVar3 = DAT_0012d560;\n lVar6 = DAT_0012d560[3];\n plVar5 = (long *)0x0;\n while (plVar4 = plVar3, plVar3 = (long *)*plVar4, (long **)plVar3 != &DAT_0012d560) {\n if (plVar4[3] <= lVar6) {\n bVar2 = true;\n lVar6 = plVar4[3];\n plVar5 = plVar4;\n }\n }\n plVar3 = plVar5;\n if (!bVar2) {\n plVar5 = (long *)0x0;\n plVar3 = DAT_0012b5f0;\n }\n DAT_0012b5f0 = plVar3;\n lVar6 = *plVar5;\n *(long *)(lVar6 + 8) = plVar5[1];\n *(long *)plVar5[1] = lVar6;\n return;\n}\n\n" (function_definition "void FUN_00112a40(long param_1,long param_2)\n\n{\n undefined8 *puVar1;\n bool bVar2;\n long *plVar3;\n long *plVar4;\n long *plVar5;\n long lVar6;\n \n plVar5 = DAT_0012b5f0;\n plVar3 = DAT_0012d560;\n if (((long **)DAT_0012d560 != &DAT_0012d560) && (DAT_0012d560[2] < param_2)) {\n if (param_1 == DAT_0012d560[4]) {\n return;\n }\n while ((plVar3 = (long *)*plVar3, (long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2))) {\n if (plVar3[4] == param_1) {\n return;\n }\n }\n }\n puVar1 = (undefined8 *)plVar3[1];\n if (DAT_0012d540 == (long *)0x0) {\n DAT_0012b5f0 = (long *)0x0;\n }\n else {\n plVar5 = DAT_0012d540;\n DAT_0012d540 = (long *)*DAT_0012d540;\n }\n plVar4 = DAT_0012b5f0;\n *plVar5 = (long)plVar3;\n plVar5[1] = (long)puVar1;\n plVar5[2] = param_2;\n plVar5[4] = param_1;\n plVar3[1] = (long)plVar5;\n *puVar1 = plVar5;\n if ((long **)plVar5 == &DAT_0012d560) {\n if ((long **)plVar3 == &DAT_0012d560) goto LAB_00112b0a;\nLAB_00112ae1:\n if ((long **)*plVar3 != &DAT_0012d560) {\n plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2;\n }\n }\n else {\n if ((long **)*plVar5 != &DAT_0012d560) {\n plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10);\n }\n if ((long **)plVar3 != &DAT_0012d560) goto LAB_00112ae1;\n }\n if (((long **)plVar5 != &DAT_0012d560) && ((long **)puVar1 != &DAT_0012d560)) {\n puVar1[3] = param_2 - *(long *)(puVar1[1] + 0x10);\n }\nLAB_00112b0a:\n if (plVar4 != (long *)0x0) {\n return;\n }\n bVar2 = false;\n plVar3 = DAT_0012d560;\n lVar6 = DAT_0012d560[3];\n plVar5 = (long *)0x0;\n while (plVar4 = plVar3, plVar3 = (long *)*plVar4, (long **)plVar3 != &DAT_0012d560) {\n if (plVar4[3] <= lVar6) {\n bVar2 = true;\n lVar6 = plVar4[3];\n plVar5 = plVar4;\n }\n }\n plVar3 = plVar5;\n if (!bVar2) {\n plVar5 = (long *)0x0;\n plVar3 = DAT_0012b5f0;\n }\n DAT_0012b5f0 = plVar3;\n lVar6 = *plVar5;\n *(long *)(lVar6 + 8) = plVar5[1];\n *(long *)plVar5[1] = lVar6;\n return;\n}" primitive_type (function_declarator "FUN_00112a40(long param_1,long param_2)" identifier (parameter_list "(long param_1,long param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 *puVar1;\n bool bVar2;\n long *plVar3;\n long *plVar4;\n long *plVar5;\n long lVar6;\n \n plVar5 = DAT_0012b5f0;\n plVar3 = DAT_0012d560;\n if (((long **)DAT_0012d560 != &DAT_0012d560) && (DAT_0012d560[2] < param_2)) {\n if (param_1 == DAT_0012d560[4]) {\n return;\n }\n while ((plVar3 = (long *)*plVar3, (long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2))) {\n if (plVar3[4] == param_1) {\n return;\n }\n }\n }\n puVar1 = (undefined8 *)plVar3[1];\n if (DAT_0012d540 == (long *)0x0) {\n DAT_0012b5f0 = (long *)0x0;\n }\n else {\n plVar5 = DAT_0012d540;\n DAT_0012d540 = (long *)*DAT_0012d540;\n }\n plVar4 = DAT_0012b5f0;\n *plVar5 = (long)plVar3;\n plVar5[1] = (long)puVar1;\n plVar5[2] = param_2;\n plVar5[4] = param_1;\n plVar3[1] = (long)plVar5;\n *puVar1 = plVar5;\n if ((long **)plVar5 == &DAT_0012d560) {\n if ((long **)plVar3 == &DAT_0012d560) goto LAB_00112b0a;\nLAB_00112ae1:\n if ((long **)*plVar3 != &DAT_0012d560) {\n plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2;\n }\n }\n else {\n if ((long **)*plVar5 != &DAT_0012d560) {\n plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10);\n }\n if ((long **)plVar3 != &DAT_0012d560) goto LAB_00112ae1;\n }\n if (((long **)plVar5 != &DAT_0012d560) && ((long **)puVar1 != &DAT_0012d560)) {\n puVar1[3] = param_2 - *(long *)(puVar1[1] + 0x10);\n }\nLAB_00112b0a:\n if (plVar4 != (long *)0x0) {\n return;\n }\n bVar2 = false;\n plVar3 = DAT_0012d560;\n lVar6 = DAT_0012d560[3];\n plVar5 = (long *)0x0;\n while (plVar4 = plVar3, plVar3 = (long *)*plVar4, (long **)plVar3 != &DAT_0012d560) {\n if (plVar4[3] <= lVar6) {\n bVar2 = true;\n lVar6 = plVar4[3];\n plVar5 = plVar4;\n }\n }\n plVar3 = plVar5;\n if (!bVar2) {\n plVar5 = (long *)0x0;\n plVar3 = DAT_0012b5f0;\n }\n DAT_0012b5f0 = plVar3;\n lVar6 = *plVar5;\n *(long *)(lVar6 + 8) = plVar5[1];\n *(long *)plVar5[1] = lVar6;\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "bool bVar2;" primitive_type identifier ;) (declaration "long *plVar3;" (sized_type_specifier "long" long) (pointer_declarator "*plVar3" * identifier) ;) (declaration "long *plVar4;" (sized_type_specifier "long" long) (pointer_declarator "*plVar4" * identifier) ;) (declaration "long *plVar5;" (sized_type_specifier "long" long) (pointer_declarator "*plVar5" * identifier) ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (expression_statement "plVar5 = DAT_0012b5f0;" (assignment_expression "plVar5 = DAT_0012b5f0" identifier = identifier) ;) (expression_statement "plVar3 = DAT_0012d560;" (assignment_expression "plVar3 = DAT_0012d560" identifier = identifier) ;) (if_statement "if (((long **)DAT_0012d560 != &DAT_0012d560) && (DAT_0012d560[2] < param_2)) {\n if (param_1 == DAT_0012d560[4]) {\n return;\n }\n while ((plVar3 = (long *)*plVar3, (long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2))) {\n if (plVar3[4] == param_1) {\n return;\n }\n }\n }" if (parenthesized_expression "(((long **)DAT_0012d560 != &DAT_0012d560) && (DAT_0012d560[2] < param_2))" ( (binary_expression "((long **)DAT_0012d560 != &DAT_0012d560) && (DAT_0012d560[2] < param_2)" (parenthesized_expression "((long **)DAT_0012d560 != &DAT_0012d560)" ( (binary_expression "(long **)DAT_0012d560 != &DAT_0012d560" (cast_expression "(long **)DAT_0012d560" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier) != (pointer_expression "&DAT_0012d560" & identifier)) )) && (parenthesized_expression "(DAT_0012d560[2] < param_2)" ( (binary_expression "DAT_0012d560[2] < param_2" (subscript_expression "DAT_0012d560[2]" identifier [ number_literal ]) < identifier) ))) )) (compound_statement "{\n if (param_1 == DAT_0012d560[4]) {\n return;\n }\n while ((plVar3 = (long *)*plVar3, (long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2))) {\n if (plVar3[4] == param_1) {\n return;\n }\n }\n }" { (if_statement "if (param_1 == DAT_0012d560[4]) {\n return;\n }" if (parenthesized_expression "(param_1 == DAT_0012d560[4])" ( (binary_expression "param_1 == DAT_0012d560[4]" identifier == (subscript_expression "DAT_0012d560[4]" identifier [ number_literal ])) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (while_statement "while ((plVar3 = (long *)*plVar3, (long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2))) {\n if (plVar3[4] == param_1) {\n return;\n }\n }" while (parenthesized_expression "((plVar3 = (long *)*plVar3, (long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2)))" ( (parenthesized_expression "(plVar3 = (long *)*plVar3, (long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2))" ( (comma_expression "plVar3 = (long *)*plVar3, (long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2)" (assignment_expression "plVar3 = (long *)*plVar3" identifier = (cast_expression "(long *)*plVar3" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar3" * identifier))) , (binary_expression "(long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2)" (binary_expression "(long **)plVar3 != &DAT_0012d560" (cast_expression "(long **)plVar3" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier) != (pointer_expression "&DAT_0012d560" & identifier)) && (parenthesized_expression "(plVar3[2] < param_2)" ( (binary_expression "plVar3[2] < param_2" (subscript_expression "plVar3[2]" identifier [ number_literal ]) < identifier) )))) )) )) (compound_statement "{\n if (plVar3[4] == param_1) {\n return;\n }\n }" { (if_statement "if (plVar3[4] == param_1) {\n return;\n }" if (parenthesized_expression "(plVar3[4] == param_1)" ( (binary_expression "plVar3[4] == param_1" (subscript_expression "plVar3[4]" identifier [ number_literal ]) == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) })) })) (expression_statement "puVar1 = (undefined8 *)plVar3[1];" (assignment_expression "puVar1 = (undefined8 *)plVar3[1]" identifier = (cast_expression "(undefined8 *)plVar3[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar3[1]" identifier [ number_literal ]))) ;) (if_statement "if (DAT_0012d540 == (long *)0x0) {\n DAT_0012b5f0 = (long *)0x0;\n }\n else {\n plVar5 = DAT_0012d540;\n DAT_0012d540 = (long *)*DAT_0012d540;\n }" if (parenthesized_expression "(DAT_0012d540 == (long *)0x0)" ( (binary_expression "DAT_0012d540 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n DAT_0012b5f0 = (long *)0x0;\n }" { (expression_statement "DAT_0012b5f0 = (long *)0x0;" (assignment_expression "DAT_0012b5f0 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n plVar5 = DAT_0012d540;\n DAT_0012d540 = (long *)*DAT_0012d540;\n }" else (compound_statement "{\n plVar5 = DAT_0012d540;\n DAT_0012d540 = (long *)*DAT_0012d540;\n }" { (expression_statement "plVar5 = DAT_0012d540;" (assignment_expression "plVar5 = DAT_0012d540" identifier = identifier) ;) (expression_statement "DAT_0012d540 = (long *)*DAT_0012d540;" (assignment_expression "DAT_0012d540 = (long *)*DAT_0012d540" identifier = (cast_expression "(long *)*DAT_0012d540" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*DAT_0012d540" * identifier))) ;) }))) (expression_statement "plVar4 = DAT_0012b5f0;" (assignment_expression "plVar4 = DAT_0012b5f0" identifier = identifier) ;) (expression_statement "*plVar5 = (long)plVar3;" (assignment_expression "*plVar5 = (long)plVar3" (pointer_expression "*plVar5" * identifier) = (cast_expression "(long)plVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "plVar5[1] = (long)puVar1;" (assignment_expression "plVar5[1] = (long)puVar1" (subscript_expression "plVar5[1]" identifier [ number_literal ]) = (cast_expression "(long)puVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "plVar5[2] = param_2;" (assignment_expression "plVar5[2] = param_2" (subscript_expression "plVar5[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "plVar5[4] = param_1;" (assignment_expression "plVar5[4] = param_1" (subscript_expression "plVar5[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "plVar3[1] = (long)plVar5;" (assignment_expression "plVar3[1] = (long)plVar5" (subscript_expression "plVar3[1]" identifier [ number_literal ]) = (cast_expression "(long)plVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "*puVar1 = plVar5;" (assignment_expression "*puVar1 = plVar5" (pointer_expression "*puVar1" * identifier) = identifier) ;) (if_statement "if ((long **)plVar5 == &DAT_0012d560) {\n if ((long **)plVar3 == &DAT_0012d560) goto LAB_00112b0a;\nLAB_00112ae1:\n if ((long **)*plVar3 != &DAT_0012d560) {\n plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2;\n }\n }\n else {\n if ((long **)*plVar5 != &DAT_0012d560) {\n plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10);\n }\n if ((long **)plVar3 != &DAT_0012d560) goto LAB_00112ae1;\n }" if (parenthesized_expression "((long **)plVar5 == &DAT_0012d560)" ( (binary_expression "(long **)plVar5 == &DAT_0012d560" (cast_expression "(long **)plVar5" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier) == (pointer_expression "&DAT_0012d560" & identifier)) )) (compound_statement "{\n if ((long **)plVar3 == &DAT_0012d560) goto LAB_00112b0a;\nLAB_00112ae1:\n if ((long **)*plVar3 != &DAT_0012d560) {\n plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2;\n }\n }" { (if_statement "if ((long **)plVar3 == &DAT_0012d560) goto LAB_00112b0a;" if (parenthesized_expression "((long **)plVar3 == &DAT_0012d560)" ( (binary_expression "(long **)plVar3 == &DAT_0012d560" (cast_expression "(long **)plVar3" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier) == (pointer_expression "&DAT_0012d560" & identifier)) )) (goto_statement "goto LAB_00112b0a;" goto statement_identifier ;)) (labeled_statement "LAB_00112ae1:\n if ((long **)*plVar3 != &DAT_0012d560) {\n plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2;\n }" statement_identifier : (if_statement "if ((long **)*plVar3 != &DAT_0012d560) {\n plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2;\n }" if (parenthesized_expression "((long **)*plVar3 != &DAT_0012d560)" ( (binary_expression "(long **)*plVar3 != &DAT_0012d560" (cast_expression "(long **)*plVar3" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "*plVar3" * identifier)) != (pointer_expression "&DAT_0012d560" & identifier)) )) (compound_statement "{\n plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2;\n }" { (expression_statement "plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2;" (assignment_expression "plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2" (subscript_expression "plVar3[3]" identifier [ number_literal ]) = (binary_expression "((undefined8 *)*plVar3)[2] - param_2" (subscript_expression "((undefined8 *)*plVar3)[2]" (parenthesized_expression "((undefined8 *)*plVar3)" ( (cast_expression "(undefined8 *)*plVar3" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar3" * identifier)) )) [ number_literal ]) - identifier)) ;) }))) }) (else_clause "else {\n if ((long **)*plVar5 != &DAT_0012d560) {\n plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10);\n }\n if ((long **)plVar3 != &DAT_0012d560) goto LAB_00112ae1;\n }" else (compound_statement "{\n if ((long **)*plVar5 != &DAT_0012d560) {\n plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10);\n }\n if ((long **)plVar3 != &DAT_0012d560) goto LAB_00112ae1;\n }" { (if_statement "if ((long **)*plVar5 != &DAT_0012d560) {\n plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10);\n }" if (parenthesized_expression "((long **)*plVar5 != &DAT_0012d560)" ( (binary_expression "(long **)*plVar5 != &DAT_0012d560" (cast_expression "(long **)*plVar5" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "*plVar5" * identifier)) != (pointer_expression "&DAT_0012d560" & identifier)) )) (compound_statement "{\n plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10);\n }" { (expression_statement "plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10);" (assignment_expression "plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10)" (subscript_expression "plVar5[3]" identifier [ number_literal ]) = (binary_expression "((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10)" (subscript_expression "((undefined8 *)*plVar5)[2]" (parenthesized_expression "((undefined8 *)*plVar5)" ( (cast_expression "(undefined8 *)*plVar5" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar5" * identifier)) )) [ number_literal ]) - (pointer_expression "*(long *)(plVar5[1] + 0x10)" * (cast_expression "(long *)(plVar5[1] + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar5[1] + 0x10)" ( (binary_expression "plVar5[1] + 0x10" (subscript_expression "plVar5[1]" identifier [ number_literal ]) + number_literal) )))))) ;) })) (if_statement "if ((long **)plVar3 != &DAT_0012d560) goto LAB_00112ae1;" if (parenthesized_expression "((long **)plVar3 != &DAT_0012d560)" ( (binary_expression "(long **)plVar3 != &DAT_0012d560" (cast_expression "(long **)plVar3" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier) != (pointer_expression "&DAT_0012d560" & identifier)) )) (goto_statement "goto LAB_00112ae1;" goto statement_identifier ;)) }))) (if_statement "if (((long **)plVar5 != &DAT_0012d560) && ((long **)puVar1 != &DAT_0012d560)) {\n puVar1[3] = param_2 - *(long *)(puVar1[1] + 0x10);\n }" if (parenthesized_expression "(((long **)plVar5 != &DAT_0012d560) && ((long **)puVar1 != &DAT_0012d560))" ( (binary_expression "((long **)plVar5 != &DAT_0012d560) && ((long **)puVar1 != &DAT_0012d560)" (parenthesized_expression "((long **)plVar5 != &DAT_0012d560)" ( (binary_expression "(long **)plVar5 != &DAT_0012d560" (cast_expression "(long **)plVar5" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier) != (pointer_expression "&DAT_0012d560" & identifier)) )) && (parenthesized_expression "((long **)puVar1 != &DAT_0012d560)" ( (binary_expression "(long **)puVar1 != &DAT_0012d560" (cast_expression "(long **)puVar1" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier) != (pointer_expression "&DAT_0012d560" & identifier)) ))) )) (compound_statement "{\n puVar1[3] = param_2 - *(long *)(puVar1[1] + 0x10);\n }" { (expression_statement "puVar1[3] = param_2 - *(long *)(puVar1[1] + 0x10);" (assignment_expression "puVar1[3] = param_2 - *(long *)(puVar1[1] + 0x10)" (subscript_expression "puVar1[3]" identifier [ number_literal ]) = (binary_expression "param_2 - *(long *)(puVar1[1] + 0x10)" identifier - (pointer_expression "*(long *)(puVar1[1] + 0x10)" * (cast_expression "(long *)(puVar1[1] + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar1[1] + 0x10)" ( (binary_expression "puVar1[1] + 0x10" (subscript_expression "puVar1[1]" identifier [ number_literal ]) + number_literal) )))))) ;) })) (labeled_statement "LAB_00112b0a:\n if (plVar4 != (long *)0x0) {\n return;\n }" statement_identifier : (if_statement "if (plVar4 != (long *)0x0) {\n return;\n }" if (parenthesized_expression "(plVar4 != (long *)0x0)" ( (binary_expression "plVar4 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) }))) (expression_statement "bVar2 = false;" (assignment_expression "bVar2 = false" identifier = false) ;) (expression_statement "plVar3 = DAT_0012d560;" (assignment_expression "plVar3 = DAT_0012d560" identifier = identifier) ;) (expression_statement "lVar6 = DAT_0012d560[3];" (assignment_expression "lVar6 = DAT_0012d560[3]" identifier = (subscript_expression "DAT_0012d560[3]" identifier [ number_literal ])) ;) (expression_statement "plVar5 = (long *)0x0;" (assignment_expression "plVar5 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (while_statement "while (plVar4 = plVar3, plVar3 = (long *)*plVar4, (long **)plVar3 != &DAT_0012d560) {\n if (plVar4[3] <= lVar6) {\n bVar2 = true;\n lVar6 = plVar4[3];\n plVar5 = plVar4;\n }\n }" while (parenthesized_expression "(plVar4 = plVar3, plVar3 = (long *)*plVar4, (long **)plVar3 != &DAT_0012d560)" ( (comma_expression "plVar4 = plVar3, plVar3 = (long *)*plVar4, (long **)plVar3 != &DAT_0012d560" (assignment_expression "plVar4 = plVar3" identifier = identifier) , (comma_expression "plVar3 = (long *)*plVar4, (long **)plVar3 != &DAT_0012d560" (assignment_expression "plVar3 = (long *)*plVar4" identifier = (cast_expression "(long *)*plVar4" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar4" * identifier))) , (binary_expression "(long **)plVar3 != &DAT_0012d560" (cast_expression "(long **)plVar3" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier) != (pointer_expression "&DAT_0012d560" & identifier)))) )) (compound_statement "{\n if (plVar4[3] <= lVar6) {\n bVar2 = true;\n lVar6 = plVar4[3];\n plVar5 = plVar4;\n }\n }" { (if_statement "if (plVar4[3] <= lVar6) {\n bVar2 = true;\n lVar6 = plVar4[3];\n plVar5 = plVar4;\n }" if (parenthesized_expression "(plVar4[3] <= lVar6)" ( (binary_expression "plVar4[3] <= lVar6" (subscript_expression "plVar4[3]" identifier [ number_literal ]) <= identifier) )) (compound_statement "{\n bVar2 = true;\n lVar6 = plVar4[3];\n plVar5 = plVar4;\n }" { (expression_statement "bVar2 = true;" (assignment_expression "bVar2 = true" identifier = true) ;) (expression_statement "lVar6 = plVar4[3];" (assignment_expression "lVar6 = plVar4[3]" identifier = (subscript_expression "plVar4[3]" identifier [ number_literal ])) ;) (expression_statement "plVar5 = plVar4;" (assignment_expression "plVar5 = plVar4" identifier = identifier) ;) })) })) (expression_statement "plVar3 = plVar5;" (assignment_expression "plVar3 = plVar5" identifier = identifier) ;) (if_statement "if (!bVar2) {\n plVar5 = (long *)0x0;\n plVar3 = DAT_0012b5f0;\n }" if (parenthesized_expression "(!bVar2)" ( (unary_expression "!bVar2" ! identifier) )) (compound_statement "{\n plVar5 = (long *)0x0;\n plVar3 = DAT_0012b5f0;\n }" { (expression_statement "plVar5 = (long *)0x0;" (assignment_expression "plVar5 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "plVar3 = DAT_0012b5f0;" (assignment_expression "plVar3 = DAT_0012b5f0" identifier = identifier) ;) })) (expression_statement "DAT_0012b5f0 = plVar3;" (assignment_expression "DAT_0012b5f0 = plVar3" identifier = identifier) ;) (expression_statement "lVar6 = *plVar5;" (assignment_expression "lVar6 = *plVar5" identifier = (pointer_expression "*plVar5" * identifier)) ;) (expression_statement "*(long *)(lVar6 + 8) = plVar5[1];" (assignment_expression "*(long *)(lVar6 + 8) = plVar5[1]" (pointer_expression "*(long *)(lVar6 + 8)" * (cast_expression "(long *)(lVar6 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 8)" ( (binary_expression "lVar6 + 8" identifier + number_literal) )))) = (subscript_expression "plVar5[1]" identifier [ number_literal ])) ;) (expression_statement "*(long *)plVar5[1] = lVar6;" (assignment_expression "*(long *)plVar5[1] = lVar6" (pointer_expression "*(long *)plVar5[1]" * (cast_expression "(long *)plVar5[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar5[1]" identifier [ number_literal ]))) = identifier) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * 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) (pointer_declarator * 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 (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) IDENT) != (pointer_expression & IDENT)) )) && (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) < IDENT) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (subscript_expression IDENT [ LIT ])) )) (compound_statement { (return_statement return ;) })) (while_statement while (parenthesized_expression ( (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) , (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) IDENT) != (pointer_expression & IDENT)) && (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) < IDENT) )))) )) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == IDENT) )) (compound_statement { (return_statement return ;) })) })) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) }))) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (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 (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) IDENT) == (pointer_expression & IDENT)) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) IDENT) == (pointer_expression & IDENT)) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (pointer_expression * IDENT)) != (pointer_expression & IDENT)) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression (parenthesized_expression ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) )) [ LIT ]) - IDENT)) ;) }))) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (pointer_expression * IDENT)) != (pointer_expression & IDENT)) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression (parenthesized_expression ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) )) [ LIT ]) - (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) IDENT) != (pointer_expression & IDENT)) )) (goto_statement goto statement_identifier ;)) }))) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) IDENT) != (pointer_expression & IDENT)) )) && (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) IDENT) != (pointer_expression & IDENT)) ))) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression IDENT - (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))))) ;) })) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (return_statement return ;) }))) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) ;) (while_statement while (parenthesized_expression ( (comma_expression (assignment_expression IDENT = IDENT) , (comma_expression (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) , (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) IDENT) != (pointer_expression & IDENT)))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) <= IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (unary_expression ! IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) = IDENT) ;) (return_statement return ;) }))) | (function_definition "void FUN_00112a40(long param_1,long param_2)\n\n{\n undefined8 *puVar1;\n bool bVar2;\n long *plVar3;\n long *plVar4;\n long *plVar5;\n long lVar6;\n \n plVar5 = DAT_0012b5f0;\n plVar3 = DAT_0012d560;\n if (((long **)DAT_0012d560 != &DAT_0012d560) && (DAT_0012d560[2] < param_2)) {\n if (param_1 == DAT_0012d560[4]) {\n return;\n }\n while ((plVar3 = (long *)*plVar3, (long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2))) {\n if (plVar3[4] == param_1) {\n return;\n }\n }\n }\n puVar1 = (undefined8 *)plVar3[1];\n if (DAT_0012d540 == (long *)0x0) {\n DAT_0012b5f0 = (long *)0x0;\n }\n else {\n plVar5 = DAT_0012d540;\n DAT_0012d540 = (long *)*DAT_0012d540;\n }\n plVar4 = DAT_0012b5f0;\n *plVar5 = (long)plVar3;\n plVar5[1] = (long)puVar1;\n plVar5[2] = param_2;\n plVar5[4] = param_1;\n plVar3[1] = (long)plVar5;\n *puVar1 = plVar5;\n if ((long **)plVar5 == &DAT_0012d560) {\n if ((long **)plVar3 == &DAT_0012d560) goto LAB_00112b0a;\nLAB_00112ae1:\n if ((long **)*plVar3 != &DAT_0012d560) {\n plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2;\n }\n }\n else {\n if ((long **)*plVar5 != &DAT_0012d560) {\n plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10);\n }\n if ((long **)plVar3 != &DAT_0012d560) goto LAB_00112ae1;\n }\n if (((long **)plVar5 != &DAT_0012d560) && ((long **)puVar1 != &DAT_0012d560)) {\n puVar1[3] = param_2 - *(long *)(puVar1[1] + 0x10);\n }\nLAB_00112b0a:\n if (plVar4 != (long *)0x0) {\n return;\n }\n bVar2 = false;\n plVar3 = DAT_0012d560;\n lVar6 = DAT_0012d560[3];\n plVar5 = (long *)0x0;\n while (plVar4 = plVar3, plVar3 = (long *)*plVar4, (long **)plVar3 != &DAT_0012d560) {\n if (plVar4[3] <= lVar6) {\n bVar2 = true;\n lVar6 = plVar4[3];\n plVar5 = plVar4;\n }\n }\n plVar3 = plVar5;\n if (!bVar2) {\n plVar5 = (long *)0x0;\n plVar3 = DAT_0012b5f0;\n }\n DAT_0012b5f0 = plVar3;\n lVar6 = *plVar5;\n *(long *)(lVar6 + 8) = plVar5[1];\n *(long *)plVar5[1] = lVar6;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00112a40(long param_1,long param_2)" (identifier "FUN_00112a40") (parameter_list "(long param_1,long param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) () ")"))) (compound_statement "{\n undefined8 *puVar1;\n bool bVar2;\n long *plVar3;\n long *plVar4;\n long *plVar5;\n long lVar6;\n \n plVar5 = DAT_0012b5f0;\n plVar3 = DAT_0012d560;\n if (((long **)DAT_0012d560 != &DAT_0012d560) && (DAT_0012d560[2] < param_2)) {\n if (param_1 == DAT_0012d560[4]) {\n return;\n }\n while ((plVar3 = (long *)*plVar3, (long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2))) {\n if (plVar3[4] == param_1) {\n return;\n }\n }\n }\n puVar1 = (undefined8 *)plVar3[1];\n if (DAT_0012d540 == (long *)0x0) {\n DAT_0012b5f0 = (long *)0x0;\n }\n else {\n plVar5 = DAT_0012d540;\n DAT_0012d540 = (long *)*DAT_0012d540;\n }\n plVar4 = DAT_0012b5f0;\n *plVar5 = (long)plVar3;\n plVar5[1] = (long)puVar1;\n plVar5[2] = param_2;\n plVar5[4] = param_1;\n plVar3[1] = (long)plVar5;\n *puVar1 = plVar5;\n if ((long **)plVar5 == &DAT_0012d560) {\n if ((long **)plVar3 == &DAT_0012d560) goto LAB_00112b0a;\nLAB_00112ae1:\n if ((long **)*plVar3 != &DAT_0012d560) {\n plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2;\n }\n }\n else {\n if ((long **)*plVar5 != &DAT_0012d560) {\n plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10);\n }\n if ((long **)plVar3 != &DAT_0012d560) goto LAB_00112ae1;\n }\n if (((long **)plVar5 != &DAT_0012d560) && ((long **)puVar1 != &DAT_0012d560)) {\n puVar1[3] = param_2 - *(long *)(puVar1[1] + 0x10);\n }\nLAB_00112b0a:\n if (plVar4 != (long *)0x0) {\n return;\n }\n bVar2 = false;\n plVar3 = DAT_0012d560;\n lVar6 = DAT_0012d560[3];\n plVar5 = (long *)0x0;\n while (plVar4 = plVar3, plVar3 = (long *)*plVar4, (long **)plVar3 != &DAT_0012d560) {\n if (plVar4[3] <= lVar6) {\n bVar2 = true;\n lVar6 = plVar4[3];\n plVar5 = plVar4;\n }\n }\n plVar3 = plVar5;\n if (!bVar2) {\n plVar5 = (long *)0x0;\n plVar3 = DAT_0012b5f0;\n }\n DAT_0012b5f0 = plVar3;\n lVar6 = *plVar5;\n *(long *)(lVar6 + 8) = plVar5[1];\n *(long *)plVar5[1] = lVar6;\n return;\n}" ({ "{") (declaration "undefined8 *puVar1;" (type_identifier "undefined8") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "bool bVar2;" (primitive_type "bool") (identifier "bVar2") (; ";")) (declaration "long *plVar3;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar3" (* "*") (identifier "plVar3")) (; ";")) (declaration "long *plVar4;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar4" (* "*") (identifier "plVar4")) (; ";")) (declaration "long *plVar5;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar5" (* "*") (identifier "plVar5")) (; ";")) (declaration "long lVar6;" (sized_type_specifier "long" (long "long")) (identifier "lVar6") (; ";")) (expression_statement "plVar5 = DAT_0012b5f0;" (assignment_expression "plVar5 = DAT_0012b5f0" (identifier "plVar5") (= "=") (identifier "DAT_0012b5f0")) (; ";")) (expression_statement "plVar3 = DAT_0012d560;" (assignment_expression "plVar3 = DAT_0012d560" (identifier "plVar3") (= "=") (identifier "DAT_0012d560")) (; ";")) (if_statement "if (((long **)DAT_0012d560 != &DAT_0012d560) && (DAT_0012d560[2] < param_2)) {\n if (param_1 == DAT_0012d560[4]) {\n return;\n }\n while ((plVar3 = (long *)*plVar3, (long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2))) {\n if (plVar3[4] == param_1) {\n return;\n }\n }\n }" (if "if") (parenthesized_expression "(((long **)DAT_0012d560 != &DAT_0012d560) && (DAT_0012d560[2] < param_2))" (( "(") (binary_expression "((long **)DAT_0012d560 != &DAT_0012d560) && (DAT_0012d560[2] < param_2)" (parenthesized_expression "((long **)DAT_0012d560 != &DAT_0012d560)" (( "(") (binary_expression "(long **)DAT_0012d560 != &DAT_0012d560" (cast_expression "(long **)DAT_0012d560" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (identifier "DAT_0012d560")) (!= "!=") (pointer_expression "&DAT_0012d560" (& "&") (identifier "DAT_0012d560"))) () ")")) (&& "&&") (parenthesized_expression "(DAT_0012d560[2] < param_2)" (( "(") (binary_expression "DAT_0012d560[2] < param_2" (subscript_expression "DAT_0012d560[2]" (identifier "DAT_0012d560") ([ "[") (number_literal "2") (] "]")) (< "<") (identifier "param_2")) () ")"))) () ")")) (compound_statement "{\n if (param_1 == DAT_0012d560[4]) {\n return;\n }\n while ((plVar3 = (long *)*plVar3, (long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2))) {\n if (plVar3[4] == param_1) {\n return;\n }\n }\n }" ({ "{") (if_statement "if (param_1 == DAT_0012d560[4]) {\n return;\n }" (if "if") (parenthesized_expression "(param_1 == DAT_0012d560[4])" (( "(") (binary_expression "param_1 == DAT_0012d560[4]" (identifier "param_1") (== "==") (subscript_expression "DAT_0012d560[4]" (identifier "DAT_0012d560") ([ "[") (number_literal "4") (] "]"))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (while_statement "while ((plVar3 = (long *)*plVar3, (long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2))) {\n if (plVar3[4] == param_1) {\n return;\n }\n }" (while "while") (parenthesized_expression "((plVar3 = (long *)*plVar3, (long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2)))" (( "(") (parenthesized_expression "(plVar3 = (long *)*plVar3, (long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2))" (( "(") (comma_expression "plVar3 = (long *)*plVar3, (long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2)" (assignment_expression "plVar3 = (long *)*plVar3" (identifier "plVar3") (= "=") (cast_expression "(long *)*plVar3" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar3" (* "*") (identifier "plVar3")))) (, ",") (binary_expression "(long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2)" (binary_expression "(long **)plVar3 != &DAT_0012d560" (cast_expression "(long **)plVar3" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (identifier "plVar3")) (!= "!=") (pointer_expression "&DAT_0012d560" (& "&") (identifier "DAT_0012d560"))) (&& "&&") (parenthesized_expression "(plVar3[2] < param_2)" (( "(") (binary_expression "plVar3[2] < param_2" (subscript_expression "plVar3[2]" (identifier "plVar3") ([ "[") (number_literal "2") (] "]")) (< "<") (identifier "param_2")) () ")")))) () ")")) () ")")) (compound_statement "{\n if (plVar3[4] == param_1) {\n return;\n }\n }" ({ "{") (if_statement "if (plVar3[4] == param_1) {\n return;\n }" (if "if") (parenthesized_expression "(plVar3[4] == param_1)" (( "(") (binary_expression "plVar3[4] == param_1" (subscript_expression "plVar3[4]" (identifier "plVar3") ([ "[") (number_literal "4") (] "]")) (== "==") (identifier "param_1")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}"))) (} "}"))) (expression_statement "puVar1 = (undefined8 *)plVar3[1];" (assignment_expression "puVar1 = (undefined8 *)plVar3[1]" (identifier "puVar1") (= "=") (cast_expression "(undefined8 *)plVar3[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "plVar3[1]" (identifier "plVar3") ([ "[") (number_literal "1") (] "]")))) (; ";")) (if_statement "if (DAT_0012d540 == (long *)0x0) {\n DAT_0012b5f0 = (long *)0x0;\n }\n else {\n plVar5 = DAT_0012d540;\n DAT_0012d540 = (long *)*DAT_0012d540;\n }" (if "if") (parenthesized_expression "(DAT_0012d540 == (long *)0x0)" (( "(") (binary_expression "DAT_0012d540 == (long *)0x0" (identifier "DAT_0012d540") (== "==") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n DAT_0012b5f0 = (long *)0x0;\n }" ({ "{") (expression_statement "DAT_0012b5f0 = (long *)0x0;" (assignment_expression "DAT_0012b5f0 = (long *)0x0" (identifier "DAT_0012b5f0") (= "=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (} "}")) (else_clause "else {\n plVar5 = DAT_0012d540;\n DAT_0012d540 = (long *)*DAT_0012d540;\n }" (else "else") (compound_statement "{\n plVar5 = DAT_0012d540;\n DAT_0012d540 = (long *)*DAT_0012d540;\n }" ({ "{") (expression_statement "plVar5 = DAT_0012d540;" (assignment_expression "plVar5 = DAT_0012d540" (identifier "plVar5") (= "=") (identifier "DAT_0012d540")) (; ";")) (expression_statement "DAT_0012d540 = (long *)*DAT_0012d540;" (assignment_expression "DAT_0012d540 = (long *)*DAT_0012d540" (identifier "DAT_0012d540") (= "=") (cast_expression "(long *)*DAT_0012d540" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*DAT_0012d540" (* "*") (identifier "DAT_0012d540")))) (; ";")) (} "}")))) (expression_statement "plVar4 = DAT_0012b5f0;" (assignment_expression "plVar4 = DAT_0012b5f0" (identifier "plVar4") (= "=") (identifier "DAT_0012b5f0")) (; ";")) (expression_statement "*plVar5 = (long)plVar3;" (assignment_expression "*plVar5 = (long)plVar3" (pointer_expression "*plVar5" (* "*") (identifier "plVar5")) (= "=") (cast_expression "(long)plVar3" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "plVar3"))) (; ";")) (expression_statement "plVar5[1] = (long)puVar1;" (assignment_expression "plVar5[1] = (long)puVar1" (subscript_expression "plVar5[1]" (identifier "plVar5") ([ "[") (number_literal "1") (] "]")) (= "=") (cast_expression "(long)puVar1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar1"))) (; ";")) (expression_statement "plVar5[2] = param_2;" (assignment_expression "plVar5[2] = param_2" (subscript_expression "plVar5[2]" (identifier "plVar5") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "param_2")) (; ";")) (expression_statement "plVar5[4] = param_1;" (assignment_expression "plVar5[4] = param_1" (subscript_expression "plVar5[4]" (identifier "plVar5") ([ "[") (number_literal "4") (] "]")) (= "=") (identifier "param_1")) (; ";")) (expression_statement "plVar3[1] = (long)plVar5;" (assignment_expression "plVar3[1] = (long)plVar5" (subscript_expression "plVar3[1]" (identifier "plVar3") ([ "[") (number_literal "1") (] "]")) (= "=") (cast_expression "(long)plVar5" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "plVar5"))) (; ";")) (expression_statement "*puVar1 = plVar5;" (assignment_expression "*puVar1 = plVar5" (pointer_expression "*puVar1" (* "*") (identifier "puVar1")) (= "=") (identifier "plVar5")) (; ";")) (if_statement "if ((long **)plVar5 == &DAT_0012d560) {\n if ((long **)plVar3 == &DAT_0012d560) goto LAB_00112b0a;\nLAB_00112ae1:\n if ((long **)*plVar3 != &DAT_0012d560) {\n plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2;\n }\n }\n else {\n if ((long **)*plVar5 != &DAT_0012d560) {\n plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10);\n }\n if ((long **)plVar3 != &DAT_0012d560) goto LAB_00112ae1;\n }" (if "if") (parenthesized_expression "((long **)plVar5 == &DAT_0012d560)" (( "(") (binary_expression "(long **)plVar5 == &DAT_0012d560" (cast_expression "(long **)plVar5" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (identifier "plVar5")) (== "==") (pointer_expression "&DAT_0012d560" (& "&") (identifier "DAT_0012d560"))) () ")")) (compound_statement "{\n if ((long **)plVar3 == &DAT_0012d560) goto LAB_00112b0a;\nLAB_00112ae1:\n if ((long **)*plVar3 != &DAT_0012d560) {\n plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2;\n }\n }" ({ "{") (if_statement "if ((long **)plVar3 == &DAT_0012d560) goto LAB_00112b0a;" (if "if") (parenthesized_expression "((long **)plVar3 == &DAT_0012d560)" (( "(") (binary_expression "(long **)plVar3 == &DAT_0012d560" (cast_expression "(long **)plVar3" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (identifier "plVar3")) (== "==") (pointer_expression "&DAT_0012d560" (& "&") (identifier "DAT_0012d560"))) () ")")) (goto_statement "goto LAB_00112b0a;" (goto "goto") (statement_identifier "LAB_00112b0a") (; ";"))) (labeled_statement "LAB_00112ae1:\n if ((long **)*plVar3 != &DAT_0012d560) {\n plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2;\n }" (statement_identifier "LAB_00112ae1") (: ":") (if_statement "if ((long **)*plVar3 != &DAT_0012d560) {\n plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2;\n }" (if "if") (parenthesized_expression "((long **)*plVar3 != &DAT_0012d560)" (( "(") (binary_expression "(long **)*plVar3 != &DAT_0012d560" (cast_expression "(long **)*plVar3" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (pointer_expression "*plVar3" (* "*") (identifier "plVar3"))) (!= "!=") (pointer_expression "&DAT_0012d560" (& "&") (identifier "DAT_0012d560"))) () ")")) (compound_statement "{\n plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2;\n }" ({ "{") (expression_statement "plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2;" (assignment_expression "plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2" (subscript_expression "plVar3[3]" (identifier "plVar3") ([ "[") (number_literal "3") (] "]")) (= "=") (binary_expression "((undefined8 *)*plVar3)[2] - param_2" (subscript_expression "((undefined8 *)*plVar3)[2]" (parenthesized_expression "((undefined8 *)*plVar3)" (( "(") (cast_expression "(undefined8 *)*plVar3" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar3" (* "*") (identifier "plVar3"))) () ")")) ([ "[") (number_literal "2") (] "]")) (- "-") (identifier "param_2"))) (; ";")) (} "}")))) (} "}")) (else_clause "else {\n if ((long **)*plVar5 != &DAT_0012d560) {\n plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10);\n }\n if ((long **)plVar3 != &DAT_0012d560) goto LAB_00112ae1;\n }" (else "else") (compound_statement "{\n if ((long **)*plVar5 != &DAT_0012d560) {\n plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10);\n }\n if ((long **)plVar3 != &DAT_0012d560) goto LAB_00112ae1;\n }" ({ "{") (if_statement "if ((long **)*plVar5 != &DAT_0012d560) {\n plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10);\n }" (if "if") (parenthesized_expression "((long **)*plVar5 != &DAT_0012d560)" (( "(") (binary_expression "(long **)*plVar5 != &DAT_0012d560" (cast_expression "(long **)*plVar5" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (pointer_expression "*plVar5" (* "*") (identifier "plVar5"))) (!= "!=") (pointer_expression "&DAT_0012d560" (& "&") (identifier "DAT_0012d560"))) () ")")) (compound_statement "{\n plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10);\n }" ({ "{") (expression_statement "plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10);" (assignment_expression "plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10)" (subscript_expression "plVar5[3]" (identifier "plVar5") ([ "[") (number_literal "3") (] "]")) (= "=") (binary_expression "((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10)" (subscript_expression "((undefined8 *)*plVar5)[2]" (parenthesized_expression "((undefined8 *)*plVar5)" (( "(") (cast_expression "(undefined8 *)*plVar5" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar5" (* "*") (identifier "plVar5"))) () ")")) ([ "[") (number_literal "2") (] "]")) (- "-") (pointer_expression "*(long *)(plVar5[1] + 0x10)" (* "*") (cast_expression "(long *)(plVar5[1] + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(plVar5[1] + 0x10)" (( "(") (binary_expression "plVar5[1] + 0x10" (subscript_expression "plVar5[1]" (identifier "plVar5") ([ "[") (number_literal "1") (] "]")) (+ "+") (number_literal "0x10")) () ")")))))) (; ";")) (} "}"))) (if_statement "if ((long **)plVar3 != &DAT_0012d560) goto LAB_00112ae1;" (if "if") (parenthesized_expression "((long **)plVar3 != &DAT_0012d560)" (( "(") (binary_expression "(long **)plVar3 != &DAT_0012d560" (cast_expression "(long **)plVar3" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (identifier "plVar3")) (!= "!=") (pointer_expression "&DAT_0012d560" (& "&") (identifier "DAT_0012d560"))) () ")")) (goto_statement "goto LAB_00112ae1;" (goto "goto") (statement_identifier "LAB_00112ae1") (; ";"))) (} "}")))) (if_statement "if (((long **)plVar5 != &DAT_0012d560) && ((long **)puVar1 != &DAT_0012d560)) {\n puVar1[3] = param_2 - *(long *)(puVar1[1] + 0x10);\n }" (if "if") (parenthesized_expression "(((long **)plVar5 != &DAT_0012d560) && ((long **)puVar1 != &DAT_0012d560))" (( "(") (binary_expression "((long **)plVar5 != &DAT_0012d560) && ((long **)puVar1 != &DAT_0012d560)" (parenthesized_expression "((long **)plVar5 != &DAT_0012d560)" (( "(") (binary_expression "(long **)plVar5 != &DAT_0012d560" (cast_expression "(long **)plVar5" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (identifier "plVar5")) (!= "!=") (pointer_expression "&DAT_0012d560" (& "&") (identifier "DAT_0012d560"))) () ")")) (&& "&&") (parenthesized_expression "((long **)puVar1 != &DAT_0012d560)" (( "(") (binary_expression "(long **)puVar1 != &DAT_0012d560" (cast_expression "(long **)puVar1" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (identifier "puVar1")) (!= "!=") (pointer_expression "&DAT_0012d560" (& "&") (identifier "DAT_0012d560"))) () ")"))) () ")")) (compound_statement "{\n puVar1[3] = param_2 - *(long *)(puVar1[1] + 0x10);\n }" ({ "{") (expression_statement "puVar1[3] = param_2 - *(long *)(puVar1[1] + 0x10);" (assignment_expression "puVar1[3] = param_2 - *(long *)(puVar1[1] + 0x10)" (subscript_expression "puVar1[3]" (identifier "puVar1") ([ "[") (number_literal "3") (] "]")) (= "=") (binary_expression "param_2 - *(long *)(puVar1[1] + 0x10)" (identifier "param_2") (- "-") (pointer_expression "*(long *)(puVar1[1] + 0x10)" (* "*") (cast_expression "(long *)(puVar1[1] + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar1[1] + 0x10)" (( "(") (binary_expression "puVar1[1] + 0x10" (subscript_expression "puVar1[1]" (identifier "puVar1") ([ "[") (number_literal "1") (] "]")) (+ "+") (number_literal "0x10")) () ")")))))) (; ";")) (} "}"))) (labeled_statement "LAB_00112b0a:\n if (plVar4 != (long *)0x0) {\n return;\n }" (statement_identifier "LAB_00112b0a") (: ":") (if_statement "if (plVar4 != (long *)0x0) {\n return;\n }" (if "if") (parenthesized_expression "(plVar4 != (long *)0x0)" (( "(") (binary_expression "plVar4 != (long *)0x0" (identifier "plVar4") (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}")))) (expression_statement "bVar2 = false;" (assignment_expression "bVar2 = false" (identifier "bVar2") (= "=") (false "false")) (; ";")) (expression_statement "plVar3 = DAT_0012d560;" (assignment_expression "plVar3 = DAT_0012d560" (identifier "plVar3") (= "=") (identifier "DAT_0012d560")) (; ";")) (expression_statement "lVar6 = DAT_0012d560[3];" (assignment_expression "lVar6 = DAT_0012d560[3]" (identifier "lVar6") (= "=") (subscript_expression "DAT_0012d560[3]" (identifier "DAT_0012d560") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "plVar5 = (long *)0x0;" (assignment_expression "plVar5 = (long *)0x0" (identifier "plVar5") (= "=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (while_statement "while (plVar4 = plVar3, plVar3 = (long *)*plVar4, (long **)plVar3 != &DAT_0012d560) {\n if (plVar4[3] <= lVar6) {\n bVar2 = true;\n lVar6 = plVar4[3];\n plVar5 = plVar4;\n }\n }" (while "while") (parenthesized_expression "(plVar4 = plVar3, plVar3 = (long *)*plVar4, (long **)plVar3 != &DAT_0012d560)" (( "(") (comma_expression "plVar4 = plVar3, plVar3 = (long *)*plVar4, (long **)plVar3 != &DAT_0012d560" (assignment_expression "plVar4 = plVar3" (identifier "plVar4") (= "=") (identifier "plVar3")) (, ",") (comma_expression "plVar3 = (long *)*plVar4, (long **)plVar3 != &DAT_0012d560" (assignment_expression "plVar3 = (long *)*plVar4" (identifier "plVar3") (= "=") (cast_expression "(long *)*plVar4" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar4" (* "*") (identifier "plVar4")))) (, ",") (binary_expression "(long **)plVar3 != &DAT_0012d560" (cast_expression "(long **)plVar3" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (identifier "plVar3")) (!= "!=") (pointer_expression "&DAT_0012d560" (& "&") (identifier "DAT_0012d560"))))) () ")")) (compound_statement "{\n if (plVar4[3] <= lVar6) {\n bVar2 = true;\n lVar6 = plVar4[3];\n plVar5 = plVar4;\n }\n }" ({ "{") (if_statement "if (plVar4[3] <= lVar6) {\n bVar2 = true;\n lVar6 = plVar4[3];\n plVar5 = plVar4;\n }" (if "if") (parenthesized_expression "(plVar4[3] <= lVar6)" (( "(") (binary_expression "plVar4[3] <= lVar6" (subscript_expression "plVar4[3]" (identifier "plVar4") ([ "[") (number_literal "3") (] "]")) (<= "<=") (identifier "lVar6")) () ")")) (compound_statement "{\n bVar2 = true;\n lVar6 = plVar4[3];\n plVar5 = plVar4;\n }" ({ "{") (expression_statement "bVar2 = true;" (assignment_expression "bVar2 = true" (identifier "bVar2") (= "=") (true "true")) (; ";")) (expression_statement "lVar6 = plVar4[3];" (assignment_expression "lVar6 = plVar4[3]" (identifier "lVar6") (= "=") (subscript_expression "plVar4[3]" (identifier "plVar4") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "plVar5 = plVar4;" (assignment_expression "plVar5 = plVar4" (identifier "plVar5") (= "=") (identifier "plVar4")) (; ";")) (} "}"))) (} "}"))) (expression_statement "plVar3 = plVar5;" (assignment_expression "plVar3 = plVar5" (identifier "plVar3") (= "=") (identifier "plVar5")) (; ";")) (if_statement "if (!bVar2) {\n plVar5 = (long *)0x0;\n plVar3 = DAT_0012b5f0;\n }" (if "if") (parenthesized_expression "(!bVar2)" (( "(") (unary_expression "!bVar2" (! "!") (identifier "bVar2")) () ")")) (compound_statement "{\n plVar5 = (long *)0x0;\n plVar3 = DAT_0012b5f0;\n }" ({ "{") (expression_statement "plVar5 = (long *)0x0;" (assignment_expression "plVar5 = (long *)0x0" (identifier "plVar5") (= "=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "plVar3 = DAT_0012b5f0;" (assignment_expression "plVar3 = DAT_0012b5f0" (identifier "plVar3") (= "=") (identifier "DAT_0012b5f0")) (; ";")) (} "}"))) (expression_statement "DAT_0012b5f0 = plVar3;" (assignment_expression "DAT_0012b5f0 = plVar3" (identifier "DAT_0012b5f0") (= "=") (identifier "plVar3")) (; ";")) (expression_statement "lVar6 = *plVar5;" (assignment_expression "lVar6 = *plVar5" (identifier "lVar6") (= "=") (pointer_expression "*plVar5" (* "*") (identifier "plVar5"))) (; ";")) (expression_statement "*(long *)(lVar6 + 8) = plVar5[1];" (assignment_expression "*(long *)(lVar6 + 8) = plVar5[1]" (pointer_expression "*(long *)(lVar6 + 8)" (* "*") (cast_expression "(long *)(lVar6 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar6 + 8)" (( "(") (binary_expression "lVar6 + 8" (identifier "lVar6") (+ "+") (number_literal "8")) () ")")))) (= "=") (subscript_expression "plVar5[1]" (identifier "plVar5") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "*(long *)plVar5[1] = lVar6;" (assignment_expression "*(long *)plVar5[1] = lVar6" (pointer_expression "*(long *)plVar5[1]" (* "*") (cast_expression "(long *)plVar5[1]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "plVar5[1]" (identifier "plVar5") ([ "[") (number_literal "1") (] "]")))) (= "=") (identifier "lVar6")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
void function_1(type_1 var_2,type_2 var_1)
{
bool bVar1;
type_3 *var_7;
type_3 *var_3;
type_3 *var_6;
type_3 *var_5;
type_2 var_8;
var_5 = spare;
var_3 = anchor.next;
if ((anchor.next != &anchor) && ((anchor.next)->var_1 < var_1)) {
if (var_2 == (anchor.next)->line) {
return;
}
while ((var_3 = var_3->next, var_3 != &anchor && (var_3->var_1 < var_1))) {
if (var_3->line == var_2) {
return;
}
}
}
var_6 = var_3->prev;
if (var_4 == (type_3 *)0x0) {
spare = (type_3 *)0x0;
}
else {
var_5 = var_4;
var_4 = var_4->next;
}
var_7 = spare;
var_5->next = var_3;
var_5->prev = var_6;
var_5->var_1 = var_1;
var_5->line = var_2;
var_3->prev = var_5;
var_6->next = var_5;
if (var_5 == &anchor) {
if (var_3 == &anchor) goto LAB_00112b0a;
LAB_00112ae1:
if (var_3->next != &anchor) {
var_3->gap = var_3->next->var_1 - var_1;
}
}
else {
if (var_5->next != &anchor) {
var_5->gap = var_5->next->var_1 - var_5->prev->var_1;
}
if (var_3 != &anchor) goto LAB_00112ae1;
}
if ((var_5 != &anchor) && (var_6 != &anchor)) {
var_6->gap = var_1 - var_6->prev->var_1;
}
LAB_00112b0a:
if (var_7 != (type_3 *)0x0) {
return;
}
bVar1 = false;
var_3 = anchor.next;
var_8 = (anchor.next)->gap;
var_5 = (type_3 *)0x0;
while (var_6 = var_3, var_3 = var_6->next, var_3 != &anchor) {
if (var_6->gap <= var_8) {
bVar1 = true;
var_8 = var_6->gap;
var_5 = var_6;
}
}
var_3 = var_5;
if (!bVar1) {
var_5 = (type_3 *)0x0;
var_3 = spare;
}
spare = var_3;
var_3 = var_5->next;
var_3->prev = var_5->prev;
var_5->prev->next = var_3;
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 (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (pointer_declarator 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: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (identifier)) right: (pointer_expression argument: (identifier)))) right: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) consequence: (compound_statement (return_statement))) (while_statement condition: (parenthesized_expression (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) right: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (identifier)) right: (pointer_expression argument: (identifier))) right: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))))))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) 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: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))) alternative: (else_clause (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: (pointer_expression argument: (identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) 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: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (identifier)) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (identifier)) right: (pointer_expression argument: (identifier)))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (pointer_expression argument: (identifier))) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (parenthesized_expression (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) index: (number_literal)) right: (identifier)))))))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (pointer_expression argument: (identifier))) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (parenthesized_expression (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) index: (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (identifier)) right: (pointer_expression argument: (identifier)))) consequence: (goto_statement label: (statement_identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (identifier)) right: (pointer_expression argument: (identifier)))) right: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (identifier)) right: (pointer_expression argument: (identifier)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))))))))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (return_statement)))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_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: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (while_statement condition: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (comma_expression left: (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (identifier)) right: (pointer_expression argument: (identifier)))))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (true))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (unary_expression argument: (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: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))) right: (identifier))) (return_statement)))) | null |
void MASKED(long param_1,long param_2)
{
undefined8 *puVar1;
bool bVar2;
long *plVar3;
long *plVar4;
long *plVar5;
long lVar6;
plVar5 = DAT_0012b5f0;
plVar3 = DAT_0012d560;
if (((long **)DAT_0012d560 != &DAT_0012d560) && (DAT_0012d560[2] < param_2)) {
if (param_1 == DAT_0012d560[4]) {
return;
}
while ((plVar3 = (long *)*plVar3, (long **)plVar3 != &DAT_0012d560 && (plVar3[2] < param_2))) {
if (plVar3[4] == param_1) {
return;
}
}
}
puVar1 = (undefined8 *)plVar3[1];
if (DAT_0012d540 == (long *)0x0) {
DAT_0012b5f0 = (long *)0x0;
}
else {
plVar5 = DAT_0012d540;
DAT_0012d540 = (long *)*DAT_0012d540;
}
plVar4 = DAT_0012b5f0;
*plVar5 = (long)plVar3;
plVar5[1] = (long)puVar1;
plVar5[2] = param_2;
plVar5[4] = param_1;
plVar3[1] = (long)plVar5;
*puVar1 = plVar5;
if ((long **)plVar5 == &DAT_0012d560) {
if ((long **)plVar3 == &DAT_0012d560) goto LAB_00112b0a;
LAB_00112ae1:
if ((long **)*plVar3 != &DAT_0012d560) {
plVar3[3] = ((undefined8 *)*plVar3)[2] - param_2;
}
}
else {
if ((long **)*plVar5 != &DAT_0012d560) {
plVar5[3] = ((undefined8 *)*plVar5)[2] - *(long *)(plVar5[1] + 0x10);
}
if ((long **)plVar3 != &DAT_0012d560) goto LAB_00112ae1;
}
if (((long **)plVar5 != &DAT_0012d560) && ((long **)puVar1 != &DAT_0012d560)) {
puVar1[3] = param_2 - *(long *)(puVar1[1] + 0x10);
}
LAB_00112b0a:
if (plVar4 != (long *)0x0) {
return;
}
bVar2 = false;
plVar3 = DAT_0012d560;
lVar6 = DAT_0012d560[3];
plVar5 = (long *)0x0;
while (plVar4 = plVar3, plVar3 = (long *)*plVar4, (long **)plVar3 != &DAT_0012d560) {
if (plVar4[3] <= lVar6) {
bVar2 = true;
lVar6 = plVar4[3];
plVar5 = plVar4;
}
}
plVar3 = plVar5;
if (!bVar2) {
plVar5 = (long *)0x0;
plVar3 = DAT_0012b5f0;
}
DAT_0012b5f0 = plVar3;
lVar6 = *plVar5;
*(long *)(lVar6 + 8) = plVar5[1];
*(long *)plVar5[1] = lVar6;
return;
}
|
542_mv_and_mv_strip.c | utimes | utimes |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int utimes(char *__file,timeval *__tvp)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* utimes@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int utimes(char *__file,timeval *__tvp)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207094662')] | [('const-1', u'RETURN_-1207094662')] | null | null | 00123270 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint utimes(char *__file,timeval *__tvp)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int utimes(char *__file,timeval *__tvp)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "utimes(char *__file,timeval *__tvp)" identifier (parameter_list "(char *__file,timeval *__tvp)" ( (parameter_declaration "char *__file" primitive_type (pointer_declarator "*__file" * identifier)) , (parameter_declaration "timeval *__tvp" type_identifier (pointer_declarator "*__tvp" * 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 utimes(char *__file,timeval *__tvp)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* utimes@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int utimes(char *__file,timeval *__tvp)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* utimes@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "utimes(char *__file,timeval *__tvp)" identifier (parameter_list "(char *__file,timeval *__tvp)" ( (parameter_declaration "char *__file" primitive_type (pointer_declarator "*__file" * identifier)) , (parameter_declaration "timeval *__tvp" type_identifier (pointer_declarator "*__tvp" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* utimes@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "int utimes(char *__file,timeval *__tvp)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int utimes(char *__file,timeval *__tvp)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "utimes(char *__file,timeval *__tvp)" identifier (parameter_list "(char *__file,timeval *__tvp)" ( (parameter_declaration "char *__file" primitive_type (pointer_declarator "*__file" * identifier)) , (parameter_declaration "timeval *__tvp" type_identifier (pointer_declarator "*__tvp" * 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 (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "int utimes(char *__file,timeval *__tvp)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "utimes(char *__file,timeval *__tvp)" (identifier "utimes") (parameter_list "(char *__file,timeval *__tvp)" (( "(") (parameter_declaration "char *__file" (primitive_type "char") (pointer_declarator "*__file" (* "*") (identifier "__file"))) (, ",") (parameter_declaration "timeval *__tvp" (type_identifier "timeval") (pointer_declarator "*__tvp" (* "*") (identifier "__tvp"))) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__file,type_1 *__tvp)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* utimes@@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: (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(char *__file,timeval *__tvp)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
3034_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c | keep_input_section | FUN_001a4e50 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: bool keep_input_section(Layout * this, Relobj * relobj, char * name) */
bool __thiscall gold::Layout::keep_input_section(Layout *this,Relobj *relobj,char *name)
{
char *pcVar1;
bool keep;
Section_type script_section_type;
Output_section **output_section_slot;
if ((this->script_options_->script_sections_).saw_sections_clause_ != false) {
if (relobj != (Relobj *)0x0) {
relobj = (Relobj *)(relobj->super_Object).name_._M_dataplus._M_p;
}
pcVar1 = Script_sections::output_section_name
(&this->script_options_->script_sections_,(char *)relobj,name,
&output_section_slot,&script_section_type,&keep,true);
if ((pcVar1 == (char *)0x0) || (keep == false)) {
keep = false;
}
return keep;
}
return false;
}
|
undefined1 [16] FUN_001a4e50(long param_1,long param_2,ulong param_3)
{
undefined1 auVar1 [16];
long lVar2;
ulong uVar3;
undefined1 auVar4 [16];
byte local_15;
undefined1 local_14 [4];
undefined1 local_10 [16];
if (*(char *)(*(long *)(param_1 + 8) + 0x148) != '\0') {
if (param_2 != 0) {
param_2 = *(long *)(param_2 + 8);
}
lVar2 = FUN_00257f70(*(long *)(param_1 + 8) + 0x148,param_2,param_3,local_10,local_14,&local_15)
;
if ((lVar2 == 0) || (uVar3 = (ulong)local_15, local_15 == 0)) {
uVar3 = 0;
}
auVar4._8_8_ = 1;
auVar4._0_8_ = uVar3;
return auVar4;
}
auVar1._8_8_ = 0;
auVar1._0_8_ = param_3;
return auVar1 << 0x40;
}
| MOV RDI,qword ptr [RDI + 0x8]
CMP byte ptr [RDI + 0x148],0x0
JZ 0x001a4ea8
SUB RSP,0x18
ADD RDI,0x148
TEST RSI,RSI
JZ 0x001a4e71
MOV RSI,qword ptr [RSI + 0x8]
LEA RCX,[RSP + 0x8]
SUB RSP,0x8
PUSH 0x1
LEA R9,[RSP + 0x13]
LEA R8,[RSP + 0x14]
CALL 0x00257f70
POP RDX
POP RCX
TEST RAX,RAX
JZ 0x001a4e9b
MOVZX EAX,byte ptr [RSP + 0x3]
TEST AL,AL
JNZ 0x001a4e9d
XOR EAX,EAX
ADD RSP,0x18
RET
XOR EAX,EAX
RET | null | null | null | null | [(u'CAST_-1207611479', u'MULTIEQUAL_-1207611535'), (u'LOAD_-1207611821', u'PTRSUB_-1207611498'), (u'PTRSUB_-1207611483', u'PTRSUB_-1207611479'), (u'MULTIEQUAL_-1207611462', u'COPY_-1207611572'), (u'MULTIEQUAL_-1207611535', u'CAST_-1207611453'), ('const--16', u'PTRSUB_-1207611478'), ('tmp_231', u'CBRANCH_-1207611670'), ('tmp_269', u'CBRANCH_-1207611646'), (u'PTRSUB_-1207611478', u'CALL_-1207611696'), ('const-0', u'COPY_-1207611562'), ('const-0', u'COPY_-1207611524'), ('const-8', u'PTRSUB_-1207611518'), ('tmp_374', u'CALL_-1207611696'), (u'PTRSUB_-1207611479', u'LOAD_-1207611748'), ('const--21', u'PTRSUB_-1207611466'), (u'INDIRECT_-1207611473', u'MULTIEQUAL_-1207611462'), (u'CALL_-1207611696', u'INT_EQUAL_-1207611672'), (u'INT_NOTEQUAL_-1207611798', u'CBRANCH_-1207611793'), ('const-0', u'INT_NOTEQUAL_-1207611798'), (u'COPY_-1207611562', u'RETURN_-1207611589'), ('const-0', u'INT_NOTEQUAL_-1207611750'), ('tmp_42', u'CBRANCH_-1207611793'), (u'LOAD_-1207611821', u'PTRSUB_-1207611513'), ('const-8', u'PTRSUB_-1207611478'), (u'INDIRECT_-1207611473', u'INT_EQUAL_-1207611648'), ('const-433', u'LOAD_-1207611748'), (u'INT_NOTEQUAL_-1207611750', u'CBRANCH_-1207611749'), (u'LOAD_-1207611814', u'INT_NOTEQUAL_-1207611798'), (u'PTRSUB_-1207611513', u'PTRSUB_-1207611512'), (u'COPY_-1207611524', u'MULTIEQUAL_-1207611462'), (u'PTRSUB_-1207611460', u'CALL_-1207611696'), ('const-0', u'PTRSUB_-1207611485'), ('const-0', u'INT_EQUAL_-1207611672'), ('tmp_586', u'PTRSUB_-1207611466'), (u'PTRSUB_-1207611466', u'CALL_-1207611696'), ('const-328', u'PTRSUB_-1207611498'), ('const-0', u'PTRSUB_-1207611479'), ('tmp_373', u'MULTIEQUAL_-1207611535'), ('const-0', u'RETURN_-1207611589'), ('const-328', u'PTRSUB_-1207611513'), ('const--20', u'PTRSUB_-1207611460'), (u'PTRSUB_-1207611498', u'CALL_-1207611696'), ('tmp_120', u'CBRANCH_-1207611749'), ('tmp_586', u'PTRSUB_-1207611460'), ('const-1', u'CALL_-1207611696'), ('const-0', u'PTRSUB_-1207611483'), (u'CALL_-1207611696', u'INDIRECT_-1207611473'), (u'PTRSUB_-1207611518', u'LOAD_-1207611821'), (u'COPY_-1207611572', u'RETURN_-1207611611'), ('const-0', u'INT_EQUAL_-1207611648'), (u'INT_EQUAL_-1207611648', u'CBRANCH_-1207611646'), ('tmp_373', u'INT_NOTEQUAL_-1207611750'), ('tmp_372', u'PTRSUB_-1207611518'), ('const-433', u'LOAD_-1207611821'), (u'PTRSUB_-1207611512', u'LOAD_-1207611814'), (u'LOAD_-1207611748', u'CAST_-1207611479'), (u'PTRSUB_-1207611478', u'PTRSUB_-1207611483'), (u'CAST_-1207611453', u'CALL_-1207611696'), (u'PTRSUB_-1207611485', u'PTRSUB_-1207611478'), (u'INT_EQUAL_-1207611672', u'CBRANCH_-1207611670'), ('const-0', u'RETURN_-1207611611'), ('tmp_373', u'PTRSUB_-1207611485'), ('tmp_586', u'PTRSUB_-1207611478'), ('const-433', u'LOAD_-1207611814'), ('const-0', u'PTRSUB_-1207611512')] | [(u'INT_ZEXT_-1207611557', u'MULTIEQUAL_-1207611497'), ('const-328', u'INT_ADD_-1207611761'), ('const-433', u'LOAD_-1207611821'), ('const--16', u'PTRSUB_-1207611493'), (u'COPY_-1207611496', u'PIECE_-1207611447'), ('const-8', u'INT_ADD_-1207611805'), (u'CALL_-1207611696', u'INDIRECT_-1207611481'), ('tmp_231', u'CBRANCH_-1207611670'), ('tmp_269', u'CBRANCH_-1207611646'), (u'PTRSUB_-1207611481', u'CALL_-1207611696'), (u'COPY_-1207611506', u'PIECE_-1207611465'), ('const-0', u'INT_NOTEQUAL_-1207611798'), (u'PTRSUB_-1207611475', u'CALL_-1207611696'), (u'MULTIEQUAL_-1207611497', u'COPY_-1207611506'), ('const-0', u'COPY_-1207611496'), (u'CALL_-1207611696', u'INT_EQUAL_-1207611672'), (u'INT_NOTEQUAL_-1207611798', u'CBRANCH_-1207611793'), ('tmp_584', u'COPY_-1207611495'), (u'PIECE_-1207611447', u'INT_LEFT_-1207611488'), ('const-0', u'INT_NOTEQUAL_-1207611750'), ('tmp_42', u'CBRANCH_-1207611793'), (u'COPY_-1207611507', u'PIECE_-1207611465'), ('const-64', u'INT_LEFT_-1207611488'), (u'INT_ADD_-1207611798', u'CAST_-1207611516'), (u'MULTIEQUAL_-1207611536', u'CALL_-1207611696'), (u'COPY_-1207611495', u'PIECE_-1207611447'), ('tmp_583', u'PTRSUB_-1207611481'), (u'INT_ADD_-1207611732', u'CAST_-1207611490'), (u'INT_NOTEQUAL_-1207611750', u'CBRANCH_-1207611749'), ('const--21', u'PTRSUB_-1207611481'), (u'LOAD_-1207611814', u'INT_NOTEQUAL_-1207611798'), (u'INDIRECT_-1207611481', u'INT_EQUAL_-1207611648'), (u'INT_LEFT_-1207611488', u'RETURN_-1207611589'), ('tmp_585', u'MULTIEQUAL_-1207611536'), ('const-328', u'INT_ADD_-1207611798'), ('const-0', u'INT_EQUAL_-1207611672'), ('const-433', u'LOAD_-1207611814'), (u'INDIRECT_-1207611481', u'INT_ZEXT_-1207611557'), (u'COPY_-1207611562', u'MULTIEQUAL_-1207611497'), (u'INT_ADD_-1207611761', u'CALL_-1207611696'), ('const-8', u'INT_ADD_-1207611732'), (u'CAST_-1207611516', u'LOAD_-1207611814'), (u'LOAD_-1207611821', u'INT_ADD_-1207611761'), ('const-0', u'RETURN_-1207611589'), ('const-0', u'COPY_-1207611562'), ('tmp_120', u'CBRANCH_-1207611749'), ('tmp_584', u'CALL_-1207611696'), ('tmp_585', u'INT_NOTEQUAL_-1207611750'), (u'CAST_-1207611490', u'LOAD_-1207611748'), (u'CAST_-1207611521', u'LOAD_-1207611821'), (u'PTRSUB_-1207611493', u'CALL_-1207611696'), ('tmp_583', u'PTRSUB_-1207611475'), ('const-433', u'LOAD_-1207611748'), ('const-0', u'INT_EQUAL_-1207611648'), (u'INT_EQUAL_-1207611648', u'CBRANCH_-1207611646'), ('tmp_580', u'INT_ADD_-1207611805'), ('const--20', u'PTRSUB_-1207611475'), ('tmp_585', u'INT_ADD_-1207611732'), ('const-1', u'COPY_-1207611507'), (u'INT_EQUAL_-1207611672', u'CBRANCH_-1207611670'), ('const-0', u'RETURN_-1207611611'), (u'LOAD_-1207611821', u'INT_ADD_-1207611798'), ('tmp_583', u'PTRSUB_-1207611493'), (u'INT_ADD_-1207611805', u'CAST_-1207611521'), (u'LOAD_-1207611748', u'MULTIEQUAL_-1207611536'), (u'PIECE_-1207611465', u'RETURN_-1207611611')] | null | null | 001a4e50 | x64 | O2 | (translation_unit "undefined1 [16] FUN_001a4e50(long param_1,long param_2,ulong param_3)\n\n{\n undefined1 auVar1 [16];\n long lVar2;\n ulong uVar3;\n undefined1 auVar4 [16];\n byte local_15;\n undefined1 local_14 [4];\n undefined1 local_10 [16];\n \n if (*(char *)(*(long *)(param_1 + 8) + 0x148) != '\0') {\n if (param_2 != 0) {\n param_2 = *(long *)(param_2 + 8);\n }\n lVar2 = FUN_00257f70(*(long *)(param_1 + 8) + 0x148,param_2,param_3,local_10,local_14,&local_15)\n ;\n if ((lVar2 == 0) || (uVar3 = (ulong)local_15, local_15 == 0)) {\n uVar3 = 0;\n }\n auVar4._8_8_ = 1;\n auVar4._0_8_ = uVar3;\n return auVar4;\n }\n auVar1._8_8_ = 0;\n auVar1._0_8_ = param_3;\n return auVar1 << 0x40;\n}\n\n" (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" identifier [ number_literal ]) ;) (macro_type_specifier "FUN_001a4e50(long param_1,long param_2,ulong param_3)" identifier ( (ERROR "long param_1,long param_2,ulong" (type_descriptor "long param_1" (sized_type_specifier "long param_1" long type_identifier)) , (type_descriptor "long param_2" (sized_type_specifier "long param_2" long type_identifier)) , type_identifier) (type_descriptor "param_3" type_identifier) )) ; (compound_statement "{\n undefined1 auVar1 [16];\n long lVar2;\n ulong uVar3;\n undefined1 auVar4 [16];\n byte local_15;\n undefined1 local_14 [4];\n undefined1 local_10 [16];\n \n if (*(char *)(*(long *)(param_1 + 8) + 0x148) != '\0') {\n if (param_2 != 0) {\n param_2 = *(long *)(param_2 + 8);\n }\n lVar2 = FUN_00257f70(*(long *)(param_1 + 8) + 0x148,param_2,param_3,local_10,local_14,&local_15)\n ;\n if ((lVar2 == 0) || (uVar3 = (ulong)local_15, local_15 == 0)) {\n uVar3 = 0;\n }\n auVar4._8_8_ = 1;\n auVar4._0_8_ = uVar3;\n return auVar4;\n }\n auVar1._8_8_ = 0;\n auVar1._0_8_ = param_3;\n return auVar1 << 0x40;\n}" { (declaration "undefined1 auVar1 [16];" type_identifier (array_declarator "auVar1 [16]" identifier [ number_literal ]) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "undefined1 auVar4 [16];" type_identifier (array_declarator "auVar4 [16]" identifier [ number_literal ]) ;) (declaration "byte local_15;" type_identifier identifier ;) (declaration "undefined1 local_14 [4];" type_identifier (array_declarator "local_14 [4]" identifier [ number_literal ]) ;) (declaration "undefined1 local_10 [16];" type_identifier (array_declarator "local_10 [16]" identifier [ number_literal ]) ;) (if_statement "if (*(char *)(*(long *)(param_1 + 8) + 0x148) != '\0') {\n if (param_2 != 0) {\n param_2 = *(long *)(param_2 + 8);\n }\n lVar2 = FUN_00257f70(*(long *)(param_1 + 8) + 0x148,param_2,param_3,local_10,local_14,&local_15)\n ;\n if ((lVar2 == 0) || (uVar3 = (ulong)local_15, local_15 == 0)) {\n uVar3 = 0;\n }\n auVar4._8_8_ = 1;\n auVar4._0_8_ = uVar3;\n return auVar4;\n }" if (parenthesized_expression "(*(char *)(*(long *)(param_1 + 8) + 0x148) != '\0')" ( (binary_expression "*(char *)(*(long *)(param_1 + 8) + 0x148) != '\0'" (pointer_expression "*(char *)(*(long *)(param_1 + 8) + 0x148)" * (cast_expression "(char *)(*(long *)(param_1 + 8) + 0x148)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 8) + 0x148)" ( (binary_expression "*(long *)(param_1 + 8) + 0x148" (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) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (param_2 != 0) {\n param_2 = *(long *)(param_2 + 8);\n }\n lVar2 = FUN_00257f70(*(long *)(param_1 + 8) + 0x148,param_2,param_3,local_10,local_14,&local_15)\n ;\n if ((lVar2 == 0) || (uVar3 = (ulong)local_15, local_15 == 0)) {\n uVar3 = 0;\n }\n auVar4._8_8_ = 1;\n auVar4._0_8_ = uVar3;\n return auVar4;\n }" { (if_statement "if (param_2 != 0) {\n param_2 = *(long *)(param_2 + 8);\n }" if (parenthesized_expression "(param_2 != 0)" ( (binary_expression "param_2 != 0" identifier != number_literal) )) (compound_statement "{\n param_2 = *(long *)(param_2 + 8);\n }" { (expression_statement "param_2 = *(long *)(param_2 + 8);" (assignment_expression "param_2 = *(long *)(param_2 + 8)" identifier = (pointer_expression "*(long *)(param_2 + 8)" * (cast_expression "(long *)(param_2 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) ))))) ;) })) (expression_statement "lVar2 = FUN_00257f70(*(long *)(param_1 + 8) + 0x148,param_2,param_3,local_10,local_14,&local_15)\n ;" (assignment_expression "lVar2 = FUN_00257f70(*(long *)(param_1 + 8) + 0x148,param_2,param_3,local_10,local_14,&local_15)" identifier = (call_expression "FUN_00257f70(*(long *)(param_1 + 8) + 0x148,param_2,param_3,local_10,local_14,&local_15)" identifier (argument_list "(*(long *)(param_1 + 8) + 0x148,param_2,param_3,local_10,local_14,&local_15)" ( (binary_expression "*(long *)(param_1 + 8) + 0x148" (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) , identifier , identifier , identifier , identifier , (pointer_expression "&local_15" & identifier) )))) ;) (if_statement "if ((lVar2 == 0) || (uVar3 = (ulong)local_15, local_15 == 0)) {\n uVar3 = 0;\n }" if (parenthesized_expression "((lVar2 == 0) || (uVar3 = (ulong)local_15, local_15 == 0))" ( (binary_expression "(lVar2 == 0) || (uVar3 = (ulong)local_15, local_15 == 0)" (parenthesized_expression "(lVar2 == 0)" ( (binary_expression "lVar2 == 0" identifier == number_literal) )) || (parenthesized_expression "(uVar3 = (ulong)local_15, local_15 == 0)" ( (comma_expression "uVar3 = (ulong)local_15, local_15 == 0" (assignment_expression "uVar3 = (ulong)local_15" identifier = (cast_expression "(ulong)local_15" ( (type_descriptor "ulong" type_identifier) ) identifier)) , (binary_expression "local_15 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n uVar3 = 0;\n }" { (expression_statement "uVar3 = 0;" (assignment_expression "uVar3 = 0" identifier = number_literal) ;) })) (expression_statement "auVar4._8_8_ = 1;" (assignment_expression "auVar4._8_8_ = 1" (field_expression "auVar4._8_8_" identifier . field_identifier) = number_literal) ;) (expression_statement "auVar4._0_8_ = uVar3;" (assignment_expression "auVar4._0_8_ = uVar3" (field_expression "auVar4._0_8_" identifier . field_identifier) = identifier) ;) (return_statement "return auVar4;" return identifier ;) })) (expression_statement "auVar1._8_8_ = 0;" (assignment_expression "auVar1._8_8_ = 0" (field_expression "auVar1._8_8_" identifier . field_identifier) = number_literal) ;) (expression_statement "auVar1._0_8_ = param_3;" (assignment_expression "auVar1._0_8_ = param_3" (field_expression "auVar1._0_8_" identifier . field_identifier) = identifier) ;) (return_statement "return auVar1 << 0x40;" return (binary_expression "auVar1 << 0x40" identifier << number_literal) ;) })) | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: bool keep_input_section(Layout * this, Relobj * relobj, char * name) */\n\nbool __thiscall gold::Layout::keep_input_section(Layout *this,Relobj *relobj,char *name)\n\n{\n char *pcVar1;\n bool keep;\n Section_type script_section_type;\n Output_section **output_section_slot;\n \n if ((this->script_options_->script_sections_).saw_sections_clause_ != false) {\n if (relobj != (Relobj *)0x0) {\n relobj = (Relobj *)(relobj->super_Object).name_._M_dataplus._M_p;\n }\n pcVar1 = Script_sections::output_section_name\n (&this->script_options_->script_sections_,(char *)relobj,name,\n &output_section_slot,&script_section_type,&keep,true);\n if ((pcVar1 == (char *)0x0) || (keep == false)) {\n keep = false;\n }\n return keep;\n }\n return false;\n}\n\n" comment comment (function_definition "bool __thiscall gold::Layout::keep_input_section(Layout *this,Relobj *relobj,char *name)\n\n{\n char *pcVar1;\n bool keep;\n Section_type script_section_type;\n Output_section **output_section_slot;\n \n if ((this->script_options_->script_sections_).saw_sections_clause_ != false) {\n if (relobj != (Relobj *)0x0) {\n relobj = (Relobj *)(relobj->super_Object).name_._M_dataplus._M_p;\n }\n pcVar1 = Script_sections::output_section_name\n (&this->script_options_->script_sections_,(char *)relobj,name,\n &output_section_slot,&script_section_type,&keep,true);\n if ((pcVar1 == (char *)0x0) || (keep == false)) {\n keep = false;\n }\n return keep;\n }\n return false;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Layout::" identifier : : identifier : :) (function_declarator "keep_input_section(Layout *this,Relobj *relobj,char *name)" identifier (parameter_list "(Layout *this,Relobj *relobj,char *name)" ( (parameter_declaration "Layout *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Relobj *relobj" type_identifier (pointer_declarator "*relobj" * identifier)) , (parameter_declaration "char *name" primitive_type (pointer_declarator "*name" * identifier)) ))) (compound_statement "{\n char *pcVar1;\n bool keep;\n Section_type script_section_type;\n Output_section **output_section_slot;\n \n if ((this->script_options_->script_sections_).saw_sections_clause_ != false) {\n if (relobj != (Relobj *)0x0) {\n relobj = (Relobj *)(relobj->super_Object).name_._M_dataplus._M_p;\n }\n pcVar1 = Script_sections::output_section_name\n (&this->script_options_->script_sections_,(char *)relobj,name,\n &output_section_slot,&script_section_type,&keep,true);\n if ((pcVar1 == (char *)0x0) || (keep == false)) {\n keep = false;\n }\n return keep;\n }\n return false;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "bool keep;" primitive_type identifier ;) (declaration "Section_type script_section_type;" type_identifier identifier ;) (declaration "Output_section **output_section_slot;" type_identifier (pointer_declarator "**output_section_slot" * (pointer_declarator "*output_section_slot" * identifier)) ;) (if_statement "if ((this->script_options_->script_sections_).saw_sections_clause_ != false) {\n if (relobj != (Relobj *)0x0) {\n relobj = (Relobj *)(relobj->super_Object).name_._M_dataplus._M_p;\n }\n pcVar1 = Script_sections::output_section_name\n (&this->script_options_->script_sections_,(char *)relobj,name,\n &output_section_slot,&script_section_type,&keep,true);\n if ((pcVar1 == (char *)0x0) || (keep == false)) {\n keep = false;\n }\n return keep;\n }" if (parenthesized_expression "((this->script_options_->script_sections_).saw_sections_clause_ != false)" ( (binary_expression "(this->script_options_->script_sections_).saw_sections_clause_ != false" (field_expression "(this->script_options_->script_sections_).saw_sections_clause_" (parenthesized_expression "(this->script_options_->script_sections_)" ( (field_expression "this->script_options_->script_sections_" (field_expression "this->script_options_" identifier -> field_identifier) -> field_identifier) )) . field_identifier) != false) )) (compound_statement "{\n if (relobj != (Relobj *)0x0) {\n relobj = (Relobj *)(relobj->super_Object).name_._M_dataplus._M_p;\n }\n pcVar1 = Script_sections::output_section_name\n (&this->script_options_->script_sections_,(char *)relobj,name,\n &output_section_slot,&script_section_type,&keep,true);\n if ((pcVar1 == (char *)0x0) || (keep == false)) {\n keep = false;\n }\n return keep;\n }" { (if_statement "if (relobj != (Relobj *)0x0) {\n relobj = (Relobj *)(relobj->super_Object).name_._M_dataplus._M_p;\n }" if (parenthesized_expression "(relobj != (Relobj *)0x0)" ( (binary_expression "relobj != (Relobj *)0x0" identifier != (cast_expression "(Relobj *)0x0" ( (type_descriptor "Relobj *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n relobj = (Relobj *)(relobj->super_Object).name_._M_dataplus._M_p;\n }" { (expression_statement "relobj = (Relobj *)(relobj->super_Object).name_._M_dataplus._M_p;" (assignment_expression "relobj = (Relobj *)(relobj->super_Object).name_._M_dataplus._M_p" identifier = (cast_expression "(Relobj *)(relobj->super_Object).name_._M_dataplus._M_p" ( (type_descriptor "Relobj *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "(relobj->super_Object).name_._M_dataplus._M_p" (field_expression "(relobj->super_Object).name_._M_dataplus" (field_expression "(relobj->super_Object).name_" (parenthesized_expression "(relobj->super_Object)" ( (field_expression "relobj->super_Object" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier))) ;) })) (ERROR "pcVar1 = Script_sections::" (assignment_expression "pcVar1 = Script_sections" identifier = identifier) : :) (expression_statement "output_section_name\n (&this->script_options_->script_sections_,(char *)relobj,name,\n &output_section_slot,&script_section_type,&keep,true);" (call_expression "output_section_name\n (&this->script_options_->script_sections_,(char *)relobj,name,\n &output_section_slot,&script_section_type,&keep,true)" identifier (argument_list "(&this->script_options_->script_sections_,(char *)relobj,name,\n &output_section_slot,&script_section_type,&keep,true)" ( (pointer_expression "&this->script_options_->script_sections_" & (field_expression "this->script_options_->script_sections_" (field_expression "this->script_options_" identifier -> field_identifier) -> field_identifier)) , (cast_expression "(char *)relobj" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , identifier , (pointer_expression "&output_section_slot" & identifier) , (pointer_expression "&script_section_type" & identifier) , (pointer_expression "&keep" & identifier) , true ))) ;) (if_statement "if ((pcVar1 == (char *)0x0) || (keep == false)) {\n keep = false;\n }" if (parenthesized_expression "((pcVar1 == (char *)0x0) || (keep == false))" ( (binary_expression "(pcVar1 == (char *)0x0) || (keep == false)" (parenthesized_expression "(pcVar1 == (char *)0x0)" ( (binary_expression "pcVar1 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(keep == false)" ( (binary_expression "keep == false" identifier == false) ))) )) (compound_statement "{\n keep = false;\n }" { (expression_statement "keep = false;" (assignment_expression "keep = false" identifier = false) ;) })) (return_statement "return keep;" return identifier ;) })) (return_statement "return false;" return false ;) }))) | (translation_unit "undefined1 [16] FUN_001a4e50(long param_1,long param_2,ulong param_3)\n\n{\n undefined1 auVar1 [16];\n long lVar2;\n ulong uVar3;\n undefined1 auVar4 [16];\n byte local_15;\n undefined1 local_14 [4];\n undefined1 local_10 [16];\n \n if (*(char *)(*(long *)(param_1 + 8) + 0x148) != '\0') {\n if (param_2 != 0) {\n param_2 = *(long *)(param_2 + 8);\n }\n lVar2 = FUN_00257f70(*(long *)(param_1 + 8) + 0x148,param_2,param_3,local_10,local_14,&local_15)\n ;\n if ((lVar2 == 0) || (uVar3 = (ulong)local_15, local_15 == 0)) {\n uVar3 = 0;\n }\n auVar4._8_8_ = 1;\n auVar4._0_8_ = uVar3;\n return auVar4;\n }\n auVar1._8_8_ = 0;\n auVar1._0_8_ = param_3;\n return auVar1 << 0x40;\n}\n\n" (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" identifier [ number_literal ]) ;) (macro_type_specifier "FUN_001a4e50(long param_1,long param_2,ulong param_3)" identifier ( (ERROR "long param_1,long param_2,ulong" (type_descriptor "long param_1" (sized_type_specifier "long param_1" long type_identifier)) , (type_descriptor "long param_2" (sized_type_specifier "long param_2" long type_identifier)) , type_identifier) (type_descriptor "param_3" type_identifier) )) ; (compound_statement "{\n undefined1 auVar1 [16];\n long lVar2;\n ulong uVar3;\n undefined1 auVar4 [16];\n byte local_15;\n undefined1 local_14 [4];\n undefined1 local_10 [16];\n \n if (*(char *)(*(long *)(param_1 + 8) + 0x148) != '\0') {\n if (param_2 != 0) {\n param_2 = *(long *)(param_2 + 8);\n }\n lVar2 = FUN_00257f70(*(long *)(param_1 + 8) + 0x148,param_2,param_3,local_10,local_14,&local_15)\n ;\n if ((lVar2 == 0) || (uVar3 = (ulong)local_15, local_15 == 0)) {\n uVar3 = 0;\n }\n auVar4._8_8_ = 1;\n auVar4._0_8_ = uVar3;\n return auVar4;\n }\n auVar1._8_8_ = 0;\n auVar1._0_8_ = param_3;\n return auVar1 << 0x40;\n}" { (declaration "undefined1 auVar1 [16];" type_identifier (array_declarator "auVar1 [16]" identifier [ number_literal ]) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "undefined1 auVar4 [16];" type_identifier (array_declarator "auVar4 [16]" identifier [ number_literal ]) ;) (declaration "byte local_15;" type_identifier identifier ;) (declaration "undefined1 local_14 [4];" type_identifier (array_declarator "local_14 [4]" identifier [ number_literal ]) ;) (declaration "undefined1 local_10 [16];" type_identifier (array_declarator "local_10 [16]" identifier [ number_literal ]) ;) (if_statement "if (*(char *)(*(long *)(param_1 + 8) + 0x148) != '\0') {\n if (param_2 != 0) {\n param_2 = *(long *)(param_2 + 8);\n }\n lVar2 = FUN_00257f70(*(long *)(param_1 + 8) + 0x148,param_2,param_3,local_10,local_14,&local_15)\n ;\n if ((lVar2 == 0) || (uVar3 = (ulong)local_15, local_15 == 0)) {\n uVar3 = 0;\n }\n auVar4._8_8_ = 1;\n auVar4._0_8_ = uVar3;\n return auVar4;\n }" if (parenthesized_expression "(*(char *)(*(long *)(param_1 + 8) + 0x148) != '\0')" ( (binary_expression "*(char *)(*(long *)(param_1 + 8) + 0x148) != '\0'" (pointer_expression "*(char *)(*(long *)(param_1 + 8) + 0x148)" * (cast_expression "(char *)(*(long *)(param_1 + 8) + 0x148)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 8) + 0x148)" ( (binary_expression "*(long *)(param_1 + 8) + 0x148" (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) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (param_2 != 0) {\n param_2 = *(long *)(param_2 + 8);\n }\n lVar2 = FUN_00257f70(*(long *)(param_1 + 8) + 0x148,param_2,param_3,local_10,local_14,&local_15)\n ;\n if ((lVar2 == 0) || (uVar3 = (ulong)local_15, local_15 == 0)) {\n uVar3 = 0;\n }\n auVar4._8_8_ = 1;\n auVar4._0_8_ = uVar3;\n return auVar4;\n }" { (if_statement "if (param_2 != 0) {\n param_2 = *(long *)(param_2 + 8);\n }" if (parenthesized_expression "(param_2 != 0)" ( (binary_expression "param_2 != 0" identifier != number_literal) )) (compound_statement "{\n param_2 = *(long *)(param_2 + 8);\n }" { (expression_statement "param_2 = *(long *)(param_2 + 8);" (assignment_expression "param_2 = *(long *)(param_2 + 8)" identifier = (pointer_expression "*(long *)(param_2 + 8)" * (cast_expression "(long *)(param_2 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) ))))) ;) })) (expression_statement "lVar2 = FUN_00257f70(*(long *)(param_1 + 8) + 0x148,param_2,param_3,local_10,local_14,&local_15)\n ;" (assignment_expression "lVar2 = FUN_00257f70(*(long *)(param_1 + 8) + 0x148,param_2,param_3,local_10,local_14,&local_15)" identifier = (call_expression "FUN_00257f70(*(long *)(param_1 + 8) + 0x148,param_2,param_3,local_10,local_14,&local_15)" identifier (argument_list "(*(long *)(param_1 + 8) + 0x148,param_2,param_3,local_10,local_14,&local_15)" ( (binary_expression "*(long *)(param_1 + 8) + 0x148" (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) , identifier , identifier , identifier , identifier , (pointer_expression "&local_15" & identifier) )))) ;) (if_statement "if ((lVar2 == 0) || (uVar3 = (ulong)local_15, local_15 == 0)) {\n uVar3 = 0;\n }" if (parenthesized_expression "((lVar2 == 0) || (uVar3 = (ulong)local_15, local_15 == 0))" ( (binary_expression "(lVar2 == 0) || (uVar3 = (ulong)local_15, local_15 == 0)" (parenthesized_expression "(lVar2 == 0)" ( (binary_expression "lVar2 == 0" identifier == number_literal) )) || (parenthesized_expression "(uVar3 = (ulong)local_15, local_15 == 0)" ( (comma_expression "uVar3 = (ulong)local_15, local_15 == 0" (assignment_expression "uVar3 = (ulong)local_15" identifier = (cast_expression "(ulong)local_15" ( (type_descriptor "ulong" type_identifier) ) identifier)) , (binary_expression "local_15 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n uVar3 = 0;\n }" { (expression_statement "uVar3 = 0;" (assignment_expression "uVar3 = 0" identifier = number_literal) ;) })) (expression_statement "auVar4._8_8_ = 1;" (assignment_expression "auVar4._8_8_ = 1" (field_expression "auVar4._8_8_" identifier . field_identifier) = number_literal) ;) (expression_statement "auVar4._0_8_ = uVar3;" (assignment_expression "auVar4._0_8_ = uVar3" (field_expression "auVar4._0_8_" identifier . field_identifier) = identifier) ;) (return_statement "return auVar4;" return identifier ;) })) (expression_statement "auVar1._8_8_ = 0;" (assignment_expression "auVar1._8_8_ = 0" (field_expression "auVar1._8_8_" identifier . field_identifier) = number_literal) ;) (expression_statement "auVar1._0_8_ = param_3;" (assignment_expression "auVar1._0_8_ = param_3" (field_expression "auVar1._0_8_" identifier . field_identifier) = identifier) ;) (return_statement "return auVar1 << 0x40;" return (binary_expression "auVar1 << 0x40" identifier << number_literal) ;) })) | (translation_unit (expression_statement (subscript_expression IDENT [ LIT ]) ;) (macro_type_specifier IDENT ( (ERROR (type_descriptor (sized_type_specifier long TYPE)) , (type_descriptor (sized_type_specifier long TYPE)) , TYPE) (type_descriptor TYPE) )) ; (compound_statement { (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) != (char_literal ' escape_sequence ')) )) (compound_statement { (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 = (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) , IDENT , IDENT , IDENT , IDENT , (pointer_expression & IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) , (binary_expression IDENT == LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = LIT) ;) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = IDENT) ;) (return_statement return IDENT ;) })) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = LIT) ;) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = IDENT) ;) (return_statement return (binary_expression IDENT << LIT) ;) })) | (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" (identifier "undefined1") ([ "[") (number_literal "16") (] "]")) (; "")) (macro_type_specifier "FUN_001a4e50(long param_1,long param_2,ulong param_3)" (identifier "FUN_001a4e50") (( "(") (ERROR "long param_1,long param_2,ulong" (type_descriptor "long param_1" (sized_type_specifier "long param_1" (long "long") (type_identifier "param_1"))) (, ",") (type_descriptor "long param_2" (sized_type_specifier "long param_2" (long "long") (type_identifier "param_2"))) (, ",") (type_identifier "ulong")) (type_descriptor "param_3" (type_identifier "param_3")) () ")")) (; "") (compound_statement "{\n undefined1 auVar1 [16];\n long lVar2;\n ulong uVar3;\n undefined1 auVar4 [16];\n byte local_15;\n undefined1 local_14 [4];\n undefined1 local_10 [16];\n \n if (*(char *)(*(long *)(param_1 + 8) + 0x148) != '\0') {\n if (param_2 != 0) {\n param_2 = *(long *)(param_2 + 8);\n }\n lVar2 = FUN_00257f70(*(long *)(param_1 + 8) + 0x148,param_2,param_3,local_10,local_14,&local_15)\n ;\n if ((lVar2 == 0) || (uVar3 = (ulong)local_15, local_15 == 0)) {\n uVar3 = 0;\n }\n auVar4._8_8_ = 1;\n auVar4._0_8_ = uVar3;\n return auVar4;\n }\n auVar1._8_8_ = 0;\n auVar1._0_8_ = param_3;\n return auVar1 << 0x40;\n}" ({ "{") (declaration "undefined1 auVar1 [16];" (type_identifier "undefined1") (array_declarator "auVar1 [16]" (identifier "auVar1") ([ "[") (number_literal "16") (] "]")) (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "ulong uVar3;" (type_identifier "ulong") (identifier "uVar3") (; ";")) (declaration "undefined1 auVar4 [16];" (type_identifier "undefined1") (array_declarator "auVar4 [16]" (identifier "auVar4") ([ "[") (number_literal "16") (] "]")) (; ";")) (declaration "byte local_15;" (type_identifier "byte") (identifier "local_15") (; ";")) (declaration "undefined1 local_14 [4];" (type_identifier "undefined1") (array_declarator "local_14 [4]" (identifier "local_14") ([ "[") (number_literal "4") (] "]")) (; ";")) (declaration "undefined1 local_10 [16];" (type_identifier "undefined1") (array_declarator "local_10 [16]" (identifier "local_10") ([ "[") (number_literal "16") (] "]")) (; ";")) (if_statement "if (*(char *)(*(long *)(param_1 + 8) + 0x148) != '\0') {\n if (param_2 != 0) {\n param_2 = *(long *)(param_2 + 8);\n }\n lVar2 = FUN_00257f70(*(long *)(param_1 + 8) + 0x148,param_2,param_3,local_10,local_14,&local_15)\n ;\n if ((lVar2 == 0) || (uVar3 = (ulong)local_15, local_15 == 0)) {\n uVar3 = 0;\n }\n auVar4._8_8_ = 1;\n auVar4._0_8_ = uVar3;\n return auVar4;\n }" (if "if") (parenthesized_expression "(*(char *)(*(long *)(param_1 + 8) + 0x148) != '\0')" (( "(") (binary_expression "*(char *)(*(long *)(param_1 + 8) + 0x148) != '\0'" (pointer_expression "*(char *)(*(long *)(param_1 + 8) + 0x148)" (* "*") (cast_expression "(char *)(*(long *)(param_1 + 8) + 0x148)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 8) + 0x148)" (( "(") (binary_expression "*(long *)(param_1 + 8) + 0x148" (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 "0x148")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n if (param_2 != 0) {\n param_2 = *(long *)(param_2 + 8);\n }\n lVar2 = FUN_00257f70(*(long *)(param_1 + 8) + 0x148,param_2,param_3,local_10,local_14,&local_15)\n ;\n if ((lVar2 == 0) || (uVar3 = (ulong)local_15, local_15 == 0)) {\n uVar3 = 0;\n }\n auVar4._8_8_ = 1;\n auVar4._0_8_ = uVar3;\n return auVar4;\n }" ({ "{") (if_statement "if (param_2 != 0) {\n param_2 = *(long *)(param_2 + 8);\n }" (if "if") (parenthesized_expression "(param_2 != 0)" (( "(") (binary_expression "param_2 != 0" (identifier "param_2") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n param_2 = *(long *)(param_2 + 8);\n }" ({ "{") (expression_statement "param_2 = *(long *)(param_2 + 8);" (assignment_expression "param_2 = *(long *)(param_2 + 8)" (identifier "param_2") (= "=") (pointer_expression "*(long *)(param_2 + 8)" (* "*") (cast_expression "(long *)(param_2 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 8)" (( "(") (binary_expression "param_2 + 8" (identifier "param_2") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (} "}"))) (expression_statement "lVar2 = FUN_00257f70(*(long *)(param_1 + 8) + 0x148,param_2,param_3,local_10,local_14,&local_15)\n ;" (assignment_expression "lVar2 = FUN_00257f70(*(long *)(param_1 + 8) + 0x148,param_2,param_3,local_10,local_14,&local_15)" (identifier "lVar2") (= "=") (call_expression "FUN_00257f70(*(long *)(param_1 + 8) + 0x148,param_2,param_3,local_10,local_14,&local_15)" (identifier "FUN_00257f70") (argument_list "(*(long *)(param_1 + 8) + 0x148,param_2,param_3,local_10,local_14,&local_15)" (( "(") (binary_expression "*(long *)(param_1 + 8) + 0x148" (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 "0x148")) (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "local_10") (, ",") (identifier "local_14") (, ",") (pointer_expression "&local_15" (& "&") (identifier "local_15")) () ")")))) (; ";")) (if_statement "if ((lVar2 == 0) || (uVar3 = (ulong)local_15, local_15 == 0)) {\n uVar3 = 0;\n }" (if "if") (parenthesized_expression "((lVar2 == 0) || (uVar3 = (ulong)local_15, local_15 == 0))" (( "(") (binary_expression "(lVar2 == 0) || (uVar3 = (ulong)local_15, local_15 == 0)" (parenthesized_expression "(lVar2 == 0)" (( "(") (binary_expression "lVar2 == 0" (identifier "lVar2") (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(uVar3 = (ulong)local_15, local_15 == 0)" (( "(") (comma_expression "uVar3 = (ulong)local_15, local_15 == 0" (assignment_expression "uVar3 = (ulong)local_15" (identifier "uVar3") (= "=") (cast_expression "(ulong)local_15" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "local_15"))) (, ",") (binary_expression "local_15 == 0" (identifier "local_15") (== "==") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n uVar3 = 0;\n }" ({ "{") (expression_statement "uVar3 = 0;" (assignment_expression "uVar3 = 0" (identifier "uVar3") (= "=") (number_literal "0")) (; ";")) (} "}"))) (expression_statement "auVar4._8_8_ = 1;" (assignment_expression "auVar4._8_8_ = 1" (field_expression "auVar4._8_8_" (identifier "auVar4") (. ".") (field_identifier "_8_8_")) (= "=") (number_literal "1")) (; ";")) (expression_statement "auVar4._0_8_ = uVar3;" (assignment_expression "auVar4._0_8_ = uVar3" (field_expression "auVar4._0_8_" (identifier "auVar4") (. ".") (field_identifier "_0_8_")) (= "=") (identifier "uVar3")) (; ";")) (return_statement "return auVar4;" (return "return") (identifier "auVar4") (; ";")) (} "}"))) (expression_statement "auVar1._8_8_ = 0;" (assignment_expression "auVar1._8_8_ = 0" (field_expression "auVar1._8_8_" (identifier "auVar1") (. ".") (field_identifier "_8_8_")) (= "=") (number_literal "0")) (; ";")) (expression_statement "auVar1._0_8_ = param_3;" (assignment_expression "auVar1._0_8_ = param_3" (field_expression "auVar1._0_8_" (identifier "auVar1") (. ".") (field_identifier "_0_8_")) (= "=") (identifier "param_3")) (; ";")) (return_statement "return auVar1 << 0x40;" (return "return") (binary_expression "auVar1 << 0x40" (identifier "auVar1") (<< "<<") (number_literal "0x40")) (; ";")) (} "}")) |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: bool keep_input_section(Layout * this, Relobj * relobj, char * name) */
bool __thiscall gold::type_1::function_1(type_1 *this,type_2 *var_1,char *name)
{
char *var_3;
bool var_4;
type_3 script_section_type;
type_4 **output_section_slot;
if ((this->script_options_->script_sections_).saw_sections_clause_ != false) {
if (var_1 != (type_2 *)0x0) {
var_1 = (type_2 *)(var_1->super_Object).name_._M_dataplus._M_p;
}
var_3 = Script_sections::var_2
(&this->script_options_->script_sections_,(char *)var_1,name,
&output_section_slot,&script_section_type,&var_4,true);
if ((var_3 == (char *)0x0) || (var_4 == false)) {
var_4 = false;
}
return var_4;
}
return false;
}
| null | (translation_unit (expression_statement (subscript_expression argument: (identifier) index: (number_literal)) (MISSING ";")) (macro_type_specifier name: (identifier) (ERROR (type_descriptor type: (sized_type_specifier type: (type_identifier))) (type_descriptor type: (sized_type_specifier type: (type_identifier))) (type_identifier)) type: (type_descriptor type: (type_identifier))) (MISSING ";") (compound_statement (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (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: (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 (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: (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)) (identifier) (identifier) (identifier) (identifier) (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (identifier))) (return_statement (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: (identifier))) (return_statement (binary_expression left: (identifier) right: (number_literal))))) | null |
undefined1 [16] MASKED(long param_1,long param_2,ulong param_3)
{
undefined1 auVar1 [16];
long lVar2;
ulong uVar3;
undefined1 auVar4 [16];
byte local_15;
undefined1 local_14 [4];
undefined1 local_10 [16];
if (*(char *)(*(long *)(param_1 + 8) + 0x148) != '\0') {
if (param_2 != 0) {
param_2 = *(long *)(param_2 + 8);
}
lVar2 = FUN_00257f70(*(long *)(param_1 + 8) + 0x148,param_2,param_3,local_10,local_14,&local_15)
;
if ((lVar2 == 0) || (uVar3 = (ulong)local_15, local_15 == 0)) {
uVar3 = 0;
}
auVar4._8_8_ = 1;
auVar4._0_8_ = uVar3;
return auVar4;
}
auVar1._8_8_ = 0;
auVar1._0_8_ = param_3;
return auVar1 << 0x40;
}
|
7918_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | do_adjust_output_section | FUN_003d2af0 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: void do_adjust_output_section(Output_data_reloc_base<9,_true,_64,_true>
* this, Output_section * os) */
void __thiscall
gold::Output_data_reloc_base<9,_true,_64,_true>::do_adjust_output_section
(Output_data_reloc_base<9,_true,_64,_true> *this,Output_section *os)
{
Output_section *extraout_RDX;
Output_section *this_1;
this_1 = os;
if ((os->field_0xca & 2) == 0) {
this_1 = (Output_section *)0x10;
this = (Output_data_reloc_base<9,_true,_64,_true> *)os;
Output_section::set_entsize(os,0x10);
os = extraout_RDX;
}
if (parameters->doing_static_link_valid_ == false) {
/* WARNING: Subroutine does not return */
Parameters::doing_static_link((Parameters *)this,(Parameters *)this_1);
}
if (parameters->doing_static_link_ != false) {
return;
}
if (((os->link_section_ == (Output_data *)0x0) && (os->link_ == 0)) && ((os->field_0xc8 & 4) == 0)
) {
os->field_0xc8 = os->field_0xc8 | 8;
return;
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.h",0xd25,"set_should_link_to_dynsym");
}
|
void FUN_003d2af0(undefined8 param_1,long param_2)
{
long extraout_RDX;
if ((*(byte *)(param_2 + 0xca) & 2) == 0) {
FUN_003c8b20(param_2,0x10);
param_2 = extraout_RDX;
}
if (PTR_DAT_0067cb08[0x20] == '\0') {
/* WARNING: Subroutine does not return */
FUN_003c8710();
}
if (PTR_DAT_0067cb08[0x21] != '\0') {
return;
}
if (((*(long *)(param_2 + 0x48) == 0) && (*(int *)(param_2 + 0x50) == 0)) &&
((*(byte *)(param_2 + 200) & 4) == 0)) {
*(byte *)(param_2 + 200) = *(byte *)(param_2 + 200) | 8;
return;
}
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.h",0xd25,"set_should_link_to_dynsym");
}
| SUB RSP,0x8
MOV RDX,RSI
TEST byte ptr [RSI + 0xca],0x2
JNZ 0x003d2b0d
MOV ESI,0x10
MOV RDI,RDX
CALL 0x003c8b20
MOV RAX,qword ptr [0x0067cb08]
CMP byte ptr [RAX + 0x20],0x0
JZ 0x003d2b67
CMP byte ptr [RAX + 0x21],0x0
JZ 0x003d2b28
ADD RSP,0x8
RET
CMP qword ptr [RDX + 0x48],0x0
JNZ 0x003d2b4f
MOV EAX,dword ptr [RDX + 0x50]
TEST EAX,EAX
JNZ 0x003d2b4f
MOVZX EAX,byte ptr [RDX + 0xc8]
TEST AL,0x4
JNZ 0x003d2b4f
OR EAX,0x8
MOV byte ptr [RDX + 0xc8],AL
ADD RSP,0x8
RET
LEA RDX,[0x57b800]
MOV ESI,0xd25
LEA RDI,[0x533384]
CALL 0x00352af0
CALL 0x003c8710 | null | null | null | null | [(u'INT_AND_-1205720130', u'INT_EQUAL_-1205720144'), (u'PTRSUB_-1205719914', u'LOAD_-1205720210'), (u'CAST_-1205719941', u'COPY_-1205720005'), ('tmp_808', u'MULTIEQUAL_-1205719963'), (u'PTRSUB_-1205719883', u'STORE_-1205720126'), ('const-433', u'LOAD_-1205720268'), ('const-0', u'INT_EQUAL_-1205720170'), ('tmp_255', u'CBRANCH_-1205720168'), (u'INT_EQUAL_-1205720144', u'CBRANCH_-1205720142'), ('tmp_146', u'CBRANCH_-1205720231'), ('const-8', u'INT_OR_-1205719957'), (u'INDIRECT_-1205720040', u'COPY_-1205720007'), (u'MULTIEQUAL_-1205720027', u'CAST_-1205719844'), (u'PTRSUB_-1205719906', u'LOAD_-1205720189'), ('const-33', u'PTRSUB_-1205719929'), ('const-202', u'PTRSUB_-1205719966'), (u'INDIRECT_-1205719883', u'COPY_-1205719940'), (u'PTRSUB_-1205719898', u'LOAD_-1205720167'), (u'LOAD_-1205720167', u'INT_AND_-1205720130'), (u'COPY_-1205720016', u'MULTIEQUAL_-1205720027'), (u'STORE_-1205720126', u'INDIRECT_-1205719908'), ('tmp_402', u'CAST_-1205719941'), ('tmp_402', u'MULTIEQUAL_-1205720033'), ('const-200', u'PTRSUB_-1205719898'), ('const-433', u'LOAD_-1205720189'), (u'MULTIEQUAL_-1205720033', u'PTRSUB_-1205719906'), ('const-0', u'INT_EQUAL_-1205720302'), ('tmp_402', u'CALL_-1205720278'), (u'COPY_-1205720007', u'MULTIEQUAL_-1205720033'), (u'PTRSUB_-1205719936', u'LOAD_-1205720268'), ('const-32', u'PTRSUB_-1205719936'), (u'CALL_-1205720278', u'INDIRECT_-1205720030'), ('tmp_402', u'COPY_-1205720016'), (u'INT_NOTEQUAL_-1205720233', u'CBRANCH_-1205720231'), ('const-0', u'INT_EQUAL_-1205720144'), (u'LOAD_-1205720210', u'INT_EQUAL_-1205720195'), ('const-72', u'PTRSUB_-1205719914'), (u'INT_AND_-1205720288', u'INT_EQUAL_-1205720302'), (u'MULTIEQUAL_-1205720033', u'PTRSUB_-1205719898'), ('tmp_402', u'PTRSUB_-1205719966'), ('const-5452676', u'COPY_-1205719926'), ('const-80', u'PTRSUB_-1205719906'), ('const-1', u'RETURN_-1205720069'), (u'COPY_-1205719926', u'CALL_-1205720074'), ('tmp_60', u'CBRANCH_-1205720295'), (u'MULTIEQUAL_-1205720023', u'CAST_-1205719845'), (u'INT_EQUAL_-1205720253', u'CBRANCH_-1205720250'), ('const-0', u'INT_NOTEQUAL_-1205720233'), (u'INDIRECT_-1205719908', u'COPY_-1205719961'), (u'INDIRECT_-1205719879', u'COPY_-1205719934'), (u'INDIRECT_-1205720030', u'MULTIEQUAL_-1205720023'), ('const-3365', u'CALL_-1205720074'), (u'INT_EQUAL_-1205720195', u'CBRANCH_-1205720190'), (u'CALL_-1205720064', u'INDIRECT_-1205719879'), ('const-0', u'INT_EQUAL_-1205720253'), ('const-0', u'RETURN_-1205720097'), (u'PTRSUB_-1205719929', u'LOAD_-1205720249'), (u'MULTIEQUAL_-1205720033', u'PTRSUB_-1205719883'), ('const-16', u'CALL_-1205720278'), ('const-1', u'RETURN_-1205720059'), ('tmp_217', u'CBRANCH_-1205720190'), (u'PTRSUB_-1205719966', u'LOAD_-1205720314'), ('const-0', u'INT_EQUAL_-1205720195'), (u'LOAD_-1205720314', u'INT_AND_-1205720288'), (u'INT_OR_-1205719957', u'STORE_-1205720126'), ('const-200', u'PTRSUB_-1205719883'), (u'MULTIEQUAL_-1205719963', u'PTRSUB_-1205719936'), ('tmp_110', u'CBRANCH_-1205720250'), (u'CAST_-1205719845', u'CALL_-1205720064'), ('const-2', u'INT_AND_-1205720288'), (u'MULTIEQUAL_-1205719963', u'PTRSUB_-1205719929'), (u'MULTIEQUAL_-1205720033', u'PTRSUB_-1205719914'), (u'CALL_-1205720074', u'INDIRECT_-1205719883'), (u'LOAD_-1205720268', u'INT_EQUAL_-1205720253'), ('const-16', u'COPY_-1205720296'), ('const-433', u'LOAD_-1205720249'), (u'COPY_-1205719925', u'CALL_-1205720074'), ('const-0', u'RETURN_-1205720208'), ('const-433', u'STORE_-1205720126'), (u'LOAD_-1205720249', u'INT_NOTEQUAL_-1205720233'), (u'CAST_-1205719844', u'CALL_-1205720064'), (u'INDIRECT_-1205720034', u'MULTIEQUAL_-1205720027'), ('const-433', u'LOAD_-1205720167'), (u'INT_EQUAL_-1205720170', u'CBRANCH_-1205720168'), (u'LOAD_-1205720189', u'INT_EQUAL_-1205720170'), ('tmp_401', u'MULTIEQUAL_-1205720023'), (u'CALL_-1205720278', u'INDIRECT_-1205719975'), (u'LOAD_-1205720167', u'INT_OR_-1205719957'), ('const-5748736', u'COPY_-1205719925'), (u'CALL_-1205720278', u'INDIRECT_-1205720034'), ('const-433', u'LOAD_-1205720314'), (u'INDIRECT_-1205719975', u'MULTIEQUAL_-1205719963'), (u'MULTIEQUAL_-1205719963', u'COPY_-1205720004'), ('const-4', u'INT_AND_-1205720130'), (u'INT_EQUAL_-1205720302', u'CBRANCH_-1205720295'), (u'CALL_-1205720278', u'INDIRECT_-1205720040'), ('tmp_293', u'CBRANCH_-1205720142'), ('const-433', u'LOAD_-1205720210')] | [('const-433', u'LOAD_-1205720249'), ('tmp_60', u'CBRANCH_-1205720295'), (u'INT_AND_-1205720130', u'INT_EQUAL_-1205720144'), ('tmp_699', u'INT_ADD_-1205720300'), (u'INDIRECT_-1205719911', u'COPY_-1205719964'), ('const-0', u'INT_EQUAL_-1205720195'), ('const-1', u'PTRADD_-1205720206'), ('const-433', u'STORE_-1205720126'), (u'INT_EQUAL_-1205720253', u'CBRANCH_-1205720250'), (u'INT_ADD_-1205720173', u'CAST_-1205719912'), ('const-0', u'INT_EQUAL_-1205720170'), ('tmp_255', u'CBRANCH_-1205720168'), (u'INT_EQUAL_-1205720144', u'CBRANCH_-1205720142'), ('tmp_146', u'CBRANCH_-1205720231'), ('const-200', u'INT_ADD_-1205720151'), (u'CALL_-1205720074', u'INDIRECT_-1205719886'), (u'LOAD_-1205720167', u'INT_OR_-1205719960'), (u'MULTIEQUAL_-1205719966', u'PTRADD_-1205720206'), ('const-72', u'INT_ADD_-1205720194'), ('const-5452676', u'COPY_-1205719929'), (u'CALL_-1205720278', u'INDIRECT_-1205720042'), (u'INT_EQUAL_-1205720195', u'CBRANCH_-1205720190'), (u'CAST_-1205719920', u'LOAD_-1205720210'), ('const-0', u'RETURN_-1205720097'), ('const-33', u'PTRADD_-1205720187'), (u'INT_ADD_-1205720194', u'CAST_-1205719920'), ('const-433', u'LOAD_-1205720210'), (u'MULTIEQUAL_-1205720035', u'INT_ADD_-1205720151'), (u'LOAD_-1205720167', u'INT_AND_-1205720130'), (u'INDIRECT_-1205719882', u'COPY_-1205719937'), ('const-1', u'RETURN_-1205720059'), (u'MULTIEQUAL_-1205719966', u'PTRADD_-1205720187'), ('tmp_217', u'CBRANCH_-1205720190'), (u'COPY_-1205719929', u'CALL_-1205720074'), (u'LOAD_-1205720314', u'INT_AND_-1205720288'), ('const-80', u'INT_ADD_-1205720173'), (u'CALL_-1205720278', u'INDIRECT_-1205719978'), ('tmp_699', u'MULTIEQUAL_-1205720035'), ('const-200', u'INT_ADD_-1205720112'), ('tmp_110', u'CBRANCH_-1205720250'), ('const-0', u'INT_EQUAL_-1205720302'), (u'INT_ADD_-1205720300', u'CAST_-1205719970'), ('const-2', u'INT_AND_-1205720288'), ('tmp_805', u'MULTIEQUAL_-1205719966'), (u'INDIRECT_-1205719978', u'MULTIEQUAL_-1205719966'), ('const-433', u'LOAD_-1205720268'), (u'LOAD_-1205720268', u'INT_EQUAL_-1205720253'), (u'CAST_-1205719970', u'LOAD_-1205720314'), (u'STORE_-1205720126', u'INDIRECT_-1205719911'), ('const-3365', u'CALL_-1205720074'), (u'CAST_-1205719889', u'STORE_-1205720126'), (u'COPY_-1205720017', u'MULTIEQUAL_-1205720035'), ('const-0', u'INT_NOTEQUAL_-1205720233'), ('const-0', u'RETURN_-1205720208'), (u'CAST_-1205719912', u'LOAD_-1205720189'), ('tmp_699', u'CALL_-1205720278'), ('const-16', u'CALL_-1205720278'), ('const-1', u'PTRADD_-1205720187'), (u'COPY_-1205719928', u'CALL_-1205720074'), (u'CAST_-1205719904', u'LOAD_-1205720167'), (u'INDIRECT_-1205719886', u'COPY_-1205719943'), (u'PTRADD_-1205720206', u'LOAD_-1205720268'), (u'LOAD_-1205720249', u'INT_NOTEQUAL_-1205720233'), (u'INDIRECT_-1205720042', u'COPY_-1205720017'), (u'INT_NOTEQUAL_-1205720233', u'CBRANCH_-1205720231'), ('const-32', u'PTRADD_-1205720206'), ('const-0', u'INT_EQUAL_-1205720144'), (u'MULTIEQUAL_-1205719966', u'COPY_-1205720007'), (u'INT_EQUAL_-1205720170', u'CBRANCH_-1205720168'), (u'INT_ADD_-1205720112', u'CAST_-1205719889'), (u'MULTIEQUAL_-1205720035', u'INT_ADD_-1205720112'), (u'LOAD_-1205720189', u'INT_EQUAL_-1205720170'), (u'INT_OR_-1205719960', u'STORE_-1205720126'), (u'MULTIEQUAL_-1205720035', u'INT_ADD_-1205720194'), ('const-5748736', u'COPY_-1205719928'), (u'LOAD_-1205720210', u'INT_EQUAL_-1205720195'), ('const-433', u'LOAD_-1205720314'), (u'CALL_-1205720064', u'INDIRECT_-1205719882'), (u'INT_AND_-1205720288', u'INT_EQUAL_-1205720302'), ('const-202', u'INT_ADD_-1205720300'), ('const-433', u'LOAD_-1205720189'), (u'PTRADD_-1205720187', u'LOAD_-1205720249'), (u'INT_ADD_-1205720151', u'CAST_-1205719904'), ('const-433', u'LOAD_-1205720167'), ('const-0', u'INT_EQUAL_-1205720253'), ('const-8', u'INT_OR_-1205719960'), ('const-1', u'RETURN_-1205720069'), (u'MULTIEQUAL_-1205720035', u'INT_ADD_-1205720173'), ('const-4', u'INT_AND_-1205720130'), (u'INT_EQUAL_-1205720302', u'CBRANCH_-1205720295'), ('tmp_293', u'CBRANCH_-1205720142')] | null | null | 003d2af0 | x64 | O2 | (translation_unit "void FUN_003d2af0(undefined8 param_1,long param_2)\n\n{\n long extraout_RDX;\n \n if ((*(byte *)(param_2 + 0xca) & 2) == 0) {\n FUN_003c8b20(param_2,0x10);\n param_2 = extraout_RDX;\n }\n if (PTR_DAT_0067cb08[0x20] == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_003c8710();\n }\n if (PTR_DAT_0067cb08[0x21] != '\0') {\n return;\n }\n if (((*(long *)(param_2 + 0x48) == 0) && (*(int *)(param_2 + 0x50) == 0)) &&\n ((*(byte *)(param_2 + 200) & 4) == 0)) {\n *(byte *)(param_2 + 200) = *(byte *)(param_2 + 200) | 8;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xd25,"set_should_link_to_dynsym");\n}\n\n" (function_definition "void FUN_003d2af0(undefined8 param_1,long param_2)\n\n{\n long extraout_RDX;\n \n if ((*(byte *)(param_2 + 0xca) & 2) == 0) {\n FUN_003c8b20(param_2,0x10);\n param_2 = extraout_RDX;\n }\n if (PTR_DAT_0067cb08[0x20] == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_003c8710();\n }\n if (PTR_DAT_0067cb08[0x21] != '\0') {\n return;\n }\n if (((*(long *)(param_2 + 0x48) == 0) && (*(int *)(param_2 + 0x50) == 0)) &&\n ((*(byte *)(param_2 + 200) & 4) == 0)) {\n *(byte *)(param_2 + 200) = *(byte *)(param_2 + 200) | 8;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xd25,"set_should_link_to_dynsym");\n}" primitive_type (function_declarator "FUN_003d2af0(undefined8 param_1,long param_2)" identifier (parameter_list "(undefined8 param_1,long param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long extraout_RDX;\n \n if ((*(byte *)(param_2 + 0xca) & 2) == 0) {\n FUN_003c8b20(param_2,0x10);\n param_2 = extraout_RDX;\n }\n if (PTR_DAT_0067cb08[0x20] == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_003c8710();\n }\n if (PTR_DAT_0067cb08[0x21] != '\0') {\n return;\n }\n if (((*(long *)(param_2 + 0x48) == 0) && (*(int *)(param_2 + 0x50) == 0)) &&\n ((*(byte *)(param_2 + 200) & 4) == 0)) {\n *(byte *)(param_2 + 200) = *(byte *)(param_2 + 200) | 8;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xd25,"set_should_link_to_dynsym");\n}" { (declaration "long extraout_RDX;" (sized_type_specifier "long" long) identifier ;) (if_statement "if ((*(byte *)(param_2 + 0xca) & 2) == 0) {\n FUN_003c8b20(param_2,0x10);\n param_2 = extraout_RDX;\n }" if (parenthesized_expression "((*(byte *)(param_2 + 0xca) & 2) == 0)" ( (binary_expression "(*(byte *)(param_2 + 0xca) & 2) == 0" (parenthesized_expression "(*(byte *)(param_2 + 0xca) & 2)" ( (binary_expression "*(byte *)(param_2 + 0xca) & 2" (pointer_expression "*(byte *)(param_2 + 0xca)" * (cast_expression "(byte *)(param_2 + 0xca)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0xca)" ( (binary_expression "param_2 + 0xca" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n FUN_003c8b20(param_2,0x10);\n param_2 = extraout_RDX;\n }" { (expression_statement "FUN_003c8b20(param_2,0x10);" (call_expression "FUN_003c8b20(param_2,0x10)" identifier (argument_list "(param_2,0x10)" ( identifier , number_literal ))) ;) (expression_statement "param_2 = extraout_RDX;" (assignment_expression "param_2 = extraout_RDX" identifier = identifier) ;) })) (if_statement "if (PTR_DAT_0067cb08[0x20] == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_003c8710();\n }" if (parenthesized_expression "(PTR_DAT_0067cb08[0x20] == '\0')" ( (binary_expression "PTR_DAT_0067cb08[0x20] == '\0'" (subscript_expression "PTR_DAT_0067cb08[0x20]" identifier [ number_literal ]) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_003c8710();\n }" { comment (expression_statement "FUN_003c8710();" (call_expression "FUN_003c8710()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (PTR_DAT_0067cb08[0x21] != '\0') {\n return;\n }" if (parenthesized_expression "(PTR_DAT_0067cb08[0x21] != '\0')" ( (binary_expression "PTR_DAT_0067cb08[0x21] != '\0'" (subscript_expression "PTR_DAT_0067cb08[0x21]" identifier [ number_literal ]) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (((*(long *)(param_2 + 0x48) == 0) && (*(int *)(param_2 + 0x50) == 0)) &&\n ((*(byte *)(param_2 + 200) & 4) == 0)) {\n *(byte *)(param_2 + 200) = *(byte *)(param_2 + 200) | 8;\n return;\n }" if (parenthesized_expression "(((*(long *)(param_2 + 0x48) == 0) && (*(int *)(param_2 + 0x50) == 0)) &&\n ((*(byte *)(param_2 + 200) & 4) == 0))" ( (binary_expression "((*(long *)(param_2 + 0x48) == 0) && (*(int *)(param_2 + 0x50) == 0)) &&\n ((*(byte *)(param_2 + 200) & 4) == 0)" (parenthesized_expression "((*(long *)(param_2 + 0x48) == 0) && (*(int *)(param_2 + 0x50) == 0))" ( (binary_expression "(*(long *)(param_2 + 0x48) == 0) && (*(int *)(param_2 + 0x50) == 0)" (parenthesized_expression "(*(long *)(param_2 + 0x48) == 0)" ( (binary_expression "*(long *)(param_2 + 0x48) == 0" (pointer_expression "*(long *)(param_2 + 0x48)" * (cast_expression "(long *)(param_2 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x48)" ( (binary_expression "param_2 + 0x48" identifier + number_literal) )))) == number_literal) )) && (parenthesized_expression "(*(int *)(param_2 + 0x50) == 0)" ( (binary_expression "*(int *)(param_2 + 0x50) == 0" (pointer_expression "*(int *)(param_2 + 0x50)" * (cast_expression "(int *)(param_2 + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x50)" ( (binary_expression "param_2 + 0x50" identifier + number_literal) )))) == number_literal) ))) )) && (parenthesized_expression "((*(byte *)(param_2 + 200) & 4) == 0)" ( (binary_expression "(*(byte *)(param_2 + 200) & 4) == 0" (parenthesized_expression "(*(byte *)(param_2 + 200) & 4)" ( (binary_expression "*(byte *)(param_2 + 200) & 4" (pointer_expression "*(byte *)(param_2 + 200)" * (cast_expression "(byte *)(param_2 + 200)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 200)" ( (binary_expression "param_2 + 200" identifier + number_literal) )))) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n *(byte *)(param_2 + 200) = *(byte *)(param_2 + 200) | 8;\n return;\n }" { (expression_statement "*(byte *)(param_2 + 200) = *(byte *)(param_2 + 200) | 8;" (assignment_expression "*(byte *)(param_2 + 200) = *(byte *)(param_2 + 200) | 8" (pointer_expression "*(byte *)(param_2 + 200)" * (cast_expression "(byte *)(param_2 + 200)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 200)" ( (binary_expression "param_2 + 200" identifier + number_literal) )))) = (binary_expression "*(byte *)(param_2 + 200) | 8" (pointer_expression "*(byte *)(param_2 + 200)" * (cast_expression "(byte *)(param_2 + 200)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 200)" ( (binary_expression "param_2 + 200" identifier + number_literal) )))) | number_literal)) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_00352af0("../../gold/output.h",0xd25,"set_should_link_to_dynsym");" (call_expression "FUN_00352af0("../../gold/output.h",0xd25,"set_should_link_to_dynsym")" identifier (argument_list "("../../gold/output.h",0xd25,"set_should_link_to_dynsym")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_should_link_to_dynsym"" " string_content ") ))) ;) }))) | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n/* DWARF original prototype: void do_adjust_output_section(Output_data_reloc_base<9,_true,_64,_true>\n * this, Output_section * os) */\n\nvoid __thiscall\ngold::Output_data_reloc_base<9,_true,_64,_true>::do_adjust_output_section\n (Output_data_reloc_base<9,_true,_64,_true> *this,Output_section *os)\n\n{\n Output_section *extraout_RDX;\n Output_section *this_1;\n \n this_1 = os;\n if ((os->field_0xca & 2) == 0) {\n this_1 = (Output_section *)0x10;\n this = (Output_data_reloc_base<9,_true,_64,_true> *)os;\n Output_section::set_entsize(os,0x10);\n os = extraout_RDX;\n }\n if (parameters->doing_static_link_valid_ == false) {\n /* WARNING: Subroutine does not return */\n Parameters::doing_static_link((Parameters *)this,(Parameters *)this_1);\n }\n if (parameters->doing_static_link_ != false) {\n return;\n }\n if (((os->link_section_ == (Output_data *)0x0) && (os->link_ == 0)) && ((os->field_0xc8 & 4) == 0)\n ) {\n os->field_0xc8 = os->field_0xc8 | 8;\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xd25,"set_should_link_to_dynsym");\n}\n\n" comment comment comment (declaration "void __thiscall\ngold::Output_data_reloc_base<9,_true,_64,_true>::do_adjust_output_section\n (Output_data_reloc_base<9,_true,_64,_true> *this,Output_section *os)\n\n{\n Output_section *extraout_RDX;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_true>::do_adjust_output_section\n (Output_data_reloc_base<9,_true,_64,_true> *this,Output_section *os)\n\n{\n Output_section" identifier > : : (function_declarator "do_adjust_output_section\n (Output_data_reloc_base<9,_true,_64,_true> *this,Output_section *os)" identifier (parameter_list "(Output_data_reloc_base<9,_true,_64,_true> *this,Output_section *os)" ( (parameter_declaration "Output_data_reloc_base" 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)) ))) { identifier) (pointer_declarator "*extraout_RDX" * identifier) ;) (declaration "Output_section *this_1;" type_identifier (pointer_declarator "*this_1" * identifier) ;) (expression_statement "this_1 = os;" (assignment_expression "this_1 = os" identifier = identifier) ;) (if_statement "if ((os->field_0xca & 2) == 0) {\n this_1 = (Output_section *)0x10;\n this = (Output_data_reloc_base<9,_true,_64,_true> *)os;\n Output_section::set_entsize(os,0x10);\n os = extraout_RDX;\n }" if (parenthesized_expression "((os->field_0xca & 2) == 0)" ( (binary_expression "(os->field_0xca & 2) == 0" (parenthesized_expression "(os->field_0xca & 2)" ( (binary_expression "os->field_0xca & 2" (field_expression "os->field_0xca" identifier -> field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n this_1 = (Output_section *)0x10;\n this = (Output_data_reloc_base<9,_true,_64,_true> *)os;\n Output_section::set_entsize(os,0x10);\n os = extraout_RDX;\n }" { (expression_statement "this_1 = (Output_section *)0x10;" (assignment_expression "this_1 = (Output_section *)0x10" identifier = (cast_expression "(Output_section *)0x10" ( (type_descriptor "Output_section *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "this = (Output_data_reloc_base<9,_true,_64,_true> *)os;" (assignment_expression "this = (Output_data_reloc_base<9,_true,_64,_true> *)os" identifier = (parenthesized_expression "(Output_data_reloc_base<9,_true,_64,_true> *)os" ( (comma_expression "Output_data_reloc_base<9,_true,_64,_true> *)os" (binary_expression "Output_data_reloc_base<9" identifier < number_literal) , (comma_expression "_true,_64,_true> *)os" identifier , (comma_expression "_64,_true> *)os" identifier , (binary_expression "_true> *)os" identifier > (pointer_expression "*)os" * (ERROR ")" )) identifier))))) ))) ;) (labeled_statement "Output_section::set_entsize(os,0x10);" statement_identifier : (ERROR ":" :) (expression_statement "set_entsize(os,0x10);" (call_expression "set_entsize(os,0x10)" identifier (argument_list "(os,0x10)" ( identifier , number_literal ))) ;)) (expression_statement "os = extraout_RDX;" (assignment_expression "os = extraout_RDX" identifier = identifier) ;) })) (if_statement "if (parameters->doing_static_link_valid_ == false) {\n /* WARNING: Subroutine does not return */\n Parameters::doing_static_link((Parameters *)this,(Parameters *)this_1);\n }" if (parenthesized_expression "(parameters->doing_static_link_valid_ == false)" ( (binary_expression "parameters->doing_static_link_valid_ == false" (field_expression "parameters->doing_static_link_valid_" identifier -> field_identifier) == false) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n Parameters::doing_static_link((Parameters *)this,(Parameters *)this_1);\n }" { comment (labeled_statement "Parameters::doing_static_link((Parameters *)this,(Parameters *)this_1);" statement_identifier : (ERROR ":" :) (expression_statement "doing_static_link((Parameters *)this,(Parameters *)this_1);" (call_expression "doing_static_link((Parameters *)this,(Parameters *)this_1)" identifier (argument_list "((Parameters *)this,(Parameters *)this_1)" ( (cast_expression "(Parameters *)this" ( (type_descriptor "Parameters *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(Parameters *)this_1" ( (type_descriptor "Parameters *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;)) })) (if_statement "if (parameters->doing_static_link_ != false) {\n return;\n }" if (parenthesized_expression "(parameters->doing_static_link_ != false)" ( (binary_expression "parameters->doing_static_link_ != false" (field_expression "parameters->doing_static_link_" identifier -> field_identifier) != false) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (((os->link_section_ == (Output_data *)0x0) && (os->link_ == 0)) && ((os->field_0xc8 & 4) == 0)\n ) {\n os->field_0xc8 = os->field_0xc8 | 8;\n return;\n }" if (parenthesized_expression "(((os->link_section_ == (Output_data *)0x0) && (os->link_ == 0)) && ((os->field_0xc8 & 4) == 0)\n )" ( (binary_expression "((os->link_section_ == (Output_data *)0x0) && (os->link_ == 0)) && ((os->field_0xc8 & 4) == 0)" (parenthesized_expression "((os->link_section_ == (Output_data *)0x0) && (os->link_ == 0))" ( (binary_expression "(os->link_section_ == (Output_data *)0x0) && (os->link_ == 0)" (parenthesized_expression "(os->link_section_ == (Output_data *)0x0)" ( (binary_expression "os->link_section_ == (Output_data *)0x0" (field_expression "os->link_section_" identifier -> field_identifier) == (cast_expression "(Output_data *)0x0" ( (type_descriptor "Output_data *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(os->link_ == 0)" ( (binary_expression "os->link_ == 0" (field_expression "os->link_" identifier -> field_identifier) == number_literal) ))) )) && (parenthesized_expression "((os->field_0xc8 & 4) == 0)" ( (binary_expression "(os->field_0xc8 & 4) == 0" (parenthesized_expression "(os->field_0xc8 & 4)" ( (binary_expression "os->field_0xc8 & 4" (field_expression "os->field_0xc8" identifier -> field_identifier) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n os->field_0xc8 = os->field_0xc8 | 8;\n return;\n }" { (expression_statement "os->field_0xc8 = os->field_0xc8 | 8;" (assignment_expression "os->field_0xc8 = os->field_0xc8 | 8" (field_expression "os->field_0xc8" identifier -> field_identifier) = (binary_expression "os->field_0xc8 | 8" (field_expression "os->field_0xc8" identifier -> field_identifier) | number_literal)) ;) (return_statement "return;" return ;) })) comment (expression_statement "do_gold_unreachable("../../gold/output.h",0xd25,"set_should_link_to_dynsym");" (call_expression "do_gold_unreachable("../../gold/output.h",0xd25,"set_should_link_to_dynsym")" identifier (argument_list "("../../gold/output.h",0xd25,"set_should_link_to_dynsym")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_should_link_to_dynsym"" " string_content ") ))) ;) (ERROR "}" })) | (translation_unit "void FUN_003d2af0(undefined8 param_1,long param_2)\n\n{\n long extraout_RDX;\n \n if ((*(byte *)(param_2 + 0xca) & 2) == 0) {\n FUN_003c8b20(param_2,0x10);\n param_2 = extraout_RDX;\n }\n if (PTR_DAT_0067cb08[0x20] == '\0') {\n \n FUN_003c8710();\n }\n if (PTR_DAT_0067cb08[0x21] != '\0') {\n return;\n }\n if (((*(long *)(param_2 + 0x48) == 0) && (*(int *)(param_2 + 0x50) == 0)) &&\n ((*(byte *)(param_2 + 200) & 4) == 0)) {\n *(byte *)(param_2 + 200) = *(byte *)(param_2 + 200) | 8;\n return;\n }\n \n FUN_00352af0("../../gold/output.h",0xd25,"set_should_link_to_dynsym");\n}\n\n" (function_definition "void FUN_003d2af0(undefined8 param_1,long param_2)\n\n{\n long extraout_RDX;\n \n if ((*(byte *)(param_2 + 0xca) & 2) == 0) {\n FUN_003c8b20(param_2,0x10);\n param_2 = extraout_RDX;\n }\n if (PTR_DAT_0067cb08[0x20] == '\0') {\n \n FUN_003c8710();\n }\n if (PTR_DAT_0067cb08[0x21] != '\0') {\n return;\n }\n if (((*(long *)(param_2 + 0x48) == 0) && (*(int *)(param_2 + 0x50) == 0)) &&\n ((*(byte *)(param_2 + 200) & 4) == 0)) {\n *(byte *)(param_2 + 200) = *(byte *)(param_2 + 200) | 8;\n return;\n }\n \n FUN_00352af0("../../gold/output.h",0xd25,"set_should_link_to_dynsym");\n}" primitive_type (function_declarator "FUN_003d2af0(undefined8 param_1,long param_2)" identifier (parameter_list "(undefined8 param_1,long param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long extraout_RDX;\n \n if ((*(byte *)(param_2 + 0xca) & 2) == 0) {\n FUN_003c8b20(param_2,0x10);\n param_2 = extraout_RDX;\n }\n if (PTR_DAT_0067cb08[0x20] == '\0') {\n \n FUN_003c8710();\n }\n if (PTR_DAT_0067cb08[0x21] != '\0') {\n return;\n }\n if (((*(long *)(param_2 + 0x48) == 0) && (*(int *)(param_2 + 0x50) == 0)) &&\n ((*(byte *)(param_2 + 200) & 4) == 0)) {\n *(byte *)(param_2 + 200) = *(byte *)(param_2 + 200) | 8;\n return;\n }\n \n FUN_00352af0("../../gold/output.h",0xd25,"set_should_link_to_dynsym");\n}" { (declaration "long extraout_RDX;" (sized_type_specifier "long" long) identifier ;) (if_statement "if ((*(byte *)(param_2 + 0xca) & 2) == 0) {\n FUN_003c8b20(param_2,0x10);\n param_2 = extraout_RDX;\n }" if (parenthesized_expression "((*(byte *)(param_2 + 0xca) & 2) == 0)" ( (binary_expression "(*(byte *)(param_2 + 0xca) & 2) == 0" (parenthesized_expression "(*(byte *)(param_2 + 0xca) & 2)" ( (binary_expression "*(byte *)(param_2 + 0xca) & 2" (pointer_expression "*(byte *)(param_2 + 0xca)" * (cast_expression "(byte *)(param_2 + 0xca)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0xca)" ( (binary_expression "param_2 + 0xca" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n FUN_003c8b20(param_2,0x10);\n param_2 = extraout_RDX;\n }" { (expression_statement "FUN_003c8b20(param_2,0x10);" (call_expression "FUN_003c8b20(param_2,0x10)" identifier (argument_list "(param_2,0x10)" ( identifier , number_literal ))) ;) (expression_statement "param_2 = extraout_RDX;" (assignment_expression "param_2 = extraout_RDX" identifier = identifier) ;) })) (if_statement "if (PTR_DAT_0067cb08[0x20] == '\0') {\n \n FUN_003c8710();\n }" if (parenthesized_expression "(PTR_DAT_0067cb08[0x20] == '\0')" ( (binary_expression "PTR_DAT_0067cb08[0x20] == '\0'" (subscript_expression "PTR_DAT_0067cb08[0x20]" identifier [ number_literal ]) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n \n FUN_003c8710();\n }" { (expression_statement "FUN_003c8710();" (call_expression "FUN_003c8710()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (PTR_DAT_0067cb08[0x21] != '\0') {\n return;\n }" if (parenthesized_expression "(PTR_DAT_0067cb08[0x21] != '\0')" ( (binary_expression "PTR_DAT_0067cb08[0x21] != '\0'" (subscript_expression "PTR_DAT_0067cb08[0x21]" identifier [ number_literal ]) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (((*(long *)(param_2 + 0x48) == 0) && (*(int *)(param_2 + 0x50) == 0)) &&\n ((*(byte *)(param_2 + 200) & 4) == 0)) {\n *(byte *)(param_2 + 200) = *(byte *)(param_2 + 200) | 8;\n return;\n }" if (parenthesized_expression "(((*(long *)(param_2 + 0x48) == 0) && (*(int *)(param_2 + 0x50) == 0)) &&\n ((*(byte *)(param_2 + 200) & 4) == 0))" ( (binary_expression "((*(long *)(param_2 + 0x48) == 0) && (*(int *)(param_2 + 0x50) == 0)) &&\n ((*(byte *)(param_2 + 200) & 4) == 0)" (parenthesized_expression "((*(long *)(param_2 + 0x48) == 0) && (*(int *)(param_2 + 0x50) == 0))" ( (binary_expression "(*(long *)(param_2 + 0x48) == 0) && (*(int *)(param_2 + 0x50) == 0)" (parenthesized_expression "(*(long *)(param_2 + 0x48) == 0)" ( (binary_expression "*(long *)(param_2 + 0x48) == 0" (pointer_expression "*(long *)(param_2 + 0x48)" * (cast_expression "(long *)(param_2 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x48)" ( (binary_expression "param_2 + 0x48" identifier + number_literal) )))) == number_literal) )) && (parenthesized_expression "(*(int *)(param_2 + 0x50) == 0)" ( (binary_expression "*(int *)(param_2 + 0x50) == 0" (pointer_expression "*(int *)(param_2 + 0x50)" * (cast_expression "(int *)(param_2 + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x50)" ( (binary_expression "param_2 + 0x50" identifier + number_literal) )))) == number_literal) ))) )) && (parenthesized_expression "((*(byte *)(param_2 + 200) & 4) == 0)" ( (binary_expression "(*(byte *)(param_2 + 200) & 4) == 0" (parenthesized_expression "(*(byte *)(param_2 + 200) & 4)" ( (binary_expression "*(byte *)(param_2 + 200) & 4" (pointer_expression "*(byte *)(param_2 + 200)" * (cast_expression "(byte *)(param_2 + 200)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 200)" ( (binary_expression "param_2 + 200" identifier + number_literal) )))) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n *(byte *)(param_2 + 200) = *(byte *)(param_2 + 200) | 8;\n return;\n }" { (expression_statement "*(byte *)(param_2 + 200) = *(byte *)(param_2 + 200) | 8;" (assignment_expression "*(byte *)(param_2 + 200) = *(byte *)(param_2 + 200) | 8" (pointer_expression "*(byte *)(param_2 + 200)" * (cast_expression "(byte *)(param_2 + 200)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 200)" ( (binary_expression "param_2 + 200" identifier + number_literal) )))) = (binary_expression "*(byte *)(param_2 + 200) | 8" (pointer_expression "*(byte *)(param_2 + 200)" * (cast_expression "(byte *)(param_2 + 200)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 200)" ( (binary_expression "param_2 + 200" identifier + number_literal) )))) | number_literal)) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_00352af0("../../gold/output.h",0xd25,"set_should_link_to_dynsym");" (call_expression "FUN_00352af0("../../gold/output.h",0xd25,"set_should_link_to_dynsym")" identifier (argument_list "("../../gold/output.h",0xd25,"set_should_link_to_dynsym")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_should_link_to_dynsym"" " string_content ") ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != (char_literal ' escape_sequence ')) )) (compound_statement { (return_statement return ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) ))) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) ))) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) | LIT)) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) }))) | (function_definition "void FUN_003d2af0(undefined8 param_1,long param_2)\n\n{\n long extraout_RDX;\n \n if ((*(byte *)(param_2 + 0xca) & 2) == 0) {\n FUN_003c8b20(param_2,0x10);\n param_2 = extraout_RDX;\n }\n if (PTR_DAT_0067cb08[0x20] == '\0') {\n \n FUN_003c8710();\n }\n if (PTR_DAT_0067cb08[0x21] != '\0') {\n return;\n }\n if (((*(long *)(param_2 + 0x48) == 0) && (*(int *)(param_2 + 0x50) == 0)) &&\n ((*(byte *)(param_2 + 200) & 4) == 0)) {\n *(byte *)(param_2 + 200) = *(byte *)(param_2 + 200) | 8;\n return;\n }\n \n FUN_00352af0("../../gold/output.h",0xd25,"set_should_link_to_dynsym");\n}" (primitive_type "void") (function_declarator "FUN_003d2af0(undefined8 param_1,long param_2)" (identifier "FUN_003d2af0") (parameter_list "(undefined8 param_1,long param_2)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) () ")"))) (compound_statement "{\n long extraout_RDX;\n \n if ((*(byte *)(param_2 + 0xca) & 2) == 0) {\n FUN_003c8b20(param_2,0x10);\n param_2 = extraout_RDX;\n }\n if (PTR_DAT_0067cb08[0x20] == '\0') {\n \n FUN_003c8710();\n }\n if (PTR_DAT_0067cb08[0x21] != '\0') {\n return;\n }\n if (((*(long *)(param_2 + 0x48) == 0) && (*(int *)(param_2 + 0x50) == 0)) &&\n ((*(byte *)(param_2 + 200) & 4) == 0)) {\n *(byte *)(param_2 + 200) = *(byte *)(param_2 + 200) | 8;\n return;\n }\n \n FUN_00352af0("../../gold/output.h",0xd25,"set_should_link_to_dynsym");\n}" ({ "{") (declaration "long extraout_RDX;" (sized_type_specifier "long" (long "long")) (identifier "extraout_RDX") (; ";")) (if_statement "if ((*(byte *)(param_2 + 0xca) & 2) == 0) {\n FUN_003c8b20(param_2,0x10);\n param_2 = extraout_RDX;\n }" (if "if") (parenthesized_expression "((*(byte *)(param_2 + 0xca) & 2) == 0)" (( "(") (binary_expression "(*(byte *)(param_2 + 0xca) & 2) == 0" (parenthesized_expression "(*(byte *)(param_2 + 0xca) & 2)" (( "(") (binary_expression "*(byte *)(param_2 + 0xca) & 2" (pointer_expression "*(byte *)(param_2 + 0xca)" (* "*") (cast_expression "(byte *)(param_2 + 0xca)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0xca)" (( "(") (binary_expression "param_2 + 0xca" (identifier "param_2") (+ "+") (number_literal "0xca")) () ")")))) (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_003c8b20(param_2,0x10);\n param_2 = extraout_RDX;\n }" ({ "{") (expression_statement "FUN_003c8b20(param_2,0x10);" (call_expression "FUN_003c8b20(param_2,0x10)" (identifier "FUN_003c8b20") (argument_list "(param_2,0x10)" (( "(") (identifier "param_2") (, ",") (number_literal "0x10") () ")"))) (; ";")) (expression_statement "param_2 = extraout_RDX;" (assignment_expression "param_2 = extraout_RDX" (identifier "param_2") (= "=") (identifier "extraout_RDX")) (; ";")) (} "}"))) (if_statement "if (PTR_DAT_0067cb08[0x20] == '\0') {\n \n FUN_003c8710();\n }" (if "if") (parenthesized_expression "(PTR_DAT_0067cb08[0x20] == '\0')" (( "(") (binary_expression "PTR_DAT_0067cb08[0x20] == '\0'" (subscript_expression "PTR_DAT_0067cb08[0x20]" (identifier "PTR_DAT_0067cb08") ([ "[") (number_literal "0x20") (] "]")) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n \n FUN_003c8710();\n }" ({ "{") (expression_statement "FUN_003c8710();" (call_expression "FUN_003c8710()" (identifier "FUN_003c8710") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (PTR_DAT_0067cb08[0x21] != '\0') {\n return;\n }" (if "if") (parenthesized_expression "(PTR_DAT_0067cb08[0x21] != '\0')" (( "(") (binary_expression "PTR_DAT_0067cb08[0x21] != '\0'" (subscript_expression "PTR_DAT_0067cb08[0x21]" (identifier "PTR_DAT_0067cb08") ([ "[") (number_literal "0x21") (] "]")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if (((*(long *)(param_2 + 0x48) == 0) && (*(int *)(param_2 + 0x50) == 0)) &&\n ((*(byte *)(param_2 + 200) & 4) == 0)) {\n *(byte *)(param_2 + 200) = *(byte *)(param_2 + 200) | 8;\n return;\n }" (if "if") (parenthesized_expression "(((*(long *)(param_2 + 0x48) == 0) && (*(int *)(param_2 + 0x50) == 0)) &&\n ((*(byte *)(param_2 + 200) & 4) == 0))" (( "(") (binary_expression "((*(long *)(param_2 + 0x48) == 0) && (*(int *)(param_2 + 0x50) == 0)) &&\n ((*(byte *)(param_2 + 200) & 4) == 0)" (parenthesized_expression "((*(long *)(param_2 + 0x48) == 0) && (*(int *)(param_2 + 0x50) == 0))" (( "(") (binary_expression "(*(long *)(param_2 + 0x48) == 0) && (*(int *)(param_2 + 0x50) == 0)" (parenthesized_expression "(*(long *)(param_2 + 0x48) == 0)" (( "(") (binary_expression "*(long *)(param_2 + 0x48) == 0" (pointer_expression "*(long *)(param_2 + 0x48)" (* "*") (cast_expression "(long *)(param_2 + 0x48)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x48)" (( "(") (binary_expression "param_2 + 0x48" (identifier "param_2") (+ "+") (number_literal "0x48")) () ")")))) (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(*(int *)(param_2 + 0x50) == 0)" (( "(") (binary_expression "*(int *)(param_2 + 0x50) == 0" (pointer_expression "*(int *)(param_2 + 0x50)" (* "*") (cast_expression "(int *)(param_2 + 0x50)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x50)" (( "(") (binary_expression "param_2 + 0x50" (identifier "param_2") (+ "+") (number_literal "0x50")) () ")")))) (== "==") (number_literal "0")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "((*(byte *)(param_2 + 200) & 4) == 0)" (( "(") (binary_expression "(*(byte *)(param_2 + 200) & 4) == 0" (parenthesized_expression "(*(byte *)(param_2 + 200) & 4)" (( "(") (binary_expression "*(byte *)(param_2 + 200) & 4" (pointer_expression "*(byte *)(param_2 + 200)" (* "*") (cast_expression "(byte *)(param_2 + 200)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 200)" (( "(") (binary_expression "param_2 + 200" (identifier "param_2") (+ "+") (number_literal "200")) () ")")))) (& "&") (number_literal "4")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n *(byte *)(param_2 + 200) = *(byte *)(param_2 + 200) | 8;\n return;\n }" ({ "{") (expression_statement "*(byte *)(param_2 + 200) = *(byte *)(param_2 + 200) | 8;" (assignment_expression "*(byte *)(param_2 + 200) = *(byte *)(param_2 + 200) | 8" (pointer_expression "*(byte *)(param_2 + 200)" (* "*") (cast_expression "(byte *)(param_2 + 200)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 200)" (( "(") (binary_expression "param_2 + 200" (identifier "param_2") (+ "+") (number_literal "200")) () ")")))) (= "=") (binary_expression "*(byte *)(param_2 + 200) | 8" (pointer_expression "*(byte *)(param_2 + 200)" (* "*") (cast_expression "(byte *)(param_2 + 200)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 200)" (( "(") (binary_expression "param_2 + 200" (identifier "param_2") (+ "+") (number_literal "200")) () ")")))) (| "|") (number_literal "8"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_00352af0("../../gold/output.h",0xd25,"set_should_link_to_dynsym");" (call_expression "FUN_00352af0("../../gold/output.h",0xd25,"set_should_link_to_dynsym")" (identifier "FUN_00352af0") (argument_list "("../../gold/output.h",0xd25,"set_should_link_to_dynsym")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0xd25") (, ",") (string_literal ""set_should_link_to_dynsym"" (" """) (string_content "set_should_link_to_dynsym") (" """)) () ")"))) (; ";")) (} "}"))) |
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: void do_adjust_output_section(Output_data_reloc_base<9,_true,_64,_true>
* this, Output_section * os) */
void __thiscall
gold::var_1<9,var_2,_64,var_2>::do_adjust_output_section
(var_1<9,var_2,_64,var_2> *this,type_1 *os)
{
type_1 *extraout_RDX;
type_1 *this_1;
this_1 = os;
if ((os->field_0xca & 2) == 0) {
this_1 = (type_1 *)0x10;
this = (var_1<9,var_2,_64,var_2> *)os;
Output_section::var_3(os,0x10);
os = extraout_RDX;
}
if (parameters->doing_static_link_valid_ == false) {
/* WARNING: Subroutine does not return */
Parameters::var_4((type_2 *)this,(type_2 *)this_1);
}
if (parameters->doing_static_link_ != false) {
return;
}
if (((os->link_section_ == (type_3 *)0x0) && (os->link_ == 0)) && ((os->field_0xc8 & 4) == 0)
) {
os->field_0xc8 = os->field_0xc8 | 8;
return;
}
/* WARNING: Subroutine does not return */
var_5("../../gold/output.h",0xd25,"set_should_link_to_dynsym");
}
| 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: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (char_literal (escape_sequence)))) consequence: (compound_statement (return_statement))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (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,long param_2)
{
long extraout_RDX;
if ((*(byte *)(param_2 + 0xca) & 2) == 0) {
FUN_003c8b20(param_2,0x10);
param_2 = extraout_RDX;
}
if (PTR_DAT_0067cb08[0x20] == '\0') {
/* WARNING: Subroutine does not return */
FUN_003c8710();
}
if (PTR_DAT_0067cb08[0x21] != '\0') {
return;
}
if (((*(long *)(param_2 + 0x48) == 0) && (*(int *)(param_2 + 0x50) == 0)) &&
((*(byte *)(param_2 + 200) & 4) == 0)) {
*(byte *)(param_2 + 200) = *(byte *)(param_2 + 200) | 8;
return;
}
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.h",0xd25,"set_should_link_to_dynsym");
}
|
11_powerpc64le-linux-gnu-elfedit_and_powerpc64le-linux-gnu-elfedit_strip.c | bindtextdomain | bindtextdomain |
void bindtextdomain(void)
{
(*(code *)PTR_bindtextdomain_0010a058)();
return;
}
|
void bindtextdomain(void)
{
(*(code *)PTR_bindtextdomain_0010a058)();
return;
}
| JMP qword ptr [0x0010a058] | null | null | null | null | [('tmp_22', u'CAST_-1206968071'), (u'INDIRECT_-1206968076', u'COPY_-1206968135'), (u'CAST_-1206968071', u'CALLIND_-1206968136'), (u'CALLIND_-1206968136', u'INDIRECT_-1206968076'), ('const-0', u'RETURN_-1206968133')] | [('tmp_22', u'CAST_-1206968071'), (u'INDIRECT_-1206968076', u'COPY_-1206968135'), (u'CAST_-1206968071', u'CALLIND_-1206968136'), (u'CALLIND_-1206968136', u'INDIRECT_-1206968076'), ('const-0', u'RETURN_-1206968133')] | null | null | 001020b0 | x64 | O2 | (translation_unit "void bindtextdomain(void)\n\n{\n (*(code *)PTR_bindtextdomain_0010a058)();\n return;\n}\n\n" (function_definition "void bindtextdomain(void)\n\n{\n (*(code *)PTR_bindtextdomain_0010a058)();\n return;\n}" primitive_type (function_declarator "bindtextdomain(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bindtextdomain_0010a058)();\n return;\n}" { (expression_statement "(*(code *)PTR_bindtextdomain_0010a058)();" (call_expression "(*(code *)PTR_bindtextdomain_0010a058)()" (parenthesized_expression "(*(code *)PTR_bindtextdomain_0010a058)" ( (pointer_expression "*(code *)PTR_bindtextdomain_0010a058" * (cast_expression "(code *)PTR_bindtextdomain_0010a058" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void bindtextdomain(void)\n\n{\n (*(code *)PTR_bindtextdomain_0010a058)();\n return;\n}\n\n" (function_definition "void bindtextdomain(void)\n\n{\n (*(code *)PTR_bindtextdomain_0010a058)();\n return;\n}" primitive_type (function_declarator "bindtextdomain(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bindtextdomain_0010a058)();\n return;\n}" { (expression_statement "(*(code *)PTR_bindtextdomain_0010a058)();" (call_expression "(*(code *)PTR_bindtextdomain_0010a058)()" (parenthesized_expression "(*(code *)PTR_bindtextdomain_0010a058)" ( (pointer_expression "*(code *)PTR_bindtextdomain_0010a058" * (cast_expression "(code *)PTR_bindtextdomain_0010a058" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void bindtextdomain(void)\n\n{\n (*(code *)PTR_bindtextdomain_0010a058)();\n return;\n}\n\n" (function_definition "void bindtextdomain(void)\n\n{\n (*(code *)PTR_bindtextdomain_0010a058)();\n return;\n}" primitive_type (function_declarator "bindtextdomain(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bindtextdomain_0010a058)();\n return;\n}" { (expression_statement "(*(code *)PTR_bindtextdomain_0010a058)();" (call_expression "(*(code *)PTR_bindtextdomain_0010a058)()" (parenthesized_expression "(*(code *)PTR_bindtextdomain_0010a058)" ( (pointer_expression "*(code *)PTR_bindtextdomain_0010a058" * (cast_expression "(code *)PTR_bindtextdomain_0010a058" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) }))) | (function_definition "void bindtextdomain(void)\n\n{\n (*(code *)PTR_bindtextdomain_0010a058)();\n return;\n}" (primitive_type "void") (function_declarator "bindtextdomain(void)" (identifier "bindtextdomain") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_bindtextdomain_0010a058)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_bindtextdomain_0010a058)();" (call_expression "(*(code *)PTR_bindtextdomain_0010a058)()" (parenthesized_expression "(*(code *)PTR_bindtextdomain_0010a058)" (( "(") (pointer_expression "*(code *)PTR_bindtextdomain_0010a058" (* "*") (cast_expression "(code *)PTR_bindtextdomain_0010a058" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_bindtextdomain_0010a058"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
void function_1(void)
{
(*(type_1 *)PTR_bindtextdomain_0010a058)();
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_0010a058)();
return;
}
|
708_aarch64-linux-gnu-ld_and_aarch64-linux-gnu-ld_strip.c | gldaarch64elf32b_find_statement_assignment | FUN_0013a010 |
void gldaarch64elf32b_find_statement_assignment(lang_statement_union_type *s)
{
if ((s->header).type != lang_assignment_statement_enum) {
return;
}
gldaarch64elf32b_find_exp_assignment((etree_type *)(s->output_section_statement).children.head);
return;
}
|
void FUN_0013a010(long param_1)
{
if (*(int *)(param_1 + 8) != 1) {
return;
}
FUN_00139f10(*(undefined8 *)(param_1 + 0x10));
return;
}
| CMP dword ptr [RDI + 0x8],0x1
JZ 0x0013a020
RET
MOV RDI,qword ptr [RDI + 0x10]
JMP 0x00139f10 | null | null | null | null | [('const-0', u'RETURN_-1207132113'), (u'PTRSUB_-1207132023', u'PTRSUB_-1207132026'), ('const-8', u'PTRSUB_-1207132043'), (u'PTRSUB_-1207132026', u'PTRSUB_-1207132025'), (u'CAST_-1207132020', u'CALL_-1207132098'), ('const-433', u'LOAD_-1207132141'), ('const-0', u'RETURN_-1207132094'), (u'INT_NOTEQUAL_-1207132125', u'CBRANCH_-1207132123'), ('const-433', u'LOAD_-1207132109'), ('const-0', u'PTRSUB_-1207132040'), (u'PTRSUB_-1207132025', u'LOAD_-1207132109'), (u'PTRSUB_-1207132043', u'LOAD_-1207132141'), ('tmp_60', u'PTRSUB_-1207132040'), (u'PTRSUB_-1207132040', u'PTRSUB_-1207132043'), ('const-0', u'PTRSUB_-1207132025'), ('const-0', u'PTRSUB_-1207132023'), ('const-1', u'INT_NOTEQUAL_-1207132125'), ('tmp_34', u'CBRANCH_-1207132123'), ('tmp_60', u'PTRSUB_-1207132023'), (u'LOAD_-1207132141', u'INT_NOTEQUAL_-1207132125'), ('const-16', u'PTRSUB_-1207132026'), (u'LOAD_-1207132109', u'CAST_-1207132020')] | [('const-0', u'RETURN_-1207132113'), ('const-1', u'INT_NOTEQUAL_-1207132125'), ('const-0', u'RETURN_-1207132094'), (u'INT_ADD_-1207132125', u'CAST_-1207132045'), (u'INT_NOTEQUAL_-1207132125', u'CBRANCH_-1207132123'), (u'CAST_-1207132045', u'LOAD_-1207132141'), (u'LOAD_-1207132109', u'CALL_-1207132098'), ('const-16', u'INT_ADD_-1207132093'), ('const-8', u'INT_ADD_-1207132125'), ('tmp_90', u'INT_ADD_-1207132125'), ('tmp_34', u'CBRANCH_-1207132123'), (u'INT_ADD_-1207132093', u'CAST_-1207132028'), ('tmp_90', u'INT_ADD_-1207132093'), (u'LOAD_-1207132141', u'INT_NOTEQUAL_-1207132125'), ('const-433', u'LOAD_-1207132109'), ('const-433', u'LOAD_-1207132141'), (u'CAST_-1207132028', u'LOAD_-1207132109')] | null | null | 0013a010 | x64 | O2 | (translation_unit "void FUN_0013a010(long param_1)\n\n{\n if (*(int *)(param_1 + 8) != 1) {\n return;\n }\n FUN_00139f10(*(undefined8 *)(param_1 + 0x10));\n return;\n}\n\n" (function_definition "void FUN_0013a010(long param_1)\n\n{\n if (*(int *)(param_1 + 8) != 1) {\n return;\n }\n FUN_00139f10(*(undefined8 *)(param_1 + 0x10));\n return;\n}" primitive_type (function_declarator "FUN_0013a010(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n if (*(int *)(param_1 + 8) != 1) {\n return;\n }\n FUN_00139f10(*(undefined8 *)(param_1 + 0x10));\n return;\n}" { (if_statement "if (*(int *)(param_1 + 8) != 1) {\n return;\n }" if (parenthesized_expression "(*(int *)(param_1 + 8) != 1)" ( (binary_expression "*(int *)(param_1 + 8) != 1" (pointer_expression "*(int *)(param_1 + 8)" * (cast_expression "(int *)(param_1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_00139f10(*(undefined8 *)(param_1 + 0x10));" (call_expression "FUN_00139f10(*(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) )))) ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void gldaarch64elf32b_find_statement_assignment(lang_statement_union_type *s)\n\n{\n if ((s->header).type != lang_assignment_statement_enum) {\n return;\n }\n gldaarch64elf32b_find_exp_assignment((etree_type *)(s->output_section_statement).children.head);\n return;\n}\n\n" (function_definition "void gldaarch64elf32b_find_statement_assignment(lang_statement_union_type *s)\n\n{\n if ((s->header).type != lang_assignment_statement_enum) {\n return;\n }\n gldaarch64elf32b_find_exp_assignment((etree_type *)(s->output_section_statement).children.head);\n return;\n}" primitive_type (function_declarator "gldaarch64elf32b_find_statement_assignment(lang_statement_union_type *s)" identifier (parameter_list "(lang_statement_union_type *s)" ( (parameter_declaration "lang_statement_union_type *s" type_identifier (pointer_declarator "*s" * identifier)) ))) (compound_statement "{\n if ((s->header).type != lang_assignment_statement_enum) {\n return;\n }\n gldaarch64elf32b_find_exp_assignment((etree_type *)(s->output_section_statement).children.head);\n return;\n}" { (if_statement "if ((s->header).type != lang_assignment_statement_enum) {\n return;\n }" if (parenthesized_expression "((s->header).type != lang_assignment_statement_enum)" ( (binary_expression "(s->header).type != lang_assignment_statement_enum" (field_expression "(s->header).type" (parenthesized_expression "(s->header)" ( (field_expression "s->header" identifier -> field_identifier) )) . field_identifier) != identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "gldaarch64elf32b_find_exp_assignment((etree_type *)(s->output_section_statement).children.head);" (call_expression "gldaarch64elf32b_find_exp_assignment((etree_type *)(s->output_section_statement).children.head)" identifier (argument_list "((etree_type *)(s->output_section_statement).children.head)" ( (cast_expression "(etree_type *)(s->output_section_statement).children.head" ( (type_descriptor "etree_type *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "(s->output_section_statement).children.head" (field_expression "(s->output_section_statement).children" (parenthesized_expression "(s->output_section_statement)" ( (field_expression "s->output_section_statement" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void FUN_0013a010(long param_1)\n\n{\n if (*(int *)(param_1 + 8) != 1) {\n return;\n }\n FUN_00139f10(*(undefined8 *)(param_1 + 0x10));\n return;\n}\n\n" (function_definition "void FUN_0013a010(long param_1)\n\n{\n if (*(int *)(param_1 + 8) != 1) {\n return;\n }\n FUN_00139f10(*(undefined8 *)(param_1 + 0x10));\n return;\n}" primitive_type (function_declarator "FUN_0013a010(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n if (*(int *)(param_1 + 8) != 1) {\n return;\n }\n FUN_00139f10(*(undefined8 *)(param_1 + 0x10));\n return;\n}" { (if_statement "if (*(int *)(param_1 + 8) != 1) {\n return;\n }" if (parenthesized_expression "(*(int *)(param_1 + 8) != 1)" ( (binary_expression "*(int *)(param_1 + 8) != 1" (pointer_expression "*(int *)(param_1 + 8)" * (cast_expression "(int *)(param_1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_00139f10(*(undefined8 *)(param_1 + 0x10));" (call_expression "FUN_00139f10(*(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) )))) ))) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (compound_statement { (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_0013a010(long param_1)\n\n{\n if (*(int *)(param_1 + 8) != 1) {\n return;\n }\n FUN_00139f10(*(undefined8 *)(param_1 + 0x10));\n return;\n}" (primitive_type "void") (function_declarator "FUN_0013a010(long param_1)" (identifier "FUN_0013a010") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n if (*(int *)(param_1 + 8) != 1) {\n return;\n }\n FUN_00139f10(*(undefined8 *)(param_1 + 0x10));\n return;\n}" ({ "{") (if_statement "if (*(int *)(param_1 + 8) != 1) {\n return;\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 8) != 1)" (( "(") (binary_expression "*(int *)(param_1 + 8) != 1" (pointer_expression "*(int *)(param_1 + 8)" (* "*") (cast_expression "(int *)(param_1 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (!= "!=") (number_literal "1")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_00139f10(*(undefined8 *)(param_1 + 0x10));" (call_expression "FUN_00139f10(*(undefined8 *)(param_1 + 0x10))" (identifier "FUN_00139f10") (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")) () ")")))) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
void function_1(type_1 *s)
{
if ((s->header).type != var_1) {
return;
}
var_2((type_2 *)(s->output_section_statement).children.head);
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 (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (return_statement))) (expression_statement (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)))))))) (return_statement)))) | null |
void MASKED(long param_1)
{
if (*(int *)(param_1 + 8) != 1) {
return;
}
FUN_00139f10(*(undefined8 *)(param_1 + 0x10));
return;
}
|
5738_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c | do_gc_process_relocs | FUN_00243f90 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void do_gc_process_relocs(Sized_relobj_file<32,_false> * this,
Symbol_table * symtab, Layout * layout, Read_relocs_data * rd) */
void __thiscall
gold::Sized_relobj_file<32,_false>::do_gc_process_relocs
(Sized_relobj_file<32,_false> *this,Symbol_table *symtab,Layout *layout,
Read_relocs_data *rd)
{
Target *pTVar1;
pointer pSVar2;
General_options *pGVar3;
File_view *pFVar4;
pTVar1 = parameters->target_;
if (pTVar1 == (Target *)0x0) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/parameters.h",0x73,"sized_target");
}
pFVar4 = rd->local_symbols;
if (pFVar4 != (File_view *)0x0) {
pFVar4 = (File_view *)pFVar4->data_;
}
pSVar2 = (rd->relocs).
super__Vector_base<gold::Section_relocs,_std::allocator<gold::Section_relocs>_>._M_impl.
_M_start;
if (pSVar2 != (rd->relocs).
super__Vector_base<gold::Section_relocs,_std::allocator<gold::Section_relocs>_>.
_M_impl._M_finish) {
pGVar3 = parameters->options_;
while( true ) {
if (pGVar3 == (General_options *)0x0) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/parameters.h",0x5c,"options");
}
if (((pGVar3->relocatable_).value == false) && (pSVar2->is_data_section_allocated != false)) {
(**(code **)(*(long *)pTVar1 + 0x160))
(pTVar1,symtab,layout,this,pSVar2->data_shndx,pSVar2->sh_type,
pSVar2->contents->data_,pSVar2->reloc_count,pSVar2->output_section,
pSVar2->needs_special_offset_handling,this->local_symbol_count_,pFVar4);
}
if ((rd->relocs).
super__Vector_base<gold::Section_relocs,_std::allocator<gold::Section_relocs>_>._M_impl.
_M_finish == pSVar2 + 1) break;
pGVar3 = parameters->options_;
pSVar2 = pSVar2 + 1;
}
}
return;
}
|
void FUN_00243f90(long param_1,undefined8 param_2,undefined8 param_3,long *param_4)
{
long *plVar1;
long lVar2;
long lVar3;
long lVar4;
plVar1 = *(long **)(PTR_DAT_0043e6b0 + 0x18);
if (plVar1 == (long *)0x0) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");
}
lVar4 = param_4[3];
if (lVar4 != 0) {
lVar4 = *(long *)(lVar4 + 0x10);
}
if (*param_4 != param_4[1]) {
lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);
lVar3 = *param_4;
while( true ) {
if (lVar2 == 0) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/parameters.h",0x5c,"options");
}
if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {
(**(code **)(*plVar1 + 0x160))
(plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),
*(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),
*(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),
*(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);
}
if (param_4[1] == lVar3 + 0x30) break;
lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);
lVar3 = lVar3 + 0x30;
}
}
return;
}
| PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x18
MOV RAX,qword ptr [0x0043e6b0]
MOV qword ptr [RSP + 0x8],RSI
MOV R15,qword ptr [RAX + 0x18]
TEST R15,R15
JZ 0x0024407f
MOV RBP,qword ptr [RCX + 0x18]
MOV R12,RDI
MOV R13,RDX
MOV R14,RCX
TEST RBP,RBP
JZ 0x00243fcd
MOV RBP,qword ptr [RBP + 0x10]
MOV RBX,qword ptr [R14]
CMP RBX,qword ptr [R14 + 0x8]
JZ 0x00244058
MOV RAX,qword ptr [RAX + 0x10]
TEST RAX,RAX
JZ 0x00244067
ADD RBX,0x30
JMP 0x00244004
MOV RAX,qword ptr [0x0043e6b0]
ADD RBX,0x30
MOV RAX,qword ptr [RAX + 0x10]
TEST RAX,RAX
JZ 0x00244067
CMP byte ptr [RAX + 0x5051],0x0
JNZ 0x00244052
CMP byte ptr [RBX + -0x7],0x0
JZ 0x00244052
MOV R9D,dword ptr [RBX + -0x20]
MOV R8D,dword ptr [RBX + -0x2c]
MOV RCX,R12
MOV RDI,R15
MOV EDX,dword ptr [R12 + 0x120]
MOV RAX,qword ptr [R15]
PUSH RBP
PUSH RDX
MOVZX EDX,byte ptr [RBX + -0x8]
PUSH RDX
MOV RDX,qword ptr [RBX + -0x28]
PUSH qword ptr [RBX + -0x10]
PUSH qword ptr [RBX + -0x18]
PUSH qword ptr [RDX + 0x10]
MOV RDX,R13
MOV RSI,qword ptr [RSP + 0x38]
CALL qword ptr [RAX + 0x160]
ADD RSP,0x30
CMP qword ptr [R14 + 0x8],RBX
JNZ 0x00243ff0
ADD RSP,0x18
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
LEA RDX,[0x384098]
MOV ESI,0x5c
LEA RDI,[0x3726d0]
CALL 0x0017c650
LEA RDX,[0x384018]
MOV ESI,0x73
LEA RDI,[0x3726d0]
CALL 0x0017c650 | null | null | null | null | [('const-433', u'LOAD_-1204076530'), (u'PTRSUB_-1204075832', u'PTRSUB_-1204075811'), (u'LOAD_-1204076570', u'MULTIEQUAL_-1204076132'), ('const-433', u'LOAD_-1204076436'), (u'INDIRECT_-1204075849', u'COPY_-1204075907'), (u'PTRSUB_-1204075931', u'LOAD_-1204076596'), (u'COPY_-1204075864', u'MULTIEQUAL_-1204075860'), ('const-433', u'LOAD_-1204076292'), ('const-433', u'LOAD_-1204076310'), (u'LOAD_-1204076596', u'CALLIND_-1204076280'), ('tmp_756', u'PTRSUB_-1204075743'), (u'INT_ADD_-1204076274', u'CAST_-1204075728'), ('const-352', u'INT_ADD_-1204076274'), ('const-48', u'PTRADD_-1204075864'), (u'MULTIEQUAL_-1204075860', u'PTRSUB_-1204075821'), ('const-16', u'PTRSUB_-1204075877'), ('const-0', u'PTRSUB_-1204075856'), ('const-433', u'LOAD_-1204076345'), (u'LOAD_-1204076536', u'CAST_-1204075857'), (u'LOAD_-1204076570', u'INT_NOTEQUAL_-1204076538'), (u'COPY_-1204075898', u'MULTIEQUAL_-1204075860'), ('const-24', u'PTRSUB_-1204075931'), ('const-0', u'PTRSUB_-1204075865'), ('const-433', u'LOAD_-1204076370'), (u'LOAD_-1204076386', u'CALLIND_-1204076280'), (u'LOAD_-1204076333', u'PTRSUB_-1204075765'), (u'LOAD_-1204076359', u'INT_ADD_-1204076274'), (u'PTRSUB_-1204075865', u'PTRSUB_-1204075857'), (u'PTRSUB_-1204075811', u'LOAD_-1204076436'), ('const-0', u'PTRSUB_-1204075869'), (u'PTRSUB_-1204075732', u'PTRSUB_-1204075725'), (u'INT_NOTEQUAL_-1204076538', u'CBRANCH_-1204076537'), (u'MULTIEQUAL_-1204075886', u'MULTIEQUAL_-1204075857'), ('const-0', u'INT_NOTEQUAL_-1204076538'), ('tmp_1925', u'MULTIEQUAL_-1204075857'), (u'LOAD_-1204076310', u'CALLIND_-1204076280'), ('tmp_1925', u'MULTIEQUAL_-1204075879'), ('const-0', u'INT_EQUAL_-1204076421'), ('const-8', u'PTRSUB_-1204075852'), (u'MULTIEQUAL_-1204075860', u'PTRSUB_-1204075814'), ('const-8', u'PTRSUB_-1204075721'), ('const-0', u'INT_NOTEQUAL_-1204076397'), ('tmp_753', u'PTRSUB_-1204075798'), (u'PTRSUB_-1204075861', u'PTRSUB_-1204075856'), (u'PTRSUB_-1204075842', u'LOAD_-1204076292'), (u'CAST_-1204075857', u'MULTIEQUAL_-1204076132'), (u'PTRSUB_-1204075852', u'LOAD_-1204076524'), (u'COPY_-1204075792', u'CALL_-1204076143'), (u'CALL_-1204076111', u'INDIRECT_-1204075827'), (u'INT_EQUAL_-1204076577', u'CBRANCH_-1204076575'), (u'COPY_-1204075789', u'CALL_-1204076143'), ('const-433', u'LOAD_-1204076501'), ('const-41', u'PTRSUB_-1204075821'), (u'PTRSUB_-1204075869', u'PTRSUB_-1204075861'), (u'LOAD_-1204076370', u'CALLIND_-1204076280'), ('const-433', u'LOAD_-1204076386'), (u'LOAD_-1204076530', u'INT_NOTEQUAL_-1204076508'), (u'CAST_-1204075760', u'LOAD_-1204076359'), ('const-0', u'PTRSUB_-1204075889'), (u'PTRSUB_-1204075814', u'LOAD_-1204076394'), (u'INT_EQUAL_-1204076250', u'CBRANCH_-1204076246'), (u'PTRSUB_-1204075721', u'LOAD_-1204076265'), (u'LOAD_-1204076596', u'INT_EQUAL_-1204076577'), (u'PTRADD_-1204075864', u'COPY_-1204075864'), ('tmp_304', u'CBRANCH_-1204076414'), ('const-433', u'LOAD_-1204076265'), ('const-1', u'RETURN_-1204076106'), ('tmp_756', u'PTRSUB_-1204075917'), (u'PTRSUB_-1204075893', u'PTRSUB_-1204075869'), (u'LOAD_-1204076345', u'CALLIND_-1204076280'), (u'MULTIEQUAL_-1204075886', u'MULTIEQUAL_-1204075879'), ('const-3686552', u'COPY_-1204075789'), ('tmp_755', u'CALLIND_-1204076280'), (u'LOAD_-1204076570', u'PTRSUB_-1204075898'), (u'PTRSUB_-1204075769', u'LOAD_-1204076318'), (u'MULTIEQUAL_-1204075859', u'INT_EQUAL_-1204076482'), ('const-0', u'PTRSUB_-1204075893'), ('const-4', u'PTRSUB_-1204075809'), (u'PTRSUB_-1204075784', u'LOAD_-1204076345'), ('const-433', u'LOAD_-1204076290'), ('tmp_239', u'CBRANCH_-1204076480'), (u'CALL_-1204076143', u'INDIRECT_-1204075849'), (u'PTRSUB_-1204075743', u'PTRSUB_-1204075732'), ('const-433', u'LOAD_-1204076413'), ('const-433', u'LOAD_-1204076524'), (u'PTRSUB_-1204075856', u'LOAD_-1204076530'), ('const-16', u'PTRSUB_-1204075765'), ('tmp_156', u'CBRANCH_-1204076537'), ('const-0', u'PTRSUB_-1204075732'), (u'LOAD_-1204076326', u'CALLIND_-1204076280'), ('const-97', u'PTRSUB_-1204075811'), (u'LOAD_-1204076318', u'CALLIND_-1204076280'), (u'INDIRECT_-1204075827', u'COPY_-1204075882'), (u'INT_NOTEQUAL_-1204076508', u'CBRANCH_-1204076506'), ('tmp_1925', u'PTRSUB_-1204075931'), (u'LOAD_-1204076436', u'INT_EQUAL_-1204076421'), (u'MULTIEQUAL_-1204075860', u'PTRSUB_-1204075784'), (u'LOAD_-1204076394', u'CALLIND_-1204076280'), (u'MULTIEQUAL_-1204075860', u'PTRSUB_-1204075769'), (u'LOAD_-1204076530', u'COPY_-1204075898'), ('const-0', u'INT_EQUAL_-1204076577'), ('tmp_340', u'CBRANCH_-1204076395'), (u'INT_NOTEQUAL_-1204076397', u'CBRANCH_-1204076395'), ('const-288', u'PTRSUB_-1204075798'), ('const-3614416', u'COPY_-1204075792'), ('const-433', u'LOAD_-1204076326'), (u'MULTIEQUAL_-1204075879', u'COPY_-1204075928'), ('const-3686424', u'COPY_-1204075766'), ('const-433', u'LOAD_-1204076570'), (u'MULTIEQUAL_-1204075886', u'PTRSUB_-1204075842'), ('const-433', u'LOAD_-1204076359'), ('tmp_205', u'CBRANCH_-1204076506'), (u'LOAD_-1204076501', u'MULTIEQUAL_-1204075859'), (u'LOAD_-1204076596', u'CAST_-1204075760'), (u'MULTIEQUAL_-1204075860', u'PTRADD_-1204075864'), (u'PTRSUB_-1204075898', u'LOAD_-1204076536'), ('const-433', u'LOAD_-1204076394'), ('const-1', u'RETURN_-1204076138'), ('const-3614416', u'COPY_-1204075767'), (u'PTRSUB_-1204075821', u'LOAD_-1204076413'), ('const-20464', u'PTRSUB_-1204075832'), (u'COPY_-1204075766', u'CALL_-1204076111'), (u'INT_EQUAL_-1204076421', u'CBRANCH_-1204076414'), (u'LOAD_-1204076413', u'INT_NOTEQUAL_-1204076397'), (u'LOAD_-1204076265', u'INT_EQUAL_-1204076250'), ('const-433', u'LOAD_-1204076333'), (u'CALLIND_-1204076280', u'INDIRECT_-1204075900'), ('tmp_753', u'CALLIND_-1204076280'), (u'MULTIEQUAL_-1204075857', u'MULTIEQUAL_-1204075886'), ('const-40', u'PTRSUB_-1204075784'), (u'MULTIEQUAL_-1204075859', u'PTRSUB_-1204075832'), (u'LOAD_-1204076292', u'MULTIEQUAL_-1204075859'), ('const-24', u'PTRSUB_-1204075769'), (u'PTRSUB_-1204075725', u'PTRSUB_-1204075721'), ('const-32', u'PTRSUB_-1204075773'), ('tmp_1925', u'PTRSUB_-1204075877'), (u'MULTIEQUAL_-1204075860', u'PTRSUB_-1204075809'), ('const-16', u'PTRSUB_-1204075842'), ('const-0', u'INT_EQUAL_-1204076482'), (u'PTRSUB_-1204075809', u'LOAD_-1204076386'), ('const-8', u'PTRSUB_-1204075778'), (u'PTRADD_-1204075864', u'INT_EQUAL_-1204076250'), ('const-0', u'PTRSUB_-1204075861'), ('const-433', u'LOAD_-1204076318'), (u'PTRSUB_-1204075798', u'LOAD_-1204076370'), ('tmp_116', u'CBRANCH_-1204076575'), ('const-0', u'RETURN_-1204076189'), ('const-16', u'PTRSUB_-1204075898'), ('const-16', u'PTRSUB_-1204075814'), (u'LOAD_-1204076290', u'CALLIND_-1204076280'), (u'PTRSUB_-1204075889', u'PTRSUB_-1204075865'), (u'INDIRECT_-1204075900', u'MULTIEQUAL_-1204075886'), ('tmp_754', u'CALLIND_-1204076280'), ('const-433', u'LOAD_-1204076536'), (u'COPY_-1204075767', u'CALL_-1204076111'), (u'PTRSUB_-1204075773', u'LOAD_-1204076326'), ('const-433', u'LOAD_-1204076596'), ('const-0', u'PTRSUB_-1204075743'), (u'PTRSUB_-1204075917', u'LOAD_-1204076570'), (u'MULTIEQUAL_-1204075860', u'PTRSUB_-1204075778'), ('const-92', u'CALL_-1204076143'), ('const-1', u'PTRADD_-1204075864'), (u'PTRSUB_-1204075778', u'LOAD_-1204076333'), (u'MULTIEQUAL_-1204075860', u'PTRSUB_-1204075773'), (u'PTRSUB_-1204075877', u'LOAD_-1204076501'), (u'CAST_-1204075728', u'LOAD_-1204076290'), ('const-115', u'CALL_-1204076111'), ('tmp_756', u'PTRSUB_-1204075889'), (u'PTRSUB_-1204075765', u'LOAD_-1204076310'), (u'PTRSUB_-1204075857', u'PTRSUB_-1204075852'), (u'MULTIEQUAL_-1204076132', u'CALLIND_-1204076280'), ('const-0', u'PTRSUB_-1204075725'), ('const-0', u'PTRSUB_-1204075857'), ('tmp_552', u'CBRANCH_-1204076246'), (u'LOAD_-1204076524', u'INT_NOTEQUAL_-1204076508'), (u'INT_EQUAL_-1204076482', u'CBRANCH_-1204076480'), ('tmp_756', u'PTRSUB_-1204075893'), ('const-24', u'PTRSUB_-1204075917')] | [(u'LOAD_-1204076570', u'MULTIEQUAL_-1204076132'), ('const-433', u'LOAD_-1204076413'), (u'CALL_-1204076111', u'INDIRECT_-1204075829'), (u'CAST_-1204075808', u'LOAD_-1204076386'), (u'INDIRECT_-1204075902', u'MULTIEQUAL_-1204075888'), ('const-433', u'LOAD_-1204076596'), (u'MULTIEQUAL_-1204075881', u'INT_ADD_-1204076317'), (u'CAST_-1204075783', u'LOAD_-1204076345'), (u'CALL_-1204076143', u'INDIRECT_-1204075851'), (u'INT_ADD_-1204076520', u'CAST_-1204075891'), (u'LOAD_-1204076596', u'CALLIND_-1204076280'), (u'INT_ADD_-1204076354', u'CAST_-1204075797'), ('tmp_1938', u'PTRADD_-1204076534'), (u'MULTIEQUAL_-1204075881', u'INT_ADD_-1204076302'), ('const-115', u'CALL_-1204076111'), ('const-433', u'LOAD_-1204076536'), ('const-433', u'LOAD_-1204076290'), (u'INT_ADD_-1204076274', u'CAST_-1204075752'), ('const-3686424', u'COPY_-1204075768'), ('const-24', u'INT_ADD_-1204076302'), ('const-352', u'INT_ADD_-1204076274'), (u'MULTIEQUAL_-1204075880', u'INT_EQUAL_-1204076482'), ('const-20561', u'INT_ADD_-1204076420'), ('const-48', u'INT_ADD_-1204076457'), (u'LOAD_-1204076570', u'INT_NOTEQUAL_-1204076538'), ('tmp_1393', u'INT_ADD_-1204076354'), ('const-433', u'LOAD_-1204076370'), (u'LOAD_-1204076386', u'CALLIND_-1204076280'), ('const-433', u'LOAD_-1204076359'), (u'LOAD_-1204076359', u'INT_ADD_-1204076274'), (u'CAST_-1204075820', u'LOAD_-1204076413'), ('const-16', u'INT_ADD_-1204076294'), ('const-0', u'INT_EQUAL_-1204076421'), (u'INT_NOTEQUAL_-1204076538', u'CBRANCH_-1204076537'), (u'MULTIEQUAL_-1204075881', u'INT_ADD_-1204076310'), ('const-92', u'CALL_-1204076143'), ('const-433', u'LOAD_-1204076386'), ('const-40', u'INT_ADD_-1204076329'), ('const-0', u'INT_NOTEQUAL_-1204076538'), ('const-433', u'LOAD_-1204076436'), ('const-433', u'LOAD_-1204076394'), ('tmp_1394', u'CALLIND_-1204076280'), (u'MULTIEQUAL_-1204075881', u'INT_ADD_-1204076378'), (u'LOAD_-1204076310', u'CALLIND_-1204076280'), ('const-1', u'PTRADD_-1204076534'), ('const-41', u'INT_ADD_-1204076397'), (u'CAST_-1204075797', u'LOAD_-1204076370'), (u'LOAD_-1204076596', u'LOAD_-1204076359'), ('const-8', u'PTRADD_-1204075764'), ('tmp_1388', u'CALLIND_-1204076280'), (u'COPY_-1204075794', u'CALL_-1204076143'), (u'INT_EQUAL_-1204076577', u'CBRANCH_-1204076575'), (u'COPY_-1204075768', u'CALL_-1204076111'), (u'INT_ADD_-1204076457', u'COPY_-1204075899'), (u'LOAD_-1204076370', u'CALLIND_-1204076280'), (u'LOAD_-1204076530', u'INT_NOTEQUAL_-1204076508'), (u'MULTIEQUAL_-1204075880', u'INT_ADD_-1204076420'), ('tmp_1938', u'MULTIEQUAL_-1204075881'), (u'INT_EQUAL_-1204076250', u'CBRANCH_-1204076246'), (u'MULTIEQUAL_-1204075888', u'MULTIEQUAL_-1204075881'), (u'INT_ADD_-1204076302', u'CAST_-1204075768'), (u'LOAD_-1204076596', u'INT_EQUAL_-1204076577'), ('tmp_304', u'CBRANCH_-1204076414'), ('const-16', u'INT_ADD_-1204076378'), (u'CAST_-1204075777', u'LOAD_-1204076333'), (u'INT_ADD_-1204076310', u'CAST_-1204075772'), (u'INT_ADD_-1204076370', u'CAST_-1204075808'), ('const-1', u'RETURN_-1204076106'), (u'INT_ADD_-1204076317', u'CAST_-1204075777'), ('const-32', u'INT_ADD_-1204076310'), (u'MULTIEQUAL_-1204075881', u'INT_ADD_-1204076370'), (u'LOAD_-1204076345', u'CALLIND_-1204076280'), (u'INT_ADD_-1204076378', u'CAST_-1204075813'), ('const-433', u'LOAD_-1204076326'), (u'MULTIEQUAL_-1204075881', u'COPY_-1204075930'), ('tmp_1389', u'PTRADD_-1204075764'), ('const-3', u'PTRADD_-1204075921'), (u'LOAD_-1204076536', u'MULTIEQUAL_-1204076132'), ('tmp_239', u'CBRANCH_-1204076480'), (u'CALLIND_-1204076280', u'INDIRECT_-1204075902'), (u'PTRADD_-1204076534', u'CAST_-1204075923'), ('const-24', u'PTRADD_-1204076534'), ('tmp_156', u'CBRANCH_-1204076537'), (u'CAST_-1204075891', u'LOAD_-1204076536'), (u'LOAD_-1204076326', u'CALLIND_-1204076280'), ('const-433', u'LOAD_-1204076310'), ('const-433', u'LOAD_-1204076570'), (u'LOAD_-1204076318', u'CALLIND_-1204076280'), (u'INT_NOTEQUAL_-1204076508', u'CBRANCH_-1204076506'), ('const-288', u'INT_ADD_-1204076354'), (u'INDIRECT_-1204075829', u'COPY_-1204075884'), ('const-1', u'PTRADD_-1204075895'), (u'LOAD_-1204076436', u'INT_EQUAL_-1204076421'), (u'LOAD_-1204076394', u'CALLIND_-1204076280'), (u'LOAD_-1204076570', u'INT_ADD_-1204076520'), ('const-16', u'INT_ADD_-1204076520'), ('const-3686552', u'COPY_-1204075791'), (u'CAST_-1204075768', u'LOAD_-1204076318'), (u'PTRADD_-1204075895', u'LOAD_-1204076524'), ('const-16', u'PTRADD_-1204076230'), (u'INT_ADD_-1204076397', u'CAST_-1204075820'), ('tmp_1389', u'PTRADD_-1204075895'), ('const-0', u'INT_EQUAL_-1204076577'), ('tmp_340', u'CBRANCH_-1204076395'), (u'INT_NOTEQUAL_-1204076397', u'CBRANCH_-1204076395'), ('const-433', u'LOAD_-1204076265'), (u'MULTIEQUAL_-1204075881', u'INT_ADD_-1204076397'), (u'INT_ADD_-1204076329', u'CAST_-1204075783'), ('tmp_1389', u'PTRADD_-1204075921'), (u'INT_ADD_-1204076294', u'CAST_-1204075764'), (u'PTRADD_-1204075764', u'LOAD_-1204076265'), (u'INDIRECT_-1204075851', u'COPY_-1204075909'), (u'INT_ADD_-1204076420', u'CAST_-1204075830'), ('const-8', u'PTRADD_-1204075921'), ('const-8', u'PTRADD_-1204075895'), (u'COPY_-1204075769', u'CALL_-1204076111'), ('tmp_205', u'CBRANCH_-1204076506'), (u'CAST_-1204075752', u'LOAD_-1204076290'), ('const-3614416', u'COPY_-1204075769'), (u'LOAD_-1204076501', u'MULTIEQUAL_-1204075880'), ('const-1', u'RETURN_-1204076138'), ('const-4', u'INT_ADD_-1204076370'), ('const-433', u'LOAD_-1204076524'), (u'INT_EQUAL_-1204076421', u'CBRANCH_-1204076414'), (u'MULTIEQUAL_-1204075888', u'PTRADD_-1204076230'), ('const-433', u'LOAD_-1204076501'), (u'LOAD_-1204076413', u'INT_NOTEQUAL_-1204076397'), (u'LOAD_-1204076265', u'INT_EQUAL_-1204076250'), ('tmp_1938', u'PTRADD_-1204076439'), (u'PTRADD_-1204076439', u'CAST_-1204075873'), ('const-1', u'PTRADD_-1204076230'), ('const-8', u'INT_ADD_-1204076317'), (u'COPY_-1204075791', u'CALL_-1204076143'), (u'CAST_-1204075873', u'LOAD_-1204076501'), ('const-0', u'INT_NOTEQUAL_-1204076397'), (u'CAST_-1204075772', u'LOAD_-1204076326'), ('const-3614416', u'COPY_-1204075794'), (u'CAST_-1204075813', u'LOAD_-1204076394'), ('const-0', u'INT_EQUAL_-1204076482'), ('const-16', u'PTRADD_-1204076439'), (u'CAST_-1204075764', u'LOAD_-1204076310'), ('tmp_1938', u'MULTIEQUAL_-1204075878'), ('const-1', u'PTRADD_-1204076439'), (u'LOAD_-1204076530', u'COPY_-1204075933'), ('tmp_116', u'CBRANCH_-1204076575'), (u'MULTIEQUAL_-1204075878', u'MULTIEQUAL_-1204075888'), ('const-0', u'RETURN_-1204076189'), ('tmp_1389', u'LOAD_-1204076530'), ('const-1', u'PTRADD_-1204075764'), (u'INT_ADD_-1204076457', u'INT_EQUAL_-1204076250'), (u'LOAD_-1204076290', u'CALLIND_-1204076280'), (u'COPY_-1204075899', u'MULTIEQUAL_-1204075881'), (u'PTRADD_-1204076230', u'CAST_-1204075828'), ('tmp_1393', u'CALLIND_-1204076280'), (u'LOAD_-1204076292', u'MULTIEQUAL_-1204075880'), (u'COPY_-1204075933', u'MULTIEQUAL_-1204075881'), ('const-433', u'LOAD_-1204076292'), ('const-433', u'LOAD_-1204076345'), (u'MULTIEQUAL_-1204075881', u'INT_ADD_-1204076457'), ('const-433', u'LOAD_-1204076530'), (u'CAST_-1204075828', u'LOAD_-1204076292'), ('const-433', u'LOAD_-1204076333'), ('const-433', u'LOAD_-1204076318'), (u'PTRADD_-1204075921', u'LOAD_-1204076570'), (u'LOAD_-1204076333', u'INT_ADD_-1204076294'), (u'MULTIEQUAL_-1204076132', u'CALLIND_-1204076280'), (u'MULTIEQUAL_-1204075881', u'INT_ADD_-1204076329'), (u'MULTIEQUAL_-1204075888', u'MULTIEQUAL_-1204075878'), (u'CAST_-1204075830', u'LOAD_-1204076436'), (u'CAST_-1204075923', u'LOAD_-1204076596'), ('tmp_552', u'CBRANCH_-1204076246'), (u'LOAD_-1204076524', u'INT_NOTEQUAL_-1204076508'), (u'INT_EQUAL_-1204076482', u'CBRANCH_-1204076480')] | null | null | 00243f90 | x64 | O2 | (translation_unit "void FUN_00243f90(long param_1,undefined8 param_2,undefined8 param_3,long *param_4)\n\n{\n long *plVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n \n plVar1 = *(long **)(PTR_DAT_0043e6b0 + 0x18);\n if (plVar1 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");\n }\n lVar4 = param_4[3];\n if (lVar4 != 0) {\n lVar4 = *(long *)(lVar4 + 0x10);\n }\n if (*param_4 != param_4[1]) {\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = *param_4;\n while( true ) {\n if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }\n }\n return;\n}\n\n" (function_definition "void FUN_00243f90(long param_1,undefined8 param_2,undefined8 param_3,long *param_4)\n\n{\n long *plVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n \n plVar1 = *(long **)(PTR_DAT_0043e6b0 + 0x18);\n if (plVar1 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");\n }\n lVar4 = param_4[3];\n if (lVar4 != 0) {\n lVar4 = *(long *)(lVar4 + 0x10);\n }\n if (*param_4 != param_4[1]) {\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = *param_4;\n while( true ) {\n if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_00243f90(long param_1,undefined8 param_2,undefined8 param_3,long *param_4)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,long *param_4)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "long *param_4" (sized_type_specifier "long" long) (pointer_declarator "*param_4" * identifier)) ))) (compound_statement "{\n long *plVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n \n plVar1 = *(long **)(PTR_DAT_0043e6b0 + 0x18);\n if (plVar1 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");\n }\n lVar4 = param_4[3];\n if (lVar4 != 0) {\n lVar4 = *(long *)(lVar4 + 0x10);\n }\n if (*param_4 != param_4[1]) {\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = *param_4;\n while( true ) {\n if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }\n }\n return;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (expression_statement "plVar1 = *(long **)(PTR_DAT_0043e6b0 + 0x18);" (assignment_expression "plVar1 = *(long **)(PTR_DAT_0043e6b0 + 0x18)" identifier = (pointer_expression "*(long **)(PTR_DAT_0043e6b0 + 0x18)" * (cast_expression "(long **)(PTR_DAT_0043e6b0 + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x18)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if (plVar1 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");\n }" if (parenthesized_expression "(plVar1 == (long *)0x0)" ( (binary_expression "plVar1 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");\n }" { comment (expression_statement "FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");" (call_expression "FUN_0017c650("../../gold/parameters.h",0x73,"sized_target")" identifier (argument_list "("../../gold/parameters.h",0x73,"sized_target")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""sized_target"" " string_content ") ))) ;) })) (expression_statement "lVar4 = param_4[3];" (assignment_expression "lVar4 = param_4[3]" identifier = (subscript_expression "param_4[3]" identifier [ number_literal ])) ;) (if_statement "if (lVar4 != 0) {\n lVar4 = *(long *)(lVar4 + 0x10);\n }" if (parenthesized_expression "(lVar4 != 0)" ( (binary_expression "lVar4 != 0" identifier != number_literal) )) (compound_statement "{\n lVar4 = *(long *)(lVar4 + 0x10);\n }" { (expression_statement "lVar4 = *(long *)(lVar4 + 0x10);" (assignment_expression "lVar4 = *(long *)(lVar4 + 0x10)" identifier = (pointer_expression "*(long *)(lVar4 + 0x10)" * (cast_expression "(long *)(lVar4 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x10)" ( (binary_expression "lVar4 + 0x10" identifier + number_literal) ))))) ;) })) (if_statement "if (*param_4 != param_4[1]) {\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = *param_4;\n while( true ) {\n if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }\n }" if (parenthesized_expression "(*param_4 != param_4[1])" ( (binary_expression "*param_4 != param_4[1]" (pointer_expression "*param_4" * identifier) != (subscript_expression "param_4[1]" identifier [ number_literal ])) )) (compound_statement "{\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = *param_4;\n while( true ) {\n if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }\n }" { (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) ))))) ;) (expression_statement "lVar3 = *param_4;" (assignment_expression "lVar3 = *param_4" identifier = (pointer_expression "*param_4" * identifier)) ;) (while_statement "while( true ) {\n if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }" { (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 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }" if (parenthesized_expression "((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0'))" ( (binary_expression "(*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')" (parenthesized_expression "(*(char *)(lVar2 + 0x5051) == '\0')" ( (binary_expression "*(char *)(lVar2 + 0x5051) == '\0'" (pointer_expression "*(char *)(lVar2 + 0x5051)" * (cast_expression "(char *)(lVar2 + 0x5051)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x5051)" ( (binary_expression "lVar2 + 0x5051" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(*(char *)(lVar3 + 0x29) != '\0')" ( (binary_expression "*(char *)(lVar3 + 0x29) != '\0'" (pointer_expression "*(char *)(lVar3 + 0x29)" * (cast_expression "(char *)(lVar3 + 0x29)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x29)" ( (binary_expression "lVar3 + 0x29" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n (**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }" { (expression_statement "(**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);" (call_expression "(**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4)" (parenthesized_expression "(**(code **)(*plVar1 + 0x160))" ( (pointer_expression "**(code **)(*plVar1 + 0x160)" * (pointer_expression "*(code **)(*plVar1 + 0x160)" * (cast_expression "(code **)(*plVar1 + 0x160)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0x160)" ( (binary_expression "*plVar1 + 0x160" (pointer_expression "*plVar1" * identifier) + number_literal) ))))) )) (argument_list "(plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4)" ( identifier , identifier , identifier , identifier , (pointer_expression "*(undefined4 *)(lVar3 + 4)" * (cast_expression "(undefined4 *)(lVar3 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 4)" ( (binary_expression "lVar3 + 4" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(lVar3 + 0x10)" * (cast_expression "(undefined4 *)(lVar3 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x10)" ( (binary_expression "lVar3 + 0x10" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10)" * (cast_expression "(undefined8 *)(*(long *)(lVar3 + 8) + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar3 + 8) + 0x10)" ( (binary_expression "*(long *)(lVar3 + 8) + 0x10" (pointer_expression "*(long *)(lVar3 + 8)" * (cast_expression "(long *)(lVar3 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 8)" ( (binary_expression "lVar3 + 8" identifier + number_literal) )))) + number_literal) )))) , (pointer_expression "*(undefined8 *)(lVar3 + 0x18)" * (cast_expression "(undefined8 *)(lVar3 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x18)" ( (binary_expression "lVar3 + 0x18" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(lVar3 + 0x20)" * (cast_expression "(undefined8 *)(lVar3 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x20)" ( (binary_expression "lVar3 + 0x20" identifier + number_literal) )))) , (pointer_expression "*(undefined1 *)(lVar3 + 0x28)" * (cast_expression "(undefined1 *)(lVar3 + 0x28)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x28)" ( (binary_expression "lVar3 + 0x28" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(param_1 + 0x120)" * (cast_expression "(undefined4 *)(param_1 + 0x120)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x120)" ( (binary_expression "param_1 + 0x120" identifier + number_literal) )))) , identifier ))) ;) })) (if_statement "if (param_4[1] == lVar3 + 0x30) break;" if (parenthesized_expression "(param_4[1] == lVar3 + 0x30)" ( (binary_expression "param_4[1] == lVar3 + 0x30" (subscript_expression "param_4[1]" identifier [ number_literal ]) == (binary_expression "lVar3 + 0x30" identifier + number_literal)) )) (break_statement "break;" break ;)) (expression_statement "lVar2 = *(long *)(PTR_DAT_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) ))))) ;) (expression_statement "lVar3 = lVar3 + 0x30;" (assignment_expression "lVar3 = lVar3 + 0x30" identifier = (binary_expression "lVar3 + 0x30" identifier + number_literal)) ;) })) })) (return_statement "return;" return ;) }))) | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void do_gc_process_relocs(Sized_relobj_file<32,_false> * this,\n Symbol_table * symtab, Layout * layout, Read_relocs_data * rd) */\n\nvoid __thiscall\ngold::Sized_relobj_file<32,_false>::do_gc_process_relocs\n (Sized_relobj_file<32,_false> *this,Symbol_table *symtab,Layout *layout,\n Read_relocs_data *rd)\n\n{\n Target *pTVar1;\n pointer pSVar2;\n General_options *pGVar3;\n File_view *pFVar4;\n \n pTVar1 = parameters->target_;\n if (pTVar1 == (Target *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x73,"sized_target");\n }\n pFVar4 = rd->local_symbols;\n if (pFVar4 != (File_view *)0x0) {\n pFVar4 = (File_view *)pFVar4->data_;\n }\n pSVar2 = (rd->relocs).\n super__Vector_base<gold::Section_relocs,_std::allocator<gold::Section_relocs>_>._M_impl.\n _M_start;\n if (pSVar2 != (rd->relocs).\n super__Vector_base<gold::Section_relocs,_std::allocator<gold::Section_relocs>_>.\n _M_impl._M_finish) {\n pGVar3 = parameters->options_;\n while( true ) {\n if (pGVar3 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar3->relocatable_).value == false) && (pSVar2->is_data_section_allocated != false)) {\n (**(code **)(*(long *)pTVar1 + 0x160))\n (pTVar1,symtab,layout,this,pSVar2->data_shndx,pSVar2->sh_type,\n pSVar2->contents->data_,pSVar2->reloc_count,pSVar2->output_section,\n pSVar2->needs_special_offset_handling,this->local_symbol_count_,pFVar4);\n }\n if ((rd->relocs).\n super__Vector_base<gold::Section_relocs,_std::allocator<gold::Section_relocs>_>._M_impl.\n _M_finish == pSVar2 + 1) break;\n pGVar3 = parameters->options_;\n pSVar2 = pSVar2 + 1;\n }\n }\n return;\n}\n\n" comment comment (declaration "void __thiscall\ngold::Sized_relobj_file<32,_false>::do_gc_process_relocs\n (Sized_relobj_file<32,_false> *this,Symbol_table *symtab,Layout *layout,\n Read_relocs_data *rd)\n\n{\n Target *pTVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::do_gc_process_relocs\n (Sized_relobj_file<32,_false> *this,Symbol_table *symtab,Layout *layout,\n Read_relocs_data *rd)\n\n{\n Target" identifier > : : (function_declarator "do_gc_process_relocs\n (Sized_relobj_file<32,_false> *this,Symbol_table *symtab,Layout *layout,\n Read_relocs_data *rd)" identifier (parameter_list "(Sized_relobj_file<32,_false> *this,Symbol_table *symtab,Layout *layout,\n Read_relocs_data *rd)" ( (parameter_declaration "Sized_relobj_file" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol_table *symtab" type_identifier (pointer_declarator "*symtab" * identifier)) , (parameter_declaration "Layout *layout" type_identifier (pointer_declarator "*layout" * identifier)) , (parameter_declaration "Read_relocs_data *rd" type_identifier (pointer_declarator "*rd" * identifier)) ))) { identifier) (pointer_declarator "*pTVar1" * identifier) ;) (declaration "pointer pSVar2;" type_identifier identifier ;) (declaration "General_options *pGVar3;" type_identifier (pointer_declarator "*pGVar3" * identifier) ;) (declaration "File_view *pFVar4;" type_identifier (pointer_declarator "*pFVar4" * identifier) ;) (expression_statement "pTVar1 = parameters->target_;" (assignment_expression "pTVar1 = parameters->target_" identifier = (field_expression "parameters->target_" identifier -> field_identifier)) ;) (if_statement "if (pTVar1 == (Target *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x73,"sized_target");\n }" if (parenthesized_expression "(pTVar1 == (Target *)0x0)" ( (binary_expression "pTVar1 == (Target *)0x0" identifier == (cast_expression "(Target *)0x0" ( (type_descriptor "Target *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x73,"sized_target");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/parameters.h",0x73,"sized_target");" (call_expression "do_gold_unreachable("../../gold/parameters.h",0x73,"sized_target")" identifier (argument_list "("../../gold/parameters.h",0x73,"sized_target")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""sized_target"" " string_content ") ))) ;) })) (expression_statement "pFVar4 = rd->local_symbols;" (assignment_expression "pFVar4 = rd->local_symbols" identifier = (field_expression "rd->local_symbols" identifier -> field_identifier)) ;) (if_statement "if (pFVar4 != (File_view *)0x0) {\n pFVar4 = (File_view *)pFVar4->data_;\n }" if (parenthesized_expression "(pFVar4 != (File_view *)0x0)" ( (binary_expression "pFVar4 != (File_view *)0x0" identifier != (cast_expression "(File_view *)0x0" ( (type_descriptor "File_view *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pFVar4 = (File_view *)pFVar4->data_;\n }" { (expression_statement "pFVar4 = (File_view *)pFVar4->data_;" (assignment_expression "pFVar4 = (File_view *)pFVar4->data_" identifier = (cast_expression "(File_view *)pFVar4->data_" ( (type_descriptor "File_view *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "pFVar4->data_" identifier -> field_identifier))) ;) })) (ERROR "pSVar2 = (rd->relocs).\n super__Vector_base<gold::Section_relocs," (assignment_expression "pSVar2 = (rd->relocs).\n super__Vector_base<gold" identifier = (binary_expression "(rd->relocs).\n super__Vector_base<gold" (field_expression "(rd->relocs).\n super__Vector_base" (parenthesized_expression "(rd->relocs)" ( (field_expression "rd->relocs" identifier -> field_identifier) )) . field_identifier) < identifier)) : : identifier ,) (labeled_statement "_std::allocator<gold::Section_relocs>_>._M_impl.\n _M_start;" statement_identifier (ERROR "::allocator<gold:" : : (binary_expression "allocator<gold" identifier < identifier) :) : (expression_statement "Section_relocs>_>._M_impl.\n _M_start;" (field_expression "Section_relocs>_>._M_impl.\n _M_start" (field_expression "Section_relocs>_>._M_impl" (binary_expression "Section_relocs>_" identifier > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;)) (if_statement "if (pSVar2 != (rd->relocs).\n super__Vector_base<gold::Section_relocs,_std::allocator<gold::Section_relocs>_>.\n _M_impl._M_finish) {\n pGVar3 = parameters->options_;\n while( true ) {\n if (pGVar3 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar3->relocatable_).value == false) && (pSVar2->is_data_section_allocated != false)) {\n (**(code **)(*(long *)pTVar1 + 0x160))\n (pTVar1,symtab,layout,this,pSVar2->data_shndx,pSVar2->sh_type,\n pSVar2->contents->data_,pSVar2->reloc_count,pSVar2->output_section,\n pSVar2->needs_special_offset_handling,this->local_symbol_count_,pFVar4);\n }\n if ((rd->relocs).\n super__Vector_base<gold::Section_relocs,_std::allocator<gold::Section_relocs>_>._M_impl.\n _M_finish == pSVar2 + 1) break;\n pGVar3 = parameters->options_;\n pSVar2 = pSVar2 + 1;\n }\n }" if (parenthesized_expression "(pSVar2 != (rd->relocs).\n super__Vector_base<gold::Section_relocs,_std::allocator<gold::Section_relocs>_>.\n _M_impl._M_finish)" ( (ERROR "pSVar2 != (rd->relocs).\n super__Vector_base<gold::Section_relocs,_std::allocator<gold::" (comma_expression "pSVar2 != (rd->relocs).\n super__Vector_base<gold::Section_relocs,_std" (binary_expression "pSVar2 != (rd->relocs).\n super__Vector_base<gold" identifier != (binary_expression "(rd->relocs).\n super__Vector_base<gold" (field_expression "(rd->relocs).\n super__Vector_base" (parenthesized_expression "(rd->relocs)" ( (field_expression "rd->relocs" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Section_relocs" : : identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (field_expression "Section_relocs>_>.\n _M_impl._M_finish" (field_expression "Section_relocs>_>.\n _M_impl" (binary_expression "Section_relocs>_" identifier > identifier) (ERROR ">" >) . field_identifier) . field_identifier) )) (compound_statement "{\n pGVar3 = parameters->options_;\n while( true ) {\n if (pGVar3 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar3->relocatable_).value == false) && (pSVar2->is_data_section_allocated != false)) {\n (**(code **)(*(long *)pTVar1 + 0x160))\n (pTVar1,symtab,layout,this,pSVar2->data_shndx,pSVar2->sh_type,\n pSVar2->contents->data_,pSVar2->reloc_count,pSVar2->output_section,\n pSVar2->needs_special_offset_handling,this->local_symbol_count_,pFVar4);\n }\n if ((rd->relocs).\n super__Vector_base<gold::Section_relocs,_std::allocator<gold::Section_relocs>_>._M_impl.\n _M_finish == pSVar2 + 1) break;\n pGVar3 = parameters->options_;\n pSVar2 = pSVar2 + 1;\n }\n }" { (expression_statement "pGVar3 = parameters->options_;" (assignment_expression "pGVar3 = parameters->options_" identifier = (field_expression "parameters->options_" identifier -> field_identifier)) ;) (while_statement "while( true ) {\n if (pGVar3 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar3->relocatable_).value == false) && (pSVar2->is_data_section_allocated != false)) {\n (**(code **)(*(long *)pTVar1 + 0x160))\n (pTVar1,symtab,layout,this,pSVar2->data_shndx,pSVar2->sh_type,\n pSVar2->contents->data_,pSVar2->reloc_count,pSVar2->output_section,\n pSVar2->needs_special_offset_handling,this->local_symbol_count_,pFVar4);\n }\n if ((rd->relocs).\n super__Vector_base<gold::Section_relocs,_std::allocator<gold::Section_relocs>_>._M_impl.\n _M_finish == pSVar2 + 1) break;\n pGVar3 = parameters->options_;\n pSVar2 = pSVar2 + 1;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (pGVar3 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar3->relocatable_).value == false) && (pSVar2->is_data_section_allocated != false)) {\n (**(code **)(*(long *)pTVar1 + 0x160))\n (pTVar1,symtab,layout,this,pSVar2->data_shndx,pSVar2->sh_type,\n pSVar2->contents->data_,pSVar2->reloc_count,pSVar2->output_section,\n pSVar2->needs_special_offset_handling,this->local_symbol_count_,pFVar4);\n }\n if ((rd->relocs).\n super__Vector_base<gold::Section_relocs,_std::allocator<gold::Section_relocs>_>._M_impl.\n _M_finish == pSVar2 + 1) break;\n pGVar3 = parameters->options_;\n pSVar2 = pSVar2 + 1;\n }" { (if_statement "if (pGVar3 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(pGVar3 == (General_options *)0x0)" ( (binary_expression "pGVar3 == (General_options *)0x0" identifier == (cast_expression "(General_options *)0x0" ( (type_descriptor "General_options *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" (call_expression "do_gold_unreachable("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) })) (if_statement "if (((pGVar3->relocatable_).value == false) && (pSVar2->is_data_section_allocated != false)) {\n (**(code **)(*(long *)pTVar1 + 0x160))\n (pTVar1,symtab,layout,this,pSVar2->data_shndx,pSVar2->sh_type,\n pSVar2->contents->data_,pSVar2->reloc_count,pSVar2->output_section,\n pSVar2->needs_special_offset_handling,this->local_symbol_count_,pFVar4);\n }" if (parenthesized_expression "(((pGVar3->relocatable_).value == false) && (pSVar2->is_data_section_allocated != false))" ( (binary_expression "((pGVar3->relocatable_).value == false) && (pSVar2->is_data_section_allocated != false)" (parenthesized_expression "((pGVar3->relocatable_).value == false)" ( (binary_expression "(pGVar3->relocatable_).value == false" (field_expression "(pGVar3->relocatable_).value" (parenthesized_expression "(pGVar3->relocatable_)" ( (field_expression "pGVar3->relocatable_" identifier -> field_identifier) )) . field_identifier) == false) )) && (parenthesized_expression "(pSVar2->is_data_section_allocated != false)" ( (binary_expression "pSVar2->is_data_section_allocated != false" (field_expression "pSVar2->is_data_section_allocated" identifier -> field_identifier) != false) ))) )) (compound_statement "{\n (**(code **)(*(long *)pTVar1 + 0x160))\n (pTVar1,symtab,layout,this,pSVar2->data_shndx,pSVar2->sh_type,\n pSVar2->contents->data_,pSVar2->reloc_count,pSVar2->output_section,\n pSVar2->needs_special_offset_handling,this->local_symbol_count_,pFVar4);\n }" { (expression_statement "(**(code **)(*(long *)pTVar1 + 0x160))\n (pTVar1,symtab,layout,this,pSVar2->data_shndx,pSVar2->sh_type,\n pSVar2->contents->data_,pSVar2->reloc_count,pSVar2->output_section,\n pSVar2->needs_special_offset_handling,this->local_symbol_count_,pFVar4);" (call_expression "(**(code **)(*(long *)pTVar1 + 0x160))\n (pTVar1,symtab,layout,this,pSVar2->data_shndx,pSVar2->sh_type,\n pSVar2->contents->data_,pSVar2->reloc_count,pSVar2->output_section,\n pSVar2->needs_special_offset_handling,this->local_symbol_count_,pFVar4)" (parenthesized_expression "(**(code **)(*(long *)pTVar1 + 0x160))" ( (pointer_expression "**(code **)(*(long *)pTVar1 + 0x160)" * (pointer_expression "*(code **)(*(long *)pTVar1 + 0x160)" * (cast_expression "(code **)(*(long *)pTVar1 + 0x160)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)pTVar1 + 0x160)" ( (binary_expression "*(long *)pTVar1 + 0x160" (pointer_expression "*(long *)pTVar1" * (cast_expression "(long *)pTVar1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) )) (argument_list "(pTVar1,symtab,layout,this,pSVar2->data_shndx,pSVar2->sh_type,\n pSVar2->contents->data_,pSVar2->reloc_count,pSVar2->output_section,\n pSVar2->needs_special_offset_handling,this->local_symbol_count_,pFVar4)" ( identifier , identifier , identifier , identifier , (field_expression "pSVar2->data_shndx" identifier -> field_identifier) , (field_expression "pSVar2->sh_type" identifier -> field_identifier) , (field_expression "pSVar2->contents->data_" (field_expression "pSVar2->contents" identifier -> field_identifier) -> field_identifier) , (field_expression "pSVar2->reloc_count" identifier -> field_identifier) , (field_expression "pSVar2->output_section" identifier -> field_identifier) , (field_expression "pSVar2->needs_special_offset_handling" identifier -> field_identifier) , (field_expression "this->local_symbol_count_" identifier -> field_identifier) , identifier ))) ;) })) (if_statement "if ((rd->relocs).\n super__Vector_base<gold::Section_relocs,_std::allocator<gold::Section_relocs>_>._M_impl.\n _M_finish == pSVar2 + 1) break;" if (parenthesized_expression "((rd->relocs).\n super__Vector_base<gold::Section_relocs,_std::allocator<gold::Section_relocs>_>._M_impl.\n _M_finish == pSVar2 + 1)" ( (ERROR "(rd->relocs).\n super__Vector_base<gold::Section_relocs,_std::allocator<gold::" (comma_expression "(rd->relocs).\n super__Vector_base<gold::Section_relocs,_std" (binary_expression "(rd->relocs).\n super__Vector_base<gold" (field_expression "(rd->relocs).\n super__Vector_base" (parenthesized_expression "(rd->relocs)" ( (field_expression "rd->relocs" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Section_relocs" : : identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Section_relocs>_>._M_impl.\n _M_finish == pSVar2 + 1" (field_expression "Section_relocs>_>._M_impl.\n _M_finish" (field_expression "Section_relocs>_>._M_impl" (binary_expression "Section_relocs>_" identifier > identifier) (ERROR ">" >) . field_identifier) . field_identifier) == (binary_expression "pSVar2 + 1" identifier + number_literal)) )) (break_statement "break;" break ;)) (expression_statement "pGVar3 = parameters->options_;" (assignment_expression "pGVar3 = parameters->options_" identifier = (field_expression "parameters->options_" identifier -> field_identifier)) ;) (expression_statement "pSVar2 = pSVar2 + 1;" (assignment_expression "pSVar2 = pSVar2 + 1" identifier = (binary_expression "pSVar2 + 1" identifier + number_literal)) ;) })) })) (return_statement "return;" return ;) (ERROR "}" })) | (translation_unit "void FUN_00243f90(long param_1,undefined8 param_2,undefined8 param_3,long *param_4)\n\n{\n long *plVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n \n plVar1 = *(long **)(PTR_DAT_0043e6b0 + 0x18);\n if (plVar1 == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");\n }\n lVar4 = param_4[3];\n if (lVar4 != 0) {\n lVar4 = *(long *)(lVar4 + 0x10);\n }\n if (*param_4 != param_4[1]) {\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = *param_4;\n while( true ) {\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }\n }\n return;\n}\n\n" (function_definition "void FUN_00243f90(long param_1,undefined8 param_2,undefined8 param_3,long *param_4)\n\n{\n long *plVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n \n plVar1 = *(long **)(PTR_DAT_0043e6b0 + 0x18);\n if (plVar1 == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");\n }\n lVar4 = param_4[3];\n if (lVar4 != 0) {\n lVar4 = *(long *)(lVar4 + 0x10);\n }\n if (*param_4 != param_4[1]) {\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = *param_4;\n while( true ) {\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_00243f90(long param_1,undefined8 param_2,undefined8 param_3,long *param_4)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,long *param_4)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "long *param_4" (sized_type_specifier "long" long) (pointer_declarator "*param_4" * identifier)) ))) (compound_statement "{\n long *plVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n \n plVar1 = *(long **)(PTR_DAT_0043e6b0 + 0x18);\n if (plVar1 == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");\n }\n lVar4 = param_4[3];\n if (lVar4 != 0) {\n lVar4 = *(long *)(lVar4 + 0x10);\n }\n if (*param_4 != param_4[1]) {\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = *param_4;\n while( true ) {\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }\n }\n return;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (expression_statement "plVar1 = *(long **)(PTR_DAT_0043e6b0 + 0x18);" (assignment_expression "plVar1 = *(long **)(PTR_DAT_0043e6b0 + 0x18)" identifier = (pointer_expression "*(long **)(PTR_DAT_0043e6b0 + 0x18)" * (cast_expression "(long **)(PTR_DAT_0043e6b0 + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x18)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if (plVar1 == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");\n }" if (parenthesized_expression "(plVar1 == (long *)0x0)" ( (binary_expression "plVar1 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n \n FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");\n }" { (expression_statement "FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");" (call_expression "FUN_0017c650("../../gold/parameters.h",0x73,"sized_target")" identifier (argument_list "("../../gold/parameters.h",0x73,"sized_target")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""sized_target"" " string_content ") ))) ;) })) (expression_statement "lVar4 = param_4[3];" (assignment_expression "lVar4 = param_4[3]" identifier = (subscript_expression "param_4[3]" identifier [ number_literal ])) ;) (if_statement "if (lVar4 != 0) {\n lVar4 = *(long *)(lVar4 + 0x10);\n }" if (parenthesized_expression "(lVar4 != 0)" ( (binary_expression "lVar4 != 0" identifier != number_literal) )) (compound_statement "{\n lVar4 = *(long *)(lVar4 + 0x10);\n }" { (expression_statement "lVar4 = *(long *)(lVar4 + 0x10);" (assignment_expression "lVar4 = *(long *)(lVar4 + 0x10)" identifier = (pointer_expression "*(long *)(lVar4 + 0x10)" * (cast_expression "(long *)(lVar4 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x10)" ( (binary_expression "lVar4 + 0x10" identifier + number_literal) ))))) ;) })) (if_statement "if (*param_4 != param_4[1]) {\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = *param_4;\n while( true ) {\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }\n }" if (parenthesized_expression "(*param_4 != param_4[1])" ( (binary_expression "*param_4 != param_4[1]" (pointer_expression "*param_4" * identifier) != (subscript_expression "param_4[1]" identifier [ number_literal ])) )) (compound_statement "{\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = *param_4;\n while( true ) {\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }\n }" { (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) ))))) ;) (expression_statement "lVar3 = *param_4;" (assignment_expression "lVar3 = *param_4" identifier = (pointer_expression "*param_4" * identifier)) ;) (while_statement "while( true ) {\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }" { (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 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }" if (parenthesized_expression "((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0'))" ( (binary_expression "(*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')" (parenthesized_expression "(*(char *)(lVar2 + 0x5051) == '\0')" ( (binary_expression "*(char *)(lVar2 + 0x5051) == '\0'" (pointer_expression "*(char *)(lVar2 + 0x5051)" * (cast_expression "(char *)(lVar2 + 0x5051)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x5051)" ( (binary_expression "lVar2 + 0x5051" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(*(char *)(lVar3 + 0x29) != '\0')" ( (binary_expression "*(char *)(lVar3 + 0x29) != '\0'" (pointer_expression "*(char *)(lVar3 + 0x29)" * (cast_expression "(char *)(lVar3 + 0x29)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x29)" ( (binary_expression "lVar3 + 0x29" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n (**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }" { (expression_statement "(**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);" (call_expression "(**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4)" (parenthesized_expression "(**(code **)(*plVar1 + 0x160))" ( (pointer_expression "**(code **)(*plVar1 + 0x160)" * (pointer_expression "*(code **)(*plVar1 + 0x160)" * (cast_expression "(code **)(*plVar1 + 0x160)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0x160)" ( (binary_expression "*plVar1 + 0x160" (pointer_expression "*plVar1" * identifier) + number_literal) ))))) )) (argument_list "(plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4)" ( identifier , identifier , identifier , identifier , (pointer_expression "*(undefined4 *)(lVar3 + 4)" * (cast_expression "(undefined4 *)(lVar3 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 4)" ( (binary_expression "lVar3 + 4" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(lVar3 + 0x10)" * (cast_expression "(undefined4 *)(lVar3 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x10)" ( (binary_expression "lVar3 + 0x10" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10)" * (cast_expression "(undefined8 *)(*(long *)(lVar3 + 8) + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar3 + 8) + 0x10)" ( (binary_expression "*(long *)(lVar3 + 8) + 0x10" (pointer_expression "*(long *)(lVar3 + 8)" * (cast_expression "(long *)(lVar3 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 8)" ( (binary_expression "lVar3 + 8" identifier + number_literal) )))) + number_literal) )))) , (pointer_expression "*(undefined8 *)(lVar3 + 0x18)" * (cast_expression "(undefined8 *)(lVar3 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x18)" ( (binary_expression "lVar3 + 0x18" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(lVar3 + 0x20)" * (cast_expression "(undefined8 *)(lVar3 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x20)" ( (binary_expression "lVar3 + 0x20" identifier + number_literal) )))) , (pointer_expression "*(undefined1 *)(lVar3 + 0x28)" * (cast_expression "(undefined1 *)(lVar3 + 0x28)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x28)" ( (binary_expression "lVar3 + 0x28" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(param_1 + 0x120)" * (cast_expression "(undefined4 *)(param_1 + 0x120)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x120)" ( (binary_expression "param_1 + 0x120" identifier + number_literal) )))) , identifier ))) ;) })) (if_statement "if (param_4[1] == lVar3 + 0x30) break;" if (parenthesized_expression "(param_4[1] == lVar3 + 0x30)" ( (binary_expression "param_4[1] == lVar3 + 0x30" (subscript_expression "param_4[1]" identifier [ number_literal ]) == (binary_expression "lVar3 + 0x30" identifier + number_literal)) )) (break_statement "break;" break ;)) (expression_statement "lVar2 = *(long *)(PTR_DAT_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) ))))) ;) (expression_statement "lVar3 = lVar3 + 0x30;" (assignment_expression "lVar3 = lVar3 + 0x30" identifier = (binary_expression "lVar3 + 0x30" identifier + number_literal)) ;) })) })) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (subscript_expression IDENT [ LIT ])) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == (char_literal ' escape_sequence ')) )) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (char_literal ' escape_sequence ')) ))) )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , IDENT , IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == (binary_expression IDENT + LIT)) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) })) (return_statement return ;) }))) | (function_definition "void FUN_00243f90(long param_1,undefined8 param_2,undefined8 param_3,long *param_4)\n\n{\n long *plVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n \n plVar1 = *(long **)(PTR_DAT_0043e6b0 + 0x18);\n if (plVar1 == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");\n }\n lVar4 = param_4[3];\n if (lVar4 != 0) {\n lVar4 = *(long *)(lVar4 + 0x10);\n }\n if (*param_4 != param_4[1]) {\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = *param_4;\n while( true ) {\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00243f90(long param_1,undefined8 param_2,undefined8 param_3,long *param_4)" (identifier "FUN_00243f90") (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,long *param_4)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) (, ",") (parameter_declaration "long *param_4" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_4" (* "*") (identifier "param_4"))) () ")"))) (compound_statement "{\n long *plVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n \n plVar1 = *(long **)(PTR_DAT_0043e6b0 + 0x18);\n if (plVar1 == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");\n }\n lVar4 = param_4[3];\n if (lVar4 != 0) {\n lVar4 = *(long *)(lVar4 + 0x10);\n }\n if (*param_4 != param_4[1]) {\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = *param_4;\n while( true ) {\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }\n }\n return;\n}" ({ "{") (declaration "long *plVar1;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar1" (* "*") (identifier "plVar1")) (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (expression_statement "plVar1 = *(long **)(PTR_DAT_0043e6b0 + 0x18);" (assignment_expression "plVar1 = *(long **)(PTR_DAT_0043e6b0 + 0x18)" (identifier "plVar1") (= "=") (pointer_expression "*(long **)(PTR_DAT_0043e6b0 + 0x18)" (* "*") (cast_expression "(long **)(PTR_DAT_0043e6b0 + 0x18)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x18)" (( "(") (binary_expression "PTR_DAT_0043e6b0 + 0x18" (identifier "PTR_DAT_0043e6b0") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (if_statement "if (plVar1 == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");\n }" (if "if") (parenthesized_expression "(plVar1 == (long *)0x0)" (( "(") (binary_expression "plVar1 == (long *)0x0" (identifier "plVar1") (== "==") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n \n FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");\n }" ({ "{") (expression_statement "FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");" (call_expression "FUN_0017c650("../../gold/parameters.h",0x73,"sized_target")" (identifier "FUN_0017c650") (argument_list "("../../gold/parameters.h",0x73,"sized_target")" (( "(") (string_literal ""../../gold/parameters.h"" (" """) (string_content "../../gold/parameters.h") (" """)) (, ",") (number_literal "0x73") (, ",") (string_literal ""sized_target"" (" """) (string_content "sized_target") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "lVar4 = param_4[3];" (assignment_expression "lVar4 = param_4[3]" (identifier "lVar4") (= "=") (subscript_expression "param_4[3]" (identifier "param_4") ([ "[") (number_literal "3") (] "]"))) (; ";")) (if_statement "if (lVar4 != 0) {\n lVar4 = *(long *)(lVar4 + 0x10);\n }" (if "if") (parenthesized_expression "(lVar4 != 0)" (( "(") (binary_expression "lVar4 != 0" (identifier "lVar4") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n lVar4 = *(long *)(lVar4 + 0x10);\n }" ({ "{") (expression_statement "lVar4 = *(long *)(lVar4 + 0x10);" (assignment_expression "lVar4 = *(long *)(lVar4 + 0x10)" (identifier "lVar4") (= "=") (pointer_expression "*(long *)(lVar4 + 0x10)" (* "*") (cast_expression "(long *)(lVar4 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + 0x10)" (( "(") (binary_expression "lVar4 + 0x10" (identifier "lVar4") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (} "}"))) (if_statement "if (*param_4 != param_4[1]) {\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = *param_4;\n while( true ) {\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }\n }" (if "if") (parenthesized_expression "(*param_4 != param_4[1])" (( "(") (binary_expression "*param_4 != param_4[1]" (pointer_expression "*param_4" (* "*") (identifier "param_4")) (!= "!=") (subscript_expression "param_4[1]" (identifier "param_4") ([ "[") (number_literal "1") (] "]"))) () ")")) (compound_statement "{\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = *param_4;\n while( true ) {\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }\n }" ({ "{") (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")) () ")"))))) (; ";")) (expression_statement "lVar3 = *param_4;" (assignment_expression "lVar3 = *param_4" (identifier "lVar3") (= "=") (pointer_expression "*param_4" (* "*") (identifier "param_4"))) (; ";")) (while_statement "while( true ) {\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }" ({ "{") (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 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }" (if "if") (parenthesized_expression "((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0'))" (( "(") (binary_expression "(*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')" (parenthesized_expression "(*(char *)(lVar2 + 0x5051) == '\0')" (( "(") (binary_expression "*(char *)(lVar2 + 0x5051) == '\0'" (pointer_expression "*(char *)(lVar2 + 0x5051)" (* "*") (cast_expression "(char *)(lVar2 + 0x5051)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x5051)" (( "(") (binary_expression "lVar2 + 0x5051" (identifier "lVar2") (+ "+") (number_literal "0x5051")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (&& "&&") (parenthesized_expression "(*(char *)(lVar3 + 0x29) != '\0')" (( "(") (binary_expression "*(char *)(lVar3 + 0x29) != '\0'" (pointer_expression "*(char *)(lVar3 + 0x29)" (* "*") (cast_expression "(char *)(lVar3 + 0x29)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x29)" (( "(") (binary_expression "lVar3 + 0x29" (identifier "lVar3") (+ "+") (number_literal "0x29")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (compound_statement "{\n (**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }" ({ "{") (expression_statement "(**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);" (call_expression "(**(code **)(*plVar1 + 0x160))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4)" (parenthesized_expression "(**(code **)(*plVar1 + 0x160))" (( "(") (pointer_expression "**(code **)(*plVar1 + 0x160)" (* "*") (pointer_expression "*(code **)(*plVar1 + 0x160)" (* "*") (cast_expression "(code **)(*plVar1 + 0x160)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar1 + 0x160)" (( "(") (binary_expression "*plVar1 + 0x160" (pointer_expression "*plVar1" (* "*") (identifier "plVar1")) (+ "+") (number_literal "0x160")) () ")"))))) () ")")) (argument_list "(plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4)" (( "(") (identifier "plVar1") (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "param_1") (, ",") (pointer_expression "*(undefined4 *)(lVar3 + 4)" (* "*") (cast_expression "(undefined4 *)(lVar3 + 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 4)" (( "(") (binary_expression "lVar3 + 4" (identifier "lVar3") (+ "+") (number_literal "4")) () ")")))) (, ",") (pointer_expression "*(undefined4 *)(lVar3 + 0x10)" (* "*") (cast_expression "(undefined4 *)(lVar3 + 0x10)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x10)" (( "(") (binary_expression "lVar3 + 0x10" (identifier "lVar3") (+ "+") (number_literal "0x10")) () ")")))) (, ",") (pointer_expression "*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10)" (* "*") (cast_expression "(undefined8 *)(*(long *)(lVar3 + 8) + 0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(lVar3 + 8) + 0x10)" (( "(") (binary_expression "*(long *)(lVar3 + 8) + 0x10" (pointer_expression "*(long *)(lVar3 + 8)" (* "*") (cast_expression "(long *)(lVar3 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 8)" (( "(") (binary_expression "lVar3 + 8" (identifier "lVar3") (+ "+") (number_literal "8")) () ")")))) (+ "+") (number_literal "0x10")) () ")")))) (, ",") (pointer_expression "*(undefined8 *)(lVar3 + 0x18)" (* "*") (cast_expression "(undefined8 *)(lVar3 + 0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x18)" (( "(") (binary_expression "lVar3 + 0x18" (identifier "lVar3") (+ "+") (number_literal "0x18")) () ")")))) (, ",") (pointer_expression "*(undefined8 *)(lVar3 + 0x20)" (* "*") (cast_expression "(undefined8 *)(lVar3 + 0x20)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x20)" (( "(") (binary_expression "lVar3 + 0x20" (identifier "lVar3") (+ "+") (number_literal "0x20")) () ")")))) (, ",") (pointer_expression "*(undefined1 *)(lVar3 + 0x28)" (* "*") (cast_expression "(undefined1 *)(lVar3 + 0x28)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x28)" (( "(") (binary_expression "lVar3 + 0x28" (identifier "lVar3") (+ "+") (number_literal "0x28")) () ")")))) (, ",") (pointer_expression "*(undefined4 *)(param_1 + 0x120)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0x120)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x120)" (( "(") (binary_expression "param_1 + 0x120" (identifier "param_1") (+ "+") (number_literal "0x120")) () ")")))) (, ",") (identifier "lVar4") () ")"))) (; ";")) (} "}"))) (if_statement "if (param_4[1] == lVar3 + 0x30) break;" (if "if") (parenthesized_expression "(param_4[1] == lVar3 + 0x30)" (( "(") (binary_expression "param_4[1] == lVar3 + 0x30" (subscript_expression "param_4[1]" (identifier "param_4") ([ "[") (number_literal "1") (] "]")) (== "==") (binary_expression "lVar3 + 0x30" (identifier "lVar3") (+ "+") (number_literal "0x30"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "lVar2 = *(long *)(PTR_DAT_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")) () ")"))))) (; ";")) (expression_statement "lVar3 = lVar3 + 0x30;" (assignment_expression "lVar3 = lVar3 + 0x30" (identifier "lVar3") (= "=") (binary_expression "lVar3 + 0x30" (identifier "lVar3") (+ "+") (number_literal "0x30"))) (; ";")) (} "}"))) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void do_gc_process_relocs(Sized_relobj_file<32,_false> * this,
Symbol_table * symtab, Layout * layout, Read_relocs_data * rd) */
void __thiscall
gold::Sized_relobj_file<32,_false>::do_gc_process_relocs
(Sized_relobj_file<32,_false> *this,Symbol_table *symtab,Layout *layout,
Read_relocs_data *rd)
{
type_4 *var_1;
type_1 var_7;
type_2 *var_6;
type_3 *var_3;
var_1 = parameters->target_;
if (var_1 == (type_4 *)0x0) {
/* WARNING: Subroutine does not return */
var_2("../../gold/parameters.h",0x73,"sized_target");
}
var_3 = rd->local_symbols;
if (var_3 != (type_3 *)0x0) {
var_3 = (type_3 *)var_3->data_;
}
var_7 = (rd->relocs).
super__Vector_base<gold::var_4,_std::allocator<gold::var_4>var_5>._M_impl.
_M_start;
if (var_7 != (rd->relocs).
super__Vector_base<gold::var_4,_std::allocator<gold::var_4>var_5>.
_M_impl._M_finish) {
var_6 = parameters->options_;
while( true ) {
if (var_6 == (type_2 *)0x0) {
/* WARNING: Subroutine does not return */
var_2("../../gold/parameters.h",0x5c,"options");
}
if (((var_6->relocatable_).value == false) && (var_7->is_data_section_allocated != false)) {
(**(type_5 **)(*(long *)var_1 + 0x160))
(var_1,symtab,layout,this,var_7->data_shndx,var_7->sh_type,
var_7->contents->data_,var_7->reloc_count,var_7->output_section,
var_7->needs_special_offset_handling,this->local_symbol_count_,var_3);
}
if ((rd->relocs).
super__Vector_base<gold::var_4,_std::allocator<gold::var_4>var_5>._M_impl.
_M_finish == var_7 + 1) break;
var_6 = parameters->options_;
var_7 = var_7 + 1;
}
}
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))))) consequence: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))))) (return_statement)))) | null |
void MASKED(long param_1,undefined8 param_2,undefined8 param_3,long *param_4)
{
long *plVar1;
long lVar2;
long lVar3;
long lVar4;
plVar1 = *(long **)(PTR_DAT_0043e6b0 + 0x18);
if (plVar1 == (long *)0x0) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/parameters.h",0x73,"sized_target");
}
lVar4 = param_4[3];
if (lVar4 != 0) {
lVar4 = *(long *)(lVar4 + 0x10);
}
if (*param_4 != param_4[1]) {
lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);
lVar3 = *param_4;
while( true ) {
if (lVar2 == 0) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/parameters.h",0x5c,"options");
}
if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {
(**(code **)(*plVar1 + 0x160))
(plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),
*(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),
*(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),
*(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);
}
if (param_4[1] == lVar3 + 0x30) break;
lVar2 = *(long *)(PTR_DAT_0043e6b0 + 0x10);
lVar3 = lVar3 + 0x30;
}
}
return;
}
|
8859_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | add_local | FUN_003f6a00 |
/* DWARF original prototype: void add_local(Output_data_reloc<4,_true,_64,_true> * this,
Sized_relobj<64,_true> * relobj, uint local_sym_index, uint type, Output_data * od, Address
address, Addend addend) */
void __thiscall
gold::Output_data_reloc<4,_true,_64,_true>::add_local
(Output_data_reloc<4,_true,_64,_true> *this,Sized_relobj<64,_true> *relobj,uint param_2,
uint type,Output_data *od,Address address,Addend addend)
{
Output_reloc_type OStack_48;
Output_reloc<9,_true,_64,_true>::Output_reloc
(&OStack_48.rel_,relobj,param_2,type,od,address,false,false,false,false);
OStack_48.addend_ = addend;
Output_data_reloc_base<4,_true,_64,_true>::add
(&this->super_Output_data_reloc_base<4,_true,_64,_true>,od,&OStack_48);
return;
}
|
void FUN_003f6a00(undefined8 param_1)
{
undefined8 in_R8;
undefined8 in_stack_00000008;
undefined1 auStack_48 [40];
undefined8 local_20;
FUN_003d9d80(auStack_48);
local_20 = in_stack_00000008;
FUN_001d7560(param_1,in_R8,auStack_48);
return;
}
| PUSH R12
MOV R12,RDI
PUSH RBP
PUSH RBX
MOV RBX,R8
SUB RSP,0x30
MOV RBP,RSP
PUSH 0x0
PUSH 0x0
MOV RDI,RBP
PUSH 0x0
PUSH 0x0
CALL 0x003d9d80
MOV RAX,qword ptr [RSP + 0x70]
MOV RDX,RBP
MOV RSI,RBX
MOV RDI,R12
MOV qword ptr [RSP + 0x48],RAX
ADD RSP,0x20
CALL 0x001d7560
ADD RSP,0x30
POP RBX
POP RBP
POP R12
RET | null | null | null | null | [('const--72', u'PTRSUB_-1205835027'), ('tmp_226', u'PTRSUB_-1205834978'), ('const--72', u'PTRSUB_-1205835026'), ('tmp_356', u'PTRSUB_-1205835026'), ('const-0', u'PTRSUB_-1205835007'), (u'PTRSUB_-1205834978', u'CALL_-1205835144'), (u'PTRSUB_-1205835007', u'CALL_-1205835193'), (u'CALL_-1205835144', u'INDIRECT_-1205834995'), ('tmp_230', u'CALL_-1205835193'), ('tmp_229', u'CALL_-1205835193'), ('const-0', u'CALL_-1205835193'), (u'PTRSUB_-1205835026', u'CALL_-1205835144'), ('tmp_231', u'CALL_-1205835193'), (u'PTRSUB_-1205835027', u'PTRSUB_-1205835007'), ('tmp_230', u'CALL_-1205835144'), ('tmp_228', u'CALL_-1205835193'), ('tmp_227', u'CALL_-1205835193'), ('const-0', u'CALL_-1205835193'), ('const-0', u'CALL_-1205835193'), ('const-0', u'RETURN_-1205835104'), ('const-0', u'PTRSUB_-1205834978'), ('tmp_232', u'COPY_-1205835171'), ('const-0', u'CALL_-1205835193'), ('tmp_356', u'PTRSUB_-1205835027')] | [(u'CALL_-1205835144', u'INDIRECT_-1205835011'), ('tmp_319', u'PTRSUB_-1205835042'), ('tmp_320', u'CALL_-1205835144'), ('const--72', u'PTRSUB_-1205835043'), (u'PTRSUB_-1205835042', u'CALL_-1205835144'), ('const-0', u'RETURN_-1205835104'), ('const--72', u'PTRSUB_-1205835042'), ('tmp_319', u'PTRSUB_-1205835043'), ('tmp_481', u'COPY_-1205835171'), ('tmp_323', u'CALL_-1205835144'), (u'PTRSUB_-1205835043', u'CALL_-1205835193')] | null | null | 003f6a00 | x64 | O2 | (translation_unit "void FUN_003f6a00(undefined8 param_1)\n\n{\n undefined8 in_R8;\n undefined8 in_stack_00000008;\n undefined1 auStack_48 [40];\n undefined8 local_20;\n \n FUN_003d9d80(auStack_48);\n local_20 = in_stack_00000008;\n FUN_001d7560(param_1,in_R8,auStack_48);\n return;\n}\n\n" (function_definition "void FUN_003f6a00(undefined8 param_1)\n\n{\n undefined8 in_R8;\n undefined8 in_stack_00000008;\n undefined1 auStack_48 [40];\n undefined8 local_20;\n \n FUN_003d9d80(auStack_48);\n local_20 = in_stack_00000008;\n FUN_001d7560(param_1,in_R8,auStack_48);\n return;\n}" primitive_type (function_declarator "FUN_003f6a00(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n undefined8 in_R8;\n undefined8 in_stack_00000008;\n undefined1 auStack_48 [40];\n undefined8 local_20;\n \n FUN_003d9d80(auStack_48);\n local_20 = in_stack_00000008;\n FUN_001d7560(param_1,in_R8,auStack_48);\n return;\n}" { (declaration "undefined8 in_R8;" type_identifier identifier ;) (declaration "undefined8 in_stack_00000008;" type_identifier identifier ;) (declaration "undefined1 auStack_48 [40];" type_identifier (array_declarator "auStack_48 [40]" identifier [ number_literal ]) ;) (declaration "undefined8 local_20;" type_identifier identifier ;) (expression_statement "FUN_003d9d80(auStack_48);" (call_expression "FUN_003d9d80(auStack_48)" identifier (argument_list "(auStack_48)" ( identifier ))) ;) (expression_statement "local_20 = in_stack_00000008;" (assignment_expression "local_20 = in_stack_00000008" identifier = identifier) ;) (expression_statement "FUN_001d7560(param_1,in_R8,auStack_48);" (call_expression "FUN_001d7560(param_1,in_R8,auStack_48)" identifier (argument_list "(param_1,in_R8,auStack_48)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* DWARF original prototype: void add_local(Output_data_reloc<4,_true,_64,_true> * this,\n Sized_relobj<64,_true> * relobj, uint local_sym_index, uint type, Output_data * od, Address\n address, Addend addend) */\n\nvoid __thiscall\ngold::Output_data_reloc<4,_true,_64,_true>::add_local\n (Output_data_reloc<4,_true,_64,_true> *this,Sized_relobj<64,_true> *relobj,uint param_2,\n uint type,Output_data *od,Address address,Addend addend)\n\n{\n Output_reloc_type OStack_48;\n \n Output_reloc<9,_true,_64,_true>::Output_reloc\n (&OStack_48.rel_,relobj,param_2,type,od,address,false,false,false,false);\n OStack_48.addend_ = addend;\n Output_data_reloc_base<4,_true,_64,_true>::add\n (&this->super_Output_data_reloc_base<4,_true,_64,_true>,od,&OStack_48);\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Output_data_reloc<4,_true,_64,_true>::add_local\n (Output_data_reloc<4,_true,_64,_true> *this,Sized_relobj<64,_true> *relobj,uint param_2,\n uint type,Output_data *od,Address address,Addend addend)\n\n{\n Output_reloc_type OStack_48;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<4" < number_literal) , identifier , identifier , (ERROR "_true>::add_local\n (Output_data_reloc<4,_true,_64,_true> *this,Sized_relobj<64,_true> *relobj,uint param_2,\n uint type,Output_data *od,Address address,Addend addend)\n\n{\n Output_reloc_type" identifier > : : (function_declarator "add_local\n (Output_data_reloc<4,_true,_64,_true> *this,Sized_relobj<64,_true> *relobj,uint param_2,\n uint type,Output_data *od,Address address,Addend addend)" identifier (parameter_list "(Output_data_reloc<4,_true,_64,_true> *this,Sized_relobj<64,_true> *relobj,uint param_2,\n uint type,Output_data *od,Address address,Addend addend)" ( (parameter_declaration "Output_data_reloc" type_identifier) (ERROR "<4" < number_literal) , (parameter_declaration "_true" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Sized_relobj" type_identifier) (ERROR "<64" < 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 "Address address" type_identifier identifier) , (parameter_declaration "Addend addend" type_identifier identifier) ))) { identifier) identifier ;) (expression_statement "Output_reloc<9,_true,_64,_true>::Output_reloc\n (&OStack_48.rel_,relobj,param_2,type,od,address,false,false,false,false);" (update_expression "Output_reloc<9,_true,_64,_true>::Output_reloc\n (&OStack_48.rel_,relobj,param_2,type,od,address,false,false,false,false)" (binary_expression "Output_reloc<9,_true,_64,_true>::Output_reloc\n (&OStack_48.rel_,relobj,param_2,type,od,address,false,false,false,false)" (binary_expression "Output_reloc<9" identifier < number_literal) (ERROR ",_true,_64,_true" , identifier , identifier , identifier) > (ERROR "::" : :) (call_expression "Output_reloc\n (&OStack_48.rel_,relobj,param_2,type,od,address,false,false,false,false)" identifier (argument_list "(&OStack_48.rel_,relobj,param_2,type,od,address,false,false,false,false)" ( (pointer_expression "&OStack_48.rel_" & (field_expression "OStack_48.rel_" identifier . field_identifier)) , identifier , identifier , identifier , identifier , identifier , false , false , false , false )))) --) ;) (expression_statement "OStack_48.addend_ = addend;" (assignment_expression "OStack_48.addend_ = addend" (field_expression "OStack_48.addend_" identifier . field_identifier) = identifier) ;) (expression_statement "Output_data_reloc_base<4,_true,_64,_true>::add\n (&this->super_Output_data_reloc_base<4,_true,_64,_true>,od,&OStack_48);" (update_expression "Output_data_reloc_base<4,_true,_64,_true>::add\n (&this->super_Output_data_reloc_base<4,_true,_64,_true>,od,&OStack_48)" (binary_expression "Output_data_reloc_base<4,_true,_64,_true>::add\n (&this->super_Output_data_reloc_base<4,_true,_64,_true>,od,&OStack_48)" (binary_expression "Output_data_reloc_base<4" identifier < number_literal) (ERROR ",_true,_64,_true" , identifier , identifier , identifier) > (ERROR "::" : :) (call_expression "add\n (&this->super_Output_data_reloc_base<4,_true,_64,_true>,od,&OStack_48)" identifier (argument_list "(&this->super_Output_data_reloc_base<4,_true,_64,_true>,od,&OStack_48)" ( (binary_expression "&this->super_Output_data_reloc_base<4" (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_003f6a00(undefined8 param_1)\n\n{\n undefined8 in_R8;\n undefined8 in_stack_00000008;\n undefined1 auStack_48 [40];\n undefined8 local_20;\n \n FUN_003d9d80(auStack_48);\n local_20 = in_stack_00000008;\n FUN_001d7560(param_1,in_R8,auStack_48);\n return;\n}\n\n" (function_definition "void FUN_003f6a00(undefined8 param_1)\n\n{\n undefined8 in_R8;\n undefined8 in_stack_00000008;\n undefined1 auStack_48 [40];\n undefined8 local_20;\n \n FUN_003d9d80(auStack_48);\n local_20 = in_stack_00000008;\n FUN_001d7560(param_1,in_R8,auStack_48);\n return;\n}" primitive_type (function_declarator "FUN_003f6a00(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n undefined8 in_R8;\n undefined8 in_stack_00000008;\n undefined1 auStack_48 [40];\n undefined8 local_20;\n \n FUN_003d9d80(auStack_48);\n local_20 = in_stack_00000008;\n FUN_001d7560(param_1,in_R8,auStack_48);\n return;\n}" { (declaration "undefined8 in_R8;" type_identifier identifier ;) (declaration "undefined8 in_stack_00000008;" type_identifier identifier ;) (declaration "undefined1 auStack_48 [40];" type_identifier (array_declarator "auStack_48 [40]" identifier [ number_literal ]) ;) (declaration "undefined8 local_20;" type_identifier identifier ;) (expression_statement "FUN_003d9d80(auStack_48);" (call_expression "FUN_003d9d80(auStack_48)" identifier (argument_list "(auStack_48)" ( identifier ))) ;) (expression_statement "local_20 = in_stack_00000008;" (assignment_expression "local_20 = in_stack_00000008" identifier = identifier) ;) (expression_statement "FUN_001d7560(param_1,in_R8,auStack_48);" (call_expression "FUN_001d7560(param_1,in_R8,auStack_48)" identifier (argument_list "(param_1,in_R8,auStack_48)" ( 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 IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_003f6a00(undefined8 param_1)\n\n{\n undefined8 in_R8;\n undefined8 in_stack_00000008;\n undefined1 auStack_48 [40];\n undefined8 local_20;\n \n FUN_003d9d80(auStack_48);\n local_20 = in_stack_00000008;\n FUN_001d7560(param_1,in_R8,auStack_48);\n return;\n}" (primitive_type "void") (function_declarator "FUN_003f6a00(undefined8 param_1)" (identifier "FUN_003f6a00") (parameter_list "(undefined8 param_1)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) () ")"))) (compound_statement "{\n undefined8 in_R8;\n undefined8 in_stack_00000008;\n undefined1 auStack_48 [40];\n undefined8 local_20;\n \n FUN_003d9d80(auStack_48);\n local_20 = in_stack_00000008;\n FUN_001d7560(param_1,in_R8,auStack_48);\n return;\n}" ({ "{") (declaration "undefined8 in_R8;" (type_identifier "undefined8") (identifier "in_R8") (; ";")) (declaration "undefined8 in_stack_00000008;" (type_identifier "undefined8") (identifier "in_stack_00000008") (; ";")) (declaration "undefined1 auStack_48 [40];" (type_identifier "undefined1") (array_declarator "auStack_48 [40]" (identifier "auStack_48") ([ "[") (number_literal "40") (] "]")) (; ";")) (declaration "undefined8 local_20;" (type_identifier "undefined8") (identifier "local_20") (; ";")) (expression_statement "FUN_003d9d80(auStack_48);" (call_expression "FUN_003d9d80(auStack_48)" (identifier "FUN_003d9d80") (argument_list "(auStack_48)" (( "(") (identifier "auStack_48") () ")"))) (; ";")) (expression_statement "local_20 = in_stack_00000008;" (assignment_expression "local_20 = in_stack_00000008" (identifier "local_20") (= "=") (identifier "in_stack_00000008")) (; ";")) (expression_statement "FUN_001d7560(param_1,in_R8,auStack_48);" (call_expression "FUN_001d7560(param_1,in_R8,auStack_48)" (identifier "FUN_001d7560") (argument_list "(param_1,in_R8,auStack_48)" (( "(") (identifier "param_1") (, ",") (identifier "in_R8") (, ",") (identifier "auStack_48") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* DWARF original prototype: void add_local(Output_data_reloc<4,_true,_64,_true> * this,
Sized_relobj<64,_true> * relobj, uint local_sym_index, uint type, Output_data * od, Address
address, Addend addend) */
void __thiscall
gold::Output_data_reloc<4,_true,_64,_true>::add_local
(Output_data_reloc<4,_true,_64,_true> *this,Sized_relobj<64,_true> *relobj,uint param_2,
uint type,Output_data *od,Address address,Addend addend)
{
Output_reloc_type OStack_48;
var_1<9,_true,_64,_true>::var_1
(&OStack_48.rel_,relobj,param_2,type,od,address,false,false,false,false);
OStack_48.addend_ = addend;
var_2<4,_true,_64,_true>::var_3
(&this->super_Output_data_reloc_base<4,_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)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (return_statement)))) | null |
void MASKED(undefined8 param_1)
{
undefined8 in_R8;
undefined8 in_stack_00000008;
undefined1 auStack_48 [40];
undefined8 local_20;
FUN_003d9d80(auStack_48);
local_20 = in_stack_00000008;
FUN_001d7560(param_1,in_R8,auStack_48);
return;
}
|
788_i686-linux-gnu-as_and_i686-linux-gnu-as_strip.c | elf_init_stab_section | thunk_FUN_00146ae0 |
void elf_init_stab_section(segT seg)
{
uint uVar1;
char *buf;
char *string;
char *stabstr_secname;
seg->alignment_power = 2;
buf = frag_more(0xc);
buf[0] = '\0';
buf[1] = '\0';
buf[2] = '\0';
buf[3] = '\0';
buf[4] = '\0';
buf[5] = '\0';
buf[6] = '\0';
buf[7] = '\0';
buf[8] = '\0';
buf[9] = '\0';
buf[10] = '\0';
buf[0xb] = '\0';
string = as_where((uint *)0x0);
stabstr_secname = (char *)concat(seg->name,"str",0);
uVar1 = get_stab_string_offset(string,stabstr_secname);
if ((uVar1 != 1) && ((uVar1 != 0 || (*string != '\0')))) {
/* WARNING: Subroutine does not return */
as_abort("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");
}
number_to_chars_littleendian(buf,(ulong)uVar1,4);
*(char **)((long)seg->userdata + 0x50) = buf;
return;
}
|
void thunk_FUN_00146ae0(undefined8 *param_1)
{
int iVar1;
undefined8 *puVar2;
char *pcVar3;
undefined8 uVar4;
*(undefined4 *)(param_1 + 0xe) = 2;
puVar2 = (undefined8 *)FUN_00116fb0(0xc);
*puVar2 = 0;
*(undefined4 *)(puVar2 + 1) = 0;
pcVar3 = (char *)FUN_00118700(0);
uVar4 = concat(*param_1,"str",0);
iVar1 = FUN_001268b0(pcVar3,uVar4);
if ((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))) {
/* WARNING: Subroutine does not return */
FUN_0011dd00("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");
}
FUN_00131030(puVar2,iVar1,4);
*(undefined8 **)(param_1[0x15] + 0x50) = puVar2;
return;
}
| JMP 0x00146ae0 | null | null | null | null | [(u'CALL_-1207211144', u'INT_NOTEQUAL_-1207211128'), (u'CALL_-1207211253', u'PTRADD_-1207210870'), ('const-1', u'PTRADD_-1207210871'), ('const-10', u'PTRADD_-1207210846'), (u'CAST_-1207210812', u'CALL_-1207211144'), ('const-433', u'STORE_-1207210927'), ('tmp_231', u'CBRANCH_-1207211112'), ('const-0', u'STORE_-1207210927'), (u'CALL_-1207211144', u'INT_NOTEQUAL_-1207211113'), ('const-0', u'CALL_-1207211210'), ('const-1', u'PTRADD_-1207210848'), (u'COPY_-1207210819', u'CALL_-1207211004'), (u'CALL_-1207211160', u'CAST_-1207210812'), ('const-1391811', u'COPY_-1207210820'), ('const-0', u'STORE_-1207211224'), (u'INT_ZEXT_-1207210968', u'CALL_-1207211071'), ('const-0', u'CALL_-1207211160'), (u'LOAD_-1207211112', u'INT_NOTEQUAL_-1207211096'), ('const-0', u'STORE_-1207210906'), ('const-0', u'STORE_-1207210923'), ('const-2', u'STORE_-1207211273'), (u'CALL_-1207211253', u'PTRADD_-1207210868'), ('const-0', u'STORE_-1207210921'), (u'PTRADD_-1207210846', u'STORE_-1207210905'), ('const-433', u'STORE_-1207210923'), ('const-4', u'CALL_-1207211071'), (u'CALL_-1207211253', u'PTRADD_-1207210866'), (u'PTRSUB_-1207210852', u'LOAD_-1207211209'), ('const-0', u'INT_NOTEQUAL_-1207211113'), ('const-1', u'PTRADD_-1207210873'), ('const-0', u'STORE_-1207210904'), ('const-3', u'PTRADD_-1207210870'), (u'PTRADD_-1207210873', u'STORE_-1207211238'), ('const-1', u'PTRADD_-1207210845'), ('const-433', u'STORE_-1207211238'), ('const-12', u'CALL_-1207211253'), (u'COPY_-1207210903', u'CALL_-1207211160'), ('const-0', u'PTRADD_-1207210873'), ('const-0', u'RETURN_-1207211027'), (u'PTRADD_-1207210848', u'STORE_-1207211224'), ('const-1', u'PTRADD_-1207210869'), (u'CALL_-1207211144', u'INT_ZEXT_-1207210968'), (u'CALL_-1207211253', u'PTRADD_-1207210871'), ('const-0', u'STORE_-1207210924'), (u'PTRSUB_-1207210786', u'LOAD_-1207211069'), (u'PTRADD_-1207210845', u'STORE_-1207210904'), ('const-1', u'PTRADD_-1207210846'), ('const-1', u'PTRADD_-1207210868'), (u'PTRADD_-1207210869', u'STORE_-1207210924'), (u'CALL_-1207211253', u'PTRADD_-1207210846'), ('const-1', u'PTRADD_-1207210872'), ('const-433', u'LOAD_-1207211209'), ('const-9', u'PTRADD_-1207210847'), (u'CALL_-1207211253', u'PTRADD_-1207210845'), ('tmp_203', u'CBRANCH_-1207211127'), (u'CALL_-1207211253', u'PTRADD_-1207210872'), ('const-1', u'PTRADD_-1207210866'), (u'PTRSUB_-1207210894', u'STORE_-1207211273'), ('const-433', u'LOAD_-1207211112'), (u'INT_ADD_-1207211043', u'CAST_-1207210756'), ('const-1', u'RETURN_-1207210999'), ('const-168', u'PTRSUB_-1207210786'), ('const-433', u'STORE_-1207210906'), ('const-1', u'PTRADD_-1207210867'), (u'PTRADD_-1207210871', u'STORE_-1207210926'), ('const-433', u'STORE_-1207211057'), (u'PTRADD_-1207210868', u'STORE_-1207210923'), ('const-0', u'STORE_-1207210925'), ('const-7', u'PTRADD_-1207210866'), (u'INT_NOTEQUAL_-1207211113', u'CBRANCH_-1207211112'), (u'CALL_-1207211253', u'PTRADD_-1207210848'), ('const-1394368', u'COPY_-1207210819'), ('const-433', u'STORE_-1207210904'), (u'CALL_-1207211253', u'CALL_-1207211071'), ('const-2', u'PTRADD_-1207210871'), (u'CALL_-1207211253', u'PTRADD_-1207210869'), ('const-0', u'STORE_-1207211238'), ('const-433', u'STORE_-1207210925'), ('const-0', u'PTRSUB_-1207210852'), ('const-1356682', u'COPY_-1207210903'), ('const-5', u'PTRADD_-1207210868'), ('const-1', u'PTRADD_-1207210847'), ('const-1', u'INT_NOTEQUAL_-1207211128'), (u'COPY_-1207210820', u'CALL_-1207211004'), (u'CALL_-1207211253', u'PTRADD_-1207210847'), (u'CALL_-1207211210', u'CALL_-1207211144'), ('const-0', u'STORE_-1207210922'), (u'CALL_-1207211253', u'PTRADD_-1207210867'), ('const-6', u'PTRADD_-1207210867'), ('tmp_374', u'PTRSUB_-1207210852'), (u'PTRADD_-1207210867', u'STORE_-1207210922'), (u'CALL_-1207211210', u'LOAD_-1207211112'), (u'LOAD_-1207211209', u'CALL_-1207211160'), (u'PTRADD_-1207210870', u'STORE_-1207210925'), ('const-1', u'PTRADD_-1207210872'), ('const-0', u'STORE_-1207210905'), ('tmp_374', u'PTRSUB_-1207210786'), ('const-1', u'PTRADD_-1207210870'), ('const-433', u'STORE_-1207211224'), ('tmp_266', u'CBRANCH_-1207211092'), ('const-433', u'STORE_-1207210905'), ('const-433', u'STORE_-1207210926'), (u'CAST_-1207210757', u'INT_ADD_-1207211043'), ('const-8', u'PTRADD_-1207210848'), (u'LOAD_-1207211069', u'CAST_-1207210757'), ('const-2130', u'CALL_-1207211004'), ('const-433', u'LOAD_-1207211069'), ('const-112', u'PTRSUB_-1207210894'), ('const-433', u'STORE_-1207210921'), (u'INT_NOTEQUAL_-1207211128', u'CBRANCH_-1207211127'), ('const-11', u'PTRADD_-1207210845'), (u'INT_NOTEQUAL_-1207211096', u'CBRANCH_-1207211092'), (u'CALL_-1207211253', u'PTRADD_-1207210873'), (u'PTRADD_-1207210847', u'STORE_-1207210906'), (u'PTRADD_-1207210872', u'STORE_-1207210927'), ('const-433', u'STORE_-1207210922'), ('const-80', u'INT_ADD_-1207211043'), (u'CALL_-1207211253', u'STORE_-1207211057'), (u'CAST_-1207210756', u'STORE_-1207211057'), (u'PTRADD_-1207210866', u'STORE_-1207210921'), ('const-0', u'INT_NOTEQUAL_-1207211096'), ('const-433', u'STORE_-1207211273'), ('const-0', u'STORE_-1207210926'), ('const-433', u'STORE_-1207210924'), ('tmp_374', u'PTRSUB_-1207210894'), ('const-4', u'PTRADD_-1207210869')] | [(u'CALL_-1207211253', u'CAST_-1207210880'), (u'CALL_-1207211144', u'INT_NOTEQUAL_-1207211128'), ('const-2130', u'CALL_-1207211004'), ('const-1', u'PTRADD_-1207210865'), (u'CALL_-1207211160', u'CALL_-1207211144'), (u'INT_NOTEQUAL_-1207211113', u'CBRANCH_-1207211112'), ('tmp_231', u'CBRANCH_-1207211112'), (u'INT_ADD_-1207211043', u'CAST_-1207210776'), (u'CALL_-1207211144', u'INT_NOTEQUAL_-1207211113'), ('const-4', u'CALL_-1207211071'), (u'COPY_-1207210819', u'CALL_-1207211004'), ('const-433', u'LOAD_-1207211069'), (u'CAST_-1207210880', u'STORE_-1207211238'), ('const-8', u'PTRADD_-1207210865'), ('const-0', u'CALL_-1207211160'), (u'PTRADD_-1207210787', u'LOAD_-1207211069'), ('const-8', u'PTRADD_-1207210895'), (u'CAST_-1207210854', u'CALL_-1207211144'), ('const-1394368', u'COPY_-1207210819'), (u'CAST_-1207210776', u'STORE_-1207211057'), (u'COPY_-1207210820', u'CALL_-1207211004'), (u'LOAD_-1207211112', u'INT_NOTEQUAL_-1207211096'), ('const-14', u'PTRADD_-1207210895'), ('const-433', u'STORE_-1207211238'), ('const-21', u'PTRADD_-1207210787'), ('const-8', u'PTRADD_-1207210787'), ('const-433', u'LOAD_-1207211209'), (u'LOAD_-1207211209', u'CALL_-1207211160'), ('const-2', u'STORE_-1207211273'), ('const-0', u'STORE_-1207211238'), ('tmp_768', u'LOAD_-1207211209'), ('const-0', u'INT_NOTEQUAL_-1207211113'), ('tmp_266', u'CBRANCH_-1207211092'), (u'CAST_-1207210880', u'PTRADD_-1207210865'), (u'COPY_-1207210903', u'CALL_-1207211160'), (u'CAST_-1207210880', u'CALL_-1207211071'), ('const-0', u'RETURN_-1207211027'), ('const-433', u'STORE_-1207211224'), ('const-433', u'STORE_-1207211273'), (u'INT_NOTEQUAL_-1207211128', u'CBRANCH_-1207211127'), ('const-12', u'CALL_-1207211253'), ('const-1356682', u'COPY_-1207210903'), ('const-433', u'LOAD_-1207211112'), (u'INT_NOTEQUAL_-1207211096', u'CBRANCH_-1207211092'), ('const-0', u'INT_NOTEQUAL_-1207211096'), ('const-0', u'STORE_-1207211224'), (u'LOAD_-1207211069', u'INT_ADD_-1207211043'), ('const-80', u'INT_ADD_-1207211043'), (u'CAST_-1207210893', u'STORE_-1207211273'), (u'PTRADD_-1207210895', u'CAST_-1207210893'), (u'PTRADD_-1207210865', u'CAST_-1207210862'), ('tmp_203', u'CBRANCH_-1207211127'), (u'CALL_-1207211210', u'CAST_-1207210854'), ('const-1', u'INT_NOTEQUAL_-1207211128'), ('const-1', u'RETURN_-1207210999'), (u'CAST_-1207210880', u'STORE_-1207211057'), ('tmp_768', u'PTRADD_-1207210895'), ('const-1391811', u'COPY_-1207210820'), ('const-0', u'CALL_-1207211210'), ('tmp_768', u'PTRADD_-1207210787'), (u'CALL_-1207211144', u'CALL_-1207211071'), ('const-433', u'STORE_-1207211057'), (u'CAST_-1207210862', u'STORE_-1207211224'), (u'CAST_-1207210854', u'LOAD_-1207211112')] | null | null | 00146b80 | x64 | O2 | (translation_unit "void thunk_FUN_00146ae0(undefined8 *param_1)\n\n{\n int iVar1;\n undefined8 *puVar2;\n char *pcVar3;\n undefined8 uVar4;\n \n *(undefined4 *)(param_1 + 0xe) = 2;\n puVar2 = (undefined8 *)FUN_00116fb0(0xc);\n *puVar2 = 0;\n *(undefined4 *)(puVar2 + 1) = 0;\n pcVar3 = (char *)FUN_00118700(0);\n uVar4 = concat(*param_1,"str",0);\n iVar1 = FUN_001268b0(pcVar3,uVar4);\n if ((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))) {\n /* WARNING: Subroutine does not return */\n FUN_0011dd00("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }\n FUN_00131030(puVar2,iVar1,4);\n *(undefined8 **)(param_1[0x15] + 0x50) = puVar2;\n return;\n}\n\n" (function_definition "void thunk_FUN_00146ae0(undefined8 *param_1)\n\n{\n int iVar1;\n undefined8 *puVar2;\n char *pcVar3;\n undefined8 uVar4;\n \n *(undefined4 *)(param_1 + 0xe) = 2;\n puVar2 = (undefined8 *)FUN_00116fb0(0xc);\n *puVar2 = 0;\n *(undefined4 *)(puVar2 + 1) = 0;\n pcVar3 = (char *)FUN_00118700(0);\n uVar4 = concat(*param_1,"str",0);\n iVar1 = FUN_001268b0(pcVar3,uVar4);\n if ((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))) {\n /* WARNING: Subroutine does not return */\n FUN_0011dd00("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }\n FUN_00131030(puVar2,iVar1,4);\n *(undefined8 **)(param_1[0x15] + 0x50) = puVar2;\n return;\n}" primitive_type (function_declarator "thunk_FUN_00146ae0(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int iVar1;\n undefined8 *puVar2;\n char *pcVar3;\n undefined8 uVar4;\n \n *(undefined4 *)(param_1 + 0xe) = 2;\n puVar2 = (undefined8 *)FUN_00116fb0(0xc);\n *puVar2 = 0;\n *(undefined4 *)(puVar2 + 1) = 0;\n pcVar3 = (char *)FUN_00118700(0);\n uVar4 = concat(*param_1,"str",0);\n iVar1 = FUN_001268b0(pcVar3,uVar4);\n if ((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))) {\n /* WARNING: Subroutine does not return */\n FUN_0011dd00("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }\n FUN_00131030(puVar2,iVar1,4);\n *(undefined8 **)(param_1[0x15] + 0x50) = puVar2;\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (expression_statement "*(undefined4 *)(param_1 + 0xe) = 2;" (assignment_expression "*(undefined4 *)(param_1 + 0xe) = 2" (pointer_expression "*(undefined4 *)(param_1 + 0xe)" * (cast_expression "(undefined4 *)(param_1 + 0xe)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xe)" ( (binary_expression "param_1 + 0xe" identifier + number_literal) )))) = number_literal) ;) (expression_statement "puVar2 = (undefined8 *)FUN_00116fb0(0xc);" (assignment_expression "puVar2 = (undefined8 *)FUN_00116fb0(0xc)" identifier = (cast_expression "(undefined8 *)FUN_00116fb0(0xc)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00116fb0(0xc)" identifier (argument_list "(0xc)" ( number_literal ))))) ;) (expression_statement "*puVar2 = 0;" (assignment_expression "*puVar2 = 0" (pointer_expression "*puVar2" * identifier) = number_literal) ;) (expression_statement "*(undefined4 *)(puVar2 + 1) = 0;" (assignment_expression "*(undefined4 *)(puVar2 + 1) = 0" (pointer_expression "*(undefined4 *)(puVar2 + 1)" * (cast_expression "(undefined4 *)(puVar2 + 1)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 1)" ( (binary_expression "puVar2 + 1" identifier + number_literal) )))) = number_literal) ;) (expression_statement "pcVar3 = (char *)FUN_00118700(0);" (assignment_expression "pcVar3 = (char *)FUN_00118700(0)" identifier = (cast_expression "(char *)FUN_00118700(0)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00118700(0)" identifier (argument_list "(0)" ( number_literal ))))) ;) (expression_statement "uVar4 = concat(*param_1,"str",0);" (assignment_expression "uVar4 = concat(*param_1,"str",0)" identifier = (call_expression "concat(*param_1,"str",0)" identifier (argument_list "(*param_1,"str",0)" ( (pointer_expression "*param_1" * identifier) , (string_literal ""str"" " string_content ") , number_literal )))) ;) (expression_statement "iVar1 = FUN_001268b0(pcVar3,uVar4);" (assignment_expression "iVar1 = FUN_001268b0(pcVar3,uVar4)" identifier = (call_expression "FUN_001268b0(pcVar3,uVar4)" identifier (argument_list "(pcVar3,uVar4)" ( identifier , identifier )))) ;) (if_statement "if ((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))) {\n /* WARNING: Subroutine does not return */\n FUN_0011dd00("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }" if (parenthesized_expression "((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0'))))" ( (binary_expression "(iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))" (parenthesized_expression "(iVar1 != 1)" ( (binary_expression "iVar1 != 1" identifier != number_literal) )) && (parenthesized_expression "((iVar1 != 0 || (*pcVar3 != '\0')))" ( (parenthesized_expression "(iVar1 != 0 || (*pcVar3 != '\0'))" ( (binary_expression "iVar1 != 0 || (*pcVar3 != '\0')" (binary_expression "iVar1 != 0" identifier != number_literal) || (parenthesized_expression "(*pcVar3 != '\0')" ( (binary_expression "*pcVar3 != '\0'" (pointer_expression "*pcVar3" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ))) )) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0011dd00("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }" { comment (expression_statement "FUN_0011dd00("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");" (call_expression "FUN_0011dd00("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section")" identifier (argument_list "("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section")" ( (string_literal ""../../gas/config/obj-elf.c"" " string_content ") , number_literal , (string_literal ""obj_elf_init_stab_section"" " string_content ") ))) ;) })) (expression_statement "FUN_00131030(puVar2,iVar1,4);" (call_expression "FUN_00131030(puVar2,iVar1,4)" identifier (argument_list "(puVar2,iVar1,4)" ( identifier , identifier , number_literal ))) ;) (expression_statement "*(undefined8 **)(param_1[0x15] + 0x50) = puVar2;" (assignment_expression "*(undefined8 **)(param_1[0x15] + 0x50) = puVar2" (pointer_expression "*(undefined8 **)(param_1[0x15] + 0x50)" * (cast_expression "(undefined8 **)(param_1[0x15] + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1[0x15] + 0x50)" ( (binary_expression "param_1[0x15] + 0x50" (subscript_expression "param_1[0x15]" identifier [ number_literal ]) + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) }))) | (translation_unit "void elf_init_stab_section(segT seg)\n\n{\n uint uVar1;\n char *buf;\n char *string;\n char *stabstr_secname;\n \n seg->alignment_power = 2;\n buf = frag_more(0xc);\n buf[0] = '\0';\n buf[1] = '\0';\n buf[2] = '\0';\n buf[3] = '\0';\n buf[4] = '\0';\n buf[5] = '\0';\n buf[6] = '\0';\n buf[7] = '\0';\n buf[8] = '\0';\n buf[9] = '\0';\n buf[10] = '\0';\n buf[0xb] = '\0';\n string = as_where((uint *)0x0);\n stabstr_secname = (char *)concat(seg->name,"str",0);\n uVar1 = get_stab_string_offset(string,stabstr_secname);\n if ((uVar1 != 1) && ((uVar1 != 0 || (*string != '\0')))) {\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }\n number_to_chars_littleendian(buf,(ulong)uVar1,4);\n *(char **)((long)seg->userdata + 0x50) = buf;\n return;\n}\n\n" (function_definition "void elf_init_stab_section(segT seg)\n\n{\n uint uVar1;\n char *buf;\n char *string;\n char *stabstr_secname;\n \n seg->alignment_power = 2;\n buf = frag_more(0xc);\n buf[0] = '\0';\n buf[1] = '\0';\n buf[2] = '\0';\n buf[3] = '\0';\n buf[4] = '\0';\n buf[5] = '\0';\n buf[6] = '\0';\n buf[7] = '\0';\n buf[8] = '\0';\n buf[9] = '\0';\n buf[10] = '\0';\n buf[0xb] = '\0';\n string = as_where((uint *)0x0);\n stabstr_secname = (char *)concat(seg->name,"str",0);\n uVar1 = get_stab_string_offset(string,stabstr_secname);\n if ((uVar1 != 1) && ((uVar1 != 0 || (*string != '\0')))) {\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }\n number_to_chars_littleendian(buf,(ulong)uVar1,4);\n *(char **)((long)seg->userdata + 0x50) = buf;\n return;\n}" primitive_type (function_declarator "elf_init_stab_section(segT seg)" identifier (parameter_list "(segT seg)" ( (parameter_declaration "segT seg" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n char *buf;\n char *string;\n char *stabstr_secname;\n \n seg->alignment_power = 2;\n buf = frag_more(0xc);\n buf[0] = '\0';\n buf[1] = '\0';\n buf[2] = '\0';\n buf[3] = '\0';\n buf[4] = '\0';\n buf[5] = '\0';\n buf[6] = '\0';\n buf[7] = '\0';\n buf[8] = '\0';\n buf[9] = '\0';\n buf[10] = '\0';\n buf[0xb] = '\0';\n string = as_where((uint *)0x0);\n stabstr_secname = (char *)concat(seg->name,"str",0);\n uVar1 = get_stab_string_offset(string,stabstr_secname);\n if ((uVar1 != 1) && ((uVar1 != 0 || (*string != '\0')))) {\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }\n number_to_chars_littleendian(buf,(ulong)uVar1,4);\n *(char **)((long)seg->userdata + 0x50) = buf;\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "char *buf;" primitive_type (pointer_declarator "*buf" * identifier) ;) (declaration "char *string;" primitive_type (pointer_declarator "*string" * identifier) ;) (declaration "char *stabstr_secname;" primitive_type (pointer_declarator "*stabstr_secname" * identifier) ;) (expression_statement "seg->alignment_power = 2;" (assignment_expression "seg->alignment_power = 2" (field_expression "seg->alignment_power" identifier -> field_identifier) = number_literal) ;) (expression_statement "buf = frag_more(0xc);" (assignment_expression "buf = frag_more(0xc)" identifier = (call_expression "frag_more(0xc)" identifier (argument_list "(0xc)" ( number_literal )))) ;) (expression_statement "buf[0] = '\0';" (assignment_expression "buf[0] = '\0'" (subscript_expression "buf[0]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "buf[1] = '\0';" (assignment_expression "buf[1] = '\0'" (subscript_expression "buf[1]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "buf[2] = '\0';" (assignment_expression "buf[2] = '\0'" (subscript_expression "buf[2]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "buf[3] = '\0';" (assignment_expression "buf[3] = '\0'" (subscript_expression "buf[3]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "buf[4] = '\0';" (assignment_expression "buf[4] = '\0'" (subscript_expression "buf[4]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "buf[5] = '\0';" (assignment_expression "buf[5] = '\0'" (subscript_expression "buf[5]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "buf[6] = '\0';" (assignment_expression "buf[6] = '\0'" (subscript_expression "buf[6]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "buf[7] = '\0';" (assignment_expression "buf[7] = '\0'" (subscript_expression "buf[7]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "buf[8] = '\0';" (assignment_expression "buf[8] = '\0'" (subscript_expression "buf[8]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "buf[9] = '\0';" (assignment_expression "buf[9] = '\0'" (subscript_expression "buf[9]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "buf[10] = '\0';" (assignment_expression "buf[10] = '\0'" (subscript_expression "buf[10]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "buf[0xb] = '\0';" (assignment_expression "buf[0xb] = '\0'" (subscript_expression "buf[0xb]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "string = as_where((uint *)0x0);" (assignment_expression "string = as_where((uint *)0x0)" identifier = (call_expression "as_where((uint *)0x0)" identifier (argument_list "((uint *)0x0)" ( (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) )))) ;) (expression_statement "stabstr_secname = (char *)concat(seg->name,"str",0);" (assignment_expression "stabstr_secname = (char *)concat(seg->name,"str",0)" identifier = (cast_expression "(char *)concat(seg->name,"str",0)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "concat(seg->name,"str",0)" identifier (argument_list "(seg->name,"str",0)" ( (field_expression "seg->name" identifier -> field_identifier) , (string_literal ""str"" " string_content ") , number_literal ))))) ;) (expression_statement "uVar1 = get_stab_string_offset(string,stabstr_secname);" (assignment_expression "uVar1 = get_stab_string_offset(string,stabstr_secname)" identifier = (call_expression "get_stab_string_offset(string,stabstr_secname)" identifier (argument_list "(string,stabstr_secname)" ( identifier , identifier )))) ;) (if_statement "if ((uVar1 != 1) && ((uVar1 != 0 || (*string != '\0')))) {\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }" if (parenthesized_expression "((uVar1 != 1) && ((uVar1 != 0 || (*string != '\0'))))" ( (binary_expression "(uVar1 != 1) && ((uVar1 != 0 || (*string != '\0')))" (parenthesized_expression "(uVar1 != 1)" ( (binary_expression "uVar1 != 1" identifier != number_literal) )) && (parenthesized_expression "((uVar1 != 0 || (*string != '\0')))" ( (parenthesized_expression "(uVar1 != 0 || (*string != '\0'))" ( (binary_expression "uVar1 != 0 || (*string != '\0')" (binary_expression "uVar1 != 0" identifier != number_literal) || (parenthesized_expression "(*string != '\0')" ( (binary_expression "*string != '\0'" (pointer_expression "*string" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ))) )) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }" { comment (expression_statement "as_abort("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");" (call_expression "as_abort("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section")" identifier (argument_list "("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section")" ( (string_literal ""../../gas/config/obj-elf.c"" " string_content ") , number_literal , (string_literal ""obj_elf_init_stab_section"" " string_content ") ))) ;) })) (expression_statement "number_to_chars_littleendian(buf,(ulong)uVar1,4);" (call_expression "number_to_chars_littleendian(buf,(ulong)uVar1,4)" identifier (argument_list "(buf,(ulong)uVar1,4)" ( identifier , (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier) , number_literal ))) ;) (expression_statement "*(char **)((long)seg->userdata + 0x50) = buf;" (assignment_expression "*(char **)((long)seg->userdata + 0x50) = buf" (pointer_expression "*(char **)((long)seg->userdata + 0x50)" * (cast_expression "(char **)((long)seg->userdata + 0x50)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)seg->userdata + 0x50)" ( (binary_expression "(long)seg->userdata + 0x50" (cast_expression "(long)seg->userdata" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "seg->userdata" identifier -> field_identifier)) + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) }))) | (translation_unit "void thunk_FUN_00146ae0(undefined8 *param_1)\n\n{\n int iVar1;\n undefined8 *puVar2;\n char *pcVar3;\n undefined8 uVar4;\n \n *(undefined4 *)(param_1 + 0xe) = 2;\n puVar2 = (undefined8 *)FUN_00116fb0(0xc);\n *puVar2 = 0;\n *(undefined4 *)(puVar2 + 1) = 0;\n pcVar3 = (char *)FUN_00118700(0);\n uVar4 = concat(*param_1,"str",0);\n iVar1 = FUN_001268b0(pcVar3,uVar4);\n if ((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))) {\n \n FUN_0011dd00("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }\n FUN_00131030(puVar2,iVar1,4);\n *(undefined8 **)(param_1[0x15] + 0x50) = puVar2;\n return;\n}\n\n" (function_definition "void thunk_FUN_00146ae0(undefined8 *param_1)\n\n{\n int iVar1;\n undefined8 *puVar2;\n char *pcVar3;\n undefined8 uVar4;\n \n *(undefined4 *)(param_1 + 0xe) = 2;\n puVar2 = (undefined8 *)FUN_00116fb0(0xc);\n *puVar2 = 0;\n *(undefined4 *)(puVar2 + 1) = 0;\n pcVar3 = (char *)FUN_00118700(0);\n uVar4 = concat(*param_1,"str",0);\n iVar1 = FUN_001268b0(pcVar3,uVar4);\n if ((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))) {\n \n FUN_0011dd00("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }\n FUN_00131030(puVar2,iVar1,4);\n *(undefined8 **)(param_1[0x15] + 0x50) = puVar2;\n return;\n}" primitive_type (function_declarator "thunk_FUN_00146ae0(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int iVar1;\n undefined8 *puVar2;\n char *pcVar3;\n undefined8 uVar4;\n \n *(undefined4 *)(param_1 + 0xe) = 2;\n puVar2 = (undefined8 *)FUN_00116fb0(0xc);\n *puVar2 = 0;\n *(undefined4 *)(puVar2 + 1) = 0;\n pcVar3 = (char *)FUN_00118700(0);\n uVar4 = concat(*param_1,"str",0);\n iVar1 = FUN_001268b0(pcVar3,uVar4);\n if ((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))) {\n \n FUN_0011dd00("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }\n FUN_00131030(puVar2,iVar1,4);\n *(undefined8 **)(param_1[0x15] + 0x50) = puVar2;\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (expression_statement "*(undefined4 *)(param_1 + 0xe) = 2;" (assignment_expression "*(undefined4 *)(param_1 + 0xe) = 2" (pointer_expression "*(undefined4 *)(param_1 + 0xe)" * (cast_expression "(undefined4 *)(param_1 + 0xe)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xe)" ( (binary_expression "param_1 + 0xe" identifier + number_literal) )))) = number_literal) ;) (expression_statement "puVar2 = (undefined8 *)FUN_00116fb0(0xc);" (assignment_expression "puVar2 = (undefined8 *)FUN_00116fb0(0xc)" identifier = (cast_expression "(undefined8 *)FUN_00116fb0(0xc)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00116fb0(0xc)" identifier (argument_list "(0xc)" ( number_literal ))))) ;) (expression_statement "*puVar2 = 0;" (assignment_expression "*puVar2 = 0" (pointer_expression "*puVar2" * identifier) = number_literal) ;) (expression_statement "*(undefined4 *)(puVar2 + 1) = 0;" (assignment_expression "*(undefined4 *)(puVar2 + 1) = 0" (pointer_expression "*(undefined4 *)(puVar2 + 1)" * (cast_expression "(undefined4 *)(puVar2 + 1)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 1)" ( (binary_expression "puVar2 + 1" identifier + number_literal) )))) = number_literal) ;) (expression_statement "pcVar3 = (char *)FUN_00118700(0);" (assignment_expression "pcVar3 = (char *)FUN_00118700(0)" identifier = (cast_expression "(char *)FUN_00118700(0)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00118700(0)" identifier (argument_list "(0)" ( number_literal ))))) ;) (expression_statement "uVar4 = concat(*param_1,"str",0);" (assignment_expression "uVar4 = concat(*param_1,"str",0)" identifier = (call_expression "concat(*param_1,"str",0)" identifier (argument_list "(*param_1,"str",0)" ( (pointer_expression "*param_1" * identifier) , (string_literal ""str"" " string_content ") , number_literal )))) ;) (expression_statement "iVar1 = FUN_001268b0(pcVar3,uVar4);" (assignment_expression "iVar1 = FUN_001268b0(pcVar3,uVar4)" identifier = (call_expression "FUN_001268b0(pcVar3,uVar4)" identifier (argument_list "(pcVar3,uVar4)" ( identifier , identifier )))) ;) (if_statement "if ((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))) {\n \n FUN_0011dd00("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }" if (parenthesized_expression "((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0'))))" ( (binary_expression "(iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))" (parenthesized_expression "(iVar1 != 1)" ( (binary_expression "iVar1 != 1" identifier != number_literal) )) && (parenthesized_expression "((iVar1 != 0 || (*pcVar3 != '\0')))" ( (parenthesized_expression "(iVar1 != 0 || (*pcVar3 != '\0'))" ( (binary_expression "iVar1 != 0 || (*pcVar3 != '\0')" (binary_expression "iVar1 != 0" identifier != number_literal) || (parenthesized_expression "(*pcVar3 != '\0')" ( (binary_expression "*pcVar3 != '\0'" (pointer_expression "*pcVar3" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ))) )) ))) )) (compound_statement "{\n \n FUN_0011dd00("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }" { (expression_statement "FUN_0011dd00("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");" (call_expression "FUN_0011dd00("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section")" identifier (argument_list "("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section")" ( (string_literal ""../../gas/config/obj-elf.c"" " string_content ") , number_literal , (string_literal ""obj_elf_init_stab_section"" " string_content ") ))) ;) })) (expression_statement "FUN_00131030(puVar2,iVar1,4);" (call_expression "FUN_00131030(puVar2,iVar1,4)" identifier (argument_list "(puVar2,iVar1,4)" ( identifier , identifier , number_literal ))) ;) (expression_statement "*(undefined8 **)(param_1[0x15] + 0x50) = puVar2;" (assignment_expression "*(undefined8 **)(param_1[0x15] + 0x50) = puVar2" (pointer_expression "*(undefined8 **)(param_1[0x15] + 0x50)" * (cast_expression "(undefined8 **)(param_1[0x15] + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1[0x15] + 0x50)" ( (binary_expression "param_1[0x15] + 0x50" (subscript_expression "param_1[0x15]" identifier [ number_literal ]) + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * IDENT) , (string_literal " string_content ") , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression IDENT != LIT) || (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (char_literal ' escape_sequence ')) ))) )) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) = IDENT) ;) (return_statement return ;) }))) | (function_definition "void thunk_FUN_00146ae0(undefined8 *param_1)\n\n{\n int iVar1;\n undefined8 *puVar2;\n char *pcVar3;\n undefined8 uVar4;\n \n *(undefined4 *)(param_1 + 0xe) = 2;\n puVar2 = (undefined8 *)FUN_00116fb0(0xc);\n *puVar2 = 0;\n *(undefined4 *)(puVar2 + 1) = 0;\n pcVar3 = (char *)FUN_00118700(0);\n uVar4 = concat(*param_1,"str",0);\n iVar1 = FUN_001268b0(pcVar3,uVar4);\n if ((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))) {\n \n FUN_0011dd00("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }\n FUN_00131030(puVar2,iVar1,4);\n *(undefined8 **)(param_1[0x15] + 0x50) = puVar2;\n return;\n}" (primitive_type "void") (function_declarator "thunk_FUN_00146ae0(undefined8 *param_1)" (identifier "thunk_FUN_00146ae0") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n int iVar1;\n undefined8 *puVar2;\n char *pcVar3;\n undefined8 uVar4;\n \n *(undefined4 *)(param_1 + 0xe) = 2;\n puVar2 = (undefined8 *)FUN_00116fb0(0xc);\n *puVar2 = 0;\n *(undefined4 *)(puVar2 + 1) = 0;\n pcVar3 = (char *)FUN_00118700(0);\n uVar4 = concat(*param_1,"str",0);\n iVar1 = FUN_001268b0(pcVar3,uVar4);\n if ((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))) {\n \n FUN_0011dd00("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }\n FUN_00131030(puVar2,iVar1,4);\n *(undefined8 **)(param_1[0x15] + 0x50) = puVar2;\n return;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "undefined8 *puVar2;" (type_identifier "undefined8") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "char *pcVar3;" (primitive_type "char") (pointer_declarator "*pcVar3" (* "*") (identifier "pcVar3")) (; ";")) (declaration "undefined8 uVar4;" (type_identifier "undefined8") (identifier "uVar4") (; ";")) (expression_statement "*(undefined4 *)(param_1 + 0xe) = 2;" (assignment_expression "*(undefined4 *)(param_1 + 0xe) = 2" (pointer_expression "*(undefined4 *)(param_1 + 0xe)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0xe)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xe)" (( "(") (binary_expression "param_1 + 0xe" (identifier "param_1") (+ "+") (number_literal "0xe")) () ")")))) (= "=") (number_literal "2")) (; ";")) (expression_statement "puVar2 = (undefined8 *)FUN_00116fb0(0xc);" (assignment_expression "puVar2 = (undefined8 *)FUN_00116fb0(0xc)" (identifier "puVar2") (= "=") (cast_expression "(undefined8 *)FUN_00116fb0(0xc)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00116fb0(0xc)" (identifier "FUN_00116fb0") (argument_list "(0xc)" (( "(") (number_literal "0xc") () ")"))))) (; ";")) (expression_statement "*puVar2 = 0;" (assignment_expression "*puVar2 = 0" (pointer_expression "*puVar2" (* "*") (identifier "puVar2")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined4 *)(puVar2 + 1) = 0;" (assignment_expression "*(undefined4 *)(puVar2 + 1) = 0" (pointer_expression "*(undefined4 *)(puVar2 + 1)" (* "*") (cast_expression "(undefined4 *)(puVar2 + 1)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar2 + 1)" (( "(") (binary_expression "puVar2 + 1" (identifier "puVar2") (+ "+") (number_literal "1")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "pcVar3 = (char *)FUN_00118700(0);" (assignment_expression "pcVar3 = (char *)FUN_00118700(0)" (identifier "pcVar3") (= "=") (cast_expression "(char *)FUN_00118700(0)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00118700(0)" (identifier "FUN_00118700") (argument_list "(0)" (( "(") (number_literal "0") () ")"))))) (; ";")) (expression_statement "uVar4 = concat(*param_1,"str",0);" (assignment_expression "uVar4 = concat(*param_1,"str",0)" (identifier "uVar4") (= "=") (call_expression "concat(*param_1,"str",0)" (identifier "concat") (argument_list "(*param_1,"str",0)" (( "(") (pointer_expression "*param_1" (* "*") (identifier "param_1")) (, ",") (string_literal ""str"" (" """) (string_content "str") (" """)) (, ",") (number_literal "0") () ")")))) (; ";")) (expression_statement "iVar1 = FUN_001268b0(pcVar3,uVar4);" (assignment_expression "iVar1 = FUN_001268b0(pcVar3,uVar4)" (identifier "iVar1") (= "=") (call_expression "FUN_001268b0(pcVar3,uVar4)" (identifier "FUN_001268b0") (argument_list "(pcVar3,uVar4)" (( "(") (identifier "pcVar3") (, ",") (identifier "uVar4") () ")")))) (; ";")) (if_statement "if ((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))) {\n \n FUN_0011dd00("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }" (if "if") (parenthesized_expression "((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0'))))" (( "(") (binary_expression "(iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))" (parenthesized_expression "(iVar1 != 1)" (( "(") (binary_expression "iVar1 != 1" (identifier "iVar1") (!= "!=") (number_literal "1")) () ")")) (&& "&&") (parenthesized_expression "((iVar1 != 0 || (*pcVar3 != '\0')))" (( "(") (parenthesized_expression "(iVar1 != 0 || (*pcVar3 != '\0'))" (( "(") (binary_expression "iVar1 != 0 || (*pcVar3 != '\0')" (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0")) (|| "||") (parenthesized_expression "(*pcVar3 != '\0')" (( "(") (binary_expression "*pcVar3 != '\0'" (pointer_expression "*pcVar3" (* "*") (identifier "pcVar3")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) () ")"))) () ")")) (compound_statement "{\n \n FUN_0011dd00("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }" ({ "{") (expression_statement "FUN_0011dd00("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");" (call_expression "FUN_0011dd00("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section")" (identifier "FUN_0011dd00") (argument_list "("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section")" (( "(") (string_literal ""../../gas/config/obj-elf.c"" (" """) (string_content "../../gas/config/obj-elf.c") (" """)) (, ",") (number_literal "0x852") (, ",") (string_literal ""obj_elf_init_stab_section"" (" """) (string_content "obj_elf_init_stab_section") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_00131030(puVar2,iVar1,4);" (call_expression "FUN_00131030(puVar2,iVar1,4)" (identifier "FUN_00131030") (argument_list "(puVar2,iVar1,4)" (( "(") (identifier "puVar2") (, ",") (identifier "iVar1") (, ",") (number_literal "4") () ")"))) (; ";")) (expression_statement "*(undefined8 **)(param_1[0x15] + 0x50) = puVar2;" (assignment_expression "*(undefined8 **)(param_1[0x15] + 0x50) = puVar2" (pointer_expression "*(undefined8 **)(param_1[0x15] + 0x50)" (* "*") (cast_expression "(undefined8 **)(param_1[0x15] + 0x50)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1[0x15] + 0x50)" (( "(") (binary_expression "param_1[0x15] + 0x50" (subscript_expression "param_1[0x15]" (identifier "param_1") ([ "[") (number_literal "0x15") (] "]")) (+ "+") (number_literal "0x50")) () ")")))) (= "=") (identifier "puVar2")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
void function_1(type_1 seg)
{
type_2 var_5;
char *buf;
char *string;
char *stabstr_secname;
seg->alignment_power = 2;
buf = var_1(0xc);
buf[0] = '\0';
buf[1] = '\0';
buf[2] = '\0';
buf[3] = '\0';
buf[4] = '\0';
buf[5] = '\0';
buf[6] = '\0';
buf[7] = '\0';
buf[8] = '\0';
buf[9] = '\0';
buf[10] = '\0';
buf[0xb] = '\0';
string = var_2((type_2 *)0x0);
stabstr_secname = (char *)var_3(seg->name,"str",0);
var_5 = var_4(string,stabstr_secname);
if ((var_5 != 1) && ((var_5 != 0 || (*string != '\0')))) {
/* WARNING: Subroutine does not return */
var_6("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");
}
var_7(buf,(type_3)var_5,4);
*(char **)((long)seg->userdata + 0x50) = buf;
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (string_literal (string_content)) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence))))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) right: (identifier))) (return_statement)))) | null |
void MASKED(undefined8 *param_1)
{
int iVar1;
undefined8 *puVar2;
char *pcVar3;
undefined8 uVar4;
*(undefined4 *)(param_1 + 0xe) = 2;
puVar2 = (undefined8 *)FUN_00116fb0(0xc);
*puVar2 = 0;
*(undefined4 *)(puVar2 + 1) = 0;
pcVar3 = (char *)FUN_00118700(0);
uVar4 = concat(*param_1,"str",0);
iVar1 = FUN_001268b0(pcVar3,uVar4);
if ((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))) {
/* WARNING: Subroutine does not return */
FUN_0011dd00("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");
}
FUN_00131030(puVar2,iVar1,4);
*(undefined8 **)(param_1[0x15] + 0x50) = puVar2;
return;
}
|
306_powerpc-linux-gnu-objdump_and_powerpc-linux-gnu-objdump_strip.c | pr_function_type | FUN_00127730 |
bfd_boolean pr_function_type(void *p,int argcount,bfd_boolean varargs)
{
bfd_boolean bVar1;
void *__ptr;
char *pcVar2;
size_t sVar3;
char *pcVar4;
long lVar5;
ulong uVar6;
int iVar7;
pr_handle *info;
bool bVar8;
if (*(long *)((long)p + 0x10) == 0) {
/* WARNING: Subroutine does not return */
__assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type");
}
if (argcount < 1) {
pcVar2 = (char *)xmalloc(0x19);
builtin_strncpy(pcVar2,"(|) (",6);
if (argcount == 0) {
if (varargs != 0) {
sVar3 = strlen(pcVar2);
builtin_strncpy(pcVar2 + sVar3,"...",4);
}
}
else {
builtin_strncpy(pcVar2 + 5,"/* unknown */",0xe);
}
}
else {
iVar7 = 10;
__ptr = (void *)xmalloc((long)argcount << 3);
lVar5 = (long)(int)(argcount - 1U);
do {
bVar1 = substitute_type((pr_handle *)p,"");
if (bVar1 == 0) {
free(__ptr);
return 0;
}
pcVar2 = pop_type((pr_handle *)((long)p + 0x10));
*(char **)((long)__ptr + lVar5 * 8) = pcVar2;
if (pcVar2 == (char *)0x0) {
free(__ptr);
return 0;
}
lVar5 = lVar5 + -1;
sVar3 = strlen(pcVar2);
iVar7 = iVar7 + 2 + (int)sVar3;
} while ((int)lVar5 != -1);
if (varargs != 0) {
iVar7 = iVar7 + 5;
}
pcVar2 = (char *)xmalloc(iVar7);
builtin_strncpy(pcVar2,"(|) (",6);
uVar6 = 0;
do {
if (uVar6 != 0) {
sVar3 = strlen(pcVar2);
pcVar4 = pcVar2 + sVar3;
pcVar4[0] = ',';
pcVar4[1] = ' ';
pcVar4[2] = '\0';
}
sVar3 = strlen(pcVar2);
pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar6 * 8));
bVar8 = argcount - 1U != uVar6;
uVar6 = uVar6 + 1;
} while (bVar8);
if (varargs != 0) {
pcVar4[2] = '\0';
pcVar4[0] = ',';
pcVar4[1] = ' ';
sVar3 = strlen(pcVar2);
builtin_strncpy(pcVar2 + sVar3,"...",4);
}
free(__ptr);
}
sVar3 = strlen(pcVar2);
(pcVar2 + sVar3)[0] = ')';
(pcVar2 + sVar3)[1] = '\0';
bVar1 = substitute_type((pr_handle *)p,pcVar2);
if (bVar1 != 0) {
free(pcVar2);
bVar1 = 1;
}
return bVar1;
}
|
undefined8 FUN_00127730(long param_1,int param_2,int param_3)
{
int iVar1;
void *__ptr;
char *pcVar2;
size_t sVar3;
char *pcVar4;
undefined8 uVar5;
long lVar6;
ulong uVar7;
int iVar8;
bool bVar9;
if (*(long *)(param_1 + 0x10) == 0) {
/* WARNING: Subroutine does not return */
__assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type");
}
if (param_2 < 1) {
pcVar2 = (char *)xmalloc(0x19);
builtin_strncpy(pcVar2,"(|) (",6);
if (param_2 == 0) {
if (param_3 != 0) {
sVar3 = strlen(pcVar2);
builtin_strncpy(pcVar2 + sVar3,"...",4);
}
}
else {
builtin_strncpy(pcVar2 + 5,"/* unknown */",0xe);
}
}
else {
iVar8 = 10;
__ptr = (void *)xmalloc((long)param_2 << 3);
lVar6 = (long)(int)(param_2 - 1U);
do {
iVar1 = FUN_00127110(param_1,&DAT_0013da2a);
if (iVar1 == 0) {
free(__ptr);
return 0;
}
pcVar2 = (char *)FUN_00126930(param_1 + 0x10);
*(char **)((long)__ptr + lVar6 * 8) = pcVar2;
if (pcVar2 == (char *)0x0) {
free(__ptr);
return 0;
}
lVar6 = lVar6 + -1;
sVar3 = strlen(pcVar2);
iVar8 = iVar8 + 2 + (int)sVar3;
} while ((int)lVar6 != -1);
if (param_3 != 0) {
iVar8 = iVar8 + 5;
}
pcVar2 = (char *)xmalloc(iVar8);
builtin_strncpy(pcVar2,"(|) (",6);
uVar7 = 0;
do {
if (uVar7 != 0) {
sVar3 = strlen(pcVar2);
pcVar4 = pcVar2 + sVar3;
pcVar4[0] = ',';
pcVar4[1] = ' ';
pcVar4[2] = '\0';
}
sVar3 = strlen(pcVar2);
pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8));
bVar9 = param_2 - 1U != uVar7;
uVar7 = uVar7 + 1;
} while (bVar9);
if (param_3 != 0) {
pcVar4[2] = '\0';
pcVar4[0] = ',';
pcVar4[1] = ' ';
sVar3 = strlen(pcVar2);
builtin_strncpy(pcVar2 + sVar3,"...",4);
}
free(__ptr);
}
sVar3 = strlen(pcVar2);
(pcVar2 + sVar3)[0] = ')';
(pcVar2 + sVar3)[1] = '\0';
uVar5 = FUN_00127110(param_1,pcVar2);
if ((int)uVar5 != 0) {
free(pcVar2);
uVar5 = 1;
}
return uVar5;
}
| PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x18
CMP qword ptr [RDI + 0x10],0x0
JZ 0x00127943
MOV R13,RDI
MOV EBX,ESI
MOV R15D,EDX
TEST ESI,ESI
JLE 0x00127898
MOVSXD RDI,ESI
MOV EBP,0xa
LEA R14,[R13 + 0x10]
SHL RDI,0x3
CALL 0x00107350
MOV R12,RAX
LEA EAX,[RBX + -0x1]
MOV dword ptr [RSP + 0xc],EAX
MOVSXD RBX,EAX
NOP dword ptr [RAX + RAX*0x1]
LEA RSI,[0x13da2a]
MOV RDI,R13
CALL 0x00127110
TEST EAX,EAX
JZ 0x001278d8
MOV RDI,R14
CALL 0x00126930
MOV qword ptr [R12 + RBX*0x8],RAX
TEST RAX,RAX
JZ 0x00127900
MOV RDI,RAX
SUB RBX,0x1
CALL 0x00107250
LEA EBP,[RBP + RAX*0x1 + 0x2]
CMP EBX,-0x1
JNZ 0x00127780
TEST R15D,R15D
LEA EAX,[RBP + 0x5]
CMOVNZ EBP,EAX
XOR EBX,EBX
MOV EDI,EBP
CALL 0x00107350
MOV R9D,0x28
MOV R14D,dword ptr [RSP + 0xc]
MOV RBP,RAX
MOV dword ptr [RAX],0x20297c28
MOV word ptr [RAX + 0x4],R9W
JMP 0x001277f3
MOV RBX,RDX
TEST RBX,RBX
JZ 0x0012780f
MOV RDI,RBP
CALL 0x00107250
MOV ESI,0x202c
ADD RAX,RBP
MOV word ptr [RAX],SI
MOV byte ptr [RAX + 0x2],0x0
MOV RDI,RBP
CALL 0x00107250
MOV RSI,qword ptr [R12 + RBX*0x8]
LEA RDI,[RBP + RAX*0x1]
CALL 0x00107220
LEA RDX,[RBX + 0x1]
CMP R14,RBX
JNZ 0x001277f0
TEST R15D,R15D
JZ 0x0012784f
MOV ECX,0x202c
MOV byte ptr [RAX + 0x2],0x0
MOV RDI,RBP
MOV word ptr [RAX],CX
CALL 0x00107250
MOV dword ptr [RBP + RAX*0x1],0x2e2e2e
MOV RDI,R12
CALL 0x00107070
MOV RDI,RBP
CALL 0x00107250
MOV EDX,0x29
MOV RSI,RBP
MOV RDI,R13
MOV word ptr [RBP + RAX*0x1],DX
CALL 0x00127110
TEST EAX,EAX
JZ 0x00127885
MOV RDI,RBP
CALL 0x00107070
MOV EAX,0x1
ADD RSP,0x18
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV EDI,0x19
CALL 0x00107350
MOV R8D,0x28
MOV RBP,RAX
MOV dword ptr [RAX],0x20297c28
MOV word ptr [RAX + 0x4],R8W
TEST EBX,EBX
JNZ 0x00127920
TEST R15D,R15D
JZ 0x00127857
MOV RDI,RBP
CALL 0x00107250
MOV dword ptr [RBP + RAX*0x1],0x2e2e2e
JMP 0x00127857
MOV RDI,R12
MOV dword ptr [RSP + 0xc],EAX
CALL 0x00107070
MOV EAX,dword ptr [RSP + 0xc]
ADD RSP,0x18
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV RDI,R12
CALL 0x00107070
ADD RSP,0x18
XOR EAX,EAX
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV RCX,0x6f6e6b6e75202a2f
MOV EDI,0x2f
MOV dword ptr [RAX + 0xd],0x2a206e77
MOV qword ptr [RAX + 0x5],RCX
MOV word ptr [RAX + 0x11],DI
JMP 0x00127857
LEA RCX,[0x145f30]
MOV EDX,0x2cd
LEA RSI,[0x14576d]
LEA RDI,[0x145784]
CALL 0x001072d0 | null | null | null | null | [('const-1', u'INT_SUB_-1207076885'), (u'MULTIEQUAL_-1207075872', u'CALL_-1207076429'), (u'INT_ADD_-1207076546', u'COPY_-1207075340'), ('const-8', u'INT_MULT_-1207076557'), ('const-268435460', u'CALLOTHER_-1207075211'), (u'PTRADD_-1207076381', u'PTRADD_-1207075269'), (u'CALL_-1207076701', u'CAST_-1207075358'), (u'INT_ZEXT_-1207075927', u'INT_NOTEQUAL_-1207076542'), ('const-1', u'INT_ADD_-1207076546'), (u'CAST_-1207075358', u'PTRADD_-1207076558'), ('const-0', u'SUBPIECE_-1207076053'), (u'CALLOTHER_-1207075077', u'CALLOTHER_-1207075075'), (u'MULTIEQUAL_-1207075988', u'INT_NOTEQUAL_-1207076542'), ('const-717', u'CALL_-1207075982'), ('const-268435456', u'CALLOTHER_-1207075364'), (u'MULTIEQUAL_-1207075491', u'COPY_-1207075985'), ('tmp_1431', u'INT_NOTEQUAL_-1207076173'), ('tmp_1429', u'CAST_-1207075429'), ('const-5', u'PTRADD_-1207075020'), (u'CAST_-1207075448', u'INT_SEXT_-1207076874'), ('const-1333124', u'COPY_-1207075120'), (u'CALL_-1207076564', u'PTRADD_-1207075326'), ('tmp_1429', u'CAST_-1207075474'), ('const-433', u'STORE_-1207075386'), ('const-268435460', u'CALLOTHER_-1207075075'), ('const-4529451572397242539', u'CALLOTHER_-1207075211'), ('const-1', u'PTRADD_-1207076456'), (u'COPY_-1207075439', u'MULTIEQUAL_-1207075689'), (u'MULTIEQUAL_-1207075689', u'CALL_-1207076701'), (u'CAST_-1207075464', u'CALL_-1207076208'), ('tmp_1348', u'BRANCH_-1207076023'), ('const-1', u'PTRADD_-1207075269'), (u'INT_LEFT_-1207076927', u'CALL_-1207076908'), (u'PTRADD_-1207076515', u'CALL_-1207076564'), (u'MULTIEQUAL_-1207075769', u'INT_ADD_-1207075752'), ('const-2', u'PTRADD_-1207076456'), ('tmp_150', u'CBRANCH_-1207076976'), (u'MULTIEQUAL_-1207075872', u'CALL_-1207076403'), ('tmp_600', u'CBRANCH_-1207076641'), (u'MULTIEQUAL_-1207075988', u'INT_MULT_-1207076557'), ('const-1', u'PTRADD_-1207075270'), (u'INT_NOTEQUAL_-1207076414', u'CBRANCH_-1207076414'), (u'COPY_-1207075340', u'MULTIEQUAL_-1207075988'), (u'CAST_-1207075473', u'CALL_-1207076830'), (u'CAST_-1207075284', u'INT_ADD_-1207076569'), ('const-0', u'PTRADD_-1207075270'), ('const-16', u'INT_ADD_-1207077012'), ('tmp_108', u'CBRANCH_-1207077009'), ('const-44', u'STORE_-1207076506'), ('const-0', u'INT_NOTEQUAL_-1207076642'), (u'PTRADD_-1207075269', u'STORE_-1207075330'), ('const-4529451572397242337', u'CALLOTHER_-1207075415'), ('const-0', u'SUBPIECE_-1207075713'), ('const-10', u'COPY_-1207075861'), ('const-3015078036909488431', u'CALLOTHER_-1207075077'), (u'CAST_-1207075159', u'MULTIEQUAL_-1207075872'), (u'CAST_-1207075464', u'CALL_-1207076225'), ('const-4294967295', u'INT_NOTEQUAL_-1207076753'), (u'MULTIEQUAL_-1207076101', u'INT_MULT_-1207076799'), ('const-0', u'RETURN_-1207076142'), ('const-0', u'RETURN_-1207076339'), (u'CALL_-1207076429', u'MULTIEQUAL_-1207075491'), (u'INT_ADD_-1207076945', u'CAST_-1207075473'), (u'CAST_-1207075358', u'CALLOTHER_-1207075414'), (u'CAST_-1207075358', u'CALL_-1207076630'), ('const-3', u'INT_LEFT_-1207076927'), ('const-4', u'CALLOTHER_-1207075362'), (u'INT_ADD_-1207076758', u'MULTIEQUAL_-1207075769'), (u'MULTIEQUAL_-1207075872', u'PTRADD_-1207076381'), ('const-0', u'COPY_-1207075851'), (u'CALL_-1207076564', u'PTRADD_-1207076456'), ('tmp_1270', u'CBRANCH_-1207076187'), (u'CALL_-1207076429', u'INT_NOTEQUAL_-1207076414'), ('const-1', u'COPY_-1207075554'), ('const-0', u'INT_EQUAL_-1207076808'), (u'SUBPIECE_-1207076053', u'INT_NOTEQUAL_-1207076753'), (u'INT_ADD_-1207076758', u'COPY_-1207075440'), ('tmp_464', u'CBRANCH_-1207076751'), ('const-1', u'PTRADD_-1207075156'), (u'COPY_-1207075861', u'MULTIEQUAL_-1207075769'), ('const-4710138041926318151', u'CALLOTHER_-1207075364'), (u'CALL_-1207076860', u'INT_EQUAL_-1207076846'), ('const-433', u'LOAD_-1207076585'), (u'PTRADD_-1207076543', u'STORE_-1207076603'), ('const-0', u'INT_EQUAL_-1207076189'), ('tmp_1429', u'CAST_-1207075512'), (u'INT_MULT_-1207076799', u'INT_ADD_-1207076811'), ('tmp_1429', u'CAST_-1207075194'), ('tmp_858', u'CBRANCH_-1207076414'), ('const-268435456', u'CALLOTHER_-1207075415'), (u'INT_EQUAL_-1207076189', u'CBRANCH_-1207076187'), (u'COPY_-1207075440', u'MULTIEQUAL_-1207075689'), (u'SUBPIECE_-1207075713', u'INT_ADD_-1207076758'), ('const-0', u'INT_NOTEQUAL_-1207076414'), (u'CAST_-1207075429', u'CALL_-1207076860'), (u'PTRADD_-1207076456', u'STORE_-1207076516'), ('const-0', u'INT_NOTEQUAL_-1207076737'), (u'INT_NOTEQUAL_-1207076642', u'CBRANCH_-1207076641'), ('const-433', u'STORE_-1207076516'), (u'CALL_-1207076161', u'PTRADD_-1207075156'), ('const-1', u'PTRADD_-1207075383'), ('const-433', u'STORE_-1207076506'), (u'CALL_-1207076830', u'CALL_-1207076778'), (u'COPY_-1207075121', u'CALL_-1207075982'), ('const-8', u'INT_MULT_-1207076799'), (u'CAST_-1207075464', u'CAST_-1207075284'), ('tmp_1430', u'INT_SLESS_-1207076969'), ('const-1', u'PTRADD_-1207075326'), ('const-0', u'INT_NOTEQUAL_-1207076526'), (u'CALL_-1207076496', u'PTRADD_-1207075307'), (u'COPY_-1207075405', u'MULTIEQUAL_-1207075988'), ('const-1', u'PTRADD_-1207076381'), (u'CALL_-1207076460', u'PTRADD_-1207076381'), (u'INT_SEXT_-1207076956', u'INT_LEFT_-1207076927'), ('tmp_335', u'CBRANCH_-1207076845'), ('const-268435460', u'CALLOTHER_-1207075414'), (u'COPY_-1207075120', u'CALL_-1207075982'), (u'CAST_-1207075159', u'PTRADD_-1207075156'), (u'PTRADD_-1207075325', u'STORE_-1207075386'), ('const-6', u'CALLOTHER_-1207075414'), ('const-0', u'INT_NOTEQUAL_-1207076173'), (u'CALL_-1207076830', u'STORE_-1207076825'), (u'CALLOTHER_-1207075211', u'CALLOTHER_-1207075210'), ('const-0', u'RETURN_-1207076155'), ('tmp_1430', u'INT_SEXT_-1207076956'), ('const-1', u'PTRADD_-1207075384'), (u'CAST_-1207075406', u'STORE_-1207076825'), ('const-41', u'STORE_-1207076441'), (u'CALL_-1207076630', u'PTRADD_-1207076558'), ('const-0', u'COPY_-1207076089'), ('const-1', u'PTRADD_-1207075325'), ('const-0', u'INT_EQUAL_-1207077013'), ('const-433', u'STORE_-1207075444'), (u'CAST_-1207075407', u'INT_ADD_-1207076811'), (u'PTRADD_-1207075270', u'STORE_-1207076441'), ('const-32', u'STORE_-1207075444'), ('const-2', u'PTRADD_-1207076543'), ('const-1', u'PTRADD_-1207075307'), ('const-433', u'STORE_-1207075330'), (u'INT_MULT_-1207076557', u'INT_ADD_-1207076569'), ('const-268435456', u'CALLOTHER_-1207075213'), (u'COPY_-1207075119', u'CALL_-1207075982'), (u'CAST_-1207075283', u'LOAD_-1207076585'), ('const-32', u'STORE_-1207075386'), ('const-1', u'INT_SLESS_-1207076969'), ('tmp_575', u'BRANCH_-1207076662'), (u'PTRADD_-1207075156', u'CALLOTHER_-1207075211'), ('const-433', u'LOAD_-1207077028'), (u'CALL_-1207076230', u'CAST_-1207075159'), (u'PTRADD_-1207076381', u'PTRADD_-1207075270'), (u'INT_NOTEQUAL_-1207076173', u'CBRANCH_-1207076172'), (u'INT_EQUAL_-1207076808', u'CBRANCH_-1207076806'), ('const-268435460', u'CALLOTHER_-1207075362'), (u'CAST_-1207075358', u'CALL_-1207076496'), (u'CALLOTHER_-1207075364', u'CALLOTHER_-1207075362'), (u'CAST_-1207075358', u'PTRADD_-1207076515'), ('const-268435456', u'CALLOTHER_-1207075077'), ('tmp_1430', u'INT_EQUAL_-1207076189'), (u'CALL_-1207076564', u'PTRADD_-1207075325'), (u'INT_SEXT_-1207076874', u'MULTIEQUAL_-1207076101'), ('const-2', u'INT_ADD_-1207075752'), ('const-1', u'PTRADD_-1207076543'), ('const-433', u'STORE_-1207076609'), ('const-433', u'STORE_-1207076603'), (u'MULTIEQUAL_-1207075988', u'INT_NOTEQUAL_-1207076642'), (u'INT_EQUAL_-1207077013', u'CBRANCH_-1207077009'), ('const-0', u'PTRADD_-1207075326'), (u'INT_ADD_-1207076569', u'CAST_-1207075283'), ('const-268435456', u'CALLOTHER_-1207075211'), (u'PTRADD_-1207075307', u'CALLOTHER_-1207075362'), ('const--1', u'INT_ADD_-1207076779'), (u'CAST_-1207075194', u'CALL_-1207076429'), ('tmp_1430', u'INT_SUB_-1207076885'), (u'CAST_-1207075511', u'LOAD_-1207077028'), ('tmp_725', u'CBRANCH_-1207076540'), ('const-1', u'PTRADD_-1207075020'), ('const-6', u'CALLOTHER_-1207075210'), ('const-433', u'STORE_-1207076441'), (u'INT_NOTEQUAL_-1207076753', u'CBRANCH_-1207076751'), (u'PTRADD_-1207076558', u'PTRADD_-1207076543'), (u'INT_NOTEQUAL_-1207076542', u'CBRANCH_-1207076540'), (u'INT_EQUAL_-1207076846', u'CBRANCH_-1207076845'), (u'INT_SLESS_-1207076969', u'CBRANCH_-1207076976'), (u'INT_SUB_-1207076885', u'INT_ZEXT_-1207075927'), ('const-14', u'CALLOTHER_-1207075075'), ('tmp_382', u'CBRANCH_-1207076806'), (u'PTRADD_-1207075383', u'STORE_-1207075444'), (u'INT_ADD_-1207075741', u'COPY_-1207075439'), ('const-25', u'CALL_-1207076230'), ('const-0', u'COPY_-1207075884'), (u'INT_ADD_-1207077012', u'CAST_-1207075511'), (u'CALL_-1207076778', u'SUBPIECE_-1207075713'), (u'COPY_-1207076089', u'COPY_-1207075405'), (u'INT_NOTEQUAL_-1207076737', u'CBRANCH_-1207076726'), (u'COPY_-1207075985', u'RETURN_-1207076339'), (u'COPY_-1207075884', u'RETURN_-1207076142'), (u'INT_ADD_-1207076811', u'CAST_-1207075406'), (u'INT_NOTEQUAL_-1207076526', u'CBRANCH_-1207076525'), ('const-0', u'STORE_-1207075330'), ('const-1333101', u'COPY_-1207075121'), ('const-268435460', u'CALLOTHER_-1207075210'), (u'CAST_-1207075159', u'PTRADD_-1207075020'), ('const-0', u'STORE_-1207076516'), ('const-4', u'CALLOTHER_-1207075211'), (u'PTRADD_-1207076558', u'PTRADD_-1207075383'), ('tmp_506', u'CBRANCH_-1207076726'), ('const-4710138041926318279', u'CALLOTHER_-1207075213'), ('const-1', u'PTRADD_-1207076558'), (u'CALL_-1207076588', u'PTRADD_-1207076515'), (u'CAST_-1207075358', u'MULTIEQUAL_-1207075872'), (u'MULTIEQUAL_-1207075872', u'CALL_-1207076460'), (u'INT_ADD_-1207075752', u'INT_ADD_-1207076758'), ('const-16', u'INT_ADD_-1207076945'), (u'CALLOTHER_-1207075415', u'CALLOTHER_-1207075414'), (u'CALLOTHER_-1207075213', u'CALLOTHER_-1207075211'), (u'LOAD_-1207076585', u'CALL_-1207076564'), (u'LOAD_-1207077028', u'INT_EQUAL_-1207077013'), ('const-0', u'INT_EQUAL_-1207076846'), (u'PTRADD_-1207075384', u'STORE_-1207076609'), (u'CAST_-1207075464', u'CALL_-1207076472'), (u'COPY_-1207075554', u'MULTIEQUAL_-1207075491'), (u'CALL_-1207076908', u'CAST_-1207075464'), (u'PTRADD_-1207076558', u'PTRADD_-1207075384'), ('const-1', u'PTRADD_-1207076515'), ('const-433', u'STORE_-1207076825'), (u'PTRADD_-1207075326', u'STORE_-1207076506'), (u'CAST_-1207075159', u'CALLOTHER_-1207075210'), (u'INT_SUB_-1207076885', u'CAST_-1207075448'), (u'CALL_-1207076830', u'INT_EQUAL_-1207076808'), ('tmp_1319', u'BRANCH_-1207076146'), (u'PTRADD_-1207075020', u'CALLOTHER_-1207075075'), ('const-1', u'PTRADD_-1207075383'), (u'COPY_-1207075589', u'CALL_-1207076860'), ('const-1', u'PTRADD_-1207075269'), (u'MULTIEQUAL_-1207076101', u'INT_ADD_-1207076779'), ('tmp_1431', u'INT_NOTEQUAL_-1207076737'), (u'INT_ADD_-1207076779', u'MULTIEQUAL_-1207076101'), ('const-1', u'RETURN_-1207075977'), (u'CAST_-1207075159', u'CALL_-1207076161'), ('const-1', u'PTRADD_-1207075325'), ('tmp_1296', u'CBRANCH_-1207076172'), (u'CAST_-1207075512', u'INT_ADD_-1207077012'), (u'MULTIEQUAL_-1207075988', u'INT_ADD_-1207076546'), (u'CAST_-1207075464', u'CAST_-1207075407'), ('const-1301034', u'COPY_-1207075589'), (u'INT_ADD_-1207076779', u'SUBPIECE_-1207076053'), (u'CAST_-1207075474', u'INT_ADD_-1207076945'), ('const-0', u'STORE_-1207076603'), ('tmp_751', u'CBRANCH_-1207076525'), (u'COPY_-1207075851', u'RETURN_-1207076155'), (u'CAST_-1207075358', u'PTRADD_-1207075307'), ('const-5', u'INT_ADD_-1207075741'), ('const-0', u'PTRADD_-1207075384'), ('tmp_1431', u'INT_NOTEQUAL_-1207076526'), ('const-1335088', u'COPY_-1207075119'), (u'CAST_-1207075358', u'CALL_-1207076588'), (u'INT_ADD_-1207076758', u'INT_ADD_-1207075741'), ('const-44', u'STORE_-1207076609')] | [('const-8', u'INT_MULT_-1207076557'), ('tmp_3279', u'INT_ADD_-1207076945'), ('tmp_3279', u'CALL_-1207076860'), (u'INT_ADD_-1207076945', u'CALL_-1207076830'), (u'PTRADD_-1207075287', u'STORE_-1207076441'), ('const-1', u'INT_ADD_-1207076546'), (u'CAST_-1207075378', u'CALLOTHER_-1207075431'), (u'INT_SUB_-1207076885', u'CAST_-1207075468'), (u'INT_ADD_-1207076758', u'COPY_-1207075457'), (u'COPY_-1207075456', u'MULTIEQUAL_-1207075700'), (u'MULTIEQUAL_-1207075780', u'INT_ADD_-1207075763'), ('const-41', u'STORE_-1207076441'), (u'CAST_-1207075304', u'INT_ADD_-1207076569'), ('const-433', u'STORE_-1207076603'), ('const-268435456', u'CALLOTHER_-1207075228'), ('const-5', u'INT_ADD_-1207075752'), (u'CAST_-1207075484', u'CALL_-1207076225'), ('const-433', u'STORE_-1207075347'), ('tmp_4341', u'INT_SLESS_-1207076969'), (u'CALL_-1207076908', u'CAST_-1207075484'), (u'INT_ADD_-1207076569', u'CAST_-1207075303'), (u'CAST_-1207075378', u'PTRADD_-1207076515'), (u'PTRADD_-1207075324', u'CALLOTHER_-1207075379'), (u'CAST_-1207075378', u'PTRADD_-1207076558'), (u'COPY_-1207075872', u'MULTIEQUAL_-1207075780'), ('const-433', u'STORE_-1207075403'), ('const-1', u'PTRADD_-1207075037'), (u'INT_ADD_-1207076779', u'SUBPIECE_-1207076060'), ('tmp_1348', u'BRANCH_-1207076023'), (u'PTRADD_-1207075173', u'CALLOTHER_-1207075228'), ('const--1', u'INT_ADD_-1207076779'), (u'INT_LEFT_-1207076927', u'CALL_-1207076908'), (u'MULTIEQUAL_-1207076108', u'INT_MULT_-1207076799'), (u'PTRADD_-1207076515', u'CALL_-1207076564'), ('const-2', u'PTRADD_-1207076456'), ('tmp_150', u'CBRANCH_-1207076976'), ('tmp_600', u'CBRANCH_-1207076641'), (u'PTRADD_-1207075286', u'STORE_-1207075347'), (u'INT_NOTEQUAL_-1207076414', u'CBRANCH_-1207076414'), (u'COPY_-1207075137', u'CALL_-1207075982'), ('const-16', u'INT_ADD_-1207077012'), ('tmp_108', u'CBRANCH_-1207077009'), ('const-0', u'INT_NOTEQUAL_-1207076642'), ('const-1', u'PTRADD_-1207075400'), ('tmp_4343', u'INT_NOTEQUAL_-1207076737'), ('const-268435456', u'CALLOTHER_-1207075230'), ('const-0', u'STORE_-1207076516'), ('tmp_3279', u'INT_ADD_-1207077012'), ('const-1', u'PTRADD_-1207075401'), ('const-1', u'PTRADD_-1207075287'), ('const-0', u'RETURN_-1207076142'), ('const-0', u'RETURN_-1207076339'), ('const-268435460', u'CALLOTHER_-1207075431'), ('tmp_4341', u'INT_SUB_-1207076885'), ('const-268435460', u'CALLOTHER_-1207075379'), (u'CALLOTHER_-1207075381', u'CALLOTHER_-1207075379'), ('const-433', u'STORE_-1207076441'), (u'PTRADD_-1207075342', u'STORE_-1207075403'), (u'SUBPIECE_-1207075964', u'INT_NOTEQUAL_-1207076414'), ('const-1', u'PTRADD_-1207075286'), (u'CALL_-1207076564', u'PTRADD_-1207076456'), ('tmp_1270', u'CBRANCH_-1207076187'), (u'CAST_-1207075484', u'CAST_-1207075304'), ('const-0', u'INT_EQUAL_-1207076808'), (u'CALL_-1207076778', u'SUBPIECE_-1207075724'), ('tmp_4343', u'INT_NOTEQUAL_-1207076173'), ('const-2', u'INT_ADD_-1207075763'), ('tmp_464', u'CBRANCH_-1207076751'), ('const-5', u'PTRADD_-1207075037'), (u'CAST_-1207075468', u'INT_SEXT_-1207076874'), ('tmp_4343', u'INT_NOTEQUAL_-1207076526'), ('const-4710138041926318279', u'CALLOTHER_-1207075230'), (u'CALL_-1207076860', u'INT_EQUAL_-1207076846'), (u'MULTIEQUAL_-1207075995', u'INT_NOTEQUAL_-1207076642'), (u'CAST_-1207075433', u'INT_EQUAL_-1207076808'), (u'PTRADD_-1207076543', u'STORE_-1207076603'), ('const-0', u'INT_EQUAL_-1207076189'), ('tmp_4341', u'INT_EQUAL_-1207076189'), ('const-0', u'STORE_-1207075347'), ('const-1', u'PTRADD_-1207075342'), ('const-268435460', u'CALLOTHER_-1207075227'), (u'INT_MULT_-1207076799', u'INT_ADD_-1207076811'), (u'INT_SEXT_-1207076874', u'MULTIEQUAL_-1207076108'), (u'COPY_-1207076403', u'MULTIEQUAL_-1207075916'), (u'COPY_-1207075422', u'MULTIEQUAL_-1207075995'), ('tmp_858', u'CBRANCH_-1207076414'), (u'INT_EQUAL_-1207076189', u'CBRANCH_-1207076187'), ('const-25', u'CALL_-1207076230'), (u'CAST_-1207075529', u'LOAD_-1207077028'), ('const-0', u'INT_NOTEQUAL_-1207076414'), (u'PTRADD_-1207076456', u'STORE_-1207076516'), (u'CALL_-1207076230', u'CAST_-1207075177'), ('const-0', u'INT_NOTEQUAL_-1207076737'), (u'INT_NOTEQUAL_-1207076642', u'CBRANCH_-1207076641'), (u'CALL_-1207076830', u'CAST_-1207075433'), (u'MULTIEQUAL_-1207075995', u'INT_ADD_-1207076546'), ('const-268435456', u'CALLOTHER_-1207075432'), (u'PTRSUB_-1207075541', u'CALL_-1207076860'), ('const-4', u'CALLOTHER_-1207075228'), ('const-10', u'COPY_-1207075872'), ('const-8', u'INT_MULT_-1207076799'), (u'INT_ADD_-1207075763', u'INT_ADD_-1207076758'), ('const-0', u'COPY_-1207076096'), ('const-0', u'PTRSUB_-1207075541'), ('const-0', u'INT_NOTEQUAL_-1207076526'), (u'COPY_-1207075457', u'MULTIEQUAL_-1207075700'), (u'INT_ADD_-1207076546', u'COPY_-1207075357'), (u'INT_ZEXT_-1207075935', u'INT_NOTEQUAL_-1207076542'), ('const-433', u'STORE_-1207075461'), (u'CALL_-1207076460', u'PTRADD_-1207076381'), (u'INT_SEXT_-1207076956', u'INT_LEFT_-1207076927'), ('tmp_335', u'CBRANCH_-1207076845'), ('const-14', u'CALLOTHER_-1207075092'), ('const-4529451572397242539', u'CALLOTHER_-1207075228'), ('const-0', u'COPY_-1207076205'), ('const-433', u'LOAD_-1207077028'), (u'INT_ADD_-1207076758', u'MULTIEQUAL_-1207075780'), (u'PTRADD_-1207075401', u'STORE_-1207076609'), ('const-1333124', u'COPY_-1207075137'), ('const-433', u'STORE_-1207076825'), (u'MULTIEQUAL_-1207075879', u'CALL_-1207076460'), ('const-0', u'INT_NOTEQUAL_-1207076173'), (u'CAST_-1207075378', u'CALL_-1207076588'), ('const-0', u'RETURN_-1207076155'), (u'CALL_-1207076630', u'PTRADD_-1207076558'), (u'INT_ADD_-1207076811', u'CAST_-1207075426'), ('const-1', u'PTRADD_-1207075324'), ('const-0', u'PTRADD_-1207075401'), ('const-6', u'CALLOTHER_-1207075431'), (u'CALLOTHER_-1207075228', u'CALLOTHER_-1207075227'), ('const-433', u'STORE_-1207076506'), ('const-0', u'PTRADD_-1207075287'), ('const-1', u'INT_SUB_-1207076885'), (u'CAST_-1207075426', u'STORE_-1207076825'), (u'MULTIEQUAL_-1207075879', u'PTRADD_-1207076381'), (u'MULTIEQUAL_-1207075995', u'INT_NOTEQUAL_-1207076542'), ('const-0', u'STORE_-1207076603'), (u'CALL_-1207076564', u'PTRADD_-1207075342'), ('const-4', u'CALLOTHER_-1207075379'), (u'CAST_-1207075484', u'CAST_-1207075427'), ('const-2', u'PTRADD_-1207076543'), (u'INT_MULT_-1207076557', u'INT_ADD_-1207076569'), (u'COPY_-1207076096', u'COPY_-1207075422'), ('const-1', u'PTRADD_-1207075286'), (u'CAST_-1207075378', u'CALL_-1207076496'), ('const-1', u'INT_SLESS_-1207076969'), (u'CAST_-1207075484', u'CALL_-1207076472'), ('tmp_575', u'BRANCH_-1207076662'), ('const-1', u'PTRADD_-1207075173'), (u'CAST_-1207075484', u'CALL_-1207076208'), (u'MULTIEQUAL_-1207075700', u'CALL_-1207076701'), (u'CALL_-1207076564', u'PTRADD_-1207075343'), (u'CAST_-1207075177', u'PTRADD_-1207075173'), (u'INT_NOTEQUAL_-1207076173', u'CBRANCH_-1207076172'), (u'INT_EQUAL_-1207076808', u'CBRANCH_-1207076806'), (u'CAST_-1207075177', u'MULTIEQUAL_-1207075879'), (u'CAST_-1207075427', u'INT_ADD_-1207076811'), ('const-1', u'PTRADD_-1207076456'), (u'CAST_-1207075433', u'CALL_-1207076778'), (u'MULTIEQUAL_-1207076108', u'INT_ADD_-1207076779'), (u'INT_ADD_-1207077012', u'CAST_-1207075529'), ('const-44', u'STORE_-1207076506'), ('const-0', u'PTRADD_-1207075343'), (u'INT_EQUAL_-1207077013', u'CBRANCH_-1207077009'), ('const-3', u'INT_LEFT_-1207076927'), ('const-4529451572397242337', u'CALLOTHER_-1207075432'), ('const-433', u'STORE_-1207076609'), ('const-32', u'STORE_-1207075403'), ('const-0', u'SUBPIECE_-1207076060'), (u'PTRADD_-1207075343', u'STORE_-1207076506'), ('tmp_4341', u'INT_SEXT_-1207076956'), (u'CAST_-1207075378', u'PTRADD_-1207075324'), ('const-32', u'STORE_-1207075461'), ('tmp_725', u'CBRANCH_-1207076540'), ('const-0', u'COPY_-1207076209'), ('const-1', u'PTRADD_-1207076515'), (u'INT_NOTEQUAL_-1207076753', u'CBRANCH_-1207076751'), (u'PTRADD_-1207076558', u'PTRADD_-1207076543'), (u'INT_NOTEQUAL_-1207076542', u'CBRANCH_-1207076540'), (u'CAST_-1207075177', u'CALL_-1207076161'), (u'CALLOTHER_-1207075094', u'CALLOTHER_-1207075092'), (u'INT_EQUAL_-1207076846', u'CBRANCH_-1207076845'), ('const-4294967295', u'INT_NOTEQUAL_-1207076753'), (u'INT_SLESS_-1207076969', u'CBRANCH_-1207076976'), (u'PTRADD_-1207076558', u'PTRADD_-1207075400'), ('tmp_382', u'CBRANCH_-1207076806'), (u'SUBPIECE_-1207075724', u'INT_ADD_-1207076758'), (u'PTRADD_-1207075400', u'STORE_-1207075461'), ('const-1301034', u'PTRSUB_-1207075541'), ('const-0', u'SUBPIECE_-1207075724'), (u'PTRADD_-1207075037', u'CALLOTHER_-1207075092'), (u'INT_ADD_-1207076779', u'MULTIEQUAL_-1207076108'), (u'COPY_-1207076209', u'RETURN_-1207076155'), (u'MULTIEQUAL_-1207075995', u'INT_MULT_-1207076557'), ('const-1', u'PTRADD_-1207076558'), (u'CALL_-1207076161', u'PTRADD_-1207075173'), (u'INT_NOTEQUAL_-1207076737', u'CBRANCH_-1207076726'), ('const-717', u'CALL_-1207075982'), ('const-0', u'SUBPIECE_-1207075964'), (u'INT_NOTEQUAL_-1207076526', u'CBRANCH_-1207076525'), ('const-4710138041926318151', u'CALLOTHER_-1207075381'), ('tmp_3279', u'CALL_-1207076429'), (u'CALL_-1207076701', u'CAST_-1207075378'), ('const-1', u'PTRADD_-1207075343'), (u'PTRADD_-1207076381', u'PTRADD_-1207075287'), ('const-1', u'PTRADD_-1207075400'), ('const-1', u'PTRADD_-1207076381'), ('tmp_506', u'CBRANCH_-1207076726'), (u'CAST_-1207075177', u'CALLOTHER_-1207075227'), (u'CALL_-1207076588', u'PTRADD_-1207076515'), ('const-433', u'LOAD_-1207076585'), ('const-268435456', u'CALLOTHER_-1207075094'), ('const-16', u'INT_ADD_-1207076945'), (u'MULTIEQUAL_-1207075916', u'RETURN_-1207076339'), ('const-44', u'STORE_-1207076609'), (u'MULTIEQUAL_-1207075879', u'CALL_-1207076403'), (u'LOAD_-1207076585', u'CALL_-1207076564'), ('const-0', u'INT_EQUAL_-1207076846'), (u'LOAD_-1207077028', u'INT_EQUAL_-1207077013'), (u'PTRADD_-1207076381', u'PTRADD_-1207075286'), ('const-1333101', u'COPY_-1207075138'), ('const-268435460', u'CALLOTHER_-1207075092'), ('const-268435460', u'CALLOTHER_-1207075228'), ('const-0', u'INT_EQUAL_-1207077013'), (u'INT_ADD_-1207075752', u'COPY_-1207075456'), ('const-1', u'PTRADD_-1207076543'), ('tmp_1319', u'BRANCH_-1207076146'), ('const-3015078036909488431', u'CALLOTHER_-1207075094'), ('const-1335088', u'COPY_-1207075136'), (u'CAST_-1207075433', u'STORE_-1207076825'), (u'CAST_-1207075303', u'LOAD_-1207076585'), ('const-433', u'STORE_-1207076516'), ('const-268435456', u'CALLOTHER_-1207075381'), (u'PTRADD_-1207076558', u'PTRADD_-1207075401'), (u'CALL_-1207076429', u'SUBPIECE_-1207075964'), (u'CAST_-1207075177', u'PTRADD_-1207075037'), ('const-1', u'RETURN_-1207075977'), (u'CALL_-1207076429', u'MULTIEQUAL_-1207075916'), (u'CALLOTHER_-1207075230', u'CALLOTHER_-1207075228'), (u'COPY_-1207075138', u'CALL_-1207075982'), ('const-1', u'PTRADD_-1207075342'), (u'COPY_-1207076205', u'RETURN_-1207076142'), (u'CAST_-1207075378', u'CALL_-1207076630'), ('const-1', u'COPY_-1207076403'), (u'CALLOTHER_-1207075432', u'CALLOTHER_-1207075431'), ('tmp_1296', u'CBRANCH_-1207076172'), (u'CALL_-1207076496', u'PTRADD_-1207075324'), (u'COPY_-1207075136', u'CALL_-1207075982'), (u'SUBPIECE_-1207076060', u'INT_NOTEQUAL_-1207076753'), ('tmp_751', u'CBRANCH_-1207076525'), (u'CAST_-1207075378', u'MULTIEQUAL_-1207075879'), (u'INT_ADD_-1207076758', u'INT_ADD_-1207075752'), (u'MULTIEQUAL_-1207075879', u'CALL_-1207076429'), ('const-6', u'CALLOTHER_-1207075227'), (u'INT_SUB_-1207076885', u'INT_ZEXT_-1207075935'), (u'COPY_-1207075357', u'MULTIEQUAL_-1207075995')] | null | null | 00127730 | x64 | O2 | (translation_unit "undefined8 FUN_00127730(long param_1,int param_2,int param_3)\n\n{\n int iVar1;\n void *__ptr;\n char *pcVar2;\n size_t sVar3;\n char *pcVar4;\n undefined8 uVar5;\n long lVar6;\n ulong uVar7;\n int iVar8;\n bool bVar9;\n \n if (*(long *)(param_1 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type");\n }\n if (param_2 < 1) {\n pcVar2 = (char *)xmalloc(0x19);\n builtin_strncpy(pcVar2,"(|) (",6);\n if (param_2 == 0) {\n if (param_3 != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n }\n else {\n builtin_strncpy(pcVar2 + 5,"/* unknown */",0xe);\n }\n }\n else {\n iVar8 = 10;\n __ptr = (void *)xmalloc((long)param_2 << 3);\n lVar6 = (long)(int)(param_2 - 1U);\n do {\n iVar1 = FUN_00127110(param_1,&DAT_0013da2a);\n if (iVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = (char *)FUN_00126930(param_1 + 0x10);\n *(char **)((long)__ptr + lVar6 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar6 = lVar6 + -1;\n sVar3 = strlen(pcVar2);\n iVar8 = iVar8 + 2 + (int)sVar3;\n } while ((int)lVar6 != -1);\n if (param_3 != 0) {\n iVar8 = iVar8 + 5;\n }\n pcVar2 = (char *)xmalloc(iVar8);\n builtin_strncpy(pcVar2,"(|) (",6);\n uVar7 = 0;\n do {\n if (uVar7 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8));\n bVar9 = param_2 - 1U != uVar7;\n uVar7 = uVar7 + 1;\n } while (bVar9);\n if (param_3 != 0) {\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n free(__ptr);\n }\n sVar3 = strlen(pcVar2);\n (pcVar2 + sVar3)[0] = ')';\n (pcVar2 + sVar3)[1] = '\0';\n uVar5 = FUN_00127110(param_1,pcVar2);\n if ((int)uVar5 != 0) {\n free(pcVar2);\n uVar5 = 1;\n }\n return uVar5;\n}\n\n" (function_definition "undefined8 FUN_00127730(long param_1,int param_2,int param_3)\n\n{\n int iVar1;\n void *__ptr;\n char *pcVar2;\n size_t sVar3;\n char *pcVar4;\n undefined8 uVar5;\n long lVar6;\n ulong uVar7;\n int iVar8;\n bool bVar9;\n \n if (*(long *)(param_1 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type");\n }\n if (param_2 < 1) {\n pcVar2 = (char *)xmalloc(0x19);\n builtin_strncpy(pcVar2,"(|) (",6);\n if (param_2 == 0) {\n if (param_3 != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n }\n else {\n builtin_strncpy(pcVar2 + 5,"/* unknown */",0xe);\n }\n }\n else {\n iVar8 = 10;\n __ptr = (void *)xmalloc((long)param_2 << 3);\n lVar6 = (long)(int)(param_2 - 1U);\n do {\n iVar1 = FUN_00127110(param_1,&DAT_0013da2a);\n if (iVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = (char *)FUN_00126930(param_1 + 0x10);\n *(char **)((long)__ptr + lVar6 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar6 = lVar6 + -1;\n sVar3 = strlen(pcVar2);\n iVar8 = iVar8 + 2 + (int)sVar3;\n } while ((int)lVar6 != -1);\n if (param_3 != 0) {\n iVar8 = iVar8 + 5;\n }\n pcVar2 = (char *)xmalloc(iVar8);\n builtin_strncpy(pcVar2,"(|) (",6);\n uVar7 = 0;\n do {\n if (uVar7 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8));\n bVar9 = param_2 - 1U != uVar7;\n uVar7 = uVar7 + 1;\n } while (bVar9);\n if (param_3 != 0) {\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n free(__ptr);\n }\n sVar3 = strlen(pcVar2);\n (pcVar2 + sVar3)[0] = ')';\n (pcVar2 + sVar3)[1] = '\0';\n uVar5 = FUN_00127110(param_1,pcVar2);\n if ((int)uVar5 != 0) {\n free(pcVar2);\n uVar5 = 1;\n }\n return uVar5;\n}" type_identifier (function_declarator "FUN_00127730(long param_1,int param_2,int param_3)" identifier (parameter_list "(long param_1,int param_2,int param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n void *__ptr;\n char *pcVar2;\n size_t sVar3;\n char *pcVar4;\n undefined8 uVar5;\n long lVar6;\n ulong uVar7;\n int iVar8;\n bool bVar9;\n \n if (*(long *)(param_1 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type");\n }\n if (param_2 < 1) {\n pcVar2 = (char *)xmalloc(0x19);\n builtin_strncpy(pcVar2,"(|) (",6);\n if (param_2 == 0) {\n if (param_3 != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n }\n else {\n builtin_strncpy(pcVar2 + 5,"/* unknown */",0xe);\n }\n }\n else {\n iVar8 = 10;\n __ptr = (void *)xmalloc((long)param_2 << 3);\n lVar6 = (long)(int)(param_2 - 1U);\n do {\n iVar1 = FUN_00127110(param_1,&DAT_0013da2a);\n if (iVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = (char *)FUN_00126930(param_1 + 0x10);\n *(char **)((long)__ptr + lVar6 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar6 = lVar6 + -1;\n sVar3 = strlen(pcVar2);\n iVar8 = iVar8 + 2 + (int)sVar3;\n } while ((int)lVar6 != -1);\n if (param_3 != 0) {\n iVar8 = iVar8 + 5;\n }\n pcVar2 = (char *)xmalloc(iVar8);\n builtin_strncpy(pcVar2,"(|) (",6);\n uVar7 = 0;\n do {\n if (uVar7 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8));\n bVar9 = param_2 - 1U != uVar7;\n uVar7 = uVar7 + 1;\n } while (bVar9);\n if (param_3 != 0) {\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n free(__ptr);\n }\n sVar3 = strlen(pcVar2);\n (pcVar2 + sVar3)[0] = ')';\n (pcVar2 + sVar3)[1] = '\0';\n uVar5 = FUN_00127110(param_1,pcVar2);\n if ((int)uVar5 != 0) {\n free(pcVar2);\n uVar5 = 1;\n }\n return uVar5;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "size_t sVar3;" primitive_type identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar7;" type_identifier identifier ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "bool bVar9;" primitive_type identifier ;) (if_statement "if (*(long *)(param_1 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type");\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x10) == 0)" ( (binary_expression "*(long *)(param_1 + 0x10) == 0" (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type");\n }" { comment (expression_statement "__assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type");" (call_expression "__assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type")" identifier (argument_list "("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type")" ( (string_literal ""info->stack != NULL"" " string_content ") , (string_literal ""../../binutils/prdbg.c"" " string_content ") , number_literal , (string_literal ""pr_function_type"" " string_content ") ))) ;) })) (if_statement "if (param_2 < 1) {\n pcVar2 = (char *)xmalloc(0x19);\n builtin_strncpy(pcVar2,"(|) (",6);\n if (param_2 == 0) {\n if (param_3 != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n }\n else {\n builtin_strncpy(pcVar2 + 5,"/* unknown */",0xe);\n }\n }\n else {\n iVar8 = 10;\n __ptr = (void *)xmalloc((long)param_2 << 3);\n lVar6 = (long)(int)(param_2 - 1U);\n do {\n iVar1 = FUN_00127110(param_1,&DAT_0013da2a);\n if (iVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = (char *)FUN_00126930(param_1 + 0x10);\n *(char **)((long)__ptr + lVar6 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar6 = lVar6 + -1;\n sVar3 = strlen(pcVar2);\n iVar8 = iVar8 + 2 + (int)sVar3;\n } while ((int)lVar6 != -1);\n if (param_3 != 0) {\n iVar8 = iVar8 + 5;\n }\n pcVar2 = (char *)xmalloc(iVar8);\n builtin_strncpy(pcVar2,"(|) (",6);\n uVar7 = 0;\n do {\n if (uVar7 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8));\n bVar9 = param_2 - 1U != uVar7;\n uVar7 = uVar7 + 1;\n } while (bVar9);\n if (param_3 != 0) {\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n free(__ptr);\n }" if (parenthesized_expression "(param_2 < 1)" ( (binary_expression "param_2 < 1" identifier < number_literal) )) (compound_statement "{\n pcVar2 = (char *)xmalloc(0x19);\n builtin_strncpy(pcVar2,"(|) (",6);\n if (param_2 == 0) {\n if (param_3 != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n }\n else {\n builtin_strncpy(pcVar2 + 5,"/* unknown */",0xe);\n }\n }" { (expression_statement "pcVar2 = (char *)xmalloc(0x19);" (assignment_expression "pcVar2 = (char *)xmalloc(0x19)" identifier = (cast_expression "(char *)xmalloc(0x19)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x19)" identifier (argument_list "(0x19)" ( number_literal ))))) ;) (expression_statement "builtin_strncpy(pcVar2,"(|) (",6);" (call_expression "builtin_strncpy(pcVar2,"(|) (",6)" identifier (argument_list "(pcVar2,"(|) (",6)" ( identifier , (string_literal ""(|) ("" " string_content ") , number_literal ))) ;) (if_statement "if (param_2 == 0) {\n if (param_3 != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n }\n else {\n builtin_strncpy(pcVar2 + 5,"/* unknown */",0xe);\n }" if (parenthesized_expression "(param_2 == 0)" ( (binary_expression "param_2 == 0" identifier == number_literal) )) (compound_statement "{\n if (param_3 != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n }" { (if_statement "if (param_3 != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }" if (parenthesized_expression "(param_3 != 0)" ( (binary_expression "param_3 != 0" identifier != number_literal) )) (compound_statement "{\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }" { (expression_statement "sVar3 = strlen(pcVar2);" (assignment_expression "sVar3 = strlen(pcVar2)" identifier = (call_expression "strlen(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier )))) ;) (expression_statement "builtin_strncpy(pcVar2 + sVar3,"...",4);" (call_expression "builtin_strncpy(pcVar2 + sVar3,"...",4)" identifier (argument_list "(pcVar2 + sVar3,"...",4)" ( (binary_expression "pcVar2 + sVar3" identifier + identifier) , (string_literal ""..."" " string_content ") , number_literal ))) ;) })) }) (else_clause "else {\n builtin_strncpy(pcVar2 + 5,"/* unknown */",0xe);\n }" else (compound_statement "{\n builtin_strncpy(pcVar2 + 5,"/* unknown */",0xe);\n }" { (expression_statement "builtin_strncpy(pcVar2 + 5,"/* unknown */",0xe);" (call_expression "builtin_strncpy(pcVar2 + 5,"/* unknown */",0xe)" identifier (argument_list "(pcVar2 + 5,"/* unknown */",0xe)" ( (binary_expression "pcVar2 + 5" identifier + number_literal) , (string_literal ""/* unknown */"" " string_content ") , number_literal ))) ;) }))) }) (else_clause "else {\n iVar8 = 10;\n __ptr = (void *)xmalloc((long)param_2 << 3);\n lVar6 = (long)(int)(param_2 - 1U);\n do {\n iVar1 = FUN_00127110(param_1,&DAT_0013da2a);\n if (iVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = (char *)FUN_00126930(param_1 + 0x10);\n *(char **)((long)__ptr + lVar6 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar6 = lVar6 + -1;\n sVar3 = strlen(pcVar2);\n iVar8 = iVar8 + 2 + (int)sVar3;\n } while ((int)lVar6 != -1);\n if (param_3 != 0) {\n iVar8 = iVar8 + 5;\n }\n pcVar2 = (char *)xmalloc(iVar8);\n builtin_strncpy(pcVar2,"(|) (",6);\n uVar7 = 0;\n do {\n if (uVar7 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8));\n bVar9 = param_2 - 1U != uVar7;\n uVar7 = uVar7 + 1;\n } while (bVar9);\n if (param_3 != 0) {\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n free(__ptr);\n }" else (compound_statement "{\n iVar8 = 10;\n __ptr = (void *)xmalloc((long)param_2 << 3);\n lVar6 = (long)(int)(param_2 - 1U);\n do {\n iVar1 = FUN_00127110(param_1,&DAT_0013da2a);\n if (iVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = (char *)FUN_00126930(param_1 + 0x10);\n *(char **)((long)__ptr + lVar6 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar6 = lVar6 + -1;\n sVar3 = strlen(pcVar2);\n iVar8 = iVar8 + 2 + (int)sVar3;\n } while ((int)lVar6 != -1);\n if (param_3 != 0) {\n iVar8 = iVar8 + 5;\n }\n pcVar2 = (char *)xmalloc(iVar8);\n builtin_strncpy(pcVar2,"(|) (",6);\n uVar7 = 0;\n do {\n if (uVar7 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8));\n bVar9 = param_2 - 1U != uVar7;\n uVar7 = uVar7 + 1;\n } while (bVar9);\n if (param_3 != 0) {\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n free(__ptr);\n }" { (expression_statement "iVar8 = 10;" (assignment_expression "iVar8 = 10" identifier = number_literal) ;) (expression_statement "__ptr = (void *)xmalloc((long)param_2 << 3);" (assignment_expression "__ptr = (void *)xmalloc((long)param_2 << 3)" identifier = (cast_expression "(void *)xmalloc((long)param_2 << 3)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc((long)param_2 << 3)" identifier (argument_list "((long)param_2 << 3)" ( (binary_expression "(long)param_2 << 3" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) << number_literal) ))))) ;) (expression_statement "lVar6 = (long)(int)(param_2 - 1U);" (assignment_expression "lVar6 = (long)(int)(param_2 - 1U)" identifier = (cast_expression "(long)(int)(param_2 - 1U)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)(param_2 - 1U)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(param_2 - 1U)" ( (binary_expression "param_2 - 1U" identifier - number_literal) ))))) ;) (do_statement "do {\n iVar1 = FUN_00127110(param_1,&DAT_0013da2a);\n if (iVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = (char *)FUN_00126930(param_1 + 0x10);\n *(char **)((long)__ptr + lVar6 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar6 = lVar6 + -1;\n sVar3 = strlen(pcVar2);\n iVar8 = iVar8 + 2 + (int)sVar3;\n } while ((int)lVar6 != -1);" do (compound_statement "{\n iVar1 = FUN_00127110(param_1,&DAT_0013da2a);\n if (iVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = (char *)FUN_00126930(param_1 + 0x10);\n *(char **)((long)__ptr + lVar6 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar6 = lVar6 + -1;\n sVar3 = strlen(pcVar2);\n iVar8 = iVar8 + 2 + (int)sVar3;\n }" { (expression_statement "iVar1 = FUN_00127110(param_1,&DAT_0013da2a);" (assignment_expression "iVar1 = FUN_00127110(param_1,&DAT_0013da2a)" identifier = (call_expression "FUN_00127110(param_1,&DAT_0013da2a)" identifier (argument_list "(param_1,&DAT_0013da2a)" ( identifier , (pointer_expression "&DAT_0013da2a" & identifier) )))) ;) (if_statement "if (iVar1 == 0) {\n free(__ptr);\n return 0;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n free(__ptr);\n return 0;\n }" { (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (return_statement "return 0;" return number_literal ;) })) (expression_statement "pcVar2 = (char *)FUN_00126930(param_1 + 0x10);" (assignment_expression "pcVar2 = (char *)FUN_00126930(param_1 + 0x10)" identifier = (cast_expression "(char *)FUN_00126930(param_1 + 0x10)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00126930(param_1 + 0x10)" identifier (argument_list "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "*(char **)((long)__ptr + lVar6 * 8) = pcVar2;" (assignment_expression "*(char **)((long)__ptr + lVar6 * 8) = pcVar2" (pointer_expression "*(char **)((long)__ptr + lVar6 * 8)" * (cast_expression "(char **)((long)__ptr + lVar6 * 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)__ptr + lVar6 * 8)" ( (binary_expression "(long)__ptr + lVar6 * 8" (cast_expression "(long)__ptr" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (binary_expression "lVar6 * 8" identifier * number_literal)) )))) = identifier) ;) (if_statement "if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }" if (parenthesized_expression "(pcVar2 == (char *)0x0)" ( (binary_expression "pcVar2 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(__ptr);\n return 0;\n }" { (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (return_statement "return 0;" return number_literal ;) })) (expression_statement "lVar6 = lVar6 + -1;" (assignment_expression "lVar6 = lVar6 + -1" identifier = (binary_expression "lVar6 + -1" identifier + number_literal)) ;) (expression_statement "sVar3 = strlen(pcVar2);" (assignment_expression "sVar3 = strlen(pcVar2)" identifier = (call_expression "strlen(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier )))) ;) (expression_statement "iVar8 = iVar8 + 2 + (int)sVar3;" (assignment_expression "iVar8 = iVar8 + 2 + (int)sVar3" identifier = (binary_expression "iVar8 + 2 + (int)sVar3" (binary_expression "iVar8 + 2" identifier + number_literal) + (cast_expression "(int)sVar3" ( (type_descriptor "int" primitive_type) ) identifier))) ;) }) while (parenthesized_expression "((int)lVar6 != -1)" ( (binary_expression "(int)lVar6 != -1" (cast_expression "(int)lVar6" ( (type_descriptor "int" primitive_type) ) identifier) != number_literal) )) ;) (if_statement "if (param_3 != 0) {\n iVar8 = iVar8 + 5;\n }" if (parenthesized_expression "(param_3 != 0)" ( (binary_expression "param_3 != 0" identifier != number_literal) )) (compound_statement "{\n iVar8 = iVar8 + 5;\n }" { (expression_statement "iVar8 = iVar8 + 5;" (assignment_expression "iVar8 = iVar8 + 5" identifier = (binary_expression "iVar8 + 5" identifier + number_literal)) ;) })) (expression_statement "pcVar2 = (char *)xmalloc(iVar8);" (assignment_expression "pcVar2 = (char *)xmalloc(iVar8)" identifier = (cast_expression "(char *)xmalloc(iVar8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(iVar8)" identifier (argument_list "(iVar8)" ( identifier ))))) ;) (expression_statement "builtin_strncpy(pcVar2,"(|) (",6);" (call_expression "builtin_strncpy(pcVar2,"(|) (",6)" identifier (argument_list "(pcVar2,"(|) (",6)" ( identifier , (string_literal ""(|) ("" " string_content ") , number_literal ))) ;) (expression_statement "uVar7 = 0;" (assignment_expression "uVar7 = 0" identifier = number_literal) ;) (do_statement "do {\n if (uVar7 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8));\n bVar9 = param_2 - 1U != uVar7;\n uVar7 = uVar7 + 1;\n } while (bVar9);" do (compound_statement "{\n if (uVar7 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8));\n bVar9 = param_2 - 1U != uVar7;\n uVar7 = uVar7 + 1;\n }" { (if_statement "if (uVar7 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }" if (parenthesized_expression "(uVar7 != 0)" ( (binary_expression "uVar7 != 0" identifier != number_literal) )) (compound_statement "{\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }" { (expression_statement "sVar3 = strlen(pcVar2);" (assignment_expression "sVar3 = strlen(pcVar2)" identifier = (call_expression "strlen(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier )))) ;) (expression_statement "pcVar4 = pcVar2 + sVar3;" (assignment_expression "pcVar4 = pcVar2 + sVar3" identifier = (binary_expression "pcVar2 + sVar3" identifier + identifier)) ;) (expression_statement "pcVar4[0] = ',';" (assignment_expression "pcVar4[0] = ','" (subscript_expression "pcVar4[0]" identifier [ number_literal ]) = (char_literal "','" ' character ')) ;) (expression_statement "pcVar4[1] = ' ';" (assignment_expression "pcVar4[1] = ' '" (subscript_expression "pcVar4[1]" identifier [ number_literal ]) = (char_literal "' '" ' character ')) ;) (expression_statement "pcVar4[2] = '\0';" (assignment_expression "pcVar4[2] = '\0'" (subscript_expression "pcVar4[2]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) })) (expression_statement "sVar3 = strlen(pcVar2);" (assignment_expression "sVar3 = strlen(pcVar2)" identifier = (call_expression "strlen(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier )))) ;) (expression_statement "pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8));" (assignment_expression "pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8))" identifier = (call_expression "stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8))" identifier (argument_list "(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8))" ( (binary_expression "pcVar2 + sVar3" identifier + identifier) , (pointer_expression "*(char **)((long)__ptr + uVar7 * 8)" * (cast_expression "(char **)((long)__ptr + uVar7 * 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)__ptr + uVar7 * 8)" ( (binary_expression "(long)__ptr + uVar7 * 8" (cast_expression "(long)__ptr" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (binary_expression "uVar7 * 8" identifier * number_literal)) )))) )))) ;) (expression_statement "bVar9 = param_2 - 1U != uVar7;" (assignment_expression "bVar9 = param_2 - 1U != uVar7" identifier = (binary_expression "param_2 - 1U != uVar7" (binary_expression "param_2 - 1U" identifier - number_literal) != identifier)) ;) (expression_statement "uVar7 = uVar7 + 1;" (assignment_expression "uVar7 = uVar7 + 1" identifier = (binary_expression "uVar7 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(bVar9)" ( identifier )) ;) (if_statement "if (param_3 != 0) {\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }" if (parenthesized_expression "(param_3 != 0)" ( (binary_expression "param_3 != 0" identifier != number_literal) )) (compound_statement "{\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }" { (expression_statement "pcVar4[2] = '\0';" (assignment_expression "pcVar4[2] = '\0'" (subscript_expression "pcVar4[2]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "pcVar4[0] = ',';" (assignment_expression "pcVar4[0] = ','" (subscript_expression "pcVar4[0]" identifier [ number_literal ]) = (char_literal "','" ' character ')) ;) (expression_statement "pcVar4[1] = ' ';" (assignment_expression "pcVar4[1] = ' '" (subscript_expression "pcVar4[1]" identifier [ number_literal ]) = (char_literal "' '" ' character ')) ;) (expression_statement "sVar3 = strlen(pcVar2);" (assignment_expression "sVar3 = strlen(pcVar2)" identifier = (call_expression "strlen(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier )))) ;) (expression_statement "builtin_strncpy(pcVar2 + sVar3,"...",4);" (call_expression "builtin_strncpy(pcVar2 + sVar3,"...",4)" identifier (argument_list "(pcVar2 + sVar3,"...",4)" ( (binary_expression "pcVar2 + sVar3" identifier + identifier) , (string_literal ""..."" " string_content ") , number_literal ))) ;) })) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) }))) (expression_statement "sVar3 = strlen(pcVar2);" (assignment_expression "sVar3 = strlen(pcVar2)" identifier = (call_expression "strlen(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier )))) ;) (expression_statement "(pcVar2 + sVar3)[0] = ')';" (assignment_expression "(pcVar2 + sVar3)[0] = ')'" (subscript_expression "(pcVar2 + sVar3)[0]" (parenthesized_expression "(pcVar2 + sVar3)" ( (binary_expression "pcVar2 + sVar3" identifier + identifier) )) [ number_literal ]) = (char_literal "')'" ' character ')) ;) (expression_statement "(pcVar2 + sVar3)[1] = '\0';" (assignment_expression "(pcVar2 + sVar3)[1] = '\0'" (subscript_expression "(pcVar2 + sVar3)[1]" (parenthesized_expression "(pcVar2 + sVar3)" ( (binary_expression "pcVar2 + sVar3" identifier + identifier) )) [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "uVar5 = FUN_00127110(param_1,pcVar2);" (assignment_expression "uVar5 = FUN_00127110(param_1,pcVar2)" identifier = (call_expression "FUN_00127110(param_1,pcVar2)" identifier (argument_list "(param_1,pcVar2)" ( identifier , identifier )))) ;) (if_statement "if ((int)uVar5 != 0) {\n free(pcVar2);\n uVar5 = 1;\n }" if (parenthesized_expression "((int)uVar5 != 0)" ( (binary_expression "(int)uVar5 != 0" (cast_expression "(int)uVar5" ( (type_descriptor "int" primitive_type) ) identifier) != number_literal) )) (compound_statement "{\n free(pcVar2);\n uVar5 = 1;\n }" { (expression_statement "free(pcVar2);" (call_expression "free(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier ))) ;) (expression_statement "uVar5 = 1;" (assignment_expression "uVar5 = 1" identifier = number_literal) ;) })) (return_statement "return uVar5;" return identifier ;) }))) | (translation_unit "bfd_boolean pr_function_type(void *p,int argcount,bfd_boolean varargs)\n\n{\n bfd_boolean bVar1;\n void *__ptr;\n char *pcVar2;\n size_t sVar3;\n char *pcVar4;\n long lVar5;\n ulong uVar6;\n int iVar7;\n pr_handle *info;\n bool bVar8;\n \n if (*(long *)((long)p + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type");\n }\n if (argcount < 1) {\n pcVar2 = (char *)xmalloc(0x19);\n builtin_strncpy(pcVar2,"(|) (",6);\n if (argcount == 0) {\n if (varargs != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n }\n else {\n builtin_strncpy(pcVar2 + 5,"/* unknown */",0xe);\n }\n }\n else {\n iVar7 = 10;\n __ptr = (void *)xmalloc((long)argcount << 3);\n lVar5 = (long)(int)(argcount - 1U);\n do {\n bVar1 = substitute_type((pr_handle *)p,"");\n if (bVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = pop_type((pr_handle *)((long)p + 0x10));\n *(char **)((long)__ptr + lVar5 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar5 = lVar5 + -1;\n sVar3 = strlen(pcVar2);\n iVar7 = iVar7 + 2 + (int)sVar3;\n } while ((int)lVar5 != -1);\n if (varargs != 0) {\n iVar7 = iVar7 + 5;\n }\n pcVar2 = (char *)xmalloc(iVar7);\n builtin_strncpy(pcVar2,"(|) (",6);\n uVar6 = 0;\n do {\n if (uVar6 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar6 * 8));\n bVar8 = argcount - 1U != uVar6;\n uVar6 = uVar6 + 1;\n } while (bVar8);\n if (varargs != 0) {\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n free(__ptr);\n }\n sVar3 = strlen(pcVar2);\n (pcVar2 + sVar3)[0] = ')';\n (pcVar2 + sVar3)[1] = '\0';\n bVar1 = substitute_type((pr_handle *)p,pcVar2);\n if (bVar1 != 0) {\n free(pcVar2);\n bVar1 = 1;\n }\n return bVar1;\n}\n\n" (function_definition "bfd_boolean pr_function_type(void *p,int argcount,bfd_boolean varargs)\n\n{\n bfd_boolean bVar1;\n void *__ptr;\n char *pcVar2;\n size_t sVar3;\n char *pcVar4;\n long lVar5;\n ulong uVar6;\n int iVar7;\n pr_handle *info;\n bool bVar8;\n \n if (*(long *)((long)p + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type");\n }\n if (argcount < 1) {\n pcVar2 = (char *)xmalloc(0x19);\n builtin_strncpy(pcVar2,"(|) (",6);\n if (argcount == 0) {\n if (varargs != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n }\n else {\n builtin_strncpy(pcVar2 + 5,"/* unknown */",0xe);\n }\n }\n else {\n iVar7 = 10;\n __ptr = (void *)xmalloc((long)argcount << 3);\n lVar5 = (long)(int)(argcount - 1U);\n do {\n bVar1 = substitute_type((pr_handle *)p,"");\n if (bVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = pop_type((pr_handle *)((long)p + 0x10));\n *(char **)((long)__ptr + lVar5 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar5 = lVar5 + -1;\n sVar3 = strlen(pcVar2);\n iVar7 = iVar7 + 2 + (int)sVar3;\n } while ((int)lVar5 != -1);\n if (varargs != 0) {\n iVar7 = iVar7 + 5;\n }\n pcVar2 = (char *)xmalloc(iVar7);\n builtin_strncpy(pcVar2,"(|) (",6);\n uVar6 = 0;\n do {\n if (uVar6 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar6 * 8));\n bVar8 = argcount - 1U != uVar6;\n uVar6 = uVar6 + 1;\n } while (bVar8);\n if (varargs != 0) {\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n free(__ptr);\n }\n sVar3 = strlen(pcVar2);\n (pcVar2 + sVar3)[0] = ')';\n (pcVar2 + sVar3)[1] = '\0';\n bVar1 = substitute_type((pr_handle *)p,pcVar2);\n if (bVar1 != 0) {\n free(pcVar2);\n bVar1 = 1;\n }\n return bVar1;\n}" type_identifier (function_declarator "pr_function_type(void *p,int argcount,bfd_boolean varargs)" identifier (parameter_list "(void *p,int argcount,bfd_boolean varargs)" ( (parameter_declaration "void *p" primitive_type (pointer_declarator "*p" * identifier)) , (parameter_declaration "int argcount" primitive_type identifier) , (parameter_declaration "bfd_boolean varargs" type_identifier identifier) ))) (compound_statement "{\n bfd_boolean bVar1;\n void *__ptr;\n char *pcVar2;\n size_t sVar3;\n char *pcVar4;\n long lVar5;\n ulong uVar6;\n int iVar7;\n pr_handle *info;\n bool bVar8;\n \n if (*(long *)((long)p + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type");\n }\n if (argcount < 1) {\n pcVar2 = (char *)xmalloc(0x19);\n builtin_strncpy(pcVar2,"(|) (",6);\n if (argcount == 0) {\n if (varargs != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n }\n else {\n builtin_strncpy(pcVar2 + 5,"/* unknown */",0xe);\n }\n }\n else {\n iVar7 = 10;\n __ptr = (void *)xmalloc((long)argcount << 3);\n lVar5 = (long)(int)(argcount - 1U);\n do {\n bVar1 = substitute_type((pr_handle *)p,"");\n if (bVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = pop_type((pr_handle *)((long)p + 0x10));\n *(char **)((long)__ptr + lVar5 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar5 = lVar5 + -1;\n sVar3 = strlen(pcVar2);\n iVar7 = iVar7 + 2 + (int)sVar3;\n } while ((int)lVar5 != -1);\n if (varargs != 0) {\n iVar7 = iVar7 + 5;\n }\n pcVar2 = (char *)xmalloc(iVar7);\n builtin_strncpy(pcVar2,"(|) (",6);\n uVar6 = 0;\n do {\n if (uVar6 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar6 * 8));\n bVar8 = argcount - 1U != uVar6;\n uVar6 = uVar6 + 1;\n } while (bVar8);\n if (varargs != 0) {\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n free(__ptr);\n }\n sVar3 = strlen(pcVar2);\n (pcVar2 + sVar3)[0] = ')';\n (pcVar2 + sVar3)[1] = '\0';\n bVar1 = substitute_type((pr_handle *)p,pcVar2);\n if (bVar1 != 0) {\n free(pcVar2);\n bVar1 = 1;\n }\n return bVar1;\n}" { (declaration "bfd_boolean bVar1;" type_identifier identifier ;) (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "size_t sVar3;" primitive_type identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar6;" type_identifier identifier ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "pr_handle *info;" type_identifier (pointer_declarator "*info" * identifier) ;) (declaration "bool bVar8;" primitive_type identifier ;) (if_statement "if (*(long *)((long)p + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type");\n }" if (parenthesized_expression "(*(long *)((long)p + 0x10) == 0)" ( (binary_expression "*(long *)((long)p + 0x10) == 0" (pointer_expression "*(long *)((long)p + 0x10)" * (cast_expression "(long *)((long)p + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)p + 0x10)" ( (binary_expression "(long)p + 0x10" (cast_expression "(long)p" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type");\n }" { comment (expression_statement "__assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type");" (call_expression "__assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type")" identifier (argument_list "("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type")" ( (string_literal ""info->stack != NULL"" " string_content ") , (string_literal ""../../binutils/prdbg.c"" " string_content ") , number_literal , (string_literal ""pr_function_type"" " string_content ") ))) ;) })) (if_statement "if (argcount < 1) {\n pcVar2 = (char *)xmalloc(0x19);\n builtin_strncpy(pcVar2,"(|) (",6);\n if (argcount == 0) {\n if (varargs != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n }\n else {\n builtin_strncpy(pcVar2 + 5,"/* unknown */",0xe);\n }\n }\n else {\n iVar7 = 10;\n __ptr = (void *)xmalloc((long)argcount << 3);\n lVar5 = (long)(int)(argcount - 1U);\n do {\n bVar1 = substitute_type((pr_handle *)p,"");\n if (bVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = pop_type((pr_handle *)((long)p + 0x10));\n *(char **)((long)__ptr + lVar5 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar5 = lVar5 + -1;\n sVar3 = strlen(pcVar2);\n iVar7 = iVar7 + 2 + (int)sVar3;\n } while ((int)lVar5 != -1);\n if (varargs != 0) {\n iVar7 = iVar7 + 5;\n }\n pcVar2 = (char *)xmalloc(iVar7);\n builtin_strncpy(pcVar2,"(|) (",6);\n uVar6 = 0;\n do {\n if (uVar6 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar6 * 8));\n bVar8 = argcount - 1U != uVar6;\n uVar6 = uVar6 + 1;\n } while (bVar8);\n if (varargs != 0) {\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n free(__ptr);\n }" if (parenthesized_expression "(argcount < 1)" ( (binary_expression "argcount < 1" identifier < number_literal) )) (compound_statement "{\n pcVar2 = (char *)xmalloc(0x19);\n builtin_strncpy(pcVar2,"(|) (",6);\n if (argcount == 0) {\n if (varargs != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n }\n else {\n builtin_strncpy(pcVar2 + 5,"/* unknown */",0xe);\n }\n }" { (expression_statement "pcVar2 = (char *)xmalloc(0x19);" (assignment_expression "pcVar2 = (char *)xmalloc(0x19)" identifier = (cast_expression "(char *)xmalloc(0x19)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x19)" identifier (argument_list "(0x19)" ( number_literal ))))) ;) (expression_statement "builtin_strncpy(pcVar2,"(|) (",6);" (call_expression "builtin_strncpy(pcVar2,"(|) (",6)" identifier (argument_list "(pcVar2,"(|) (",6)" ( identifier , (string_literal ""(|) ("" " string_content ") , number_literal ))) ;) (if_statement "if (argcount == 0) {\n if (varargs != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n }\n else {\n builtin_strncpy(pcVar2 + 5,"/* unknown */",0xe);\n }" if (parenthesized_expression "(argcount == 0)" ( (binary_expression "argcount == 0" identifier == number_literal) )) (compound_statement "{\n if (varargs != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n }" { (if_statement "if (varargs != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }" if (parenthesized_expression "(varargs != 0)" ( (binary_expression "varargs != 0" identifier != number_literal) )) (compound_statement "{\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }" { (expression_statement "sVar3 = strlen(pcVar2);" (assignment_expression "sVar3 = strlen(pcVar2)" identifier = (call_expression "strlen(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier )))) ;) (expression_statement "builtin_strncpy(pcVar2 + sVar3,"...",4);" (call_expression "builtin_strncpy(pcVar2 + sVar3,"...",4)" identifier (argument_list "(pcVar2 + sVar3,"...",4)" ( (binary_expression "pcVar2 + sVar3" identifier + identifier) , (string_literal ""..."" " string_content ") , number_literal ))) ;) })) }) (else_clause "else {\n builtin_strncpy(pcVar2 + 5,"/* unknown */",0xe);\n }" else (compound_statement "{\n builtin_strncpy(pcVar2 + 5,"/* unknown */",0xe);\n }" { (expression_statement "builtin_strncpy(pcVar2 + 5,"/* unknown */",0xe);" (call_expression "builtin_strncpy(pcVar2 + 5,"/* unknown */",0xe)" identifier (argument_list "(pcVar2 + 5,"/* unknown */",0xe)" ( (binary_expression "pcVar2 + 5" identifier + number_literal) , (string_literal ""/* unknown */"" " string_content ") , number_literal ))) ;) }))) }) (else_clause "else {\n iVar7 = 10;\n __ptr = (void *)xmalloc((long)argcount << 3);\n lVar5 = (long)(int)(argcount - 1U);\n do {\n bVar1 = substitute_type((pr_handle *)p,"");\n if (bVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = pop_type((pr_handle *)((long)p + 0x10));\n *(char **)((long)__ptr + lVar5 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar5 = lVar5 + -1;\n sVar3 = strlen(pcVar2);\n iVar7 = iVar7 + 2 + (int)sVar3;\n } while ((int)lVar5 != -1);\n if (varargs != 0) {\n iVar7 = iVar7 + 5;\n }\n pcVar2 = (char *)xmalloc(iVar7);\n builtin_strncpy(pcVar2,"(|) (",6);\n uVar6 = 0;\n do {\n if (uVar6 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar6 * 8));\n bVar8 = argcount - 1U != uVar6;\n uVar6 = uVar6 + 1;\n } while (bVar8);\n if (varargs != 0) {\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n free(__ptr);\n }" else (compound_statement "{\n iVar7 = 10;\n __ptr = (void *)xmalloc((long)argcount << 3);\n lVar5 = (long)(int)(argcount - 1U);\n do {\n bVar1 = substitute_type((pr_handle *)p,"");\n if (bVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = pop_type((pr_handle *)((long)p + 0x10));\n *(char **)((long)__ptr + lVar5 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar5 = lVar5 + -1;\n sVar3 = strlen(pcVar2);\n iVar7 = iVar7 + 2 + (int)sVar3;\n } while ((int)lVar5 != -1);\n if (varargs != 0) {\n iVar7 = iVar7 + 5;\n }\n pcVar2 = (char *)xmalloc(iVar7);\n builtin_strncpy(pcVar2,"(|) (",6);\n uVar6 = 0;\n do {\n if (uVar6 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar6 * 8));\n bVar8 = argcount - 1U != uVar6;\n uVar6 = uVar6 + 1;\n } while (bVar8);\n if (varargs != 0) {\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n free(__ptr);\n }" { (expression_statement "iVar7 = 10;" (assignment_expression "iVar7 = 10" identifier = number_literal) ;) (expression_statement "__ptr = (void *)xmalloc((long)argcount << 3);" (assignment_expression "__ptr = (void *)xmalloc((long)argcount << 3)" identifier = (cast_expression "(void *)xmalloc((long)argcount << 3)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc((long)argcount << 3)" identifier (argument_list "((long)argcount << 3)" ( (binary_expression "(long)argcount << 3" (cast_expression "(long)argcount" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) << number_literal) ))))) ;) (expression_statement "lVar5 = (long)(int)(argcount - 1U);" (assignment_expression "lVar5 = (long)(int)(argcount - 1U)" identifier = (cast_expression "(long)(int)(argcount - 1U)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)(argcount - 1U)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(argcount - 1U)" ( (binary_expression "argcount - 1U" identifier - number_literal) ))))) ;) (do_statement "do {\n bVar1 = substitute_type((pr_handle *)p,"");\n if (bVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = pop_type((pr_handle *)((long)p + 0x10));\n *(char **)((long)__ptr + lVar5 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar5 = lVar5 + -1;\n sVar3 = strlen(pcVar2);\n iVar7 = iVar7 + 2 + (int)sVar3;\n } while ((int)lVar5 != -1);" do (compound_statement "{\n bVar1 = substitute_type((pr_handle *)p,"");\n if (bVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = pop_type((pr_handle *)((long)p + 0x10));\n *(char **)((long)__ptr + lVar5 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar5 = lVar5 + -1;\n sVar3 = strlen(pcVar2);\n iVar7 = iVar7 + 2 + (int)sVar3;\n }" { (expression_statement "bVar1 = substitute_type((pr_handle *)p,"");" (assignment_expression "bVar1 = substitute_type((pr_handle *)p,"")" identifier = (call_expression "substitute_type((pr_handle *)p,"")" identifier (argument_list "((pr_handle *)p,"")" ( (cast_expression "(pr_handle *)p" ( (type_descriptor "pr_handle *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (string_literal """" " ") )))) ;) (if_statement "if (bVar1 == 0) {\n free(__ptr);\n return 0;\n }" if (parenthesized_expression "(bVar1 == 0)" ( (binary_expression "bVar1 == 0" identifier == number_literal) )) (compound_statement "{\n free(__ptr);\n return 0;\n }" { (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (return_statement "return 0;" return number_literal ;) })) (expression_statement "pcVar2 = pop_type((pr_handle *)((long)p + 0x10));" (assignment_expression "pcVar2 = pop_type((pr_handle *)((long)p + 0x10))" identifier = (call_expression "pop_type((pr_handle *)((long)p + 0x10))" identifier (argument_list "((pr_handle *)((long)p + 0x10))" ( (cast_expression "(pr_handle *)((long)p + 0x10)" ( (type_descriptor "pr_handle *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)p + 0x10)" ( (binary_expression "(long)p + 0x10" (cast_expression "(long)p" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))) )))) ;) (expression_statement "*(char **)((long)__ptr + lVar5 * 8) = pcVar2;" (assignment_expression "*(char **)((long)__ptr + lVar5 * 8) = pcVar2" (pointer_expression "*(char **)((long)__ptr + lVar5 * 8)" * (cast_expression "(char **)((long)__ptr + lVar5 * 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)__ptr + lVar5 * 8)" ( (binary_expression "(long)__ptr + lVar5 * 8" (cast_expression "(long)__ptr" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (binary_expression "lVar5 * 8" identifier * number_literal)) )))) = identifier) ;) (if_statement "if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }" if (parenthesized_expression "(pcVar2 == (char *)0x0)" ( (binary_expression "pcVar2 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(__ptr);\n return 0;\n }" { (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (return_statement "return 0;" return number_literal ;) })) (expression_statement "lVar5 = lVar5 + -1;" (assignment_expression "lVar5 = lVar5 + -1" identifier = (binary_expression "lVar5 + -1" identifier + number_literal)) ;) (expression_statement "sVar3 = strlen(pcVar2);" (assignment_expression "sVar3 = strlen(pcVar2)" identifier = (call_expression "strlen(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier )))) ;) (expression_statement "iVar7 = iVar7 + 2 + (int)sVar3;" (assignment_expression "iVar7 = iVar7 + 2 + (int)sVar3" identifier = (binary_expression "iVar7 + 2 + (int)sVar3" (binary_expression "iVar7 + 2" identifier + number_literal) + (cast_expression "(int)sVar3" ( (type_descriptor "int" primitive_type) ) identifier))) ;) }) while (parenthesized_expression "((int)lVar5 != -1)" ( (binary_expression "(int)lVar5 != -1" (cast_expression "(int)lVar5" ( (type_descriptor "int" primitive_type) ) identifier) != number_literal) )) ;) (if_statement "if (varargs != 0) {\n iVar7 = iVar7 + 5;\n }" if (parenthesized_expression "(varargs != 0)" ( (binary_expression "varargs != 0" identifier != number_literal) )) (compound_statement "{\n iVar7 = iVar7 + 5;\n }" { (expression_statement "iVar7 = iVar7 + 5;" (assignment_expression "iVar7 = iVar7 + 5" identifier = (binary_expression "iVar7 + 5" identifier + number_literal)) ;) })) (expression_statement "pcVar2 = (char *)xmalloc(iVar7);" (assignment_expression "pcVar2 = (char *)xmalloc(iVar7)" identifier = (cast_expression "(char *)xmalloc(iVar7)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(iVar7)" identifier (argument_list "(iVar7)" ( identifier ))))) ;) (expression_statement "builtin_strncpy(pcVar2,"(|) (",6);" (call_expression "builtin_strncpy(pcVar2,"(|) (",6)" identifier (argument_list "(pcVar2,"(|) (",6)" ( identifier , (string_literal ""(|) ("" " string_content ") , number_literal ))) ;) (expression_statement "uVar6 = 0;" (assignment_expression "uVar6 = 0" identifier = number_literal) ;) (do_statement "do {\n if (uVar6 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar6 * 8));\n bVar8 = argcount - 1U != uVar6;\n uVar6 = uVar6 + 1;\n } while (bVar8);" do (compound_statement "{\n if (uVar6 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar6 * 8));\n bVar8 = argcount - 1U != uVar6;\n uVar6 = uVar6 + 1;\n }" { (if_statement "if (uVar6 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }" if (parenthesized_expression "(uVar6 != 0)" ( (binary_expression "uVar6 != 0" identifier != number_literal) )) (compound_statement "{\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }" { (expression_statement "sVar3 = strlen(pcVar2);" (assignment_expression "sVar3 = strlen(pcVar2)" identifier = (call_expression "strlen(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier )))) ;) (expression_statement "pcVar4 = pcVar2 + sVar3;" (assignment_expression "pcVar4 = pcVar2 + sVar3" identifier = (binary_expression "pcVar2 + sVar3" identifier + identifier)) ;) (expression_statement "pcVar4[0] = ',';" (assignment_expression "pcVar4[0] = ','" (subscript_expression "pcVar4[0]" identifier [ number_literal ]) = (char_literal "','" ' character ')) ;) (expression_statement "pcVar4[1] = ' ';" (assignment_expression "pcVar4[1] = ' '" (subscript_expression "pcVar4[1]" identifier [ number_literal ]) = (char_literal "' '" ' character ')) ;) (expression_statement "pcVar4[2] = '\0';" (assignment_expression "pcVar4[2] = '\0'" (subscript_expression "pcVar4[2]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) })) (expression_statement "sVar3 = strlen(pcVar2);" (assignment_expression "sVar3 = strlen(pcVar2)" identifier = (call_expression "strlen(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier )))) ;) (expression_statement "pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar6 * 8));" (assignment_expression "pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar6 * 8))" identifier = (call_expression "stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar6 * 8))" identifier (argument_list "(pcVar2 + sVar3,*(char **)((long)__ptr + uVar6 * 8))" ( (binary_expression "pcVar2 + sVar3" identifier + identifier) , (pointer_expression "*(char **)((long)__ptr + uVar6 * 8)" * (cast_expression "(char **)((long)__ptr + uVar6 * 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)__ptr + uVar6 * 8)" ( (binary_expression "(long)__ptr + uVar6 * 8" (cast_expression "(long)__ptr" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (binary_expression "uVar6 * 8" identifier * number_literal)) )))) )))) ;) (expression_statement "bVar8 = argcount - 1U != uVar6;" (assignment_expression "bVar8 = argcount - 1U != uVar6" identifier = (binary_expression "argcount - 1U != uVar6" (binary_expression "argcount - 1U" identifier - number_literal) != identifier)) ;) (expression_statement "uVar6 = uVar6 + 1;" (assignment_expression "uVar6 = uVar6 + 1" identifier = (binary_expression "uVar6 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(bVar8)" ( identifier )) ;) (if_statement "if (varargs != 0) {\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }" if (parenthesized_expression "(varargs != 0)" ( (binary_expression "varargs != 0" identifier != number_literal) )) (compound_statement "{\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }" { (expression_statement "pcVar4[2] = '\0';" (assignment_expression "pcVar4[2] = '\0'" (subscript_expression "pcVar4[2]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "pcVar4[0] = ',';" (assignment_expression "pcVar4[0] = ','" (subscript_expression "pcVar4[0]" identifier [ number_literal ]) = (char_literal "','" ' character ')) ;) (expression_statement "pcVar4[1] = ' ';" (assignment_expression "pcVar4[1] = ' '" (subscript_expression "pcVar4[1]" identifier [ number_literal ]) = (char_literal "' '" ' character ')) ;) (expression_statement "sVar3 = strlen(pcVar2);" (assignment_expression "sVar3 = strlen(pcVar2)" identifier = (call_expression "strlen(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier )))) ;) (expression_statement "builtin_strncpy(pcVar2 + sVar3,"...",4);" (call_expression "builtin_strncpy(pcVar2 + sVar3,"...",4)" identifier (argument_list "(pcVar2 + sVar3,"...",4)" ( (binary_expression "pcVar2 + sVar3" identifier + identifier) , (string_literal ""..."" " string_content ") , number_literal ))) ;) })) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) }))) (expression_statement "sVar3 = strlen(pcVar2);" (assignment_expression "sVar3 = strlen(pcVar2)" identifier = (call_expression "strlen(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier )))) ;) (expression_statement "(pcVar2 + sVar3)[0] = ')';" (assignment_expression "(pcVar2 + sVar3)[0] = ')'" (subscript_expression "(pcVar2 + sVar3)[0]" (parenthesized_expression "(pcVar2 + sVar3)" ( (binary_expression "pcVar2 + sVar3" identifier + identifier) )) [ number_literal ]) = (char_literal "')'" ' character ')) ;) (expression_statement "(pcVar2 + sVar3)[1] = '\0';" (assignment_expression "(pcVar2 + sVar3)[1] = '\0'" (subscript_expression "(pcVar2 + sVar3)[1]" (parenthesized_expression "(pcVar2 + sVar3)" ( (binary_expression "pcVar2 + sVar3" identifier + identifier) )) [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "bVar1 = substitute_type((pr_handle *)p,pcVar2);" (assignment_expression "bVar1 = substitute_type((pr_handle *)p,pcVar2)" identifier = (call_expression "substitute_type((pr_handle *)p,pcVar2)" identifier (argument_list "((pr_handle *)p,pcVar2)" ( (cast_expression "(pr_handle *)p" ( (type_descriptor "pr_handle *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier )))) ;) (if_statement "if (bVar1 != 0) {\n free(pcVar2);\n bVar1 = 1;\n }" if (parenthesized_expression "(bVar1 != 0)" ( (binary_expression "bVar1 != 0" identifier != number_literal) )) (compound_statement "{\n free(pcVar2);\n bVar1 = 1;\n }" { (expression_statement "free(pcVar2);" (call_expression "free(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier ))) ;) (expression_statement "bVar1 = 1;" (assignment_expression "bVar1 = 1" identifier = number_literal) ;) })) (return_statement "return bVar1;" return identifier ;) }))) | (translation_unit "undefined8 FUN_00127730(long param_1,int param_2,int param_3)\n\n{\n int iVar1;\n void *__ptr;\n char *pcVar2;\n size_t sVar3;\n char *pcVar4;\n undefined8 uVar5;\n long lVar6;\n ulong uVar7;\n int iVar8;\n bool bVar9;\n \n if (*(long *)(param_1 + 0x10) == 0) {\n \n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type");\n }\n if (param_2 < 1) {\n pcVar2 = (char *)xmalloc(0x19);\n builtin_strncpy(pcVar2,"(|) (",6);\n if (param_2 == 0) {\n if (param_3 != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n }\n else {\n builtin_strncpy(pcVar2 + 5,"",0xe);\n }\n }\n else {\n iVar8 = 10;\n __ptr = (void *)xmalloc((long)param_2 << 3);\n lVar6 = (long)(int)(param_2 - 1U);\n do {\n iVar1 = FUN_00127110(param_1,&DAT_0013da2a);\n if (iVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = (char *)FUN_00126930(param_1 + 0x10);\n *(char **)((long)__ptr + lVar6 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar6 = lVar6 + -1;\n sVar3 = strlen(pcVar2);\n iVar8 = iVar8 + 2 + (int)sVar3;\n } while ((int)lVar6 != -1);\n if (param_3 != 0) {\n iVar8 = iVar8 + 5;\n }\n pcVar2 = (char *)xmalloc(iVar8);\n builtin_strncpy(pcVar2,"(|) (",6);\n uVar7 = 0;\n do {\n if (uVar7 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8));\n bVar9 = param_2 - 1U != uVar7;\n uVar7 = uVar7 + 1;\n } while (bVar9);\n if (param_3 != 0) {\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n free(__ptr);\n }\n sVar3 = strlen(pcVar2);\n (pcVar2 + sVar3)[0] = ')';\n (pcVar2 + sVar3)[1] = '\0';\n uVar5 = FUN_00127110(param_1,pcVar2);\n if ((int)uVar5 != 0) {\n free(pcVar2);\n uVar5 = 1;\n }\n return uVar5;\n}\n\n" (function_definition "undefined8 FUN_00127730(long param_1,int param_2,int param_3)\n\n{\n int iVar1;\n void *__ptr;\n char *pcVar2;\n size_t sVar3;\n char *pcVar4;\n undefined8 uVar5;\n long lVar6;\n ulong uVar7;\n int iVar8;\n bool bVar9;\n \n if (*(long *)(param_1 + 0x10) == 0) {\n \n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type");\n }\n if (param_2 < 1) {\n pcVar2 = (char *)xmalloc(0x19);\n builtin_strncpy(pcVar2,"(|) (",6);\n if (param_2 == 0) {\n if (param_3 != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n }\n else {\n builtin_strncpy(pcVar2 + 5,"",0xe);\n }\n }\n else {\n iVar8 = 10;\n __ptr = (void *)xmalloc((long)param_2 << 3);\n lVar6 = (long)(int)(param_2 - 1U);\n do {\n iVar1 = FUN_00127110(param_1,&DAT_0013da2a);\n if (iVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = (char *)FUN_00126930(param_1 + 0x10);\n *(char **)((long)__ptr + lVar6 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar6 = lVar6 + -1;\n sVar3 = strlen(pcVar2);\n iVar8 = iVar8 + 2 + (int)sVar3;\n } while ((int)lVar6 != -1);\n if (param_3 != 0) {\n iVar8 = iVar8 + 5;\n }\n pcVar2 = (char *)xmalloc(iVar8);\n builtin_strncpy(pcVar2,"(|) (",6);\n uVar7 = 0;\n do {\n if (uVar7 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8));\n bVar9 = param_2 - 1U != uVar7;\n uVar7 = uVar7 + 1;\n } while (bVar9);\n if (param_3 != 0) {\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n free(__ptr);\n }\n sVar3 = strlen(pcVar2);\n (pcVar2 + sVar3)[0] = ')';\n (pcVar2 + sVar3)[1] = '\0';\n uVar5 = FUN_00127110(param_1,pcVar2);\n if ((int)uVar5 != 0) {\n free(pcVar2);\n uVar5 = 1;\n }\n return uVar5;\n}" type_identifier (function_declarator "FUN_00127730(long param_1,int param_2,int param_3)" identifier (parameter_list "(long param_1,int param_2,int param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n void *__ptr;\n char *pcVar2;\n size_t sVar3;\n char *pcVar4;\n undefined8 uVar5;\n long lVar6;\n ulong uVar7;\n int iVar8;\n bool bVar9;\n \n if (*(long *)(param_1 + 0x10) == 0) {\n \n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type");\n }\n if (param_2 < 1) {\n pcVar2 = (char *)xmalloc(0x19);\n builtin_strncpy(pcVar2,"(|) (",6);\n if (param_2 == 0) {\n if (param_3 != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n }\n else {\n builtin_strncpy(pcVar2 + 5,"",0xe);\n }\n }\n else {\n iVar8 = 10;\n __ptr = (void *)xmalloc((long)param_2 << 3);\n lVar6 = (long)(int)(param_2 - 1U);\n do {\n iVar1 = FUN_00127110(param_1,&DAT_0013da2a);\n if (iVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = (char *)FUN_00126930(param_1 + 0x10);\n *(char **)((long)__ptr + lVar6 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar6 = lVar6 + -1;\n sVar3 = strlen(pcVar2);\n iVar8 = iVar8 + 2 + (int)sVar3;\n } while ((int)lVar6 != -1);\n if (param_3 != 0) {\n iVar8 = iVar8 + 5;\n }\n pcVar2 = (char *)xmalloc(iVar8);\n builtin_strncpy(pcVar2,"(|) (",6);\n uVar7 = 0;\n do {\n if (uVar7 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8));\n bVar9 = param_2 - 1U != uVar7;\n uVar7 = uVar7 + 1;\n } while (bVar9);\n if (param_3 != 0) {\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n free(__ptr);\n }\n sVar3 = strlen(pcVar2);\n (pcVar2 + sVar3)[0] = ')';\n (pcVar2 + sVar3)[1] = '\0';\n uVar5 = FUN_00127110(param_1,pcVar2);\n if ((int)uVar5 != 0) {\n free(pcVar2);\n uVar5 = 1;\n }\n return uVar5;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "size_t sVar3;" primitive_type identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar7;" type_identifier identifier ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "bool bVar9;" primitive_type identifier ;) (if_statement "if (*(long *)(param_1 + 0x10) == 0) {\n \n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type");\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x10) == 0)" ( (binary_expression "*(long *)(param_1 + 0x10) == 0" (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n \n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type");\n }" { (expression_statement "__assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type");" (call_expression "__assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type")" identifier (argument_list "("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type")" ( (string_literal ""info->stack != NULL"" " string_content ") , (string_literal ""../../binutils/prdbg.c"" " string_content ") , number_literal , (string_literal ""pr_function_type"" " string_content ") ))) ;) })) (if_statement "if (param_2 < 1) {\n pcVar2 = (char *)xmalloc(0x19);\n builtin_strncpy(pcVar2,"(|) (",6);\n if (param_2 == 0) {\n if (param_3 != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n }\n else {\n builtin_strncpy(pcVar2 + 5,"",0xe);\n }\n }\n else {\n iVar8 = 10;\n __ptr = (void *)xmalloc((long)param_2 << 3);\n lVar6 = (long)(int)(param_2 - 1U);\n do {\n iVar1 = FUN_00127110(param_1,&DAT_0013da2a);\n if (iVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = (char *)FUN_00126930(param_1 + 0x10);\n *(char **)((long)__ptr + lVar6 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar6 = lVar6 + -1;\n sVar3 = strlen(pcVar2);\n iVar8 = iVar8 + 2 + (int)sVar3;\n } while ((int)lVar6 != -1);\n if (param_3 != 0) {\n iVar8 = iVar8 + 5;\n }\n pcVar2 = (char *)xmalloc(iVar8);\n builtin_strncpy(pcVar2,"(|) (",6);\n uVar7 = 0;\n do {\n if (uVar7 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8));\n bVar9 = param_2 - 1U != uVar7;\n uVar7 = uVar7 + 1;\n } while (bVar9);\n if (param_3 != 0) {\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n free(__ptr);\n }" if (parenthesized_expression "(param_2 < 1)" ( (binary_expression "param_2 < 1" identifier < number_literal) )) (compound_statement "{\n pcVar2 = (char *)xmalloc(0x19);\n builtin_strncpy(pcVar2,"(|) (",6);\n if (param_2 == 0) {\n if (param_3 != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n }\n else {\n builtin_strncpy(pcVar2 + 5,"",0xe);\n }\n }" { (expression_statement "pcVar2 = (char *)xmalloc(0x19);" (assignment_expression "pcVar2 = (char *)xmalloc(0x19)" identifier = (cast_expression "(char *)xmalloc(0x19)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x19)" identifier (argument_list "(0x19)" ( number_literal ))))) ;) (expression_statement "builtin_strncpy(pcVar2,"(|) (",6);" (call_expression "builtin_strncpy(pcVar2,"(|) (",6)" identifier (argument_list "(pcVar2,"(|) (",6)" ( identifier , (string_literal ""(|) ("" " string_content ") , number_literal ))) ;) (if_statement "if (param_2 == 0) {\n if (param_3 != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n }\n else {\n builtin_strncpy(pcVar2 + 5,"",0xe);\n }" if (parenthesized_expression "(param_2 == 0)" ( (binary_expression "param_2 == 0" identifier == number_literal) )) (compound_statement "{\n if (param_3 != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n }" { (if_statement "if (param_3 != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }" if (parenthesized_expression "(param_3 != 0)" ( (binary_expression "param_3 != 0" identifier != number_literal) )) (compound_statement "{\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }" { (expression_statement "sVar3 = strlen(pcVar2);" (assignment_expression "sVar3 = strlen(pcVar2)" identifier = (call_expression "strlen(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier )))) ;) (expression_statement "builtin_strncpy(pcVar2 + sVar3,"...",4);" (call_expression "builtin_strncpy(pcVar2 + sVar3,"...",4)" identifier (argument_list "(pcVar2 + sVar3,"...",4)" ( (binary_expression "pcVar2 + sVar3" identifier + identifier) , (string_literal ""..."" " string_content ") , number_literal ))) ;) })) }) (else_clause "else {\n builtin_strncpy(pcVar2 + 5,"",0xe);\n }" else (compound_statement "{\n builtin_strncpy(pcVar2 + 5,"",0xe);\n }" { (expression_statement "builtin_strncpy(pcVar2 + 5,"",0xe);" (call_expression "builtin_strncpy(pcVar2 + 5,"",0xe)" identifier (argument_list "(pcVar2 + 5,"",0xe)" ( (binary_expression "pcVar2 + 5" identifier + number_literal) , (string_literal """" " ") , number_literal ))) ;) }))) }) (else_clause "else {\n iVar8 = 10;\n __ptr = (void *)xmalloc((long)param_2 << 3);\n lVar6 = (long)(int)(param_2 - 1U);\n do {\n iVar1 = FUN_00127110(param_1,&DAT_0013da2a);\n if (iVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = (char *)FUN_00126930(param_1 + 0x10);\n *(char **)((long)__ptr + lVar6 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar6 = lVar6 + -1;\n sVar3 = strlen(pcVar2);\n iVar8 = iVar8 + 2 + (int)sVar3;\n } while ((int)lVar6 != -1);\n if (param_3 != 0) {\n iVar8 = iVar8 + 5;\n }\n pcVar2 = (char *)xmalloc(iVar8);\n builtin_strncpy(pcVar2,"(|) (",6);\n uVar7 = 0;\n do {\n if (uVar7 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8));\n bVar9 = param_2 - 1U != uVar7;\n uVar7 = uVar7 + 1;\n } while (bVar9);\n if (param_3 != 0) {\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n free(__ptr);\n }" else (compound_statement "{\n iVar8 = 10;\n __ptr = (void *)xmalloc((long)param_2 << 3);\n lVar6 = (long)(int)(param_2 - 1U);\n do {\n iVar1 = FUN_00127110(param_1,&DAT_0013da2a);\n if (iVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = (char *)FUN_00126930(param_1 + 0x10);\n *(char **)((long)__ptr + lVar6 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar6 = lVar6 + -1;\n sVar3 = strlen(pcVar2);\n iVar8 = iVar8 + 2 + (int)sVar3;\n } while ((int)lVar6 != -1);\n if (param_3 != 0) {\n iVar8 = iVar8 + 5;\n }\n pcVar2 = (char *)xmalloc(iVar8);\n builtin_strncpy(pcVar2,"(|) (",6);\n uVar7 = 0;\n do {\n if (uVar7 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8));\n bVar9 = param_2 - 1U != uVar7;\n uVar7 = uVar7 + 1;\n } while (bVar9);\n if (param_3 != 0) {\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n free(__ptr);\n }" { (expression_statement "iVar8 = 10;" (assignment_expression "iVar8 = 10" identifier = number_literal) ;) (expression_statement "__ptr = (void *)xmalloc((long)param_2 << 3);" (assignment_expression "__ptr = (void *)xmalloc((long)param_2 << 3)" identifier = (cast_expression "(void *)xmalloc((long)param_2 << 3)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc((long)param_2 << 3)" identifier (argument_list "((long)param_2 << 3)" ( (binary_expression "(long)param_2 << 3" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) << number_literal) ))))) ;) (expression_statement "lVar6 = (long)(int)(param_2 - 1U);" (assignment_expression "lVar6 = (long)(int)(param_2 - 1U)" identifier = (cast_expression "(long)(int)(param_2 - 1U)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)(param_2 - 1U)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(param_2 - 1U)" ( (binary_expression "param_2 - 1U" identifier - number_literal) ))))) ;) (do_statement "do {\n iVar1 = FUN_00127110(param_1,&DAT_0013da2a);\n if (iVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = (char *)FUN_00126930(param_1 + 0x10);\n *(char **)((long)__ptr + lVar6 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar6 = lVar6 + -1;\n sVar3 = strlen(pcVar2);\n iVar8 = iVar8 + 2 + (int)sVar3;\n } while ((int)lVar6 != -1);" do (compound_statement "{\n iVar1 = FUN_00127110(param_1,&DAT_0013da2a);\n if (iVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = (char *)FUN_00126930(param_1 + 0x10);\n *(char **)((long)__ptr + lVar6 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar6 = lVar6 + -1;\n sVar3 = strlen(pcVar2);\n iVar8 = iVar8 + 2 + (int)sVar3;\n }" { (expression_statement "iVar1 = FUN_00127110(param_1,&DAT_0013da2a);" (assignment_expression "iVar1 = FUN_00127110(param_1,&DAT_0013da2a)" identifier = (call_expression "FUN_00127110(param_1,&DAT_0013da2a)" identifier (argument_list "(param_1,&DAT_0013da2a)" ( identifier , (pointer_expression "&DAT_0013da2a" & identifier) )))) ;) (if_statement "if (iVar1 == 0) {\n free(__ptr);\n return 0;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n free(__ptr);\n return 0;\n }" { (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (return_statement "return 0;" return number_literal ;) })) (expression_statement "pcVar2 = (char *)FUN_00126930(param_1 + 0x10);" (assignment_expression "pcVar2 = (char *)FUN_00126930(param_1 + 0x10)" identifier = (cast_expression "(char *)FUN_00126930(param_1 + 0x10)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00126930(param_1 + 0x10)" identifier (argument_list "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "*(char **)((long)__ptr + lVar6 * 8) = pcVar2;" (assignment_expression "*(char **)((long)__ptr + lVar6 * 8) = pcVar2" (pointer_expression "*(char **)((long)__ptr + lVar6 * 8)" * (cast_expression "(char **)((long)__ptr + lVar6 * 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)__ptr + lVar6 * 8)" ( (binary_expression "(long)__ptr + lVar6 * 8" (cast_expression "(long)__ptr" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (binary_expression "lVar6 * 8" identifier * number_literal)) )))) = identifier) ;) (if_statement "if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }" if (parenthesized_expression "(pcVar2 == (char *)0x0)" ( (binary_expression "pcVar2 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(__ptr);\n return 0;\n }" { (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (return_statement "return 0;" return number_literal ;) })) (expression_statement "lVar6 = lVar6 + -1;" (assignment_expression "lVar6 = lVar6 + -1" identifier = (binary_expression "lVar6 + -1" identifier + number_literal)) ;) (expression_statement "sVar3 = strlen(pcVar2);" (assignment_expression "sVar3 = strlen(pcVar2)" identifier = (call_expression "strlen(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier )))) ;) (expression_statement "iVar8 = iVar8 + 2 + (int)sVar3;" (assignment_expression "iVar8 = iVar8 + 2 + (int)sVar3" identifier = (binary_expression "iVar8 + 2 + (int)sVar3" (binary_expression "iVar8 + 2" identifier + number_literal) + (cast_expression "(int)sVar3" ( (type_descriptor "int" primitive_type) ) identifier))) ;) }) while (parenthesized_expression "((int)lVar6 != -1)" ( (binary_expression "(int)lVar6 != -1" (cast_expression "(int)lVar6" ( (type_descriptor "int" primitive_type) ) identifier) != number_literal) )) ;) (if_statement "if (param_3 != 0) {\n iVar8 = iVar8 + 5;\n }" if (parenthesized_expression "(param_3 != 0)" ( (binary_expression "param_3 != 0" identifier != number_literal) )) (compound_statement "{\n iVar8 = iVar8 + 5;\n }" { (expression_statement "iVar8 = iVar8 + 5;" (assignment_expression "iVar8 = iVar8 + 5" identifier = (binary_expression "iVar8 + 5" identifier + number_literal)) ;) })) (expression_statement "pcVar2 = (char *)xmalloc(iVar8);" (assignment_expression "pcVar2 = (char *)xmalloc(iVar8)" identifier = (cast_expression "(char *)xmalloc(iVar8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(iVar8)" identifier (argument_list "(iVar8)" ( identifier ))))) ;) (expression_statement "builtin_strncpy(pcVar2,"(|) (",6);" (call_expression "builtin_strncpy(pcVar2,"(|) (",6)" identifier (argument_list "(pcVar2,"(|) (",6)" ( identifier , (string_literal ""(|) ("" " string_content ") , number_literal ))) ;) (expression_statement "uVar7 = 0;" (assignment_expression "uVar7 = 0" identifier = number_literal) ;) (do_statement "do {\n if (uVar7 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8));\n bVar9 = param_2 - 1U != uVar7;\n uVar7 = uVar7 + 1;\n } while (bVar9);" do (compound_statement "{\n if (uVar7 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8));\n bVar9 = param_2 - 1U != uVar7;\n uVar7 = uVar7 + 1;\n }" { (if_statement "if (uVar7 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }" if (parenthesized_expression "(uVar7 != 0)" ( (binary_expression "uVar7 != 0" identifier != number_literal) )) (compound_statement "{\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }" { (expression_statement "sVar3 = strlen(pcVar2);" (assignment_expression "sVar3 = strlen(pcVar2)" identifier = (call_expression "strlen(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier )))) ;) (expression_statement "pcVar4 = pcVar2 + sVar3;" (assignment_expression "pcVar4 = pcVar2 + sVar3" identifier = (binary_expression "pcVar2 + sVar3" identifier + identifier)) ;) (expression_statement "pcVar4[0] = ',';" (assignment_expression "pcVar4[0] = ','" (subscript_expression "pcVar4[0]" identifier [ number_literal ]) = (char_literal "','" ' character ')) ;) (expression_statement "pcVar4[1] = ' ';" (assignment_expression "pcVar4[1] = ' '" (subscript_expression "pcVar4[1]" identifier [ number_literal ]) = (char_literal "' '" ' character ')) ;) (expression_statement "pcVar4[2] = '\0';" (assignment_expression "pcVar4[2] = '\0'" (subscript_expression "pcVar4[2]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) })) (expression_statement "sVar3 = strlen(pcVar2);" (assignment_expression "sVar3 = strlen(pcVar2)" identifier = (call_expression "strlen(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier )))) ;) (expression_statement "pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8));" (assignment_expression "pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8))" identifier = (call_expression "stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8))" identifier (argument_list "(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8))" ( (binary_expression "pcVar2 + sVar3" identifier + identifier) , (pointer_expression "*(char **)((long)__ptr + uVar7 * 8)" * (cast_expression "(char **)((long)__ptr + uVar7 * 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)__ptr + uVar7 * 8)" ( (binary_expression "(long)__ptr + uVar7 * 8" (cast_expression "(long)__ptr" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (binary_expression "uVar7 * 8" identifier * number_literal)) )))) )))) ;) (expression_statement "bVar9 = param_2 - 1U != uVar7;" (assignment_expression "bVar9 = param_2 - 1U != uVar7" identifier = (binary_expression "param_2 - 1U != uVar7" (binary_expression "param_2 - 1U" identifier - number_literal) != identifier)) ;) (expression_statement "uVar7 = uVar7 + 1;" (assignment_expression "uVar7 = uVar7 + 1" identifier = (binary_expression "uVar7 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(bVar9)" ( identifier )) ;) (if_statement "if (param_3 != 0) {\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }" if (parenthesized_expression "(param_3 != 0)" ( (binary_expression "param_3 != 0" identifier != number_literal) )) (compound_statement "{\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }" { (expression_statement "pcVar4[2] = '\0';" (assignment_expression "pcVar4[2] = '\0'" (subscript_expression "pcVar4[2]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "pcVar4[0] = ',';" (assignment_expression "pcVar4[0] = ','" (subscript_expression "pcVar4[0]" identifier [ number_literal ]) = (char_literal "','" ' character ')) ;) (expression_statement "pcVar4[1] = ' ';" (assignment_expression "pcVar4[1] = ' '" (subscript_expression "pcVar4[1]" identifier [ number_literal ]) = (char_literal "' '" ' character ')) ;) (expression_statement "sVar3 = strlen(pcVar2);" (assignment_expression "sVar3 = strlen(pcVar2)" identifier = (call_expression "strlen(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier )))) ;) (expression_statement "builtin_strncpy(pcVar2 + sVar3,"...",4);" (call_expression "builtin_strncpy(pcVar2 + sVar3,"...",4)" identifier (argument_list "(pcVar2 + sVar3,"...",4)" ( (binary_expression "pcVar2 + sVar3" identifier + identifier) , (string_literal ""..."" " string_content ") , number_literal ))) ;) })) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) }))) (expression_statement "sVar3 = strlen(pcVar2);" (assignment_expression "sVar3 = strlen(pcVar2)" identifier = (call_expression "strlen(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier )))) ;) (expression_statement "(pcVar2 + sVar3)[0] = ')';" (assignment_expression "(pcVar2 + sVar3)[0] = ')'" (subscript_expression "(pcVar2 + sVar3)[0]" (parenthesized_expression "(pcVar2 + sVar3)" ( (binary_expression "pcVar2 + sVar3" identifier + identifier) )) [ number_literal ]) = (char_literal "')'" ' character ')) ;) (expression_statement "(pcVar2 + sVar3)[1] = '\0';" (assignment_expression "(pcVar2 + sVar3)[1] = '\0'" (subscript_expression "(pcVar2 + sVar3)[1]" (parenthesized_expression "(pcVar2 + sVar3)" ( (binary_expression "pcVar2 + sVar3" identifier + identifier) )) [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "uVar5 = FUN_00127110(param_1,pcVar2);" (assignment_expression "uVar5 = FUN_00127110(param_1,pcVar2)" identifier = (call_expression "FUN_00127110(param_1,pcVar2)" identifier (argument_list "(param_1,pcVar2)" ( identifier , identifier )))) ;) (if_statement "if ((int)uVar5 != 0) {\n free(pcVar2);\n uVar5 = 1;\n }" if (parenthesized_expression "((int)uVar5 != 0)" ( (binary_expression "(int)uVar5 != 0" (cast_expression "(int)uVar5" ( (type_descriptor "int" primitive_type) ) identifier) != number_literal) )) (compound_statement "{\n free(pcVar2);\n uVar5 = 1;\n }" { (expression_statement "free(pcVar2);" (call_expression "free(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier ))) ;) (expression_statement "uVar5 = 1;" (assignment_expression "uVar5 = 1" identifier = number_literal) ;) })) (return_statement "return uVar5;" return identifier ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (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 ") , (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 = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , LIT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + IDENT) , (string_literal " string_content ") , LIT ))) ;) })) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (string_literal " ") , LIT ))) ;) }))) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) << LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT - LIT) ))))) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (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 (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT))) ;) }) while (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) != LIT) )) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression 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 , (string_literal " string_content ") , LIT ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (char_literal ' character ')) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (char_literal ' character ')) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (char_literal ' escape_sequence ')) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + IDENT) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (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 )) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (char_literal ' escape_sequence ')) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (char_literal ' character ')) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (char_literal ' character ')) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + IDENT) , (string_literal " string_content ") , LIT ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) }))) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression (subscript_expression (parenthesized_expression ( (binary_expression IDENT + IDENT) )) [ LIT ]) = (char_literal ' character ')) ;) (expression_statement (assignment_expression (subscript_expression (parenthesized_expression ( (binary_expression IDENT + IDENT) )) [ LIT ]) = (char_literal ' escape_sequence ')) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) })) (return_statement return IDENT ;) }))) | (function_definition "undefined8 FUN_00127730(long param_1,int param_2,int param_3)\n\n{\n int iVar1;\n void *__ptr;\n char *pcVar2;\n size_t sVar3;\n char *pcVar4;\n undefined8 uVar5;\n long lVar6;\n ulong uVar7;\n int iVar8;\n bool bVar9;\n \n if (*(long *)(param_1 + 0x10) == 0) {\n \n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type");\n }\n if (param_2 < 1) {\n pcVar2 = (char *)xmalloc(0x19);\n builtin_strncpy(pcVar2,"(|) (",6);\n if (param_2 == 0) {\n if (param_3 != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n }\n else {\n builtin_strncpy(pcVar2 + 5,"",0xe);\n }\n }\n else {\n iVar8 = 10;\n __ptr = (void *)xmalloc((long)param_2 << 3);\n lVar6 = (long)(int)(param_2 - 1U);\n do {\n iVar1 = FUN_00127110(param_1,&DAT_0013da2a);\n if (iVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = (char *)FUN_00126930(param_1 + 0x10);\n *(char **)((long)__ptr + lVar6 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar6 = lVar6 + -1;\n sVar3 = strlen(pcVar2);\n iVar8 = iVar8 + 2 + (int)sVar3;\n } while ((int)lVar6 != -1);\n if (param_3 != 0) {\n iVar8 = iVar8 + 5;\n }\n pcVar2 = (char *)xmalloc(iVar8);\n builtin_strncpy(pcVar2,"(|) (",6);\n uVar7 = 0;\n do {\n if (uVar7 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8));\n bVar9 = param_2 - 1U != uVar7;\n uVar7 = uVar7 + 1;\n } while (bVar9);\n if (param_3 != 0) {\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n free(__ptr);\n }\n sVar3 = strlen(pcVar2);\n (pcVar2 + sVar3)[0] = ')';\n (pcVar2 + sVar3)[1] = '\0';\n uVar5 = FUN_00127110(param_1,pcVar2);\n if ((int)uVar5 != 0) {\n free(pcVar2);\n uVar5 = 1;\n }\n return uVar5;\n}" (type_identifier "undefined8") (function_declarator "FUN_00127730(long param_1,int param_2,int param_3)" (identifier "FUN_00127730") (parameter_list "(long param_1,int param_2,int param_3)" (( "(") (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")) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) () ")"))) (compound_statement "{\n int iVar1;\n void *__ptr;\n char *pcVar2;\n size_t sVar3;\n char *pcVar4;\n undefined8 uVar5;\n long lVar6;\n ulong uVar7;\n int iVar8;\n bool bVar9;\n \n if (*(long *)(param_1 + 0x10) == 0) {\n \n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type");\n }\n if (param_2 < 1) {\n pcVar2 = (char *)xmalloc(0x19);\n builtin_strncpy(pcVar2,"(|) (",6);\n if (param_2 == 0) {\n if (param_3 != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n }\n else {\n builtin_strncpy(pcVar2 + 5,"",0xe);\n }\n }\n else {\n iVar8 = 10;\n __ptr = (void *)xmalloc((long)param_2 << 3);\n lVar6 = (long)(int)(param_2 - 1U);\n do {\n iVar1 = FUN_00127110(param_1,&DAT_0013da2a);\n if (iVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = (char *)FUN_00126930(param_1 + 0x10);\n *(char **)((long)__ptr + lVar6 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar6 = lVar6 + -1;\n sVar3 = strlen(pcVar2);\n iVar8 = iVar8 + 2 + (int)sVar3;\n } while ((int)lVar6 != -1);\n if (param_3 != 0) {\n iVar8 = iVar8 + 5;\n }\n pcVar2 = (char *)xmalloc(iVar8);\n builtin_strncpy(pcVar2,"(|) (",6);\n uVar7 = 0;\n do {\n if (uVar7 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8));\n bVar9 = param_2 - 1U != uVar7;\n uVar7 = uVar7 + 1;\n } while (bVar9);\n if (param_3 != 0) {\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n free(__ptr);\n }\n sVar3 = strlen(pcVar2);\n (pcVar2 + sVar3)[0] = ')';\n (pcVar2 + sVar3)[1] = '\0';\n uVar5 = FUN_00127110(param_1,pcVar2);\n if ((int)uVar5 != 0) {\n free(pcVar2);\n uVar5 = 1;\n }\n return uVar5;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "void *__ptr;" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr")) (; ";")) (declaration "char *pcVar2;" (primitive_type "char") (pointer_declarator "*pcVar2" (* "*") (identifier "pcVar2")) (; ";")) (declaration "size_t sVar3;" (primitive_type "size_t") (identifier "sVar3") (; ";")) (declaration "char *pcVar4;" (primitive_type "char") (pointer_declarator "*pcVar4" (* "*") (identifier "pcVar4")) (; ";")) (declaration "undefined8 uVar5;" (type_identifier "undefined8") (identifier "uVar5") (; ";")) (declaration "long lVar6;" (sized_type_specifier "long" (long "long")) (identifier "lVar6") (; ";")) (declaration "ulong uVar7;" (type_identifier "ulong") (identifier "uVar7") (; ";")) (declaration "int iVar8;" (primitive_type "int") (identifier "iVar8") (; ";")) (declaration "bool bVar9;" (primitive_type "bool") (identifier "bVar9") (; ";")) (if_statement "if (*(long *)(param_1 + 0x10) == 0) {\n \n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type");\n }" (if "if") (parenthesized_expression "(*(long *)(param_1 + 0x10) == 0)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) == 0" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type");\n }" ({ "{") (expression_statement "__assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type");" (call_expression "__assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type")" (identifier "__assert_fail") (argument_list "("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type")" (( "(") (string_literal ""info->stack != NULL"" (" """) (string_content "info->stack != NULL") (" """)) (, ",") (string_literal ""../../binutils/prdbg.c"" (" """) (string_content "../../binutils/prdbg.c") (" """)) (, ",") (number_literal "0x2cd") (, ",") (string_literal ""pr_function_type"" (" """) (string_content "pr_function_type") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if (param_2 < 1) {\n pcVar2 = (char *)xmalloc(0x19);\n builtin_strncpy(pcVar2,"(|) (",6);\n if (param_2 == 0) {\n if (param_3 != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n }\n else {\n builtin_strncpy(pcVar2 + 5,"",0xe);\n }\n }\n else {\n iVar8 = 10;\n __ptr = (void *)xmalloc((long)param_2 << 3);\n lVar6 = (long)(int)(param_2 - 1U);\n do {\n iVar1 = FUN_00127110(param_1,&DAT_0013da2a);\n if (iVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = (char *)FUN_00126930(param_1 + 0x10);\n *(char **)((long)__ptr + lVar6 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar6 = lVar6 + -1;\n sVar3 = strlen(pcVar2);\n iVar8 = iVar8 + 2 + (int)sVar3;\n } while ((int)lVar6 != -1);\n if (param_3 != 0) {\n iVar8 = iVar8 + 5;\n }\n pcVar2 = (char *)xmalloc(iVar8);\n builtin_strncpy(pcVar2,"(|) (",6);\n uVar7 = 0;\n do {\n if (uVar7 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8));\n bVar9 = param_2 - 1U != uVar7;\n uVar7 = uVar7 + 1;\n } while (bVar9);\n if (param_3 != 0) {\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n free(__ptr);\n }" (if "if") (parenthesized_expression "(param_2 < 1)" (( "(") (binary_expression "param_2 < 1" (identifier "param_2") (< "<") (number_literal "1")) () ")")) (compound_statement "{\n pcVar2 = (char *)xmalloc(0x19);\n builtin_strncpy(pcVar2,"(|) (",6);\n if (param_2 == 0) {\n if (param_3 != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n }\n else {\n builtin_strncpy(pcVar2 + 5,"",0xe);\n }\n }" ({ "{") (expression_statement "pcVar2 = (char *)xmalloc(0x19);" (assignment_expression "pcVar2 = (char *)xmalloc(0x19)" (identifier "pcVar2") (= "=") (cast_expression "(char *)xmalloc(0x19)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(0x19)" (identifier "xmalloc") (argument_list "(0x19)" (( "(") (number_literal "0x19") () ")"))))) (; ";")) (expression_statement "builtin_strncpy(pcVar2,"(|) (",6);" (call_expression "builtin_strncpy(pcVar2,"(|) (",6)" (identifier "builtin_strncpy") (argument_list "(pcVar2,"(|) (",6)" (( "(") (identifier "pcVar2") (, ",") (string_literal ""(|) ("" (" """) (string_content "(|) (") (" """)) (, ",") (number_literal "6") () ")"))) (; ";")) (if_statement "if (param_2 == 0) {\n if (param_3 != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n }\n else {\n builtin_strncpy(pcVar2 + 5,"",0xe);\n }" (if "if") (parenthesized_expression "(param_2 == 0)" (( "(") (binary_expression "param_2 == 0" (identifier "param_2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if (param_3 != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n }" ({ "{") (if_statement "if (param_3 != 0) {\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }" (if "if") (parenthesized_expression "(param_3 != 0)" (( "(") (binary_expression "param_3 != 0" (identifier "param_3") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }" ({ "{") (expression_statement "sVar3 = strlen(pcVar2);" (assignment_expression "sVar3 = strlen(pcVar2)" (identifier "sVar3") (= "=") (call_expression "strlen(pcVar2)" (identifier "strlen") (argument_list "(pcVar2)" (( "(") (identifier "pcVar2") () ")")))) (; ";")) (expression_statement "builtin_strncpy(pcVar2 + sVar3,"...",4);" (call_expression "builtin_strncpy(pcVar2 + sVar3,"...",4)" (identifier "builtin_strncpy") (argument_list "(pcVar2 + sVar3,"...",4)" (( "(") (binary_expression "pcVar2 + sVar3" (identifier "pcVar2") (+ "+") (identifier "sVar3")) (, ",") (string_literal ""..."" (" """) (string_content "...") (" """)) (, ",") (number_literal "4") () ")"))) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n builtin_strncpy(pcVar2 + 5,"",0xe);\n }" (else "else") (compound_statement "{\n builtin_strncpy(pcVar2 + 5,"",0xe);\n }" ({ "{") (expression_statement "builtin_strncpy(pcVar2 + 5,"",0xe);" (call_expression "builtin_strncpy(pcVar2 + 5,"",0xe)" (identifier "builtin_strncpy") (argument_list "(pcVar2 + 5,"",0xe)" (( "(") (binary_expression "pcVar2 + 5" (identifier "pcVar2") (+ "+") (number_literal "5")) (, ",") (string_literal """" (" """) (" """)) (, ",") (number_literal "0xe") () ")"))) (; ";")) (} "}")))) (} "}")) (else_clause "else {\n iVar8 = 10;\n __ptr = (void *)xmalloc((long)param_2 << 3);\n lVar6 = (long)(int)(param_2 - 1U);\n do {\n iVar1 = FUN_00127110(param_1,&DAT_0013da2a);\n if (iVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = (char *)FUN_00126930(param_1 + 0x10);\n *(char **)((long)__ptr + lVar6 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar6 = lVar6 + -1;\n sVar3 = strlen(pcVar2);\n iVar8 = iVar8 + 2 + (int)sVar3;\n } while ((int)lVar6 != -1);\n if (param_3 != 0) {\n iVar8 = iVar8 + 5;\n }\n pcVar2 = (char *)xmalloc(iVar8);\n builtin_strncpy(pcVar2,"(|) (",6);\n uVar7 = 0;\n do {\n if (uVar7 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8));\n bVar9 = param_2 - 1U != uVar7;\n uVar7 = uVar7 + 1;\n } while (bVar9);\n if (param_3 != 0) {\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n free(__ptr);\n }" (else "else") (compound_statement "{\n iVar8 = 10;\n __ptr = (void *)xmalloc((long)param_2 << 3);\n lVar6 = (long)(int)(param_2 - 1U);\n do {\n iVar1 = FUN_00127110(param_1,&DAT_0013da2a);\n if (iVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = (char *)FUN_00126930(param_1 + 0x10);\n *(char **)((long)__ptr + lVar6 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar6 = lVar6 + -1;\n sVar3 = strlen(pcVar2);\n iVar8 = iVar8 + 2 + (int)sVar3;\n } while ((int)lVar6 != -1);\n if (param_3 != 0) {\n iVar8 = iVar8 + 5;\n }\n pcVar2 = (char *)xmalloc(iVar8);\n builtin_strncpy(pcVar2,"(|) (",6);\n uVar7 = 0;\n do {\n if (uVar7 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8));\n bVar9 = param_2 - 1U != uVar7;\n uVar7 = uVar7 + 1;\n } while (bVar9);\n if (param_3 != 0) {\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }\n free(__ptr);\n }" ({ "{") (expression_statement "iVar8 = 10;" (assignment_expression "iVar8 = 10" (identifier "iVar8") (= "=") (number_literal "10")) (; ";")) (expression_statement "__ptr = (void *)xmalloc((long)param_2 << 3);" (assignment_expression "__ptr = (void *)xmalloc((long)param_2 << 3)" (identifier "__ptr") (= "=") (cast_expression "(void *)xmalloc((long)param_2 << 3)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc((long)param_2 << 3)" (identifier "xmalloc") (argument_list "((long)param_2 << 3)" (( "(") (binary_expression "(long)param_2 << 3" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (<< "<<") (number_literal "3")) () ")"))))) (; ";")) (expression_statement "lVar6 = (long)(int)(param_2 - 1U);" (assignment_expression "lVar6 = (long)(int)(param_2 - 1U)" (identifier "lVar6") (= "=") (cast_expression "(long)(int)(param_2 - 1U)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (cast_expression "(int)(param_2 - 1U)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(param_2 - 1U)" (( "(") (binary_expression "param_2 - 1U" (identifier "param_2") (- "-") (number_literal "1U")) () ")"))))) (; ";")) (do_statement "do {\n iVar1 = FUN_00127110(param_1,&DAT_0013da2a);\n if (iVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = (char *)FUN_00126930(param_1 + 0x10);\n *(char **)((long)__ptr + lVar6 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar6 = lVar6 + -1;\n sVar3 = strlen(pcVar2);\n iVar8 = iVar8 + 2 + (int)sVar3;\n } while ((int)lVar6 != -1);" (do "do") (compound_statement "{\n iVar1 = FUN_00127110(param_1,&DAT_0013da2a);\n if (iVar1 == 0) {\n free(__ptr);\n return 0;\n }\n pcVar2 = (char *)FUN_00126930(param_1 + 0x10);\n *(char **)((long)__ptr + lVar6 * 8) = pcVar2;\n if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }\n lVar6 = lVar6 + -1;\n sVar3 = strlen(pcVar2);\n iVar8 = iVar8 + 2 + (int)sVar3;\n }" ({ "{") (expression_statement "iVar1 = FUN_00127110(param_1,&DAT_0013da2a);" (assignment_expression "iVar1 = FUN_00127110(param_1,&DAT_0013da2a)" (identifier "iVar1") (= "=") (call_expression "FUN_00127110(param_1,&DAT_0013da2a)" (identifier "FUN_00127110") (argument_list "(param_1,&DAT_0013da2a)" (( "(") (identifier "param_1") (, ",") (pointer_expression "&DAT_0013da2a" (& "&") (identifier "DAT_0013da2a")) () ")")))) (; ";")) (if_statement "if (iVar1 == 0) {\n free(__ptr);\n return 0;\n }" (if "if") (parenthesized_expression "(iVar1 == 0)" (( "(") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n free(__ptr);\n return 0;\n }" ({ "{") (expression_statement "free(__ptr);" (call_expression "free(__ptr)" (identifier "free") (argument_list "(__ptr)" (( "(") (identifier "__ptr") () ")"))) (; ";")) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (expression_statement "pcVar2 = (char *)FUN_00126930(param_1 + 0x10);" (assignment_expression "pcVar2 = (char *)FUN_00126930(param_1 + 0x10)" (identifier "pcVar2") (= "=") (cast_expression "(char *)FUN_00126930(param_1 + 0x10)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00126930(param_1 + 0x10)" (identifier "FUN_00126930") (argument_list "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "*(char **)((long)__ptr + lVar6 * 8) = pcVar2;" (assignment_expression "*(char **)((long)__ptr + lVar6 * 8) = pcVar2" (pointer_expression "*(char **)((long)__ptr + lVar6 * 8)" (* "*") (cast_expression "(char **)((long)__ptr + lVar6 * 8)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((long)__ptr + lVar6 * 8)" (( "(") (binary_expression "(long)__ptr + lVar6 * 8" (cast_expression "(long)__ptr" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__ptr")) (+ "+") (binary_expression "lVar6 * 8" (identifier "lVar6") (* "*") (number_literal "8"))) () ")")))) (= "=") (identifier "pcVar2")) (; ";")) (if_statement "if (pcVar2 == (char *)0x0) {\n free(__ptr);\n return 0;\n }" (if "if") (parenthesized_expression "(pcVar2 == (char *)0x0)" (( "(") (binary_expression "pcVar2 == (char *)0x0" (identifier "pcVar2") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n free(__ptr);\n return 0;\n }" ({ "{") (expression_statement "free(__ptr);" (call_expression "free(__ptr)" (identifier "free") (argument_list "(__ptr)" (( "(") (identifier "__ptr") () ")"))) (; ";")) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (expression_statement "lVar6 = lVar6 + -1;" (assignment_expression "lVar6 = lVar6 + -1" (identifier "lVar6") (= "=") (binary_expression "lVar6 + -1" (identifier "lVar6") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "sVar3 = strlen(pcVar2);" (assignment_expression "sVar3 = strlen(pcVar2)" (identifier "sVar3") (= "=") (call_expression "strlen(pcVar2)" (identifier "strlen") (argument_list "(pcVar2)" (( "(") (identifier "pcVar2") () ")")))) (; ";")) (expression_statement "iVar8 = iVar8 + 2 + (int)sVar3;" (assignment_expression "iVar8 = iVar8 + 2 + (int)sVar3" (identifier "iVar8") (= "=") (binary_expression "iVar8 + 2 + (int)sVar3" (binary_expression "iVar8 + 2" (identifier "iVar8") (+ "+") (number_literal "2")) (+ "+") (cast_expression "(int)sVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "sVar3")))) (; ";")) (} "}")) (while "while") (parenthesized_expression "((int)lVar6 != -1)" (( "(") (binary_expression "(int)lVar6 != -1" (cast_expression "(int)lVar6" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar6")) (!= "!=") (number_literal "-1")) () ")")) (; ";")) (if_statement "if (param_3 != 0) {\n iVar8 = iVar8 + 5;\n }" (if "if") (parenthesized_expression "(param_3 != 0)" (( "(") (binary_expression "param_3 != 0" (identifier "param_3") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar8 = iVar8 + 5;\n }" ({ "{") (expression_statement "iVar8 = iVar8 + 5;" (assignment_expression "iVar8 = iVar8 + 5" (identifier "iVar8") (= "=") (binary_expression "iVar8 + 5" (identifier "iVar8") (+ "+") (number_literal "5"))) (; ";")) (} "}"))) (expression_statement "pcVar2 = (char *)xmalloc(iVar8);" (assignment_expression "pcVar2 = (char *)xmalloc(iVar8)" (identifier "pcVar2") (= "=") (cast_expression "(char *)xmalloc(iVar8)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(iVar8)" (identifier "xmalloc") (argument_list "(iVar8)" (( "(") (identifier "iVar8") () ")"))))) (; ";")) (expression_statement "builtin_strncpy(pcVar2,"(|) (",6);" (call_expression "builtin_strncpy(pcVar2,"(|) (",6)" (identifier "builtin_strncpy") (argument_list "(pcVar2,"(|) (",6)" (( "(") (identifier "pcVar2") (, ",") (string_literal ""(|) ("" (" """) (string_content "(|) (") (" """)) (, ",") (number_literal "6") () ")"))) (; ";")) (expression_statement "uVar7 = 0;" (assignment_expression "uVar7 = 0" (identifier "uVar7") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n if (uVar7 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8));\n bVar9 = param_2 - 1U != uVar7;\n uVar7 = uVar7 + 1;\n } while (bVar9);" (do "do") (compound_statement "{\n if (uVar7 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }\n sVar3 = strlen(pcVar2);\n pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8));\n bVar9 = param_2 - 1U != uVar7;\n uVar7 = uVar7 + 1;\n }" ({ "{") (if_statement "if (uVar7 != 0) {\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }" (if "if") (parenthesized_expression "(uVar7 != 0)" (( "(") (binary_expression "uVar7 != 0" (identifier "uVar7") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n sVar3 = strlen(pcVar2);\n pcVar4 = pcVar2 + sVar3;\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n pcVar4[2] = '\0';\n }" ({ "{") (expression_statement "sVar3 = strlen(pcVar2);" (assignment_expression "sVar3 = strlen(pcVar2)" (identifier "sVar3") (= "=") (call_expression "strlen(pcVar2)" (identifier "strlen") (argument_list "(pcVar2)" (( "(") (identifier "pcVar2") () ")")))) (; ";")) (expression_statement "pcVar4 = pcVar2 + sVar3;" (assignment_expression "pcVar4 = pcVar2 + sVar3" (identifier "pcVar4") (= "=") (binary_expression "pcVar2 + sVar3" (identifier "pcVar2") (+ "+") (identifier "sVar3"))) (; ";")) (expression_statement "pcVar4[0] = ',';" (assignment_expression "pcVar4[0] = ','" (subscript_expression "pcVar4[0]" (identifier "pcVar4") ([ "[") (number_literal "0") (] "]")) (= "=") (char_literal "','" (' "'") (character ",") (' "'"))) (; ";")) (expression_statement "pcVar4[1] = ' ';" (assignment_expression "pcVar4[1] = ' '" (subscript_expression "pcVar4[1]" (identifier "pcVar4") ([ "[") (number_literal "1") (] "]")) (= "=") (char_literal "' '" (' "'") (character " ") (' "'"))) (; ";")) (expression_statement "pcVar4[2] = '\0';" (assignment_expression "pcVar4[2] = '\0'" (subscript_expression "pcVar4[2]" (identifier "pcVar4") ([ "[") (number_literal "2") (] "]")) (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (} "}"))) (expression_statement "sVar3 = strlen(pcVar2);" (assignment_expression "sVar3 = strlen(pcVar2)" (identifier "sVar3") (= "=") (call_expression "strlen(pcVar2)" (identifier "strlen") (argument_list "(pcVar2)" (( "(") (identifier "pcVar2") () ")")))) (; ";")) (expression_statement "pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8));" (assignment_expression "pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8))" (identifier "pcVar4") (= "=") (call_expression "stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8))" (identifier "stpcpy") (argument_list "(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8))" (( "(") (binary_expression "pcVar2 + sVar3" (identifier "pcVar2") (+ "+") (identifier "sVar3")) (, ",") (pointer_expression "*(char **)((long)__ptr + uVar7 * 8)" (* "*") (cast_expression "(char **)((long)__ptr + uVar7 * 8)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((long)__ptr + uVar7 * 8)" (( "(") (binary_expression "(long)__ptr + uVar7 * 8" (cast_expression "(long)__ptr" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__ptr")) (+ "+") (binary_expression "uVar7 * 8" (identifier "uVar7") (* "*") (number_literal "8"))) () ")")))) () ")")))) (; ";")) (expression_statement "bVar9 = param_2 - 1U != uVar7;" (assignment_expression "bVar9 = param_2 - 1U != uVar7" (identifier "bVar9") (= "=") (binary_expression "param_2 - 1U != uVar7" (binary_expression "param_2 - 1U" (identifier "param_2") (- "-") (number_literal "1U")) (!= "!=") (identifier "uVar7"))) (; ";")) (expression_statement "uVar7 = uVar7 + 1;" (assignment_expression "uVar7 = uVar7 + 1" (identifier "uVar7") (= "=") (binary_expression "uVar7 + 1" (identifier "uVar7") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar9)" (( "(") (identifier "bVar9") () ")")) (; ";")) (if_statement "if (param_3 != 0) {\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }" (if "if") (parenthesized_expression "(param_3 != 0)" (( "(") (binary_expression "param_3 != 0" (identifier "param_3") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n pcVar4[2] = '\0';\n pcVar4[0] = ',';\n pcVar4[1] = ' ';\n sVar3 = strlen(pcVar2);\n builtin_strncpy(pcVar2 + sVar3,"...",4);\n }" ({ "{") (expression_statement "pcVar4[2] = '\0';" (assignment_expression "pcVar4[2] = '\0'" (subscript_expression "pcVar4[2]" (identifier "pcVar4") ([ "[") (number_literal "2") (] "]")) (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (expression_statement "pcVar4[0] = ',';" (assignment_expression "pcVar4[0] = ','" (subscript_expression "pcVar4[0]" (identifier "pcVar4") ([ "[") (number_literal "0") (] "]")) (= "=") (char_literal "','" (' "'") (character ",") (' "'"))) (; ";")) (expression_statement "pcVar4[1] = ' ';" (assignment_expression "pcVar4[1] = ' '" (subscript_expression "pcVar4[1]" (identifier "pcVar4") ([ "[") (number_literal "1") (] "]")) (= "=") (char_literal "' '" (' "'") (character " ") (' "'"))) (; ";")) (expression_statement "sVar3 = strlen(pcVar2);" (assignment_expression "sVar3 = strlen(pcVar2)" (identifier "sVar3") (= "=") (call_expression "strlen(pcVar2)" (identifier "strlen") (argument_list "(pcVar2)" (( "(") (identifier "pcVar2") () ")")))) (; ";")) (expression_statement "builtin_strncpy(pcVar2 + sVar3,"...",4);" (call_expression "builtin_strncpy(pcVar2 + sVar3,"...",4)" (identifier "builtin_strncpy") (argument_list "(pcVar2 + sVar3,"...",4)" (( "(") (binary_expression "pcVar2 + sVar3" (identifier "pcVar2") (+ "+") (identifier "sVar3")) (, ",") (string_literal ""..."" (" """) (string_content "...") (" """)) (, ",") (number_literal "4") () ")"))) (; ";")) (} "}"))) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" (identifier "free") (argument_list "(__ptr)" (( "(") (identifier "__ptr") () ")"))) (; ";")) (} "}")))) (expression_statement "sVar3 = strlen(pcVar2);" (assignment_expression "sVar3 = strlen(pcVar2)" (identifier "sVar3") (= "=") (call_expression "strlen(pcVar2)" (identifier "strlen") (argument_list "(pcVar2)" (( "(") (identifier "pcVar2") () ")")))) (; ";")) (expression_statement "(pcVar2 + sVar3)[0] = ')';" (assignment_expression "(pcVar2 + sVar3)[0] = ')'" (subscript_expression "(pcVar2 + sVar3)[0]" (parenthesized_expression "(pcVar2 + sVar3)" (( "(") (binary_expression "pcVar2 + sVar3" (identifier "pcVar2") (+ "+") (identifier "sVar3")) () ")")) ([ "[") (number_literal "0") (] "]")) (= "=") (char_literal "')'" (' "'") (character ")") (' "'"))) (; ";")) (expression_statement "(pcVar2 + sVar3)[1] = '\0';" (assignment_expression "(pcVar2 + sVar3)[1] = '\0'" (subscript_expression "(pcVar2 + sVar3)[1]" (parenthesized_expression "(pcVar2 + sVar3)" (( "(") (binary_expression "pcVar2 + sVar3" (identifier "pcVar2") (+ "+") (identifier "sVar3")) () ")")) ([ "[") (number_literal "1") (] "]")) (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (expression_statement "uVar5 = FUN_00127110(param_1,pcVar2);" (assignment_expression "uVar5 = FUN_00127110(param_1,pcVar2)" (identifier "uVar5") (= "=") (call_expression "FUN_00127110(param_1,pcVar2)" (identifier "FUN_00127110") (argument_list "(param_1,pcVar2)" (( "(") (identifier "param_1") (, ",") (identifier "pcVar2") () ")")))) (; ";")) (if_statement "if ((int)uVar5 != 0) {\n free(pcVar2);\n uVar5 = 1;\n }" (if "if") (parenthesized_expression "((int)uVar5 != 0)" (( "(") (binary_expression "(int)uVar5 != 0" (cast_expression "(int)uVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar5")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n free(pcVar2);\n uVar5 = 1;\n }" ({ "{") (expression_statement "free(pcVar2);" (call_expression "free(pcVar2)" (identifier "free") (argument_list "(pcVar2)" (( "(") (identifier "pcVar2") () ")"))) (; ";")) (expression_statement "uVar5 = 1;" (assignment_expression "uVar5 = 1" (identifier "uVar5") (= "=") (number_literal "1")) (; ";")) (} "}"))) (return_statement "return uVar5;" (return "return") (identifier "uVar5") (; ";")) (} "}"))) |
type_1 function_1(void *p,int var_2,type_1 var_5)
{
type_1 var_10;
void *__ptr;
char *var_7;
size_t var_8;
char *pcVar4;
long var_13;
type_2 var_15;
int var_14;
type_3 *info;
bool bVar8;
if (*(long *)((long)p + 0x10) == 0) {
/* WARNING: Subroutine does not return */
var_1("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type");
}
if (var_2 < 1) {
var_7 = (char *)var_3(0x19);
var_4(var_7,"(|) (",6);
if (var_2 == 0) {
if (var_5 != 0) {
var_8 = var_6(var_7);
var_4(var_7 + var_8,"...",4);
}
}
else {
var_4(var_7 + 5,"/* unknown */",0xe);
}
}
else {
var_14 = 10;
__ptr = (void *)var_3((long)var_2 << 3);
var_13 = (long)(int)(var_2 - 1U);
do {
var_10 = var_9((type_3 *)p,"");
if (var_10 == 0) {
var_11(__ptr);
return 0;
}
var_7 = var_12((type_3 *)((long)p + 0x10));
*(char **)((long)__ptr + var_13 * 8) = var_7;
if (var_7 == (char *)0x0) {
var_11(__ptr);
return 0;
}
var_13 = var_13 + -1;
var_8 = var_6(var_7);
var_14 = var_14 + 2 + (int)var_8;
} while ((int)var_13 != -1);
if (var_5 != 0) {
var_14 = var_14 + 5;
}
var_7 = (char *)var_3(var_14);
var_4(var_7,"(|) (",6);
var_15 = 0;
do {
if (var_15 != 0) {
var_8 = var_6(var_7);
pcVar4 = var_7 + var_8;
pcVar4[0] = ',';
pcVar4[1] = ' ';
pcVar4[2] = '\0';
}
var_8 = var_6(var_7);
pcVar4 = var_16(var_7 + var_8,*(char **)((long)__ptr + var_15 * 8));
bVar8 = var_2 - 1U != var_15;
var_15 = var_15 + 1;
} while (bVar8);
if (var_5 != 0) {
pcVar4[2] = '\0';
pcVar4[0] = ',';
pcVar4[1] = ' ';
var_8 = var_6(var_7);
var_4(var_7 + var_8,"...",4);
}
var_11(__ptr);
}
var_8 = var_6(var_7);
(var_7 + var_8)[0] = ')';
(var_7 + var_8)[1] = '\0';
var_10 = var_9((type_3 *)p,var_7);
if (var_10 != 0) {
var_11(var_7);
var_10 = 1;
}
return var_10;
}
| 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)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (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)) (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: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (identifier)) (string_literal (string_content)) (number_literal))))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (string_literal) (number_literal)))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (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 (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (binary_expression left: (identifier) right: (number_literal)))))) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))))) condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (char_literal (character)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (char_literal (character)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (char_literal (escape_sequence)))))) (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 (binary_expression left: (identifier) right: (identifier)) (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (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))) (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: (char_literal (escape_sequence)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (char_literal (character)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (char_literal (character)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (identifier)) (string_literal (string_content)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (subscript_expression argument: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) index: (number_literal)) right: (char_literal (character)))) (expression_statement (assignment_expression left: (subscript_expression argument: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) index: (number_literal)) right: (char_literal (escape_sequence)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (return_statement (identifier))))) | null |
undefined8 MASKED(long param_1,int param_2,int param_3)
{
int iVar1;
void *__ptr;
char *pcVar2;
size_t sVar3;
char *pcVar4;
undefined8 uVar5;
long lVar6;
ulong uVar7;
int iVar8;
bool bVar9;
if (*(long *)(param_1 + 0x10) == 0) {
/* WARNING: Subroutine does not return */
__assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x2cd,"pr_function_type");
}
if (param_2 < 1) {
pcVar2 = (char *)xmalloc(0x19);
builtin_strncpy(pcVar2,"(|) (",6);
if (param_2 == 0) {
if (param_3 != 0) {
sVar3 = strlen(pcVar2);
builtin_strncpy(pcVar2 + sVar3,"...",4);
}
}
else {
builtin_strncpy(pcVar2 + 5,"/* unknown */",0xe);
}
}
else {
iVar8 = 10;
__ptr = (void *)xmalloc((long)param_2 << 3);
lVar6 = (long)(int)(param_2 - 1U);
do {
iVar1 = FUN_00127110(param_1,&DAT_0013da2a);
if (iVar1 == 0) {
free(__ptr);
return 0;
}
pcVar2 = (char *)FUN_00126930(param_1 + 0x10);
*(char **)((long)__ptr + lVar6 * 8) = pcVar2;
if (pcVar2 == (char *)0x0) {
free(__ptr);
return 0;
}
lVar6 = lVar6 + -1;
sVar3 = strlen(pcVar2);
iVar8 = iVar8 + 2 + (int)sVar3;
} while ((int)lVar6 != -1);
if (param_3 != 0) {
iVar8 = iVar8 + 5;
}
pcVar2 = (char *)xmalloc(iVar8);
builtin_strncpy(pcVar2,"(|) (",6);
uVar7 = 0;
do {
if (uVar7 != 0) {
sVar3 = strlen(pcVar2);
pcVar4 = pcVar2 + sVar3;
pcVar4[0] = ',';
pcVar4[1] = ' ';
pcVar4[2] = '\0';
}
sVar3 = strlen(pcVar2);
pcVar4 = stpcpy(pcVar2 + sVar3,*(char **)((long)__ptr + uVar7 * 8));
bVar9 = param_2 - 1U != uVar7;
uVar7 = uVar7 + 1;
} while (bVar9);
if (param_3 != 0) {
pcVar4[2] = '\0';
pcVar4[0] = ',';
pcVar4[1] = ' ';
sVar3 = strlen(pcVar2);
builtin_strncpy(pcVar2 + sVar3,"...",4);
}
free(__ptr);
}
sVar3 = strlen(pcVar2);
(pcVar2 + sVar3)[0] = ')';
(pcVar2 + sVar3)[1] = '\0';
uVar5 = FUN_00127110(param_1,pcVar2);
if ((int)uVar5 != 0) {
free(pcVar2);
uVar5 = 1;
}
return uVar5;
}
|
468_alpha-linux-gnu-objcopy_and_alpha-linux-gnu-objcopy_strip.c | bfd_set_symtab | bfd_set_symtab |
/* WARNING: Control flow encountered bad instruction data */
void bfd_set_symtab(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_set_symtab(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207053782')] | [('const-1', u'RETURN_-1207053782')] | null | null | 0012d220 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_set_symtab(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_set_symtab(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_set_symtab(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_set_symtab(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_set_symtab(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_set_symtab(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void bfd_set_symtab(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_set_symtab(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_set_symtab(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void bfd_set_symtab(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_set_symtab(void)" (identifier "bfd_set_symtab") (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();
}
|
3946_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | do_print_to_mapfile | FUN_001f6cc0 |
/* DWARF original prototype: void do_print_to_mapfile(Output_merge_string<char> * this, Mapfile *
mapfile) */
void __thiscall
gold::Output_merge_string<char>::do_print_to_mapfile
(Output_merge_string<char> *this,Mapfile *mapfile)
{
char *name;
name = (char *)gettext("** merge strings");
Mapfile::print_output_data(mapfile,(Output_data *)this,name);
return;
}
|
void FUN_001f6cc0(undefined8 param_1,undefined8 param_2)
{
undefined8 uVar1;
uVar1 = gettext("** merge strings");
FUN_001c6cb0(param_2,param_1,uVar1);
return;
}
| PUSH RBP
MOV RBP,RDI
LEA RDI,[0x34a53c]
PUSH RBX
MOV RBX,RSI
SUB RSP,0x8
CALL 0x00144320
ADD RSP,0x8
MOV RSI,RBP
MOV RDI,RBX
MOV RDX,RAX
POP RBX
POP RBP
JMP 0x001c6cb0 | null | null | null | null | [('tmp_120', u'CALL_-1207931625'), (u'COPY_-1207931612', u'CALL_-1207931666'), (u'CAST_-1207931527', u'CALL_-1207931625'), (u'CAST_-1207931548', u'CALL_-1207931625'), ('const-0', u'RETURN_-1207931621'), (u'CALL_-1207931666', u'CAST_-1207931548'), ('tmp_119', u'CAST_-1207931527'), ('const-3450172', u'COPY_-1207931612')] | [(u'CALL_-1207931666', u'CALL_-1207931625'), ('tmp_199', u'CALL_-1207931625'), (u'COPY_-1207931612', u'CALL_-1207931666'), ('const-0', u'RETURN_-1207931621'), ('tmp_201', u'CALL_-1207931625'), ('const-3450172', u'COPY_-1207931612')] | null | null | 001f6cc0 | x64 | O2 | (translation_unit "void FUN_001f6cc0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = gettext("** merge strings");\n FUN_001c6cb0(param_2,param_1,uVar1);\n return;\n}\n\n" (function_definition "void FUN_001f6cc0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = gettext("** merge strings");\n FUN_001c6cb0(param_2,param_1,uVar1);\n return;\n}" primitive_type (function_declarator "FUN_001f6cc0(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 \n uVar1 = gettext("** merge strings");\n FUN_001c6cb0(param_2,param_1,uVar1);\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = gettext("** merge strings");" (assignment_expression "uVar1 = gettext("** merge strings")" identifier = (call_expression "gettext("** merge strings")" identifier (argument_list "("** merge strings")" ( (string_literal ""** merge strings"" " string_content ") )))) ;) (expression_statement "FUN_001c6cb0(param_2,param_1,uVar1);" (call_expression "FUN_001c6cb0(param_2,param_1,uVar1)" identifier (argument_list "(param_2,param_1,uVar1)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* DWARF original prototype: void do_print_to_mapfile(Output_merge_string<char> * this, Mapfile *\n mapfile) */\n\nvoid __thiscall\ngold::Output_merge_string<char>::do_print_to_mapfile\n (Output_merge_string<char> *this,Mapfile *mapfile)\n\n{\n char *name;\n \n name = (char *)gettext("** merge strings");\n Mapfile::print_output_data(mapfile,(Output_data *)this,name);\n return;\n}\n\n" comment (function_definition "void __thiscall\ngold::Output_merge_string<char>::do_print_to_mapfile\n (Output_merge_string<char> *this,Mapfile *mapfile)\n\n{\n char *name;\n \n name = (char *)gettext("** merge strings");\n Mapfile::print_output_data(mapfile,(Output_data *)this,name);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Output_merge_string<char>::" identifier : : identifier < primitive_type > : :) (function_declarator "do_print_to_mapfile\n (Output_merge_string<char> *this,Mapfile *mapfile)" identifier (parameter_list "(Output_merge_string<char> *this,Mapfile *mapfile)" ( (parameter_declaration "Output_merge_string<char> *this" type_identifier (ERROR "<char>" < primitive_type >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Mapfile *mapfile" type_identifier (pointer_declarator "*mapfile" * identifier)) ))) (compound_statement "{\n char *name;\n \n name = (char *)gettext("** merge strings");\n Mapfile::print_output_data(mapfile,(Output_data *)this,name);\n return;\n}" { (declaration "char *name;" primitive_type (pointer_declarator "*name" * identifier) ;) (expression_statement "name = (char *)gettext("** merge strings");" (assignment_expression "name = (char *)gettext("** merge strings")" identifier = (cast_expression "(char *)gettext("** merge strings")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("** merge strings")" identifier (argument_list "("** merge strings")" ( (string_literal ""** merge strings"" " string_content ") ))))) ;) (labeled_statement "Mapfile::print_output_data(mapfile,(Output_data *)this,name);" statement_identifier : (ERROR ":" :) (expression_statement "print_output_data(mapfile,(Output_data *)this,name);" (call_expression "print_output_data(mapfile,(Output_data *)this,name)" identifier (argument_list "(mapfile,(Output_data *)this,name)" ( identifier , (cast_expression "(Output_data *)this" ( (type_descriptor "Output_data *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;)) (return_statement "return;" return ;) }))) | (translation_unit "void FUN_001f6cc0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = gettext("** merge strings");\n FUN_001c6cb0(param_2,param_1,uVar1);\n return;\n}\n\n" (function_definition "void FUN_001f6cc0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = gettext("** merge strings");\n FUN_001c6cb0(param_2,param_1,uVar1);\n return;\n}" primitive_type (function_declarator "FUN_001f6cc0(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 \n uVar1 = gettext("** merge strings");\n FUN_001c6cb0(param_2,param_1,uVar1);\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = gettext("** merge strings");" (assignment_expression "uVar1 = gettext("** merge strings")" identifier = (call_expression "gettext("** merge strings")" identifier (argument_list "("** merge strings")" ( (string_literal ""** merge strings"" " string_content ") )))) ;) (expression_statement "FUN_001c6cb0(param_2,param_1,uVar1);" (call_expression "FUN_001c6cb0(param_2,param_1,uVar1)" identifier (argument_list "(param_2,param_1,uVar1)" ( 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 IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_001f6cc0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = gettext("** merge strings");\n FUN_001c6cb0(param_2,param_1,uVar1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001f6cc0(undefined8 param_1,undefined8 param_2)" (identifier "FUN_001f6cc0") (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 \n uVar1 = gettext("** merge strings");\n FUN_001c6cb0(param_2,param_1,uVar1);\n return;\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (expression_statement "uVar1 = gettext("** merge strings");" (assignment_expression "uVar1 = gettext("** merge strings")" (identifier "uVar1") (= "=") (call_expression "gettext("** merge strings")" (identifier "gettext") (argument_list "("** merge strings")" (( "(") (string_literal ""** merge strings"" (" """) (string_content "** merge strings") (" """)) () ")")))) (; ";")) (expression_statement "FUN_001c6cb0(param_2,param_1,uVar1);" (call_expression "FUN_001c6cb0(param_2,param_1,uVar1)" (identifier "FUN_001c6cb0") (argument_list "(param_2,param_1,uVar1)" (( "(") (identifier "param_2") (, ",") (identifier "param_1") (, ",") (identifier "uVar1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* DWARF original prototype: void do_print_to_mapfile(Output_merge_string<char> * this, Mapfile *
mapfile) */
void __thiscall
gold::type_1<char>::function_1
(type_1<char> *this,type_2 *mapfile)
{
char *name;
name = (char *)var_1("** merge strings");
Mapfile::var_2(mapfile,(type_3 *)this,name);
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)) (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)))) (return_statement)))) | null |
void MASKED(undefined8 param_1,undefined8 param_2)
{
undefined8 uVar1;
uVar1 = gettext("** merge strings");
FUN_001c6cb0(param_2,param_1,uVar1);
return;
}
|
25_numfmt_and_numfmt_strip.c | strrchr | strrchr |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strrchr(char *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_strrchr_001100c8)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strrchr(char *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_strrchr_001100c8)();
return pcVar1;
}
| JMP qword ptr [0x001100c8] | null | null | null | null | [(u'INDIRECT_-1206967849', u'COPY_-1206967908'), (u'CAST_-1206967843', u'RETURN_-1206967909'), ('tmp_38', u'CAST_-1206967844'), ('const-0', u'RETURN_-1206967909'), (u'CALLIND_-1206967912', u'CAST_-1206967843'), (u'CALLIND_-1206967912', u'INDIRECT_-1206967849'), (u'CAST_-1206967844', u'CALLIND_-1206967912')] | [(u'INDIRECT_-1206967849', u'COPY_-1206967908'), (u'CAST_-1206967843', u'RETURN_-1206967909'), ('tmp_38', u'CAST_-1206967844'), ('const-0', u'RETURN_-1206967909'), (u'CALLIND_-1206967912', u'CAST_-1206967843'), (u'CALLIND_-1206967912', u'INDIRECT_-1206967849'), (u'CAST_-1206967844', u'CALLIND_-1206967912')] | null | null | 00102190 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strrchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strrchr_001100c8)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strrchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strrchr_001100c8)();\n return pcVar1;\n}" primitive_type (pointer_declarator "* strrchr(char *__s,int __c)" * (function_declarator "strrchr(char *__s,int __c)" identifier (parameter_list "(char *__s,int __c)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "int __c" primitive_type identifier) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strrchr_001100c8)();\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = (char *)(*(code *)PTR_strrchr_001100c8)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_strrchr_001100c8)()" identifier = (cast_expression "(char *)(*(code *)PTR_strrchr_001100c8)()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_strrchr_001100c8)()" (parenthesized_expression "(*(code *)PTR_strrchr_001100c8)" ( (pointer_expression "*(code *)PTR_strrchr_001100c8" * (cast_expression "(code *)PTR_strrchr_001100c8" ( (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 * strrchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strrchr_001100c8)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strrchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strrchr_001100c8)();\n return pcVar1;\n}" primitive_type (pointer_declarator "* strrchr(char *__s,int __c)" * (function_declarator "strrchr(char *__s,int __c)" identifier (parameter_list "(char *__s,int __c)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "int __c" primitive_type identifier) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strrchr_001100c8)();\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = (char *)(*(code *)PTR_strrchr_001100c8)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_strrchr_001100c8)()" identifier = (cast_expression "(char *)(*(code *)PTR_strrchr_001100c8)()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_strrchr_001100c8)()" (parenthesized_expression "(*(code *)PTR_strrchr_001100c8)" ( (pointer_expression "*(code *)PTR_strrchr_001100c8" * (cast_expression "(code *)PTR_strrchr_001100c8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pcVar1;" return identifier ;) }))) | (translation_unit "char * strrchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strrchr_001100c8)();\n return pcVar1;\n}\n\n" (function_definition "char * strrchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strrchr_001100c8)();\n return pcVar1;\n}" primitive_type (pointer_declarator "* strrchr(char *__s,int __c)" * (function_declarator "strrchr(char *__s,int __c)" identifier (parameter_list "(char *__s,int __c)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "int __c" primitive_type identifier) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strrchr_001100c8)();\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = (char *)(*(code *)PTR_strrchr_001100c8)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_strrchr_001100c8)()" identifier = (cast_expression "(char *)(*(code *)PTR_strrchr_001100c8)()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_strrchr_001100c8)()" (parenthesized_expression "(*(code *)PTR_strrchr_001100c8)" ( (pointer_expression "*(code *)PTR_strrchr_001100c8" * (cast_expression "(code *)PTR_strrchr_001100c8" ( (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 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 * strrchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strrchr_001100c8)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* strrchr(char *__s,int __c)" (* "*") (function_declarator "strrchr(char *__s,int __c)" (identifier "strrchr") (parameter_list "(char *__s,int __c)" (( "(") (parameter_declaration "char *__s" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s"))) (, ",") (parameter_declaration "int __c" (primitive_type "int") (identifier "__c")) () ")")))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strrchr_001100c8)();\n return pcVar1;\n}" ({ "{") (declaration "char *pcVar1;" (primitive_type "char") (pointer_declarator "*pcVar1" (* "*") (identifier "pcVar1")) (; ";")) (expression_statement "pcVar1 = (char *)(*(code *)PTR_strrchr_001100c8)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_strrchr_001100c8)()" (identifier "pcVar1") (= "=") (cast_expression "(char *)(*(code *)PTR_strrchr_001100c8)()" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(*(code *)PTR_strrchr_001100c8)()" (parenthesized_expression "(*(code *)PTR_strrchr_001100c8)" (( "(") (pointer_expression "*(code *)PTR_strrchr_001100c8" (* "*") (cast_expression "(code *)PTR_strrchr_001100c8" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_strrchr_001100c8"))) () ")")) (argument_list "()" (( "(") () ")"))))) (; ";")) (return_statement "return pcVar1;" (return "return") (identifier "pcVar1") (; ";")) (} "}"))) |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(char *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(type_1 *)PTR_strrchr_001100c8)();
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: (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,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_001100c8)();
return pcVar1;
}
|
201_puttytel_and_puttytel_strip.c | memcpy | memcpy |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * memcpy(void *__dest,void *__src,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_memcpy_0019e5f0)();
return pvVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * memcpy(void *__dest,void *__src,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_memcpy_0019e5f0)();
return pvVar1;
}
| JMP qword ptr [0x0019e5f0] | null | null | null | null | [('const-0', u'RETURN_-1207038821'), (u'INDIRECT_-1207038760', u'COPY_-1207038819'), ('tmp_44', u'CAST_-1207038755'), (u'CAST_-1207038754', u'RETURN_-1207038821'), (u'CALLIND_-1207038824', u'INDIRECT_-1207038760'), (u'CAST_-1207038755', u'CALLIND_-1207038824'), (u'CALLIND_-1207038824', u'CAST_-1207038754')] | [('const-0', u'RETURN_-1207038821'), (u'INDIRECT_-1207038760', u'COPY_-1207038819'), ('tmp_44', u'CAST_-1207038755'), (u'CAST_-1207038754', u'RETURN_-1207038821'), (u'CALLIND_-1207038824', u'INDIRECT_-1207038760'), (u'CAST_-1207038755', u'CALLIND_-1207038824'), (u'CALLIND_-1207038824', u'CAST_-1207038754')] | null | null | 00110c90 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memcpy(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0019e5f0)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memcpy(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0019e5f0)();\n return pvVar1;\n}" primitive_type (pointer_declarator "* memcpy(void *__dest,void *__src,size_t __n)" * (function_declarator "memcpy(void *__dest,void *__src,size_t __n)" identifier (parameter_list "(void *__dest,void *__src,size_t __n)" ( (parameter_declaration "void *__dest" primitive_type (pointer_declarator "*__dest" * identifier)) , (parameter_declaration "void *__src" primitive_type (pointer_declarator "*__src" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) )))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0019e5f0)();\n return pvVar1;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (expression_statement "pvVar1 = (void *)(*(code *)PTR_memcpy_0019e5f0)();" (assignment_expression "pvVar1 = (void *)(*(code *)PTR_memcpy_0019e5f0)()" identifier = (cast_expression "(void *)(*(code *)PTR_memcpy_0019e5f0)()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_memcpy_0019e5f0)()" (parenthesized_expression "(*(code *)PTR_memcpy_0019e5f0)" ( (pointer_expression "*(code *)PTR_memcpy_0019e5f0" * (cast_expression "(code *)PTR_memcpy_0019e5f0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pvVar1;" return identifier ;) }))) | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memcpy(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0019e5f0)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memcpy(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0019e5f0)();\n return pvVar1;\n}" primitive_type (pointer_declarator "* memcpy(void *__dest,void *__src,size_t __n)" * (function_declarator "memcpy(void *__dest,void *__src,size_t __n)" identifier (parameter_list "(void *__dest,void *__src,size_t __n)" ( (parameter_declaration "void *__dest" primitive_type (pointer_declarator "*__dest" * identifier)) , (parameter_declaration "void *__src" primitive_type (pointer_declarator "*__src" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) )))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0019e5f0)();\n return pvVar1;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (expression_statement "pvVar1 = (void *)(*(code *)PTR_memcpy_0019e5f0)();" (assignment_expression "pvVar1 = (void *)(*(code *)PTR_memcpy_0019e5f0)()" identifier = (cast_expression "(void *)(*(code *)PTR_memcpy_0019e5f0)()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_memcpy_0019e5f0)()" (parenthesized_expression "(*(code *)PTR_memcpy_0019e5f0)" ( (pointer_expression "*(code *)PTR_memcpy_0019e5f0" * (cast_expression "(code *)PTR_memcpy_0019e5f0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pvVar1;" return identifier ;) }))) | (translation_unit "void * memcpy(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0019e5f0)();\n return pvVar1;\n}\n\n" (function_definition "void * memcpy(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0019e5f0)();\n return pvVar1;\n}" primitive_type (pointer_declarator "* memcpy(void *__dest,void *__src,size_t __n)" * (function_declarator "memcpy(void *__dest,void *__src,size_t __n)" identifier (parameter_list "(void *__dest,void *__src,size_t __n)" ( (parameter_declaration "void *__dest" primitive_type (pointer_declarator "*__dest" * identifier)) , (parameter_declaration "void *__src" primitive_type (pointer_declarator "*__src" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) )))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0019e5f0)();\n return pvVar1;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (expression_statement "pvVar1 = (void *)(*(code *)PTR_memcpy_0019e5f0)();" (assignment_expression "pvVar1 = (void *)(*(code *)PTR_memcpy_0019e5f0)()" identifier = (cast_expression "(void *)(*(code *)PTR_memcpy_0019e5f0)()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_memcpy_0019e5f0)()" (parenthesized_expression "(*(code *)PTR_memcpy_0019e5f0)" ( (pointer_expression "*(code *)PTR_memcpy_0019e5f0" * (cast_expression "(code *)PTR_memcpy_0019e5f0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pvVar1;" return identifier ;) }))) | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))))) ;) (return_statement return IDENT ;) }))) | (function_definition "void * memcpy(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0019e5f0)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* memcpy(void *__dest,void *__src,size_t __n)" (* "*") (function_declarator "memcpy(void *__dest,void *__src,size_t __n)" (identifier "memcpy") (parameter_list "(void *__dest,void *__src,size_t __n)" (( "(") (parameter_declaration "void *__dest" (primitive_type "void") (pointer_declarator "*__dest" (* "*") (identifier "__dest"))) (, ",") (parameter_declaration "void *__src" (primitive_type "void") (pointer_declarator "*__src" (* "*") (identifier "__src"))) (, ",") (parameter_declaration "size_t __n" (primitive_type "size_t") (identifier "__n")) () ")")))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0019e5f0)();\n return pvVar1;\n}" ({ "{") (declaration "void *pvVar1;" (primitive_type "void") (pointer_declarator "*pvVar1" (* "*") (identifier "pvVar1")) (; ";")) (expression_statement "pvVar1 = (void *)(*(code *)PTR_memcpy_0019e5f0)();" (assignment_expression "pvVar1 = (void *)(*(code *)PTR_memcpy_0019e5f0)()" (identifier "pvVar1") (= "=") (cast_expression "(void *)(*(code *)PTR_memcpy_0019e5f0)()" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(*(code *)PTR_memcpy_0019e5f0)()" (parenthesized_expression "(*(code *)PTR_memcpy_0019e5f0)" (( "(") (pointer_expression "*(code *)PTR_memcpy_0019e5f0" (* "*") (cast_expression "(code *)PTR_memcpy_0019e5f0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_memcpy_0019e5f0"))) () ")")) (argument_list "()" (( "(") () ")"))))) (; ";")) (return_statement "return pvVar1;" (return "return") (identifier "pvVar1") (; ";")) (} "}"))) |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * function_1(void *__dest,void *__src,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(type_1 *)PTR_memcpy_0019e5f0)();
return pvVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))))) (return_statement (identifier))))) | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * MASKED(void *__dest,void *__src,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_MASKED_0019e5f0)();
return pvVar1;
}
|
113_mktemp_and_mktemp_strip.c | quotearg_colon | FUN_00104ee0 |
char * quotearg_colon(char *arg)
{
char *pcVar1;
pcVar1 = quotearg_char(arg,':');
return pcVar1;
}
|
void FUN_00104ee0(undefined8 param_1)
{
FUN_00104ed0(param_1,0x3a);
return;
}
| MOV ESI,0x3a
JMP 0x00104ed0 | null | null | null | null | [('tmp_11', u'CALL_-1206956307'), ('const-0', u'RETURN_-1206956303'), ('const-58', u'CALL_-1206956307'), (u'CALL_-1206956307', u'RETURN_-1206956303')] | [('const-58', u'CALL_-1206956307'), ('const-0', u'RETURN_-1206956303'), ('tmp_29', u'CALL_-1206956307')] | null | null | 00104ee0 | x64 | O2 | (translation_unit "void FUN_00104ee0(undefined8 param_1)\n\n{\n FUN_00104ed0(param_1,0x3a);\n return;\n}\n\n" (function_definition "void FUN_00104ee0(undefined8 param_1)\n\n{\n FUN_00104ed0(param_1,0x3a);\n return;\n}" primitive_type (function_declarator "FUN_00104ee0(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n FUN_00104ed0(param_1,0x3a);\n return;\n}" { (expression_statement "FUN_00104ed0(param_1,0x3a);" (call_expression "FUN_00104ed0(param_1,0x3a)" identifier (argument_list "(param_1,0x3a)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "char * quotearg_colon(char *arg)\n\n{\n char *pcVar1;\n \n pcVar1 = quotearg_char(arg,':');\n return pcVar1;\n}\n\n" (function_definition "char * quotearg_colon(char *arg)\n\n{\n char *pcVar1;\n \n pcVar1 = quotearg_char(arg,':');\n return pcVar1;\n}" primitive_type (pointer_declarator "* quotearg_colon(char *arg)" * (function_declarator "quotearg_colon(char *arg)" identifier (parameter_list "(char *arg)" ( (parameter_declaration "char *arg" primitive_type (pointer_declarator "*arg" * identifier)) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = quotearg_char(arg,':');\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = quotearg_char(arg,':');" (assignment_expression "pcVar1 = quotearg_char(arg,':')" identifier = (call_expression "quotearg_char(arg,':')" identifier (argument_list "(arg,':')" ( identifier , (char_literal "':'" ' character ') )))) ;) (return_statement "return pcVar1;" return identifier ;) }))) | (translation_unit "void FUN_00104ee0(undefined8 param_1)\n\n{\n FUN_00104ed0(param_1,0x3a);\n return;\n}\n\n" (function_definition "void FUN_00104ee0(undefined8 param_1)\n\n{\n FUN_00104ed0(param_1,0x3a);\n return;\n}" primitive_type (function_declarator "FUN_00104ee0(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n FUN_00104ed0(param_1,0x3a);\n return;\n}" { (expression_statement "FUN_00104ed0(param_1,0x3a);" (call_expression "FUN_00104ed0(param_1,0x3a)" identifier (argument_list "(param_1,0x3a)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_00104ee0(undefined8 param_1)\n\n{\n FUN_00104ed0(param_1,0x3a);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00104ee0(undefined8 param_1)" (identifier "FUN_00104ee0") (parameter_list "(undefined8 param_1)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) () ")"))) (compound_statement "{\n FUN_00104ed0(param_1,0x3a);\n return;\n}" ({ "{") (expression_statement "FUN_00104ed0(param_1,0x3a);" (call_expression "FUN_00104ed0(param_1,0x3a)" (identifier "FUN_00104ed0") (argument_list "(param_1,0x3a)" (( "(") (identifier "param_1") (, ",") (number_literal "0x3a") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
char * function_1(char *arg)
{
char *pcVar1;
pcVar1 = var_1(arg,':');
return pcVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement)))) | null |
void MASKED(undefined8 param_1)
{
FUN_00104ed0(param_1,0x3a);
return;
}
|
10647_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c | d_lookup_template_argument.isra.9 | FUN_0035bb50 |
void d_lookup_template_argument_isra_9(long param_1,undefined8 *param_2)
{
if (*(long *)(param_1 + 0x120) == 0) {
*(undefined4 *)(param_1 + 0x130) = 1;
return;
}
if (-1 < (int)*param_2) {
d_index_template_argument_part_8
(*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10));
return;
}
return;
}
|
void FUN_0035bb50(long param_1,undefined8 *param_2)
{
if (*(long *)(param_1 + 0x120) == 0) {
*(undefined4 *)(param_1 + 0x130) = 1;
return;
}
if (-1 < (int)*param_2) {
FUN_0035bb20(*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10));
return;
}
return;
}
| MOV RAX,qword ptr [RDI + 0x120]
TEST RAX,RAX
JZ 0x0035bb78
MOV RAX,qword ptr [RAX + 0x8]
MOV RSI,qword ptr [RSI]
MOV RAX,qword ptr [RAX + 0x10]
TEST ESI,ESI
JS 0x0035bb70
MOV RDI,RAX
JMP 0x0035bb20
RET
MOV dword ptr [RDI + 0x130],0x1
RET | null | null | null | null | [('const-0', u'RETURN_-1205159010'), ('const-288', u'INT_ADD_-1205159069'), (u'INT_ADD_-1205159032', u'CAST_-1205158939'), ('const-433', u'LOAD_-1205159048'), ('const-16', u'INT_ADD_-1205159032'), (u'CAST_-1205158961', u'LOAD_-1205159085'), ('const-433', u'LOAD_-1205159060'), (u'CAST_-1205158939', u'LOAD_-1205159048'), ('tmp_32', u'CBRANCH_-1205159061'), ('const-433', u'LOAD_-1205159054'), (u'SUBPIECE_-1205158951', u'INT_SLESS_-1205159028'), ('const-4294967295', u'INT_SLESS_-1205159028'), (u'CAST_-1205158920', u'STORE_-1205159006'), ('tmp_167', u'LOAD_-1205159054'), ('tmp_165', u'INT_ADD_-1205159069'), ('tmp_79', u'CBRANCH_-1205159028'), ('const-0', u'SUBPIECE_-1205158951'), ('const-433', u'LOAD_-1205159085'), (u'INT_EQUAL_-1205159063', u'CBRANCH_-1205159061'), (u'INT_ADD_-1205158992', u'CAST_-1205158920'), ('const-304', u'INT_ADD_-1205158992'), ('const-0', u'RETURN_-1205159015'), ('tmp_165', u'INT_ADD_-1205158992'), (u'CAST_-1205158947', u'LOAD_-1205159060'), (u'LOAD_-1205159054', u'SUBPIECE_-1205158951'), ('const-0', u'RETURN_-1205158986'), ('const-1', u'STORE_-1205159006'), (u'LOAD_-1205159085', u'INT_EQUAL_-1205159063'), ('const-433', u'STORE_-1205159006'), ('const-8', u'INT_ADD_-1205159044'), (u'INT_ADD_-1205159069', u'CAST_-1205158961'), (u'LOAD_-1205159085', u'INT_ADD_-1205159044'), (u'INT_ADD_-1205159044', u'CAST_-1205158947'), ('const-0', u'INT_EQUAL_-1205159063'), (u'LOAD_-1205159048', u'CALL_-1205159019'), (u'LOAD_-1205159060', u'INT_ADD_-1205159032'), (u'INT_SLESS_-1205159028', u'CBRANCH_-1205159028')] | [('const-0', u'RETURN_-1205159010'), ('const-288', u'INT_ADD_-1205159069'), (u'INT_ADD_-1205159032', u'CAST_-1205158939'), ('const-433', u'LOAD_-1205159048'), ('const-16', u'INT_ADD_-1205159032'), (u'CAST_-1205158961', u'LOAD_-1205159085'), ('const-433', u'LOAD_-1205159060'), (u'CAST_-1205158939', u'LOAD_-1205159048'), ('tmp_32', u'CBRANCH_-1205159061'), ('const-433', u'LOAD_-1205159054'), (u'SUBPIECE_-1205158951', u'INT_SLESS_-1205159028'), ('const-4294967295', u'INT_SLESS_-1205159028'), (u'CAST_-1205158920', u'STORE_-1205159006'), ('tmp_167', u'LOAD_-1205159054'), ('tmp_165', u'INT_ADD_-1205159069'), ('tmp_79', u'CBRANCH_-1205159028'), ('const-0', u'SUBPIECE_-1205158951'), ('const-433', u'LOAD_-1205159085'), (u'INT_EQUAL_-1205159063', u'CBRANCH_-1205159061'), (u'INT_ADD_-1205158992', u'CAST_-1205158920'), ('const-304', u'INT_ADD_-1205158992'), ('const-0', u'RETURN_-1205159015'), ('tmp_165', u'INT_ADD_-1205158992'), (u'CAST_-1205158947', u'LOAD_-1205159060'), (u'LOAD_-1205159054', u'SUBPIECE_-1205158951'), ('const-0', u'RETURN_-1205158986'), ('const-1', u'STORE_-1205159006'), (u'LOAD_-1205159085', u'INT_EQUAL_-1205159063'), ('const-433', u'STORE_-1205159006'), ('const-8', u'INT_ADD_-1205159044'), (u'INT_ADD_-1205159069', u'CAST_-1205158961'), (u'LOAD_-1205159085', u'INT_ADD_-1205159044'), (u'INT_ADD_-1205159044', u'CAST_-1205158947'), ('const-0', u'INT_EQUAL_-1205159063'), (u'LOAD_-1205159048', u'CALL_-1205159019'), (u'LOAD_-1205159060', u'INT_ADD_-1205159032'), (u'INT_SLESS_-1205159028', u'CBRANCH_-1205159028')] | null | null | 0035bb50 | x64 | O2 | (translation_unit "void FUN_0035bb50(long param_1,undefined8 *param_2)\n\n{\n if (*(long *)(param_1 + 0x120) == 0) {\n *(undefined4 *)(param_1 + 0x130) = 1;\n return;\n }\n if (-1 < (int)*param_2) {\n FUN_0035bb20(*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10));\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_0035bb50(long param_1,undefined8 *param_2)\n\n{\n if (*(long *)(param_1 + 0x120) == 0) {\n *(undefined4 *)(param_1 + 0x130) = 1;\n return;\n }\n if (-1 < (int)*param_2) {\n FUN_0035bb20(*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10));\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_0035bb50(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 if (*(long *)(param_1 + 0x120) == 0) {\n *(undefined4 *)(param_1 + 0x130) = 1;\n return;\n }\n if (-1 < (int)*param_2) {\n FUN_0035bb20(*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10));\n return;\n }\n return;\n}" { (if_statement "if (*(long *)(param_1 + 0x120) == 0) {\n *(undefined4 *)(param_1 + 0x130) = 1;\n return;\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x120) == 0)" ( (binary_expression "*(long *)(param_1 + 0x120) == 0" (pointer_expression "*(long *)(param_1 + 0x120)" * (cast_expression "(long *)(param_1 + 0x120)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x120)" ( (binary_expression "param_1 + 0x120" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n *(undefined4 *)(param_1 + 0x130) = 1;\n return;\n }" { (expression_statement "*(undefined4 *)(param_1 + 0x130) = 1;" (assignment_expression "*(undefined4 *)(param_1 + 0x130) = 1" (pointer_expression "*(undefined4 *)(param_1 + 0x130)" * (cast_expression "(undefined4 *)(param_1 + 0x130)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x130)" ( (binary_expression "param_1 + 0x130" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })) (if_statement "if (-1 < (int)*param_2) {\n FUN_0035bb20(*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10));\n return;\n }" if (parenthesized_expression "(-1 < (int)*param_2)" ( (binary_expression "-1 < (int)*param_2" number_literal < (cast_expression "(int)*param_2" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*param_2" * identifier))) )) (compound_statement "{\n FUN_0035bb20(*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10));\n return;\n }" { (expression_statement "FUN_0035bb20(*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10));" (call_expression "FUN_0035bb20(*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10))" identifier (argument_list "(*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10))" ( (pointer_expression "*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10)" * (cast_expression "(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10)" ( (binary_expression "*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10" (pointer_expression "*(long *)(*(long *)(param_1 + 0x120) + 8)" * (cast_expression "(long *)(*(long *)(param_1 + 0x120) + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x120) + 8)" ( (binary_expression "*(long *)(param_1 + 0x120) + 8" (pointer_expression "*(long *)(param_1 + 0x120)" * (cast_expression "(long *)(param_1 + 0x120)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x120)" ( (binary_expression "param_1 + 0x120" identifier + number_literal) )))) + number_literal) )))) + number_literal) )))) ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) }))) | (translation_unit "void d_lookup_template_argument_isra_9(long param_1,undefined8 *param_2)\n\n{\n if (*(long *)(param_1 + 0x120) == 0) {\n *(undefined4 *)(param_1 + 0x130) = 1;\n return;\n }\n if (-1 < (int)*param_2) {\n d_index_template_argument_part_8\n (*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10));\n return;\n }\n return;\n}\n\n" (function_definition "void d_lookup_template_argument_isra_9(long param_1,undefined8 *param_2)\n\n{\n if (*(long *)(param_1 + 0x120) == 0) {\n *(undefined4 *)(param_1 + 0x130) = 1;\n return;\n }\n if (-1 < (int)*param_2) {\n d_index_template_argument_part_8\n (*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10));\n return;\n }\n return;\n}" primitive_type (function_declarator "d_lookup_template_argument_isra_9(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 if (*(long *)(param_1 + 0x120) == 0) {\n *(undefined4 *)(param_1 + 0x130) = 1;\n return;\n }\n if (-1 < (int)*param_2) {\n d_index_template_argument_part_8\n (*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10));\n return;\n }\n return;\n}" { (if_statement "if (*(long *)(param_1 + 0x120) == 0) {\n *(undefined4 *)(param_1 + 0x130) = 1;\n return;\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x120) == 0)" ( (binary_expression "*(long *)(param_1 + 0x120) == 0" (pointer_expression "*(long *)(param_1 + 0x120)" * (cast_expression "(long *)(param_1 + 0x120)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x120)" ( (binary_expression "param_1 + 0x120" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n *(undefined4 *)(param_1 + 0x130) = 1;\n return;\n }" { (expression_statement "*(undefined4 *)(param_1 + 0x130) = 1;" (assignment_expression "*(undefined4 *)(param_1 + 0x130) = 1" (pointer_expression "*(undefined4 *)(param_1 + 0x130)" * (cast_expression "(undefined4 *)(param_1 + 0x130)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x130)" ( (binary_expression "param_1 + 0x130" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })) (if_statement "if (-1 < (int)*param_2) {\n d_index_template_argument_part_8\n (*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10));\n return;\n }" if (parenthesized_expression "(-1 < (int)*param_2)" ( (binary_expression "-1 < (int)*param_2" number_literal < (cast_expression "(int)*param_2" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*param_2" * identifier))) )) (compound_statement "{\n d_index_template_argument_part_8\n (*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10));\n return;\n }" { (expression_statement "d_index_template_argument_part_8\n (*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10));" (call_expression "d_index_template_argument_part_8\n (*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10))" identifier (argument_list "(*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10))" ( (pointer_expression "*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10)" * (cast_expression "(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10)" ( (binary_expression "*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10" (pointer_expression "*(long *)(*(long *)(param_1 + 0x120) + 8)" * (cast_expression "(long *)(*(long *)(param_1 + 0x120) + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x120) + 8)" ( (binary_expression "*(long *)(param_1 + 0x120) + 8" (pointer_expression "*(long *)(param_1 + 0x120)" * (cast_expression "(long *)(param_1 + 0x120)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x120)" ( (binary_expression "param_1 + 0x120" identifier + number_literal) )))) + number_literal) )))) + number_literal) )))) ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) }))) | (translation_unit "void FUN_0035bb50(long param_1,undefined8 *param_2)\n\n{\n if (*(long *)(param_1 + 0x120) == 0) {\n *(undefined4 *)(param_1 + 0x130) = 1;\n return;\n }\n if (-1 < (int)*param_2) {\n FUN_0035bb20(*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10));\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_0035bb50(long param_1,undefined8 *param_2)\n\n{\n if (*(long *)(param_1 + 0x120) == 0) {\n *(undefined4 *)(param_1 + 0x130) = 1;\n return;\n }\n if (-1 < (int)*param_2) {\n FUN_0035bb20(*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10));\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_0035bb50(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 if (*(long *)(param_1 + 0x120) == 0) {\n *(undefined4 *)(param_1 + 0x130) = 1;\n return;\n }\n if (-1 < (int)*param_2) {\n FUN_0035bb20(*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10));\n return;\n }\n return;\n}" { (if_statement "if (*(long *)(param_1 + 0x120) == 0) {\n *(undefined4 *)(param_1 + 0x130) = 1;\n return;\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x120) == 0)" ( (binary_expression "*(long *)(param_1 + 0x120) == 0" (pointer_expression "*(long *)(param_1 + 0x120)" * (cast_expression "(long *)(param_1 + 0x120)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x120)" ( (binary_expression "param_1 + 0x120" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n *(undefined4 *)(param_1 + 0x130) = 1;\n return;\n }" { (expression_statement "*(undefined4 *)(param_1 + 0x130) = 1;" (assignment_expression "*(undefined4 *)(param_1 + 0x130) = 1" (pointer_expression "*(undefined4 *)(param_1 + 0x130)" * (cast_expression "(undefined4 *)(param_1 + 0x130)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x130)" ( (binary_expression "param_1 + 0x130" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })) (if_statement "if (-1 < (int)*param_2) {\n FUN_0035bb20(*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10));\n return;\n }" if (parenthesized_expression "(-1 < (int)*param_2)" ( (binary_expression "-1 < (int)*param_2" number_literal < (cast_expression "(int)*param_2" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*param_2" * identifier))) )) (compound_statement "{\n FUN_0035bb20(*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10));\n return;\n }" { (expression_statement "FUN_0035bb20(*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10));" (call_expression "FUN_0035bb20(*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10))" identifier (argument_list "(*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10))" ( (pointer_expression "*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10)" * (cast_expression "(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10)" ( (binary_expression "*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10" (pointer_expression "*(long *)(*(long *)(param_1 + 0x120) + 8)" * (cast_expression "(long *)(*(long *)(param_1 + 0x120) + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x120) + 8)" ( (binary_expression "*(long *)(param_1 + 0x120) + 8" (pointer_expression "*(long *)(param_1 + 0x120)" * (cast_expression "(long *)(param_1 + 0x120)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x120)" ( (binary_expression "param_1 + 0x120" identifier + number_literal) )))) + number_literal) )))) + number_literal) )))) ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (return_statement return ;) })) (if_statement if (parenthesized_expression ( (binary_expression LIT < (cast_expression ( (type_descriptor TYPE) ) (pointer_expression * IDENT))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) + LIT) )))) ))) ;) (return_statement return ;) })) (return_statement return ;) }))) | (function_definition "void FUN_0035bb50(long param_1,undefined8 *param_2)\n\n{\n if (*(long *)(param_1 + 0x120) == 0) {\n *(undefined4 *)(param_1 + 0x130) = 1;\n return;\n }\n if (-1 < (int)*param_2) {\n FUN_0035bb20(*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10));\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0035bb50(long param_1,undefined8 *param_2)" (identifier "FUN_0035bb50") (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 if (*(long *)(param_1 + 0x120) == 0) {\n *(undefined4 *)(param_1 + 0x130) = 1;\n return;\n }\n if (-1 < (int)*param_2) {\n FUN_0035bb20(*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10));\n return;\n }\n return;\n}" ({ "{") (if_statement "if (*(long *)(param_1 + 0x120) == 0) {\n *(undefined4 *)(param_1 + 0x130) = 1;\n return;\n }" (if "if") (parenthesized_expression "(*(long *)(param_1 + 0x120) == 0)" (( "(") (binary_expression "*(long *)(param_1 + 0x120) == 0" (pointer_expression "*(long *)(param_1 + 0x120)" (* "*") (cast_expression "(long *)(param_1 + 0x120)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x120)" (( "(") (binary_expression "param_1 + 0x120" (identifier "param_1") (+ "+") (number_literal "0x120")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(undefined4 *)(param_1 + 0x130) = 1;\n return;\n }" ({ "{") (expression_statement "*(undefined4 *)(param_1 + 0x130) = 1;" (assignment_expression "*(undefined4 *)(param_1 + 0x130) = 1" (pointer_expression "*(undefined4 *)(param_1 + 0x130)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0x130)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x130)" (( "(") (binary_expression "param_1 + 0x130" (identifier "param_1") (+ "+") (number_literal "0x130")) () ")")))) (= "=") (number_literal "1")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if (-1 < (int)*param_2) {\n FUN_0035bb20(*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10));\n return;\n }" (if "if") (parenthesized_expression "(-1 < (int)*param_2)" (( "(") (binary_expression "-1 < (int)*param_2" (number_literal "-1") (< "<") (cast_expression "(int)*param_2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) () ")")) (compound_statement "{\n FUN_0035bb20(*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10));\n return;\n }" ({ "{") (expression_statement "FUN_0035bb20(*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10));" (call_expression "FUN_0035bb20(*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10))" (identifier "FUN_0035bb20") (argument_list "(*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10))" (( "(") (pointer_expression "*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10)" (* "*") (cast_expression "(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10)" (( "(") (binary_expression "*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10" (pointer_expression "*(long *)(*(long *)(param_1 + 0x120) + 8)" (* "*") (cast_expression "(long *)(*(long *)(param_1 + 0x120) + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x120) + 8)" (( "(") (binary_expression "*(long *)(param_1 + 0x120) + 8" (pointer_expression "*(long *)(param_1 + 0x120)" (* "*") (cast_expression "(long *)(param_1 + 0x120)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x120)" (( "(") (binary_expression "param_1 + 0x120" (identifier "param_1") (+ "+") (number_literal "0x120")) () ")")))) (+ "+") (number_literal "8")) () ")")))) (+ "+") (number_literal "0x10")) () ")")))) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
void function_1(long var_1,type_1 *param_2)
{
if (*(long *)(var_1 + 0x120) == 0) {
*(type_2 *)(var_1 + 0x130) = 1;
return;
}
if (-1 < (int)*param_2) {
var_2
(*(type_1 *)(*(long *)(*(long *)(var_1 + 0x120) + 8) + 0x10));
return;
}
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (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))) (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 (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (number_literal)))))))) (return_statement))) (return_statement)))) | null |
void MASKED(long param_1,undefined8 *param_2)
{
if (*(long *)(param_1 + 0x120) == 0) {
*(undefined4 *)(param_1 + 0x130) = 1;
return;
}
if (-1 < (int)*param_2) {
FUN_0035bb20(*(undefined8 *)(*(long *)(*(long *)(param_1 + 0x120) + 8) + 0x10));
return;
}
return;
}
|
2291_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c | options | FUN_0017a7e0 |
/* DWARF original prototype: Position_dependent_options * options(Input_file * this) */
Position_dependent_options * __thiscall gold::Input_file::options(Input_file *this)
{
return &this->input_argument_->options_;
}
|
long FUN_0017a7e0(long *param_1)
{
return *param_1 + 0x4c;
}
| MOV RAX,qword ptr [RDI]
ADD RAX,0x4c
RET | null | null | null | null | [(u'PTRSUB_-1207392207', u'LOAD_-1207392286'), (u'LOAD_-1207392286', u'PTRSUB_-1207392203'), (u'PTRSUB_-1207392203', u'RETURN_-1207392258'), ('const-0', u'RETURN_-1207392258'), ('const-76', u'PTRSUB_-1207392203'), ('const-433', u'LOAD_-1207392286'), ('tmp_42', u'PTRSUB_-1207392207'), ('const-0', u'PTRSUB_-1207392207')] | [('const-433', u'LOAD_-1207392286'), (u'LOAD_-1207392286', u'INT_ADD_-1207392262'), (u'INT_ADD_-1207392262', u'RETURN_-1207392258'), ('const-0', u'RETURN_-1207392258'), ('const-76', u'INT_ADD_-1207392262'), ('tmp_42', u'LOAD_-1207392286')] | null | null | 0017a7e0 | x64 | O2 | (translation_unit "long FUN_0017a7e0(long *param_1)\n\n{\n return *param_1 + 0x4c;\n}\n\n" (function_definition "long FUN_0017a7e0(long *param_1)\n\n{\n return *param_1 + 0x4c;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_0017a7e0(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 return *param_1 + 0x4c;\n}" { (return_statement "return *param_1 + 0x4c;" return (binary_expression "*param_1 + 0x4c" (pointer_expression "*param_1" * identifier) + number_literal) ;) }))) | (translation_unit "/* DWARF original prototype: Position_dependent_options * options(Input_file * this) */\n\nPosition_dependent_options * __thiscall gold::Input_file::options(Input_file *this)\n\n{\n return &this->input_argument_->options_;\n}\n\n" comment (ERROR "Position_dependent_options * __thiscall gold::Input_file::options(Input_file *this)" (binary_expression "Position_dependent_options * __thiscall gold::Input_file::options(Input_file *this" (binary_expression "Position_dependent_options * __thiscall" identifier * identifier) (ERROR "gold::Input_file::options(Input_file" identifier : : identifier : : identifier ( identifier) * identifier) )) (compound_statement "{\n return &this->input_argument_->options_;\n}" { (return_statement "return &this->input_argument_->options_;" return (pointer_expression "&this->input_argument_->options_" & (field_expression "this->input_argument_->options_" (field_expression "this->input_argument_" identifier -> field_identifier) -> field_identifier)) ;) })) | (translation_unit "long FUN_0017a7e0(long *param_1)\n\n{\n return *param_1 + 0x4c;\n}\n\n" (function_definition "long FUN_0017a7e0(long *param_1)\n\n{\n return *param_1 + 0x4c;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_0017a7e0(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 return *param_1 + 0x4c;\n}" { (return_statement "return *param_1 + 0x4c;" return (binary_expression "*param_1 + 0x4c" (pointer_expression "*param_1" * identifier) + number_literal) ;) }))) | (translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (return_statement return (binary_expression (pointer_expression * IDENT) + LIT) ;) }))) | (function_definition "long FUN_0017a7e0(long *param_1)\n\n{\n return *param_1 + 0x4c;\n}" (sized_type_specifier "long" (long "long")) (function_declarator "FUN_0017a7e0(long *param_1)" (identifier "FUN_0017a7e0") (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 return *param_1 + 0x4c;\n}" ({ "{") (return_statement "return *param_1 + 0x4c;" (return "return") (binary_expression "*param_1 + 0x4c" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x4c")) (; ";")) (} "}"))) |
/* DWARF original prototype: Position_dependent_options * options(Input_file * this) */
Position_dependent_options * __thiscall gold::Input_file::options(Input_file *this)
{
return &this->input_argument_->options_;
}
| null | (translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (return_statement (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))))) | null |
long MASKED(long *param_1)
{
return *param_1 + 0x4c;
}
|
1008_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c | parse_to_value | FUN_0014fca0 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void parse_to_value(Struct_no_loadfltr * this, char * param_1, char *
param_2, Command_line * param_3, General_options * options) */
void __thiscall
gold::General_options::Struct_no_loadfltr::parse_to_value
(Struct_no_loadfltr *this,char *param_2,char *param_3,Command_line *param_4,
General_options *options)
{
(options->loadfltr_).user_set_via_option = true;
(options->loadfltr_).value = false;
return;
}
|
void FUN_0014fca0(void)
{
long in_R8;
*(undefined2 *)(in_R8 + 0x8418) = 1;
return;
}
| MOV EAX,0x1
MOV word ptr [R8 + 0x8418],AX
RET | null | null | null | null | [(u'PTRSUB_-1207173900', u'STORE_-1207173973'), ('const-33720', u'PTRSUB_-1207173899'), ('const-97', u'PTRSUB_-1207173898'), ('const-433', u'STORE_-1207173960'), ('tmp_24', u'PTRSUB_-1207173899'), ('const-433', u'STORE_-1207173973'), ('const-33720', u'PTRSUB_-1207173901'), (u'PTRSUB_-1207173901', u'PTRSUB_-1207173900'), ('const-0', u'STORE_-1207173960'), ('const-1', u'STORE_-1207173973'), (u'PTRSUB_-1207173899', u'PTRSUB_-1207173898'), ('tmp_24', u'PTRSUB_-1207173901'), ('const-96', u'PTRSUB_-1207173900'), (u'PTRSUB_-1207173898', u'STORE_-1207173960'), ('const-0', u'RETURN_-1207173955')] | [(u'INT_ADD_-1207173959', u'CAST_-1207173906'), ('const-1', u'STORE_-1207173973'), (u'CAST_-1207173906', u'STORE_-1207173973'), ('const-33816', u'INT_ADD_-1207173959'), ('const-433', u'STORE_-1207173973'), ('tmp_23', u'INT_ADD_-1207173959'), ('const-0', u'RETURN_-1207173955')] | null | null | 0014fca0 | x64 | O2 | (translation_unit "void FUN_0014fca0(void)\n\n{\n long in_R8;\n \n *(undefined2 *)(in_R8 + 0x8418) = 1;\n return;\n}\n\n" (function_definition "void FUN_0014fca0(void)\n\n{\n long in_R8;\n \n *(undefined2 *)(in_R8 + 0x8418) = 1;\n return;\n}" primitive_type (function_declarator "FUN_0014fca0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long in_R8;\n \n *(undefined2 *)(in_R8 + 0x8418) = 1;\n return;\n}" { (declaration "long in_R8;" (sized_type_specifier "long" long) identifier ;) (expression_statement "*(undefined2 *)(in_R8 + 0x8418) = 1;" (assignment_expression "*(undefined2 *)(in_R8 + 0x8418) = 1" (pointer_expression "*(undefined2 *)(in_R8 + 0x8418)" * (cast_expression "(undefined2 *)(in_R8 + 0x8418)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_R8 + 0x8418)" ( (binary_expression "in_R8 + 0x8418" 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_loadfltr * this, char * param_1, char *\n param_2, Command_line * param_3, General_options * options) */\n\nvoid __thiscall\ngold::General_options::Struct_no_loadfltr::parse_to_value\n (Struct_no_loadfltr *this,char *param_2,char *param_3,Command_line *param_4,\n General_options *options)\n\n{\n (options->loadfltr_).user_set_via_option = true;\n (options->loadfltr_).value = false;\n return;\n}\n\n" comment comment (function_definition "void __thiscall\ngold::General_options::Struct_no_loadfltr::parse_to_value\n (Struct_no_loadfltr *this,char *param_2,char *param_3,Command_line *param_4,\n General_options *options)\n\n{\n (options->loadfltr_).user_set_via_option = true;\n (options->loadfltr_).value = false;\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_no_loadfltr::" identifier : : identifier : : identifier : :) (function_declarator "parse_to_value\n (Struct_no_loadfltr *this,char *param_2,char *param_3,Command_line *param_4,\n General_options *options)" identifier (parameter_list "(Struct_no_loadfltr *this,char *param_2,char *param_3,Command_line *param_4,\n General_options *options)" ( (parameter_declaration "Struct_no_loadfltr *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->loadfltr_).user_set_via_option = true;\n (options->loadfltr_).value = false;\n return;\n}" { (expression_statement "(options->loadfltr_).user_set_via_option = true;" (assignment_expression "(options->loadfltr_).user_set_via_option = true" (field_expression "(options->loadfltr_).user_set_via_option" (parenthesized_expression "(options->loadfltr_)" ( (field_expression "options->loadfltr_" identifier -> field_identifier) )) . field_identifier) = true) ;) (expression_statement "(options->loadfltr_).value = false;" (assignment_expression "(options->loadfltr_).value = false" (field_expression "(options->loadfltr_).value" (parenthesized_expression "(options->loadfltr_)" ( (field_expression "options->loadfltr_" identifier -> field_identifier) )) . field_identifier) = false) ;) (return_statement "return;" return ;) }))) | (translation_unit "void FUN_0014fca0(void)\n\n{\n long in_R8;\n \n *(undefined2 *)(in_R8 + 0x8418) = 1;\n return;\n}\n\n" (function_definition "void FUN_0014fca0(void)\n\n{\n long in_R8;\n \n *(undefined2 *)(in_R8 + 0x8418) = 1;\n return;\n}" primitive_type (function_declarator "FUN_0014fca0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long in_R8;\n \n *(undefined2 *)(in_R8 + 0x8418) = 1;\n return;\n}" { (declaration "long in_R8;" (sized_type_specifier "long" long) identifier ;) (expression_statement "*(undefined2 *)(in_R8 + 0x8418) = 1;" (assignment_expression "*(undefined2 *)(in_R8 + 0x8418) = 1" (pointer_expression "*(undefined2 *)(in_R8 + 0x8418)" * (cast_expression "(undefined2 *)(in_R8 + 0x8418)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_R8 + 0x8418)" ( (binary_expression "in_R8 + 0x8418" 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_0014fca0(void)\n\n{\n long in_R8;\n \n *(undefined2 *)(in_R8 + 0x8418) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0014fca0(void)" (identifier "FUN_0014fca0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long in_R8;\n \n *(undefined2 *)(in_R8 + 0x8418) = 1;\n return;\n}" ({ "{") (declaration "long in_R8;" (sized_type_specifier "long" (long "long")) (identifier "in_R8") (; ";")) (expression_statement "*(undefined2 *)(in_R8 + 0x8418) = 1;" (assignment_expression "*(undefined2 *)(in_R8 + 0x8418) = 1" (pointer_expression "*(undefined2 *)(in_R8 + 0x8418)" (* "*") (cast_expression "(undefined2 *)(in_R8 + 0x8418)" (( "(") (type_descriptor "undefined2 *" (type_identifier "undefined2") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_R8 + 0x8418)" (( "(") (binary_expression "in_R8 + 0x8418" (identifier "in_R8") (+ "+") (number_literal "0x8418")) () ")")))) (= "=") (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_loadfltr * 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->loadfltr_).user_set_via_option = true;
(options->loadfltr_).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 + 0x8418) = 1;
return;
}
|
8321_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | do_sized_write<64,_false> | FUN_003df2d0 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original name: do_sized_write<64, false>
DWARF original prototype: void do_sized_write<64,_false>(Output_section_headers * this,
Output_file * of) */
void __thiscall
gold::Output_section_headers::do_sized_write<64,_false>
(Output_section_headers *this,Output_file *of)
{
byte bVar1;
size_t size;
long lVar2;
Output_section *pOVar3;
_func_int_varargs *p_Var4;
pointer ppOVar5;
Output_segment *pOVar6;
Stringpool *secnamepool;
Layout *layout;
int iVar7;
uint uVar8;
size_t sVar9;
ulong uVar10;
Section_list *pSVar11;
Output_file *in_RCX;
Segment_list *pSVar12;
uchar *puVar13;
Shdr_data<64> *pSVar14;
Shdr_data<64> *pSVar15;
pointer *pppOVar16;
pointer ppOVar17;
uint uVar18;
pointer ppOVar19;
pointer local_50;
Shdr_write<64,_false> oshdr;
bVar1 = (this->super_Output_data).field_0x20;
if ((bVar1 & 2) == 0) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.h",0xcf,"data_size");
}
size = (this->super_Output_data).data_size_;
if ((bVar1 & 4) != 0) {
lVar2 = (this->super_Output_data).offset_;
if ((lVar2 < 0) || (of->file_size_ < (long)(lVar2 + size))) {
Output_file::get_output_view((Output_file *)this,(off_t)of,size,in_RCX);
}
else {
puVar13 = of->base_ + lVar2;
pOVar3 = this->shstrtab_section_;
sVar9 = size + 0x3f;
if (-1 < (long)size) {
sVar9 = size;
}
puVar13[0] = '\0';
puVar13[1] = '\0';
puVar13[2] = '\0';
puVar13[3] = '\0';
puVar13[4] = '\0';
puVar13[5] = '\0';
puVar13[6] = '\0';
puVar13[7] = '\0';
puVar13[8] = '\0';
puVar13[9] = '\0';
puVar13[10] = '\0';
puVar13[0xb] = '\0';
puVar13[0xc] = '\0';
puVar13[0xd] = '\0';
puVar13[0xe] = '\0';
puVar13[0xf] = '\0';
uVar10 = (long)sVar9 >> 6;
puVar13[0x10] = '\0';
puVar13[0x11] = '\0';
puVar13[0x12] = '\0';
puVar13[0x13] = '\0';
puVar13[0x14] = '\0';
puVar13[0x15] = '\0';
puVar13[0x16] = '\0';
puVar13[0x17] = '\0';
puVar13[0x18] = '\0';
puVar13[0x19] = '\0';
puVar13[0x1a] = '\0';
puVar13[0x1b] = '\0';
puVar13[0x1c] = '\0';
puVar13[0x1d] = '\0';
puVar13[0x1e] = '\0';
puVar13[0x1f] = '\0';
if (uVar10 < 0xff00) {
uVar10 = 0;
}
*(ulong *)(puVar13 + 0x20) = uVar10;
p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];
if (p_Var4 == Output_section::do_out_shndx) {
uVar18 = pOVar3->out_shndx_;
if (uVar18 == 0xffffffff) {
LAB_003df679:
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");
}
}
else {
uVar18 = (*p_Var4)();
}
if (uVar18 < 0xff00) {
uVar18 = 0;
}
pSVar12 = this->segment_list_;
ppOVar5 = (pSVar12->
super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).
_M_impl._M_finish;
local_50 = (pSVar12->
super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).
_M_impl._M_start;
*(uint *)(puVar13 + 0x28) = uVar18;
puVar13[0x30] = '\0';
puVar13[0x31] = '\0';
puVar13[0x32] = '\0';
puVar13[0x33] = '\0';
puVar13[0x34] = '\0';
puVar13[0x35] = '\0';
puVar13[0x36] = '\0';
puVar13[0x37] = '\0';
puVar13[0x38] = '\0';
puVar13[0x39] = '\0';
puVar13[0x3a] = '\0';
puVar13[0x3b] = '\0';
puVar13[0x3c] = '\0';
puVar13[0x3d] = '\0';
puVar13[0x3e] = '\0';
puVar13[0x3f] = '\0';
uVar10 = (long)ppOVar5 - (long)local_50 >> 3;
if (uVar10 < 0xffff) {
uVar10 = 0;
}
pSVar14 = (Shdr_data<64> *)(puVar13 + 0x40);
*(int *)(puVar13 + 0x2c) = (int)uVar10;
if (parameters->options_ == (General_options *)0x0) {
LAB_003df6cc:
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/parameters.h",0x5c,"options");
}
if ((parameters->options_->relocatable_).value == false) {
if (local_50 == ppOVar5) {
uVar18 = 1;
}
else {
uVar18 = 1;
do {
pOVar6 = *local_50;
if (pOVar6->type_ == 1) {
secnamepool = this->secnamepool_;
pppOVar16 = &pOVar6->output_lists_[0].
super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>
._M_impl._M_finish;
layout = this->layout_;
do {
ppOVar19 = ((_Vector_impl *)(pppOVar16 + -1))->_M_start;
pSVar15 = pSVar14;
if (*pppOVar16 != ppOVar19) {
do {
iVar7 = (*(*ppOVar19)->_vptr_Output_data[6])();
pSVar14 = pSVar15;
if ((char)iVar7 != '\0') {
pOVar3 = (Output_section *)*ppOVar19;
p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];
if (p_Var4 == Output_section::do_out_shndx) {
uVar8 = pOVar3->out_shndx_;
if (uVar8 == 0xffffffff) goto LAB_003df679;
}
else {
uVar8 = (*p_Var4)(pOVar3);
}
if (uVar8 != uVar18) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.cc",0x1354,
"write_section_headers_list");
}
pSVar14 = pSVar15 + 1;
uVar18 = uVar18 + 1;
oshdr.p_ = pSVar15;
Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);
}
ppOVar19 = ppOVar19 + 1;
pSVar15 = pSVar14;
} while (*pppOVar16 != ppOVar19);
}
pppOVar16 = pppOVar16 + 3;
} while ((pointer *)&pOVar6->paddr_ != pppOVar16);
pSVar12 = this->segment_list_;
}
local_50 = local_50 + 1;
} while ((pSVar12->
super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>
)._M_impl._M_finish != local_50);
}
}
else {
pSVar11 = this->section_list_;
uVar18 = 1;
ppOVar17 = (pSVar11->
super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>
)._M_impl._M_start;
if (ppOVar17 !=
(pSVar11->
super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).
_M_impl._M_finish) {
pSVar15 = pSVar14;
do {
pOVar3 = *ppOVar17;
if (((pOVar3->flags_ & 2) != 0) || (pSVar14 = pSVar15, pOVar3->type_ == 0x11)) {
p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];
if (p_Var4 == Output_section::do_out_shndx) {
uVar8 = pOVar3->out_shndx_;
if (uVar8 == 0xffffffff) goto LAB_003df679;
}
else {
uVar8 = (*p_Var4)();
}
if (uVar18 != uVar8) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");
}
pSVar14 = pSVar15 + 1;
uVar18 = uVar18 + 1;
oshdr.p_ = pSVar15;
Output_section::write_header<64,_false>
(*ppOVar17,this->layout_,this->secnamepool_,&oshdr);
pSVar11 = this->section_list_;
}
ppOVar17 = ppOVar17 + 1;
pSVar15 = pSVar14;
} while ((pSVar11->
super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>
)._M_impl._M_finish != ppOVar17);
}
}
pSVar11 = this->unattached_section_list_;
ppOVar17 = (pSVar11->
super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).
_M_impl._M_start;
if (ppOVar17 !=
(pSVar11->
super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl
._M_finish) {
do {
pOVar3 = *ppOVar17;
if (pOVar3->type_ == 0x11) {
if (parameters->options_ == (General_options *)0x0) goto LAB_003df6cc;
if ((parameters->options_->relocatable_).value == false) goto LAB_003df5d0;
}
else {
LAB_003df5d0:
p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];
if (p_Var4 == Output_section::do_out_shndx) {
uVar8 = pOVar3->out_shndx_;
if (uVar8 == 0xffffffff) goto LAB_003df679;
}
else {
uVar8 = (*p_Var4)();
}
if (uVar8 != uVar18) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");
}
uVar18 = uVar18 + 1;
oshdr.p_ = pSVar14;
Output_section::write_header<64,_false>
(*ppOVar17,this->layout_,this->secnamepool_,&oshdr);
pSVar11 = this->unattached_section_list_;
pSVar14 = pSVar14 + 1;
}
ppOVar17 = ppOVar17 + 1;
} while ((pSVar11->
super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).
_M_impl._M_finish != ppOVar17);
}
if (((this->super_Output_data).field_0x20 & 4) != 0) {
return;
}
}
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.h",0xe3,"offset");
}
|
void FUN_003df2d0(long param_1,long param_2)
{
long lVar1;
code *pcVar2;
undefined8 uVar3;
undefined8 uVar4;
long *plVar5;
char cVar6;
int iVar7;
uint uVar8;
long lVar9;
ulong uVar10;
long *plVar11;
long *plVar12;
undefined8 *puVar13;
undefined8 *puVar14;
int iVar15;
long *local_50;
undefined8 *local_40 [2];
if ((*(byte *)(param_1 + 0x20) & 2) == 0) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.h",0xcf,"data_size");
}
lVar1 = *(long *)(param_1 + 0x10);
if ((*(byte *)(param_1 + 0x20) & 4) != 0) {
lVar9 = *(long *)(param_1 + 0x18);
if ((lVar9 < 0) || (*(long *)(param_2 + 0x10) < lVar9 + lVar1)) {
FUN_003c87b0();
}
else {
puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18));
plVar12 = *(long **)(param_1 + 0x50);
lVar9 = lVar1 + 0x3f;
if (-1 < lVar1) {
lVar9 = lVar1;
}
*puVar13 = 0;
puVar13[1] = 0;
uVar10 = lVar9 >> 6;
puVar13[2] = 0;
puVar13[3] = 0;
if (uVar10 < 0xff00) {
uVar10 = 0;
}
puVar13[4] = uVar10;
pcVar2 = *(code **)(*plVar12 + 0x58);
if (pcVar2 == FUN_00264f00) {
uVar8 = *(uint *)((long)plVar12 + 0x7c);
if (uVar8 == 0xffffffff) {
LAB_003df679:
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");
}
}
else {
uVar8 = (*pcVar2)();
}
if (uVar8 < 0xff00) {
uVar8 = 0;
}
plVar11 = *(long **)(param_1 + 0x30);
plVar12 = (long *)plVar11[1];
local_50 = (long *)*plVar11;
*(uint *)(puVar13 + 5) = uVar8;
puVar13[6] = 0;
puVar13[7] = 0;
uVar10 = (long)plVar12 - (long)local_50 >> 3;
if (uVar10 < 0xffff) {
uVar10 = 0;
}
puVar14 = puVar13 + 8;
*(int *)((long)puVar13 + 0x2c) = (int)uVar10;
if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) {
LAB_003df6cc:
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/parameters.h",0x5c,"options");
}
if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') {
if (local_50 == plVar12) {
iVar15 = 1;
}
else {
iVar15 = 1;
do {
lVar1 = *local_50;
if (*(int *)(lVar1 + 0x2f0) == 1) {
uVar3 = *(undefined8 *)(param_1 + 0x48);
plVar12 = (long *)(lVar1 + 8);
uVar4 = *(undefined8 *)(param_1 + 0x28);
do {
plVar11 = (long *)plVar12[-1];
puVar13 = puVar14;
if ((long *)*plVar12 != plVar11) {
do {
cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();
puVar14 = puVar13;
if (cVar6 != '\0') {
plVar5 = (long *)*plVar11;
if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {
iVar7 = *(int *)((long)plVar5 + 0x7c);
if (iVar7 == -1) goto LAB_003df679;
}
else {
iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);
}
if (iVar7 != iVar15) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");
}
puVar14 = puVar13 + 8;
iVar15 = iVar15 + 1;
local_40[0] = puVar13;
FUN_003df0b0(plVar5,uVar4,uVar3,local_40);
}
plVar11 = plVar11 + 1;
puVar13 = puVar14;
} while ((long *)*plVar12 != plVar11);
}
plVar12 = plVar12 + 3;
} while ((long *)(lVar1 + 0x2c0) != plVar12);
plVar11 = *(long **)(param_1 + 0x30);
}
local_50 = local_50 + 1;
} while ((long *)plVar11[1] != local_50);
}
}
else {
plVar11 = *(long **)(param_1 + 0x38);
iVar15 = 1;
plVar12 = (long *)*plVar11;
if (plVar12 != (long *)plVar11[1]) {
puVar13 = puVar14;
do {
plVar5 = (long *)*plVar12;
if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||
(puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {
if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {
iVar7 = *(int *)((long)plVar5 + 0x7c);
if (iVar7 == -1) goto LAB_003df679;
}
else {
iVar7 = (**(code **)(*plVar5 + 0x58))();
}
if (iVar15 != iVar7) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");
}
puVar14 = puVar13 + 8;
iVar15 = iVar15 + 1;
local_40[0] = puVar13;
FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),
local_40);
plVar11 = *(long **)(param_1 + 0x38);
}
plVar12 = plVar12 + 1;
puVar13 = puVar14;
} while ((long *)plVar11[1] != plVar12);
}
}
plVar12 = *(long **)(param_1 + 0x40);
puVar13 = (undefined8 *)*plVar12;
if (puVar13 != (undefined8 *)plVar12[1]) {
do {
plVar11 = (long *)*puVar13;
if (*(int *)((long)plVar11 + 0x6c) == 0x11) {
if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;
if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;
}
else {
LAB_003df5d0:
if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {
iVar7 = *(int *)((long)plVar11 + 0x7c);
if (iVar7 == -1) goto LAB_003df679;
}
else {
iVar7 = (**(code **)(*plVar11 + 0x58))();
}
if (iVar7 != iVar15) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");
}
iVar15 = iVar15 + 1;
local_40[0] = puVar14;
FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),
local_40);
plVar12 = *(long **)(param_1 + 0x40);
puVar14 = puVar14 + 8;
}
puVar13 = puVar13 + 1;
} while ((undefined8 *)plVar12[1] != puVar13);
}
if ((*(byte *)(param_1 + 0x20) & 4) != 0) {
return;
}
}
}
/* 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,0x48
MOVZX EAX,byte ptr [RDI + 0x20]
TEST AL,0x2
JZ 0x003df701
MOV R13,RDI
MOV RDX,qword ptr [RDI + 0x10]
TEST AL,0x4
JZ 0x003df6e9
MOV RBX,qword ptr [RDI + 0x18]
TEST RBX,RBX
JS 0x003df6e4
LEA RAX,[RBX + RDX*0x1]
CMP qword ptr [RSI + 0x10],RAX
JL 0x003df6e4
ADD RBX,qword ptr [RSI + 0x18]
LEA RAX,[RDX + 0x3f]
TEST RDX,RDX
MOV RDI,qword ptr [RDI + 0x50]
CMOVNS RAX,RDX
MOV EDX,0x0
LEA RCX,[0x264f00]
MOV qword ptr [RBX],0x0
MOV qword ptr [RBX + 0x8],0x0
SAR RAX,0x6
MOV qword ptr [RBX + 0x10],0x0
CMP RAX,0xfeff
MOV qword ptr [RBX + 0x18],0x0
CMOVBE RAX,RDX
MOV qword ptr [RBX + 0x20],RAX
MOV RAX,qword ptr [RDI]
MOV RAX,qword ptr [RAX + 0x58]
CMP RAX,RCX
JNZ 0x003df672
MOV EAX,dword ptr [RDI + 0x7c]
CMP EAX,-0x1
JZ 0x003df679
CMP EAX,0xfeff
MOV EDX,0x0
MOV EDI,0x0
CMOVBE EAX,EDX
MOV RDX,qword ptr [R13 + 0x30]
MOV RSI,qword ptr [RDX + 0x8]
MOV RCX,qword ptr [RDX]
MOV dword ptr [RBX + 0x28],EAX
MOV qword ptr [RBX + 0x30],0x0
MOV RAX,RSI
MOV qword ptr [RBX + 0x38],0x0
SUB RAX,RCX
SAR RAX,0x3
CMP RAX,0xfffe
CMOVBE RAX,RDI
ADD RBX,0x40
MOV dword ptr [RBX + -0x14],EAX
MOV RAX,qword ptr [0x0067cb08]
MOV RAX,qword ptr [RAX + 0x10]
TEST RAX,RAX
JZ 0x003df6cc
CMP byte ptr [RAX + 0x5051],0x0
JNZ 0x003df4f8
CMP RCX,RSI
JZ 0x003df691
LEA RAX,[RSP + 0x38]
MOV qword ptr [RSP + 0x28],RCX
MOV R12D,0x1
MOV qword ptr [RSP + 0x20],RAX
NOP word ptr [RAX + RAX*0x1]
MOV RAX,qword ptr [RSP + 0x28]
MOV RAX,qword ptr [RAX]
CMP dword ptr [RAX + 0x2f0],0x1
JNZ 0x003df5a3
MOV RCX,qword ptr [R13 + 0x48]
LEA RBP,[RAX + 0x8]
ADD RAX,0x2c0
MOV qword ptr [RSP + 0x18],RAX
MOV qword ptr [RSP + 0x8],RCX
MOV RCX,qword ptr [R13 + 0x28]
MOV qword ptr [RSP + 0x10],RCX
NOP word ptr CS:[RAX + RAX*0x1]
MOV R8,qword ptr [RBP + -0x8]
CMP qword ptr [RBP],R8
JZ 0x003df590
MOV R15,R8
JMP 0x003df4ac
MOV EAX,dword ptr [R14 + 0x7c]
CMP EAX,-0x1
JZ 0x003df679
CMP EAX,R12D
JNZ 0x003df4d9
MOV RCX,qword ptr [RSP + 0x20]
MOV RDX,qword ptr [RSP + 0x8]
MOV RDI,R14
MOV qword ptr [RSP + 0x38],RBX
MOV RSI,qword ptr [RSP + 0x10]
ADD RBX,0x40
ADD R12D,0x1
CALL 0x003df0b0
ADD R15,0x8
CMP qword ptr [RBP],R15
JZ 0x003df590
MOV RDI,qword ptr [R15]
MOV RAX,qword ptr [RDI]
CALL qword ptr [RAX + 0x30]
TEST AL,AL
JZ 0x003df49e
MOV R14,qword ptr [R15]
LEA RCX,[0x264f00]
MOV RAX,qword ptr [R14]
MOV RAX,qword ptr [RAX + 0x58]
CMP RAX,RCX
JZ 0x003df468
MOV RDI,R14
CALL RAX
CMP EAX,R12D
JZ 0x003df47a
LEA RDX,[0x57b9b0]
MOV ESI,0x1354
LEA RDI,[0x579596]
CALL 0x00352af0
MOV RAX,qword ptr [R13 + 0x38]
MOV R12D,0x1
MOV RBP,qword ptr [RAX]
CMP RBP,qword ptr [RAX + 0x8]
JZ 0x003df5b8
LEA R15,[RSP + 0x38]
JMP 0x003df564
MOV EAX,dword ptr [RDI + 0x7c]
CMP EAX,-0x1
JZ 0x003df679
CMP R12D,EAX
JNZ 0x003df6b4
MOV RDX,qword ptr [R13 + 0x48]
MOV RSI,qword ptr [R13 + 0x28]
MOV RCX,R15
MOV qword ptr [RSP + 0x38],RBX
MOV RDI,qword ptr [RBP]
ADD RBX,0x40
ADD R12D,0x1
CALL 0x003df0b0
MOV RAX,qword ptr [R13 + 0x38]
ADD RBP,0x8
CMP qword ptr [RAX + 0x8],RBP
JZ 0x003df5b8
MOV RDI,qword ptr [RBP]
TEST byte ptr [RDI + 0x70],0x2
JNZ 0x003df574
CMP dword ptr [RDI + 0x6c],0x11
JNZ 0x003df55a
MOV RAX,qword ptr [RDI]
LEA RCX,[0x264f00]
MOV RAX,qword ptr [RAX + 0x58]
CMP RAX,RCX
JZ 0x003df520
CALL RAX
JMP 0x003df52c
ADD RBP,0x18
CMP qword ptr [RSP + 0x18],RBP
JNZ 0x003df450
MOV RDX,qword ptr [R13 + 0x30]
ADD qword ptr [RSP + 0x28],0x8
MOV RAX,qword ptr [RSP + 0x28]
CMP qword ptr [RDX + 0x8],RAX
JNZ 0x003df410
MOV RAX,qword ptr [R13 + 0x40]
LEA R15,[RSP + 0x38]
MOV RBP,qword ptr [RAX]
CMP RBP,qword ptr [RAX + 0x8]
JNZ 0x003df627
JMP 0x003df658
MOV RAX,qword ptr [RDI]
LEA RSI,[0x264f00]
MOV RAX,qword ptr [RAX + 0x58]
CMP RAX,RSI
JNZ 0x003df650
MOV EAX,dword ptr [RDI + 0x7c]
CMP EAX,-0x1
JZ 0x003df679
CMP EAX,R12D
JNZ 0x003df69c
MOV RDX,qword ptr [R13 + 0x48]
MOV RSI,qword ptr [R13 + 0x28]
MOV RCX,R15
MOV qword ptr [RSP + 0x38],RBX
MOV RDI,qword ptr [RBP]
ADD RBX,0x40
ADD R12D,0x1
CALL 0x003df0b0
MOV RAX,qword ptr [R13 + 0x40]
ADD RBP,0x8
CMP qword ptr [RAX + 0x8],RBP
JZ 0x003df658
MOV RDI,qword ptr [RBP]
CMP dword ptr [RDI + 0x6c],0x11
JNZ 0x003df5d0
MOV RDX,qword ptr [0x0067cb08]
MOV RDX,qword ptr [RDX + 0x10]
TEST RDX,RDX
JZ 0x003df6cc
CMP byte ptr [RDX + 0x5051],0x0
JZ 0x003df5d0
JMP 0x003df61d
CALL RAX
JMP 0x003df5ef
TEST byte ptr [R13 + 0x20],0x4
JZ 0x003df6e9
ADD RSP,0x48
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
CALL RAX
JMP 0x003df380
LEA RDX,[0x57ba60]
MOV ESI,0x1043
LEA RDI,[0x533384]
CALL 0x00352af0
MOV R12D,0x1
JMP 0x003df5b8
LEA RDX,[0x57b9d0]
MOV ESI,0x167
LEA RDI,[0x579596]
CALL 0x00352af0
LEA RDX,[0x57b9d0]
MOV ESI,0x155
LEA RDI,[0x579596]
CALL 0x00352af0
LEA RDX,[0x57bad0]
MOV ESI,0x5c
LEA RDI,[0x52e279]
CALL 0x00352af0
CALL 0x003c87b0
LEA RDX,[0x57ba0f]
MOV ESI,0xe3
LEA RDI,[0x533384]
CALL 0x00352af0
LEA RDX,[0x57ba90]
MOV ESI,0xcf
LEA RDI,[0x533384]
CALL 0x00352af0 | null | null | null | null | [('const-124', u'PTRSUB_-1205665950'), (u'PTRSUB_-1205665298', u'PTRSUB_-1205665260'), (u'INT_EQUAL_-1205669104', u'CBRANCH_-1205669103'), ('tmp_1636', u'CBRANCH_-1205667816'), ('const-433', u'STORE_-1205665912'), (u'MULTIEQUAL_-1205666196', u'MULTIEQUAL_-1205666178'), (u'PTRSUB_-1205665758', u'PTRSUB_-1205665698'), ('const-1', u'RETURN_-1205667098'), (u'LOAD_-1205667792', u'INT_NOTEQUAL_-1205667776'), (u'MULTIEQUAL_-1205666973', u'MULTIEQUAL_-1205666577'), (u'MULTIEQUAL_-1205665986', u'MULTIEQUAL_-1205666044'), (u'PTRSUB_-1205665513', u'CALL_-1205667508'), ('const-6', u'INT_SRIGHT_-1205668897'), ('const-8', u'PTRADD_-1205665634'), (u'MULTIEQUAL_-1205666353', u'MULTIEQUAL_-1205666260'), ('const-0', u'PTRSUB_-1205665178'), (u'INT_EQUAL_-1205667586', u'CBRANCH_-1205667584'), (u'PTRADD_-1205668944', u'PTRADD_-1205665734'), ('const-19', u'PTRADD_-1205665857'), (u'PTRSUB_-1205665900', u'LOAD_-1205668837'), ('const-0', u'PTRSUB_-1205665541'), (u'PTRADD_-1205668944', u'PTRADD_-1205665885'), (u'INDIRECT_-1205665841', u'MULTIEQUAL_-1205665804'), (u'CAST_-1205665758', u'STORE_-1205668841'), (u'CALL_-1205667356', u'INDIRECT_-1205665454'), ('const-11', u'PTRADD_-1205665873'), (u'PTRSUB_-1205665382', u'PTRSUB_-1205665361'), (u'CALLIND_-1205667166', u'MULTIEQUAL_-1205666595'), (u'LOAD_-1205668361', u'INT_NOTEQUAL_-1205668345'), (u'PTRSUB_-1205665541', u'LOAD_-1205668213'), (u'PTRADD_-1205665854', u'STORE_-1205665909'), (u'PTRSUB_-1205665251', u'LOAD_-1205667551'), ('const-0', u'STORE_-1205665941'), (u'CALLIND_-1205667409', u'INDIRECT_-1205665784'), (u'MULTIEQUAL_-1205665734', u'MULTIEQUAL_-1205665793'), ('tmp_2366', u'BRANCH_-1205667304'), (u'MULTIEQUAL_-1205665892', u'INT_NOTEQUAL_-1205667565'), ('const-63', u'PTRADD_-1205665707'), ('const-0', u'STORE_-1205665768'), (u'PTRSUB_-1205665160', u'LOAD_-1205667575'), (u'PTRSUB_-1205665170', u'PTRSUB_-1205665140'), ('const-1', u'PTRADD_-1205665708'), (u'PTRADD_-1205668944', u'PTRADD_-1205665886'), ('const-0', u'PTRSUB_-1205665967'), ('tmp_2586', u'CBRANCH_-1205667578'), (u'LOAD_-1205668803', u'MULTIEQUAL_-1205666595'), (u'INT_SRIGHT_-1205668648', u'INT_LESS_-1205668613'), ('const-227', u'CALL_-1205667408'), ('const-1', u'PTRADD_-1205665711'), ('const-433', u'LOAD_-1205668254'), (u'PTRADD_-1205668944', u'PTRADD_-1205665737'), ('const-3', u'PTRADD_-1205665906'), ('const-0', u'STORE_-1205665909'), (u'CALL_-1205667493', u'INDIRECT_-1205665841'), ('const-0', u'PTRSUB_-1205665477'), ('const-433', u'LOAD_-1205668734'), (u'MULTIEQUAL_-1205666595', u'INT_LESS_-1205668738'), (u'PTRADD_-1205668944', u'PTRADD_-1205665906'), (u'MULTIEQUAL_-1205665536', u'MULTIEQUAL_-1205665593'), (u'PTRADD_-1205668944', u'PTRADD_-1205665707'), ('const-1', u'PTRADD_-1205665827'), (u'PTRADD_-1205665716', u'CAST_-1205665512'), (u'INT_SUB_-1205668671', u'INT_SRIGHT_-1205668648'), ('const-433', u'LOAD_-1205667551'), (u'LOAD_-1205668728', u'MULTIEQUAL_-1205666108'), (u'MULTIEQUAL_-1205666389', u'LOAD_-1205667533'), ('tmp_2892', u'PTRSUB_-1205665356'), (u'PTRSUB_-1205665274', u'PTRSUB_-1205665255'), (u'MULTIEQUAL_-1205665738', u'COPY_-1205665804'), (u'MULTIEQUAL_-1205666586', u'LOAD_-1205668259'), (u'INT_NOTEQUAL_-1205667776', u'CBRANCH_-1205667773'), ('tmp_1692', u'CBRANCH_-1205667773'), (u'PTRSUB_-1205665360', u'INT_EQUAL_-1205667610'), ('const-1', u'RETURN_-1205667324'), ('const-5749200', u'COPY_-1205665179'), ('const-1', u'PTRADD_-1205665736'), ('const-1', u'RETURN_-1205667255'), ('const-32', u'PTRSUB_-1205666037'), (u'INT_NOTEQUAL_-1205667882', u'CBRANCH_-1205667878'), ('const-0', u'PTRSUB_-1205665298'), (u'PTRADD_-1205668660', u'CAST_-1205665696'), ('const-4294967295', u'INT_EQUAL_-1205667507'), ('const-433', u'STORE_-1205665793'), ('const-3', u'PTRADD_-1205665373'), ('const-2', u'INT_AND_-1205667555'), ('const-5739926', u'COPY_-1205665207'), ('const-0', u'INT_EQUAL_-1205669104'), ('const--64', u'PTRSUB_-1205665322'), ('const-433', u'STORE_-1205665914'), (u'PTRSUB_-1205665220', u'LOAD_-1205667491'), (u'MULTIEQUAL_-1205667274', u'CAST_-1205665789'), (u'PTRSUB_-1205665401', u'PTRSUB_-1205665358'), (u'LOAD_-1205669036', u'INT_SLESS_-1205669010'), (u'INDIRECT_-1205665775', u'MULTIEQUAL_-1205665748'), (u'MULTIEQUAL_-1205666580', u'MULTIEQUAL_-1205666557'), (u'PTRSUB_-1205665540', u'LOAD_-1205667719'), (u'PTRADD_-1205668552', u'CAST_-1205665654'), (u'MULTIEQUAL_-1205666119', u'INT_NOTEQUAL_-1205667580'), ('const-1', u'PTRADD_-1205665452'), (u'LOAD_-1205667719', u'PTRSUB_-1205665529'), ('const-40', u'PTRSUB_-1205665468'), (u'LOAD_-1205667551', u'CALL_-1205667493'), (u'PTRSUB_-1205665178', u'PTRSUB_-1205665160'), ('const-433', u'STORE_-1205665766'), ('const-2', u'PTRADD_-1205665907'), ('const-21', u'PTRADD_-1205665855'), (u'CALL_-1205667049', u'INDIRECT_-1205665376'), ('const-0', u'PTRSUB_-1205665401'), (u'LOAD_-1205668589', u'INT_EQUAL_-1205668570'), ('const-1', u'PTRADD_-1205665738'), ('const-0', u'PTRSUB_-1205665615'), (u'MULTIEQUAL_-1205666016', u'MULTIEQUAL_-1205665699'), ('const-433', u'STORE_-1205665792'), ('const-1', u'PTRADD_-1205668944'), (u'LOAD_-1205669124', u'INT_AND_-1205669061'), (u'MULTIEQUAL_-1205666268', u'MULTIEQUAL_-1205666178'), (u'PTRADD_-1205668944', u'PTRADD_-1205665881'), ('const-0', u'INT_EQUAL_-1205668570'), ('const-1', u'RETURN_-1205666990'), (u'LOAD_-1205667590', u'PTRSUB_-1205665415'), (u'PTRADD_-1205665708', u'STORE_-1205665763'), ('const-8', u'PTRSUB_-1205665361'), (u'MULTIEQUAL_-1205666026', u'MULTIEQUAL_-1205666004'), ('const-32', u'PTRSUB_-1205665120'), (u'PTRSUB_-1205665495', u'LOAD_-1205667527'), ('const-64', u'PTRSUB_-1205665327'), (u'LOAD_-1205667564', u'INT_EQUAL_-1205667549'), (u'LOAD_-1205668831', u'CALLIND_-1205667166'), (u'PTRADD_-1205668944', u'PTRADD_-1205665855'), (u'PTRADD_-1205668944', u'PTRADD_-1205665830'), (u'LOAD_-1205669124', u'INT_AND_-1205669090'), ('const-433', u'LOAD_-1205668259'), ('const-1', u'PTRADD_-1205665830'), ('const-433', u'STORE_-1205665910'), (u'PTRADD_-1205665712', u'STORE_-1205665767'), (u'CALLIND_-1205667500', u'INDIRECT_-1205665992'), (u'CALLIND_-1205667409', u'INDIRECT_-1205665515'), ('const-14', u'PTRADD_-1205665881'), (u'MULTIEQUAL_-1205665903', u'MULTIEQUAL_-1205665738'), (u'PTRADD_-1205665829', u'STORE_-1205665884'), ('const-49', u'PTRADD_-1205665739'), (u'PTRSUB_-1205666021', u'LOAD_-1205669094'), (u'MULTIEQUAL_-1205666629', u'COPY_-1205665316'), (u'PTRSUB_-1205666037', u'LOAD_-1205668977'), ('tmp_2544', u'CBRANCH_-1205667509'), ('const-433', u'STORE_-1205668601'), (u'PTRSUB_-1205665455', u'LOAD_-1205667706'), (u'COPY_-1205665659', u'CALL_-1205668130'), ('const-0', u'STORE_-1205665937'), (u'PTRADD_-1205665452', u'MULTIEQUAL_-1205666629'), (u'PTRSUB_-1205665773', u'LOAD_-1205668563'), ('const-433', u'STORE_-1205665909'), ('const-1', u'PTRADD_-1205665826'), (u'PTRADD_-1205668944', u'PTRADD_-1205665859'), (u'MULTIEQUAL_-1205666807', u'PTRADD_-1205665648'), ('const-72', u'PTRSUB_-1205665473'), ('const-0', u'STORE_-1205665959'), (u'MULTIEQUAL_-1205666353', u'MULTIEQUAL_-1205666046'), ('const-1', u'PTRADD_-1205665903'), ('tmp_2012', u'CBRANCH_-1205667557'), (u'COPY_-1205666244', u'MULTIEQUAL_-1205666082'), (u'PTRADD_-1205665517', u'LOAD_-1205668207'), (u'PTRADD_-1205668944', u'PTRADD_-1205665903'), (u'LOAD_-1205667811', u'PTRSUB_-1205665312'), (u'PTRADD_-1205665907', u'STORE_-1205665962'), ('const-0', u'COPY_-1205668850'), (u'PTRADD_-1205665881', u'STORE_-1205665936'), ('const-1', u'PTRADD_-1205665857'), (u'LOAD_-1205668367', u'MULTIEQUAL_-1205666586'), ('const-4948', u'CALL_-1205668130'), ('const-7', u'PTRADD_-1205665902'), (u'PTRADD_-1205665738', u'STORE_-1205665793'), ('const-0', u'STORE_-1205665792'), (u'INT_EQUAL_-1205668523', u'CBRANCH_-1205668521'), (u'CALL_-1205668176', u'INDIRECT_-1205666225'), ('const-0', u'PTRSUB_-1205665638'), ('const-32', u'PTRADD_-1205668781'), (u'LOAD_-1205668803', u'INT_EQUAL_-1205668783'), ('const-108', u'PTRSUB_-1205665198'), ('const-1', u'COPY_-1205666244'), ('const-0', u'STORE_-1205665882'), (u'PTRSUB_-1205665149', u'PTRSUB_-1205665120'), ('const-0', u'PTRSUB_-1205665453'), ('const-433', u'LOAD_-1205667798'), ('const-12', u'PTRADD_-1205665883'), ('const-1', u'PTRADD_-1205665858'), (u'CALLIND_-1205667166', u'INDIRECT_-1205665489'), (u'COPY_-1205668623', u'MULTIEQUAL_-1205667121'), ('const-2510592', u'PTRSUB_-1205665360'), (u'MULTIEQUAL_-1205665788', u'PTRSUB_-1205665184'), ('tmp_225', u'CBRANCH_-1205669017'), (u'COPY_-1205666634', u'MULTIEQUAL_-1205666571'), (u'INDIRECT_-1205665687', u'COPY_-1205665740'), ('const-11', u'PTRADD_-1205665329'), (u'LOAD_-1205669094', u'COPY_-1205665898'), ('const-433', u'LOAD_-1205668465'), ('const-0', u'STORE_-1205668887'), ('const-433', u'LOAD_-1205667581'), ('const-0', u'STORE_-1205665962'), (u'MULTIEQUAL_-1205666571', u'STORE_-1205668720'), ('const-60', u'PTRADD_-1205665710'), ('const-1', u'PTRADD_-1205668552'), (u'LOAD_-1205669069', u'INT_ADD_-1205669026'), (u'INT_ADD_-1205668178', u'MULTIEQUAL_-1205666289'), ('const-5', u'PTRADD_-1205665904'), (u'MULTIEQUAL_-1205666533', u'MULTIEQUAL_-1205666419'), (u'PTRADD_-1205668944', u'PTRADD_-1205665733'), (u'LOAD_-1205667606', u'INT_EQUAL_-1205667586'), (u'MULTIEQUAL_-1205665651', u'MULTIEQUAL_-1205665486'), (u'LOAD_-1205669094', u'CALL_-1205667049'), (u'LOAD_-1205667719', u'PTRSUB_-1205665525'), (u'MULTIEQUAL_-1205666082', u'INT_ADD_-1205667510'), (u'INDIRECT_-1205665671', u'COPY_-1205665713'), (u'PTRSUB_-1205665327', u'LOAD_-1205667811'), (u'PTRSUB_-1205665638', u'INT_EQUAL_-1205668187'), ('const-433', u'STORE_-1205665941'), ('const-5749200', u'COPY_-1205665204'), (u'LOAD_-1205667486', u'INT_NOTEQUAL_-1205667470'), (u'LOAD_-1205667623', u'PTRSUB_-1205665198'), (u'INT_EQUAL_-1205668783', u'CBRANCH_-1205668781'), (u'INT_SRIGHT_-1205668648', u'MULTIEQUAL_-1205667121'), ('tmp_2892', u'PTRSUB_-1205665149'), (u'MULTIEQUAL_-1205665738', u'MULTIEQUAL_-1205665592'), (u'COPY_-1205665316', u'MULTIEQUAL_-1205666616'), ('const-4', u'INT_AND_-1205667601'), ('const-0', u'PTRSUB_-1205665259'), ('const-0', u'INT_EQUAL_-1205667569'), ('const-0', u'PTRSUB_-1205665849'), (u'PTRSUB_-1205665184', u'LOAD_-1205667588'), (u'PTRSUB_-1205665312', u'PTRSUB_-1205665274'), ('const-0', u'STORE_-1205665958'), (u'PTRSUB_-1205665837', u'PTRSUB_-1205665773'), (u'INDIRECT_-1205666410', u'MULTIEQUAL_-1205665986'), ('const-433', u'STORE_-1205668861'), ('const-433', u'STORE_-1205665879'), (u'PTRSUB_-1205665919', u'LOAD_-1205668741'), ('const-1', u'PTRADD_-1205665884'), (u'INT_NOTEQUAL_-1205667850', u'CBRANCH_-1205667848'), (u'INDIRECT_-1205665515', u'MULTIEQUAL_-1205665593'), ('const-0', u'STORE_-1205665789'), (u'STORE_-1205668714', u'INDIRECT_-1205666452'), (u'PTRADD_-1205665824', u'STORE_-1205665879'), (u'INDIRECT_-1205666518', u'MULTIEQUAL_-1205666463'), (u'LOAD_-1205668977', u'PTRSUB_-1205665967'), ('tmp_2892', u'PTRSUB_-1205665473'), (u'LOAD_-1205667581', u'INT_AND_-1205667555'), (u'PTRADD_-1205665855', u'STORE_-1205665910'), (u'MULTIEQUAL_-1205666389', u'LOAD_-1205667623'), (u'CALL_-1205667260', u'INDIRECT_-1205665642'), ('const-8', u'PTRADD_-1205665433'), (u'INT_NOTEQUAL_-1205667559', u'CBRANCH_-1205667557'), (u'COPY_-1205666494', u'MULTIEQUAL_-1205666419'), (u'LOAD_-1205668741', u'PTRSUB_-1205665908'), ('const-1', u'PTRADD_-1205665734'), (u'INDIRECT_-1205665642', u'COPY_-1205665690'), (u'CALL_-1205668130', u'INDIRECT_-1205666135'), ('const-1', u'INT_ADD_-1205667495'), (u'PTRADD_-1205665734', u'STORE_-1205665789'), (u'MULTIEQUAL_-1205666026', u'MULTIEQUAL_-1205666419'), (u'PTRSUB_-1205665914', u'PTRSUB_-1205665849'), (u'LOAD_-1205667527', u'INT_EQUAL_-1205667507'), ('const-0', u'STORE_-1205665763'), ('tmp_1152', u'CBRANCH_-1205668343'), (u'INT_NOTEQUAL_-1205667565', u'CBRANCH_-1205667563'), ('const-0', u'PTRSUB_-1205665819'), (u'LOAD_-1205668471', u'PTRSUB_-1205665758'), (u'MULTIEQUAL_-1205666016', u'MULTIEQUAL_-1205665926'), (u'CAST_-1205665406', u'CALLIND_-1205668172'), ('const-0', u'INT_EQUAL_-1205668548'), (u'LOAD_-1205667892', u'INT_EQUAL_-1205667871'), ('const-3', u'INT_SRIGHT_-1205668648'), (u'INDIRECT_-1205665992', u'MULTIEQUAL_-1205666044'), (u'CAST_-1205665672', u'INT_SUB_-1205668671'), (u'INDIRECT_-1205665723', u'MULTIEQUAL_-1205665793'), (u'PTRADD_-1205668944', u'PTRADD_-1205665736'), (u'PTRADD_-1205665883', u'STORE_-1205665938'), ('const-55', u'PTRADD_-1205665733'), ('tmp_2892', u'PTRSUB_-1205666093'), (u'LOAD_-1205667892', u'MULTIEQUAL_-1205665728'), ('const-0', u'STORE_-1205665961'), (u'INDIRECT_-1205666410', u'PTRSUB_-1205665851'), ('const-0', u'STORE_-1205665908'), (u'PTRADD_-1205668944', u'PTRADD_-1205665905'), ('const-0', u'STORE_-1205665884'), (u'MULTIEQUAL_-1205665734', u'MULTIEQUAL_-1205665748'), (u'PTRSUB_-1205665594', u'PTRSUB_-1205665541'), (u'PTRADD_-1205668944', u'PTRADD_-1205665908'), ('const-1', u'PTRADD_-1205665906'), (u'PTRADD_-1205668944', u'PTRADD_-1205665714'), (u'MULTIEQUAL_-1205666325', u'MULTIEQUAL_-1205665928'), ('const-433', u'LOAD_-1205668162'), ('tmp_2461', u'CBRANCH_-1205667565'), (u'MULTIEQUAL_-1205665901', u'MULTIEQUAL_-1205665892'), ('const-1', u'PTRADD_-1205665709'), ('const-0', u'PTRSUB_-1205665210'), (u'MULTIEQUAL_-1205665942', u'MULTIEQUAL_-1205665926'), ('tmp_2816', u'BRANCH_-1205667167'), ('const-92', u'CALL_-1205667260'), (u'MULTIEQUAL_-1205666866', u'LOAD_-1205668162'), ('const-0', u'PTRSUB_-1205665274'), ('const-0', u'INT_EQUAL_-1205667547'), (u'MULTIEQUAL_-1205666586', u'PTRADD_-1205665634'), ('const-0', u'INT_NOTEQUAL_-1205669074'), ('const-27', u'PTRADD_-1205665828'), ('const-0', u'STORE_-1205665764'), (u'MULTIEQUAL_-1205666866', u'PTRADD_-1205665373'), ('const-0', u'STORE_-1205665939'), (u'MULTIEQUAL_-1205666557', u'MULTIEQUAL_-1205666955'), (u'PTRADD_-1205665856', u'STORE_-1205665911'), (u'PTRSUB_-1205665427', u'PTRSUB_-1205665382'), (u'LOAD_-1205667616', u'INT_EQUAL_-1205667601'), ('const-2', u'INT_AND_-1205669090'), ('const-433', u'LOAD_-1205668471'), ('const-0', u'PTRSUB_-1205665427'), ('const-433', u'LOAD_-1205669008'), (u'PTRSUB_-1205665279', u'LOAD_-1205667835'), (u'INT_AND_-1205667601', u'INT_NOTEQUAL_-1205667614'), ('const-2510592', u'PTRSUB_-1205665453'), ('const-1', u'PTRADD_-1205665854'), ('const-433', u'LOAD_-1205668248'), (u'MULTIEQUAL_-1205666094', u'MULTIEQUAL_-1205666082'), (u'INT_AND_-1205669061', u'INT_NOTEQUAL_-1205669074'), ('const-124', u'PTRSUB_-1205665495'), (u'INT_EQUAL_-1205667547', u'CBRANCH_-1205667541'), ('const-433', u'LOAD_-1205667545'), (u'LOAD_-1205669094', u'CAST_-1205665828'), (u'COPY_-1205665134', u'CALL_-1205667408'), (u'MULTIEQUAL_-1205665986', u'MULTIEQUAL_-1205665716'), ('tmp_1468', u'CBRANCH_-1205668144'), (u'INT_NOTEQUAL_-1205667568', u'CBRANCH_-1205667565'), (u'PTRADD_-1205668944', u'PTRADD_-1205665831'), ('const-56', u'PTRSUB_-1205665437'), (u'INT_EQUAL_-1205667549', u'CBRANCH_-1205667545'), ('tmp_9018', u'MULTIEQUAL_-1205665592'), ('tmp_1949', u'CBRANCH_-1205667541'), ('const-56', u'PTRADD_-1205665714'), (u'INDIRECT_-1205665723', u'COPY_-1205665774'), (u'PTRSUB_-1205665453', u'INT_EQUAL_-1205667511'), (u'PTRSUB_-1205665824', u'LOAD_-1205668734'), (u'LOAD_-1205667590', u'PTRSUB_-1205665495'), ('const-4294967295', u'INT_EQUAL_-1205667586'), ('const-24', u'PTRSUB_-1205666008'), ('const-433', u'STORE_-1205665938'), ('tmp_2099', u'CBRANCH_-1205667584'), ('const-1', u'PTRADD_-1205665216'), ('tmp_2893', u'CAST_-1205664861'), (u'PTRSUB_-1205665689', u'LOAD_-1205667892'), ('const-433', u'LOAD_-1205668367'), (u'CAST_-1205665406', u'PTRSUB_-1205665689'), ('const-359', u'CALL_-1205667329'), ('const-0', u'PTRSUB_-1205665455'), (u'LOAD_-1205668741', u'PTRSUB_-1205665914'), (u'LOAD_-1205667700', u'INT_NOTEQUAL_-1205667684'), (u'LOAD_-1205667531', u'INT_EQUAL_-1205667511'), (u'PTRADD_-1205668944', u'PTRADD_-1205668552'), (u'MULTIEQUAL_-1205666260', u'INT_ADD_-1205668178'), ('const-0', u'STORE_-1205665963'), ('const-433', u'LOAD_-1205667562'), (u'COPY_-1205665656', u'CALL_-1205668130'), (u'PTRSUB_-1205665356', u'LOAD_-1205667873'), (u'CAST_-1205664861', u'CALL_-1205667049'), (u'INT_AND_-1205667555', u'INT_NOTEQUAL_-1205667568'), (u'PTRADD_-1205668944', u'PTRADD_-1205665824'), ('const-4294967295', u'INT_EQUAL_-1205667871'), (u'MULTIEQUAL_-1205666807', u'COPY_-1205665493'), ('const-433', u'LOAD_-1205668728'), (u'PTRADD_-1205668944', u'PTRADD_-1205665828'), (u'CALLIND_-1205667500', u'INDIRECT_-1205665723'), ('tmp_1913', u'CBRANCH_-1205667567'), (u'MULTIEQUAL_-1205665734', u'MULTIEQUAL_-1205665464'), ('const-1', u'PTRADD_-1205665886'), ('const-5452676', u'COPY_-1205665248'), (u'PTRADD_-1205665902', u'STORE_-1205665957'), (u'LOAD_-1205667590', u'PTRSUB_-1205665401'), (u'PTRSUB_-1205665698', u'PTRSUB_-1205665675'), (u'PTRSUB_-1205665140', u'LOAD_-1205667562'), (u'PTRADD_-1205665882', u'STORE_-1205665937'), (u'INDIRECT_-1205665645', u'MULTIEQUAL_-1205665592'), (u'PTRADD_-1205668944', u'PTRADD_-1205665853'), (u'CALLIND_-1205668172', u'INDIRECT_-1205666169'), (u'MULTIEQUAL_-1205665951', u'MULTIEQUAL_-1205666268'), ('tmp_1532', u'CBRANCH_-1205667878'), (u'PTRADD_-1205668944', u'PTRADD_-1205668541'), ('const-0', u'COPY_-1205666634'), (u'PTRSUB_-1205665752', u'CAST_-1205665186'), ('const-433', u'STORE_-1205668841'), (u'PTRSUB_-1205665322', u'CALL_-1205667493'), (u'PTRADD_-1205668944', u'PTRADD_-1205665860'), ('const-433', u'STORE_-1205665937'), (u'MULTIEQUAL_-1205665986', u'MULTIEQUAL_-1205666000'), (u'PTRADD_-1205665709', u'STORE_-1205665764'), ('const-433', u'LOAD_-1205668213'), (u'STORE_-1205668936', u'INDIRECT_-1205666559'), (u'PTRSUB_-1205665358', u'LOAD_-1205667545'), (u'INT_ADD_-1205669026', u'CAST_-1205665845'), (u'INDIRECT_-1205665598', u'COPY_-1205665635'), ('const-1', u'PTRADD_-1205665825'), (u'COPY_-1205665204', u'CALL_-1205667329'), (u'PTRSUB_-1205665675', u'PTRSUB_-1205665663'), (u'MULTIEQUAL_-1205665748', u'MULTIEQUAL_-1205665651'), (u'MULTIEQUAL_-1205666004', u'MULTIEQUAL_-1205665892'), ('const-433', u'LOAD_-1205667588'), (u'MULTIEQUAL_-1205665676', u'MULTIEQUAL_-1205666073'), ('const-433', u'LOAD_-1205667627'), (u'MULTIEQUAL_-1205666557', u'MULTIEQUAL_-1205666533'), (u'MULTIEQUAL_-1205665788', u'MULTIEQUAL_-1205665620'), ('const-1', u'PTRADD_-1205665904'), (u'MULTIEQUAL_-1205666823', u'MULTIEQUAL_-1205666580'), ('const-0', u'PTRSUB_-1205665316'), (u'PTRADD_-1205665885', u'STORE_-1205665940'), ('const-433', u'LOAD_-1205667533'), (u'MULTIEQUAL_-1205666211', u'MULTIEQUAL_-1205666073'), ('const-1', u'PTRADD_-1205668781'), ('const-8', u'PTRSUB_-1205665255'), ('tmp_2892', u'CAST_-1205664862'), (u'MULTIEQUAL_-1205666419', u'PTRADD_-1205665235'), (u'PTRSUB_-1205665256', u'LOAD_-1205667558'), ('const-8', u'PTRSUB_-1205665824'), (u'MULTIEQUAL_-1205666211', u'MULTIEQUAL_-1205665734'), (u'PTRSUB_-1205665408', u'LOAD_-1205667564'), ('const-64', u'PTRADD_-1205665648'), (u'INDIRECT_-1205666410', u'MULTIEQUAL_-1205665620'), (u'MULTIEQUAL_-1205665928', u'MULTIEQUAL_-1205666325'), ('const-26', u'PTRADD_-1205665829'), ('const-1', u'PTRADD_-1205665714'), (u'MULTIEQUAL_-1205666595', u'MULTIEQUAL_-1205666571'), ('const-0', u'STORE_-1205665791'), (u'INDIRECT_-1205665956', u'MULTIEQUAL_-1205665942'), ('const-6', u'PTRADD_-1205665560'), (u'MULTIEQUAL_-1205666289', u'MULTIEQUAL_-1205666046'), ('const-433', u'STORE_-1205665939'), (u'COPY_-1205665125', u'CALL_-1205667408'), (u'LOAD_-1205668162', u'INT_NOTEQUAL_-1205668146'), (u'INDIRECT_-1205666518', u'MULTIEQUAL_-1205665716'), (u'INT_NOTEQUAL_-1205668226', u'CBRANCH_-1205668226'), ('const-1', u'PTRADD_-1205665908'), ('const-1', u'PTRADD_-1205665883'), ('const-58', u'PTRADD_-1205665712'), ('const-752', u'PTRSUB_-1205665777'), ('const-5452676', u'COPY_-1205665108'), ('tmp_2892', u'PTRSUB_-1205666037'), (u'PTRADD_-1205665887', u'STORE_-1205668936'), (u'LOAD_-1205667566', u'CALL_-1205667508'), (u'INDIRECT_-1205666202', u'MULTIEQUAL_-1205665716'), ('const-433', u'STORE_-1205665885'), ('const-0', u'STORE_-1205665913'), ('tmp_2892', u'PTRSUB_-1205665763'), ('tmp_2362', u'CBRANCH_-1205667848'), (u'PTRADD_-1205665859', u'STORE_-1205665914'), ('tmp_1725', u'CBRANCH_-1205667611'), ('const-704', u'PTRSUB_-1205665752'), ('const-1', u'PTRADD_-1205665855'), (u'CAST_-1205665654', u'COPY_-1205665395'), ('const-48', u'PTRSUB_-1205665919'), ('const-0', u'PTRSUB_-1205665843'), (u'INT_EQUAL_-1205667871', u'CBRANCH_-1205667869'), (u'INDIRECT_-1205665933', u'MULTIEQUAL_-1205665464'), (u'MULTIEQUAL_-1205666196', u'MULTIEQUAL_-1205665951'), ('const-1', u'PTRADD_-1205665908'), ('const-8', u'PTRADD_-1205665373'), (u'PTRADD_-1205665216', u'INT_NOTEQUAL_-1205667559'), (u'COPY_-1205668850', u'MULTIEQUAL_-1205667218'), (u'LOAD_-1205667706', u'INT_NOTEQUAL_-1205667684'), ('const-433', u'STORE_-1205665794'), (u'MULTIEQUAL_-1205665536', u'MULTIEQUAL_-1205665464'), ('const-0', u'PTRSUB_-1205665312'), ('const-433', u'LOAD_-1205667873'), ('const-1', u'PTRADD_-1205665902'), (u'PTRADD_-1205668944', u'PTRADD_-1205665909'), ('const-433', u'STORE_-1205665882'), (u'PTRSUB_-1205665908', u'PTRSUB_-1205665843'), ('const-1', u'PTRADD_-1205665707'), (u'INT_SRIGHT_-1205668897', u'MULTIEQUAL_-1205667218'), ('const-0', u'COPY_-1205668623'), (u'STORE_-1205668699', u'INDIRECT_-1205666440'), (u'PTRADD_-1205665737', u'STORE_-1205665792'), (u'PTRADD_-1205668944', u'PTRADD_-1205665858'), ('const-0', u'INT_NOTEQUAL_-1205667568'), ('const-59', u'PTRADD_-1205665711'), (u'PTRADD_-1205665352', u'MULTIEQUAL_-1205666108'), (u'PTRADD_-1205665828', u'STORE_-1205665883'), (u'MULTIEQUAL_-1205666289', u'MULTIEQUAL_-1205666260'), (u'PTRSUB_-1205665198', u'LOAD_-1205667616'), (u'INDIRECT_-1205665784', u'MULTIEQUAL_-1205665845'), ('tmp_6816', u'PTRSUB_-1205665813'), (u'INDIRECT_-1205666202', u'MULTIEQUAL_-1205666196'), (u'INDIRECT_-1205665608', u'COPY_-1205665664'), (u'MULTIEQUAL_-1205665951', u'MULTIEQUAL_-1205665928'), ('const-0', u'PTRSUB_-1205665260'), (u'LOAD_-1205667627', u'INT_AND_-1205667601'), ('const-433', u'STORE_-1205665790'), (u'CALLIND_-1205668238', u'INDIRECT_-1205665933'), (u'MULTIEQUAL_-1205666000', u'MULTIEQUAL_-1205665903'), (u'INDIRECT_-1205666202', u'MULTIEQUAL_-1205665730'), ('const-8', u'PTRSUB_-1205665160'), (u'CAST_-1205665406', u'PTRSUB_-1205665594'), ('const-1', u'INT_ADD_-1205668178'), ('const-433', u'LOAD_-1205667573'), ('const-0', u'STORE_-1205668714'), (u'CALL_-1205667103', u'INDIRECT_-1205665402'), (u'CALL_-1205667493', u'INDIRECT_-1205665572'), (u'LOAD_-1205668471', u'PTRSUB_-1205665777'), (u'PTRSUB_-1205665843', u'PTRSUB_-1205665819'), (u'PTRSUB_-1205666110', u'PTRSUB_-1205666037'), ('const-0', u'SUBPIECE_-1205666956'), (u'PTRADD_-1205668944', u'PTRADD_-1205668781'), ('tmp_609', u'CBRANCH_-1205668744'), (u'MULTIEQUAL_-1205666823', u'COPY_-1205665509'), (u'PTRADD_-1205668944', u'PTRADD_-1205665907'), ('const-5749392', u'COPY_-1205665099'), ('const-433', u'LOAD_-1205668589'), (u'LOAD_-1205669094', u'INT_ADD_-1205669026'), (u'SUBPIECE_-1205667183', u'STORE_-1205668601'), (u'MULTIEQUAL_-1205666419', u'MULTIEQUAL_-1205666353'), (u'PTRADD_-1205665853', u'STORE_-1205665908'), ('const-1', u'PTRADD_-1205665829'), (u'MULTIEQUAL_-1205666955', u'MULTIEQUAL_-1205666897'), (u'INT_EQUAL_-1205667610', u'CBRANCH_-1205667607'), ('const-433', u'LOAD_-1205667486'), (u'PTRADD_-1205665710', u'STORE_-1205665765'), ('const-207', u'CALL_-1205666995'), ('const-5739926', u'COPY_-1205665659'), (u'MULTIEQUAL_-1205667121', u'SUBPIECE_-1205667183'), (u'MULTIEQUAL_-1205666530', u'PTRSUB_-1205665210'), ('const-0', u'STORE_-1205665790'), (u'PTRADD_-1205668944', u'PTRADD_-1205665856'), ('const-1', u'PTRADD_-1205665433'), ('const-11', u'PTRADD_-1205665233'), ('const-433', u'LOAD_-1205667706'), (u'COPY_-1205665236', u'CALL_-1205667356'), (u'LOAD_-1205668831', u'INT_EQUAL_-1205668811'), ('const-0', u'INT_NOTEQUAL_-1205668226'), (u'PTRSUB_-1205665990', u'INT_EQUAL_-1205668811'), ('tmp_954', u'CBRANCH_-1205668521'), ('const-0', u'PTRSUB_-1205665698'), ('const-433', u'LOAD_-1205667616'), ('tmp_1877', u'CBRANCH_-1205667597'), (u'LOAD_-1205668728', u'INT_EQUAL_-1205668523'), (u'PTRSUB_-1205665849', u'PTRSUB_-1205665824'), ('const-13', u'PTRADD_-1205665882'), ('const-20464', u'PTRSUB_-1205665170'), ('const-1', u'PTRADD_-1205668541'), (u'CALLIND_-1205668172', u'MULTIEQUAL_-1205665728'), (u'MULTIEQUAL_-1205666419', u'MULTIEQUAL_-1205666433'), ('const-433', u'STORE_-1205665960'), (u'PTRADD_-1205665373', u'MULTIEQUAL_-1205666866'), (u'INDIRECT_-1205665900', u'MULTIEQUAL_-1205665729'), ('tmp_178', u'CBRANCH_-1205669048'), (u'LOAD_-1205668394', u'CALL_-1205668176'), (u'PTRSUB_-1205666037', u'LOAD_-1205669124'), (u'LOAD_-1205667531', u'CALLIND_-1205667500'), (u'PTRADD_-1205668944', u'PTRADD_-1205665740'), ('tmp_886', u'CBRANCH_-1205668568'), (u'MULTIEQUAL_-1205665788', u'MULTIEQUAL_-1205665845'), ('const-0', u'STORE_-1205665911'), ('tmp_2892', u'PTRSUB_-1205666079'), ('tmp_568', u'CBRANCH_-1205668781'), (u'CAST_-1205665673', u'INT_SUB_-1205668671'), ('const-433', u'LOAD_-1205669124'), ('const-8', u'PTRSUB_-1205665663'), (u'PTRADD_-1205668944', u'PTRADD_-1205665902'), (u'STORE_-1205668720', u'INDIRECT_-1205666456'), (u'MULTIEQUAL_-1205666586', u'LOAD_-1205668226'), (u'PTRADD_-1205665433', u'INT_NOTEQUAL_-1205667470'), ('tmp_528', u'CBRANCH_-1205668808'), (u'INT_SLESS_-1205669049', u'CBRANCH_-1205669048'), ('const-11', u'PTRADD_-1205665517'), (u'INT_NOTEQUAL_-1205667684', u'CBRANCH_-1205667682'), ('const-64', u'PTRADD_-1205665235'), (u'MULTIEQUAL_-1205666616', u'COPY_-1205665332'), ('const-433', u'STORE_-1205665764'), (u'CALL_-1205667103', u'INDIRECT_-1205665671'), (u'MULTIEQUAL_-1205666260', u'INT_NOTEQUAL_-1205667850'), ('const-0', u'STORE_-1205665765'), (u'INT_NOTEQUAL_-1205667580', u'CBRANCH_-1205667578'), (u'PTRSUB_-1205665339', u'PTRSUB_-1205665299'), ('const-0', u'PTRSUB_-1205665299'), (u'PTRSUB_-1205666049', u'LOAD_-1205669008'), (u'MULTIEQUAL_-1205665804', u'MULTIEQUAL_-1205665738'), (u'PTRSUB_-1205665210', u'PTRSUB_-1205665178'), ('const-433', u'STORE_-1205665957'), (u'MULTIEQUAL_-1205666726', u'PTRSUB_-1205665427'), (u'PTRADD_-1205665352', u'INT_NOTEQUAL_-1205667819'), (u'MULTIEQUAL_-1205666577', u'PTRSUB_-1205665339'), (u'MULTIEQUAL_-1205665788', u'MULTIEQUAL_-1205665804'), ('const-433', u'LOAD_-1205669036'), ('tmp_2555', u'BRANCH_-1205667501'), ('const-0', u'PTRSUB_-1205665529'), (u'INDIRECT_-1205666044', u'MULTIEQUAL_-1205666000'), (u'LOAD_-1205667588', u'INT_EQUAL_-1205667569'), (u'MULTIEQUAL_-1205666082', u'MULTIEQUAL_-1205666094'), (u'COPY_-1205665108', u'CALL_-1205666995'), ('const-0', u'STORE_-1205665788'), ('const-1', u'INT_EQUAL_-1205668450'), (u'PTRADD_-1205665707', u'STORE_-1205665762'), (u'PTRSUB_-1205665477', u'PTRSUB_-1205665455'), (u'LOAD_-1205667798', u'INT_NOTEQUAL_-1205667776'), (u'INT_EQUAL_-1205668811', u'CBRANCH_-1205668808'), ('const--1', u'PTRADD_-1205665716'), ('const-1', u'PTRADD_-1205665909'), ('const-433', u'STORE_-1205665765'), ('const-433', u'STORE_-1205665763'), ('tmp_2330', u'CBRANCH_-1205667869'), ('const-52', u'PTRADD_-1205665736'), (u'MULTIEQUAL_-1205665928', u'MULTIEQUAL_-1205665903'), ('const-0', u'STORE_-1205668946'), ('tmp_2892', u'PTRSUB_-1205665540'), (u'PTRADD_-1205665733', u'STORE_-1205665788'), ('const-433', u'LOAD_-1205668394'), ('const-0', u'PTRSUB_-1205665339'), ('const-72', u'PTRSUB_-1205665256'), ('const-44', u'PTRADD_-1205668541'), (u'MULTIEQUAL_-1205666433', u'MULTIEQUAL_-1205666419'), (u'LOAD_-1205667562', u'INT_EQUAL_-1205667547'), ('const-8', u'PTRSUB_-1205665451'), (u'MULTIEQUAL_-1205665699', u'MULTIEQUAL_-1205666016'), ('const-433', u'STORE_-1205665789'), (u'PTRADD_-1205668944', u'PTRADD_-1205665711'), ('const-0', u'PTRSUB_-1205666110'), (u'INDIRECT_-1205666410', u'MULTIEQUAL_-1205666325'), ('const--64', u'PTRSUB_-1205665813'), (u'LOAD_-1205668471', u'PTRSUB_-1205665752'), (u'LOAD_-1205667573', u'CALL_-1205667508'), (u'MULTIEQUAL_-1205666094', u'MULTIEQUAL_-1205666004'), (u'MULTIEQUAL_-1205666866', u'LOAD_-1205668361'), (u'INT_SLESS_-1205668976', u'CBRANCH_-1205668965'), ('const-1', u'PTRADD_-1205665907'), ('const-50', u'PTRADD_-1205665738'), ('const-8', u'PTRADD_-1205665329'), ('const-433', u'LOAD_-1205668831'), ('const-0', u'STORE_-1205665960'), (u'PTRSUB_-1205665415', u'LOAD_-1205667581'), ('const-0', u'STORE_-1205665885'), ('const-433', u'STORE_-1205665963'), (u'PTRSUB_-1205665950', u'LOAD_-1205668803'), (u'LOAD_-1205667558', u'CALL_-1205667493'), ('const-0', u'STORE_-1205665794'), (u'PTRADD_-1205665714', u'STORE_-1205668699'), ('const-65535', u'INT_LESS_-1205668613'), (u'MULTIEQUAL_-1205666211', u'MULTIEQUAL_-1205665651'), (u'PTRSUB_-1205665361', u'LOAD_-1205667486'), (u'PTRADD_-1205668944', u'PTRADD_-1205665735'), ('const-16', u'PTRSUB_-1205666060'), ('const-433', u'LOAD_-1205668207'), (u'LOAD_-1205668207', u'CALLIND_-1205668172'), ('const-17', u'INT_EQUAL_-1205667601'), (u'PTRSUB_-1205665735', u'LOAD_-1205668394'), (u'LOAD_-1205668254', u'PTRADD_-1205665560'), (u'MULTIEQUAL_-1205665903', u'MULTIEQUAL_-1205665788'), (u'CALLIND_-1205667166', u'INDIRECT_-1205665758'), ('const-0', u'PTRSUB_-1205666079'), ('const-48', u'PTRSUB_-1205665356'), (u'PTRADD_-1205668944', u'PTRADD_-1205665857'), (u'LOAD_-1205667588', u'PTRSUB_-1205665170'), ('const-64', u'PTRADD_-1205665452'), (u'LOAD_-1205668837', u'PTRADD_-1205665873'), (u'MULTIEQUAL_-1205666419', u'MULTIEQUAL_-1205666026'), (u'MULTIEQUAL_-1205666000', u'MULTIEQUAL_-1205665986'), (u'MULTIEQUAL_-1205666108', u'PTRADD_-1205665352'), (u'PTRADD_-1205665886', u'STORE_-1205665941'), (u'PTRADD_-1205665825', u'STORE_-1205665880'), (u'LOAD_-1205668259', u'PTRSUB_-1205665615'), ('const-4163', u'CALL_-1205667356'), (u'PTRADD_-1205665905', u'STORE_-1205665960'), ('const-433', u'LOAD_-1205667566'), (u'MULTIEQUAL_-1205666580', u'MULTIEQUAL_-1205666897'), ('tmp_108', u'CBRANCH_-1205669103'), ('const-341', u'CALL_-1205667103'), ('const--64', u'PTRSUB_-1205665513'), (u'PTRADD_-1205668541', u'CAST_-1205665649'), ('tmp_2892', u'PTRSUB_-1205666110'), (u'PTRSUB_-1205665255', u'LOAD_-1205667792'), ('const-28', u'PTRADD_-1205665827'), (u'PTRSUB_-1205665663', u'MULTIEQUAL_-1205666866'), ('const-433', u'LOAD_-1205669094'), (u'INDIRECT_-1205666225', u'MULTIEQUAL_-1205666196'), (u'LOAD_-1205667835', u'INT_NOTEQUAL_-1205667819'), (u'MULTIEQUAL_-1205665699', u'MULTIEQUAL_-1205665676'), ('const-1', u'PTRADD_-1205665831'), ('const-1', u'RETURN_-1205668125'), ('const-1', u'PTRADD_-1205665860'), ('const-433', u'LOAD_-1205667700'), (u'PTRADD_-1205665826', u'STORE_-1205665881'), ('const-16', u'PTRSUB_-1205665851'), (u'PTRADD_-1205665560', u'LOAD_-1205668248'), ('const-1', u'PTRADD_-1205665235'), (u'LOAD_-1205668741', u'MULTIEQUAL_-1205666973'), (u'SUBPIECE_-1205666956', u'INT_NOTEQUAL_-1205668226'), ('tmp_2059', u'CBRANCH_-1205667607'), (u'MULTIEQUAL_-1205665536', u'MULTIEQUAL_-1205665368'), (u'LOAD_-1205668465', u'INT_EQUAL_-1205668450'), (u'MULTIEQUAL_-1205665676', u'MULTIEQUAL_-1205665651'), (u'PTRSUB_-1205666060', u'LOAD_-1205669036'), ('const-2510592', u'PTRSUB_-1205665990'), (u'PTRADD_-1205668944', u'PTRADD_-1205665739'), (u'PTRADD_-1205668944', u'PTRADD_-1205665882'), (u'PTRSUB_-1205665851', u'LOAD_-1205668589'), ('const-56', u'PTRSUB_-1205665540'), ('const-20464', u'PTRSUB_-1205665837'), ('const-433', u'LOAD_-1205667506'), (u'MULTIEQUAL_-1205666046', u'MULTIEQUAL_-1205666353'), (u'PTRADD_-1205665373', u'INT_NOTEQUAL_-1205667882'), (u'COPY_-1205666244', u'MULTIEQUAL_-1205666004'), (u'MULTIEQUAL_-1205666073', u'MULTIEQUAL_-1205666016'), (u'MULTIEQUAL_-1205666585', u'LOAD_-1205667548'), ('tmp_9024', u'MULTIEQUAL_-1205666211'), ('const-433', u'LOAD_-1205667564'), (u'INDIRECT_-1205666135', u'COPY_-1205666194'), (u'COPY_-1205665898', u'MULTIEQUAL_-1205667274'), (u'LOAD_-1205667630', u'CALLIND_-1205667409'), ('const-0', u'PTRSUB_-1205665758'), ('const-112', u'PTRSUB_-1205665415'), (u'COPY_-1205665207', u'CALL_-1205667329'), (u'COPY_-1205665182', u'CALL_-1205667103'), (u'PTRADD_-1205665739', u'STORE_-1205665794'), (u'MULTIEQUAL_-1205665788', u'MULTIEQUAL_-1205665716'), (u'PTRADD_-1205665857', u'STORE_-1205665912'), ('const-1', u'PTRADD_-1205665740'), (u'MULTIEQUAL_-1205666616', u'PTRADD_-1205665452'), ('const-1', u'COPY_-1205666494'), ('const-0', u'STORE_-1205665883'), ('const-53', u'PTRADD_-1205665735'), (u'INDIRECT_-1205665933', u'MULTIEQUAL_-1205665729'), (u'MULTIEQUAL_-1205665551', u'MULTIEQUAL_-1205665486'), (u'PTRADD_-1205665740', u'STORE_-1205668714'), ('tmp_9024', u'MULTIEQUAL_-1205665340'), ('const-1', u'PTRADD_-1205665881'), (u'INT_EQUAL_-1205668570', u'CBRANCH_-1205668568'), (u'MULTIEQUAL_-1205665728', u'INT_NOTEQUAL_-1205667850'), (u'INT_NOTEQUAL_-1205669074', u'CBRANCH_-1205669074'), ('const-0', u'PTRSUB_-1205665278'), (u'COPY_-1205665303', u'MULTIEQUAL_-1205666629'), (u'PTRSUB_-1205665525', u'PTRSUB_-1205665473'), ('const-1', u'PTRADD_-1205665713'), ('tmp_2275', u'BRANCH_-1205667410'), ('const-433', u'STORE_-1205665911'), ('const-0', u'PTRSUB_-1205665525'), (u'MULTIEQUAL_-1205665551', u'MULTIEQUAL_-1205665536'), ('const-433', u'STORE_-1205668887'), (u'INT_NOTEQUAL_-1205668146', u'CBRANCH_-1205668144'), ('const-0', u'STORE_-1205668699'), (u'COPY_-1205665135', u'MULTIEQUAL_-1205666433'), (u'MULTIEQUAL_-1205665748', u'MULTIEQUAL_-1205665734'), (u'PTRADD_-1205668944', u'PTRADD_-1205665880'), (u'LOAD_-1205668207', u'INT_EQUAL_-1205668187'), (u'PTRADD_-1205665827', u'STORE_-1205665882'), ('const-433', u'STORE_-1205665961'), (u'CALLIND_-1205667409', u'MULTIEQUAL_-1205665909'), (u'INDIRECT_-1205665489', u'MULTIEQUAL_-1205666211'), ('const-433', u'LOAD_-1205667491'), (u'CAST_-1205665696', u'STORE_-1205668720'), ('const-1', u'RETURN_-1205667403'), (u'PTRADD_-1205668944', u'PTRADD_-1205665738'), (u'MULTIEQUAL_-1205665892', u'MULTIEQUAL_-1205665901'), (u'PTRSUB_-1205666079', u'PTRSUB_-1205666008'), (u'PTRSUB_-1205665529', u'PTRSUB_-1205665477'), ('const-16', u'PTRSUB_-1205666021'), (u'MULTIEQUAL_-1205666585', u'LOAD_-1205667590'), (u'PTRSUB_-1205665763', u'LOAD_-1205668438'), ('const-97', u'PTRSUB_-1205665773'), ('const-0', u'PTRSUB_-1205666093'), ('tmp_6824', u'CALL_-1205667049'), ('const-433', u'LOAD_-1205667606'), ('const-1', u'RETURN_-1205667351'), (u'PTRADD_-1205668944', u'PTRADD_-1205665883'), ('const-433', u'LOAD_-1205667531'), (u'PTRADD_-1205665904', u'STORE_-1205665959'), ('tmp_924', u'CBRANCH_-1205668541'), ('const-0', u'STORE_-1205665880'), ('const-8', u'PTRADD_-1205665233'), ('const-63', u'INT_ADD_-1205668979'), ('tmp_144', u'CBRANCH_-1205669074'), (u'INT_EQUAL_-1205668548', u'CBRANCH_-1205668541'), ('const-22', u'PTRADD_-1205665854'), (u'CALL_-1205667508', u'INDIRECT_-1205666044'), (u'PTRADD_-1205665736', u'STORE_-1205665791'), (u'LOAD_-1205669008', u'PTRADD_-1205668944'), ('const-0', u'PTRSUB_-1205665990'), (u'COPY_-1205665509', u'MULTIEQUAL_-1205666807'), (u'MULTIEQUAL_-1205666073', u'MULTIEQUAL_-1205665676'), ('const-20', u'PTRADD_-1205665856'), ('tmp_2892', u'PTRSUB_-1205665919'), ('const-5749263', u'COPY_-1205665125'), ('tmp_2892', u'PTRSUB_-1205665256'), ('const-433', u'LOAD_-1205668741'), (u'STORE_-1205668887', u'INDIRECT_-1205666546'), (u'PTRADD_-1205668944', u'PTRADD_-1205665710'), (u'CALL_-1205667329', u'INDIRECT_-1205665418'), ('const-1', u'PTRADD_-1205665737'), ('const-433', u'LOAD_-1205668361'), ('const-1', u'PTRADD_-1205665739'), (u'LOAD_-1205667590', u'PTRSUB_-1205665408'), ('const-433', u'LOAD_-1205668438'), (u'INT_SLESS_-1205669010', u'CBRANCH_-1205669017'), ('const-4', u'PTRADD_-1205665905'), (u'LOAD_-1205668734', u'INT_EQUAL_-1205668523'), (u'PTRSUB_-1205665819', u'LOAD_-1205668728'), ('const-433', u'LOAD_-1205668226'), ('tmp_6816', u'PTRSUB_-1205665322'), (u'CALLIND_-1205668238', u'INDIRECT_-1205666202'), (u'PTRSUB_-1205665260', u'LOAD_-1205667644'), ('const-11', u'PTRADD_-1205665884'), (u'CALL_-1205667329', u'INDIRECT_-1205665687'), ('const-5452676', u'COPY_-1205665134'), ('const-433', u'LOAD_-1205667792'), ('const-433', u'LOAD_-1205668837'), ('tmp_2892', u'PTRSUB_-1205665468'), (u'INDIRECT_-1205666169', u'MULTIEQUAL_-1205665730'), ('const-30', u'PTRADD_-1205665825'), (u'PTRADD_-1205668944', u'PTRADD_-1205665709'), ('const-64', u'PTRADD_-1205668552'), (u'CALL_-1205667049', u'INDIRECT_-1205665645'), ('const-433', u'STORE_-1205665880'), (u'PTRSUB_-1205665316', u'PTRSUB_-1205665278'), (u'PTRADD_-1205665884', u'STORE_-1205665939'), ('const-1', u'PTRADD_-1205665634'), ('const-40', u'PTRADD_-1205668660'), ('tmp_308', u'CBRANCH_-1205668965'), (u'MULTIEQUAL_-1205666260', u'MULTIEQUAL_-1205666289'), ('const-40', u'PTRSUB_-1205665735'), ('const-0', u'STORE_-1205665940'), ('const-8', u'PTRADD_-1205665560'), ('const-1', u'PTRADD_-1205665824'), (u'PTRADD_-1205665711', u'STORE_-1205665766'), (u'COPY_-1205665179', u'CALL_-1205667103'), ('tmp_814', u'CBRANCH_-1205668620'), (u'PTRADD_-1205665634', u'MULTIEQUAL_-1205666586'), ('const-1', u'PTRADD_-1205665828'), (u'MULTIEQUAL_-1205666585', u'PTRADD_-1205665433'), (u'MULTIEQUAL_-1205665651', u'MULTIEQUAL_-1205665536'), ('const-108', u'PTRSUB_-1205665408'), ('tmp_2805', u'CBRANCH_-1205667505'), (u'MULTIEQUAL_-1205666726', u'MULTIEQUAL_-1205666712'), ('const-433', u'LOAD_-1205667630'), ('const-1', u'PTRADD_-1205665352'), ('const-1', u'COPY_-1205665838'), (u'STORE_-1205668946', u'INDIRECT_-1205666567'), (u'MULTIEQUAL_-1205666866', u'PTRADD_-1205665716'), ('const-0', u'STORE_-1205665910'), (u'LOAD_-1205668728', u'CAST_-1205665672'), (u'CALL_-1205667356', u'INDIRECT_-1205665723'), (u'CALLIND_-1205667500', u'MULTIEQUAL_-1205666119'), (u'PTRADD_-1205665909', u'STORE_-1205668946'), (u'MULTIEQUAL_-1205666268', u'MULTIEQUAL_-1205665951'), (u'LOAD_-1205667623', u'PTRSUB_-1205665298'), (u'INT_ADD_-1205668979', u'COPY_-1205665899'), (u'PTRADD_-1205668944', u'PTRADD_-1205665904'), (u'CAST_-1205665406', u'CALL_-1205668176'), ('const-0', u'STORE_-1205665936'), ('tmp_9024', u'MULTIEQUAL_-1205665464'), ('tmp_6816', u'PTRSUB_-1205665513'), ('const-124', u'PTRSUB_-1205665689'), ('const-1', u'PTRADD_-1205665853'), ('const-25', u'PTRADD_-1205665830'), (u'PTRADD_-1205665713', u'STORE_-1205665768'), ('const-5749168', u'COPY_-1205665656'), ('const-8', u'PTRADD_-1205665517'), ('const-8', u'PTRADD_-1205665716'), ('const-433', u'LOAD_-1205668803'), ('const-40', u'PTRSUB_-1205665251'), (u'COPY_-1205665395', u'MULTIEQUAL_-1205666616'), (u'INT_NOTEQUAL_-1205667470', u'CBRANCH_-1205667468'), ('tmp_2893', u'PTRSUB_-1205666049'), (u'LOAD_-1205667719', u'MULTIEQUAL_-1205666712'), ('const-18', u'PTRADD_-1205665858'), (u'CALL_-1205668130', u'INDIRECT_-1205665866'), (u'MULTIEQUAL_-1205666046', u'MULTIEQUAL_-1205666026'), ('const-433', u'STORE_-1205668714'), ('const-0', u'RETURN_-1205667550'), (u'LOAD_-1205668248', u'CALLIND_-1205668238'), (u'INDIRECT_-1205665933', u'MULTIEQUAL_-1205665942'), (u'MULTIEQUAL_-1205666108', u'LOAD_-1205668471'), ('const-15', u'PTRADD_-1205665880'), (u'LOAD_-1205667811', u'MULTIEQUAL_-1205666514'), (u'CALLIND_-1205668238', u'SUBPIECE_-1205666956'), (u'LOAD_-1205668589', u'PTRSUB_-1205665837'), (u'PTRSUB_-1205665473', u'PTRSUB_-1205665451'), ('const-8', u'PTRADD_-1205665873'), ('const-6', u'PTRADD_-1205665903'), ('const-433', u'STORE_-1205665935'), ('const-0', u'PTRSUB_-1205665473'), ('const-65280', u'INT_LESS_-1205668840'), (u'PTRADD_-1205668944', u'PTRADD_-1205665884'), (u'COPY_-1205665586', u'MULTIEQUAL_-1205666807'), ('const-62', u'PTRADD_-1205665708'), (u'CAST_-1205665845', u'INT_SLESS_-1205669010'), (u'LOAD_-1205668213', u'PTRADD_-1205665517'), ('const-1', u'PTRADD_-1205665887'), (u'PTRADD_-1205665906', u'STORE_-1205665961'), (u'INT_EQUAL_-1205668450', u'CBRANCH_-1205668443'), (u'LOAD_-1205667548', u'CALL_-1205667508'), (u'MULTIEQUAL_-1205666419', u'COPY_-1205665135'), ('const-0', u'STORE_-1205665793'), ('tmp_1034', u'CBRANCH_-1205668443'), (u'PTRADD_-1205668944', u'PTRADD_-1205665825'), (u'INT_LESS_-1205668738', u'CBRANCH_-1205668744'), (u'LOAD_-1205667491', u'MULTIEQUAL_-1205666530'), ('const--1', u'INT_SLESS_-1205668976'), (u'PTRADD_-1205665216', u'MULTIEQUAL_-1205666389'), ('const-433', u'STORE_-1205665768'), ('const-1', u'PTRADD_-1205665882'), ('const-0', u'STORE_-1205668936'), (u'PTRADD_-1205668944', u'PTRADD_-1205665712'), ('tmp_2131', u'CBRANCH_-1205667563'), (u'MULTIEQUAL_-1205666629', u'MULTIEQUAL_-1205666533'), (u'LOAD_-1205667630', u'INT_EQUAL_-1205667610'), (u'CAST_-1205665654', u'MULTIEQUAL_-1205666955'), (u'PTRADD_-1205668944', u'PTRADD_-1205665708'), ('const-433', u'LOAD_-1205667575'), ('const-433', u'STORE_-1205665884'), (u'CALL_-1205667260', u'INDIRECT_-1205665373'), ('const-433', u'STORE_-1205668936'), ('const-5749456', u'COPY_-1205665151'), ('const-17', u'PTRADD_-1205665859'), ('const-1', u'PTRADD_-1205665648'), ('const-1', u'PTRADD_-1205665880'), ('const-1', u'PTRADD_-1205668660'), (u'LOAD_-1205667623', u'PTRSUB_-1205665278'), ('const-433', u'STORE_-1205668946'), ('tmp_2893', u'PTRSUB_-1205666060'), ('const-0', u'INT_SLESS_-1205669049'), (u'MULTIEQUAL_-1205665909', u'INT_NOTEQUAL_-1205667565'), (u'CALL_-1205667508', u'INDIRECT_-1205665775'), (u'LOAD_-1205667644', u'PTRADD_-1205665233'), ('const-1', u'PTRADD_-1205665859'), (u'INT_ADD_-1205667510', u'MULTIEQUAL_-1205666094'), ('const-0', u'PTRSUB_-1205665914'), (u'MULTIEQUAL_-1205665942', u'MULTIEQUAL_-1205665699'), ('const-0', u'PTRSUB_-1205665900'), ('const-8', u'PTRSUB_-1205665279'), ('const-0', u'PTRSUB_-1205665149'), ('const-0', u'STORE_-1205665762'), ('const-433', u'STORE_-1205665936'), (u'CAST_-1205665789', u'INT_SRIGHT_-1205668897'), (u'CAST_-1205665512', u'PTRSUB_-1205665714'), ('const-9', u'PTRADD_-1205665886'), ('const-433', u'STORE_-1205668720'), (u'COPY_-1205665151', u'CALL_-1205667260'), (u'MULTIEQUAL_-1205666211', u'MULTIEQUAL_-1205665368'), ('const-4', u'INT_AND_-1205669061'), ('const-433', u'STORE_-1205665791'), ('const-1', u'PTRADD_-1205665712'), (u'PTRSUB_-1205665714', u'LOAD_-1205668367'), ('const-433', u'LOAD_-1205667835'), (u'INT_ADD_-1205667495', u'MULTIEQUAL_-1205665901'), (u'CAST_-1205665649', u'STORE_-1205668601'), (u'LOAD_-1205667811', u'PTRSUB_-1205665316'), (u'PTRSUB_-1205665278', u'PTRSUB_-1205665259'), ('const-433', u'STORE_-1205665881'), (u'INT_SRIGHT_-1205668897', u'INT_LESS_-1205668840'), (u'PTRSUB_-1205665299', u'PTRSUB_-1205665279'), (u'MULTIEQUAL_-1205666712', u'MULTIEQUAL_-1205666726'), (u'MULTIEQUAL_-1205666389', u'PTRADD_-1205665216'), (u'PTRADD_-1205668944', u'PTRADD_-1205665713'), (u'LOAD_-1205667527', u'MULTIEQUAL_-1205666119'), ('const-2510592', u'PTRSUB_-1205665638'), (u'PTRSUB_-1205665468', u'LOAD_-1205667566'), (u'CALL_-1205666995', u'INDIRECT_-1205665598'), (u'LOAD_-1205669094', u'INT_ADD_-1205668979'), ('const-57', u'PTRADD_-1205665713'), ('const-61', u'PTRADD_-1205665709'), (u'MULTIEQUAL_-1205666514', u'MULTIEQUAL_-1205666530'), (u'PTRSUB_-1205665437', u'LOAD_-1205667506'), (u'INDIRECT_-1205665758', u'MULTIEQUAL_-1205666463'), ('tmp_1206', u'CBRANCH_-1205668226'), ('const-433', u'STORE_-1205668699'), (u'MULTIEQUAL_-1205665536', u'MULTIEQUAL_-1205665551'), (u'PTRSUB_-1205666093', u'PTRSUB_-1205666021'), ('const-0', u'STORE_-1205668861'), (u'CALL_-1205667408', u'INDIRECT_-1205665608'), ('const-433', u'LOAD_-1205667623'), (u'MULTIEQUAL_-1205665892', u'INT_ADD_-1205667495'), (u'LOAD_-1205667533', u'CALL_-1205667493'), (u'MULTIEQUAL_-1205667218', u'STORE_-1205668841'), (u'MULTIEQUAL_-1205666325', u'MULTIEQUAL_-1205666268'), (u'PTRADD_-1205665831', u'STORE_-1205668861'), (u'CALLIND_-1205668172', u'INDIRECT_-1205665900'), (u'PTRADD_-1205665233', u'LOAD_-1205667630'), (u'PTRADD_-1205665903', u'STORE_-1205665958'), ('const-8', u'PTRADD_-1205665887'), ('const-433', u'STORE_-1205665762'), (u'PTRADD_-1205665908', u'STORE_-1205665963'), ('const-433', u'LOAD_-1205667527'), ('const-1', u'PTRADD_-1205665905'), ('const-0', u'INT_NOTEQUAL_-1205667614'), (u'COPY_-1205665493', u'MULTIEQUAL_-1205666823'), ('const-72', u'PTRSUB_-1205665763'), ('const-433', u'STORE_-1205665767'), ('const-124', u'PTRSUB_-1205665278'), ('const-433', u'LOAD_-1205668977'), (u'COPY_-1205665899', u'MULTIEQUAL_-1205667274'), (u'LOAD_-1205667873', u'MULTIEQUAL_-1205666577'), (u'COPY_-1205665248', u'CALL_-1205667356'), (u'LOAD_-1205668563', u'INT_EQUAL_-1205668548'), ('const-10', u'PTRADD_-1205665885'), ('const-54', u'PTRADD_-1205665734'), ('tmp_2892', u'PTRSUB_-1205665437'), ('const-31', u'PTRADD_-1205665824'), (u'INT_AND_-1205669090', u'INT_EQUAL_-1205669104'), ('tmp_2892', u'PTRSUB_-1205665735'), (u'LOAD_-1205667575', u'INT_NOTEQUAL_-1205667559'), (u'MULTIEQUAL_-1205666082', u'INT_NOTEQUAL_-1205667580'), (u'PTRSUB_-1205665120', u'LOAD_-1205667627'), ('const-8', u'PTRADD_-1205665352'), (u'LOAD_-1205667798', u'MULTIEQUAL_-1205666389'), (u'PTRSUB_-1205666008', u'LOAD_-1205669069'), ('const-65280', u'INT_LESS_-1205668738'), ('tmp_2423', u'BRANCH_-1205667669'), ('const-433', u'LOAD_-1205667548'), ('const-1', u'PTRADD_-1205665885'), ('const-433', u'STORE_-1205665958'), (u'PTRADD_-1205665873', u'LOAD_-1205668831'), (u'PTRADD_-1205668944', u'PTRADD_-1205668660'), (u'INDIRECT_-1205665572', u'MULTIEQUAL_-1205665551'), (u'MULTIEQUAL_-1205666897', u'MULTIEQUAL_-1205666580'), (u'LOAD_-1205667606', u'MULTIEQUAL_-1205665909'), ('const-0', u'STORE_-1205665881'), (u'LOAD_-1205668734', u'CAST_-1205665673'), (u'INT_EQUAL_-1205667569', u'CBRANCH_-1205667567'), (u'INT_LESS_-1205668840', u'CBRANCH_-1205668847'), (u'PTRADD_-1205668944', u'PTRADD_-1205665826'), ('const-1', u'INT_ADD_-1205667510'), (u'INT_NOTEQUAL_-1205667614', u'CBRANCH_-1205667611'), ('const-0', u'PTRSUB_-1205665675'), (u'CAST_-1205664862', u'CALL_-1205667049'), ('const-433', u'LOAD_-1205667811'), (u'PTRADD_-1205668944', u'PTRADD_-1205665854'), (u'PTRADD_-1205665880', u'STORE_-1205665935'), (u'STORE_-1205668861', u'INDIRECT_-1205666531'), (u'COPY_-1205665099', u'CALL_-1205666995'), (u'LOAD_-1205668226', u'CAST_-1205665406'), (u'LOAD_-1205668367', u'INT_NOTEQUAL_-1205668345'), (u'PTRADD_-1205665634', u'INT_NOTEQUAL_-1205668146'), (u'PTRADD_-1205665830', u'STORE_-1205665885'), ('const-0', u'PTRSUB_-1205665908'), ('const-48', u'PTRADD_-1205665740'), ('const-1', u'PTRADD_-1205665710'), (u'MULTIEQUAL_-1205666897', u'COPY_-1205665586'), ('const-5749344', u'COPY_-1205665236'), ('tmp_1256', u'CBRANCH_-1205668185'), ('tmp_2416', u'CBRANCH_-1205667682'), (u'INDIRECT_-1205666410', u'MULTIEQUAL_-1205665903'), ('const-97', u'PTRSUB_-1205665140'), (u'CAST_-1205665828', u'INT_SLESS_-1205668976'), (u'STORE_-1205668841', u'INDIRECT_-1205666518'), ('const-29', u'PTRADD_-1205665826'), ('const-433', u'LOAD_-1205667558'), ('const-23', u'PTRADD_-1205665853'), ('const-1', u'PTRADD_-1205665735'), ('tmp_2892', u'PTRSUB_-1205665327'), (u'CALL_-1205667408', u'INDIRECT_-1205665339'), ('const-433', u'STORE_-1205665883'), ('const-433', u'LOAD_-1205668563'), ('tmp_2892', u'PTRSUB_-1205665251'), ('const-5431929', u'COPY_-1205665167'), ('const-1', u'PTRADD_-1205665856'), ('const-0', u'STORE_-1205665767'), ('const-0', u'PTRSUB_-1205665594'), ('const-64', u'PTRSUB_-1205665220'), ('const-0', u'STORE_-1205665914'), (u'INT_LESS_-1205668613', u'CBRANCH_-1205668620'), (u'PTRSUB_-1205665967', u'PTRSUB_-1205665900'), ('const-0', u'STORE_-1205665957'), (u'INT_EQUAL_-1205667511', u'CBRANCH_-1205667509'), (u'MULTIEQUAL_-1205666530', u'MULTIEQUAL_-1205666514'), (u'PTRADD_-1205665433', u'MULTIEQUAL_-1205666585'), (u'LOAD_-1205669069', u'INT_SLESS_-1205669049'), (u'LOAD_-1205668977', u'PTRSUB_-1205665950'), (u'PTRADD_-1205665329', u'LOAD_-1205667531'), (u'INT_EQUAL_-1205667507', u'CBRANCH_-1205667505'), ('const-433', u'STORE_-1205665788'), ('const-17', u'INT_EQUAL_-1205667549'), (u'MULTIEQUAL_-1205666955', u'MULTIEQUAL_-1205666557'), (u'PTRSUB_-1205665259', u'LOAD_-1205667798'), (u'PTRADD_-1205668944', u'PTRADD_-1205665829'), ('const-433', u'LOAD_-1205667590'), (u'LOAD_-1205668438', u'CALL_-1205668176'), ('tmp_2499', u'CBRANCH_-1205667545'), (u'CAST_-1205665654', u'MULTIEQUAL_-1205666533'), ('const-0', u'STORE_-1205665912'), (u'PTRADD_-1205665858', u'STORE_-1205665913'), (u'PTRADD_-1205668781', u'CAST_-1205665758'), (u'MULTIEQUAL_-1205666616', u'COPY_-1205665303'), ('const-0', u'STORE_-1205665879'), ('const-51', u'PTRADD_-1205665737'), ('const-433', u'STORE_-1205665959'), (u'MULTIEQUAL_-1205665486', u'MULTIEQUAL_-1205665340'), ('const-0', u'STORE_-1205665938'), (u'CAST_-1205665186', u'INT_NOTEQUAL_-1205667882'), ('const-4294967295', u'INT_EQUAL_-1205668783'), (u'PTRSUB_-1205665278', u'LOAD_-1205667606'), (u'PTRADD_-1205665860', u'STORE_-1205668887'), (u'INT_EQUAL_-1205668187', u'CBRANCH_-1205668185'), ('const-0', u'PTRSUB_-1205665358'), (u'PTRADD_-1205665235', u'COPY_-1205665135'), (u'INT_EQUAL_-1205667601', u'CBRANCH_-1205667597'), ('const-16', u'PTRSUB_-1205665184'), ('const-433', u'STORE_-1205665908'), (u'MULTIEQUAL_-1205666807', u'COPY_-1205665515'), (u'INT_NOTEQUAL_-1205668345', u'CBRANCH_-1205668343'), ('const-0', u'STORE_-1205665766'), (u'PTRADD_-1205665735', u'STORE_-1205665790'), (u'COPY_-1205665838', u'MULTIEQUAL_-1205666004'), ('const-0', u'PTRADD_-1205665909'), ('const-433', u'STORE_-1205665940'), (u'PTRSUB_-1205665777', u'LOAD_-1205668465'), (u'COPY_-1205665167', u'CALL_-1205667260'), ('const-433', u'STORE_-1205665962'), ('const-5739926', u'COPY_-1205665182'), (u'STORE_-1205668601', u'INDIRECT_-1205666410'), ('const-433', u'LOAD_-1205667892'), (u'PTRADD_-1205668944', u'PTRADD_-1205665827'), (u'LOAD_-1205669069', u'PTRADD_-1205668944'), (u'LOAD_-1205667506', u'MULTIEQUAL_-1205666726'), (u'PTRADD_-1205668944', u'PTRADD_-1205665887'), ('const-433', u'LOAD_-1205667644'), ('const-433', u'LOAD_-1205669069'), (u'PTRADD_-1205665648', u'MULTIEQUAL_-1205666823'), ('const-8', u'PTRADD_-1205665216'), (u'MULTIEQUAL_-1205666577', u'MULTIEQUAL_-1205666973'), ('const-0', u'PTRSUB_-1205665714'), ('const-0', u'SUBPIECE_-1205667183'), (u'PTRSUB_-1205665451', u'LOAD_-1205667700'), (u'PTRSUB_-1205665473', u'LOAD_-1205667573'), ('const-0', u'STORE_-1205665935'), ('const-80', u'PTRSUB_-1205666037'), ('const-0', u'PTRSUB_-1205665382'), ('const-433', u'LOAD_-1205667719'), ('tmp_473', u'CBRANCH_-1205668847'), (u'CALL_-1205668176', u'INDIRECT_-1205665956'), (u'PTRSUB_-1205665615', u'LOAD_-1205668254'), ('const-24', u'PTRSUB_-1205666049'), ('tmp_2892', u'PTRSUB_-1205665220'), (u'LOAD_-1205667706', u'MULTIEQUAL_-1205666585'), ('const-433', u'STORE_-1205665913'), (u'MULTIEQUAL_-1205665804', u'MULTIEQUAL_-1205665788'), (u'INDIRECT_-1205665376', u'MULTIEQUAL_-1205665340'), ('const-0', u'PTRSUB_-1205665360'), ('const-16', u'PTRADD_-1205665860'), (u'PTRSUB_-1205665813', u'CALL_-1205668176'), ('const-24', u'PTRADD_-1205665831'), ('tmp_2749', u'CBRANCH_-1205667468'), ('const-1', u'PTRADD_-1205665733'), (u'INT_NOTEQUAL_-1205667819', u'CBRANCH_-1205667816'), (u'LOAD_-1205667545', u'PTRADD_-1205665329')] | [('const-433', u'LOAD_-1205668226'), (u'MULTIEQUAL_-1205666586', u'MULTIEQUAL_-1205666982'), (u'CALLIND_-1205667409', u'MULTIEQUAL_-1205665924'), (u'INT_EQUAL_-1205669104', u'CBRANCH_-1205669103'), ('tmp_1636', u'CBRANCH_-1205667816'), (u'LOAD_-1205667719', u'MULTIEQUAL_-1205666721'), (u'MULTIEQUAL_-1205666982', u'MULTIEQUAL_-1205666586'), (u'MULTIEQUAL_-1205666221', u'MULTIEQUAL_-1205666083'), (u'STORE_-1205668601', u'INDIRECT_-1205666420'), ('const-433', u'LOAD_-1205667575'), ('const-1', u'RETURN_-1205667098'), (u'STORE_-1205668720', u'INDIRECT_-1205666466'), ('const-1', u'PTRADD_-1205665661'), (u'INT_ADD_-1205668378', u'CAST_-1205665694'), ('const-1', u'PTRADD_-1205668527'), (u'INT_SRIGHT_-1205668897', u'MULTIEQUAL_-1205667227'), (u'MULTIEQUAL_-1205666221', u'MULTIEQUAL_-1205665661'), ('const-88', u'INT_ADD_-1205668815'), ('const-433', u'LOAD_-1205667566'), (u'COPY_-1205665699', u'MULTIEQUAL_-1205666816'), (u'INT_EQUAL_-1205667586', u'CBRANCH_-1205667584'), (u'MULTIEQUAL_-1205666832', u'COPY_-1205665699'), ('const-433', u'LOAD_-1205667533'), ('const-227', u'CALL_-1205667408'), (u'CAST_-1205665414', u'LOAD_-1205667545'), (u'MULTIEQUAL_-1205665798', u'MULTIEQUAL_-1205665726'), ('const-433', u'LOAD_-1205667627'), (u'INT_ADD_-1205668787', u'CAST_-1205665924'), (u'MULTIEQUAL_-1205665744', u'MULTIEQUAL_-1205665803'), (u'MULTIEQUAL_-1205666398', u'LOAD_-1205667533'), ('tmp_2366', u'BRANCH_-1205667304'), ('const-8', u'PTRADD_-1205665412'), (u'CAST_-1205665449', u'LOAD_-1205667566'), (u'CAST_-1205665476', u'LOAD_-1205667527'), (u'STORE_-1205668936', u'INDIRECT_-1205666569'), ('tmp_2586', u'CBRANCH_-1205667578'), (u'CALLIND_-1205667409', u'INDIRECT_-1205665794'), (u'MULTIEQUAL_-1205666638', u'COPY_-1205665506'), (u'INT_SRIGHT_-1205668648', u'INT_LESS_-1205668613'), ('const-124', u'INT_ADD_-1205667590'), ('const-0', u'STORE_-1205668936'), ('const-8', u'PTRADD_-1205666029'), (u'CAST_-1205666024', u'PTRADD_-1205665883'), (u'CAST_-1205665924', u'LOAD_-1205668803'), ('const-433', u'STORE_-1205668714'), ('const-1', u'COPY_-1205666261'), (u'MULTIEQUAL_-1205665661', u'MULTIEQUAL_-1205665496'), (u'CALLIND_-1205668238', u'INDIRECT_-1205665943'), (u'INT_SUB_-1205668671', u'INT_SRIGHT_-1205668648'), (u'MULTIEQUAL_-1205666398', u'PTRADD_-1205665265'), (u'STORE_-1205668714', u'INDIRECT_-1205666462'), ('tmp_6803', u'INT_ADD_-1205667542'), (u'LOAD_-1205667811', u'MULTIEQUAL_-1205666523'), (u'CAST_-1205665303', u'LOAD_-1205667811'), (u'LOAD_-1205667792', u'CAST_-1205665289'), ('const-433', u'LOAD_-1205668248'), (u'CAST_-1205665888', u'INT_EQUAL_-1205668523'), (u'INT_ADD_-1205667613', u'CAST_-1205665128'), (u'INT_NOTEQUAL_-1205667776', u'CBRANCH_-1205667773'), ('const-433', u'STORE_-1205668936'), ('tmp_1692', u'CBRANCH_-1205667773'), ('const-1', u'RETURN_-1205667324'), ('const-1', u'RETURN_-1205667255'), (u'INT_NOTEQUAL_-1205667882', u'CBRANCH_-1205667878'), (u'INT_ADD_-1205667511', u'CAST_-1205665476'), ('const-4294967295', u'INT_EQUAL_-1205667507'), ('const-0', u'INT_EQUAL_-1205669104'), (u'MULTIEQUAL_-1205666566', u'MULTIEQUAL_-1205666542'), (u'CAST_-1205665477', u'INT_ADD_-1205667511'), (u'INDIRECT_-1205666420', u'MULTIEQUAL_-1205665913'), (u'INT_ADD_-1205668449', u'CAST_-1205665735'), (u'LOAD_-1205669036', u'INT_SLESS_-1205669010'), ('const-0', u'PTRSUB_-1205666000'), (u'MULTIEQUAL_-1205666602', u'PTRADD_-1205665661'), (u'INT_ADD_-1205668961', u'CAST_-1205666012'), (u'MULTIEQUAL_-1205666043', u'MULTIEQUAL_-1205666021'), (u'LOAD_-1205667551', u'CALL_-1205667493'), (u'LOAD_-1205668589', u'INT_EQUAL_-1205668570'), (u'CAST_-1205665669', u'INT_NOTEQUAL_-1205668345'), (u'LOAD_-1205669124', u'INT_AND_-1205669061'), (u'INDIRECT_-1205665768', u'MULTIEQUAL_-1205666473'), (u'MULTIEQUAL_-1205665744', u'MULTIEQUAL_-1205665758'), ('const-2510592', u'PTRSUB_-1205665648'), ('const-0', u'INT_EQUAL_-1205668570'), ('const-1', u'RETURN_-1205666990'), ('const-433', u'LOAD_-1205667531'), (u'PTRADD_-1205665741', u'LOAD_-1205668367'), (u'PTRADD_-1205665392', u'INT_NOTEQUAL_-1205667819'), (u'CALL_-1205667260', u'INDIRECT_-1205665652'), (u'MULTIEQUAL_-1205666206', u'MULTIEQUAL_-1205666188'), (u'LOAD_-1205667564', u'INT_EQUAL_-1205667549'), (u'LOAD_-1205668831', u'CALLIND_-1205667166'), (u'INDIRECT_-1205665785', u'MULTIEQUAL_-1205665758'), ('tmp_6803', u'INT_ADD_-1205667703'), (u'LOAD_-1205669124', u'INT_AND_-1205669090'), (u'CAST_-1205666024', u'PTRADD_-1205665921'), (u'MULTIEQUAL_-1205665709', u'MULTIEQUAL_-1205666026'), ('const-8', u'PTRADD_-1205665283'), ('const-433', u'LOAD_-1205668162'), ('tmp_2544', u'CBRANCH_-1205667509'), ('const-433', u'LOAD_-1205668803'), ('tmp_6803', u'INT_ADD_-1205668378'), ('const-341', u'CALL_-1205667103'), (u'MULTIEQUAL_-1205666594', u'LOAD_-1205667548'), (u'CALL_-1205667329', u'INDIRECT_-1205665697'), (u'INT_ADD_-1205668725', u'CAST_-1205665893'), ('const-433', u'LOAD_-1205667527'), (u'LOAD_-1205667545', u'INT_ADD_-1205667515'), ('tmp_2012', u'CBRANCH_-1205667557'), (u'CAST_-1205665409', u'LOAD_-1205667581'), ('tmp_6803', u'INT_ADD_-1205667857'), (u'INT_ADD_-1205667548', u'CAST_-1205665401'), ('const-0', u'COPY_-1205668623'), ('const--64', u'PTRSUB_-1205665545'), (u'CAST_-1205665735', u'LOAD_-1205668465'), (u'MULTIEQUAL_-1205665758', u'MULTIEQUAL_-1205665744'), (u'PTRADD_-1205665260', u'LOAD_-1205667575'), (u'CALL_-1205667356', u'INDIRECT_-1205665733'), ('const-2510592', u'PTRSUB_-1205665370'), (u'CAST_-1205665223', u'LOAD_-1205667551'), (u'CAST_-1205665251', u'INT_ADD_-1205667590'), ('tmp_6797', u'PTRSUB_-1205665832'), (u'INT_EQUAL_-1205668523', u'CBRANCH_-1205668521'), ('tmp_6803', u'INT_ADD_-1205667490'), (u'PTRADD_-1205665265', u'INT_NOTEQUAL_-1205667559'), (u'LOAD_-1205668803', u'INT_EQUAL_-1205668783'), (u'MULTIEQUAL_-1205665798', u'MULTIEQUAL_-1205665814'), (u'COPY_-1205665776', u'MULTIEQUAL_-1205666816'), ('const-48', u'INT_ADD_-1205668232'), (u'COPY_-1205666511', u'MULTIEQUAL_-1205666436'), (u'CAST_-1205665807', u'LOAD_-1205668563'), (u'MULTIEQUAL_-1205666875', u'PTRADD_-1205665741'), (u'MULTIEQUAL_-1205665798', u'MULTIEQUAL_-1205665855'), ('tmp_225', u'CBRANCH_-1205669017'), ('const-65535', u'INT_LESS_-1205668613'), ('const-2510592', u'PTRSUB_-1205666000'), (u'LOAD_-1205667590', u'CAST_-1205665414'), (u'MULTIEQUAL_-1205666428', u'MULTIEQUAL_-1205666442'), ('const-433', u'LOAD_-1205667616'), (u'INDIRECT_-1205666179', u'MULTIEQUAL_-1205665740'), ('tmp_6803', u'INT_ADD_-1205668422'), (u'INT_ADD_-1205667475', u'CAST_-1205665193'), (u'LOAD_-1205669069', u'INT_ADD_-1205669026'), (u'LOAD_-1205667623', u'CAST_-1205665189'), (u'CAST_-1205665551', u'LOAD_-1205668207'), (u'MULTIEQUAL_-1205666370', u'MULTIEQUAL_-1205666063'), (u'LOAD_-1205667606', u'INT_EQUAL_-1205667586'), (u'MULTIEQUAL_-1205665938', u'MULTIEQUAL_-1205665913'), (u'INDIRECT_-1205665499', u'MULTIEQUAL_-1205666221'), (u'MULTIEQUAL_-1205666398', u'LOAD_-1205667623'), (u'MULTIEQUAL_-1205666111', u'MULTIEQUAL_-1205666021'), ('const-433', u'LOAD_-1205668254'), ('const-5749200', u'COPY_-1205665189'), (u'INT_EQUAL_-1205668783', u'CBRANCH_-1205668781'), (u'COPY_-1205665118', u'CALL_-1205666995'), (u'MULTIEQUAL_-1205667130', u'SUBPIECE_-1205667183'), ('const-4', u'INT_AND_-1205667601'), ('const-8', u'PTRADD_-1205665675'), ('const-433', u'LOAD_-1205668837'), ('const-0', u'INT_EQUAL_-1205667569'), (u'MULTIEQUAL_-1205666538', u'PTRADD_-1205665260'), ('const-3', u'INT_SRIGHT_-1205668648'), (u'CAST_-1205665414', u'CAST_-1205665477'), ('const-433', u'LOAD_-1205667798'), (u'MULTIEQUAL_-1205667227', u'STORE_-1205668841'), (u'PTRSUB_-1205665370', u'INT_EQUAL_-1205667610'), (u'INT_NOTEQUAL_-1205667850', u'CBRANCH_-1205667848'), (u'CAST_-1205665711', u'INT_NOTEQUAL_-1205667882'), (u'INT_ADD_-1205667546', u'CAST_-1205665155'), (u'CAST_-1205665833', u'INT_ADD_-1205668587'), (u'CAST_-1205665525', u'LOAD_-1205667719'), (u'MULTIEQUAL_-1205666625', u'COPY_-1205665522'), (u'LOAD_-1205668741', u'MULTIEQUAL_-1205666982'), (u'MULTIEQUAL_-1205665758', u'MULTIEQUAL_-1205665661'), (u'LOAD_-1205667581', u'INT_AND_-1205667555'), ('const-433', u'LOAD_-1205667588'), (u'MULTIEQUAL_-1205666021', u'MULTIEQUAL_-1205665909'), (u'CAST_-1205666024', u'PTRADD_-1205666029'), ('const-433', u'LOAD_-1205667562'), (u'PTRADD_-1205666001', u'STORE_-1205668861'), (u'INT_NOTEQUAL_-1205667559', u'CBRANCH_-1205667557'), ('const-8', u'PTRADD_-1205665741'), (u'INDIRECT_-1205666145', u'COPY_-1205666204'), ('const-433', u'LOAD_-1205669008'), (u'MULTIEQUAL_-1205666083', u'MULTIEQUAL_-1205665686'), ('const-1', u'INT_ADD_-1205667495'), ('const-16', u'PTRADD_-1205667526'), (u'MULTIEQUAL_-1205666063', u'MULTIEQUAL_-1205666043'), (u'CAST_-1205665565', u'CAST_-1205665644'), ('const-433', u'LOAD_-1205667581'), (u'INDIRECT_-1205666054', u'MULTIEQUAL_-1205666010'), (u'LOAD_-1205667527', u'INT_EQUAL_-1205667507'), (u'CAST_-1205665883', u'MULTIEQUAL_-1205666118'), (u'CALL_-1205666995', u'INDIRECT_-1205665608'), ('tmp_6803', u'INT_ADD_-1205669108'), ('tmp_1152', u'CBRANCH_-1205668343'), (u'INT_NOTEQUAL_-1205667565', u'CBRANCH_-1205667563'), (u'INDIRECT_-1205665910', u'MULTIEQUAL_-1205665739'), (u'CALLIND_-1205668238', u'INDIRECT_-1205666212'), ('const-5739926', u'COPY_-1205665192'), (u'MULTIEQUAL_-1205666010', u'MULTIEQUAL_-1205665996'), (u'INT_ADD_-1205667614', u'CAST_-1205665261'), (u'INT_ADD_-1205669053', u'CAST_-1205666054'), ('const-8', u'PTRADD_-1205665883'), (u'LOAD_-1205667892', u'INT_EQUAL_-1205667871'), (u'CAST_-1205665856', u'INT_SUB_-1205668671'), (u'MULTIEQUAL_-1205666609', u'INT_LESS_-1205668738'), ('const-8', u'PTRADD_-1205666001'), (u'CAST_-1205665402', u'INT_ADD_-1205667548'), ('const-433', u'LOAD_-1205668367'), (u'PTRADD_-1205665412', u'INT_NOTEQUAL_-1205667882'), ('const-5452676', u'COPY_-1205665144'), (u'MULTIEQUAL_-1205666306', u'MULTIEQUAL_-1205666277'), (u'MULTIEQUAL_-1205666026', u'MULTIEQUAL_-1205665936'), (u'CAST_-1205665128', u'LOAD_-1205667627'), (u'CALL_-1205668130', u'INDIRECT_-1205665876'), (u'MULTIEQUAL_-1205665909', u'INT_ADD_-1205667495'), ('tmp_2461', u'CBRANCH_-1205667565'), ('tmp_6803', u'INT_ADD_-1205669053'), (u'CAST_-1205665925', u'INT_ADD_-1205668787'), (u'INT_ADD_-1205668587', u'CAST_-1205665832'), (u'MULTIEQUAL_-1205666134', u'INT_NOTEQUAL_-1205667580'), (u'MULTIEQUAL_-1205666335', u'MULTIEQUAL_-1205665938'), ('tmp_2816', u'BRANCH_-1205667167'), ('const-0', u'INT_NOTEQUAL_-1205669074'), ('const-8', u'PTRADD_-1205665933'), (u'LOAD_-1205667616', u'INT_EQUAL_-1205667601'), (u'MULTIEQUAL_-1205665996', u'MULTIEQUAL_-1205665726'), (u'PTRADD_-1205665661', u'INT_NOTEQUAL_-1205668146'), ('const-8', u'PTRADD_-1205665883'), ('const-2', u'INT_AND_-1205669090'), ('const-8', u'PTRADD_-1205665925'), (u'COPY_-1205665217', u'CALL_-1205667329'), (u'COPY_-1205668850', u'MULTIEQUAL_-1205667227'), (u'INT_AND_-1205667601', u'INT_NOTEQUAL_-1205667614'), (u'LOAD_-1205667798', u'CAST_-1205665293'), (u'LOAD_-1205667486', u'CAST_-1205665410'), (u'INT_AND_-1205669061', u'INT_NOTEQUAL_-1205669074'), (u'INT_EQUAL_-1205667547', u'CBRANCH_-1205667541'), (u'PTRADD_-1205665469', u'MULTIEQUAL_-1205666594'), (u'CAST_-1205666036', u'LOAD_-1205669036'), ('const-124', u'INT_ADD_-1205668787'), (u'COPY_-1205665493', u'MULTIEQUAL_-1205666638'), ('tmp_1468', u'CBRANCH_-1205668144'), (u'MULTIEQUAL_-1205665661', u'MULTIEQUAL_-1205665546'), (u'INT_NOTEQUAL_-1205667568', u'CBRANCH_-1205667565'), (u'PTRADD_-1205665557', u'LOAD_-1205667700'), (u'LOAD_-1205668589', u'INT_ADD_-1205668547'), (u'INT_EQUAL_-1205667549', u'CBRANCH_-1205667545'), ('tmp_1949', u'CBRANCH_-1205667541'), ('const-88', u'INT_ADD_-1205668191'), ('const-2', u'INT_AND_-1205667555'), (u'INDIRECT_-1205666212', u'MULTIEQUAL_-1205665740'), ('const-124', u'INT_ADD_-1205667511'), (u'LOAD_-1205668977', u'CAST_-1205665925'), (u'CAST_-1205665832', u'STORE_-1205668601'), ('tmp_2099', u'CBRANCH_-1205667584'), (u'INDIRECT_-1205665655', u'MULTIEQUAL_-1205665602'), ('tmp_6803', u'INT_ADD_-1205669078'), ('const-433', u'LOAD_-1205667491'), ('const-65280', u'INT_LESS_-1205668840'), (u'MULTIEQUAL_-1205665913', u'MULTIEQUAL_-1205665748'), ('const-0', u'INT_EQUAL_-1205668548'), (u'LOAD_-1205667531', u'INT_EQUAL_-1205667511'), (u'LOAD_-1205669094', u'COPY_-1205666088'), (u'MULTIEQUAL_-1205666589', u'MULTIEQUAL_-1205666906'), (u'MULTIEQUAL_-1205665686', u'MULTIEQUAL_-1205665661'), ('const-8', u'PTRADD_-1205665487'), (u'INT_AND_-1205667555', u'INT_NOTEQUAL_-1205667568'), (u'CALLIND_-1205667500', u'INDIRECT_-1205665733'), (u'INT_ADD_-1205667703', u'CAST_-1205665525'), ('const-433', u'LOAD_-1205668465'), ('const-56', u'INT_ADD_-1205667490'), (u'MULTIEQUAL_-1205665748', u'COPY_-1205665814'), ('const-24', u'INT_ADD_-1205668996'), (u'MULTIEQUAL_-1205665961', u'MULTIEQUAL_-1205666278'), (u'CAST_-1205665330', u'LOAD_-1205667873'), ('tmp_1913', u'CBRANCH_-1205667567'), ('const-8', u'PTRADD_-1205665453'), (u'MULTIEQUAL_-1205665961', u'MULTIEQUAL_-1205665938'), (u'CAST_-1205665414', u'CAST_-1205665402'), ('tmp_9151', u'MULTIEQUAL_-1205665474'), (u'CALL_-1205668176', u'INDIRECT_-1205665966'), (u'MULTIEQUAL_-1205666589', u'MULTIEQUAL_-1205666566'), (u'LOAD_-1205667892', u'MULTIEQUAL_-1205665738'), ('const-108', u'INT_ADD_-1205667548'), (u'MULTIEQUAL_-1205666099', u'INT_NOTEQUAL_-1205667580'), ('tmp_1532', u'CBRANCH_-1205667878'), (u'CAST_-1205665584', u'INT_NOTEQUAL_-1205668146'), (u'MULTIEQUAL_-1205666206', u'MULTIEQUAL_-1205665961'), (u'CAST_-1205666024', u'PTRADD_-1205666016'), (u'MULTIEQUAL_-1205665798', u'MULTIEQUAL_-1205665630'), (u'STORE_-1205668946', u'INDIRECT_-1205666577'), (u'PTRADD_-1205668527', u'CAST_-1205665821'), (u'MULTIEQUAL_-1205666816', u'COPY_-1205665705'), (u'LOAD_-1205667527', u'MULTIEQUAL_-1205666134'), (u'LOAD_-1205667719', u'LOAD_-1205667706'), ('const-433', u'LOAD_-1205668213'), ('const-2510592', u'PTRSUB_-1205665463'), (u'CAST_-1205665514', u'MULTIEQUAL_-1205666594'), (u'MULTIEQUAL_-1205665686', u'MULTIEQUAL_-1205666083'), (u'CALLIND_-1205667500', u'INDIRECT_-1205666002'), (u'CALL_-1205667356', u'INDIRECT_-1205665464'), ('const-17', u'INT_EQUAL_-1205667601'), ('const-433', u'STORE_-1205668601'), (u'INDIRECT_-1205665733', u'MULTIEQUAL_-1205665803'), ('const-704', u'INT_ADD_-1205668407'), (u'CAST_-1205665888', u'CAST_-1205665856'), ('const-433', u'STORE_-1205668887'), (u'PTRADD_-1205665283', u'COPY_-1205665325'), (u'INDIRECT_-1205665943', u'MULTIEQUAL_-1205665952'), ('const-0', u'INT_NOTEQUAL_-1205667568'), (u'INDIRECT_-1205665525', u'MULTIEQUAL_-1205665603'), (u'INT_ADD_-1205668547', u'CAST_-1205665807'), ('const-8', u'PTRADD_-1205665392'), (u'MULTIEQUAL_-1205666594', u'PTRADD_-1205665469'), ('const-433', u'LOAD_-1205667623'), (u'MULTIEQUAL_-1205665744', u'MULTIEQUAL_-1205665474'), ('const-0', u'STORE_-1205668714'), (u'INT_NOTEQUAL_-1205668226', u'CBRANCH_-1205668226'), ('const-5749344', u'COPY_-1205665246'), (u'MULTIEQUAL_-1205665798', u'PTRADD_-1205667526'), ('const-124', u'INT_ADD_-1205667876'), ('tmp_6803', u'INT_ADD_-1205667613'), (u'LOAD_-1205667566', u'CALL_-1205667508'), (u'COPY_-1205666089', u'MULTIEQUAL_-1205667283'), (u'MULTIEQUAL_-1205666625', u'PTRADD_-1205665487'), ('const-8', u'PTRADD_-1205665283'), (u'CALLIND_-1205667166', u'INDIRECT_-1205665768'), (u'INT_ADD_-1205667535', u'CAST_-1205665223'), (u'MULTIEQUAL_-1205665561', u'MULTIEQUAL_-1205665496'), ('tmp_2362', u'CBRANCH_-1205667848'), (u'CAST_-1205665454', u'LOAD_-1205667573'), ('tmp_1725', u'CBRANCH_-1205667611'), (u'MULTIEQUAL_-1205666875', u'LOAD_-1205668361'), (u'INDIRECT_-1205666212', u'MULTIEQUAL_-1205665726'), ('const-4948', u'CALL_-1205668130'), ('const-359', u'CALL_-1205667329'), (u'INT_EQUAL_-1205667871', u'CBRANCH_-1205667869'), (u'MULTIEQUAL_-1205666588', u'STORE_-1205668720'), (u'PTRADD_-1205666029', u'STORE_-1205668936'), (u'INDIRECT_-1205665697', u'COPY_-1205665750'), ('const-4', u'PTRADD_-1205665988'), (u'CAST_-1205665565', u'LOAD_-1205668213'), ('const-6', u'PTRADD_-1205665921'), ('const-0', u'PTRSUB_-1205665648'), (u'MULTIEQUAL_-1205665952', u'MULTIEQUAL_-1205665709'), (u'MULTIEQUAL_-1205665814', u'MULTIEQUAL_-1205665798'), (u'COPY_-1205665666', u'CALL_-1205668130'), (u'COPY_-1205665506', u'MULTIEQUAL_-1205666625'), (u'CALL_-1205667103', u'INDIRECT_-1205665412'), ('const-6', u'INT_SRIGHT_-1205668897'), (u'LOAD_-1205668226', u'CAST_-1205665565'), ('const-40', u'INT_ADD_-1205667535'), (u'COPY_-1205668623', u'MULTIEQUAL_-1205667130'), (u'MULTIEQUAL_-1205666083', u'MULTIEQUAL_-1205666026'), (u'CAST_-1205665883', u'INT_EQUAL_-1205668523'), (u'CAST_-1205665193', u'LOAD_-1205667491'), (u'CAST_-1205665674', u'INT_NOTEQUAL_-1205668345'), (u'CAST_-1205665289', u'INT_NOTEQUAL_-1205667776'), (u'MULTIEQUAL_-1205665924', u'INT_NOTEQUAL_-1205667565'), (u'MULTIEQUAL_-1205666436', u'MULTIEQUAL_-1205666043'), (u'LOAD_-1205667627', u'INT_AND_-1205667601'), ('const-8', u'PTRADD_-1205665464'), ('const-1', u'INT_ADD_-1205668178'), ('const-8', u'PTRADD_-1205665557'), ('const-1', u'PTRADD_-1205665380'), (u'CAST_-1205665293', u'MULTIEQUAL_-1205666398'), (u'PTRADD_-1205665380', u'LOAD_-1205667835'), (u'INDIRECT_-1205665652', u'COPY_-1205665700'), (u'MULTIEQUAL_-1205666063', u'MULTIEQUAL_-1205666370'), ('const-5749168', u'COPY_-1205665666'), ('const-8', u'PTRADD_-1205665260'), ('const-0', u'INT_EQUAL_-1205667547'), ('tmp_609', u'CBRANCH_-1205668744'), ('const-433', u'LOAD_-1205668728'), ('const-88', u'INT_ADD_-1205667614'), (u'MULTIEQUAL_-1205666964', u'MULTIEQUAL_-1205666566'), (u'SUBPIECE_-1205667183', u'STORE_-1205668601'), (u'LOAD_-1205669094', u'INT_ADD_-1205669026'), (u'INT_ADD_-1205668815', u'CAST_-1205665939'), (u'INT_EQUAL_-1205667610', u'CBRANCH_-1205667607'), ('const-433', u'LOAD_-1205669124'), (u'CAST_-1205665155', u'LOAD_-1205667562'), ('const-16', u'INT_ADD_-1205669020'), ('const-433', u'LOAD_-1205667811'), (u'LOAD_-1205668734', u'CAST_-1205665888'), (u'LOAD_-1205668831', u'INT_EQUAL_-1205668811'), ('const-0', u'INT_NOTEQUAL_-1205668226'), (u'LOAD_-1205668367', u'CAST_-1205665674'), (u'MULTIEQUAL_-1205666278', u'MULTIEQUAL_-1205666188'), ('tmp_954', u'CBRANCH_-1205668521'), ('const-24', u'INT_ADD_-1205669053'), (u'CAST_-1205665169', u'LOAD_-1205667588'), ('tmp_1877', u'CBRANCH_-1205667597'), ('const-48', u'INT_ADD_-1205667857'), (u'INT_ADD_-1205669020', u'CAST_-1205666036'), ('const-108', u'INT_ADD_-1205667600'), (u'STORE_-1205668861', u'INDIRECT_-1205666541'), (u'CALLIND_-1205668238', u'INT_NOTEQUAL_-1205668226'), (u'MULTIEQUAL_-1205666586', u'PTRADD_-1205665380'), ('const-1', u'PTRADD_-1205666029'), ('tmp_178', u'CBRANCH_-1205669048'), (u'LOAD_-1205668394', u'CALL_-1205668176'), (u'LOAD_-1205667531', u'CALLIND_-1205667500'), (u'INDIRECT_-1205665966', u'MULTIEQUAL_-1205665952'), ('tmp_886', u'CBRANCH_-1205668568'), ('const-5452676', u'COPY_-1205665118'), ('const-433', u'LOAD_-1205667630'), (u'LOAD_-1205668803', u'MULTIEQUAL_-1205666609'), (u'INT_ADD_-1205668407', u'CAST_-1205665711'), ('tmp_568', u'CBRANCH_-1205668781'), ('const-433', u'LOAD_-1205668977'), ('const-433', u'LOAD_-1205667873'), (u'MULTIEQUAL_-1205666442', u'MULTIEQUAL_-1205666428'), (u'CAST_-1205666067', u'LOAD_-1205669094'), ('tmp_528', u'CBRANCH_-1205668808'), (u'INT_SLESS_-1205669049', u'CBRANCH_-1205669048'), (u'INT_NOTEQUAL_-1205667684', u'CBRANCH_-1205667682'), (u'INDIRECT_-1205665681', u'COPY_-1205665723'), (u'CAST_-1205665883', u'CAST_-1205665855'), (u'MULTIEQUAL_-1205665918', u'MULTIEQUAL_-1205665909'), (u'CAST_-1205666025', u'LOAD_-1205669008'), (u'INT_NOTEQUAL_-1205667580', u'CBRANCH_-1205667578'), ('tmp_6803', u'INT_ADD_-1205667795'), ('const-5', u'PTRADD_-1205665925'), ('const-65280', u'INT_LESS_-1205668738'), (u'CAST_-1205665643', u'LOAD_-1205667892'), (u'COPY_-1205665683', u'MULTIEQUAL_-1205666832'), ('tmp_2555', u'BRANCH_-1205667501'), (u'INT_ADD_-1205668990', u'CAST_-1205666024'), (u'PTRADD_-1205665356', u'LOAD_-1205667792'), (u'LOAD_-1205667588', u'INT_EQUAL_-1205667569'), (u'STORE_-1205668887', u'INDIRECT_-1205666556'), (u'CAST_-1205665189', u'LOAD_-1205667644'), (u'LOAD_-1205668471', u'INT_ADD_-1205668407'), (u'INDIRECT_-1205665618', u'COPY_-1205665674'), (u'INT_EQUAL_-1205668811', u'CBRANCH_-1205668808'), ('const-7', u'PTRADD_-1205665909'), (u'LOAD_-1205667706', u'CAST_-1205665514'), (u'CALL_-1205667329', u'INDIRECT_-1205665428'), (u'PTRSUB_-1205666000', u'INT_EQUAL_-1205668811'), (u'INT_ADD_-1205669026', u'INT_SLESS_-1205669010'), (u'MULTIEQUAL_-1205666566', u'MULTIEQUAL_-1205666964'), (u'PTRADD_-1205665469', u'INT_NOTEQUAL_-1205667470'), (u'MULTIEQUAL_-1205666602', u'LOAD_-1205668226'), ('tmp_2330', u'CBRANCH_-1205667869'), ('const-433', u'STORE_-1205668841'), (u'LOAD_-1205667588', u'INT_ADD_-1205667546'), (u'INT_SRIGHT_-1205668648', u'MULTIEQUAL_-1205667130'), (u'LOAD_-1205667562', u'INT_EQUAL_-1205667547'), ('const-14', u'PTRADD_-1205665453'), ('const-4294967295', u'INT_EQUAL_-1205667871'), (u'CALLIND_-1205668172', u'INDIRECT_-1205665910'), (u'PTRADD_-1205665933', u'LOAD_-1205668734'), (u'LOAD_-1205667573', u'CALL_-1205667508'), (u'INT_SLESS_-1205668976', u'CBRANCH_-1205668965'), (u'MULTIEQUAL_-1205666906', u'COPY_-1205665776'), (u'PTRADD_-1205665661', u'MULTIEQUAL_-1205666602'), (u'CAST_-1205665565', u'CALL_-1205668176'), ('const-0', u'STORE_-1205668946'), (u'MULTIEQUAL_-1205666043', u'MULTIEQUAL_-1205666436'), (u'INT_ADD_-1205668178', u'MULTIEQUAL_-1205666306'), ('const-64', u'INT_ADD_-1205667795'), (u'LOAD_-1205668259', u'CAST_-1205665580'), (u'CAST_-1205665821', u'LOAD_-1205668589'), ('const-32', u'INT_ADD_-1205667613'), (u'LOAD_-1205667558', u'CALL_-1205667493'), (u'LOAD_-1205667719', u'PTRADD_-1205665557'), (u'MULTIEQUAL_-1205666832', u'MULTIEQUAL_-1205666589'), (u'CAST_-1205665893', u'LOAD_-1205668741'), ('const-433', u'LOAD_-1205667835'), (u'CAST_-1205666012', u'LOAD_-1205668977'), (u'LOAD_-1205668207', u'CALLIND_-1205668172'), (u'INT_ADD_-1205669108', u'CAST_-1205666083'), ('const--64', u'PTRSUB_-1205665832'), ('tmp_6803', u'INT_ADD_-1205667475'), (u'CAST_-1205665189', u'CAST_-1205665184'), (u'INT_ADD_-1205667557', u'CAST_-1205665454'), (u'CAST_-1205665716', u'MULTIEQUAL_-1205666875'), ('tmp_108', u'CBRANCH_-1205669103'), ('const-433', u'LOAD_-1205667545'), (u'PTRSUB_-1205665832', u'CALL_-1205668176'), ('tmp_6803', u'INT_ADD_-1205668961'), (u'PTRADD_-1205665453', u'CAST_-1205665409'), (u'CAST_-1205665644', u'INT_ADD_-1205667876'), (u'MULTIEQUAL_-1205665546', u'MULTIEQUAL_-1205665378'), (u'CALL_-1205667493', u'INDIRECT_-1205665851'), ('const-1', u'RETURN_-1205668125'), ('const-56', u'INT_ADD_-1205667703'), ('tmp_9145', u'MULTIEQUAL_-1205665602'), ('const-433', u'LOAD_-1205668831'), (u'COPY_-1205666651', u'MULTIEQUAL_-1205666588'), (u'CALL_-1205667508', u'INDIRECT_-1205665785'), ('const-433', u'LOAD_-1205667573'), ('const-72', u'INT_ADD_-1205668422'), ('tmp_2059', u'CBRANCH_-1205667607'), (u'CALL_-1205667493', u'INDIRECT_-1205665582'), ('const-0', u'STORE_-1205668861'), (u'LOAD_-1205668465', u'INT_EQUAL_-1205668450'), ('const-5452676', u'COPY_-1205665258'), ('const-5749456', u'COPY_-1205665161'), (u'INT_ADD_-1205667550', u'CAST_-1205665449'), (u'INDIRECT_-1205665794', u'MULTIEQUAL_-1205665855'), (u'LOAD_-1205668471', u'INT_ADD_-1205668415'), (u'LOAD_-1205668728', u'CAST_-1205665883'), (u'INDIRECT_-1205665943', u'MULTIEQUAL_-1205665474'), (u'PTRADD_-1205665883', u'MULTIEQUAL_-1205666964'), ('const-40', u'INT_ADD_-1205667550'), (u'LOAD_-1205669069', u'INT_ADD_-1205668990'), ('const-4163', u'CALL_-1205667356'), (u'INT_ADD_-1205668996', u'CAST_-1205666025'), (u'COPY_-1205665161', u'CALL_-1205667260'), (u'MULTIEQUAL_-1205666609', u'MULTIEQUAL_-1205666588'), (u'MULTIEQUAL_-1205665709', u'MULTIEQUAL_-1205665686'), (u'LOAD_-1205667630', u'CALLIND_-1205667409'), (u'MULTIEQUAL_-1205666335', u'MULTIEQUAL_-1205666278'), ('const-5431929', u'COPY_-1205665177'), ('const-48', u'INT_ADD_-1205668725'), (u'MULTIEQUAL_-1205666306', u'MULTIEQUAL_-1205666063'), (u'MULTIEQUAL_-1205666538', u'MULTIEQUAL_-1205666523'), ('const-433', u'LOAD_-1205668438'), (u'MULTIEQUAL_-1205666875', u'LOAD_-1205668162'), (u'MULTIEQUAL_-1205665952', u'MULTIEQUAL_-1205665936'), ('const-433', u'LOAD_-1205668563'), (u'INT_EQUAL_-1205668570', u'CBRANCH_-1205668568'), (u'CALL_-1205667049', u'INDIRECT_-1205665386'), (u'CALLIND_-1205667166', u'INDIRECT_-1205665499'), (u'PTRADD_-1205665921', u'STORE_-1205668714'), ('const-3', u'PTRADD_-1205666001'), (u'INT_NOTEQUAL_-1205669074', u'CBRANCH_-1205669074'), ('const-433', u'LOAD_-1205667506'), (u'LOAD_-1205667700', u'CAST_-1205665510'), (u'PTRADD_-1205666016', u'STORE_-1205668887'), ('tmp_9151', u'MULTIEQUAL_-1205666221'), ('tmp_2275', u'BRANCH_-1205667410'), ('tmp_6808', u'INT_ADD_-1205669020'), ('const-16', u'PTRADD_-1205668527'), (u'MULTIEQUAL_-1205666523', u'MULTIEQUAL_-1205666538'), (u'PTRADD_-1205667526', u'CAST_-1205665169'), ('const-433', u'STORE_-1205668699'), (u'INT_NOTEQUAL_-1205668146', u'CBRANCH_-1205668144'), ('const-433', u'LOAD_-1205667548'), (u'LOAD_-1205668207', u'INT_EQUAL_-1205668187'), (u'COPY_-1205666261', u'MULTIEQUAL_-1205666021'), (u'INT_ADD_-1205667857', u'CAST_-1205665330'), (u'MULTIEQUAL_-1205666277', u'INT_NOTEQUAL_-1205667850'), ('const-1', u'RETURN_-1205667403'), (u'CAST_-1205665855', u'INT_SUB_-1205668671'), ('const-72', u'INT_ADD_-1205667557'), (u'CAST_-1205665414', u'PTRADD_-1205665453'), (u'MULTIEQUAL_-1205666099', u'MULTIEQUAL_-1205666111'), (u'COPY_-1205665177', u'CALL_-1205667260'), ('const-0', u'STORE_-1205668887'), (u'LOAD_-1205668254', u'INT_ADD_-1205668232'), ('tmp_6808', u'INT_ADD_-1205668996'), ('const-433', u'LOAD_-1205668394'), ('const-1', u'RETURN_-1205667351'), (u'INDIRECT_-1205665386', u'MULTIEQUAL_-1205665350'), ('tmp_9151', u'MULTIEQUAL_-1205665350'), ('tmp_924', u'CBRANCH_-1205668541'), ('const-433', u'LOAD_-1205667792'), ('const-1', u'PTRADD_-1205665265'), (u'CALL_-1205668130', u'INDIRECT_-1205666145'), ('const-433', u'LOAD_-1205667486'), ('const-63', u'INT_ADD_-1205668979'), ('tmp_144', u'CBRANCH_-1205669074'), ('tmp_6803', u'INT_ADD_-1205667550'), ('const-433', u'LOAD_-1205669036'), (u'INT_EQUAL_-1205668548', u'CBRANCH_-1205668541'), ('const--1', u'PTRADD_-1205665741'), (u'MULTIEQUAL_-1205666735', u'MULTIEQUAL_-1205666721'), (u'CAST_-1205665694', u'LOAD_-1205668394'), (u'INT_ADD_-1205668979', u'COPY_-1205666089'), (u'COPY_-1205665214', u'CALL_-1205667329'), (u'CAST_-1205665514', u'INT_NOTEQUAL_-1205667684'), (u'INT_SLESS_-1205669010', u'CBRANCH_-1205669017'), (u'MULTIEQUAL_-1205666602', u'LOAD_-1205668259'), (u'PTRADD_-1205665988', u'STORE_-1205668841'), ('const-40', u'INT_ADD_-1205668378'), ('const-5749263', u'COPY_-1205665135'), (u'CAST_-1205666024', u'STORE_-1205668946'), ('const-8', u'INT_ADD_-1205668415'), ('tmp_6803', u'INT_ADD_-1205668725'), (u'MULTIEQUAL_-1205666428', u'COPY_-1205665325'), (u'INT_ADD_-1205667876', u'CAST_-1205665643'), (u'INT_ADD_-1205668232', u'CAST_-1205665573'), ('const-433', u'LOAD_-1205668589'), (u'LOAD_-1205667644', u'INT_ADD_-1205667614'), (u'MULTIEQUAL_-1205665561', u'MULTIEQUAL_-1205665546'), (u'CAST_-1205665314', u'INT_NOTEQUAL_-1205667819'), (u'LOAD_-1205668977', u'LOAD_-1205668837'), ('const-433', u'LOAD_-1205667719'), (u'PTRADD_-1205665883', u'MULTIEQUAL_-1205666542'), (u'MULTIEQUAL_-1205665546', u'MULTIEQUAL_-1205665561'), (u'CAST_-1205665183', u'LOAD_-1205667616'), ('const-2', u'PTRADD_-1205666016'), ('const-20561', u'INT_ADD_-1205668547'), (u'COPY_-1205666261', u'MULTIEQUAL_-1205666099'), (u'LOAD_-1205668213', u'INT_ADD_-1205668191'), ('const-1', u'PTRADD_-1205667526'), ('const-64', u'INT_ADD_-1205667475'), (u'CAST_-1205665184', u'INT_NOTEQUAL_-1205667559'), ('tmp_308', u'CBRANCH_-1205668965'), ('const-433', u'LOAD_-1205667644'), (u'CALLIND_-1205668172', u'MULTIEQUAL_-1205665738'), (u'INDIRECT_-1205666528', u'MULTIEQUAL_-1205666473'), ('const-44', u'INT_ADD_-1205668587'), ('const-8', u'PTRADD_-1205665469'), ('tmp_814', u'CBRANCH_-1205668620'), (u'MULTIEQUAL_-1205666278', u'MULTIEQUAL_-1205665961'), ('const-80', u'INT_ADD_-1205668961'), (u'PTRADD_-1205665464', u'LOAD_-1205667486'), ('const-1', u'COPY_-1205666511'), (u'CAST_-1205665939', u'LOAD_-1205668831'), ('tmp_2805', u'CBRANCH_-1205667505'), ('const-433', u'LOAD_-1205667551'), (u'MULTIEQUAL_-1205666964', u'MULTIEQUAL_-1205666906'), (u'CALL_-1205667408', u'INDIRECT_-1205665349'), (u'COPY_-1205665246', u'CALL_-1205667356'), (u'CAST_-1205666054', u'LOAD_-1205669069'), (u'MULTIEQUAL_-1205666277', u'INT_ADD_-1205668178'), (u'PTRSUB_-1205665463', u'INT_EQUAL_-1205667511'), (u'MULTIEQUAL_-1205666816', u'PTRADD_-1205665675'), (u'COPY_-1205665669', u'CALL_-1205668130'), ('const-8', u'PTRADD_-1205665487'), (u'INT_ADD_-1205668422', u'CAST_-1205665721'), (u'MULTIEQUAL_-1205666906', u'MULTIEQUAL_-1205666589'), (u'CAST_-1205666024', u'PTRADD_-1205665925'), (u'COPY_-1205665144', u'CALL_-1205667408'), (u'LOAD_-1205667811', u'LOAD_-1205667798'), (u'MULTIEQUAL_-1205665738', u'INT_NOTEQUAL_-1205667850'), (u'INT_NOTEQUAL_-1205667470', u'CBRANCH_-1205667468'), (u'MULTIEQUAL_-1205666111', u'MULTIEQUAL_-1205666099'), (u'CAST_-1205666083', u'LOAD_-1205669124'), ('const-0', u'RETURN_-1205667550'), (u'COPY_-1205665189', u'CALL_-1205667103'), (u'LOAD_-1205668248', u'CALLIND_-1205668238'), ('const-92', u'CALL_-1205667260'), ('const-5739926', u'COPY_-1205665669'), (u'CAST_-1205665419', u'LOAD_-1205667506'), (u'MULTIEQUAL_-1205666221', u'MULTIEQUAL_-1205665744'), ('const-0', u'COPY_-1205668850'), ('const-5749392', u'COPY_-1205665109'), (u'COPY_-1205665325', u'MULTIEQUAL_-1205666442'), (u'CAST_-1205665721', u'LOAD_-1205668438'), (u'LOAD_-1205667873', u'MULTIEQUAL_-1205666586'), (u'MULTIEQUAL_-1205665814', u'MULTIEQUAL_-1205665748'), ('const-433', u'LOAD_-1205667706'), ('const-3', u'PTRADD_-1205665412'), (u'INT_ADD_-1205667490', u'CAST_-1205665419'), (u'CALL_-1205667103', u'INDIRECT_-1205665681'), (u'INT_EQUAL_-1205668450', u'CBRANCH_-1205668443'), ('const-0', u'PTRSUB_-1205665463'), (u'MULTIEQUAL_-1205666875', u'PTRADD_-1205665412'), (u'LOAD_-1205667548', u'CALL_-1205667508'), (u'MULTIEQUAL_-1205666735', u'PTRADD_-1205665464'), ('const-1', u'COPY_-1205665855'), (u'INT_ADD_-1205667515', u'CAST_-1205665384'), ('const-20561', u'INT_ADD_-1205667546'), (u'CAST_-1205665261', u'LOAD_-1205667630'), ('const-72', u'INT_ADD_-1205667542'), ('const-0', u'PTRSUB_-1205665370'), ('tmp_1034', u'CBRANCH_-1205668443'), ('const-88', u'INT_ADD_-1205667515'), (u'CAST_-1205665573', u'LOAD_-1205668248'), (u'INT_LESS_-1205668738', u'CBRANCH_-1205668744'), (u'CALLIND_-1205668172', u'INDIRECT_-1205666179'), (u'CAST_-1205665228', u'LOAD_-1205667558'), (u'PTRSUB_-1205665545', u'CALL_-1205667508'), ('const-8', u'PTRADD_-1205665675'), (u'MULTIEQUAL_-1205666277', u'MULTIEQUAL_-1205666306'), (u'PTRADD_-1205665675', u'MULTIEQUAL_-1205666832'), ('tmp_2131', u'CBRANCH_-1205667563'), (u'LOAD_-1205667630', u'INT_EQUAL_-1205667610'), (u'MULTIEQUAL_-1205665996', u'MULTIEQUAL_-1205666010'), (u'CALLIND_-1205667409', u'INDIRECT_-1205665525'), (u'INDIRECT_-1205665582', u'MULTIEQUAL_-1205665561'), ('const-32', u'INT_ADD_-1205669108'), (u'MULTIEQUAL_-1205666594', u'LOAD_-1205667590'), ('const-16', u'INT_ADD_-1205669078'), ('tmp_6797', u'PTRSUB_-1205665364'), (u'CALLIND_-1205667500', u'MULTIEQUAL_-1205666134'), (u'STORE_-1205668841', u'INDIRECT_-1205666528'), (u'STORE_-1205668699', u'INDIRECT_-1205666450'), (u'INDIRECT_-1205665608', u'COPY_-1205665645'), ('const-0', u'INT_SLESS_-1205669049'), (u'MULTIEQUAL_-1205665909', u'INT_NOTEQUAL_-1205667565'), ('const-433', u'LOAD_-1205668361'), ('const-1', u'PTRADD_-1205665392'), (u'PTRSUB_-1205665648', u'INT_EQUAL_-1205668187'), (u'CAST_-1205666024', u'PTRADD_-1205666001'), ('tmp_6803', u'INT_ADD_-1205667557'), (u'CAST_-1205665580', u'LOAD_-1205668254'), ('const-4', u'INT_AND_-1205669061'), (u'MULTIEQUAL_-1205666118', u'PTRADD_-1205665392'), ('const-5739926', u'COPY_-1205665217'), ('const-433', u'LOAD_-1205667606'), (u'INDIRECT_-1205665943', u'MULTIEQUAL_-1205665739'), (u'INDIRECT_-1205666420', u'PTRADD_-1205668527'), ('const-433', u'LOAD_-1205669069'), (u'INT_ADD_-1205669078', u'CAST_-1205666067'), ('const-1', u'PTRADD_-1205665469'), (u'PTRADD_-1205665925', u'CAST_-1205665879'), (u'INT_SRIGHT_-1205668897', u'INT_LESS_-1205668840'), (u'INT_ADD_-1205668415', u'CAST_-1205665716'), (u'LOAD_-1205668837', u'INT_ADD_-1205668815'), ('const-1', u'PTRADD_-1205665557'), (u'LOAD_-1205668471', u'INT_ADD_-1205668449'), (u'LOAD_-1205669094', u'INT_ADD_-1205668979'), ('tmp_1206', u'CBRANCH_-1205668226'), (u'INT_ADD_-1205667590', u'CAST_-1205665250'), (u'CALLIND_-1205667166', u'MULTIEQUAL_-1205666609'), (u'CAST_-1205665410', u'INT_NOTEQUAL_-1205667470'), (u'COPY_-1205665135', u'CALL_-1205667408'), (u'INDIRECT_-1205666420', u'MULTIEQUAL_-1205666335'), (u'INT_ADD_-1205667542', u'CAST_-1205665228'), (u'CAST_-1205665565', u'CALLIND_-1205668172'), (u'MULTIEQUAL_-1205666118', u'LOAD_-1205668471'), (u'MULTIEQUAL_-1205665996', u'MULTIEQUAL_-1205666054'), (u'PTRADD_-1205665487', u'MULTIEQUAL_-1205666638'), (u'COPY_-1205666088', u'MULTIEQUAL_-1205667283'), (u'CAST_-1205665879', u'STORE_-1205668720'), (u'INDIRECT_-1205666235', u'MULTIEQUAL_-1205666206'), ('tmp_6803', u'INT_ADD_-1205667535'), (u'LOAD_-1205667533', u'CALL_-1205667493'), (u'CALL_-1205667260', u'INDIRECT_-1205665383'), (u'PTRSUB_-1205665364', u'CALL_-1205667493'), ('const-0', u'STORE_-1205668699'), ('const-17', u'INT_EQUAL_-1205667549'), (u'CAST_-1205666024', u'PTRADD_-1205665988'), (u'CAST_-1205665510', u'INT_NOTEQUAL_-1205667684'), ('const-1', u'PTRADD_-1205665356'), ('const-0', u'INT_NOTEQUAL_-1205667614'), (u'MULTIEQUAL_-1205666221', u'MULTIEQUAL_-1205665378'), (u'CAST_-1205665189', u'CAST_-1205665251'), ('const-207', u'CALL_-1205666995'), (u'MULTIEQUAL_-1205666638', u'MULTIEQUAL_-1205666542'), (u'LOAD_-1205668741', u'PTRADD_-1205665933'), ('const-433', u'LOAD_-1205668471'), (u'LOAD_-1205668563', u'INT_EQUAL_-1205668548'), ('const-8', u'PTRADD_-1205665909'), (u'MULTIEQUAL_-1205665546', u'MULTIEQUAL_-1205665603'), (u'INT_AND_-1205669090', u'INT_EQUAL_-1205669104'), (u'LOAD_-1205667506', u'MULTIEQUAL_-1205666735'), ('const-433', u'LOAD_-1205667892'), (u'COPY_-1205665258', u'CALL_-1205667356'), (u'CAST_-1205666024', u'PTRADD_-1205665909'), (u'LOAD_-1205668162', u'CAST_-1205665584'), ('const-8', u'PTRADD_-1205666016'), (u'INT_ADD_-1205667510', u'MULTIEQUAL_-1205666111'), (u'CAST_-1205665293', u'INT_NOTEQUAL_-1205667776'), ('tmp_2423', u'BRANCH_-1205667669'), (u'COPY_-1205665585', u'MULTIEQUAL_-1205666625'), ('const-433', u'STORE_-1205668946'), (u'MULTIEQUAL_-1205665938', u'MULTIEQUAL_-1205666335'), (u'INT_EQUAL_-1205667569', u'CBRANCH_-1205667567'), (u'INT_LESS_-1205668840', u'CBRANCH_-1205668847'), ('const-8', u'PTRADD_-1205665921'), (u'MULTIEQUAL_-1205666816', u'COPY_-1205665683'), ('const-1', u'INT_ADD_-1205667510'), (u'INT_NOTEQUAL_-1205667614', u'CBRANCH_-1205667611'), (u'MULTIEQUAL_-1205667283', u'INT_SRIGHT_-1205668897'), ('const-433', u'LOAD_-1205668741'), (u'CAST_-1205665250', u'LOAD_-1205667606'), ('const-433', u'STORE_-1205668720'), (u'CAST_-1205666024', u'CAST_-1205665833'), (u'INDIRECT_-1205665733', u'COPY_-1205665784'), (u'INDIRECT_-1205666002', u'MULTIEQUAL_-1205666054'), (u'LOAD_-1205669094', u'INT_SLESS_-1205668976'), (u'LOAD_-1205668741', u'LOAD_-1205668728'), ('tmp_1256', u'CBRANCH_-1205668185'), (u'CAST_-1205665401', u'LOAD_-1205667564'), ('const-752', u'INT_ADD_-1205668449'), ('tmp_2416', u'CBRANCH_-1205667682'), (u'MULTIEQUAL_-1205665909', u'MULTIEQUAL_-1205665918'), ('const-8', u'PTRADD_-1205665265'), (u'LOAD_-1205667811', u'PTRADD_-1205665356'), ('const-4294967295', u'INT_EQUAL_-1205667586'), ('const-433', u'LOAD_-1205668207'), ('const-5749200', u'COPY_-1205665214'), (u'LOAD_-1205668361', u'CAST_-1205665669'), ('const--64', u'PTRSUB_-1205665364'), (u'MULTIEQUAL_-1205666099', u'INT_ADD_-1205667510'), (u'INT_LESS_-1205668613', u'CBRANCH_-1205668620'), (u'INT_EQUAL_-1205667511', u'CBRANCH_-1205667509'), (u'LOAD_-1205667491', u'MULTIEQUAL_-1205666538'), (u'INDIRECT_-1205666420', u'MULTIEQUAL_-1205665630'), (u'LOAD_-1205669069', u'INT_SLESS_-1205669049'), (u'MULTIEQUAL_-1205666428', u'PTRADD_-1205665283'), (u'INT_ADD_-1205667495', u'MULTIEQUAL_-1205665918'), (u'MULTIEQUAL_-1205666370', u'MULTIEQUAL_-1205666277'), (u'INT_EQUAL_-1205667507', u'CBRANCH_-1205667505'), (u'CAST_-1205665384', u'LOAD_-1205667531'), ('const-4294967295', u'INT_EQUAL_-1205668783'), (u'INDIRECT_-1205666528', u'MULTIEQUAL_-1205665726'), (u'CALL_-1205667408', u'INDIRECT_-1205665618'), ('const-433', u'LOAD_-1205667700'), (u'LOAD_-1205668438', u'CALL_-1205668176'), (u'LOAD_-1205667835', u'CAST_-1205665314'), ('tmp_2499', u'CBRANCH_-1205667545'), ('const-1', u'INT_EQUAL_-1205668450'), ('const-1', u'PTRADD_-1205665933'), ('const-8', u'PTRADD_-1205665661'), (u'MULTIEQUAL_-1205666010', u'MULTIEQUAL_-1205665913'), (u'INT_ADD_-1205668191', u'CAST_-1205665551'), (u'MULTIEQUAL_-1205665496', u'MULTIEQUAL_-1205665350'), ('const-1', u'PTRADD_-1205665260'), (u'PTRADD_-1205665392', u'MULTIEQUAL_-1205666118'), (u'CALL_-1205668176', u'INDIRECT_-1205666235'), ('const-433', u'LOAD_-1205667564'), (u'COPY_-1205665109', u'CALL_-1205666995'), (u'CALL_-1205667049', u'INDIRECT_-1205665655'), (u'INT_EQUAL_-1205668187', u'CBRANCH_-1205668185'), ('const-433', u'LOAD_-1205669094'), (u'PTRADD_-1205665883', u'COPY_-1205665585'), ('const-433', u'LOAD_-1205667590'), (u'INT_EQUAL_-1205667601', u'CBRANCH_-1205667597'), (u'MULTIEQUAL_-1205666721', u'MULTIEQUAL_-1205666735'), (u'INDIRECT_-1205666212', u'MULTIEQUAL_-1205666206'), ('const-433', u'LOAD_-1205668734'), ('const-8', u'PTRADD_-1205665988'), ('const--1', u'INT_SLESS_-1205668976'), (u'INT_NOTEQUAL_-1205668345', u'CBRANCH_-1205668343'), (u'PTRADD_-1205665412', u'MULTIEQUAL_-1205666875'), (u'MULTIEQUAL_-1205665546', u'MULTIEQUAL_-1205665474'), (u'INDIRECT_-1205666420', u'MULTIEQUAL_-1205665996'), ('const-433', u'LOAD_-1205667558'), (u'INDIRECT_-1205665851', u'MULTIEQUAL_-1205665814'), (u'LOAD_-1205667606', u'MULTIEQUAL_-1205665924'), (u'CALL_-1205667508', u'INDIRECT_-1205666054'), (u'MULTIEQUAL_-1205665913', u'MULTIEQUAL_-1205665798'), (u'MULTIEQUAL_-1205666625', u'COPY_-1205665493'), (u'MULTIEQUAL_-1205666436', u'MULTIEQUAL_-1205666370'), (u'INT_ADD_-1205667795', u'CAST_-1205665303'), (u'MULTIEQUAL_-1205666026', u'MULTIEQUAL_-1205665709'), ('const-0', u'COPY_-1205666651'), ('tmp_473', u'CBRANCH_-1205668847'), ('const-0', u'SUBPIECE_-1205667183'), ('const-1', u'PTRADD_-1205665464'), ('tmp_6797', u'PTRSUB_-1205665545'), (u'CAST_-1205665184', u'INT_ADD_-1205667600'), (u'LOAD_-1205667575', u'CAST_-1205665184'), (u'MULTIEQUAL_-1205665748', u'MULTIEQUAL_-1205665602'), (u'MULTIEQUAL_-1205666542', u'MULTIEQUAL_-1205666428'), (u'LOAD_-1205669008', u'INT_ADD_-1205668990'), ('const-433', u'STORE_-1205668861'), ('const-8', u'PTRADD_-1205665380'), (u'PTRADD_-1205665265', u'MULTIEQUAL_-1205666398'), ('const-433', u'LOAD_-1205668259'), (u'PTRADD_-1205665909', u'STORE_-1205668699'), (u'CAST_-1205665674', u'MULTIEQUAL_-1205666602'), ('const-8', u'PTRADD_-1205665356'), ('tmp_2749', u'CBRANCH_-1205667468'), (u'COPY_-1205665855', u'MULTIEQUAL_-1205666021'), (u'COPY_-1205665192', u'CALL_-1205667103'), (u'INT_NOTEQUAL_-1205667819', u'CBRANCH_-1205667816'), (u'INT_ADD_-1205667600', u'CAST_-1205665183')] | null | null | 003df2d0 | x64 | O2 | (translation_unit "void FUN_003df2d0(long param_1,long param_2)\n\n{\n long lVar1;\n code *pcVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long *plVar5;\n char cVar6;\n int iVar7;\n uint uVar8;\n long lVar9;\n ulong uVar10;\n long *plVar11;\n long *plVar12;\n undefined8 *puVar13;\n undefined8 *puVar14;\n int iVar15;\n long *local_50;\n undefined8 *local_40 [2];\n \n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }\n lVar1 = *(long *)(param_1 + 0x10);\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n lVar9 = *(long *)(param_1 + 0x18);\n if ((lVar9 < 0) || (*(long *)(param_2 + 0x10) < lVar9 + lVar1)) {\n FUN_003c87b0();\n }\n else {\n puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18));\n plVar12 = *(long **)(param_1 + 0x50);\n lVar9 = lVar1 + 0x3f;\n if (-1 < lVar1) {\n lVar9 = lVar1;\n }\n *puVar13 = 0;\n puVar13[1] = 0;\n uVar10 = lVar9 >> 6;\n puVar13[2] = 0;\n puVar13[3] = 0;\n if (uVar10 < 0xff00) {\n uVar10 = 0;\n }\n puVar13[4] = uVar10;\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_00264f00) {\n uVar8 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar8 == 0xffffffff) {\nLAB_003df679:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*pcVar2)();\n }\n if (uVar8 < 0xff00) {\n uVar8 = 0;\n }\n plVar11 = *(long **)(param_1 + 0x30);\n plVar12 = (long *)plVar11[1];\n local_50 = (long *)*plVar11;\n *(uint *)(puVar13 + 5) = uVar8;\n puVar13[6] = 0;\n puVar13[7] = 0;\n uVar10 = (long)plVar12 - (long)local_50 >> 3;\n if (uVar10 < 0xffff) {\n uVar10 = 0;\n }\n puVar14 = puVar13 + 8;\n *(int *)((long)puVar13 + 0x2c) = (int)uVar10;\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) {\nLAB_003df6cc:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') {\n if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }\n }\n else {\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }\n plVar12 = *(long **)(param_1 + 0x40);\n puVar13 = (undefined8 *)*plVar12;\n if (puVar13 != (undefined8 *)plVar12[1]) {\n do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);\n }\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n return;\n }\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xe3,"offset");\n}\n\n" (function_definition "void FUN_003df2d0(long param_1,long param_2)\n\n{\n long lVar1;\n code *pcVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long *plVar5;\n char cVar6;\n int iVar7;\n uint uVar8;\n long lVar9;\n ulong uVar10;\n long *plVar11;\n long *plVar12;\n undefined8 *puVar13;\n undefined8 *puVar14;\n int iVar15;\n long *local_50;\n undefined8 *local_40 [2];\n \n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }\n lVar1 = *(long *)(param_1 + 0x10);\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n lVar9 = *(long *)(param_1 + 0x18);\n if ((lVar9 < 0) || (*(long *)(param_2 + 0x10) < lVar9 + lVar1)) {\n FUN_003c87b0();\n }\n else {\n puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18));\n plVar12 = *(long **)(param_1 + 0x50);\n lVar9 = lVar1 + 0x3f;\n if (-1 < lVar1) {\n lVar9 = lVar1;\n }\n *puVar13 = 0;\n puVar13[1] = 0;\n uVar10 = lVar9 >> 6;\n puVar13[2] = 0;\n puVar13[3] = 0;\n if (uVar10 < 0xff00) {\n uVar10 = 0;\n }\n puVar13[4] = uVar10;\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_00264f00) {\n uVar8 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar8 == 0xffffffff) {\nLAB_003df679:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*pcVar2)();\n }\n if (uVar8 < 0xff00) {\n uVar8 = 0;\n }\n plVar11 = *(long **)(param_1 + 0x30);\n plVar12 = (long *)plVar11[1];\n local_50 = (long *)*plVar11;\n *(uint *)(puVar13 + 5) = uVar8;\n puVar13[6] = 0;\n puVar13[7] = 0;\n uVar10 = (long)plVar12 - (long)local_50 >> 3;\n if (uVar10 < 0xffff) {\n uVar10 = 0;\n }\n puVar14 = puVar13 + 8;\n *(int *)((long)puVar13 + 0x2c) = (int)uVar10;\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) {\nLAB_003df6cc:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') {\n if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }\n }\n else {\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }\n plVar12 = *(long **)(param_1 + 0x40);\n puVar13 = (undefined8 *)*plVar12;\n if (puVar13 != (undefined8 *)plVar12[1]) {\n do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);\n }\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n return;\n }\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xe3,"offset");\n}" primitive_type (function_declarator "FUN_003df2d0(long param_1,long param_2)" identifier (parameter_list "(long param_1,long param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long lVar1;\n code *pcVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long *plVar5;\n char cVar6;\n int iVar7;\n uint uVar8;\n long lVar9;\n ulong uVar10;\n long *plVar11;\n long *plVar12;\n undefined8 *puVar13;\n undefined8 *puVar14;\n int iVar15;\n long *local_50;\n undefined8 *local_40 [2];\n \n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }\n lVar1 = *(long *)(param_1 + 0x10);\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n lVar9 = *(long *)(param_1 + 0x18);\n if ((lVar9 < 0) || (*(long *)(param_2 + 0x10) < lVar9 + lVar1)) {\n FUN_003c87b0();\n }\n else {\n puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18));\n plVar12 = *(long **)(param_1 + 0x50);\n lVar9 = lVar1 + 0x3f;\n if (-1 < lVar1) {\n lVar9 = lVar1;\n }\n *puVar13 = 0;\n puVar13[1] = 0;\n uVar10 = lVar9 >> 6;\n puVar13[2] = 0;\n puVar13[3] = 0;\n if (uVar10 < 0xff00) {\n uVar10 = 0;\n }\n puVar13[4] = uVar10;\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_00264f00) {\n uVar8 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar8 == 0xffffffff) {\nLAB_003df679:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*pcVar2)();\n }\n if (uVar8 < 0xff00) {\n uVar8 = 0;\n }\n plVar11 = *(long **)(param_1 + 0x30);\n plVar12 = (long *)plVar11[1];\n local_50 = (long *)*plVar11;\n *(uint *)(puVar13 + 5) = uVar8;\n puVar13[6] = 0;\n puVar13[7] = 0;\n uVar10 = (long)plVar12 - (long)local_50 >> 3;\n if (uVar10 < 0xffff) {\n uVar10 = 0;\n }\n puVar14 = puVar13 + 8;\n *(int *)((long)puVar13 + 0x2c) = (int)uVar10;\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) {\nLAB_003df6cc:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') {\n if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }\n }\n else {\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }\n plVar12 = *(long **)(param_1 + 0x40);\n puVar13 = (undefined8 *)*plVar12;\n if (puVar13 != (undefined8 *)plVar12[1]) {\n do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);\n }\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n return;\n }\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xe3,"offset");\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "code *pcVar2;" type_identifier (pointer_declarator "*pcVar2" * identifier) ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (declaration "long *plVar5;" (sized_type_specifier "long" long) (pointer_declarator "*plVar5" * identifier) ;) (declaration "char cVar6;" primitive_type identifier ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "uint uVar8;" type_identifier identifier ;) (declaration "long lVar9;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar10;" type_identifier identifier ;) (declaration "long *plVar11;" (sized_type_specifier "long" long) (pointer_declarator "*plVar11" * identifier) ;) (declaration "long *plVar12;" (sized_type_specifier "long" long) (pointer_declarator "*plVar12" * identifier) ;) (declaration "undefined8 *puVar13;" type_identifier (pointer_declarator "*puVar13" * identifier) ;) (declaration "undefined8 *puVar14;" type_identifier (pointer_declarator "*puVar14" * identifier) ;) (declaration "int iVar15;" primitive_type identifier ;) (declaration "long *local_50;" (sized_type_specifier "long" long) (pointer_declarator "*local_50" * identifier) ;) (declaration "undefined8 *local_40 [2];" type_identifier (pointer_declarator "*local_40 [2]" * (array_declarator "local_40 [2]" identifier [ number_literal ])) ;) (if_statement "if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\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 "{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }" { 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 "lVar1 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x10)" identifier = (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (if_statement "if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n lVar9 = *(long *)(param_1 + 0x18);\n if ((lVar9 < 0) || (*(long *)(param_2 + 0x10) < lVar9 + lVar1)) {\n FUN_003c87b0();\n }\n else {\n puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18));\n plVar12 = *(long **)(param_1 + 0x50);\n lVar9 = lVar1 + 0x3f;\n if (-1 < lVar1) {\n lVar9 = lVar1;\n }\n *puVar13 = 0;\n puVar13[1] = 0;\n uVar10 = lVar9 >> 6;\n puVar13[2] = 0;\n puVar13[3] = 0;\n if (uVar10 < 0xff00) {\n uVar10 = 0;\n }\n puVar13[4] = uVar10;\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_00264f00) {\n uVar8 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar8 == 0xffffffff) {\nLAB_003df679:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*pcVar2)();\n }\n if (uVar8 < 0xff00) {\n uVar8 = 0;\n }\n plVar11 = *(long **)(param_1 + 0x30);\n plVar12 = (long *)plVar11[1];\n local_50 = (long *)*plVar11;\n *(uint *)(puVar13 + 5) = uVar8;\n puVar13[6] = 0;\n puVar13[7] = 0;\n uVar10 = (long)plVar12 - (long)local_50 >> 3;\n if (uVar10 < 0xffff) {\n uVar10 = 0;\n }\n puVar14 = puVar13 + 8;\n *(int *)((long)puVar13 + 0x2c) = (int)uVar10;\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) {\nLAB_003df6cc:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') {\n if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }\n }\n else {\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }\n plVar12 = *(long **)(param_1 + 0x40);\n puVar13 = (undefined8 *)*plVar12;\n if (puVar13 != (undefined8 *)plVar12[1]) {\n do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);\n }\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n return;\n }\n }\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 lVar9 = *(long *)(param_1 + 0x18);\n if ((lVar9 < 0) || (*(long *)(param_2 + 0x10) < lVar9 + lVar1)) {\n FUN_003c87b0();\n }\n else {\n puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18));\n plVar12 = *(long **)(param_1 + 0x50);\n lVar9 = lVar1 + 0x3f;\n if (-1 < lVar1) {\n lVar9 = lVar1;\n }\n *puVar13 = 0;\n puVar13[1] = 0;\n uVar10 = lVar9 >> 6;\n puVar13[2] = 0;\n puVar13[3] = 0;\n if (uVar10 < 0xff00) {\n uVar10 = 0;\n }\n puVar13[4] = uVar10;\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_00264f00) {\n uVar8 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar8 == 0xffffffff) {\nLAB_003df679:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*pcVar2)();\n }\n if (uVar8 < 0xff00) {\n uVar8 = 0;\n }\n plVar11 = *(long **)(param_1 + 0x30);\n plVar12 = (long *)plVar11[1];\n local_50 = (long *)*plVar11;\n *(uint *)(puVar13 + 5) = uVar8;\n puVar13[6] = 0;\n puVar13[7] = 0;\n uVar10 = (long)plVar12 - (long)local_50 >> 3;\n if (uVar10 < 0xffff) {\n uVar10 = 0;\n }\n puVar14 = puVar13 + 8;\n *(int *)((long)puVar13 + 0x2c) = (int)uVar10;\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) {\nLAB_003df6cc:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') {\n if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }\n }\n else {\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }\n plVar12 = *(long **)(param_1 + 0x40);\n puVar13 = (undefined8 *)*plVar12;\n if (puVar13 != (undefined8 *)plVar12[1]) {\n do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);\n }\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n return;\n }\n }\n }" { (expression_statement "lVar9 = *(long *)(param_1 + 0x18);" (assignment_expression "lVar9 = *(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 ((lVar9 < 0) || (*(long *)(param_2 + 0x10) < lVar9 + lVar1)) {\n FUN_003c87b0();\n }\n else {\n puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18));\n plVar12 = *(long **)(param_1 + 0x50);\n lVar9 = lVar1 + 0x3f;\n if (-1 < lVar1) {\n lVar9 = lVar1;\n }\n *puVar13 = 0;\n puVar13[1] = 0;\n uVar10 = lVar9 >> 6;\n puVar13[2] = 0;\n puVar13[3] = 0;\n if (uVar10 < 0xff00) {\n uVar10 = 0;\n }\n puVar13[4] = uVar10;\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_00264f00) {\n uVar8 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar8 == 0xffffffff) {\nLAB_003df679:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*pcVar2)();\n }\n if (uVar8 < 0xff00) {\n uVar8 = 0;\n }\n plVar11 = *(long **)(param_1 + 0x30);\n plVar12 = (long *)plVar11[1];\n local_50 = (long *)*plVar11;\n *(uint *)(puVar13 + 5) = uVar8;\n puVar13[6] = 0;\n puVar13[7] = 0;\n uVar10 = (long)plVar12 - (long)local_50 >> 3;\n if (uVar10 < 0xffff) {\n uVar10 = 0;\n }\n puVar14 = puVar13 + 8;\n *(int *)((long)puVar13 + 0x2c) = (int)uVar10;\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) {\nLAB_003df6cc:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') {\n if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }\n }\n else {\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }\n plVar12 = *(long **)(param_1 + 0x40);\n puVar13 = (undefined8 *)*plVar12;\n if (puVar13 != (undefined8 *)plVar12[1]) {\n do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);\n }\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n return;\n }\n }" if (parenthesized_expression "((lVar9 < 0) || (*(long *)(param_2 + 0x10) < lVar9 + lVar1))" ( (binary_expression "(lVar9 < 0) || (*(long *)(param_2 + 0x10) < lVar9 + lVar1)" (parenthesized_expression "(lVar9 < 0)" ( (binary_expression "lVar9 < 0" identifier < number_literal) )) || (parenthesized_expression "(*(long *)(param_2 + 0x10) < lVar9 + lVar1)" ( (binary_expression "*(long *)(param_2 + 0x10) < lVar9 + lVar1" (pointer_expression "*(long *)(param_2 + 0x10)" * (cast_expression "(long *)(param_2 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) )))) < (binary_expression "lVar9 + lVar1" identifier + identifier)) ))) )) (compound_statement "{\n FUN_003c87b0();\n }" { (expression_statement "FUN_003c87b0();" (call_expression "FUN_003c87b0()" identifier (argument_list "()" ( ))) ;) }) (else_clause "else {\n puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18));\n plVar12 = *(long **)(param_1 + 0x50);\n lVar9 = lVar1 + 0x3f;\n if (-1 < lVar1) {\n lVar9 = lVar1;\n }\n *puVar13 = 0;\n puVar13[1] = 0;\n uVar10 = lVar9 >> 6;\n puVar13[2] = 0;\n puVar13[3] = 0;\n if (uVar10 < 0xff00) {\n uVar10 = 0;\n }\n puVar13[4] = uVar10;\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_00264f00) {\n uVar8 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar8 == 0xffffffff) {\nLAB_003df679:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*pcVar2)();\n }\n if (uVar8 < 0xff00) {\n uVar8 = 0;\n }\n plVar11 = *(long **)(param_1 + 0x30);\n plVar12 = (long *)plVar11[1];\n local_50 = (long *)*plVar11;\n *(uint *)(puVar13 + 5) = uVar8;\n puVar13[6] = 0;\n puVar13[7] = 0;\n uVar10 = (long)plVar12 - (long)local_50 >> 3;\n if (uVar10 < 0xffff) {\n uVar10 = 0;\n }\n puVar14 = puVar13 + 8;\n *(int *)((long)puVar13 + 0x2c) = (int)uVar10;\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) {\nLAB_003df6cc:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') {\n if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }\n }\n else {\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }\n plVar12 = *(long **)(param_1 + 0x40);\n puVar13 = (undefined8 *)*plVar12;\n if (puVar13 != (undefined8 *)plVar12[1]) {\n do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);\n }\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n return;\n }\n }" else (compound_statement "{\n puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18));\n plVar12 = *(long **)(param_1 + 0x50);\n lVar9 = lVar1 + 0x3f;\n if (-1 < lVar1) {\n lVar9 = lVar1;\n }\n *puVar13 = 0;\n puVar13[1] = 0;\n uVar10 = lVar9 >> 6;\n puVar13[2] = 0;\n puVar13[3] = 0;\n if (uVar10 < 0xff00) {\n uVar10 = 0;\n }\n puVar13[4] = uVar10;\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_00264f00) {\n uVar8 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar8 == 0xffffffff) {\nLAB_003df679:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*pcVar2)();\n }\n if (uVar8 < 0xff00) {\n uVar8 = 0;\n }\n plVar11 = *(long **)(param_1 + 0x30);\n plVar12 = (long *)plVar11[1];\n local_50 = (long *)*plVar11;\n *(uint *)(puVar13 + 5) = uVar8;\n puVar13[6] = 0;\n puVar13[7] = 0;\n uVar10 = (long)plVar12 - (long)local_50 >> 3;\n if (uVar10 < 0xffff) {\n uVar10 = 0;\n }\n puVar14 = puVar13 + 8;\n *(int *)((long)puVar13 + 0x2c) = (int)uVar10;\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) {\nLAB_003df6cc:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') {\n if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }\n }\n else {\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }\n plVar12 = *(long **)(param_1 + 0x40);\n puVar13 = (undefined8 *)*plVar12;\n if (puVar13 != (undefined8 *)plVar12[1]) {\n do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);\n }\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n return;\n }\n }" { (expression_statement "puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18));" (assignment_expression "puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18))" identifier = (cast_expression "(undefined8 *)(lVar9 + *(long *)(param_2 + 0x18))" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + *(long *)(param_2 + 0x18))" ( (binary_expression "lVar9 + *(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 "plVar12 = *(long **)(param_1 + 0x50);" (assignment_expression "plVar12 = *(long **)(param_1 + 0x50)" identifier = (pointer_expression "*(long **)(param_1 + 0x50)" * (cast_expression "(long **)(param_1 + 0x50)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) ;) (expression_statement "lVar9 = lVar1 + 0x3f;" (assignment_expression "lVar9 = lVar1 + 0x3f" identifier = (binary_expression "lVar1 + 0x3f" identifier + number_literal)) ;) (if_statement "if (-1 < lVar1) {\n lVar9 = lVar1;\n }" if (parenthesized_expression "(-1 < lVar1)" ( (binary_expression "-1 < lVar1" number_literal < identifier) )) (compound_statement "{\n lVar9 = lVar1;\n }" { (expression_statement "lVar9 = lVar1;" (assignment_expression "lVar9 = lVar1" identifier = identifier) ;) })) (expression_statement "*puVar13 = 0;" (assignment_expression "*puVar13 = 0" (pointer_expression "*puVar13" * identifier) = number_literal) ;) (expression_statement "puVar13[1] = 0;" (assignment_expression "puVar13[1] = 0" (subscript_expression "puVar13[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "uVar10 = lVar9 >> 6;" (assignment_expression "uVar10 = lVar9 >> 6" identifier = (binary_expression "lVar9 >> 6" identifier >> number_literal)) ;) (expression_statement "puVar13[2] = 0;" (assignment_expression "puVar13[2] = 0" (subscript_expression "puVar13[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar13[3] = 0;" (assignment_expression "puVar13[3] = 0" (subscript_expression "puVar13[3]" identifier [ number_literal ]) = number_literal) ;) (if_statement "if (uVar10 < 0xff00) {\n uVar10 = 0;\n }" if (parenthesized_expression "(uVar10 < 0xff00)" ( (binary_expression "uVar10 < 0xff00" identifier < number_literal) )) (compound_statement "{\n uVar10 = 0;\n }" { (expression_statement "uVar10 = 0;" (assignment_expression "uVar10 = 0" identifier = number_literal) ;) })) (expression_statement "puVar13[4] = uVar10;" (assignment_expression "puVar13[4] = uVar10" (subscript_expression "puVar13[4]" identifier [ number_literal ]) = identifier) ;) (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_00264f00) {\n uVar8 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar8 == 0xffffffff) {\nLAB_003df679:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*pcVar2)();\n }" if (parenthesized_expression "(pcVar2 == FUN_00264f00)" ( (binary_expression "pcVar2 == FUN_00264f00" identifier == identifier) )) (compound_statement "{\n uVar8 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar8 == 0xffffffff) {\nLAB_003df679:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }" { (expression_statement "uVar8 = *(uint *)((long)plVar12 + 0x7c);" (assignment_expression "uVar8 = *(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 (uVar8 == 0xffffffff) {\nLAB_003df679:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }" if (parenthesized_expression "(uVar8 == 0xffffffff)" ( (binary_expression "uVar8 == 0xffffffff" identifier == number_literal) )) (compound_statement "{\nLAB_003df679:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }" { (labeled_statement "LAB_003df679:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");" statement_identifier : comment (expression_statement "FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");" (call_expression "FUN_00352af0("../../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 = (*pcVar2)();\n }" else (compound_statement "{\n uVar8 = (*pcVar2)();\n }" { (expression_statement "uVar8 = (*pcVar2)();" (assignment_expression "uVar8 = (*pcVar2)()" identifier = (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( )))) ;) }))) (if_statement "if (uVar8 < 0xff00) {\n uVar8 = 0;\n }" if (parenthesized_expression "(uVar8 < 0xff00)" ( (binary_expression "uVar8 < 0xff00" identifier < number_literal) )) (compound_statement "{\n uVar8 = 0;\n }" { (expression_statement "uVar8 = 0;" (assignment_expression "uVar8 = 0" identifier = number_literal) ;) })) (expression_statement "plVar11 = *(long **)(param_1 + 0x30);" (assignment_expression "plVar11 = *(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 "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) ))))) ;) (expression_statement "plVar12 = (long *)plVar11[1];" (assignment_expression "plVar12 = (long *)plVar11[1]" identifier = (cast_expression "(long *)plVar11[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar11[1]" identifier [ number_literal ]))) ;) (expression_statement "local_50 = (long *)*plVar11;" (assignment_expression "local_50 = (long *)*plVar11" identifier = (cast_expression "(long *)*plVar11" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar11" * identifier))) ;) (expression_statement "*(uint *)(puVar13 + 5) = uVar8;" (assignment_expression "*(uint *)(puVar13 + 5) = uVar8" (pointer_expression "*(uint *)(puVar13 + 5)" * (cast_expression "(uint *)(puVar13 + 5)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar13 + 5)" ( (binary_expression "puVar13 + 5" identifier + number_literal) )))) = identifier) ;) (expression_statement "puVar13[6] = 0;" (assignment_expression "puVar13[6] = 0" (subscript_expression "puVar13[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar13[7] = 0;" (assignment_expression "puVar13[7] = 0" (subscript_expression "puVar13[7]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "uVar10 = (long)plVar12 - (long)local_50 >> 3;" (assignment_expression "uVar10 = (long)plVar12 - (long)local_50 >> 3" identifier = (binary_expression "(long)plVar12 - (long)local_50 >> 3" (binary_expression "(long)plVar12 - (long)local_50" (cast_expression "(long)plVar12" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)local_50" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) (if_statement "if (uVar10 < 0xffff) {\n uVar10 = 0;\n }" if (parenthesized_expression "(uVar10 < 0xffff)" ( (binary_expression "uVar10 < 0xffff" identifier < number_literal) )) (compound_statement "{\n uVar10 = 0;\n }" { (expression_statement "uVar10 = 0;" (assignment_expression "uVar10 = 0" identifier = number_literal) ;) })) (expression_statement "puVar14 = puVar13 + 8;" (assignment_expression "puVar14 = puVar13 + 8" identifier = (binary_expression "puVar13 + 8" identifier + number_literal)) ;) (expression_statement "*(int *)((long)puVar13 + 0x2c) = (int)uVar10;" (assignment_expression "*(int *)((long)puVar13 + 0x2c) = (int)uVar10" (pointer_expression "*(int *)((long)puVar13 + 0x2c)" * (cast_expression "(int *)((long)puVar13 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar13 + 0x2c)" ( (binary_expression "(long)puVar13 + 0x2c" (cast_expression "(long)puVar13" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (cast_expression "(int)uVar10" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (if_statement "if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) {\nLAB_003df6cc:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(*(long *)(PTR_DAT_0067cb08 + 0x10) == 0)" ( (binary_expression "*(long *)(PTR_DAT_0067cb08 + 0x10) == 0" (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) )))) == number_literal) )) (compound_statement "{\nLAB_003df6cc:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }" { (labeled_statement "LAB_003df6cc:\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 *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') {\n if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }\n }\n else {\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }" if (parenthesized_expression "(*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0')" ( (binary_expression "*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0'" (pointer_expression "*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051)" * (cast_expression "(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051)" ( (binary_expression "*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051" (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) )))) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }\n }" { (if_statement "if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }" if (parenthesized_expression "(local_50 == plVar12)" ( (binary_expression "local_50 == plVar12" identifier == identifier) )) (compound_statement "{\n iVar15 = 1;\n }" { (expression_statement "iVar15 = 1;" (assignment_expression "iVar15 = 1" identifier = number_literal) ;) }) (else_clause "else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }" else (compound_statement "{\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }" { (expression_statement "iVar15 = 1;" (assignment_expression "iVar15 = 1" identifier = number_literal) ;) (do_statement "do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);" do (compound_statement "{\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n }" { (expression_statement "lVar1 = *local_50;" (assignment_expression "lVar1 = *local_50" identifier = (pointer_expression "*local_50" * identifier)) ;) (if_statement "if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }" if (parenthesized_expression "(*(int *)(lVar1 + 0x2f0) == 1)" ( (binary_expression "*(int *)(lVar1 + 0x2f0) == 1" (pointer_expression "*(int *)(lVar1 + 0x2f0)" * (cast_expression "(int *)(lVar1 + 0x2f0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x2f0)" ( (binary_expression "lVar1 + 0x2f0" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }" { (expression_statement "uVar3 = *(undefined8 *)(param_1 + 0x48);" (assignment_expression "uVar3 = *(undefined8 *)(param_1 + 0x48)" identifier = (pointer_expression "*(undefined8 *)(param_1 + 0x48)" * (cast_expression "(undefined8 *)(param_1 + 0x48)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) ))))) ;) (expression_statement "plVar12 = (long *)(lVar1 + 8);" (assignment_expression "plVar12 = (long *)(lVar1 + 8)" identifier = (cast_expression "(long *)(lVar1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 8)" ( (binary_expression "lVar1 + 8" identifier + number_literal) )))) ;) (expression_statement "uVar4 = *(undefined8 *)(param_1 + 0x28);" (assignment_expression "uVar4 = *(undefined8 *)(param_1 + 0x28)" identifier = (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) ))))) ;) (do_statement "do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);" do (compound_statement "{\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n }" { (expression_statement "plVar11 = (long *)plVar12[-1];" (assignment_expression "plVar11 = (long *)plVar12[-1]" identifier = (cast_expression "(long *)plVar12[-1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar12[-1]" identifier [ number_literal ]))) ;) (expression_statement "puVar13 = puVar14;" (assignment_expression "puVar13 = puVar14" identifier = identifier) ;) (if_statement "if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }" if (parenthesized_expression "((long *)*plVar12 != plVar11)" ( (binary_expression "(long *)*plVar12 != plVar11" (cast_expression "(long *)*plVar12" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar12" * identifier)) != identifier) )) (compound_statement "{\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }" { (do_statement "do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);" do (compound_statement "{\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n }" { (expression_statement "cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();" (assignment_expression "cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))()" identifier = (call_expression "(**(code **)(*(long *)*plVar11 + 0x30))()" (parenthesized_expression "(**(code **)(*(long *)*plVar11 + 0x30))" ( (pointer_expression "**(code **)(*(long *)*plVar11 + 0x30)" * (pointer_expression "*(code **)(*(long *)*plVar11 + 0x30)" * (cast_expression "(code **)(*(long *)*plVar11 + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)*plVar11 + 0x30)" ( (binary_expression "*(long *)*plVar11 + 0x30" (pointer_expression "*(long *)*plVar11" * (cast_expression "(long *)*plVar11" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar11" * identifier))) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (expression_statement "puVar14 = puVar13;" (assignment_expression "puVar14 = puVar13" identifier = identifier) ;) (if_statement "if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }" if (parenthesized_expression "(cVar6 != '\0')" ( (binary_expression "cVar6 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }" { (expression_statement "plVar5 = (long *)*plVar11;" (assignment_expression "plVar5 = (long *)*plVar11" identifier = (cast_expression "(long *)*plVar11" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar11" * identifier))) ;) (if_statement "if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }" if (parenthesized_expression "(*(code **)(*plVar5 + 0x58) == FUN_00264f00)" ( (binary_expression "*(code **)(*plVar5 + 0x58) == FUN_00264f00" (pointer_expression "*(code **)(*plVar5 + 0x58)" * (cast_expression "(code **)(*plVar5 + 0x58)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar5 + 0x58)" ( (binary_expression "*plVar5 + 0x58" (pointer_expression "*plVar5" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }" { (expression_statement "iVar7 = *(int *)((long)plVar5 + 0x7c);" (assignment_expression "iVar7 = *(int *)((long)plVar5 + 0x7c)" identifier = (pointer_expression "*(int *)((long)plVar5 + 0x7c)" * (cast_expression "(int *)((long)plVar5 + 0x7c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar5 + 0x7c)" ( (binary_expression "(long)plVar5 + 0x7c" (cast_expression "(long)plVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (if_statement "if (iVar7 == -1) goto LAB_003df679;" if (parenthesized_expression "(iVar7 == -1)" ( (binary_expression "iVar7 == -1" identifier == number_literal) )) (goto_statement "goto LAB_003df679;" goto statement_identifier ;)) }) (else_clause "else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }" else (compound_statement "{\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }" { (expression_statement "iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);" (assignment_expression "iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5)" identifier = (call_expression "(**(code **)(*plVar5 + 0x58))(plVar5)" (parenthesized_expression "(**(code **)(*plVar5 + 0x58))" ( (pointer_expression "**(code **)(*plVar5 + 0x58)" * (pointer_expression "*(code **)(*plVar5 + 0x58)" * (cast_expression "(code **)(*plVar5 + 0x58)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar5 + 0x58)" ( (binary_expression "*plVar5 + 0x58" (pointer_expression "*plVar5" * identifier) + number_literal) ))))) )) (argument_list "(plVar5)" ( identifier )))) ;) }))) (if_statement "if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }" if (parenthesized_expression "(iVar7 != iVar15)" ( (binary_expression "iVar7 != iVar15" identifier != identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }" { comment (expression_statement "FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");" (call_expression "FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list")" identifier (argument_list "("../../gold/output.cc",0x1354,"write_section_headers_list")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""write_section_headers_list"" " string_content ") ))) ;) })) (expression_statement "puVar14 = puVar13 + 8;" (assignment_expression "puVar14 = puVar13 + 8" identifier = (binary_expression "puVar13 + 8" identifier + number_literal)) ;) (expression_statement "iVar15 = iVar15 + 1;" (assignment_expression "iVar15 = iVar15 + 1" identifier = (binary_expression "iVar15 + 1" identifier + number_literal)) ;) (expression_statement "local_40[0] = puVar13;" (assignment_expression "local_40[0] = puVar13" (subscript_expression "local_40[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "FUN_003df0b0(plVar5,uVar4,uVar3,local_40);" (call_expression "FUN_003df0b0(plVar5,uVar4,uVar3,local_40)" identifier (argument_list "(plVar5,uVar4,uVar3,local_40)" ( identifier , identifier , identifier , identifier ))) ;) })) (expression_statement "plVar11 = plVar11 + 1;" (assignment_expression "plVar11 = plVar11 + 1" identifier = (binary_expression "plVar11 + 1" identifier + number_literal)) ;) (expression_statement "puVar13 = puVar14;" (assignment_expression "puVar13 = puVar14" identifier = identifier) ;) }) while (parenthesized_expression "((long *)*plVar12 != plVar11)" ( (binary_expression "(long *)*plVar12 != plVar11" (cast_expression "(long *)*plVar12" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar12" * identifier)) != identifier) )) ;) })) (expression_statement "plVar12 = plVar12 + 3;" (assignment_expression "plVar12 = plVar12 + 3" identifier = (binary_expression "plVar12 + 3" identifier + number_literal)) ;) }) while (parenthesized_expression "((long *)(lVar1 + 0x2c0) != plVar12)" ( (binary_expression "(long *)(lVar1 + 0x2c0) != plVar12" (cast_expression "(long *)(lVar1 + 0x2c0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x2c0)" ( (binary_expression "lVar1 + 0x2c0" identifier + number_literal) ))) != identifier) )) ;) (expression_statement "plVar11 = *(long **)(param_1 + 0x30);" (assignment_expression "plVar11 = *(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 "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) ))))) ;) })) (expression_statement "local_50 = local_50 + 1;" (assignment_expression "local_50 = local_50 + 1" identifier = (binary_expression "local_50 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((long *)plVar11[1] != local_50)" ( (binary_expression "(long *)plVar11[1] != local_50" (cast_expression "(long *)plVar11[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar11[1]" identifier [ number_literal ])) != identifier) )) ;) }))) }) (else_clause "else {\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }" else (compound_statement "{\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }" { (expression_statement "plVar11 = *(long **)(param_1 + 0x38);" (assignment_expression "plVar11 = *(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 "iVar15 = 1;" (assignment_expression "iVar15 = 1" identifier = number_literal) ;) (expression_statement "plVar12 = (long *)*plVar11;" (assignment_expression "plVar12 = (long *)*plVar11" identifier = (cast_expression "(long *)*plVar11" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar11" * identifier))) ;) (if_statement "if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }" if (parenthesized_expression "(plVar12 != (long *)plVar11[1])" ( (binary_expression "plVar12 != (long *)plVar11[1]" identifier != (cast_expression "(long *)plVar11[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar11[1]" identifier [ number_literal ]))) )) (compound_statement "{\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }" { (expression_statement "puVar13 = puVar14;" (assignment_expression "puVar13 = puVar14" identifier = identifier) ;) (do_statement "do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);" do (compound_statement "{\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n }" { (expression_statement "plVar5 = (long *)*plVar12;" (assignment_expression "plVar5 = (long *)*plVar12" identifier = (cast_expression "(long *)*plVar12" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar12" * identifier))) ;) (if_statement "if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }" if (parenthesized_expression "(((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11))" ( (binary_expression "((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)" (parenthesized_expression "((*(byte *)(plVar5 + 0xe) & 2) != 0)" ( (binary_expression "(*(byte *)(plVar5 + 0xe) & 2) != 0" (parenthesized_expression "(*(byte *)(plVar5 + 0xe) & 2)" ( (binary_expression "*(byte *)(plVar5 + 0xe) & 2" (pointer_expression "*(byte *)(plVar5 + 0xe)" * (cast_expression "(byte *)(plVar5 + 0xe)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar5 + 0xe)" ( (binary_expression "plVar5 + 0xe" identifier + number_literal) )))) & number_literal) )) != number_literal) )) || (parenthesized_expression "(puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)" ( (comma_expression "puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11" (assignment_expression "puVar14 = puVar13" identifier = identifier) , (binary_expression "*(int *)((long)plVar5 + 0x6c) == 0x11" (pointer_expression "*(int *)((long)plVar5 + 0x6c)" * (cast_expression "(int *)((long)plVar5 + 0x6c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar5 + 0x6c)" ( (binary_expression "(long)plVar5 + 0x6c" (cast_expression "(long)plVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == number_literal)) ))) )) (compound_statement "{\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }" { (if_statement "if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }" if (parenthesized_expression "(*(code **)(*plVar5 + 0x58) == FUN_00264f00)" ( (binary_expression "*(code **)(*plVar5 + 0x58) == FUN_00264f00" (pointer_expression "*(code **)(*plVar5 + 0x58)" * (cast_expression "(code **)(*plVar5 + 0x58)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar5 + 0x58)" ( (binary_expression "*plVar5 + 0x58" (pointer_expression "*plVar5" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }" { (expression_statement "iVar7 = *(int *)((long)plVar5 + 0x7c);" (assignment_expression "iVar7 = *(int *)((long)plVar5 + 0x7c)" identifier = (pointer_expression "*(int *)((long)plVar5 + 0x7c)" * (cast_expression "(int *)((long)plVar5 + 0x7c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar5 + 0x7c)" ( (binary_expression "(long)plVar5 + 0x7c" (cast_expression "(long)plVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (if_statement "if (iVar7 == -1) goto LAB_003df679;" if (parenthesized_expression "(iVar7 == -1)" ( (binary_expression "iVar7 == -1" identifier == number_literal) )) (goto_statement "goto LAB_003df679;" goto statement_identifier ;)) }) (else_clause "else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }" else (compound_statement "{\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }" { (expression_statement "iVar7 = (**(code **)(*plVar5 + 0x58))();" (assignment_expression "iVar7 = (**(code **)(*plVar5 + 0x58))()" identifier = (call_expression "(**(code **)(*plVar5 + 0x58))()" (parenthesized_expression "(**(code **)(*plVar5 + 0x58))" ( (pointer_expression "**(code **)(*plVar5 + 0x58)" * (pointer_expression "*(code **)(*plVar5 + 0x58)" * (cast_expression "(code **)(*plVar5 + 0x58)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar5 + 0x58)" ( (binary_expression "*plVar5 + 0x58" (pointer_expression "*plVar5" * identifier) + number_literal) ))))) )) (argument_list "()" ( )))) ;) }))) (if_statement "if (iVar15 != iVar7) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }" if (parenthesized_expression "(iVar15 != iVar7)" ( (binary_expression "iVar15 != iVar7" identifier != identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }" { comment (expression_statement "FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");" (call_expression "FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write")" identifier (argument_list "("../../gold/output.cc",0x155,"do_sized_write")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""do_sized_write"" " string_content ") ))) ;) })) (expression_statement "puVar14 = puVar13 + 8;" (assignment_expression "puVar14 = puVar13 + 8" identifier = (binary_expression "puVar13 + 8" identifier + number_literal)) ;) (expression_statement "iVar15 = iVar15 + 1;" (assignment_expression "iVar15 = iVar15 + 1" identifier = (binary_expression "iVar15 + 1" identifier + number_literal)) ;) (expression_statement "local_40[0] = puVar13;" (assignment_expression "local_40[0] = puVar13" (subscript_expression "local_40[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);" (call_expression "FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40)" identifier (argument_list "(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40)" ( (pointer_expression "*plVar12" * identifier) , (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) )))) , (pointer_expression "*(undefined8 *)(param_1 + 0x48)" * (cast_expression "(undefined8 *)(param_1 + 0x48)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) )))) , identifier ))) ;) (expression_statement "plVar11 = *(long **)(param_1 + 0x38);" (assignment_expression "plVar11 = *(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 "plVar12 = plVar12 + 1;" (assignment_expression "plVar12 = plVar12 + 1" identifier = (binary_expression "plVar12 + 1" identifier + number_literal)) ;) (expression_statement "puVar13 = puVar14;" (assignment_expression "puVar13 = puVar14" identifier = identifier) ;) }) while (parenthesized_expression "((long *)plVar11[1] != plVar12)" ( (binary_expression "(long *)plVar11[1] != plVar12" (cast_expression "(long *)plVar11[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar11[1]" identifier [ number_literal ])) != identifier) )) ;) })) }))) (expression_statement "plVar12 = *(long **)(param_1 + 0x40);" (assignment_expression "plVar12 = *(long **)(param_1 + 0x40)" identifier = (pointer_expression "*(long **)(param_1 + 0x40)" * (cast_expression "(long **)(param_1 + 0x40)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) ))))) ;) (expression_statement "puVar13 = (undefined8 *)*plVar12;" (assignment_expression "puVar13 = (undefined8 *)*plVar12" identifier = (cast_expression "(undefined8 *)*plVar12" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar12" * identifier))) ;) (if_statement "if (puVar13 != (undefined8 *)plVar12[1]) {\n do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);\n }" if (parenthesized_expression "(puVar13 != (undefined8 *)plVar12[1])" ( (binary_expression "puVar13 != (undefined8 *)plVar12[1]" identifier != (cast_expression "(undefined8 *)plVar12[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar12[1]" identifier [ number_literal ]))) )) (compound_statement "{\n do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);\n }" { (do_statement "do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);" do (compound_statement "{\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n }" { (expression_statement "plVar11 = (long *)*puVar13;" (assignment_expression "plVar11 = (long *)*puVar13" identifier = (cast_expression "(long *)*puVar13" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar13" * identifier))) ;) (if_statement "if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }" if (parenthesized_expression "(*(int *)((long)plVar11 + 0x6c) == 0x11)" ( (binary_expression "*(int *)((long)plVar11 + 0x6c) == 0x11" (pointer_expression "*(int *)((long)plVar11 + 0x6c)" * (cast_expression "(int *)((long)plVar11 + 0x6c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar11 + 0x6c)" ( (binary_expression "(long)plVar11 + 0x6c" (cast_expression "(long)plVar11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == number_literal) )) (compound_statement "{\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }" { (if_statement "if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;" if (parenthesized_expression "(*(long *)(PTR_DAT_0067cb08 + 0x10) == 0)" ( (binary_expression "*(long *)(PTR_DAT_0067cb08 + 0x10) == 0" (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) )))) == number_literal) )) (goto_statement "goto LAB_003df6cc;" goto statement_identifier ;)) (if_statement "if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;" if (parenthesized_expression "(*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0')" ( (binary_expression "*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0'" (pointer_expression "*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051)" * (cast_expression "(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051)" ( (binary_expression "*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051" (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) )))) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_003df5d0;" goto statement_identifier ;)) }) (else_clause "else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }" else (compound_statement "{\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }" { (labeled_statement "LAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }" statement_identifier : (if_statement "if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }" if (parenthesized_expression "(*(code **)(*plVar11 + 0x58) == FUN_00264f00)" ( (binary_expression "*(code **)(*plVar11 + 0x58) == FUN_00264f00" (pointer_expression "*(code **)(*plVar11 + 0x58)" * (cast_expression "(code **)(*plVar11 + 0x58)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar11 + 0x58)" ( (binary_expression "*plVar11 + 0x58" (pointer_expression "*plVar11" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }" { (expression_statement "iVar7 = *(int *)((long)plVar11 + 0x7c);" (assignment_expression "iVar7 = *(int *)((long)plVar11 + 0x7c)" identifier = (pointer_expression "*(int *)((long)plVar11 + 0x7c)" * (cast_expression "(int *)((long)plVar11 + 0x7c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar11 + 0x7c)" ( (binary_expression "(long)plVar11 + 0x7c" (cast_expression "(long)plVar11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (if_statement "if (iVar7 == -1) goto LAB_003df679;" if (parenthesized_expression "(iVar7 == -1)" ( (binary_expression "iVar7 == -1" identifier == number_literal) )) (goto_statement "goto LAB_003df679;" goto statement_identifier ;)) }) (else_clause "else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }" else (compound_statement "{\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }" { (expression_statement "iVar7 = (**(code **)(*plVar11 + 0x58))();" (assignment_expression "iVar7 = (**(code **)(*plVar11 + 0x58))()" identifier = (call_expression "(**(code **)(*plVar11 + 0x58))()" (parenthesized_expression "(**(code **)(*plVar11 + 0x58))" ( (pointer_expression "**(code **)(*plVar11 + 0x58)" * (pointer_expression "*(code **)(*plVar11 + 0x58)" * (cast_expression "(code **)(*plVar11 + 0x58)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar11 + 0x58)" ( (binary_expression "*plVar11 + 0x58" (pointer_expression "*plVar11" * identifier) + number_literal) ))))) )) (argument_list "()" ( )))) ;) })))) (if_statement "if (iVar7 != iVar15) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }" if (parenthesized_expression "(iVar7 != iVar15)" ( (binary_expression "iVar7 != iVar15" identifier != identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }" { comment (expression_statement "FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");" (call_expression "FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write")" identifier (argument_list "("../../gold/output.cc",0x167,"do_sized_write")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""do_sized_write"" " string_content ") ))) ;) })) (expression_statement "iVar15 = iVar15 + 1;" (assignment_expression "iVar15 = iVar15 + 1" identifier = (binary_expression "iVar15 + 1" identifier + number_literal)) ;) (expression_statement "local_40[0] = puVar14;" (assignment_expression "local_40[0] = puVar14" (subscript_expression "local_40[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);" (call_expression "FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40)" identifier (argument_list "(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40)" ( (pointer_expression "*puVar13" * identifier) , (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) )))) , (pointer_expression "*(undefined8 *)(param_1 + 0x48)" * (cast_expression "(undefined8 *)(param_1 + 0x48)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) )))) , identifier ))) ;) (expression_statement "plVar12 = *(long **)(param_1 + 0x40);" (assignment_expression "plVar12 = *(long **)(param_1 + 0x40)" identifier = (pointer_expression "*(long **)(param_1 + 0x40)" * (cast_expression "(long **)(param_1 + 0x40)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) ))))) ;) (expression_statement "puVar14 = puVar14 + 8;" (assignment_expression "puVar14 = puVar14 + 8" identifier = (binary_expression "puVar14 + 8" identifier + number_literal)) ;) }))) (expression_statement "puVar13 = puVar13 + 1;" (assignment_expression "puVar13 = puVar13 + 1" identifier = (binary_expression "puVar13 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((undefined8 *)plVar12[1] != puVar13)" ( (binary_expression "(undefined8 *)plVar12[1] != puVar13" (cast_expression "(undefined8 *)plVar12[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar12[1]" identifier [ number_literal ])) != identifier) )) ;) })) (if_statement "if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n return;\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 return;\n }" { (return_statement "return;" return ;) })) }))) })) 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: Enum "DT": Some values do not have unique names */\n/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n/* DWARF original name: do_sized_write<64, false>\n DWARF original prototype: void do_sized_write<64,_false>(Output_section_headers * this,\n Output_file * of) */\n\nvoid __thiscall\ngold::Output_section_headers::do_sized_write<64,_false>\n (Output_section_headers *this,Output_file *of)\n\n{\n byte bVar1;\n size_t size;\n long lVar2;\n Output_section *pOVar3;\n _func_int_varargs *p_Var4;\n pointer ppOVar5;\n Output_segment *pOVar6;\n Stringpool *secnamepool;\n Layout *layout;\n int iVar7;\n uint uVar8;\n size_t sVar9;\n ulong uVar10;\n Section_list *pSVar11;\n Output_file *in_RCX;\n Segment_list *pSVar12;\n uchar *puVar13;\n Shdr_data<64> *pSVar14;\n Shdr_data<64> *pSVar15;\n pointer *pppOVar16;\n pointer ppOVar17;\n uint uVar18;\n pointer ppOVar19;\n pointer local_50;\n Shdr_write<64,_false> oshdr;\n \n bVar1 = (this->super_Output_data).field_0x20;\n if ((bVar1 & 2) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }\n size = (this->super_Output_data).data_size_;\n if ((bVar1 & 4) != 0) {\n lVar2 = (this->super_Output_data).offset_;\n if ((lVar2 < 0) || (of->file_size_ < (long)(lVar2 + size))) {\n Output_file::get_output_view((Output_file *)this,(off_t)of,size,in_RCX);\n }\n else {\n puVar13 = of->base_ + lVar2;\n pOVar3 = this->shstrtab_section_;\n sVar9 = size + 0x3f;\n if (-1 < (long)size) {\n sVar9 = size;\n }\n puVar13[0] = '\0';\n puVar13[1] = '\0';\n puVar13[2] = '\0';\n puVar13[3] = '\0';\n puVar13[4] = '\0';\n puVar13[5] = '\0';\n puVar13[6] = '\0';\n puVar13[7] = '\0';\n puVar13[8] = '\0';\n puVar13[9] = '\0';\n puVar13[10] = '\0';\n puVar13[0xb] = '\0';\n puVar13[0xc] = '\0';\n puVar13[0xd] = '\0';\n puVar13[0xe] = '\0';\n puVar13[0xf] = '\0';\n uVar10 = (long)sVar9 >> 6;\n puVar13[0x10] = '\0';\n puVar13[0x11] = '\0';\n puVar13[0x12] = '\0';\n puVar13[0x13] = '\0';\n puVar13[0x14] = '\0';\n puVar13[0x15] = '\0';\n puVar13[0x16] = '\0';\n puVar13[0x17] = '\0';\n puVar13[0x18] = '\0';\n puVar13[0x19] = '\0';\n puVar13[0x1a] = '\0';\n puVar13[0x1b] = '\0';\n puVar13[0x1c] = '\0';\n puVar13[0x1d] = '\0';\n puVar13[0x1e] = '\0';\n puVar13[0x1f] = '\0';\n if (uVar10 < 0xff00) {\n uVar10 = 0;\n }\n *(ulong *)(puVar13 + 0x20) = uVar10;\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar18 = pOVar3->out_shndx_;\n if (uVar18 == 0xffffffff) {\nLAB_003df679:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar18 = (*p_Var4)();\n }\n if (uVar18 < 0xff00) {\n uVar18 = 0;\n }\n pSVar12 = this->segment_list_;\n ppOVar5 = (pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_finish;\n local_50 = (pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_start;\n *(uint *)(puVar13 + 0x28) = uVar18;\n puVar13[0x30] = '\0';\n puVar13[0x31] = '\0';\n puVar13[0x32] = '\0';\n puVar13[0x33] = '\0';\n puVar13[0x34] = '\0';\n puVar13[0x35] = '\0';\n puVar13[0x36] = '\0';\n puVar13[0x37] = '\0';\n puVar13[0x38] = '\0';\n puVar13[0x39] = '\0';\n puVar13[0x3a] = '\0';\n puVar13[0x3b] = '\0';\n puVar13[0x3c] = '\0';\n puVar13[0x3d] = '\0';\n puVar13[0x3e] = '\0';\n puVar13[0x3f] = '\0';\n uVar10 = (long)ppOVar5 - (long)local_50 >> 3;\n if (uVar10 < 0xffff) {\n uVar10 = 0;\n }\n pSVar14 = (Shdr_data<64> *)(puVar13 + 0x40);\n *(int *)(puVar13 + 0x2c) = (int)uVar10;\n if (parameters->options_ == (General_options *)0x0) {\nLAB_003df6cc:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((parameters->options_->relocatable_).value == false) {\n if (local_50 == ppOVar5) {\n uVar18 = 1;\n }\n else {\n uVar18 = 1;\n do {\n pOVar6 = *local_50;\n if (pOVar6->type_ == 1) {\n secnamepool = this->secnamepool_;\n pppOVar16 = &pOVar6->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish;\n layout = this->layout_;\n do {\n ppOVar19 = ((_Vector_impl *)(pppOVar16 + -1))->_M_start;\n pSVar15 = pSVar14;\n if (*pppOVar16 != ppOVar19) {\n do {\n iVar7 = (*(*ppOVar19)->_vptr_Output_data[6])();\n pSVar14 = pSVar15;\n if ((char)iVar7 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)(pOVar3);\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,\n "write_section_headers_list");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar15 = pSVar14;\n } while (*pppOVar16 != ppOVar19);\n }\n pppOVar16 = pppOVar16 + 3;\n } while ((pointer *)&pOVar6->paddr_ != pppOVar16);\n pSVar12 = this->segment_list_;\n }\n local_50 = local_50 + 1;\n } while ((pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>\n )._M_impl._M_finish != local_50);\n }\n }\n else {\n pSVar11 = this->section_list_;\n uVar18 = 1;\n ppOVar17 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start;\n if (ppOVar17 !=\n (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish) {\n pSVar15 = pSVar14;\n do {\n pOVar3 = *ppOVar17;\n if (((pOVar3->flags_ & 2) != 0) || (pSVar14 = pSVar15, pOVar3->type_ == 0x11)) {\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)();\n }\n if (uVar18 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->section_list_;\n }\n ppOVar17 = ppOVar17 + 1;\n pSVar15 = pSVar14;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_finish != ppOVar17);\n }\n }\n pSVar11 = this->unattached_section_list_;\n ppOVar17 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_start;\n if (ppOVar17 !=\n (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl\n ._M_finish) {\n do {\n pOVar3 = *ppOVar17;\n if (pOVar3->type_ == 0x11) {\n if (parameters->options_ == (General_options *)0x0) goto LAB_003df6cc;\n if ((parameters->options_->relocatable_).value == false) goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)();\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");\n }\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar14;\n Output_section::write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->unattached_section_list_;\n pSVar14 = pSVar14 + 1;\n }\n ppOVar17 = ppOVar17 + 1;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish != ppOVar17);\n }\n if (((this->super_Output_data).field_0x20 & 4) != 0) {\n return;\n }\n }\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n}\n\n" comment comment comment (declaration "void __thiscall\ngold::Output_section_headers::do_sized_write<64,_false>\n (Output_section_headers *this,Output_file *of)\n\n{\n byte bVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Output_section_headers::" identifier : : identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_false>\n (Output_section_headers *this,Output_file *of)\n\n{\n byte" (function_declarator "_false>\n (Output_section_headers *this,Output_file *of)" identifier (ERROR ">" >) (parameter_list "(Output_section_headers *this,Output_file *of)" ( (parameter_declaration "Output_section_headers *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Output_file *of" type_identifier (pointer_declarator "*of" * identifier)) ))) { identifier) identifier ;) (declaration "size_t size;" primitive_type identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "Output_section *pOVar3;" type_identifier (pointer_declarator "*pOVar3" * identifier) ;) (declaration "_func_int_varargs *p_Var4;" type_identifier (pointer_declarator "*p_Var4" * identifier) ;) (declaration "pointer ppOVar5;" type_identifier identifier ;) (declaration "Output_segment *pOVar6;" type_identifier (pointer_declarator "*pOVar6" * identifier) ;) (declaration "Stringpool *secnamepool;" type_identifier (pointer_declarator "*secnamepool" * identifier) ;) (declaration "Layout *layout;" type_identifier (pointer_declarator "*layout" * identifier) ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "uint uVar8;" type_identifier identifier ;) (declaration "size_t sVar9;" primitive_type identifier ;) (declaration "ulong uVar10;" type_identifier identifier ;) (declaration "Section_list *pSVar11;" type_identifier (pointer_declarator "*pSVar11" * identifier) ;) (declaration "Output_file *in_RCX;" type_identifier (pointer_declarator "*in_RCX" * identifier) ;) (declaration "Segment_list *pSVar12;" type_identifier (pointer_declarator "*pSVar12" * identifier) ;) (declaration "uchar *puVar13;" type_identifier (pointer_declarator "*puVar13" * identifier) ;) (expression_statement "Shdr_data<64> *pSVar14;" (update_expression "Shdr_data<64> *pSVar14" (binary_expression "Shdr_data<64> *pSVar14" (binary_expression "Shdr_data<64" identifier < number_literal) > (pointer_expression "*pSVar14" * identifier)) --) ;) (expression_statement "Shdr_data<64> *pSVar15;" (update_expression "Shdr_data<64> *pSVar15" (binary_expression "Shdr_data<64> *pSVar15" (binary_expression "Shdr_data<64" identifier < number_literal) > (pointer_expression "*pSVar15" * identifier)) --) ;) (declaration "pointer *pppOVar16;" type_identifier (pointer_declarator "*pppOVar16" * identifier) ;) (declaration "pointer ppOVar17;" type_identifier identifier ;) (declaration "uint uVar18;" type_identifier identifier ;) (declaration "pointer ppOVar19;" type_identifier identifier ;) (declaration "pointer local_50;" type_identifier identifier ;) (expression_statement "Shdr_write<64,_false> oshdr;" (update_expression "Shdr_write<64,_false> oshdr" (binary_expression "Shdr_write<64,_false> oshdr" (binary_expression "Shdr_write<64" identifier < number_literal) (ERROR ",_false" , identifier) > identifier) --) ;) (expression_statement "bVar1 = (this->super_Output_data).field_0x20;" (assignment_expression "bVar1 = (this->super_Output_data).field_0x20" identifier = (field_expression "(this->super_Output_data).field_0x20" (parenthesized_expression "(this->super_Output_data)" ( (field_expression "this->super_Output_data" 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 = (this->super_Output_data).data_size_;" (assignment_expression "size = (this->super_Output_data).data_size_" identifier = (field_expression "(this->super_Output_data).data_size_" (parenthesized_expression "(this->super_Output_data)" ( (field_expression "this->super_Output_data" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if ((bVar1 & 4) != 0) {\n lVar2 = (this->super_Output_data).offset_;\n if ((lVar2 < 0) || (of->file_size_ < (long)(lVar2 + size))) {\n Output_file::get_output_view((Output_file *)this,(off_t)of,size,in_RCX);\n }\n else {\n puVar13 = of->base_ + lVar2;\n pOVar3 = this->shstrtab_section_;\n sVar9 = size + 0x3f;\n if (-1 < (long)size) {\n sVar9 = size;\n }\n puVar13[0] = '\0';\n puVar13[1] = '\0';\n puVar13[2] = '\0';\n puVar13[3] = '\0';\n puVar13[4] = '\0';\n puVar13[5] = '\0';\n puVar13[6] = '\0';\n puVar13[7] = '\0';\n puVar13[8] = '\0';\n puVar13[9] = '\0';\n puVar13[10] = '\0';\n puVar13[0xb] = '\0';\n puVar13[0xc] = '\0';\n puVar13[0xd] = '\0';\n puVar13[0xe] = '\0';\n puVar13[0xf] = '\0';\n uVar10 = (long)sVar9 >> 6;\n puVar13[0x10] = '\0';\n puVar13[0x11] = '\0';\n puVar13[0x12] = '\0';\n puVar13[0x13] = '\0';\n puVar13[0x14] = '\0';\n puVar13[0x15] = '\0';\n puVar13[0x16] = '\0';\n puVar13[0x17] = '\0';\n puVar13[0x18] = '\0';\n puVar13[0x19] = '\0';\n puVar13[0x1a] = '\0';\n puVar13[0x1b] = '\0';\n puVar13[0x1c] = '\0';\n puVar13[0x1d] = '\0';\n puVar13[0x1e] = '\0';\n puVar13[0x1f] = '\0';\n if (uVar10 < 0xff00) {\n uVar10 = 0;\n }\n *(ulong *)(puVar13 + 0x20) = uVar10;\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar18 = pOVar3->out_shndx_;\n if (uVar18 == 0xffffffff) {\nLAB_003df679:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar18 = (*p_Var4)();\n }\n if (uVar18 < 0xff00) {\n uVar18 = 0;\n }\n pSVar12 = this->segment_list_;\n ppOVar5 = (pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_finish;\n local_50 = (pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_start;\n *(uint *)(puVar13 + 0x28) = uVar18;\n puVar13[0x30] = '\0';\n puVar13[0x31] = '\0';\n puVar13[0x32] = '\0';\n puVar13[0x33] = '\0';\n puVar13[0x34] = '\0';\n puVar13[0x35] = '\0';\n puVar13[0x36] = '\0';\n puVar13[0x37] = '\0';\n puVar13[0x38] = '\0';\n puVar13[0x39] = '\0';\n puVar13[0x3a] = '\0';\n puVar13[0x3b] = '\0';\n puVar13[0x3c] = '\0';\n puVar13[0x3d] = '\0';\n puVar13[0x3e] = '\0';\n puVar13[0x3f] = '\0';\n uVar10 = (long)ppOVar5 - (long)local_50 >> 3;\n if (uVar10 < 0xffff) {\n uVar10 = 0;\n }\n pSVar14 = (Shdr_data<64> *)(puVar13 + 0x40);\n *(int *)(puVar13 + 0x2c) = (int)uVar10;\n if (parameters->options_ == (General_options *)0x0) {\nLAB_003df6cc:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((parameters->options_->relocatable_).value == false) {\n if (local_50 == ppOVar5) {\n uVar18 = 1;\n }\n else {\n uVar18 = 1;\n do {\n pOVar6 = *local_50;\n if (pOVar6->type_ == 1) {\n secnamepool = this->secnamepool_;\n pppOVar16 = &pOVar6->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish;\n layout = this->layout_;\n do {\n ppOVar19 = ((_Vector_impl *)(pppOVar16 + -1))->_M_start;\n pSVar15 = pSVar14;\n if (*pppOVar16 != ppOVar19) {\n do {\n iVar7 = (*(*ppOVar19)->_vptr_Output_data[6])();\n pSVar14 = pSVar15;\n if ((char)iVar7 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)(pOVar3);\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,\n "write_section_headers_list");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar15 = pSVar14;\n } while (*pppOVar16 != ppOVar19);\n }\n pppOVar16 = pppOVar16 + 3;\n } while ((pointer *)&pOVar6->paddr_ != pppOVar16);\n pSVar12 = this->segment_list_;\n }\n local_50 = local_50 + 1;\n } while ((pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>\n )._M_impl._M_finish != local_50);\n }\n }\n else {\n pSVar11 = this->section_list_;\n uVar18 = 1;\n ppOVar17 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start;\n if (ppOVar17 !=\n (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish) {\n pSVar15 = pSVar14;\n do {\n pOVar3 = *ppOVar17;\n if (((pOVar3->flags_ & 2) != 0) || (pSVar14 = pSVar15, pOVar3->type_ == 0x11)) {\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)();\n }\n if (uVar18 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->section_list_;\n }\n ppOVar17 = ppOVar17 + 1;\n pSVar15 = pSVar14;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_finish != ppOVar17);\n }\n }\n pSVar11 = this->unattached_section_list_;\n ppOVar17 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_start;\n if (ppOVar17 !=\n (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl\n ._M_finish) {\n do {\n pOVar3 = *ppOVar17;\n if (pOVar3->type_ == 0x11) {\n if (parameters->options_ == (General_options *)0x0) goto LAB_003df6cc;\n if ((parameters->options_->relocatable_).value == false) goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)();\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");\n }\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar14;\n Output_section::write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->unattached_section_list_;\n pSVar14 = pSVar14 + 1;\n }\n ppOVar17 = ppOVar17 + 1;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish != ppOVar17);\n }\n if (((this->super_Output_data).field_0x20 & 4) != 0) {\n return;\n }\n }\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 lVar2 = (this->super_Output_data).offset_;\n if ((lVar2 < 0) || (of->file_size_ < (long)(lVar2 + size))) {\n Output_file::get_output_view((Output_file *)this,(off_t)of,size,in_RCX);\n }\n else {\n puVar13 = of->base_ + lVar2;\n pOVar3 = this->shstrtab_section_;\n sVar9 = size + 0x3f;\n if (-1 < (long)size) {\n sVar9 = size;\n }\n puVar13[0] = '\0';\n puVar13[1] = '\0';\n puVar13[2] = '\0';\n puVar13[3] = '\0';\n puVar13[4] = '\0';\n puVar13[5] = '\0';\n puVar13[6] = '\0';\n puVar13[7] = '\0';\n puVar13[8] = '\0';\n puVar13[9] = '\0';\n puVar13[10] = '\0';\n puVar13[0xb] = '\0';\n puVar13[0xc] = '\0';\n puVar13[0xd] = '\0';\n puVar13[0xe] = '\0';\n puVar13[0xf] = '\0';\n uVar10 = (long)sVar9 >> 6;\n puVar13[0x10] = '\0';\n puVar13[0x11] = '\0';\n puVar13[0x12] = '\0';\n puVar13[0x13] = '\0';\n puVar13[0x14] = '\0';\n puVar13[0x15] = '\0';\n puVar13[0x16] = '\0';\n puVar13[0x17] = '\0';\n puVar13[0x18] = '\0';\n puVar13[0x19] = '\0';\n puVar13[0x1a] = '\0';\n puVar13[0x1b] = '\0';\n puVar13[0x1c] = '\0';\n puVar13[0x1d] = '\0';\n puVar13[0x1e] = '\0';\n puVar13[0x1f] = '\0';\n if (uVar10 < 0xff00) {\n uVar10 = 0;\n }\n *(ulong *)(puVar13 + 0x20) = uVar10;\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar18 = pOVar3->out_shndx_;\n if (uVar18 == 0xffffffff) {\nLAB_003df679:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar18 = (*p_Var4)();\n }\n if (uVar18 < 0xff00) {\n uVar18 = 0;\n }\n pSVar12 = this->segment_list_;\n ppOVar5 = (pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_finish;\n local_50 = (pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_start;\n *(uint *)(puVar13 + 0x28) = uVar18;\n puVar13[0x30] = '\0';\n puVar13[0x31] = '\0';\n puVar13[0x32] = '\0';\n puVar13[0x33] = '\0';\n puVar13[0x34] = '\0';\n puVar13[0x35] = '\0';\n puVar13[0x36] = '\0';\n puVar13[0x37] = '\0';\n puVar13[0x38] = '\0';\n puVar13[0x39] = '\0';\n puVar13[0x3a] = '\0';\n puVar13[0x3b] = '\0';\n puVar13[0x3c] = '\0';\n puVar13[0x3d] = '\0';\n puVar13[0x3e] = '\0';\n puVar13[0x3f] = '\0';\n uVar10 = (long)ppOVar5 - (long)local_50 >> 3;\n if (uVar10 < 0xffff) {\n uVar10 = 0;\n }\n pSVar14 = (Shdr_data<64> *)(puVar13 + 0x40);\n *(int *)(puVar13 + 0x2c) = (int)uVar10;\n if (parameters->options_ == (General_options *)0x0) {\nLAB_003df6cc:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((parameters->options_->relocatable_).value == false) {\n if (local_50 == ppOVar5) {\n uVar18 = 1;\n }\n else {\n uVar18 = 1;\n do {\n pOVar6 = *local_50;\n if (pOVar6->type_ == 1) {\n secnamepool = this->secnamepool_;\n pppOVar16 = &pOVar6->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish;\n layout = this->layout_;\n do {\n ppOVar19 = ((_Vector_impl *)(pppOVar16 + -1))->_M_start;\n pSVar15 = pSVar14;\n if (*pppOVar16 != ppOVar19) {\n do {\n iVar7 = (*(*ppOVar19)->_vptr_Output_data[6])();\n pSVar14 = pSVar15;\n if ((char)iVar7 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)(pOVar3);\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,\n "write_section_headers_list");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar15 = pSVar14;\n } while (*pppOVar16 != ppOVar19);\n }\n pppOVar16 = pppOVar16 + 3;\n } while ((pointer *)&pOVar6->paddr_ != pppOVar16);\n pSVar12 = this->segment_list_;\n }\n local_50 = local_50 + 1;\n } while ((pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>\n )._M_impl._M_finish != local_50);\n }\n }\n else {\n pSVar11 = this->section_list_;\n uVar18 = 1;\n ppOVar17 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start;\n if (ppOVar17 !=\n (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish) {\n pSVar15 = pSVar14;\n do {\n pOVar3 = *ppOVar17;\n if (((pOVar3->flags_ & 2) != 0) || (pSVar14 = pSVar15, pOVar3->type_ == 0x11)) {\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)();\n }\n if (uVar18 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->section_list_;\n }\n ppOVar17 = ppOVar17 + 1;\n pSVar15 = pSVar14;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_finish != ppOVar17);\n }\n }\n pSVar11 = this->unattached_section_list_;\n ppOVar17 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_start;\n if (ppOVar17 !=\n (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl\n ._M_finish) {\n do {\n pOVar3 = *ppOVar17;\n if (pOVar3->type_ == 0x11) {\n if (parameters->options_ == (General_options *)0x0) goto LAB_003df6cc;\n if ((parameters->options_->relocatable_).value == false) goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)();\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");\n }\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar14;\n Output_section::write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->unattached_section_list_;\n pSVar14 = pSVar14 + 1;\n }\n ppOVar17 = ppOVar17 + 1;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish != ppOVar17);\n }\n if (((this->super_Output_data).field_0x20 & 4) != 0) {\n return;\n }\n }\n }" { (expression_statement "lVar2 = (this->super_Output_data).offset_;" (assignment_expression "lVar2 = (this->super_Output_data).offset_" identifier = (field_expression "(this->super_Output_data).offset_" (parenthesized_expression "(this->super_Output_data)" ( (field_expression "this->super_Output_data" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if ((lVar2 < 0) || (of->file_size_ < (long)(lVar2 + size))) {\n Output_file::get_output_view((Output_file *)this,(off_t)of,size,in_RCX);\n }\n else {\n puVar13 = of->base_ + lVar2;\n pOVar3 = this->shstrtab_section_;\n sVar9 = size + 0x3f;\n if (-1 < (long)size) {\n sVar9 = size;\n }\n puVar13[0] = '\0';\n puVar13[1] = '\0';\n puVar13[2] = '\0';\n puVar13[3] = '\0';\n puVar13[4] = '\0';\n puVar13[5] = '\0';\n puVar13[6] = '\0';\n puVar13[7] = '\0';\n puVar13[8] = '\0';\n puVar13[9] = '\0';\n puVar13[10] = '\0';\n puVar13[0xb] = '\0';\n puVar13[0xc] = '\0';\n puVar13[0xd] = '\0';\n puVar13[0xe] = '\0';\n puVar13[0xf] = '\0';\n uVar10 = (long)sVar9 >> 6;\n puVar13[0x10] = '\0';\n puVar13[0x11] = '\0';\n puVar13[0x12] = '\0';\n puVar13[0x13] = '\0';\n puVar13[0x14] = '\0';\n puVar13[0x15] = '\0';\n puVar13[0x16] = '\0';\n puVar13[0x17] = '\0';\n puVar13[0x18] = '\0';\n puVar13[0x19] = '\0';\n puVar13[0x1a] = '\0';\n puVar13[0x1b] = '\0';\n puVar13[0x1c] = '\0';\n puVar13[0x1d] = '\0';\n puVar13[0x1e] = '\0';\n puVar13[0x1f] = '\0';\n if (uVar10 < 0xff00) {\n uVar10 = 0;\n }\n *(ulong *)(puVar13 + 0x20) = uVar10;\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar18 = pOVar3->out_shndx_;\n if (uVar18 == 0xffffffff) {\nLAB_003df679:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar18 = (*p_Var4)();\n }\n if (uVar18 < 0xff00) {\n uVar18 = 0;\n }\n pSVar12 = this->segment_list_;\n ppOVar5 = (pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_finish;\n local_50 = (pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_start;\n *(uint *)(puVar13 + 0x28) = uVar18;\n puVar13[0x30] = '\0';\n puVar13[0x31] = '\0';\n puVar13[0x32] = '\0';\n puVar13[0x33] = '\0';\n puVar13[0x34] = '\0';\n puVar13[0x35] = '\0';\n puVar13[0x36] = '\0';\n puVar13[0x37] = '\0';\n puVar13[0x38] = '\0';\n puVar13[0x39] = '\0';\n puVar13[0x3a] = '\0';\n puVar13[0x3b] = '\0';\n puVar13[0x3c] = '\0';\n puVar13[0x3d] = '\0';\n puVar13[0x3e] = '\0';\n puVar13[0x3f] = '\0';\n uVar10 = (long)ppOVar5 - (long)local_50 >> 3;\n if (uVar10 < 0xffff) {\n uVar10 = 0;\n }\n pSVar14 = (Shdr_data<64> *)(puVar13 + 0x40);\n *(int *)(puVar13 + 0x2c) = (int)uVar10;\n if (parameters->options_ == (General_options *)0x0) {\nLAB_003df6cc:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((parameters->options_->relocatable_).value == false) {\n if (local_50 == ppOVar5) {\n uVar18 = 1;\n }\n else {\n uVar18 = 1;\n do {\n pOVar6 = *local_50;\n if (pOVar6->type_ == 1) {\n secnamepool = this->secnamepool_;\n pppOVar16 = &pOVar6->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish;\n layout = this->layout_;\n do {\n ppOVar19 = ((_Vector_impl *)(pppOVar16 + -1))->_M_start;\n pSVar15 = pSVar14;\n if (*pppOVar16 != ppOVar19) {\n do {\n iVar7 = (*(*ppOVar19)->_vptr_Output_data[6])();\n pSVar14 = pSVar15;\n if ((char)iVar7 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)(pOVar3);\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,\n "write_section_headers_list");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar15 = pSVar14;\n } while (*pppOVar16 != ppOVar19);\n }\n pppOVar16 = pppOVar16 + 3;\n } while ((pointer *)&pOVar6->paddr_ != pppOVar16);\n pSVar12 = this->segment_list_;\n }\n local_50 = local_50 + 1;\n } while ((pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>\n )._M_impl._M_finish != local_50);\n }\n }\n else {\n pSVar11 = this->section_list_;\n uVar18 = 1;\n ppOVar17 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start;\n if (ppOVar17 !=\n (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish) {\n pSVar15 = pSVar14;\n do {\n pOVar3 = *ppOVar17;\n if (((pOVar3->flags_ & 2) != 0) || (pSVar14 = pSVar15, pOVar3->type_ == 0x11)) {\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)();\n }\n if (uVar18 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->section_list_;\n }\n ppOVar17 = ppOVar17 + 1;\n pSVar15 = pSVar14;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_finish != ppOVar17);\n }\n }\n pSVar11 = this->unattached_section_list_;\n ppOVar17 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_start;\n if (ppOVar17 !=\n (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl\n ._M_finish) {\n do {\n pOVar3 = *ppOVar17;\n if (pOVar3->type_ == 0x11) {\n if (parameters->options_ == (General_options *)0x0) goto LAB_003df6cc;\n if ((parameters->options_->relocatable_).value == false) goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)();\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");\n }\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar14;\n Output_section::write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->unattached_section_list_;\n pSVar14 = pSVar14 + 1;\n }\n ppOVar17 = ppOVar17 + 1;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish != ppOVar17);\n }\n if (((this->super_Output_data).field_0x20 & 4) != 0) {\n return;\n }\n }" if (parenthesized_expression "((lVar2 < 0) || (of->file_size_ < (long)(lVar2 + size)))" ( (binary_expression "(lVar2 < 0) || (of->file_size_ < (long)(lVar2 + size))" (parenthesized_expression "(lVar2 < 0)" ( (binary_expression "lVar2 < 0" identifier < number_literal) )) || (parenthesized_expression "(of->file_size_ < (long)(lVar2 + size))" ( (binary_expression "of->file_size_ < (long)(lVar2 + size)" (field_expression "of->file_size_" identifier -> field_identifier) < (cast_expression "(long)(lVar2 + size)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(lVar2 + size)" ( (binary_expression "lVar2 + size" identifier + identifier) )))) ))) )) (compound_statement "{\n Output_file::get_output_view((Output_file *)this,(off_t)of,size,in_RCX);\n }" { (labeled_statement "Output_file::get_output_view((Output_file *)this,(off_t)of,size,in_RCX);" statement_identifier : (ERROR ":" :) (expression_statement "get_output_view((Output_file *)this,(off_t)of,size,in_RCX);" (call_expression "get_output_view((Output_file *)this,(off_t)of,size,in_RCX)" identifier (argument_list "((Output_file *)this,(off_t)of,size,in_RCX)" ( (cast_expression "(Output_file *)this" ( (type_descriptor "Output_file *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(off_t)of" ( (type_descriptor "off_t" type_identifier) ) identifier) , identifier , identifier ))) ;)) }) (else_clause "else {\n puVar13 = of->base_ + lVar2;\n pOVar3 = this->shstrtab_section_;\n sVar9 = size + 0x3f;\n if (-1 < (long)size) {\n sVar9 = size;\n }\n puVar13[0] = '\0';\n puVar13[1] = '\0';\n puVar13[2] = '\0';\n puVar13[3] = '\0';\n puVar13[4] = '\0';\n puVar13[5] = '\0';\n puVar13[6] = '\0';\n puVar13[7] = '\0';\n puVar13[8] = '\0';\n puVar13[9] = '\0';\n puVar13[10] = '\0';\n puVar13[0xb] = '\0';\n puVar13[0xc] = '\0';\n puVar13[0xd] = '\0';\n puVar13[0xe] = '\0';\n puVar13[0xf] = '\0';\n uVar10 = (long)sVar9 >> 6;\n puVar13[0x10] = '\0';\n puVar13[0x11] = '\0';\n puVar13[0x12] = '\0';\n puVar13[0x13] = '\0';\n puVar13[0x14] = '\0';\n puVar13[0x15] = '\0';\n puVar13[0x16] = '\0';\n puVar13[0x17] = '\0';\n puVar13[0x18] = '\0';\n puVar13[0x19] = '\0';\n puVar13[0x1a] = '\0';\n puVar13[0x1b] = '\0';\n puVar13[0x1c] = '\0';\n puVar13[0x1d] = '\0';\n puVar13[0x1e] = '\0';\n puVar13[0x1f] = '\0';\n if (uVar10 < 0xff00) {\n uVar10 = 0;\n }\n *(ulong *)(puVar13 + 0x20) = uVar10;\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar18 = pOVar3->out_shndx_;\n if (uVar18 == 0xffffffff) {\nLAB_003df679:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar18 = (*p_Var4)();\n }\n if (uVar18 < 0xff00) {\n uVar18 = 0;\n }\n pSVar12 = this->segment_list_;\n ppOVar5 = (pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_finish;\n local_50 = (pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_start;\n *(uint *)(puVar13 + 0x28) = uVar18;\n puVar13[0x30] = '\0';\n puVar13[0x31] = '\0';\n puVar13[0x32] = '\0';\n puVar13[0x33] = '\0';\n puVar13[0x34] = '\0';\n puVar13[0x35] = '\0';\n puVar13[0x36] = '\0';\n puVar13[0x37] = '\0';\n puVar13[0x38] = '\0';\n puVar13[0x39] = '\0';\n puVar13[0x3a] = '\0';\n puVar13[0x3b] = '\0';\n puVar13[0x3c] = '\0';\n puVar13[0x3d] = '\0';\n puVar13[0x3e] = '\0';\n puVar13[0x3f] = '\0';\n uVar10 = (long)ppOVar5 - (long)local_50 >> 3;\n if (uVar10 < 0xffff) {\n uVar10 = 0;\n }\n pSVar14 = (Shdr_data<64> *)(puVar13 + 0x40);\n *(int *)(puVar13 + 0x2c) = (int)uVar10;\n if (parameters->options_ == (General_options *)0x0) {\nLAB_003df6cc:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((parameters->options_->relocatable_).value == false) {\n if (local_50 == ppOVar5) {\n uVar18 = 1;\n }\n else {\n uVar18 = 1;\n do {\n pOVar6 = *local_50;\n if (pOVar6->type_ == 1) {\n secnamepool = this->secnamepool_;\n pppOVar16 = &pOVar6->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish;\n layout = this->layout_;\n do {\n ppOVar19 = ((_Vector_impl *)(pppOVar16 + -1))->_M_start;\n pSVar15 = pSVar14;\n if (*pppOVar16 != ppOVar19) {\n do {\n iVar7 = (*(*ppOVar19)->_vptr_Output_data[6])();\n pSVar14 = pSVar15;\n if ((char)iVar7 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)(pOVar3);\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,\n "write_section_headers_list");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar15 = pSVar14;\n } while (*pppOVar16 != ppOVar19);\n }\n pppOVar16 = pppOVar16 + 3;\n } while ((pointer *)&pOVar6->paddr_ != pppOVar16);\n pSVar12 = this->segment_list_;\n }\n local_50 = local_50 + 1;\n } while ((pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>\n )._M_impl._M_finish != local_50);\n }\n }\n else {\n pSVar11 = this->section_list_;\n uVar18 = 1;\n ppOVar17 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start;\n if (ppOVar17 !=\n (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish) {\n pSVar15 = pSVar14;\n do {\n pOVar3 = *ppOVar17;\n if (((pOVar3->flags_ & 2) != 0) || (pSVar14 = pSVar15, pOVar3->type_ == 0x11)) {\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)();\n }\n if (uVar18 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->section_list_;\n }\n ppOVar17 = ppOVar17 + 1;\n pSVar15 = pSVar14;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_finish != ppOVar17);\n }\n }\n pSVar11 = this->unattached_section_list_;\n ppOVar17 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_start;\n if (ppOVar17 !=\n (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl\n ._M_finish) {\n do {\n pOVar3 = *ppOVar17;\n if (pOVar3->type_ == 0x11) {\n if (parameters->options_ == (General_options *)0x0) goto LAB_003df6cc;\n if ((parameters->options_->relocatable_).value == false) goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)();\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");\n }\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar14;\n Output_section::write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->unattached_section_list_;\n pSVar14 = pSVar14 + 1;\n }\n ppOVar17 = ppOVar17 + 1;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish != ppOVar17);\n }\n if (((this->super_Output_data).field_0x20 & 4) != 0) {\n return;\n }\n }" else (compound_statement "{\n puVar13 = of->base_ + lVar2;\n pOVar3 = this->shstrtab_section_;\n sVar9 = size + 0x3f;\n if (-1 < (long)size) {\n sVar9 = size;\n }\n puVar13[0] = '\0';\n puVar13[1] = '\0';\n puVar13[2] = '\0';\n puVar13[3] = '\0';\n puVar13[4] = '\0';\n puVar13[5] = '\0';\n puVar13[6] = '\0';\n puVar13[7] = '\0';\n puVar13[8] = '\0';\n puVar13[9] = '\0';\n puVar13[10] = '\0';\n puVar13[0xb] = '\0';\n puVar13[0xc] = '\0';\n puVar13[0xd] = '\0';\n puVar13[0xe] = '\0';\n puVar13[0xf] = '\0';\n uVar10 = (long)sVar9 >> 6;\n puVar13[0x10] = '\0';\n puVar13[0x11] = '\0';\n puVar13[0x12] = '\0';\n puVar13[0x13] = '\0';\n puVar13[0x14] = '\0';\n puVar13[0x15] = '\0';\n puVar13[0x16] = '\0';\n puVar13[0x17] = '\0';\n puVar13[0x18] = '\0';\n puVar13[0x19] = '\0';\n puVar13[0x1a] = '\0';\n puVar13[0x1b] = '\0';\n puVar13[0x1c] = '\0';\n puVar13[0x1d] = '\0';\n puVar13[0x1e] = '\0';\n puVar13[0x1f] = '\0';\n if (uVar10 < 0xff00) {\n uVar10 = 0;\n }\n *(ulong *)(puVar13 + 0x20) = uVar10;\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar18 = pOVar3->out_shndx_;\n if (uVar18 == 0xffffffff) {\nLAB_003df679:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar18 = (*p_Var4)();\n }\n if (uVar18 < 0xff00) {\n uVar18 = 0;\n }\n pSVar12 = this->segment_list_;\n ppOVar5 = (pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_finish;\n local_50 = (pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_start;\n *(uint *)(puVar13 + 0x28) = uVar18;\n puVar13[0x30] = '\0';\n puVar13[0x31] = '\0';\n puVar13[0x32] = '\0';\n puVar13[0x33] = '\0';\n puVar13[0x34] = '\0';\n puVar13[0x35] = '\0';\n puVar13[0x36] = '\0';\n puVar13[0x37] = '\0';\n puVar13[0x38] = '\0';\n puVar13[0x39] = '\0';\n puVar13[0x3a] = '\0';\n puVar13[0x3b] = '\0';\n puVar13[0x3c] = '\0';\n puVar13[0x3d] = '\0';\n puVar13[0x3e] = '\0';\n puVar13[0x3f] = '\0';\n uVar10 = (long)ppOVar5 - (long)local_50 >> 3;\n if (uVar10 < 0xffff) {\n uVar10 = 0;\n }\n pSVar14 = (Shdr_data<64> *)(puVar13 + 0x40);\n *(int *)(puVar13 + 0x2c) = (int)uVar10;\n if (parameters->options_ == (General_options *)0x0) {\nLAB_003df6cc:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((parameters->options_->relocatable_).value == false) {\n if (local_50 == ppOVar5) {\n uVar18 = 1;\n }\n else {\n uVar18 = 1;\n do {\n pOVar6 = *local_50;\n if (pOVar6->type_ == 1) {\n secnamepool = this->secnamepool_;\n pppOVar16 = &pOVar6->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish;\n layout = this->layout_;\n do {\n ppOVar19 = ((_Vector_impl *)(pppOVar16 + -1))->_M_start;\n pSVar15 = pSVar14;\n if (*pppOVar16 != ppOVar19) {\n do {\n iVar7 = (*(*ppOVar19)->_vptr_Output_data[6])();\n pSVar14 = pSVar15;\n if ((char)iVar7 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)(pOVar3);\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,\n "write_section_headers_list");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar15 = pSVar14;\n } while (*pppOVar16 != ppOVar19);\n }\n pppOVar16 = pppOVar16 + 3;\n } while ((pointer *)&pOVar6->paddr_ != pppOVar16);\n pSVar12 = this->segment_list_;\n }\n local_50 = local_50 + 1;\n } while ((pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>\n )._M_impl._M_finish != local_50);\n }\n }\n else {\n pSVar11 = this->section_list_;\n uVar18 = 1;\n ppOVar17 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start;\n if (ppOVar17 !=\n (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish) {\n pSVar15 = pSVar14;\n do {\n pOVar3 = *ppOVar17;\n if (((pOVar3->flags_ & 2) != 0) || (pSVar14 = pSVar15, pOVar3->type_ == 0x11)) {\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)();\n }\n if (uVar18 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->section_list_;\n }\n ppOVar17 = ppOVar17 + 1;\n pSVar15 = pSVar14;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_finish != ppOVar17);\n }\n }\n pSVar11 = this->unattached_section_list_;\n ppOVar17 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_start;\n if (ppOVar17 !=\n (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl\n ._M_finish) {\n do {\n pOVar3 = *ppOVar17;\n if (pOVar3->type_ == 0x11) {\n if (parameters->options_ == (General_options *)0x0) goto LAB_003df6cc;\n if ((parameters->options_->relocatable_).value == false) goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)();\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");\n }\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar14;\n Output_section::write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->unattached_section_list_;\n pSVar14 = pSVar14 + 1;\n }\n ppOVar17 = ppOVar17 + 1;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish != ppOVar17);\n }\n if (((this->super_Output_data).field_0x20 & 4) != 0) {\n return;\n }\n }" { (expression_statement "puVar13 = of->base_ + lVar2;" (assignment_expression "puVar13 = of->base_ + lVar2" identifier = (binary_expression "of->base_ + lVar2" (field_expression "of->base_" identifier -> field_identifier) + identifier)) ;) (expression_statement "pOVar3 = this->shstrtab_section_;" (assignment_expression "pOVar3 = this->shstrtab_section_" identifier = (field_expression "this->shstrtab_section_" identifier -> field_identifier)) ;) (expression_statement "sVar9 = size + 0x3f;" (assignment_expression "sVar9 = size + 0x3f" identifier = (binary_expression "size + 0x3f" identifier + number_literal)) ;) (if_statement "if (-1 < (long)size) {\n sVar9 = size;\n }" if (parenthesized_expression "(-1 < (long)size)" ( (binary_expression "-1 < (long)size" number_literal < (cast_expression "(long)size" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) (compound_statement "{\n sVar9 = size;\n }" { (expression_statement "sVar9 = size;" (assignment_expression "sVar9 = size" identifier = identifier) ;) })) (expression_statement "puVar13[0] = '\0';" (assignment_expression "puVar13[0] = '\0'" (subscript_expression "puVar13[0]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[1] = '\0';" (assignment_expression "puVar13[1] = '\0'" (subscript_expression "puVar13[1]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[2] = '\0';" (assignment_expression "puVar13[2] = '\0'" (subscript_expression "puVar13[2]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[3] = '\0';" (assignment_expression "puVar13[3] = '\0'" (subscript_expression "puVar13[3]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[4] = '\0';" (assignment_expression "puVar13[4] = '\0'" (subscript_expression "puVar13[4]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[5] = '\0';" (assignment_expression "puVar13[5] = '\0'" (subscript_expression "puVar13[5]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[6] = '\0';" (assignment_expression "puVar13[6] = '\0'" (subscript_expression "puVar13[6]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[7] = '\0';" (assignment_expression "puVar13[7] = '\0'" (subscript_expression "puVar13[7]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[8] = '\0';" (assignment_expression "puVar13[8] = '\0'" (subscript_expression "puVar13[8]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[9] = '\0';" (assignment_expression "puVar13[9] = '\0'" (subscript_expression "puVar13[9]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[10] = '\0';" (assignment_expression "puVar13[10] = '\0'" (subscript_expression "puVar13[10]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0xb] = '\0';" (assignment_expression "puVar13[0xb] = '\0'" (subscript_expression "puVar13[0xb]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0xc] = '\0';" (assignment_expression "puVar13[0xc] = '\0'" (subscript_expression "puVar13[0xc]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0xd] = '\0';" (assignment_expression "puVar13[0xd] = '\0'" (subscript_expression "puVar13[0xd]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0xe] = '\0';" (assignment_expression "puVar13[0xe] = '\0'" (subscript_expression "puVar13[0xe]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0xf] = '\0';" (assignment_expression "puVar13[0xf] = '\0'" (subscript_expression "puVar13[0xf]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "uVar10 = (long)sVar9 >> 6;" (assignment_expression "uVar10 = (long)sVar9 >> 6" identifier = (binary_expression "(long)sVar9 >> 6" (cast_expression "(long)sVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) >> number_literal)) ;) (expression_statement "puVar13[0x10] = '\0';" (assignment_expression "puVar13[0x10] = '\0'" (subscript_expression "puVar13[0x10]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0x11] = '\0';" (assignment_expression "puVar13[0x11] = '\0'" (subscript_expression "puVar13[0x11]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0x12] = '\0';" (assignment_expression "puVar13[0x12] = '\0'" (subscript_expression "puVar13[0x12]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0x13] = '\0';" (assignment_expression "puVar13[0x13] = '\0'" (subscript_expression "puVar13[0x13]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0x14] = '\0';" (assignment_expression "puVar13[0x14] = '\0'" (subscript_expression "puVar13[0x14]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0x15] = '\0';" (assignment_expression "puVar13[0x15] = '\0'" (subscript_expression "puVar13[0x15]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0x16] = '\0';" (assignment_expression "puVar13[0x16] = '\0'" (subscript_expression "puVar13[0x16]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0x17] = '\0';" (assignment_expression "puVar13[0x17] = '\0'" (subscript_expression "puVar13[0x17]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0x18] = '\0';" (assignment_expression "puVar13[0x18] = '\0'" (subscript_expression "puVar13[0x18]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0x19] = '\0';" (assignment_expression "puVar13[0x19] = '\0'" (subscript_expression "puVar13[0x19]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0x1a] = '\0';" (assignment_expression "puVar13[0x1a] = '\0'" (subscript_expression "puVar13[0x1a]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0x1b] = '\0';" (assignment_expression "puVar13[0x1b] = '\0'" (subscript_expression "puVar13[0x1b]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0x1c] = '\0';" (assignment_expression "puVar13[0x1c] = '\0'" (subscript_expression "puVar13[0x1c]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0x1d] = '\0';" (assignment_expression "puVar13[0x1d] = '\0'" (subscript_expression "puVar13[0x1d]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0x1e] = '\0';" (assignment_expression "puVar13[0x1e] = '\0'" (subscript_expression "puVar13[0x1e]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0x1f] = '\0';" (assignment_expression "puVar13[0x1f] = '\0'" (subscript_expression "puVar13[0x1f]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (if_statement "if (uVar10 < 0xff00) {\n uVar10 = 0;\n }" if (parenthesized_expression "(uVar10 < 0xff00)" ( (binary_expression "uVar10 < 0xff00" identifier < number_literal) )) (compound_statement "{\n uVar10 = 0;\n }" { (expression_statement "uVar10 = 0;" (assignment_expression "uVar10 = 0" identifier = number_literal) ;) })) (expression_statement "*(ulong *)(puVar13 + 0x20) = uVar10;" (assignment_expression "*(ulong *)(puVar13 + 0x20) = uVar10" (pointer_expression "*(ulong *)(puVar13 + 0x20)" * (cast_expression "(ulong *)(puVar13 + 0x20)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar13 + 0x20)" ( (binary_expression "puVar13 + 0x20" identifier + number_literal) )))) = identifier) ;) (expression_statement "p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];" (assignment_expression "p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb]" identifier = (subscript_expression "(pOVar3->super_Output_data)._vptr_Output_data[0xb]" (field_expression "(pOVar3->super_Output_data)._vptr_Output_data" (parenthesized_expression "(pOVar3->super_Output_data)" ( (field_expression "pOVar3->super_Output_data" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) ;) (if_statement "if (p_Var4 == Output_section::do_out_shndx) {\n uVar18 = pOVar3->out_shndx_;\n if (uVar18 == 0xffffffff) {\nLAB_003df679:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar18 = (*p_Var4)();\n }" if (parenthesized_expression "(p_Var4 == Output_section::do_out_shndx)" ( (binary_expression "p_Var4 == Output_section" identifier == identifier) (ERROR "::do_out_shndx" : : identifier) )) (compound_statement "{\n uVar18 = pOVar3->out_shndx_;\n if (uVar18 == 0xffffffff) {\nLAB_003df679:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }" { (expression_statement "uVar18 = pOVar3->out_shndx_;" (assignment_expression "uVar18 = pOVar3->out_shndx_" identifier = (field_expression "pOVar3->out_shndx_" identifier -> field_identifier)) ;) (if_statement "if (uVar18 == 0xffffffff) {\nLAB_003df679:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }" if (parenthesized_expression "(uVar18 == 0xffffffff)" ( (binary_expression "uVar18 == 0xffffffff" identifier == number_literal) )) (compound_statement "{\nLAB_003df679:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }" { (labeled_statement "LAB_003df679:\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 uVar18 = (*p_Var4)();\n }" else (compound_statement "{\n uVar18 = (*p_Var4)();\n }" { (expression_statement "uVar18 = (*p_Var4)();" (assignment_expression "uVar18 = (*p_Var4)()" identifier = (call_expression "(*p_Var4)()" (parenthesized_expression "(*p_Var4)" ( (pointer_expression "*p_Var4" * identifier) )) (argument_list "()" ( )))) ;) }))) (if_statement "if (uVar18 < 0xff00) {\n uVar18 = 0;\n }" if (parenthesized_expression "(uVar18 < 0xff00)" ( (binary_expression "uVar18 < 0xff00" identifier < number_literal) )) (compound_statement "{\n uVar18 = 0;\n }" { (expression_statement "uVar18 = 0;" (assignment_expression "uVar18 = 0" identifier = number_literal) ;) })) (expression_statement "pSVar12 = this->segment_list_;" (assignment_expression "pSVar12 = this->segment_list_" identifier = (field_expression "this->segment_list_" identifier -> field_identifier)) ;) (expression_statement "ppOVar5 = (pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_finish;" (assignment_expression "ppOVar5 = (pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_finish" identifier = (field_expression "(pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_finish" (field_expression "(pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl" (parenthesized_expression "(pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>)" ( (ERROR "pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::" (comma_expression "pSVar12->\n super__Vector_base<gold::Output_segment*,_std" (binary_expression "pSVar12->\n super__Vector_base<gold::Output_segment*" (binary_expression "pSVar12->\n super__Vector_base<gold" (field_expression "pSVar12->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_segment" : : identifier) * identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Output_segment*>_>" (binary_expression "Output_segment*>_" identifier * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "local_50 = (pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_start;" (assignment_expression "local_50 = (pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_start" identifier = (field_expression "(pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl._M_start" (field_expression "(pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>).\n _M_impl" (parenthesized_expression "(pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>)" ( (ERROR "pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::" (comma_expression "pSVar12->\n super__Vector_base<gold::Output_segment*,_std" (binary_expression "pSVar12->\n super__Vector_base<gold::Output_segment*" (binary_expression "pSVar12->\n super__Vector_base<gold" (field_expression "pSVar12->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_segment" : : identifier) * identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Output_segment*>_>" (binary_expression "Output_segment*>_" identifier * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "*(uint *)(puVar13 + 0x28) = uVar18;" (assignment_expression "*(uint *)(puVar13 + 0x28) = uVar18" (pointer_expression "*(uint *)(puVar13 + 0x28)" * (cast_expression "(uint *)(puVar13 + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar13 + 0x28)" ( (binary_expression "puVar13 + 0x28" identifier + number_literal) )))) = identifier) ;) (expression_statement "puVar13[0x30] = '\0';" (assignment_expression "puVar13[0x30] = '\0'" (subscript_expression "puVar13[0x30]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0x31] = '\0';" (assignment_expression "puVar13[0x31] = '\0'" (subscript_expression "puVar13[0x31]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0x32] = '\0';" (assignment_expression "puVar13[0x32] = '\0'" (subscript_expression "puVar13[0x32]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0x33] = '\0';" (assignment_expression "puVar13[0x33] = '\0'" (subscript_expression "puVar13[0x33]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0x34] = '\0';" (assignment_expression "puVar13[0x34] = '\0'" (subscript_expression "puVar13[0x34]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0x35] = '\0';" (assignment_expression "puVar13[0x35] = '\0'" (subscript_expression "puVar13[0x35]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0x36] = '\0';" (assignment_expression "puVar13[0x36] = '\0'" (subscript_expression "puVar13[0x36]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0x37] = '\0';" (assignment_expression "puVar13[0x37] = '\0'" (subscript_expression "puVar13[0x37]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0x38] = '\0';" (assignment_expression "puVar13[0x38] = '\0'" (subscript_expression "puVar13[0x38]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0x39] = '\0';" (assignment_expression "puVar13[0x39] = '\0'" (subscript_expression "puVar13[0x39]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0x3a] = '\0';" (assignment_expression "puVar13[0x3a] = '\0'" (subscript_expression "puVar13[0x3a]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0x3b] = '\0';" (assignment_expression "puVar13[0x3b] = '\0'" (subscript_expression "puVar13[0x3b]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0x3c] = '\0';" (assignment_expression "puVar13[0x3c] = '\0'" (subscript_expression "puVar13[0x3c]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0x3d] = '\0';" (assignment_expression "puVar13[0x3d] = '\0'" (subscript_expression "puVar13[0x3d]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0x3e] = '\0';" (assignment_expression "puVar13[0x3e] = '\0'" (subscript_expression "puVar13[0x3e]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "puVar13[0x3f] = '\0';" (assignment_expression "puVar13[0x3f] = '\0'" (subscript_expression "puVar13[0x3f]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "uVar10 = (long)ppOVar5 - (long)local_50 >> 3;" (assignment_expression "uVar10 = (long)ppOVar5 - (long)local_50 >> 3" identifier = (binary_expression "(long)ppOVar5 - (long)local_50 >> 3" (binary_expression "(long)ppOVar5 - (long)local_50" (cast_expression "(long)ppOVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)local_50" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) (if_statement "if (uVar10 < 0xffff) {\n uVar10 = 0;\n }" if (parenthesized_expression "(uVar10 < 0xffff)" ( (binary_expression "uVar10 < 0xffff" identifier < number_literal) )) (compound_statement "{\n uVar10 = 0;\n }" { (expression_statement "uVar10 = 0;" (assignment_expression "uVar10 = 0" identifier = number_literal) ;) })) (expression_statement "pSVar14 = (Shdr_data<64> *)(puVar13 + 0x40);" (assignment_expression "pSVar14 = (Shdr_data<64> *)(puVar13 + 0x40)" identifier = (call_expression "(Shdr_data<64> *)(puVar13 + 0x40)" (parenthesized_expression "(Shdr_data<64> *)" ( (binary_expression "Shdr_data<64> *" (binary_expression "Shdr_data<64" identifier < number_literal) > (pointer_expression "*" * identifier)) )) (argument_list "(puVar13 + 0x40)" ( (binary_expression "puVar13 + 0x40" identifier + number_literal) )))) ;) (expression_statement "*(int *)(puVar13 + 0x2c) = (int)uVar10;" (assignment_expression "*(int *)(puVar13 + 0x2c) = (int)uVar10" (pointer_expression "*(int *)(puVar13 + 0x2c)" * (cast_expression "(int *)(puVar13 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar13 + 0x2c)" ( (binary_expression "puVar13 + 0x2c" identifier + number_literal) )))) = (cast_expression "(int)uVar10" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (if_statement "if (parameters->options_ == (General_options *)0x0) {\nLAB_003df6cc:\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 "{\nLAB_003df6cc:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" { (labeled_statement "LAB_003df6cc:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" statement_identifier : comment (expression_statement "do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" (call_expression "do_gold_unreachable("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;)) })) (if_statement "if ((parameters->options_->relocatable_).value == false) {\n if (local_50 == ppOVar5) {\n uVar18 = 1;\n }\n else {\n uVar18 = 1;\n do {\n pOVar6 = *local_50;\n if (pOVar6->type_ == 1) {\n secnamepool = this->secnamepool_;\n pppOVar16 = &pOVar6->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish;\n layout = this->layout_;\n do {\n ppOVar19 = ((_Vector_impl *)(pppOVar16 + -1))->_M_start;\n pSVar15 = pSVar14;\n if (*pppOVar16 != ppOVar19) {\n do {\n iVar7 = (*(*ppOVar19)->_vptr_Output_data[6])();\n pSVar14 = pSVar15;\n if ((char)iVar7 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)(pOVar3);\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,\n "write_section_headers_list");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar15 = pSVar14;\n } while (*pppOVar16 != ppOVar19);\n }\n pppOVar16 = pppOVar16 + 3;\n } while ((pointer *)&pOVar6->paddr_ != pppOVar16);\n pSVar12 = this->segment_list_;\n }\n local_50 = local_50 + 1;\n } while ((pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>\n )._M_impl._M_finish != local_50);\n }\n }\n else {\n pSVar11 = this->section_list_;\n uVar18 = 1;\n ppOVar17 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start;\n if (ppOVar17 !=\n (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish) {\n pSVar15 = pSVar14;\n do {\n pOVar3 = *ppOVar17;\n if (((pOVar3->flags_ & 2) != 0) || (pSVar14 = pSVar15, pOVar3->type_ == 0x11)) {\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)();\n }\n if (uVar18 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->section_list_;\n }\n ppOVar17 = ppOVar17 + 1;\n pSVar15 = pSVar14;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_finish != ppOVar17);\n }\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 if (local_50 == ppOVar5) {\n uVar18 = 1;\n }\n else {\n uVar18 = 1;\n do {\n pOVar6 = *local_50;\n if (pOVar6->type_ == 1) {\n secnamepool = this->secnamepool_;\n pppOVar16 = &pOVar6->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish;\n layout = this->layout_;\n do {\n ppOVar19 = ((_Vector_impl *)(pppOVar16 + -1))->_M_start;\n pSVar15 = pSVar14;\n if (*pppOVar16 != ppOVar19) {\n do {\n iVar7 = (*(*ppOVar19)->_vptr_Output_data[6])();\n pSVar14 = pSVar15;\n if ((char)iVar7 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)(pOVar3);\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,\n "write_section_headers_list");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar15 = pSVar14;\n } while (*pppOVar16 != ppOVar19);\n }\n pppOVar16 = pppOVar16 + 3;\n } while ((pointer *)&pOVar6->paddr_ != pppOVar16);\n pSVar12 = this->segment_list_;\n }\n local_50 = local_50 + 1;\n } while ((pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>\n )._M_impl._M_finish != local_50);\n }\n }" { (if_statement "if (local_50 == ppOVar5) {\n uVar18 = 1;\n }\n else {\n uVar18 = 1;\n do {\n pOVar6 = *local_50;\n if (pOVar6->type_ == 1) {\n secnamepool = this->secnamepool_;\n pppOVar16 = &pOVar6->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish;\n layout = this->layout_;\n do {\n ppOVar19 = ((_Vector_impl *)(pppOVar16 + -1))->_M_start;\n pSVar15 = pSVar14;\n if (*pppOVar16 != ppOVar19) {\n do {\n iVar7 = (*(*ppOVar19)->_vptr_Output_data[6])();\n pSVar14 = pSVar15;\n if ((char)iVar7 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)(pOVar3);\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,\n "write_section_headers_list");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar15 = pSVar14;\n } while (*pppOVar16 != ppOVar19);\n }\n pppOVar16 = pppOVar16 + 3;\n } while ((pointer *)&pOVar6->paddr_ != pppOVar16);\n pSVar12 = this->segment_list_;\n }\n local_50 = local_50 + 1;\n } while ((pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>\n )._M_impl._M_finish != local_50);\n }" if (parenthesized_expression "(local_50 == ppOVar5)" ( (binary_expression "local_50 == ppOVar5" identifier == identifier) )) (compound_statement "{\n uVar18 = 1;\n }" { (expression_statement "uVar18 = 1;" (assignment_expression "uVar18 = 1" identifier = number_literal) ;) }) (else_clause "else {\n uVar18 = 1;\n do {\n pOVar6 = *local_50;\n if (pOVar6->type_ == 1) {\n secnamepool = this->secnamepool_;\n pppOVar16 = &pOVar6->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish;\n layout = this->layout_;\n do {\n ppOVar19 = ((_Vector_impl *)(pppOVar16 + -1))->_M_start;\n pSVar15 = pSVar14;\n if (*pppOVar16 != ppOVar19) {\n do {\n iVar7 = (*(*ppOVar19)->_vptr_Output_data[6])();\n pSVar14 = pSVar15;\n if ((char)iVar7 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)(pOVar3);\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,\n "write_section_headers_list");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar15 = pSVar14;\n } while (*pppOVar16 != ppOVar19);\n }\n pppOVar16 = pppOVar16 + 3;\n } while ((pointer *)&pOVar6->paddr_ != pppOVar16);\n pSVar12 = this->segment_list_;\n }\n local_50 = local_50 + 1;\n } while ((pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>\n )._M_impl._M_finish != local_50);\n }" else (compound_statement "{\n uVar18 = 1;\n do {\n pOVar6 = *local_50;\n if (pOVar6->type_ == 1) {\n secnamepool = this->secnamepool_;\n pppOVar16 = &pOVar6->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish;\n layout = this->layout_;\n do {\n ppOVar19 = ((_Vector_impl *)(pppOVar16 + -1))->_M_start;\n pSVar15 = pSVar14;\n if (*pppOVar16 != ppOVar19) {\n do {\n iVar7 = (*(*ppOVar19)->_vptr_Output_data[6])();\n pSVar14 = pSVar15;\n if ((char)iVar7 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)(pOVar3);\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,\n "write_section_headers_list");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar15 = pSVar14;\n } while (*pppOVar16 != ppOVar19);\n }\n pppOVar16 = pppOVar16 + 3;\n } while ((pointer *)&pOVar6->paddr_ != pppOVar16);\n pSVar12 = this->segment_list_;\n }\n local_50 = local_50 + 1;\n } while ((pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>\n )._M_impl._M_finish != local_50);\n }" { (expression_statement "uVar18 = 1;" (assignment_expression "uVar18 = 1" identifier = number_literal) ;) (do_statement "do {\n pOVar6 = *local_50;\n if (pOVar6->type_ == 1) {\n secnamepool = this->secnamepool_;\n pppOVar16 = &pOVar6->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish;\n layout = this->layout_;\n do {\n ppOVar19 = ((_Vector_impl *)(pppOVar16 + -1))->_M_start;\n pSVar15 = pSVar14;\n if (*pppOVar16 != ppOVar19) {\n do {\n iVar7 = (*(*ppOVar19)->_vptr_Output_data[6])();\n pSVar14 = pSVar15;\n if ((char)iVar7 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)(pOVar3);\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,\n "write_section_headers_list");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar15 = pSVar14;\n } while (*pppOVar16 != ppOVar19);\n }\n pppOVar16 = pppOVar16 + 3;\n } while ((pointer *)&pOVar6->paddr_ != pppOVar16);\n pSVar12 = this->segment_list_;\n }\n local_50 = local_50 + 1;\n } while ((pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>\n )._M_impl._M_finish != local_50);" do (compound_statement "{\n pOVar6 = *local_50;\n if (pOVar6->type_ == 1) {\n secnamepool = this->secnamepool_;\n pppOVar16 = &pOVar6->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish;\n layout = this->layout_;\n do {\n ppOVar19 = ((_Vector_impl *)(pppOVar16 + -1))->_M_start;\n pSVar15 = pSVar14;\n if (*pppOVar16 != ppOVar19) {\n do {\n iVar7 = (*(*ppOVar19)->_vptr_Output_data[6])();\n pSVar14 = pSVar15;\n if ((char)iVar7 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)(pOVar3);\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,\n "write_section_headers_list");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar15 = pSVar14;\n } while (*pppOVar16 != ppOVar19);\n }\n pppOVar16 = pppOVar16 + 3;\n } while ((pointer *)&pOVar6->paddr_ != pppOVar16);\n pSVar12 = this->segment_list_;\n }\n local_50 = local_50 + 1;\n }" { (expression_statement "pOVar6 = *local_50;" (assignment_expression "pOVar6 = *local_50" identifier = (pointer_expression "*local_50" * identifier)) ;) (if_statement "if (pOVar6->type_ == 1) {\n secnamepool = this->secnamepool_;\n pppOVar16 = &pOVar6->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish;\n layout = this->layout_;\n do {\n ppOVar19 = ((_Vector_impl *)(pppOVar16 + -1))->_M_start;\n pSVar15 = pSVar14;\n if (*pppOVar16 != ppOVar19) {\n do {\n iVar7 = (*(*ppOVar19)->_vptr_Output_data[6])();\n pSVar14 = pSVar15;\n if ((char)iVar7 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)(pOVar3);\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,\n "write_section_headers_list");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar15 = pSVar14;\n } while (*pppOVar16 != ppOVar19);\n }\n pppOVar16 = pppOVar16 + 3;\n } while ((pointer *)&pOVar6->paddr_ != pppOVar16);\n pSVar12 = this->segment_list_;\n }" if (parenthesized_expression "(pOVar6->type_ == 1)" ( (binary_expression "pOVar6->type_ == 1" (field_expression "pOVar6->type_" identifier -> field_identifier) == number_literal) )) (compound_statement "{\n secnamepool = this->secnamepool_;\n pppOVar16 = &pOVar6->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish;\n layout = this->layout_;\n do {\n ppOVar19 = ((_Vector_impl *)(pppOVar16 + -1))->_M_start;\n pSVar15 = pSVar14;\n if (*pppOVar16 != ppOVar19) {\n do {\n iVar7 = (*(*ppOVar19)->_vptr_Output_data[6])();\n pSVar14 = pSVar15;\n if ((char)iVar7 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)(pOVar3);\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,\n "write_section_headers_list");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar15 = pSVar14;\n } while (*pppOVar16 != ppOVar19);\n }\n pppOVar16 = pppOVar16 + 3;\n } while ((pointer *)&pOVar6->paddr_ != pppOVar16);\n pSVar12 = this->segment_list_;\n }" { (expression_statement "secnamepool = this->secnamepool_;" (assignment_expression "secnamepool = this->secnamepool_" identifier = (field_expression "this->secnamepool_" identifier -> field_identifier)) ;) (expression_statement "pppOVar16 = &pOVar6->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish;" (field_expression "pppOVar16 = &pOVar6->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl._M_finish" (field_expression "pppOVar16 = &pOVar6->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>\n ._M_impl" (binary_expression "pppOVar16 = &pOVar6->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_" (binary_expression "pppOVar16 = &pOVar6->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std::allocator<gold" (binary_expression "pppOVar16 = &pOVar6->output_lists_[0].\n super__Vector_base<gold::Output_data*,_std" (assignment_expression "pppOVar16 = &pOVar6->output_lists_[0].\n super__Vector_base<gold" identifier = (binary_expression "&pOVar6->output_lists_[0].\n super__Vector_base<gold" (pointer_expression "&pOVar6->output_lists_[0].\n super__Vector_base" & (field_expression "pOVar6->output_lists_[0].\n super__Vector_base" (subscript_expression "pOVar6->output_lists_[0]" (field_expression "pOVar6->output_lists_" 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) ;) (expression_statement "layout = this->layout_;" (assignment_expression "layout = this->layout_" identifier = (field_expression "this->layout_" identifier -> field_identifier)) ;) (do_statement "do {\n ppOVar19 = ((_Vector_impl *)(pppOVar16 + -1))->_M_start;\n pSVar15 = pSVar14;\n if (*pppOVar16 != ppOVar19) {\n do {\n iVar7 = (*(*ppOVar19)->_vptr_Output_data[6])();\n pSVar14 = pSVar15;\n if ((char)iVar7 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)(pOVar3);\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,\n "write_section_headers_list");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar15 = pSVar14;\n } while (*pppOVar16 != ppOVar19);\n }\n pppOVar16 = pppOVar16 + 3;\n } while ((pointer *)&pOVar6->paddr_ != pppOVar16);" do (compound_statement "{\n ppOVar19 = ((_Vector_impl *)(pppOVar16 + -1))->_M_start;\n pSVar15 = pSVar14;\n if (*pppOVar16 != ppOVar19) {\n do {\n iVar7 = (*(*ppOVar19)->_vptr_Output_data[6])();\n pSVar14 = pSVar15;\n if ((char)iVar7 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)(pOVar3);\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,\n "write_section_headers_list");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar15 = pSVar14;\n } while (*pppOVar16 != ppOVar19);\n }\n pppOVar16 = pppOVar16 + 3;\n }" { (expression_statement "ppOVar19 = ((_Vector_impl *)(pppOVar16 + -1))->_M_start;" (assignment_expression "ppOVar19 = ((_Vector_impl *)(pppOVar16 + -1))->_M_start" identifier = (field_expression "((_Vector_impl *)(pppOVar16 + -1))->_M_start" (parenthesized_expression "((_Vector_impl *)(pppOVar16 + -1))" ( (cast_expression "(_Vector_impl *)(pppOVar16 + -1)" ( (type_descriptor "_Vector_impl *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pppOVar16 + -1)" ( (binary_expression "pppOVar16 + -1" identifier + number_literal) ))) )) -> field_identifier)) ;) (expression_statement "pSVar15 = pSVar14;" (assignment_expression "pSVar15 = pSVar14" identifier = identifier) ;) (if_statement "if (*pppOVar16 != ppOVar19) {\n do {\n iVar7 = (*(*ppOVar19)->_vptr_Output_data[6])();\n pSVar14 = pSVar15;\n if ((char)iVar7 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)(pOVar3);\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,\n "write_section_headers_list");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar15 = pSVar14;\n } while (*pppOVar16 != ppOVar19);\n }" if (parenthesized_expression "(*pppOVar16 != ppOVar19)" ( (binary_expression "*pppOVar16 != ppOVar19" (pointer_expression "*pppOVar16" * identifier) != identifier) )) (compound_statement "{\n do {\n iVar7 = (*(*ppOVar19)->_vptr_Output_data[6])();\n pSVar14 = pSVar15;\n if ((char)iVar7 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)(pOVar3);\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,\n "write_section_headers_list");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar15 = pSVar14;\n } while (*pppOVar16 != ppOVar19);\n }" { (do_statement "do {\n iVar7 = (*(*ppOVar19)->_vptr_Output_data[6])();\n pSVar14 = pSVar15;\n if ((char)iVar7 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)(pOVar3);\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,\n "write_section_headers_list");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar15 = pSVar14;\n } while (*pppOVar16 != ppOVar19);" do (compound_statement "{\n iVar7 = (*(*ppOVar19)->_vptr_Output_data[6])();\n pSVar14 = pSVar15;\n if ((char)iVar7 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)(pOVar3);\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,\n "write_section_headers_list");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }\n ppOVar19 = ppOVar19 + 1;\n pSVar15 = pSVar14;\n }" { (expression_statement "iVar7 = (*(*ppOVar19)->_vptr_Output_data[6])();" (assignment_expression "iVar7 = (*(*ppOVar19)->_vptr_Output_data[6])()" identifier = (call_expression "(*(*ppOVar19)->_vptr_Output_data[6])()" (parenthesized_expression "(*(*ppOVar19)->_vptr_Output_data[6])" ( (pointer_expression "*(*ppOVar19)->_vptr_Output_data[6]" * (subscript_expression "(*ppOVar19)->_vptr_Output_data[6]" (field_expression "(*ppOVar19)->_vptr_Output_data" (parenthesized_expression "(*ppOVar19)" ( (pointer_expression "*ppOVar19" * identifier) )) -> field_identifier) [ number_literal ])) )) (argument_list "()" ( )))) ;) (expression_statement "pSVar14 = pSVar15;" (assignment_expression "pSVar14 = pSVar15" identifier = identifier) ;) (if_statement "if ((char)iVar7 != '\0') {\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)(pOVar3);\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,\n "write_section_headers_list");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }" if (parenthesized_expression "((char)iVar7 != '\0')" ( (binary_expression "(char)iVar7 != '\0'" (cast_expression "(char)iVar7" ( (type_descriptor "char" primitive_type) ) identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n pOVar3 = (Output_section *)*ppOVar19;\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)(pOVar3);\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,\n "write_section_headers_list");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);\n }" { (expression_statement "pOVar3 = (Output_section *)*ppOVar19;" (assignment_expression "pOVar3 = (Output_section *)*ppOVar19" identifier = (cast_expression "(Output_section *)*ppOVar19" ( (type_descriptor "Output_section *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*ppOVar19" * identifier))) ;) (expression_statement "p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];" (assignment_expression "p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb]" identifier = (subscript_expression "(pOVar3->super_Output_data)._vptr_Output_data[0xb]" (field_expression "(pOVar3->super_Output_data)._vptr_Output_data" (parenthesized_expression "(pOVar3->super_Output_data)" ( (field_expression "pOVar3->super_Output_data" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) ;) (if_statement "if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)(pOVar3);\n }" if (parenthesized_expression "(p_Var4 == Output_section::do_out_shndx)" ( (binary_expression "p_Var4 == Output_section" identifier == identifier) (ERROR "::do_out_shndx" : : identifier) )) (compound_statement "{\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }" { (expression_statement "uVar8 = pOVar3->out_shndx_;" (assignment_expression "uVar8 = pOVar3->out_shndx_" identifier = (field_expression "pOVar3->out_shndx_" identifier -> field_identifier)) ;) (if_statement "if (uVar8 == 0xffffffff) goto LAB_003df679;" if (parenthesized_expression "(uVar8 == 0xffffffff)" ( (binary_expression "uVar8 == 0xffffffff" identifier == number_literal) )) (goto_statement "goto LAB_003df679;" goto statement_identifier ;)) }) (else_clause "else {\n uVar8 = (*p_Var4)(pOVar3);\n }" else (compound_statement "{\n uVar8 = (*p_Var4)(pOVar3);\n }" { (expression_statement "uVar8 = (*p_Var4)(pOVar3);" (assignment_expression "uVar8 = (*p_Var4)(pOVar3)" identifier = (call_expression "(*p_Var4)(pOVar3)" (parenthesized_expression "(*p_Var4)" ( (pointer_expression "*p_Var4" * identifier) )) (argument_list "(pOVar3)" ( identifier )))) ;) }))) (if_statement "if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,\n "write_section_headers_list");\n }" if (parenthesized_expression "(uVar8 != uVar18)" ( (binary_expression "uVar8 != uVar18" identifier != identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x1354,\n "write_section_headers_list");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.cc",0x1354,\n "write_section_headers_list");" (call_expression "do_gold_unreachable("../../gold/output.cc",0x1354,\n "write_section_headers_list")" identifier (argument_list "("../../gold/output.cc",0x1354,\n "write_section_headers_list")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""write_section_headers_list"" " string_content ") ))) ;) })) (expression_statement "pSVar14 = pSVar15 + 1;" (assignment_expression "pSVar14 = pSVar15 + 1" identifier = (binary_expression "pSVar15 + 1" identifier + number_literal)) ;) (expression_statement "uVar18 = uVar18 + 1;" (assignment_expression "uVar18 = uVar18 + 1" identifier = (binary_expression "uVar18 + 1" identifier + number_literal)) ;) (expression_statement "oshdr.p_ = pSVar15;" (assignment_expression "oshdr.p_ = pSVar15" (field_expression "oshdr.p_" identifier . field_identifier) = identifier) ;) (labeled_statement "Output_section::write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);" statement_identifier : (ERROR ":" :) (expression_statement "write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr);" (comma_expression "write_header<64,_false>(pOVar3,layout,secnamepool,&oshdr)" (binary_expression "write_header<64" identifier < number_literal) , (binary_expression "_false>(pOVar3,layout,secnamepool,&oshdr)" identifier > (parenthesized_expression "(pOVar3,layout,secnamepool,&oshdr)" ( (comma_expression "pOVar3,layout,secnamepool,&oshdr" identifier , (comma_expression "layout,secnamepool,&oshdr" identifier , (comma_expression "secnamepool,&oshdr" identifier , (pointer_expression "&oshdr" & identifier)))) )))) ;)) })) (expression_statement "ppOVar19 = ppOVar19 + 1;" (assignment_expression "ppOVar19 = ppOVar19 + 1" identifier = (binary_expression "ppOVar19 + 1" identifier + number_literal)) ;) (expression_statement "pSVar15 = pSVar14;" (assignment_expression "pSVar15 = pSVar14" identifier = identifier) ;) }) while (parenthesized_expression "(*pppOVar16 != ppOVar19)" ( (binary_expression "*pppOVar16 != ppOVar19" (pointer_expression "*pppOVar16" * identifier) != identifier) )) ;) })) (expression_statement "pppOVar16 = pppOVar16 + 3;" (assignment_expression "pppOVar16 = pppOVar16 + 3" identifier = (binary_expression "pppOVar16 + 3" identifier + number_literal)) ;) }) while (parenthesized_expression "((pointer *)&pOVar6->paddr_ != pppOVar16)" ( (binary_expression "(pointer *)&pOVar6->paddr_ != pppOVar16" (cast_expression "(pointer *)&pOVar6->paddr_" ( (type_descriptor "pointer *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pOVar6->paddr_" & (field_expression "pOVar6->paddr_" identifier -> field_identifier))) != identifier) )) ;) (expression_statement "pSVar12 = this->segment_list_;" (assignment_expression "pSVar12 = this->segment_list_" identifier = (field_expression "this->segment_list_" identifier -> field_identifier)) ;) })) (expression_statement "local_50 = local_50 + 1;" (assignment_expression "local_50 = local_50 + 1" identifier = (binary_expression "local_50 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>\n )._M_impl._M_finish != local_50)" ( (binary_expression "(pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>\n )._M_impl._M_finish != local_50" (field_expression "(pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>\n )._M_impl._M_finish" (field_expression "(pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>\n )._M_impl" (parenthesized_expression "(pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>\n )" ( (binary_expression "pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>" (binary_expression "pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold::Output_segment*>_" (binary_expression "pSVar12->\n super__Vector_base<gold::Output_segment*,_std::allocator<gold" (binary_expression "pSVar12->\n super__Vector_base<gold::Output_segment*,_std" (binary_expression "pSVar12->\n super__Vector_base<gold" (field_expression "pSVar12->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_segment" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_segment" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier) != identifier) )) ;) }))) }) (else_clause "else {\n pSVar11 = this->section_list_;\n uVar18 = 1;\n ppOVar17 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start;\n if (ppOVar17 !=\n (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish) {\n pSVar15 = pSVar14;\n do {\n pOVar3 = *ppOVar17;\n if (((pOVar3->flags_ & 2) != 0) || (pSVar14 = pSVar15, pOVar3->type_ == 0x11)) {\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)();\n }\n if (uVar18 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->section_list_;\n }\n ppOVar17 = ppOVar17 + 1;\n pSVar15 = pSVar14;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_finish != ppOVar17);\n }\n }" else (compound_statement "{\n pSVar11 = this->section_list_;\n uVar18 = 1;\n ppOVar17 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start;\n if (ppOVar17 !=\n (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish) {\n pSVar15 = pSVar14;\n do {\n pOVar3 = *ppOVar17;\n if (((pOVar3->flags_ & 2) != 0) || (pSVar14 = pSVar15, pOVar3->type_ == 0x11)) {\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)();\n }\n if (uVar18 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->section_list_;\n }\n ppOVar17 = ppOVar17 + 1;\n pSVar15 = pSVar14;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_finish != ppOVar17);\n }\n }" { (expression_statement "pSVar11 = this->section_list_;" (assignment_expression "pSVar11 = this->section_list_" identifier = (field_expression "this->section_list_" identifier -> field_identifier)) ;) (expression_statement "uVar18 = 1;" (assignment_expression "uVar18 = 1" identifier = number_literal) ;) (expression_statement "ppOVar17 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start;" (assignment_expression "ppOVar17 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start" identifier = (field_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start" (field_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl" (parenthesized_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )" ( (ERROR "pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::" (comma_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std" (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*" (binary_expression "pSVar11->\n super__Vector_base<gold" (field_expression "pSVar11->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_section" : : identifier) * identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Output_section*>_>" (binary_expression "Output_section*>_" identifier * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (if_statement "if (ppOVar17 !=\n (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish) {\n pSVar15 = pSVar14;\n do {\n pOVar3 = *ppOVar17;\n if (((pOVar3->flags_ & 2) != 0) || (pSVar14 = pSVar15, pOVar3->type_ == 0x11)) {\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)();\n }\n if (uVar18 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->section_list_;\n }\n ppOVar17 = ppOVar17 + 1;\n pSVar15 = pSVar14;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_finish != ppOVar17);\n }" if (parenthesized_expression "(ppOVar17 !=\n (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish)" ( (binary_expression "ppOVar17 !=\n (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish" identifier != (field_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish" (field_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl" (parenthesized_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)" ( (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>" (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std" (binary_expression "pSVar11->\n super__Vector_base<gold" (field_expression "pSVar11->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier)) )) (compound_statement "{\n pSVar15 = pSVar14;\n do {\n pOVar3 = *ppOVar17;\n if (((pOVar3->flags_ & 2) != 0) || (pSVar14 = pSVar15, pOVar3->type_ == 0x11)) {\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)();\n }\n if (uVar18 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->section_list_;\n }\n ppOVar17 = ppOVar17 + 1;\n pSVar15 = pSVar14;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_finish != ppOVar17);\n }" { (expression_statement "pSVar15 = pSVar14;" (assignment_expression "pSVar15 = pSVar14" identifier = identifier) ;) (do_statement "do {\n pOVar3 = *ppOVar17;\n if (((pOVar3->flags_ & 2) != 0) || (pSVar14 = pSVar15, pOVar3->type_ == 0x11)) {\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)();\n }\n if (uVar18 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->section_list_;\n }\n ppOVar17 = ppOVar17 + 1;\n pSVar15 = pSVar14;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_finish != ppOVar17);" do (compound_statement "{\n pOVar3 = *ppOVar17;\n if (((pOVar3->flags_ & 2) != 0) || (pSVar14 = pSVar15, pOVar3->type_ == 0x11)) {\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)();\n }\n if (uVar18 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->section_list_;\n }\n ppOVar17 = ppOVar17 + 1;\n pSVar15 = pSVar14;\n }" { (expression_statement "pOVar3 = *ppOVar17;" (assignment_expression "pOVar3 = *ppOVar17" identifier = (pointer_expression "*ppOVar17" * identifier)) ;) (if_statement "if (((pOVar3->flags_ & 2) != 0) || (pSVar14 = pSVar15, pOVar3->type_ == 0x11)) {\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)();\n }\n if (uVar18 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->section_list_;\n }" if (parenthesized_expression "(((pOVar3->flags_ & 2) != 0) || (pSVar14 = pSVar15, pOVar3->type_ == 0x11))" ( (binary_expression "((pOVar3->flags_ & 2) != 0) || (pSVar14 = pSVar15, pOVar3->type_ == 0x11)" (parenthesized_expression "((pOVar3->flags_ & 2) != 0)" ( (binary_expression "(pOVar3->flags_ & 2) != 0" (parenthesized_expression "(pOVar3->flags_ & 2)" ( (binary_expression "pOVar3->flags_ & 2" (field_expression "pOVar3->flags_" identifier -> field_identifier) & number_literal) )) != number_literal) )) || (parenthesized_expression "(pSVar14 = pSVar15, pOVar3->type_ == 0x11)" ( (comma_expression "pSVar14 = pSVar15, pOVar3->type_ == 0x11" (assignment_expression "pSVar14 = pSVar15" identifier = identifier) , (binary_expression "pOVar3->type_ == 0x11" (field_expression "pOVar3->type_" identifier -> field_identifier) == number_literal)) ))) )) (compound_statement "{\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)();\n }\n if (uVar18 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }\n pSVar14 = pSVar15 + 1;\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar15;\n Output_section::write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->section_list_;\n }" { (expression_statement "p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];" (assignment_expression "p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb]" identifier = (subscript_expression "(pOVar3->super_Output_data)._vptr_Output_data[0xb]" (field_expression "(pOVar3->super_Output_data)._vptr_Output_data" (parenthesized_expression "(pOVar3->super_Output_data)" ( (field_expression "pOVar3->super_Output_data" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) ;) (if_statement "if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)();\n }" if (parenthesized_expression "(p_Var4 == Output_section::do_out_shndx)" ( (binary_expression "p_Var4 == Output_section" identifier == identifier) (ERROR "::do_out_shndx" : : identifier) )) (compound_statement "{\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }" { (expression_statement "uVar8 = pOVar3->out_shndx_;" (assignment_expression "uVar8 = pOVar3->out_shndx_" identifier = (field_expression "pOVar3->out_shndx_" identifier -> field_identifier)) ;) (if_statement "if (uVar8 == 0xffffffff) goto LAB_003df679;" if (parenthesized_expression "(uVar8 == 0xffffffff)" ( (binary_expression "uVar8 == 0xffffffff" identifier == number_literal) )) (goto_statement "goto LAB_003df679;" goto statement_identifier ;)) }) (else_clause "else {\n uVar8 = (*p_Var4)();\n }" else (compound_statement "{\n uVar8 = (*p_Var4)();\n }" { (expression_statement "uVar8 = (*p_Var4)();" (assignment_expression "uVar8 = (*p_Var4)()" identifier = (call_expression "(*p_Var4)()" (parenthesized_expression "(*p_Var4)" ( (pointer_expression "*p_Var4" * identifier) )) (argument_list "()" ( )))) ;) }))) (if_statement "if (uVar18 != uVar8) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }" if (parenthesized_expression "(uVar18 != uVar8)" ( (binary_expression "uVar18 != uVar8" identifier != identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write");" (call_expression "do_gold_unreachable("../../gold/output.cc",0x155,"do_sized_write")" identifier (argument_list "("../../gold/output.cc",0x155,"do_sized_write")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""do_sized_write"" " string_content ") ))) ;) })) (expression_statement "pSVar14 = pSVar15 + 1;" (assignment_expression "pSVar14 = pSVar15 + 1" identifier = (binary_expression "pSVar15 + 1" identifier + number_literal)) ;) (expression_statement "uVar18 = uVar18 + 1;" (assignment_expression "uVar18 = uVar18 + 1" identifier = (binary_expression "uVar18 + 1" identifier + number_literal)) ;) (expression_statement "oshdr.p_ = pSVar15;" (assignment_expression "oshdr.p_ = pSVar15" (field_expression "oshdr.p_" identifier . field_identifier) = identifier) ;) (labeled_statement "Output_section::write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);" statement_identifier : (ERROR ":" :) (expression_statement "write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);" (comma_expression "write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr)" (binary_expression "write_header<64" identifier < number_literal) , (binary_expression "_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr)" identifier > (parenthesized_expression "(*ppOVar17,this->layout_,this->secnamepool_,&oshdr)" ( (comma_expression "*ppOVar17,this->layout_,this->secnamepool_,&oshdr" (pointer_expression "*ppOVar17" * identifier) , (comma_expression "this->layout_,this->secnamepool_,&oshdr" (field_expression "this->layout_" identifier -> field_identifier) , (comma_expression "this->secnamepool_,&oshdr" (field_expression "this->secnamepool_" identifier -> field_identifier) , (pointer_expression "&oshdr" & identifier)))) )))) ;)) (expression_statement "pSVar11 = this->section_list_;" (assignment_expression "pSVar11 = this->section_list_" identifier = (field_expression "this->section_list_" identifier -> field_identifier)) ;) })) (expression_statement "ppOVar17 = ppOVar17 + 1;" (assignment_expression "ppOVar17 = ppOVar17 + 1" identifier = (binary_expression "ppOVar17 + 1" identifier + number_literal)) ;) (expression_statement "pSVar15 = pSVar14;" (assignment_expression "pSVar15 = pSVar14" identifier = identifier) ;) }) while (parenthesized_expression "((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_finish != ppOVar17)" ( (binary_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_finish != ppOVar17" (field_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_finish" (field_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl" (parenthesized_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )" ( (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>" (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std" (binary_expression "pSVar11->\n super__Vector_base<gold" (field_expression "pSVar11->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier) != identifier) )) ;) })) }))) (expression_statement "pSVar11 = this->unattached_section_list_;" (assignment_expression "pSVar11 = this->unattached_section_list_" identifier = (field_expression "this->unattached_section_list_" identifier -> field_identifier)) ;) (expression_statement "ppOVar17 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_start;" (assignment_expression "ppOVar17 = (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_start" identifier = (field_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_start" (field_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl" (parenthesized_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)" ( (ERROR "pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::" (comma_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std" (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*" (binary_expression "pSVar11->\n super__Vector_base<gold" (field_expression "pSVar11->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_section" : : identifier) * identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Output_section*>_>" (binary_expression "Output_section*>_" identifier * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (if_statement "if (ppOVar17 !=\n (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl\n ._M_finish) {\n do {\n pOVar3 = *ppOVar17;\n if (pOVar3->type_ == 0x11) {\n if (parameters->options_ == (General_options *)0x0) goto LAB_003df6cc;\n if ((parameters->options_->relocatable_).value == false) goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)();\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");\n }\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar14;\n Output_section::write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->unattached_section_list_;\n pSVar14 = pSVar14 + 1;\n }\n ppOVar17 = ppOVar17 + 1;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish != ppOVar17);\n }" if (parenthesized_expression "(ppOVar17 !=\n (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl\n ._M_finish)" ( (binary_expression "ppOVar17 !=\n (pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl\n ._M_finish" identifier != (field_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl\n ._M_finish" (field_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl" (parenthesized_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)" ( (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>" (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std" (binary_expression "pSVar11->\n super__Vector_base<gold" (field_expression "pSVar11->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier)) )) (compound_statement "{\n do {\n pOVar3 = *ppOVar17;\n if (pOVar3->type_ == 0x11) {\n if (parameters->options_ == (General_options *)0x0) goto LAB_003df6cc;\n if ((parameters->options_->relocatable_).value == false) goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)();\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");\n }\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar14;\n Output_section::write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->unattached_section_list_;\n pSVar14 = pSVar14 + 1;\n }\n ppOVar17 = ppOVar17 + 1;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish != ppOVar17);\n }" { (do_statement "do {\n pOVar3 = *ppOVar17;\n if (pOVar3->type_ == 0x11) {\n if (parameters->options_ == (General_options *)0x0) goto LAB_003df6cc;\n if ((parameters->options_->relocatable_).value == false) goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)();\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");\n }\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar14;\n Output_section::write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->unattached_section_list_;\n pSVar14 = pSVar14 + 1;\n }\n ppOVar17 = ppOVar17 + 1;\n } while ((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish != ppOVar17);" do (compound_statement "{\n pOVar3 = *ppOVar17;\n if (pOVar3->type_ == 0x11) {\n if (parameters->options_ == (General_options *)0x0) goto LAB_003df6cc;\n if ((parameters->options_->relocatable_).value == false) goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)();\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");\n }\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar14;\n Output_section::write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->unattached_section_list_;\n pSVar14 = pSVar14 + 1;\n }\n ppOVar17 = ppOVar17 + 1;\n }" { (expression_statement "pOVar3 = *ppOVar17;" (assignment_expression "pOVar3 = *ppOVar17" identifier = (pointer_expression "*ppOVar17" * identifier)) ;) (if_statement "if (pOVar3->type_ == 0x11) {\n if (parameters->options_ == (General_options *)0x0) goto LAB_003df6cc;\n if ((parameters->options_->relocatable_).value == false) goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)();\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");\n }\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar14;\n Output_section::write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->unattached_section_list_;\n pSVar14 = pSVar14 + 1;\n }" if (parenthesized_expression "(pOVar3->type_ == 0x11)" ( (binary_expression "pOVar3->type_ == 0x11" (field_expression "pOVar3->type_" identifier -> field_identifier) == number_literal) )) (compound_statement "{\n if (parameters->options_ == (General_options *)0x0) goto LAB_003df6cc;\n if ((parameters->options_->relocatable_).value == false) goto LAB_003df5d0;\n }" { (if_statement "if (parameters->options_ == (General_options *)0x0) goto LAB_003df6cc;" 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)) )) (goto_statement "goto LAB_003df6cc;" goto statement_identifier ;)) (if_statement "if ((parameters->options_->relocatable_).value == false) goto LAB_003df5d0;" 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) )) (goto_statement "goto LAB_003df5d0;" goto statement_identifier ;)) }) (else_clause "else {\nLAB_003df5d0:\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)();\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");\n }\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar14;\n Output_section::write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->unattached_section_list_;\n pSVar14 = pSVar14 + 1;\n }" else (compound_statement "{\nLAB_003df5d0:\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];\n if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)();\n }\n if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");\n }\n uVar18 = uVar18 + 1;\n oshdr.p_ = pSVar14;\n Output_section::write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);\n pSVar11 = this->unattached_section_list_;\n pSVar14 = pSVar14 + 1;\n }" { (labeled_statement "LAB_003df5d0:\n p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];" statement_identifier : (expression_statement "p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];" (assignment_expression "p_Var4 = (pOVar3->super_Output_data)._vptr_Output_data[0xb]" identifier = (subscript_expression "(pOVar3->super_Output_data)._vptr_Output_data[0xb]" (field_expression "(pOVar3->super_Output_data)._vptr_Output_data" (parenthesized_expression "(pOVar3->super_Output_data)" ( (field_expression "pOVar3->super_Output_data" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) ;)) (if_statement "if (p_Var4 == Output_section::do_out_shndx) {\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }\n else {\n uVar8 = (*p_Var4)();\n }" if (parenthesized_expression "(p_Var4 == Output_section::do_out_shndx)" ( (binary_expression "p_Var4 == Output_section" identifier == identifier) (ERROR "::do_out_shndx" : : identifier) )) (compound_statement "{\n uVar8 = pOVar3->out_shndx_;\n if (uVar8 == 0xffffffff) goto LAB_003df679;\n }" { (expression_statement "uVar8 = pOVar3->out_shndx_;" (assignment_expression "uVar8 = pOVar3->out_shndx_" identifier = (field_expression "pOVar3->out_shndx_" identifier -> field_identifier)) ;) (if_statement "if (uVar8 == 0xffffffff) goto LAB_003df679;" if (parenthesized_expression "(uVar8 == 0xffffffff)" ( (binary_expression "uVar8 == 0xffffffff" identifier == number_literal) )) (goto_statement "goto LAB_003df679;" goto statement_identifier ;)) }) (else_clause "else {\n uVar8 = (*p_Var4)();\n }" else (compound_statement "{\n uVar8 = (*p_Var4)();\n }" { (expression_statement "uVar8 = (*p_Var4)();" (assignment_expression "uVar8 = (*p_Var4)()" identifier = (call_expression "(*p_Var4)()" (parenthesized_expression "(*p_Var4)" ( (pointer_expression "*p_Var4" * identifier) )) (argument_list "()" ( )))) ;) }))) (if_statement "if (uVar8 != uVar18) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");\n }" if (parenthesized_expression "(uVar8 != uVar18)" ( (binary_expression "uVar8 != uVar18" identifier != identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write");" (call_expression "do_gold_unreachable("../../gold/output.cc",0x167,"do_sized_write")" identifier (argument_list "("../../gold/output.cc",0x167,"do_sized_write")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""do_sized_write"" " string_content ") ))) ;) })) (expression_statement "uVar18 = uVar18 + 1;" (assignment_expression "uVar18 = uVar18 + 1" identifier = (binary_expression "uVar18 + 1" identifier + number_literal)) ;) (expression_statement "oshdr.p_ = pSVar14;" (assignment_expression "oshdr.p_ = pSVar14" (field_expression "oshdr.p_" identifier . field_identifier) = identifier) ;) (labeled_statement "Output_section::write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);" statement_identifier : (ERROR ":" :) (expression_statement "write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr);" (comma_expression "write_header<64,_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr)" (binary_expression "write_header<64" identifier < number_literal) , (binary_expression "_false>\n (*ppOVar17,this->layout_,this->secnamepool_,&oshdr)" identifier > (parenthesized_expression "(*ppOVar17,this->layout_,this->secnamepool_,&oshdr)" ( (comma_expression "*ppOVar17,this->layout_,this->secnamepool_,&oshdr" (pointer_expression "*ppOVar17" * identifier) , (comma_expression "this->layout_,this->secnamepool_,&oshdr" (field_expression "this->layout_" identifier -> field_identifier) , (comma_expression "this->secnamepool_,&oshdr" (field_expression "this->secnamepool_" identifier -> field_identifier) , (pointer_expression "&oshdr" & identifier)))) )))) ;)) (expression_statement "pSVar11 = this->unattached_section_list_;" (assignment_expression "pSVar11 = this->unattached_section_list_" identifier = (field_expression "this->unattached_section_list_" identifier -> field_identifier)) ;) (expression_statement "pSVar14 = pSVar14 + 1;" (assignment_expression "pSVar14 = pSVar14 + 1" identifier = (binary_expression "pSVar14 + 1" identifier + number_literal)) ;) }))) (expression_statement "ppOVar17 = ppOVar17 + 1;" (assignment_expression "ppOVar17 = ppOVar17 + 1" identifier = (binary_expression "ppOVar17 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish != ppOVar17)" ( (binary_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish != ppOVar17" (field_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl._M_finish" (field_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>).\n _M_impl" (parenthesized_expression "(pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)" ( (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>" (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "pSVar11->\n super__Vector_base<gold::Output_section*,_std" (binary_expression "pSVar11->\n super__Vector_base<gold" (field_expression "pSVar11->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier) != identifier) )) ;) })) (if_statement "if (((this->super_Output_data).field_0x20 & 4) != 0) {\n return;\n }" if (parenthesized_expression "(((this->super_Output_data).field_0x20 & 4) != 0)" ( (binary_expression "((this->super_Output_data).field_0x20 & 4) != 0" (parenthesized_expression "((this->super_Output_data).field_0x20 & 4)" ( (binary_expression "(this->super_Output_data).field_0x20 & 4" (field_expression "(this->super_Output_data).field_0x20" (parenthesized_expression "(this->super_Output_data)" ( (field_expression "this->super_Output_data" identifier -> field_identifier) )) . field_identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) }))) })) 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_003df2d0(long param_1,long param_2)\n\n{\n long lVar1;\n code *pcVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long *plVar5;\n char cVar6;\n int iVar7;\n uint uVar8;\n long lVar9;\n ulong uVar10;\n long *plVar11;\n long *plVar12;\n undefined8 *puVar13;\n undefined8 *puVar14;\n int iVar15;\n long *local_50;\n undefined8 *local_40 [2];\n \n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }\n lVar1 = *(long *)(param_1 + 0x10);\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n lVar9 = *(long *)(param_1 + 0x18);\n if ((lVar9 < 0) || (*(long *)(param_2 + 0x10) < lVar9 + lVar1)) {\n FUN_003c87b0();\n }\n else {\n puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18));\n plVar12 = *(long **)(param_1 + 0x50);\n lVar9 = lVar1 + 0x3f;\n if (-1 < lVar1) {\n lVar9 = lVar1;\n }\n *puVar13 = 0;\n puVar13[1] = 0;\n uVar10 = lVar9 >> 6;\n puVar13[2] = 0;\n puVar13[3] = 0;\n if (uVar10 < 0xff00) {\n uVar10 = 0;\n }\n puVar13[4] = uVar10;\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_00264f00) {\n uVar8 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar8 == 0xffffffff) {\nLAB_003df679:\n \n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*pcVar2)();\n }\n if (uVar8 < 0xff00) {\n uVar8 = 0;\n }\n plVar11 = *(long **)(param_1 + 0x30);\n plVar12 = (long *)plVar11[1];\n local_50 = (long *)*plVar11;\n *(uint *)(puVar13 + 5) = uVar8;\n puVar13[6] = 0;\n puVar13[7] = 0;\n uVar10 = (long)plVar12 - (long)local_50 >> 3;\n if (uVar10 < 0xffff) {\n uVar10 = 0;\n }\n puVar14 = puVar13 + 8;\n *(int *)((long)puVar13 + 0x2c) = (int)uVar10;\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) {\nLAB_003df6cc:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') {\n if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }\n }\n else {\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }\n plVar12 = *(long **)(param_1 + 0x40);\n puVar13 = (undefined8 *)*plVar12;\n if (puVar13 != (undefined8 *)plVar12[1]) {\n do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);\n }\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n return;\n }\n }\n }\n \n FUN_00352af0("../../gold/output.h",0xe3,"offset");\n}\n\n" (function_definition "void FUN_003df2d0(long param_1,long param_2)\n\n{\n long lVar1;\n code *pcVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long *plVar5;\n char cVar6;\n int iVar7;\n uint uVar8;\n long lVar9;\n ulong uVar10;\n long *plVar11;\n long *plVar12;\n undefined8 *puVar13;\n undefined8 *puVar14;\n int iVar15;\n long *local_50;\n undefined8 *local_40 [2];\n \n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }\n lVar1 = *(long *)(param_1 + 0x10);\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n lVar9 = *(long *)(param_1 + 0x18);\n if ((lVar9 < 0) || (*(long *)(param_2 + 0x10) < lVar9 + lVar1)) {\n FUN_003c87b0();\n }\n else {\n puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18));\n plVar12 = *(long **)(param_1 + 0x50);\n lVar9 = lVar1 + 0x3f;\n if (-1 < lVar1) {\n lVar9 = lVar1;\n }\n *puVar13 = 0;\n puVar13[1] = 0;\n uVar10 = lVar9 >> 6;\n puVar13[2] = 0;\n puVar13[3] = 0;\n if (uVar10 < 0xff00) {\n uVar10 = 0;\n }\n puVar13[4] = uVar10;\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_00264f00) {\n uVar8 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar8 == 0xffffffff) {\nLAB_003df679:\n \n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*pcVar2)();\n }\n if (uVar8 < 0xff00) {\n uVar8 = 0;\n }\n plVar11 = *(long **)(param_1 + 0x30);\n plVar12 = (long *)plVar11[1];\n local_50 = (long *)*plVar11;\n *(uint *)(puVar13 + 5) = uVar8;\n puVar13[6] = 0;\n puVar13[7] = 0;\n uVar10 = (long)plVar12 - (long)local_50 >> 3;\n if (uVar10 < 0xffff) {\n uVar10 = 0;\n }\n puVar14 = puVar13 + 8;\n *(int *)((long)puVar13 + 0x2c) = (int)uVar10;\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) {\nLAB_003df6cc:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') {\n if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }\n }\n else {\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }\n plVar12 = *(long **)(param_1 + 0x40);\n puVar13 = (undefined8 *)*plVar12;\n if (puVar13 != (undefined8 *)plVar12[1]) {\n do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);\n }\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n return;\n }\n }\n }\n \n FUN_00352af0("../../gold/output.h",0xe3,"offset");\n}" primitive_type (function_declarator "FUN_003df2d0(long param_1,long param_2)" identifier (parameter_list "(long param_1,long param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long lVar1;\n code *pcVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long *plVar5;\n char cVar6;\n int iVar7;\n uint uVar8;\n long lVar9;\n ulong uVar10;\n long *plVar11;\n long *plVar12;\n undefined8 *puVar13;\n undefined8 *puVar14;\n int iVar15;\n long *local_50;\n undefined8 *local_40 [2];\n \n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }\n lVar1 = *(long *)(param_1 + 0x10);\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n lVar9 = *(long *)(param_1 + 0x18);\n if ((lVar9 < 0) || (*(long *)(param_2 + 0x10) < lVar9 + lVar1)) {\n FUN_003c87b0();\n }\n else {\n puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18));\n plVar12 = *(long **)(param_1 + 0x50);\n lVar9 = lVar1 + 0x3f;\n if (-1 < lVar1) {\n lVar9 = lVar1;\n }\n *puVar13 = 0;\n puVar13[1] = 0;\n uVar10 = lVar9 >> 6;\n puVar13[2] = 0;\n puVar13[3] = 0;\n if (uVar10 < 0xff00) {\n uVar10 = 0;\n }\n puVar13[4] = uVar10;\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_00264f00) {\n uVar8 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar8 == 0xffffffff) {\nLAB_003df679:\n \n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*pcVar2)();\n }\n if (uVar8 < 0xff00) {\n uVar8 = 0;\n }\n plVar11 = *(long **)(param_1 + 0x30);\n plVar12 = (long *)plVar11[1];\n local_50 = (long *)*plVar11;\n *(uint *)(puVar13 + 5) = uVar8;\n puVar13[6] = 0;\n puVar13[7] = 0;\n uVar10 = (long)plVar12 - (long)local_50 >> 3;\n if (uVar10 < 0xffff) {\n uVar10 = 0;\n }\n puVar14 = puVar13 + 8;\n *(int *)((long)puVar13 + 0x2c) = (int)uVar10;\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) {\nLAB_003df6cc:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') {\n if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }\n }\n else {\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }\n plVar12 = *(long **)(param_1 + 0x40);\n puVar13 = (undefined8 *)*plVar12;\n if (puVar13 != (undefined8 *)plVar12[1]) {\n do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);\n }\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n return;\n }\n }\n }\n \n FUN_00352af0("../../gold/output.h",0xe3,"offset");\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "code *pcVar2;" type_identifier (pointer_declarator "*pcVar2" * identifier) ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (declaration "long *plVar5;" (sized_type_specifier "long" long) (pointer_declarator "*plVar5" * identifier) ;) (declaration "char cVar6;" primitive_type identifier ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "uint uVar8;" type_identifier identifier ;) (declaration "long lVar9;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar10;" type_identifier identifier ;) (declaration "long *plVar11;" (sized_type_specifier "long" long) (pointer_declarator "*plVar11" * identifier) ;) (declaration "long *plVar12;" (sized_type_specifier "long" long) (pointer_declarator "*plVar12" * identifier) ;) (declaration "undefined8 *puVar13;" type_identifier (pointer_declarator "*puVar13" * identifier) ;) (declaration "undefined8 *puVar14;" type_identifier (pointer_declarator "*puVar14" * identifier) ;) (declaration "int iVar15;" primitive_type identifier ;) (declaration "long *local_50;" (sized_type_specifier "long" long) (pointer_declarator "*local_50" * identifier) ;) (declaration "undefined8 *local_40 [2];" type_identifier (pointer_declarator "*local_40 [2]" * (array_declarator "local_40 [2]" identifier [ number_literal ])) ;) (if_statement "if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\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 "{\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }" { (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 "lVar1 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x10)" identifier = (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (if_statement "if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n lVar9 = *(long *)(param_1 + 0x18);\n if ((lVar9 < 0) || (*(long *)(param_2 + 0x10) < lVar9 + lVar1)) {\n FUN_003c87b0();\n }\n else {\n puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18));\n plVar12 = *(long **)(param_1 + 0x50);\n lVar9 = lVar1 + 0x3f;\n if (-1 < lVar1) {\n lVar9 = lVar1;\n }\n *puVar13 = 0;\n puVar13[1] = 0;\n uVar10 = lVar9 >> 6;\n puVar13[2] = 0;\n puVar13[3] = 0;\n if (uVar10 < 0xff00) {\n uVar10 = 0;\n }\n puVar13[4] = uVar10;\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_00264f00) {\n uVar8 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar8 == 0xffffffff) {\nLAB_003df679:\n \n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*pcVar2)();\n }\n if (uVar8 < 0xff00) {\n uVar8 = 0;\n }\n plVar11 = *(long **)(param_1 + 0x30);\n plVar12 = (long *)plVar11[1];\n local_50 = (long *)*plVar11;\n *(uint *)(puVar13 + 5) = uVar8;\n puVar13[6] = 0;\n puVar13[7] = 0;\n uVar10 = (long)plVar12 - (long)local_50 >> 3;\n if (uVar10 < 0xffff) {\n uVar10 = 0;\n }\n puVar14 = puVar13 + 8;\n *(int *)((long)puVar13 + 0x2c) = (int)uVar10;\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) {\nLAB_003df6cc:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') {\n if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }\n }\n else {\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }\n plVar12 = *(long **)(param_1 + 0x40);\n puVar13 = (undefined8 *)*plVar12;\n if (puVar13 != (undefined8 *)plVar12[1]) {\n do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);\n }\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n return;\n }\n }\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 lVar9 = *(long *)(param_1 + 0x18);\n if ((lVar9 < 0) || (*(long *)(param_2 + 0x10) < lVar9 + lVar1)) {\n FUN_003c87b0();\n }\n else {\n puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18));\n plVar12 = *(long **)(param_1 + 0x50);\n lVar9 = lVar1 + 0x3f;\n if (-1 < lVar1) {\n lVar9 = lVar1;\n }\n *puVar13 = 0;\n puVar13[1] = 0;\n uVar10 = lVar9 >> 6;\n puVar13[2] = 0;\n puVar13[3] = 0;\n if (uVar10 < 0xff00) {\n uVar10 = 0;\n }\n puVar13[4] = uVar10;\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_00264f00) {\n uVar8 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar8 == 0xffffffff) {\nLAB_003df679:\n \n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*pcVar2)();\n }\n if (uVar8 < 0xff00) {\n uVar8 = 0;\n }\n plVar11 = *(long **)(param_1 + 0x30);\n plVar12 = (long *)plVar11[1];\n local_50 = (long *)*plVar11;\n *(uint *)(puVar13 + 5) = uVar8;\n puVar13[6] = 0;\n puVar13[7] = 0;\n uVar10 = (long)plVar12 - (long)local_50 >> 3;\n if (uVar10 < 0xffff) {\n uVar10 = 0;\n }\n puVar14 = puVar13 + 8;\n *(int *)((long)puVar13 + 0x2c) = (int)uVar10;\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) {\nLAB_003df6cc:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') {\n if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }\n }\n else {\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }\n plVar12 = *(long **)(param_1 + 0x40);\n puVar13 = (undefined8 *)*plVar12;\n if (puVar13 != (undefined8 *)plVar12[1]) {\n do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);\n }\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n return;\n }\n }\n }" { (expression_statement "lVar9 = *(long *)(param_1 + 0x18);" (assignment_expression "lVar9 = *(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 ((lVar9 < 0) || (*(long *)(param_2 + 0x10) < lVar9 + lVar1)) {\n FUN_003c87b0();\n }\n else {\n puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18));\n plVar12 = *(long **)(param_1 + 0x50);\n lVar9 = lVar1 + 0x3f;\n if (-1 < lVar1) {\n lVar9 = lVar1;\n }\n *puVar13 = 0;\n puVar13[1] = 0;\n uVar10 = lVar9 >> 6;\n puVar13[2] = 0;\n puVar13[3] = 0;\n if (uVar10 < 0xff00) {\n uVar10 = 0;\n }\n puVar13[4] = uVar10;\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_00264f00) {\n uVar8 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar8 == 0xffffffff) {\nLAB_003df679:\n \n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*pcVar2)();\n }\n if (uVar8 < 0xff00) {\n uVar8 = 0;\n }\n plVar11 = *(long **)(param_1 + 0x30);\n plVar12 = (long *)plVar11[1];\n local_50 = (long *)*plVar11;\n *(uint *)(puVar13 + 5) = uVar8;\n puVar13[6] = 0;\n puVar13[7] = 0;\n uVar10 = (long)plVar12 - (long)local_50 >> 3;\n if (uVar10 < 0xffff) {\n uVar10 = 0;\n }\n puVar14 = puVar13 + 8;\n *(int *)((long)puVar13 + 0x2c) = (int)uVar10;\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) {\nLAB_003df6cc:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') {\n if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }\n }\n else {\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }\n plVar12 = *(long **)(param_1 + 0x40);\n puVar13 = (undefined8 *)*plVar12;\n if (puVar13 != (undefined8 *)plVar12[1]) {\n do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);\n }\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n return;\n }\n }" if (parenthesized_expression "((lVar9 < 0) || (*(long *)(param_2 + 0x10) < lVar9 + lVar1))" ( (binary_expression "(lVar9 < 0) || (*(long *)(param_2 + 0x10) < lVar9 + lVar1)" (parenthesized_expression "(lVar9 < 0)" ( (binary_expression "lVar9 < 0" identifier < number_literal) )) || (parenthesized_expression "(*(long *)(param_2 + 0x10) < lVar9 + lVar1)" ( (binary_expression "*(long *)(param_2 + 0x10) < lVar9 + lVar1" (pointer_expression "*(long *)(param_2 + 0x10)" * (cast_expression "(long *)(param_2 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) )))) < (binary_expression "lVar9 + lVar1" identifier + identifier)) ))) )) (compound_statement "{\n FUN_003c87b0();\n }" { (expression_statement "FUN_003c87b0();" (call_expression "FUN_003c87b0()" identifier (argument_list "()" ( ))) ;) }) (else_clause "else {\n puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18));\n plVar12 = *(long **)(param_1 + 0x50);\n lVar9 = lVar1 + 0x3f;\n if (-1 < lVar1) {\n lVar9 = lVar1;\n }\n *puVar13 = 0;\n puVar13[1] = 0;\n uVar10 = lVar9 >> 6;\n puVar13[2] = 0;\n puVar13[3] = 0;\n if (uVar10 < 0xff00) {\n uVar10 = 0;\n }\n puVar13[4] = uVar10;\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_00264f00) {\n uVar8 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar8 == 0xffffffff) {\nLAB_003df679:\n \n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*pcVar2)();\n }\n if (uVar8 < 0xff00) {\n uVar8 = 0;\n }\n plVar11 = *(long **)(param_1 + 0x30);\n plVar12 = (long *)plVar11[1];\n local_50 = (long *)*plVar11;\n *(uint *)(puVar13 + 5) = uVar8;\n puVar13[6] = 0;\n puVar13[7] = 0;\n uVar10 = (long)plVar12 - (long)local_50 >> 3;\n if (uVar10 < 0xffff) {\n uVar10 = 0;\n }\n puVar14 = puVar13 + 8;\n *(int *)((long)puVar13 + 0x2c) = (int)uVar10;\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) {\nLAB_003df6cc:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') {\n if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }\n }\n else {\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }\n plVar12 = *(long **)(param_1 + 0x40);\n puVar13 = (undefined8 *)*plVar12;\n if (puVar13 != (undefined8 *)plVar12[1]) {\n do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);\n }\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n return;\n }\n }" else (compound_statement "{\n puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18));\n plVar12 = *(long **)(param_1 + 0x50);\n lVar9 = lVar1 + 0x3f;\n if (-1 < lVar1) {\n lVar9 = lVar1;\n }\n *puVar13 = 0;\n puVar13[1] = 0;\n uVar10 = lVar9 >> 6;\n puVar13[2] = 0;\n puVar13[3] = 0;\n if (uVar10 < 0xff00) {\n uVar10 = 0;\n }\n puVar13[4] = uVar10;\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_00264f00) {\n uVar8 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar8 == 0xffffffff) {\nLAB_003df679:\n \n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*pcVar2)();\n }\n if (uVar8 < 0xff00) {\n uVar8 = 0;\n }\n plVar11 = *(long **)(param_1 + 0x30);\n plVar12 = (long *)plVar11[1];\n local_50 = (long *)*plVar11;\n *(uint *)(puVar13 + 5) = uVar8;\n puVar13[6] = 0;\n puVar13[7] = 0;\n uVar10 = (long)plVar12 - (long)local_50 >> 3;\n if (uVar10 < 0xffff) {\n uVar10 = 0;\n }\n puVar14 = puVar13 + 8;\n *(int *)((long)puVar13 + 0x2c) = (int)uVar10;\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) {\nLAB_003df6cc:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') {\n if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }\n }\n else {\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }\n plVar12 = *(long **)(param_1 + 0x40);\n puVar13 = (undefined8 *)*plVar12;\n if (puVar13 != (undefined8 *)plVar12[1]) {\n do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);\n }\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n return;\n }\n }" { (expression_statement "puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18));" (assignment_expression "puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18))" identifier = (cast_expression "(undefined8 *)(lVar9 + *(long *)(param_2 + 0x18))" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + *(long *)(param_2 + 0x18))" ( (binary_expression "lVar9 + *(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 "plVar12 = *(long **)(param_1 + 0x50);" (assignment_expression "plVar12 = *(long **)(param_1 + 0x50)" identifier = (pointer_expression "*(long **)(param_1 + 0x50)" * (cast_expression "(long **)(param_1 + 0x50)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) ;) (expression_statement "lVar9 = lVar1 + 0x3f;" (assignment_expression "lVar9 = lVar1 + 0x3f" identifier = (binary_expression "lVar1 + 0x3f" identifier + number_literal)) ;) (if_statement "if (-1 < lVar1) {\n lVar9 = lVar1;\n }" if (parenthesized_expression "(-1 < lVar1)" ( (binary_expression "-1 < lVar1" number_literal < identifier) )) (compound_statement "{\n lVar9 = lVar1;\n }" { (expression_statement "lVar9 = lVar1;" (assignment_expression "lVar9 = lVar1" identifier = identifier) ;) })) (expression_statement "*puVar13 = 0;" (assignment_expression "*puVar13 = 0" (pointer_expression "*puVar13" * identifier) = number_literal) ;) (expression_statement "puVar13[1] = 0;" (assignment_expression "puVar13[1] = 0" (subscript_expression "puVar13[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "uVar10 = lVar9 >> 6;" (assignment_expression "uVar10 = lVar9 >> 6" identifier = (binary_expression "lVar9 >> 6" identifier >> number_literal)) ;) (expression_statement "puVar13[2] = 0;" (assignment_expression "puVar13[2] = 0" (subscript_expression "puVar13[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar13[3] = 0;" (assignment_expression "puVar13[3] = 0" (subscript_expression "puVar13[3]" identifier [ number_literal ]) = number_literal) ;) (if_statement "if (uVar10 < 0xff00) {\n uVar10 = 0;\n }" if (parenthesized_expression "(uVar10 < 0xff00)" ( (binary_expression "uVar10 < 0xff00" identifier < number_literal) )) (compound_statement "{\n uVar10 = 0;\n }" { (expression_statement "uVar10 = 0;" (assignment_expression "uVar10 = 0" identifier = number_literal) ;) })) (expression_statement "puVar13[4] = uVar10;" (assignment_expression "puVar13[4] = uVar10" (subscript_expression "puVar13[4]" identifier [ number_literal ]) = identifier) ;) (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_00264f00) {\n uVar8 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar8 == 0xffffffff) {\nLAB_003df679:\n \n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*pcVar2)();\n }" if (parenthesized_expression "(pcVar2 == FUN_00264f00)" ( (binary_expression "pcVar2 == FUN_00264f00" identifier == identifier) )) (compound_statement "{\n uVar8 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar8 == 0xffffffff) {\nLAB_003df679:\n \n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }" { (expression_statement "uVar8 = *(uint *)((long)plVar12 + 0x7c);" (assignment_expression "uVar8 = *(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 (uVar8 == 0xffffffff) {\nLAB_003df679:\n \n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }" if (parenthesized_expression "(uVar8 == 0xffffffff)" ( (binary_expression "uVar8 == 0xffffffff" identifier == number_literal) )) (compound_statement "{\nLAB_003df679:\n \n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }" { (labeled_statement "LAB_003df679:\n \n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");" statement_identifier : (expression_statement "FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");" (call_expression "FUN_00352af0("../../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 = (*pcVar2)();\n }" else (compound_statement "{\n uVar8 = (*pcVar2)();\n }" { (expression_statement "uVar8 = (*pcVar2)();" (assignment_expression "uVar8 = (*pcVar2)()" identifier = (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( )))) ;) }))) (if_statement "if (uVar8 < 0xff00) {\n uVar8 = 0;\n }" if (parenthesized_expression "(uVar8 < 0xff00)" ( (binary_expression "uVar8 < 0xff00" identifier < number_literal) )) (compound_statement "{\n uVar8 = 0;\n }" { (expression_statement "uVar8 = 0;" (assignment_expression "uVar8 = 0" identifier = number_literal) ;) })) (expression_statement "plVar11 = *(long **)(param_1 + 0x30);" (assignment_expression "plVar11 = *(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 "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) ))))) ;) (expression_statement "plVar12 = (long *)plVar11[1];" (assignment_expression "plVar12 = (long *)plVar11[1]" identifier = (cast_expression "(long *)plVar11[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar11[1]" identifier [ number_literal ]))) ;) (expression_statement "local_50 = (long *)*plVar11;" (assignment_expression "local_50 = (long *)*plVar11" identifier = (cast_expression "(long *)*plVar11" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar11" * identifier))) ;) (expression_statement "*(uint *)(puVar13 + 5) = uVar8;" (assignment_expression "*(uint *)(puVar13 + 5) = uVar8" (pointer_expression "*(uint *)(puVar13 + 5)" * (cast_expression "(uint *)(puVar13 + 5)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar13 + 5)" ( (binary_expression "puVar13 + 5" identifier + number_literal) )))) = identifier) ;) (expression_statement "puVar13[6] = 0;" (assignment_expression "puVar13[6] = 0" (subscript_expression "puVar13[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar13[7] = 0;" (assignment_expression "puVar13[7] = 0" (subscript_expression "puVar13[7]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "uVar10 = (long)plVar12 - (long)local_50 >> 3;" (assignment_expression "uVar10 = (long)plVar12 - (long)local_50 >> 3" identifier = (binary_expression "(long)plVar12 - (long)local_50 >> 3" (binary_expression "(long)plVar12 - (long)local_50" (cast_expression "(long)plVar12" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)local_50" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) (if_statement "if (uVar10 < 0xffff) {\n uVar10 = 0;\n }" if (parenthesized_expression "(uVar10 < 0xffff)" ( (binary_expression "uVar10 < 0xffff" identifier < number_literal) )) (compound_statement "{\n uVar10 = 0;\n }" { (expression_statement "uVar10 = 0;" (assignment_expression "uVar10 = 0" identifier = number_literal) ;) })) (expression_statement "puVar14 = puVar13 + 8;" (assignment_expression "puVar14 = puVar13 + 8" identifier = (binary_expression "puVar13 + 8" identifier + number_literal)) ;) (expression_statement "*(int *)((long)puVar13 + 0x2c) = (int)uVar10;" (assignment_expression "*(int *)((long)puVar13 + 0x2c) = (int)uVar10" (pointer_expression "*(int *)((long)puVar13 + 0x2c)" * (cast_expression "(int *)((long)puVar13 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar13 + 0x2c)" ( (binary_expression "(long)puVar13 + 0x2c" (cast_expression "(long)puVar13" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (cast_expression "(int)uVar10" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (if_statement "if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) {\nLAB_003df6cc:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(*(long *)(PTR_DAT_0067cb08 + 0x10) == 0)" ( (binary_expression "*(long *)(PTR_DAT_0067cb08 + 0x10) == 0" (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) )))) == number_literal) )) (compound_statement "{\nLAB_003df6cc:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }" { (labeled_statement "LAB_003df6cc:\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 *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') {\n if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }\n }\n else {\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }" if (parenthesized_expression "(*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0')" ( (binary_expression "*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0'" (pointer_expression "*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051)" * (cast_expression "(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051)" ( (binary_expression "*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051" (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) )))) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }\n }" { (if_statement "if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }" if (parenthesized_expression "(local_50 == plVar12)" ( (binary_expression "local_50 == plVar12" identifier == identifier) )) (compound_statement "{\n iVar15 = 1;\n }" { (expression_statement "iVar15 = 1;" (assignment_expression "iVar15 = 1" identifier = number_literal) ;) }) (else_clause "else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }" else (compound_statement "{\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }" { (expression_statement "iVar15 = 1;" (assignment_expression "iVar15 = 1" identifier = number_literal) ;) (do_statement "do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);" do (compound_statement "{\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n }" { (expression_statement "lVar1 = *local_50;" (assignment_expression "lVar1 = *local_50" identifier = (pointer_expression "*local_50" * identifier)) ;) (if_statement "if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }" if (parenthesized_expression "(*(int *)(lVar1 + 0x2f0) == 1)" ( (binary_expression "*(int *)(lVar1 + 0x2f0) == 1" (pointer_expression "*(int *)(lVar1 + 0x2f0)" * (cast_expression "(int *)(lVar1 + 0x2f0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x2f0)" ( (binary_expression "lVar1 + 0x2f0" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }" { (expression_statement "uVar3 = *(undefined8 *)(param_1 + 0x48);" (assignment_expression "uVar3 = *(undefined8 *)(param_1 + 0x48)" identifier = (pointer_expression "*(undefined8 *)(param_1 + 0x48)" * (cast_expression "(undefined8 *)(param_1 + 0x48)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) ))))) ;) (expression_statement "plVar12 = (long *)(lVar1 + 8);" (assignment_expression "plVar12 = (long *)(lVar1 + 8)" identifier = (cast_expression "(long *)(lVar1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 8)" ( (binary_expression "lVar1 + 8" identifier + number_literal) )))) ;) (expression_statement "uVar4 = *(undefined8 *)(param_1 + 0x28);" (assignment_expression "uVar4 = *(undefined8 *)(param_1 + 0x28)" identifier = (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) ))))) ;) (do_statement "do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);" do (compound_statement "{\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n }" { (expression_statement "plVar11 = (long *)plVar12[-1];" (assignment_expression "plVar11 = (long *)plVar12[-1]" identifier = (cast_expression "(long *)plVar12[-1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar12[-1]" identifier [ number_literal ]))) ;) (expression_statement "puVar13 = puVar14;" (assignment_expression "puVar13 = puVar14" identifier = identifier) ;) (if_statement "if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }" if (parenthesized_expression "((long *)*plVar12 != plVar11)" ( (binary_expression "(long *)*plVar12 != plVar11" (cast_expression "(long *)*plVar12" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar12" * identifier)) != identifier) )) (compound_statement "{\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }" { (do_statement "do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);" do (compound_statement "{\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n }" { (expression_statement "cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();" (assignment_expression "cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))()" identifier = (call_expression "(**(code **)(*(long *)*plVar11 + 0x30))()" (parenthesized_expression "(**(code **)(*(long *)*plVar11 + 0x30))" ( (pointer_expression "**(code **)(*(long *)*plVar11 + 0x30)" * (pointer_expression "*(code **)(*(long *)*plVar11 + 0x30)" * (cast_expression "(code **)(*(long *)*plVar11 + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)*plVar11 + 0x30)" ( (binary_expression "*(long *)*plVar11 + 0x30" (pointer_expression "*(long *)*plVar11" * (cast_expression "(long *)*plVar11" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar11" * identifier))) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (expression_statement "puVar14 = puVar13;" (assignment_expression "puVar14 = puVar13" identifier = identifier) ;) (if_statement "if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }" if (parenthesized_expression "(cVar6 != '\0')" ( (binary_expression "cVar6 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }" { (expression_statement "plVar5 = (long *)*plVar11;" (assignment_expression "plVar5 = (long *)*plVar11" identifier = (cast_expression "(long *)*plVar11" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar11" * identifier))) ;) (if_statement "if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }" if (parenthesized_expression "(*(code **)(*plVar5 + 0x58) == FUN_00264f00)" ( (binary_expression "*(code **)(*plVar5 + 0x58) == FUN_00264f00" (pointer_expression "*(code **)(*plVar5 + 0x58)" * (cast_expression "(code **)(*plVar5 + 0x58)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar5 + 0x58)" ( (binary_expression "*plVar5 + 0x58" (pointer_expression "*plVar5" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }" { (expression_statement "iVar7 = *(int *)((long)plVar5 + 0x7c);" (assignment_expression "iVar7 = *(int *)((long)plVar5 + 0x7c)" identifier = (pointer_expression "*(int *)((long)plVar5 + 0x7c)" * (cast_expression "(int *)((long)plVar5 + 0x7c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar5 + 0x7c)" ( (binary_expression "(long)plVar5 + 0x7c" (cast_expression "(long)plVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (if_statement "if (iVar7 == -1) goto LAB_003df679;" if (parenthesized_expression "(iVar7 == -1)" ( (binary_expression "iVar7 == -1" identifier == number_literal) )) (goto_statement "goto LAB_003df679;" goto statement_identifier ;)) }) (else_clause "else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }" else (compound_statement "{\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }" { (expression_statement "iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);" (assignment_expression "iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5)" identifier = (call_expression "(**(code **)(*plVar5 + 0x58))(plVar5)" (parenthesized_expression "(**(code **)(*plVar5 + 0x58))" ( (pointer_expression "**(code **)(*plVar5 + 0x58)" * (pointer_expression "*(code **)(*plVar5 + 0x58)" * (cast_expression "(code **)(*plVar5 + 0x58)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar5 + 0x58)" ( (binary_expression "*plVar5 + 0x58" (pointer_expression "*plVar5" * identifier) + number_literal) ))))) )) (argument_list "(plVar5)" ( identifier )))) ;) }))) (if_statement "if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }" if (parenthesized_expression "(iVar7 != iVar15)" ( (binary_expression "iVar7 != iVar15" identifier != identifier) )) (compound_statement "{\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }" { (expression_statement "FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");" (call_expression "FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list")" identifier (argument_list "("../../gold/output.cc",0x1354,"write_section_headers_list")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""write_section_headers_list"" " string_content ") ))) ;) })) (expression_statement "puVar14 = puVar13 + 8;" (assignment_expression "puVar14 = puVar13 + 8" identifier = (binary_expression "puVar13 + 8" identifier + number_literal)) ;) (expression_statement "iVar15 = iVar15 + 1;" (assignment_expression "iVar15 = iVar15 + 1" identifier = (binary_expression "iVar15 + 1" identifier + number_literal)) ;) (expression_statement "local_40[0] = puVar13;" (assignment_expression "local_40[0] = puVar13" (subscript_expression "local_40[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "FUN_003df0b0(plVar5,uVar4,uVar3,local_40);" (call_expression "FUN_003df0b0(plVar5,uVar4,uVar3,local_40)" identifier (argument_list "(plVar5,uVar4,uVar3,local_40)" ( identifier , identifier , identifier , identifier ))) ;) })) (expression_statement "plVar11 = plVar11 + 1;" (assignment_expression "plVar11 = plVar11 + 1" identifier = (binary_expression "plVar11 + 1" identifier + number_literal)) ;) (expression_statement "puVar13 = puVar14;" (assignment_expression "puVar13 = puVar14" identifier = identifier) ;) }) while (parenthesized_expression "((long *)*plVar12 != plVar11)" ( (binary_expression "(long *)*plVar12 != plVar11" (cast_expression "(long *)*plVar12" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar12" * identifier)) != identifier) )) ;) })) (expression_statement "plVar12 = plVar12 + 3;" (assignment_expression "plVar12 = plVar12 + 3" identifier = (binary_expression "plVar12 + 3" identifier + number_literal)) ;) }) while (parenthesized_expression "((long *)(lVar1 + 0x2c0) != plVar12)" ( (binary_expression "(long *)(lVar1 + 0x2c0) != plVar12" (cast_expression "(long *)(lVar1 + 0x2c0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x2c0)" ( (binary_expression "lVar1 + 0x2c0" identifier + number_literal) ))) != identifier) )) ;) (expression_statement "plVar11 = *(long **)(param_1 + 0x30);" (assignment_expression "plVar11 = *(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 "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) ))))) ;) })) (expression_statement "local_50 = local_50 + 1;" (assignment_expression "local_50 = local_50 + 1" identifier = (binary_expression "local_50 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((long *)plVar11[1] != local_50)" ( (binary_expression "(long *)plVar11[1] != local_50" (cast_expression "(long *)plVar11[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar11[1]" identifier [ number_literal ])) != identifier) )) ;) }))) }) (else_clause "else {\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }" else (compound_statement "{\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }" { (expression_statement "plVar11 = *(long **)(param_1 + 0x38);" (assignment_expression "plVar11 = *(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 "iVar15 = 1;" (assignment_expression "iVar15 = 1" identifier = number_literal) ;) (expression_statement "plVar12 = (long *)*plVar11;" (assignment_expression "plVar12 = (long *)*plVar11" identifier = (cast_expression "(long *)*plVar11" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar11" * identifier))) ;) (if_statement "if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }" if (parenthesized_expression "(plVar12 != (long *)plVar11[1])" ( (binary_expression "plVar12 != (long *)plVar11[1]" identifier != (cast_expression "(long *)plVar11[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar11[1]" identifier [ number_literal ]))) )) (compound_statement "{\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }" { (expression_statement "puVar13 = puVar14;" (assignment_expression "puVar13 = puVar14" identifier = identifier) ;) (do_statement "do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);" do (compound_statement "{\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n }" { (expression_statement "plVar5 = (long *)*plVar12;" (assignment_expression "plVar5 = (long *)*plVar12" identifier = (cast_expression "(long *)*plVar12" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar12" * identifier))) ;) (if_statement "if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }" if (parenthesized_expression "(((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11))" ( (binary_expression "((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)" (parenthesized_expression "((*(byte *)(plVar5 + 0xe) & 2) != 0)" ( (binary_expression "(*(byte *)(plVar5 + 0xe) & 2) != 0" (parenthesized_expression "(*(byte *)(plVar5 + 0xe) & 2)" ( (binary_expression "*(byte *)(plVar5 + 0xe) & 2" (pointer_expression "*(byte *)(plVar5 + 0xe)" * (cast_expression "(byte *)(plVar5 + 0xe)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar5 + 0xe)" ( (binary_expression "plVar5 + 0xe" identifier + number_literal) )))) & number_literal) )) != number_literal) )) || (parenthesized_expression "(puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)" ( (comma_expression "puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11" (assignment_expression "puVar14 = puVar13" identifier = identifier) , (binary_expression "*(int *)((long)plVar5 + 0x6c) == 0x11" (pointer_expression "*(int *)((long)plVar5 + 0x6c)" * (cast_expression "(int *)((long)plVar5 + 0x6c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar5 + 0x6c)" ( (binary_expression "(long)plVar5 + 0x6c" (cast_expression "(long)plVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == number_literal)) ))) )) (compound_statement "{\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }" { (if_statement "if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }" if (parenthesized_expression "(*(code **)(*plVar5 + 0x58) == FUN_00264f00)" ( (binary_expression "*(code **)(*plVar5 + 0x58) == FUN_00264f00" (pointer_expression "*(code **)(*plVar5 + 0x58)" * (cast_expression "(code **)(*plVar5 + 0x58)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar5 + 0x58)" ( (binary_expression "*plVar5 + 0x58" (pointer_expression "*plVar5" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }" { (expression_statement "iVar7 = *(int *)((long)plVar5 + 0x7c);" (assignment_expression "iVar7 = *(int *)((long)plVar5 + 0x7c)" identifier = (pointer_expression "*(int *)((long)plVar5 + 0x7c)" * (cast_expression "(int *)((long)plVar5 + 0x7c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar5 + 0x7c)" ( (binary_expression "(long)plVar5 + 0x7c" (cast_expression "(long)plVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (if_statement "if (iVar7 == -1) goto LAB_003df679;" if (parenthesized_expression "(iVar7 == -1)" ( (binary_expression "iVar7 == -1" identifier == number_literal) )) (goto_statement "goto LAB_003df679;" goto statement_identifier ;)) }) (else_clause "else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }" else (compound_statement "{\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }" { (expression_statement "iVar7 = (**(code **)(*plVar5 + 0x58))();" (assignment_expression "iVar7 = (**(code **)(*plVar5 + 0x58))()" identifier = (call_expression "(**(code **)(*plVar5 + 0x58))()" (parenthesized_expression "(**(code **)(*plVar5 + 0x58))" ( (pointer_expression "**(code **)(*plVar5 + 0x58)" * (pointer_expression "*(code **)(*plVar5 + 0x58)" * (cast_expression "(code **)(*plVar5 + 0x58)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar5 + 0x58)" ( (binary_expression "*plVar5 + 0x58" (pointer_expression "*plVar5" * identifier) + number_literal) ))))) )) (argument_list "()" ( )))) ;) }))) (if_statement "if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }" if (parenthesized_expression "(iVar15 != iVar7)" ( (binary_expression "iVar15 != iVar7" identifier != identifier) )) (compound_statement "{\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }" { (expression_statement "FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");" (call_expression "FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write")" identifier (argument_list "("../../gold/output.cc",0x155,"do_sized_write")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""do_sized_write"" " string_content ") ))) ;) })) (expression_statement "puVar14 = puVar13 + 8;" (assignment_expression "puVar14 = puVar13 + 8" identifier = (binary_expression "puVar13 + 8" identifier + number_literal)) ;) (expression_statement "iVar15 = iVar15 + 1;" (assignment_expression "iVar15 = iVar15 + 1" identifier = (binary_expression "iVar15 + 1" identifier + number_literal)) ;) (expression_statement "local_40[0] = puVar13;" (assignment_expression "local_40[0] = puVar13" (subscript_expression "local_40[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);" (call_expression "FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40)" identifier (argument_list "(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40)" ( (pointer_expression "*plVar12" * identifier) , (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) )))) , (pointer_expression "*(undefined8 *)(param_1 + 0x48)" * (cast_expression "(undefined8 *)(param_1 + 0x48)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) )))) , identifier ))) ;) (expression_statement "plVar11 = *(long **)(param_1 + 0x38);" (assignment_expression "plVar11 = *(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 "plVar12 = plVar12 + 1;" (assignment_expression "plVar12 = plVar12 + 1" identifier = (binary_expression "plVar12 + 1" identifier + number_literal)) ;) (expression_statement "puVar13 = puVar14;" (assignment_expression "puVar13 = puVar14" identifier = identifier) ;) }) while (parenthesized_expression "((long *)plVar11[1] != plVar12)" ( (binary_expression "(long *)plVar11[1] != plVar12" (cast_expression "(long *)plVar11[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar11[1]" identifier [ number_literal ])) != identifier) )) ;) })) }))) (expression_statement "plVar12 = *(long **)(param_1 + 0x40);" (assignment_expression "plVar12 = *(long **)(param_1 + 0x40)" identifier = (pointer_expression "*(long **)(param_1 + 0x40)" * (cast_expression "(long **)(param_1 + 0x40)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) ))))) ;) (expression_statement "puVar13 = (undefined8 *)*plVar12;" (assignment_expression "puVar13 = (undefined8 *)*plVar12" identifier = (cast_expression "(undefined8 *)*plVar12" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar12" * identifier))) ;) (if_statement "if (puVar13 != (undefined8 *)plVar12[1]) {\n do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);\n }" if (parenthesized_expression "(puVar13 != (undefined8 *)plVar12[1])" ( (binary_expression "puVar13 != (undefined8 *)plVar12[1]" identifier != (cast_expression "(undefined8 *)plVar12[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar12[1]" identifier [ number_literal ]))) )) (compound_statement "{\n do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);\n }" { (do_statement "do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);" do (compound_statement "{\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n }" { (expression_statement "plVar11 = (long *)*puVar13;" (assignment_expression "plVar11 = (long *)*puVar13" identifier = (cast_expression "(long *)*puVar13" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar13" * identifier))) ;) (if_statement "if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }" if (parenthesized_expression "(*(int *)((long)plVar11 + 0x6c) == 0x11)" ( (binary_expression "*(int *)((long)plVar11 + 0x6c) == 0x11" (pointer_expression "*(int *)((long)plVar11 + 0x6c)" * (cast_expression "(int *)((long)plVar11 + 0x6c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar11 + 0x6c)" ( (binary_expression "(long)plVar11 + 0x6c" (cast_expression "(long)plVar11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == number_literal) )) (compound_statement "{\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }" { (if_statement "if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;" if (parenthesized_expression "(*(long *)(PTR_DAT_0067cb08 + 0x10) == 0)" ( (binary_expression "*(long *)(PTR_DAT_0067cb08 + 0x10) == 0" (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) )))) == number_literal) )) (goto_statement "goto LAB_003df6cc;" goto statement_identifier ;)) (if_statement "if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;" if (parenthesized_expression "(*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0')" ( (binary_expression "*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0'" (pointer_expression "*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051)" * (cast_expression "(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051)" ( (binary_expression "*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051" (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) )))) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_003df5d0;" goto statement_identifier ;)) }) (else_clause "else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }" else (compound_statement "{\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }" { (labeled_statement "LAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }" statement_identifier : (if_statement "if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }" if (parenthesized_expression "(*(code **)(*plVar11 + 0x58) == FUN_00264f00)" ( (binary_expression "*(code **)(*plVar11 + 0x58) == FUN_00264f00" (pointer_expression "*(code **)(*plVar11 + 0x58)" * (cast_expression "(code **)(*plVar11 + 0x58)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar11 + 0x58)" ( (binary_expression "*plVar11 + 0x58" (pointer_expression "*plVar11" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }" { (expression_statement "iVar7 = *(int *)((long)plVar11 + 0x7c);" (assignment_expression "iVar7 = *(int *)((long)plVar11 + 0x7c)" identifier = (pointer_expression "*(int *)((long)plVar11 + 0x7c)" * (cast_expression "(int *)((long)plVar11 + 0x7c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar11 + 0x7c)" ( (binary_expression "(long)plVar11 + 0x7c" (cast_expression "(long)plVar11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (if_statement "if (iVar7 == -1) goto LAB_003df679;" if (parenthesized_expression "(iVar7 == -1)" ( (binary_expression "iVar7 == -1" identifier == number_literal) )) (goto_statement "goto LAB_003df679;" goto statement_identifier ;)) }) (else_clause "else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }" else (compound_statement "{\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }" { (expression_statement "iVar7 = (**(code **)(*plVar11 + 0x58))();" (assignment_expression "iVar7 = (**(code **)(*plVar11 + 0x58))()" identifier = (call_expression "(**(code **)(*plVar11 + 0x58))()" (parenthesized_expression "(**(code **)(*plVar11 + 0x58))" ( (pointer_expression "**(code **)(*plVar11 + 0x58)" * (pointer_expression "*(code **)(*plVar11 + 0x58)" * (cast_expression "(code **)(*plVar11 + 0x58)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar11 + 0x58)" ( (binary_expression "*plVar11 + 0x58" (pointer_expression "*plVar11" * identifier) + number_literal) ))))) )) (argument_list "()" ( )))) ;) })))) (if_statement "if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }" if (parenthesized_expression "(iVar7 != iVar15)" ( (binary_expression "iVar7 != iVar15" identifier != identifier) )) (compound_statement "{\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }" { (expression_statement "FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");" (call_expression "FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write")" identifier (argument_list "("../../gold/output.cc",0x167,"do_sized_write")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""do_sized_write"" " string_content ") ))) ;) })) (expression_statement "iVar15 = iVar15 + 1;" (assignment_expression "iVar15 = iVar15 + 1" identifier = (binary_expression "iVar15 + 1" identifier + number_literal)) ;) (expression_statement "local_40[0] = puVar14;" (assignment_expression "local_40[0] = puVar14" (subscript_expression "local_40[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);" (call_expression "FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40)" identifier (argument_list "(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40)" ( (pointer_expression "*puVar13" * identifier) , (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) )))) , (pointer_expression "*(undefined8 *)(param_1 + 0x48)" * (cast_expression "(undefined8 *)(param_1 + 0x48)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) )))) , identifier ))) ;) (expression_statement "plVar12 = *(long **)(param_1 + 0x40);" (assignment_expression "plVar12 = *(long **)(param_1 + 0x40)" identifier = (pointer_expression "*(long **)(param_1 + 0x40)" * (cast_expression "(long **)(param_1 + 0x40)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) ))))) ;) (expression_statement "puVar14 = puVar14 + 8;" (assignment_expression "puVar14 = puVar14 + 8" identifier = (binary_expression "puVar14 + 8" identifier + number_literal)) ;) }))) (expression_statement "puVar13 = puVar13 + 1;" (assignment_expression "puVar13 = puVar13 + 1" identifier = (binary_expression "puVar13 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((undefined8 *)plVar12[1] != puVar13)" ( (binary_expression "(undefined8 *)plVar12[1] != puVar13" (cast_expression "(undefined8 *)plVar12[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar12[1]" identifier [ number_literal ])) != identifier) )) ;) })) (if_statement "if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n return;\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 return;\n }" { (return_statement "return;" return ;) })) }))) })) (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 (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * (array_declarator IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (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 IDENT < LIT) )) || (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) < (binary_expression IDENT + IDENT)) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }) (else_clause else (compound_statement { (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 = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT >> LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (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 ( )))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) >> LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = (cast_expression ( (type_descriptor 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 { (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 (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 { (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (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 (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (do_statement do (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 = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) != IDENT) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) + LIT) ))))) )) (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (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 ( IDENT )))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) != IDENT) )) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) != IDENT) )) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != IDENT) )) ;) }))) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) != LIT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = 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)) ))) )) (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 ( )))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * IDENT) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (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 (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != 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 = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (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 { (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 ;)) (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 ')) )) (goto_statement goto statement_identifier ;)) }) (else_clause else (compound_statement { (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * 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 ( )))) ;) })))) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * IDENT) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (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 (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }))) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != IDENT) )) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) != LIT) )) (compound_statement { (return_statement return ;) })) }))) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) }))) | (function_definition "void FUN_003df2d0(long param_1,long param_2)\n\n{\n long lVar1;\n code *pcVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long *plVar5;\n char cVar6;\n int iVar7;\n uint uVar8;\n long lVar9;\n ulong uVar10;\n long *plVar11;\n long *plVar12;\n undefined8 *puVar13;\n undefined8 *puVar14;\n int iVar15;\n long *local_50;\n undefined8 *local_40 [2];\n \n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }\n lVar1 = *(long *)(param_1 + 0x10);\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n lVar9 = *(long *)(param_1 + 0x18);\n if ((lVar9 < 0) || (*(long *)(param_2 + 0x10) < lVar9 + lVar1)) {\n FUN_003c87b0();\n }\n else {\n puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18));\n plVar12 = *(long **)(param_1 + 0x50);\n lVar9 = lVar1 + 0x3f;\n if (-1 < lVar1) {\n lVar9 = lVar1;\n }\n *puVar13 = 0;\n puVar13[1] = 0;\n uVar10 = lVar9 >> 6;\n puVar13[2] = 0;\n puVar13[3] = 0;\n if (uVar10 < 0xff00) {\n uVar10 = 0;\n }\n puVar13[4] = uVar10;\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_00264f00) {\n uVar8 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar8 == 0xffffffff) {\nLAB_003df679:\n \n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*pcVar2)();\n }\n if (uVar8 < 0xff00) {\n uVar8 = 0;\n }\n plVar11 = *(long **)(param_1 + 0x30);\n plVar12 = (long *)plVar11[1];\n local_50 = (long *)*plVar11;\n *(uint *)(puVar13 + 5) = uVar8;\n puVar13[6] = 0;\n puVar13[7] = 0;\n uVar10 = (long)plVar12 - (long)local_50 >> 3;\n if (uVar10 < 0xffff) {\n uVar10 = 0;\n }\n puVar14 = puVar13 + 8;\n *(int *)((long)puVar13 + 0x2c) = (int)uVar10;\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) {\nLAB_003df6cc:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') {\n if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }\n }\n else {\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }\n plVar12 = *(long **)(param_1 + 0x40);\n puVar13 = (undefined8 *)*plVar12;\n if (puVar13 != (undefined8 *)plVar12[1]) {\n do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);\n }\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n return;\n }\n }\n }\n \n FUN_00352af0("../../gold/output.h",0xe3,"offset");\n}" (primitive_type "void") (function_declarator "FUN_003df2d0(long param_1,long param_2)" (identifier "FUN_003df2d0") (parameter_list "(long param_1,long param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) () ")"))) (compound_statement "{\n long lVar1;\n code *pcVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long *plVar5;\n char cVar6;\n int iVar7;\n uint uVar8;\n long lVar9;\n ulong uVar10;\n long *plVar11;\n long *plVar12;\n undefined8 *puVar13;\n undefined8 *puVar14;\n int iVar15;\n long *local_50;\n undefined8 *local_40 [2];\n \n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }\n lVar1 = *(long *)(param_1 + 0x10);\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n lVar9 = *(long *)(param_1 + 0x18);\n if ((lVar9 < 0) || (*(long *)(param_2 + 0x10) < lVar9 + lVar1)) {\n FUN_003c87b0();\n }\n else {\n puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18));\n plVar12 = *(long **)(param_1 + 0x50);\n lVar9 = lVar1 + 0x3f;\n if (-1 < lVar1) {\n lVar9 = lVar1;\n }\n *puVar13 = 0;\n puVar13[1] = 0;\n uVar10 = lVar9 >> 6;\n puVar13[2] = 0;\n puVar13[3] = 0;\n if (uVar10 < 0xff00) {\n uVar10 = 0;\n }\n puVar13[4] = uVar10;\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_00264f00) {\n uVar8 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar8 == 0xffffffff) {\nLAB_003df679:\n \n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*pcVar2)();\n }\n if (uVar8 < 0xff00) {\n uVar8 = 0;\n }\n plVar11 = *(long **)(param_1 + 0x30);\n plVar12 = (long *)plVar11[1];\n local_50 = (long *)*plVar11;\n *(uint *)(puVar13 + 5) = uVar8;\n puVar13[6] = 0;\n puVar13[7] = 0;\n uVar10 = (long)plVar12 - (long)local_50 >> 3;\n if (uVar10 < 0xffff) {\n uVar10 = 0;\n }\n puVar14 = puVar13 + 8;\n *(int *)((long)puVar13 + 0x2c) = (int)uVar10;\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) {\nLAB_003df6cc:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') {\n if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }\n }\n else {\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }\n plVar12 = *(long **)(param_1 + 0x40);\n puVar13 = (undefined8 *)*plVar12;\n if (puVar13 != (undefined8 *)plVar12[1]) {\n do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);\n }\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n return;\n }\n }\n }\n \n FUN_00352af0("../../gold/output.h",0xe3,"offset");\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "code *pcVar2;" (type_identifier "code") (pointer_declarator "*pcVar2" (* "*") (identifier "pcVar2")) (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (declaration "undefined8 uVar4;" (type_identifier "undefined8") (identifier "uVar4") (; ";")) (declaration "long *plVar5;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar5" (* "*") (identifier "plVar5")) (; ";")) (declaration "char cVar6;" (primitive_type "char") (identifier "cVar6") (; ";")) (declaration "int iVar7;" (primitive_type "int") (identifier "iVar7") (; ";")) (declaration "uint uVar8;" (type_identifier "uint") (identifier "uVar8") (; ";")) (declaration "long lVar9;" (sized_type_specifier "long" (long "long")) (identifier "lVar9") (; ";")) (declaration "ulong uVar10;" (type_identifier "ulong") (identifier "uVar10") (; ";")) (declaration "long *plVar11;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar11" (* "*") (identifier "plVar11")) (; ";")) (declaration "long *plVar12;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar12" (* "*") (identifier "plVar12")) (; ";")) (declaration "undefined8 *puVar13;" (type_identifier "undefined8") (pointer_declarator "*puVar13" (* "*") (identifier "puVar13")) (; ";")) (declaration "undefined8 *puVar14;" (type_identifier "undefined8") (pointer_declarator "*puVar14" (* "*") (identifier "puVar14")) (; ";")) (declaration "int iVar15;" (primitive_type "int") (identifier "iVar15") (; ";")) (declaration "long *local_50;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*local_50" (* "*") (identifier "local_50")) (; ";")) (declaration "undefined8 *local_40 [2];" (type_identifier "undefined8") (pointer_declarator "*local_40 [2]" (* "*") (array_declarator "local_40 [2]" (identifier "local_40") ([ "[") (number_literal "2") (] "]"))) (; ";")) (if_statement "if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\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 "{\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }" ({ "{") (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 "lVar1 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x10)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (if_statement "if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n lVar9 = *(long *)(param_1 + 0x18);\n if ((lVar9 < 0) || (*(long *)(param_2 + 0x10) < lVar9 + lVar1)) {\n FUN_003c87b0();\n }\n else {\n puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18));\n plVar12 = *(long **)(param_1 + 0x50);\n lVar9 = lVar1 + 0x3f;\n if (-1 < lVar1) {\n lVar9 = lVar1;\n }\n *puVar13 = 0;\n puVar13[1] = 0;\n uVar10 = lVar9 >> 6;\n puVar13[2] = 0;\n puVar13[3] = 0;\n if (uVar10 < 0xff00) {\n uVar10 = 0;\n }\n puVar13[4] = uVar10;\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_00264f00) {\n uVar8 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar8 == 0xffffffff) {\nLAB_003df679:\n \n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*pcVar2)();\n }\n if (uVar8 < 0xff00) {\n uVar8 = 0;\n }\n plVar11 = *(long **)(param_1 + 0x30);\n plVar12 = (long *)plVar11[1];\n local_50 = (long *)*plVar11;\n *(uint *)(puVar13 + 5) = uVar8;\n puVar13[6] = 0;\n puVar13[7] = 0;\n uVar10 = (long)plVar12 - (long)local_50 >> 3;\n if (uVar10 < 0xffff) {\n uVar10 = 0;\n }\n puVar14 = puVar13 + 8;\n *(int *)((long)puVar13 + 0x2c) = (int)uVar10;\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) {\nLAB_003df6cc:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') {\n if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }\n }\n else {\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }\n plVar12 = *(long **)(param_1 + 0x40);\n puVar13 = (undefined8 *)*plVar12;\n if (puVar13 != (undefined8 *)plVar12[1]) {\n do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);\n }\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n return;\n }\n }\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 lVar9 = *(long *)(param_1 + 0x18);\n if ((lVar9 < 0) || (*(long *)(param_2 + 0x10) < lVar9 + lVar1)) {\n FUN_003c87b0();\n }\n else {\n puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18));\n plVar12 = *(long **)(param_1 + 0x50);\n lVar9 = lVar1 + 0x3f;\n if (-1 < lVar1) {\n lVar9 = lVar1;\n }\n *puVar13 = 0;\n puVar13[1] = 0;\n uVar10 = lVar9 >> 6;\n puVar13[2] = 0;\n puVar13[3] = 0;\n if (uVar10 < 0xff00) {\n uVar10 = 0;\n }\n puVar13[4] = uVar10;\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_00264f00) {\n uVar8 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar8 == 0xffffffff) {\nLAB_003df679:\n \n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*pcVar2)();\n }\n if (uVar8 < 0xff00) {\n uVar8 = 0;\n }\n plVar11 = *(long **)(param_1 + 0x30);\n plVar12 = (long *)plVar11[1];\n local_50 = (long *)*plVar11;\n *(uint *)(puVar13 + 5) = uVar8;\n puVar13[6] = 0;\n puVar13[7] = 0;\n uVar10 = (long)plVar12 - (long)local_50 >> 3;\n if (uVar10 < 0xffff) {\n uVar10 = 0;\n }\n puVar14 = puVar13 + 8;\n *(int *)((long)puVar13 + 0x2c) = (int)uVar10;\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) {\nLAB_003df6cc:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') {\n if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }\n }\n else {\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }\n plVar12 = *(long **)(param_1 + 0x40);\n puVar13 = (undefined8 *)*plVar12;\n if (puVar13 != (undefined8 *)plVar12[1]) {\n do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);\n }\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n return;\n }\n }\n }" ({ "{") (expression_statement "lVar9 = *(long *)(param_1 + 0x18);" (assignment_expression "lVar9 = *(long *)(param_1 + 0x18)" (identifier "lVar9") (= "=") (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 ((lVar9 < 0) || (*(long *)(param_2 + 0x10) < lVar9 + lVar1)) {\n FUN_003c87b0();\n }\n else {\n puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18));\n plVar12 = *(long **)(param_1 + 0x50);\n lVar9 = lVar1 + 0x3f;\n if (-1 < lVar1) {\n lVar9 = lVar1;\n }\n *puVar13 = 0;\n puVar13[1] = 0;\n uVar10 = lVar9 >> 6;\n puVar13[2] = 0;\n puVar13[3] = 0;\n if (uVar10 < 0xff00) {\n uVar10 = 0;\n }\n puVar13[4] = uVar10;\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_00264f00) {\n uVar8 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar8 == 0xffffffff) {\nLAB_003df679:\n \n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*pcVar2)();\n }\n if (uVar8 < 0xff00) {\n uVar8 = 0;\n }\n plVar11 = *(long **)(param_1 + 0x30);\n plVar12 = (long *)plVar11[1];\n local_50 = (long *)*plVar11;\n *(uint *)(puVar13 + 5) = uVar8;\n puVar13[6] = 0;\n puVar13[7] = 0;\n uVar10 = (long)plVar12 - (long)local_50 >> 3;\n if (uVar10 < 0xffff) {\n uVar10 = 0;\n }\n puVar14 = puVar13 + 8;\n *(int *)((long)puVar13 + 0x2c) = (int)uVar10;\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) {\nLAB_003df6cc:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') {\n if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }\n }\n else {\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }\n plVar12 = *(long **)(param_1 + 0x40);\n puVar13 = (undefined8 *)*plVar12;\n if (puVar13 != (undefined8 *)plVar12[1]) {\n do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);\n }\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n return;\n }\n }" (if "if") (parenthesized_expression "((lVar9 < 0) || (*(long *)(param_2 + 0x10) < lVar9 + lVar1))" (( "(") (binary_expression "(lVar9 < 0) || (*(long *)(param_2 + 0x10) < lVar9 + lVar1)" (parenthesized_expression "(lVar9 < 0)" (( "(") (binary_expression "lVar9 < 0" (identifier "lVar9") (< "<") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(*(long *)(param_2 + 0x10) < lVar9 + lVar1)" (( "(") (binary_expression "*(long *)(param_2 + 0x10) < lVar9 + lVar1" (pointer_expression "*(long *)(param_2 + 0x10)" (* "*") (cast_expression "(long *)(param_2 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x10)" (( "(") (binary_expression "param_2 + 0x10" (identifier "param_2") (+ "+") (number_literal "0x10")) () ")")))) (< "<") (binary_expression "lVar9 + lVar1" (identifier "lVar9") (+ "+") (identifier "lVar1"))) () ")"))) () ")")) (compound_statement "{\n FUN_003c87b0();\n }" ({ "{") (expression_statement "FUN_003c87b0();" (call_expression "FUN_003c87b0()" (identifier "FUN_003c87b0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")) (else_clause "else {\n puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18));\n plVar12 = *(long **)(param_1 + 0x50);\n lVar9 = lVar1 + 0x3f;\n if (-1 < lVar1) {\n lVar9 = lVar1;\n }\n *puVar13 = 0;\n puVar13[1] = 0;\n uVar10 = lVar9 >> 6;\n puVar13[2] = 0;\n puVar13[3] = 0;\n if (uVar10 < 0xff00) {\n uVar10 = 0;\n }\n puVar13[4] = uVar10;\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_00264f00) {\n uVar8 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar8 == 0xffffffff) {\nLAB_003df679:\n \n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*pcVar2)();\n }\n if (uVar8 < 0xff00) {\n uVar8 = 0;\n }\n plVar11 = *(long **)(param_1 + 0x30);\n plVar12 = (long *)plVar11[1];\n local_50 = (long *)*plVar11;\n *(uint *)(puVar13 + 5) = uVar8;\n puVar13[6] = 0;\n puVar13[7] = 0;\n uVar10 = (long)plVar12 - (long)local_50 >> 3;\n if (uVar10 < 0xffff) {\n uVar10 = 0;\n }\n puVar14 = puVar13 + 8;\n *(int *)((long)puVar13 + 0x2c) = (int)uVar10;\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) {\nLAB_003df6cc:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') {\n if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }\n }\n else {\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }\n plVar12 = *(long **)(param_1 + 0x40);\n puVar13 = (undefined8 *)*plVar12;\n if (puVar13 != (undefined8 *)plVar12[1]) {\n do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);\n }\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n return;\n }\n }" (else "else") (compound_statement "{\n puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18));\n plVar12 = *(long **)(param_1 + 0x50);\n lVar9 = lVar1 + 0x3f;\n if (-1 < lVar1) {\n lVar9 = lVar1;\n }\n *puVar13 = 0;\n puVar13[1] = 0;\n uVar10 = lVar9 >> 6;\n puVar13[2] = 0;\n puVar13[3] = 0;\n if (uVar10 < 0xff00) {\n uVar10 = 0;\n }\n puVar13[4] = uVar10;\n pcVar2 = *(code **)(*plVar12 + 0x58);\n if (pcVar2 == FUN_00264f00) {\n uVar8 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar8 == 0xffffffff) {\nLAB_003df679:\n \n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*pcVar2)();\n }\n if (uVar8 < 0xff00) {\n uVar8 = 0;\n }\n plVar11 = *(long **)(param_1 + 0x30);\n plVar12 = (long *)plVar11[1];\n local_50 = (long *)*plVar11;\n *(uint *)(puVar13 + 5) = uVar8;\n puVar13[6] = 0;\n puVar13[7] = 0;\n uVar10 = (long)plVar12 - (long)local_50 >> 3;\n if (uVar10 < 0xffff) {\n uVar10 = 0;\n }\n puVar14 = puVar13 + 8;\n *(int *)((long)puVar13 + 0x2c) = (int)uVar10;\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) {\nLAB_003df6cc:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') {\n if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }\n }\n else {\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }\n plVar12 = *(long **)(param_1 + 0x40);\n puVar13 = (undefined8 *)*plVar12;\n if (puVar13 != (undefined8 *)plVar12[1]) {\n do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);\n }\n if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n return;\n }\n }" ({ "{") (expression_statement "puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18));" (assignment_expression "puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18))" (identifier "puVar13") (= "=") (cast_expression "(undefined8 *)(lVar9 + *(long *)(param_2 + 0x18))" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar9 + *(long *)(param_2 + 0x18))" (( "(") (binary_expression "lVar9 + *(long *)(param_2 + 0x18)" (identifier "lVar9") (+ "+") (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 "plVar12 = *(long **)(param_1 + 0x50);" (assignment_expression "plVar12 = *(long **)(param_1 + 0x50)" (identifier "plVar12") (= "=") (pointer_expression "*(long **)(param_1 + 0x50)" (* "*") (cast_expression "(long **)(param_1 + 0x50)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")"))))) (; ";")) (expression_statement "lVar9 = lVar1 + 0x3f;" (assignment_expression "lVar9 = lVar1 + 0x3f" (identifier "lVar9") (= "=") (binary_expression "lVar1 + 0x3f" (identifier "lVar1") (+ "+") (number_literal "0x3f"))) (; ";")) (if_statement "if (-1 < lVar1) {\n lVar9 = lVar1;\n }" (if "if") (parenthesized_expression "(-1 < lVar1)" (( "(") (binary_expression "-1 < lVar1" (number_literal "-1") (< "<") (identifier "lVar1")) () ")")) (compound_statement "{\n lVar9 = lVar1;\n }" ({ "{") (expression_statement "lVar9 = lVar1;" (assignment_expression "lVar9 = lVar1" (identifier "lVar9") (= "=") (identifier "lVar1")) (; ";")) (} "}"))) (expression_statement "*puVar13 = 0;" (assignment_expression "*puVar13 = 0" (pointer_expression "*puVar13" (* "*") (identifier "puVar13")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar13[1] = 0;" (assignment_expression "puVar13[1] = 0" (subscript_expression "puVar13[1]" (identifier "puVar13") ([ "[") (number_literal "1") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "uVar10 = lVar9 >> 6;" (assignment_expression "uVar10 = lVar9 >> 6" (identifier "uVar10") (= "=") (binary_expression "lVar9 >> 6" (identifier "lVar9") (>> ">>") (number_literal "6"))) (; ";")) (expression_statement "puVar13[2] = 0;" (assignment_expression "puVar13[2] = 0" (subscript_expression "puVar13[2]" (identifier "puVar13") ([ "[") (number_literal "2") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar13[3] = 0;" (assignment_expression "puVar13[3] = 0" (subscript_expression "puVar13[3]" (identifier "puVar13") ([ "[") (number_literal "3") (] "]")) (= "=") (number_literal "0")) (; ";")) (if_statement "if (uVar10 < 0xff00) {\n uVar10 = 0;\n }" (if "if") (parenthesized_expression "(uVar10 < 0xff00)" (( "(") (binary_expression "uVar10 < 0xff00" (identifier "uVar10") (< "<") (number_literal "0xff00")) () ")")) (compound_statement "{\n uVar10 = 0;\n }" ({ "{") (expression_statement "uVar10 = 0;" (assignment_expression "uVar10 = 0" (identifier "uVar10") (= "=") (number_literal "0")) (; ";")) (} "}"))) (expression_statement "puVar13[4] = uVar10;" (assignment_expression "puVar13[4] = uVar10" (subscript_expression "puVar13[4]" (identifier "puVar13") ([ "[") (number_literal "4") (] "]")) (= "=") (identifier "uVar10")) (; ";")) (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_00264f00) {\n uVar8 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar8 == 0xffffffff) {\nLAB_003df679:\n \n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }\n else {\n uVar8 = (*pcVar2)();\n }" (if "if") (parenthesized_expression "(pcVar2 == FUN_00264f00)" (( "(") (binary_expression "pcVar2 == FUN_00264f00" (identifier "pcVar2") (== "==") (identifier "FUN_00264f00")) () ")")) (compound_statement "{\n uVar8 = *(uint *)((long)plVar12 + 0x7c);\n if (uVar8 == 0xffffffff) {\nLAB_003df679:\n \n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }\n }" ({ "{") (expression_statement "uVar8 = *(uint *)((long)plVar12 + 0x7c);" (assignment_expression "uVar8 = *(uint *)((long)plVar12 + 0x7c)" (identifier "uVar8") (= "=") (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 (uVar8 == 0xffffffff) {\nLAB_003df679:\n \n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }" (if "if") (parenthesized_expression "(uVar8 == 0xffffffff)" (( "(") (binary_expression "uVar8 == 0xffffffff" (identifier "uVar8") (== "==") (number_literal "0xffffffff")) () ")")) (compound_statement "{\nLAB_003df679:\n \n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");\n }" ({ "{") (labeled_statement "LAB_003df679:\n \n FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");" (statement_identifier "LAB_003df679") (: ":") (expression_statement "FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");" (call_expression "FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx")" (identifier "FUN_00352af0") (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 uVar8 = (*pcVar2)();\n }" (else "else") (compound_statement "{\n uVar8 = (*pcVar2)();\n }" ({ "{") (expression_statement "uVar8 = (*pcVar2)();" (assignment_expression "uVar8 = (*pcVar2)()" (identifier "uVar8") (= "=") (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" (( "(") (pointer_expression "*pcVar2" (* "*") (identifier "pcVar2")) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (} "}")))) (if_statement "if (uVar8 < 0xff00) {\n uVar8 = 0;\n }" (if "if") (parenthesized_expression "(uVar8 < 0xff00)" (( "(") (binary_expression "uVar8 < 0xff00" (identifier "uVar8") (< "<") (number_literal "0xff00")) () ")")) (compound_statement "{\n uVar8 = 0;\n }" ({ "{") (expression_statement "uVar8 = 0;" (assignment_expression "uVar8 = 0" (identifier "uVar8") (= "=") (number_literal "0")) (; ";")) (} "}"))) (expression_statement "plVar11 = *(long **)(param_1 + 0x30);" (assignment_expression "plVar11 = *(long **)(param_1 + 0x30)" (identifier "plVar11") (= "=") (pointer_expression "*(long **)(param_1 + 0x30)" (* "*") (cast_expression "(long **)(param_1 + 0x30)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")"))))) (; ";")) (expression_statement "plVar12 = (long *)plVar11[1];" (assignment_expression "plVar12 = (long *)plVar11[1]" (identifier "plVar12") (= "=") (cast_expression "(long *)plVar11[1]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "plVar11[1]" (identifier "plVar11") ([ "[") (number_literal "1") (] "]")))) (; ";")) (expression_statement "local_50 = (long *)*plVar11;" (assignment_expression "local_50 = (long *)*plVar11" (identifier "local_50") (= "=") (cast_expression "(long *)*plVar11" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar11" (* "*") (identifier "plVar11")))) (; ";")) (expression_statement "*(uint *)(puVar13 + 5) = uVar8;" (assignment_expression "*(uint *)(puVar13 + 5) = uVar8" (pointer_expression "*(uint *)(puVar13 + 5)" (* "*") (cast_expression "(uint *)(puVar13 + 5)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar13 + 5)" (( "(") (binary_expression "puVar13 + 5" (identifier "puVar13") (+ "+") (number_literal "5")) () ")")))) (= "=") (identifier "uVar8")) (; ";")) (expression_statement "puVar13[6] = 0;" (assignment_expression "puVar13[6] = 0" (subscript_expression "puVar13[6]" (identifier "puVar13") ([ "[") (number_literal "6") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar13[7] = 0;" (assignment_expression "puVar13[7] = 0" (subscript_expression "puVar13[7]" (identifier "puVar13") ([ "[") (number_literal "7") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "uVar10 = (long)plVar12 - (long)local_50 >> 3;" (assignment_expression "uVar10 = (long)plVar12 - (long)local_50 >> 3" (identifier "uVar10") (= "=") (binary_expression "(long)plVar12 - (long)local_50 >> 3" (binary_expression "(long)plVar12 - (long)local_50" (cast_expression "(long)plVar12" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "plVar12")) (- "-") (cast_expression "(long)local_50" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "local_50"))) (>> ">>") (number_literal "3"))) (; ";")) (if_statement "if (uVar10 < 0xffff) {\n uVar10 = 0;\n }" (if "if") (parenthesized_expression "(uVar10 < 0xffff)" (( "(") (binary_expression "uVar10 < 0xffff" (identifier "uVar10") (< "<") (number_literal "0xffff")) () ")")) (compound_statement "{\n uVar10 = 0;\n }" ({ "{") (expression_statement "uVar10 = 0;" (assignment_expression "uVar10 = 0" (identifier "uVar10") (= "=") (number_literal "0")) (; ";")) (} "}"))) (expression_statement "puVar14 = puVar13 + 8;" (assignment_expression "puVar14 = puVar13 + 8" (identifier "puVar14") (= "=") (binary_expression "puVar13 + 8" (identifier "puVar13") (+ "+") (number_literal "8"))) (; ";")) (expression_statement "*(int *)((long)puVar13 + 0x2c) = (int)uVar10;" (assignment_expression "*(int *)((long)puVar13 + 0x2c) = (int)uVar10" (pointer_expression "*(int *)((long)puVar13 + 0x2c)" (* "*") (cast_expression "(int *)((long)puVar13 + 0x2c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar13 + 0x2c)" (( "(") (binary_expression "(long)puVar13 + 0x2c" (cast_expression "(long)puVar13" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar13")) (+ "+") (number_literal "0x2c")) () ")")))) (= "=") (cast_expression "(int)uVar10" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar10"))) (; ";")) (if_statement "if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) {\nLAB_003df6cc:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }" (if "if") (parenthesized_expression "(*(long *)(PTR_DAT_0067cb08 + 0x10) == 0)" (( "(") (binary_expression "*(long *)(PTR_DAT_0067cb08 + 0x10) == 0" (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")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_003df6cc:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }" ({ "{") (labeled_statement "LAB_003df6cc:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");" (statement_identifier "LAB_003df6cc") (: ":") (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 *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') {\n if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }\n }\n else {\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }" (if "if") (parenthesized_expression "(*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0')" (( "(") (binary_expression "*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0'" (pointer_expression "*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051)" (* "*") (cast_expression "(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051)" (( "(") (binary_expression "*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051" (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")) () ")")))) (+ "+") (number_literal "0x5051")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }\n }" ({ "{") (if_statement "if (local_50 == plVar12) {\n iVar15 = 1;\n }\n else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }" (if "if") (parenthesized_expression "(local_50 == plVar12)" (( "(") (binary_expression "local_50 == plVar12" (identifier "local_50") (== "==") (identifier "plVar12")) () ")")) (compound_statement "{\n iVar15 = 1;\n }" ({ "{") (expression_statement "iVar15 = 1;" (assignment_expression "iVar15 = 1" (identifier "iVar15") (= "=") (number_literal "1")) (; ";")) (} "}")) (else_clause "else {\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }" (else "else") (compound_statement "{\n iVar15 = 1;\n do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);\n }" ({ "{") (expression_statement "iVar15 = 1;" (assignment_expression "iVar15 = 1" (identifier "iVar15") (= "=") (number_literal "1")) (; ";")) (do_statement "do {\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n } while ((long *)plVar11[1] != local_50);" (do "do") (compound_statement "{\n lVar1 = *local_50;\n if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }\n local_50 = local_50 + 1;\n }" ({ "{") (expression_statement "lVar1 = *local_50;" (assignment_expression "lVar1 = *local_50" (identifier "lVar1") (= "=") (pointer_expression "*local_50" (* "*") (identifier "local_50"))) (; ";")) (if_statement "if (*(int *)(lVar1 + 0x2f0) == 1) {\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }" (if "if") (parenthesized_expression "(*(int *)(lVar1 + 0x2f0) == 1)" (( "(") (binary_expression "*(int *)(lVar1 + 0x2f0) == 1" (pointer_expression "*(int *)(lVar1 + 0x2f0)" (* "*") (cast_expression "(int *)(lVar1 + 0x2f0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x2f0)" (( "(") (binary_expression "lVar1 + 0x2f0" (identifier "lVar1") (+ "+") (number_literal "0x2f0")) () ")")))) (== "==") (number_literal "1")) () ")")) (compound_statement "{\n uVar3 = *(undefined8 *)(param_1 + 0x48);\n plVar12 = (long *)(lVar1 + 8);\n uVar4 = *(undefined8 *)(param_1 + 0x28);\n do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);\n plVar11 = *(long **)(param_1 + 0x30);\n }" ({ "{") (expression_statement "uVar3 = *(undefined8 *)(param_1 + 0x48);" (assignment_expression "uVar3 = *(undefined8 *)(param_1 + 0x48)" (identifier "uVar3") (= "=") (pointer_expression "*(undefined8 *)(param_1 + 0x48)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x48)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x48)" (( "(") (binary_expression "param_1 + 0x48" (identifier "param_1") (+ "+") (number_literal "0x48")) () ")"))))) (; ";")) (expression_statement "plVar12 = (long *)(lVar1 + 8);" (assignment_expression "plVar12 = (long *)(lVar1 + 8)" (identifier "plVar12") (= "=") (cast_expression "(long *)(lVar1 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 8)" (( "(") (binary_expression "lVar1 + 8" (identifier "lVar1") (+ "+") (number_literal "8")) () ")")))) (; ";")) (expression_statement "uVar4 = *(undefined8 *)(param_1 + 0x28);" (assignment_expression "uVar4 = *(undefined8 *)(param_1 + 0x28)" (identifier "uVar4") (= "=") (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")) () ")"))))) (; ";")) (do_statement "do {\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n } while ((long *)(lVar1 + 0x2c0) != plVar12);" (do "do") (compound_statement "{\n plVar11 = (long *)plVar12[-1];\n puVar13 = puVar14;\n if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }\n plVar12 = plVar12 + 3;\n }" ({ "{") (expression_statement "plVar11 = (long *)plVar12[-1];" (assignment_expression "plVar11 = (long *)plVar12[-1]" (identifier "plVar11") (= "=") (cast_expression "(long *)plVar12[-1]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "plVar12[-1]" (identifier "plVar12") ([ "[") (number_literal "-1") (] "]")))) (; ";")) (expression_statement "puVar13 = puVar14;" (assignment_expression "puVar13 = puVar14" (identifier "puVar13") (= "=") (identifier "puVar14")) (; ";")) (if_statement "if ((long *)*plVar12 != plVar11) {\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }" (if "if") (parenthesized_expression "((long *)*plVar12 != plVar11)" (( "(") (binary_expression "(long *)*plVar12 != plVar11" (cast_expression "(long *)*plVar12" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar12" (* "*") (identifier "plVar12"))) (!= "!=") (identifier "plVar11")) () ")")) (compound_statement "{\n do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);\n }" ({ "{") (do_statement "do {\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n } while ((long *)*plVar12 != plVar11);" (do "do") (compound_statement "{\n cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();\n puVar14 = puVar13;\n if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }\n plVar11 = plVar11 + 1;\n puVar13 = puVar14;\n }" ({ "{") (expression_statement "cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();" (assignment_expression "cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))()" (identifier "cVar6") (= "=") (call_expression "(**(code **)(*(long *)*plVar11 + 0x30))()" (parenthesized_expression "(**(code **)(*(long *)*plVar11 + 0x30))" (( "(") (pointer_expression "**(code **)(*(long *)*plVar11 + 0x30)" (* "*") (pointer_expression "*(code **)(*(long *)*plVar11 + 0x30)" (* "*") (cast_expression "(code **)(*(long *)*plVar11 + 0x30)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)*plVar11 + 0x30)" (( "(") (binary_expression "*(long *)*plVar11 + 0x30" (pointer_expression "*(long *)*plVar11" (* "*") (cast_expression "(long *)*plVar11" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar11" (* "*") (identifier "plVar11")))) (+ "+") (number_literal "0x30")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "puVar14 = puVar13;" (assignment_expression "puVar14 = puVar13" (identifier "puVar14") (= "=") (identifier "puVar13")) (; ";")) (if_statement "if (cVar6 != '\0') {\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }" (if "if") (parenthesized_expression "(cVar6 != '\0')" (( "(") (binary_expression "cVar6 != '\0'" (identifier "cVar6") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n plVar5 = (long *)*plVar11;\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(plVar5,uVar4,uVar3,local_40);\n }" ({ "{") (expression_statement "plVar5 = (long *)*plVar11;" (assignment_expression "plVar5 = (long *)*plVar11" (identifier "plVar5") (= "=") (cast_expression "(long *)*plVar11" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar11" (* "*") (identifier "plVar11")))) (; ";")) (if_statement "if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }" (if "if") (parenthesized_expression "(*(code **)(*plVar5 + 0x58) == FUN_00264f00)" (( "(") (binary_expression "*(code **)(*plVar5 + 0x58) == FUN_00264f00" (pointer_expression "*(code **)(*plVar5 + 0x58)" (* "*") (cast_expression "(code **)(*plVar5 + 0x58)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar5 + 0x58)" (( "(") (binary_expression "*plVar5 + 0x58" (pointer_expression "*plVar5" (* "*") (identifier "plVar5")) (+ "+") (number_literal "0x58")) () ")")))) (== "==") (identifier "FUN_00264f00")) () ")")) (compound_statement "{\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }" ({ "{") (expression_statement "iVar7 = *(int *)((long)plVar5 + 0x7c);" (assignment_expression "iVar7 = *(int *)((long)plVar5 + 0x7c)" (identifier "iVar7") (= "=") (pointer_expression "*(int *)((long)plVar5 + 0x7c)" (* "*") (cast_expression "(int *)((long)plVar5 + 0x7c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)plVar5 + 0x7c)" (( "(") (binary_expression "(long)plVar5 + 0x7c" (cast_expression "(long)plVar5" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "plVar5")) (+ "+") (number_literal "0x7c")) () ")"))))) (; ";")) (if_statement "if (iVar7 == -1) goto LAB_003df679;" (if "if") (parenthesized_expression "(iVar7 == -1)" (( "(") (binary_expression "iVar7 == -1" (identifier "iVar7") (== "==") (number_literal "-1")) () ")")) (goto_statement "goto LAB_003df679;" (goto "goto") (statement_identifier "LAB_003df679") (; ";"))) (} "}")) (else_clause "else {\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }" (else "else") (compound_statement "{\n iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);\n }" ({ "{") (expression_statement "iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);" (assignment_expression "iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5)" (identifier "iVar7") (= "=") (call_expression "(**(code **)(*plVar5 + 0x58))(plVar5)" (parenthesized_expression "(**(code **)(*plVar5 + 0x58))" (( "(") (pointer_expression "**(code **)(*plVar5 + 0x58)" (* "*") (pointer_expression "*(code **)(*plVar5 + 0x58)" (* "*") (cast_expression "(code **)(*plVar5 + 0x58)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar5 + 0x58)" (( "(") (binary_expression "*plVar5 + 0x58" (pointer_expression "*plVar5" (* "*") (identifier "plVar5")) (+ "+") (number_literal "0x58")) () ")"))))) () ")")) (argument_list "(plVar5)" (( "(") (identifier "plVar5") () ")")))) (; ";")) (} "}")))) (if_statement "if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }" (if "if") (parenthesized_expression "(iVar7 != iVar15)" (( "(") (binary_expression "iVar7 != iVar15" (identifier "iVar7") (!= "!=") (identifier "iVar15")) () ")")) (compound_statement "{\n \n FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");\n }" ({ "{") (expression_statement "FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");" (call_expression "FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list")" (identifier "FUN_00352af0") (argument_list "("../../gold/output.cc",0x1354,"write_section_headers_list")" (( "(") (string_literal ""../../gold/output.cc"" (" """) (string_content "../../gold/output.cc") (" """)) (, ",") (number_literal "0x1354") (, ",") (string_literal ""write_section_headers_list"" (" """) (string_content "write_section_headers_list") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "puVar14 = puVar13 + 8;" (assignment_expression "puVar14 = puVar13 + 8" (identifier "puVar14") (= "=") (binary_expression "puVar13 + 8" (identifier "puVar13") (+ "+") (number_literal "8"))) (; ";")) (expression_statement "iVar15 = iVar15 + 1;" (assignment_expression "iVar15 = iVar15 + 1" (identifier "iVar15") (= "=") (binary_expression "iVar15 + 1" (identifier "iVar15") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "local_40[0] = puVar13;" (assignment_expression "local_40[0] = puVar13" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (= "=") (identifier "puVar13")) (; ";")) (expression_statement "FUN_003df0b0(plVar5,uVar4,uVar3,local_40);" (call_expression "FUN_003df0b0(plVar5,uVar4,uVar3,local_40)" (identifier "FUN_003df0b0") (argument_list "(plVar5,uVar4,uVar3,local_40)" (( "(") (identifier "plVar5") (, ",") (identifier "uVar4") (, ",") (identifier "uVar3") (, ",") (identifier "local_40") () ")"))) (; ";")) (} "}"))) (expression_statement "plVar11 = plVar11 + 1;" (assignment_expression "plVar11 = plVar11 + 1" (identifier "plVar11") (= "=") (binary_expression "plVar11 + 1" (identifier "plVar11") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "puVar13 = puVar14;" (assignment_expression "puVar13 = puVar14" (identifier "puVar13") (= "=") (identifier "puVar14")) (; ";")) (} "}")) (while "while") (parenthesized_expression "((long *)*plVar12 != plVar11)" (( "(") (binary_expression "(long *)*plVar12 != plVar11" (cast_expression "(long *)*plVar12" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar12" (* "*") (identifier "plVar12"))) (!= "!=") (identifier "plVar11")) () ")")) (; ";")) (} "}"))) (expression_statement "plVar12 = plVar12 + 3;" (assignment_expression "plVar12 = plVar12 + 3" (identifier "plVar12") (= "=") (binary_expression "plVar12 + 3" (identifier "plVar12") (+ "+") (number_literal "3"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "((long *)(lVar1 + 0x2c0) != plVar12)" (( "(") (binary_expression "(long *)(lVar1 + 0x2c0) != plVar12" (cast_expression "(long *)(lVar1 + 0x2c0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x2c0)" (( "(") (binary_expression "lVar1 + 0x2c0" (identifier "lVar1") (+ "+") (number_literal "0x2c0")) () ")"))) (!= "!=") (identifier "plVar12")) () ")")) (; ";")) (expression_statement "plVar11 = *(long **)(param_1 + 0x30);" (assignment_expression "plVar11 = *(long **)(param_1 + 0x30)" (identifier "plVar11") (= "=") (pointer_expression "*(long **)(param_1 + 0x30)" (* "*") (cast_expression "(long **)(param_1 + 0x30)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")"))))) (; ";")) (} "}"))) (expression_statement "local_50 = local_50 + 1;" (assignment_expression "local_50 = local_50 + 1" (identifier "local_50") (= "=") (binary_expression "local_50 + 1" (identifier "local_50") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "((long *)plVar11[1] != local_50)" (( "(") (binary_expression "(long *)plVar11[1] != local_50" (cast_expression "(long *)plVar11[1]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "plVar11[1]" (identifier "plVar11") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (identifier "local_50")) () ")")) (; ";")) (} "}")))) (} "}")) (else_clause "else {\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }" (else "else") (compound_statement "{\n plVar11 = *(long **)(param_1 + 0x38);\n iVar15 = 1;\n plVar12 = (long *)*plVar11;\n if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }\n }" ({ "{") (expression_statement "plVar11 = *(long **)(param_1 + 0x38);" (assignment_expression "plVar11 = *(long **)(param_1 + 0x38)" (identifier "plVar11") (= "=") (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 "iVar15 = 1;" (assignment_expression "iVar15 = 1" (identifier "iVar15") (= "=") (number_literal "1")) (; ";")) (expression_statement "plVar12 = (long *)*plVar11;" (assignment_expression "plVar12 = (long *)*plVar11" (identifier "plVar12") (= "=") (cast_expression "(long *)*plVar11" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar11" (* "*") (identifier "plVar11")))) (; ";")) (if_statement "if (plVar12 != (long *)plVar11[1]) {\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }" (if "if") (parenthesized_expression "(plVar12 != (long *)plVar11[1])" (( "(") (binary_expression "plVar12 != (long *)plVar11[1]" (identifier "plVar12") (!= "!=") (cast_expression "(long *)plVar11[1]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "plVar11[1]" (identifier "plVar11") ([ "[") (number_literal "1") (] "]")))) () ")")) (compound_statement "{\n puVar13 = puVar14;\n do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);\n }" ({ "{") (expression_statement "puVar13 = puVar14;" (assignment_expression "puVar13 = puVar14" (identifier "puVar13") (= "=") (identifier "puVar14")) (; ";")) (do_statement "do {\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n } while ((long *)plVar11[1] != plVar12);" (do "do") (compound_statement "{\n plVar5 = (long *)*plVar12;\n if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }\n plVar12 = plVar12 + 1;\n puVar13 = puVar14;\n }" ({ "{") (expression_statement "plVar5 = (long *)*plVar12;" (assignment_expression "plVar5 = (long *)*plVar12" (identifier "plVar5") (= "=") (cast_expression "(long *)*plVar12" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar12" (* "*") (identifier "plVar12")))) (; ";")) (if_statement "if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }" (if "if") (parenthesized_expression "(((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11))" (( "(") (binary_expression "((*(byte *)(plVar5 + 0xe) & 2) != 0) ||\n (puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)" (parenthesized_expression "((*(byte *)(plVar5 + 0xe) & 2) != 0)" (( "(") (binary_expression "(*(byte *)(plVar5 + 0xe) & 2) != 0" (parenthesized_expression "(*(byte *)(plVar5 + 0xe) & 2)" (( "(") (binary_expression "*(byte *)(plVar5 + 0xe) & 2" (pointer_expression "*(byte *)(plVar5 + 0xe)" (* "*") (cast_expression "(byte *)(plVar5 + 0xe)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(plVar5 + 0xe)" (( "(") (binary_expression "plVar5 + 0xe" (identifier "plVar5") (+ "+") (number_literal "0xe")) () ")")))) (& "&") (number_literal "2")) () ")")) (!= "!=") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)" (( "(") (comma_expression "puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11" (assignment_expression "puVar14 = puVar13" (identifier "puVar14") (= "=") (identifier "puVar13")) (, ",") (binary_expression "*(int *)((long)plVar5 + 0x6c) == 0x11" (pointer_expression "*(int *)((long)plVar5 + 0x6c)" (* "*") (cast_expression "(int *)((long)plVar5 + 0x6c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)plVar5 + 0x6c)" (( "(") (binary_expression "(long)plVar5 + 0x6c" (cast_expression "(long)plVar5" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "plVar5")) (+ "+") (number_literal "0x6c")) () ")")))) (== "==") (number_literal "0x11"))) () ")"))) () ")")) (compound_statement "{\n if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }\n if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }\n puVar14 = puVar13 + 8;\n iVar15 = iVar15 + 1;\n local_40[0] = puVar13;\n FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar11 = *(long **)(param_1 + 0x38);\n }" ({ "{") (if_statement "if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }" (if "if") (parenthesized_expression "(*(code **)(*plVar5 + 0x58) == FUN_00264f00)" (( "(") (binary_expression "*(code **)(*plVar5 + 0x58) == FUN_00264f00" (pointer_expression "*(code **)(*plVar5 + 0x58)" (* "*") (cast_expression "(code **)(*plVar5 + 0x58)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar5 + 0x58)" (( "(") (binary_expression "*plVar5 + 0x58" (pointer_expression "*plVar5" (* "*") (identifier "plVar5")) (+ "+") (number_literal "0x58")) () ")")))) (== "==") (identifier "FUN_00264f00")) () ")")) (compound_statement "{\n iVar7 = *(int *)((long)plVar5 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }" ({ "{") (expression_statement "iVar7 = *(int *)((long)plVar5 + 0x7c);" (assignment_expression "iVar7 = *(int *)((long)plVar5 + 0x7c)" (identifier "iVar7") (= "=") (pointer_expression "*(int *)((long)plVar5 + 0x7c)" (* "*") (cast_expression "(int *)((long)plVar5 + 0x7c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)plVar5 + 0x7c)" (( "(") (binary_expression "(long)plVar5 + 0x7c" (cast_expression "(long)plVar5" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "plVar5")) (+ "+") (number_literal "0x7c")) () ")"))))) (; ";")) (if_statement "if (iVar7 == -1) goto LAB_003df679;" (if "if") (parenthesized_expression "(iVar7 == -1)" (( "(") (binary_expression "iVar7 == -1" (identifier "iVar7") (== "==") (number_literal "-1")) () ")")) (goto_statement "goto LAB_003df679;" (goto "goto") (statement_identifier "LAB_003df679") (; ";"))) (} "}")) (else_clause "else {\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }" (else "else") (compound_statement "{\n iVar7 = (**(code **)(*plVar5 + 0x58))();\n }" ({ "{") (expression_statement "iVar7 = (**(code **)(*plVar5 + 0x58))();" (assignment_expression "iVar7 = (**(code **)(*plVar5 + 0x58))()" (identifier "iVar7") (= "=") (call_expression "(**(code **)(*plVar5 + 0x58))()" (parenthesized_expression "(**(code **)(*plVar5 + 0x58))" (( "(") (pointer_expression "**(code **)(*plVar5 + 0x58)" (* "*") (pointer_expression "*(code **)(*plVar5 + 0x58)" (* "*") (cast_expression "(code **)(*plVar5 + 0x58)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar5 + 0x58)" (( "(") (binary_expression "*plVar5 + 0x58" (pointer_expression "*plVar5" (* "*") (identifier "plVar5")) (+ "+") (number_literal "0x58")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (} "}")))) (if_statement "if (iVar15 != iVar7) {\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }" (if "if") (parenthesized_expression "(iVar15 != iVar7)" (( "(") (binary_expression "iVar15 != iVar7" (identifier "iVar15") (!= "!=") (identifier "iVar7")) () ")")) (compound_statement "{\n \n FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");\n }" ({ "{") (expression_statement "FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");" (call_expression "FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write")" (identifier "FUN_00352af0") (argument_list "("../../gold/output.cc",0x155,"do_sized_write")" (( "(") (string_literal ""../../gold/output.cc"" (" """) (string_content "../../gold/output.cc") (" """)) (, ",") (number_literal "0x155") (, ",") (string_literal ""do_sized_write"" (" """) (string_content "do_sized_write") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "puVar14 = puVar13 + 8;" (assignment_expression "puVar14 = puVar13 + 8" (identifier "puVar14") (= "=") (binary_expression "puVar13 + 8" (identifier "puVar13") (+ "+") (number_literal "8"))) (; ";")) (expression_statement "iVar15 = iVar15 + 1;" (assignment_expression "iVar15 = iVar15 + 1" (identifier "iVar15") (= "=") (binary_expression "iVar15 + 1" (identifier "iVar15") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "local_40[0] = puVar13;" (assignment_expression "local_40[0] = puVar13" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (= "=") (identifier "puVar13")) (; ";")) (expression_statement "FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);" (call_expression "FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40)" (identifier "FUN_003df0b0") (argument_list "(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40)" (( "(") (pointer_expression "*plVar12" (* "*") (identifier "plVar12")) (, ",") (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")) () ")")))) (, ",") (pointer_expression "*(undefined8 *)(param_1 + 0x48)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x48)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x48)" (( "(") (binary_expression "param_1 + 0x48" (identifier "param_1") (+ "+") (number_literal "0x48")) () ")")))) (, ",") (identifier "local_40") () ")"))) (; ";")) (expression_statement "plVar11 = *(long **)(param_1 + 0x38);" (assignment_expression "plVar11 = *(long **)(param_1 + 0x38)" (identifier "plVar11") (= "=") (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 "plVar12 = plVar12 + 1;" (assignment_expression "plVar12 = plVar12 + 1" (identifier "plVar12") (= "=") (binary_expression "plVar12 + 1" (identifier "plVar12") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "puVar13 = puVar14;" (assignment_expression "puVar13 = puVar14" (identifier "puVar13") (= "=") (identifier "puVar14")) (; ";")) (} "}")) (while "while") (parenthesized_expression "((long *)plVar11[1] != plVar12)" (( "(") (binary_expression "(long *)plVar11[1] != plVar12" (cast_expression "(long *)plVar11[1]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "plVar11[1]" (identifier "plVar11") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (identifier "plVar12")) () ")")) (; ";")) (} "}"))) (} "}")))) (expression_statement "plVar12 = *(long **)(param_1 + 0x40);" (assignment_expression "plVar12 = *(long **)(param_1 + 0x40)" (identifier "plVar12") (= "=") (pointer_expression "*(long **)(param_1 + 0x40)" (* "*") (cast_expression "(long **)(param_1 + 0x40)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x40)" (( "(") (binary_expression "param_1 + 0x40" (identifier "param_1") (+ "+") (number_literal "0x40")) () ")"))))) (; ";")) (expression_statement "puVar13 = (undefined8 *)*plVar12;" (assignment_expression "puVar13 = (undefined8 *)*plVar12" (identifier "puVar13") (= "=") (cast_expression "(undefined8 *)*plVar12" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar12" (* "*") (identifier "plVar12")))) (; ";")) (if_statement "if (puVar13 != (undefined8 *)plVar12[1]) {\n do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);\n }" (if "if") (parenthesized_expression "(puVar13 != (undefined8 *)plVar12[1])" (( "(") (binary_expression "puVar13 != (undefined8 *)plVar12[1]" (identifier "puVar13") (!= "!=") (cast_expression "(undefined8 *)plVar12[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "plVar12[1]" (identifier "plVar12") ([ "[") (number_literal "1") (] "]")))) () ")")) (compound_statement "{\n do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);\n }" ({ "{") (do_statement "do {\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n } while ((undefined8 *)plVar12[1] != puVar13);" (do "do") (compound_statement "{\n plVar11 = (long *)*puVar13;\n if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }\n puVar13 = puVar13 + 1;\n }" ({ "{") (expression_statement "plVar11 = (long *)*puVar13;" (assignment_expression "plVar11 = (long *)*puVar13" (identifier "plVar11") (= "=") (cast_expression "(long *)*puVar13" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar13" (* "*") (identifier "puVar13")))) (; ";")) (if_statement "if (*(int *)((long)plVar11 + 0x6c) == 0x11) {\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }\n else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }" (if "if") (parenthesized_expression "(*(int *)((long)plVar11 + 0x6c) == 0x11)" (( "(") (binary_expression "*(int *)((long)plVar11 + 0x6c) == 0x11" (pointer_expression "*(int *)((long)plVar11 + 0x6c)" (* "*") (cast_expression "(int *)((long)plVar11 + 0x6c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)plVar11 + 0x6c)" (( "(") (binary_expression "(long)plVar11 + 0x6c" (cast_expression "(long)plVar11" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "plVar11")) (+ "+") (number_literal "0x6c")) () ")")))) (== "==") (number_literal "0x11")) () ")")) (compound_statement "{\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;\n if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;\n }" ({ "{") (if_statement "if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;" (if "if") (parenthesized_expression "(*(long *)(PTR_DAT_0067cb08 + 0x10) == 0)" (( "(") (binary_expression "*(long *)(PTR_DAT_0067cb08 + 0x10) == 0" (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")) () ")")))) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_003df6cc;" (goto "goto") (statement_identifier "LAB_003df6cc") (; ";"))) (if_statement "if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;" (if "if") (parenthesized_expression "(*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0')" (( "(") (binary_expression "*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0'" (pointer_expression "*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051)" (* "*") (cast_expression "(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051)" (( "(") (binary_expression "*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051" (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")) () ")")))) (+ "+") (number_literal "0x5051")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (goto_statement "goto LAB_003df5d0;" (goto "goto") (statement_identifier "LAB_003df5d0") (; ";"))) (} "}")) (else_clause "else {\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }" (else "else") (compound_statement "{\nLAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }\n if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }\n iVar15 = iVar15 + 1;\n local_40[0] = puVar14;\n FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);\n plVar12 = *(long **)(param_1 + 0x40);\n puVar14 = puVar14 + 8;\n }" ({ "{") (labeled_statement "LAB_003df5d0:\n if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }" (statement_identifier "LAB_003df5d0") (: ":") (if_statement "if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }\n else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }" (if "if") (parenthesized_expression "(*(code **)(*plVar11 + 0x58) == FUN_00264f00)" (( "(") (binary_expression "*(code **)(*plVar11 + 0x58) == FUN_00264f00" (pointer_expression "*(code **)(*plVar11 + 0x58)" (* "*") (cast_expression "(code **)(*plVar11 + 0x58)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar11 + 0x58)" (( "(") (binary_expression "*plVar11 + 0x58" (pointer_expression "*plVar11" (* "*") (identifier "plVar11")) (+ "+") (number_literal "0x58")) () ")")))) (== "==") (identifier "FUN_00264f00")) () ")")) (compound_statement "{\n iVar7 = *(int *)((long)plVar11 + 0x7c);\n if (iVar7 == -1) goto LAB_003df679;\n }" ({ "{") (expression_statement "iVar7 = *(int *)((long)plVar11 + 0x7c);" (assignment_expression "iVar7 = *(int *)((long)plVar11 + 0x7c)" (identifier "iVar7") (= "=") (pointer_expression "*(int *)((long)plVar11 + 0x7c)" (* "*") (cast_expression "(int *)((long)plVar11 + 0x7c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)plVar11 + 0x7c)" (( "(") (binary_expression "(long)plVar11 + 0x7c" (cast_expression "(long)plVar11" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "plVar11")) (+ "+") (number_literal "0x7c")) () ")"))))) (; ";")) (if_statement "if (iVar7 == -1) goto LAB_003df679;" (if "if") (parenthesized_expression "(iVar7 == -1)" (( "(") (binary_expression "iVar7 == -1" (identifier "iVar7") (== "==") (number_literal "-1")) () ")")) (goto_statement "goto LAB_003df679;" (goto "goto") (statement_identifier "LAB_003df679") (; ";"))) (} "}")) (else_clause "else {\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }" (else "else") (compound_statement "{\n iVar7 = (**(code **)(*plVar11 + 0x58))();\n }" ({ "{") (expression_statement "iVar7 = (**(code **)(*plVar11 + 0x58))();" (assignment_expression "iVar7 = (**(code **)(*plVar11 + 0x58))()" (identifier "iVar7") (= "=") (call_expression "(**(code **)(*plVar11 + 0x58))()" (parenthesized_expression "(**(code **)(*plVar11 + 0x58))" (( "(") (pointer_expression "**(code **)(*plVar11 + 0x58)" (* "*") (pointer_expression "*(code **)(*plVar11 + 0x58)" (* "*") (cast_expression "(code **)(*plVar11 + 0x58)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar11 + 0x58)" (( "(") (binary_expression "*plVar11 + 0x58" (pointer_expression "*plVar11" (* "*") (identifier "plVar11")) (+ "+") (number_literal "0x58")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (} "}"))))) (if_statement "if (iVar7 != iVar15) {\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }" (if "if") (parenthesized_expression "(iVar7 != iVar15)" (( "(") (binary_expression "iVar7 != iVar15" (identifier "iVar7") (!= "!=") (identifier "iVar15")) () ")")) (compound_statement "{\n \n FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");\n }" ({ "{") (expression_statement "FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");" (call_expression "FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write")" (identifier "FUN_00352af0") (argument_list "("../../gold/output.cc",0x167,"do_sized_write")" (( "(") (string_literal ""../../gold/output.cc"" (" """) (string_content "../../gold/output.cc") (" """)) (, ",") (number_literal "0x167") (, ",") (string_literal ""do_sized_write"" (" """) (string_content "do_sized_write") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "iVar15 = iVar15 + 1;" (assignment_expression "iVar15 = iVar15 + 1" (identifier "iVar15") (= "=") (binary_expression "iVar15 + 1" (identifier "iVar15") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "local_40[0] = puVar14;" (assignment_expression "local_40[0] = puVar14" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (= "=") (identifier "puVar14")) (; ";")) (expression_statement "FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40);" (call_expression "FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40)" (identifier "FUN_003df0b0") (argument_list "(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),\n local_40)" (( "(") (pointer_expression "*puVar13" (* "*") (identifier "puVar13")) (, ",") (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")) () ")")))) (, ",") (pointer_expression "*(undefined8 *)(param_1 + 0x48)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x48)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x48)" (( "(") (binary_expression "param_1 + 0x48" (identifier "param_1") (+ "+") (number_literal "0x48")) () ")")))) (, ",") (identifier "local_40") () ")"))) (; ";")) (expression_statement "plVar12 = *(long **)(param_1 + 0x40);" (assignment_expression "plVar12 = *(long **)(param_1 + 0x40)" (identifier "plVar12") (= "=") (pointer_expression "*(long **)(param_1 + 0x40)" (* "*") (cast_expression "(long **)(param_1 + 0x40)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x40)" (( "(") (binary_expression "param_1 + 0x40" (identifier "param_1") (+ "+") (number_literal "0x40")) () ")"))))) (; ";")) (expression_statement "puVar14 = puVar14 + 8;" (assignment_expression "puVar14 = puVar14 + 8" (identifier "puVar14") (= "=") (binary_expression "puVar14 + 8" (identifier "puVar14") (+ "+") (number_literal "8"))) (; ";")) (} "}")))) (expression_statement "puVar13 = puVar13 + 1;" (assignment_expression "puVar13 = puVar13 + 1" (identifier "puVar13") (= "=") (binary_expression "puVar13 + 1" (identifier "puVar13") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "((undefined8 *)plVar12[1] != puVar13)" (( "(") (binary_expression "(undefined8 *)plVar12[1] != puVar13" (cast_expression "(undefined8 *)plVar12[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "plVar12[1]" (identifier "plVar12") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (identifier "puVar13")) () ")")) (; ";")) (} "}"))) (if_statement "if ((*(byte *)(param_1 + 0x20) & 4) != 0) {\n return;\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 return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}")))) (} "}"))) (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: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original name: do_sized_write<64, false>
DWARF original prototype: void do_sized_write<64,_false>(Output_section_headers * this,
Output_file * of) */
void __thiscall
var_17::Output_section_headers::do_sized_write<64,var_24>
(Output_section_headers *this,type_10 *of)
{
byte var_4;
size_t var_7;
long var_6;
type_1 *pOVar3;
type_2 *var_11;
type_3 var_16;
type_4 *pOVar6;
type_5 *secnamepool;
type_6 *layout;
int iVar7;
type_7 var_21;
size_t sVar9;
type_8 var_9;
type_9 *pSVar11;
type_10 *in_RCX;
type_11 *pSVar12;
type_12 *var_10;
var_1<64> *var_26;
var_1<64> *var_22;
type_3 *var_19;
type_3 var_25;
type_7 var_12;
type_3 var_20;
type_3 var_15;
var_2<64,var_24> var_3;
var_4 = (this->super_Output_data).field_0x20;
if ((var_4 & 2) == 0) {
/* WARNING: Subroutine does not return */
var_5("../../gold/output.h",0xcf,"data_size");
}
var_7 = (this->super_Output_data).data_size_;
if ((var_4 & 4) != 0) {
var_6 = (this->super_Output_data).offset_;
if ((var_6 < 0) || (of->file_size_ < (long)(var_6 + var_7))) {
Output_file::var_8((type_10 *)this,(type_13)of,var_7,in_RCX);
}
else {
var_10 = of->base_ + var_6;
pOVar3 = this->shstrtab_section_;
sVar9 = var_7 + 0x3f;
if (-1 < (long)var_7) {
sVar9 = var_7;
}
var_10[0] = '\0';
var_10[1] = '\0';
var_10[2] = '\0';
var_10[3] = '\0';
var_10[4] = '\0';
var_10[5] = '\0';
var_10[6] = '\0';
var_10[7] = '\0';
var_10[8] = '\0';
var_10[9] = '\0';
var_10[10] = '\0';
var_10[0xb] = '\0';
var_10[0xc] = '\0';
var_10[0xd] = '\0';
var_10[0xe] = '\0';
var_10[0xf] = '\0';
var_9 = (long)sVar9 >> 6;
var_10[0x10] = '\0';
var_10[0x11] = '\0';
var_10[0x12] = '\0';
var_10[0x13] = '\0';
var_10[0x14] = '\0';
var_10[0x15] = '\0';
var_10[0x16] = '\0';
var_10[0x17] = '\0';
var_10[0x18] = '\0';
var_10[0x19] = '\0';
var_10[0x1a] = '\0';
var_10[0x1b] = '\0';
var_10[0x1c] = '\0';
var_10[0x1d] = '\0';
var_10[0x1e] = '\0';
var_10[0x1f] = '\0';
if (var_9 < 0xff00) {
var_9 = 0;
}
*(type_8 *)(var_10 + 0x20) = var_9;
var_11 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];
if (var_11 == type_1::do_out_shndx) {
var_12 = pOVar3->out_shndx_;
if (var_12 == 0xffffffff) {
LAB_003df679:
/* WARNING: Subroutine does not return */
var_5("../../gold/output.h",0x1043,"do_out_shndx");
}
}
else {
var_12 = (*var_11)();
}
if (var_12 < 0xff00) {
var_12 = 0;
}
pSVar12 = this->segment_list_;
var_16 = (pSVar12->
super__Vector_base<var_17::type_4*var_14,var_18::allocator<var_17::type_4*>var_13>var_14).
_M_impl._M_finish;
var_15 = (pSVar12->
super__Vector_base<var_17::type_4*var_14,var_18::allocator<var_17::type_4*>var_13>var_14).
_M_impl._M_start;
*(type_7 *)(var_10 + 0x28) = var_12;
var_10[0x30] = '\0';
var_10[0x31] = '\0';
var_10[0x32] = '\0';
var_10[0x33] = '\0';
var_10[0x34] = '\0';
var_10[0x35] = '\0';
var_10[0x36] = '\0';
var_10[0x37] = '\0';
var_10[0x38] = '\0';
var_10[0x39] = '\0';
var_10[0x3a] = '\0';
var_10[0x3b] = '\0';
var_10[0x3c] = '\0';
var_10[0x3d] = '\0';
var_10[0x3e] = '\0';
var_10[0x3f] = '\0';
var_9 = (long)var_16 - (long)var_15 >> 3;
if (var_9 < 0xffff) {
var_9 = 0;
}
var_26 = (var_1<64> *var_14)(var_10 + 0x40);
*(int *)(var_10 + 0x2c) = (int)var_9;
if (parameters->options_ == (type_14 *)0x0) {
LAB_003df6cc:
/* WARNING: Subroutine does not return */
var_5("../../gold/parameters.h",0x5c,"options");
}
if ((parameters->options_->relocatable_).value == false) {
if (var_15 == var_16) {
var_12 = 1;
}
else {
var_12 = 1;
do {
pOVar6 = *var_15;
if (pOVar6->type_ == 1) {
secnamepool = this->secnamepool_;
var_19 = &pOVar6->output_lists_[0].
super__Vector_base<var_17::Output_data*,var_18::allocator<var_17::Output_data*>var_13>
._M_impl._M_finish;
layout = this->layout_;
do {
var_20 = ((type_15 *)(var_19 + -1))->_M_start;
var_22 = var_26;
if (*var_19 != var_20) {
do {
iVar7 = (*(*var_20)->_vptr_Output_data[6])();
var_26 = var_22;
if ((char)iVar7 != '\0') {
pOVar3 = (type_1 *)*var_20;
var_11 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];
if (var_11 == type_1::do_out_shndx) {
var_21 = pOVar3->out_shndx_;
if (var_21 == 0xffffffff) goto LAB_003df679;
}
else {
var_21 = (*var_11)(pOVar3);
}
if (var_21 != var_12) {
/* WARNING: Subroutine does not return */
var_5("../../gold/output.cc",0x1354,
"write_section_headers_list");
}
var_26 = var_22 + 1;
var_12 = var_12 + 1;
var_3.p_ = var_22;
Output_section::var_23<64,var_24>(pOVar3,layout,secnamepool,&var_3);
}
var_20 = var_20 + 1;
var_22 = var_26;
} while (*var_19 != var_20);
}
var_19 = var_19 + 3;
} while ((type_3 *)&pOVar6->paddr_ != var_19);
pSVar12 = this->segment_list_;
}
var_15 = var_15 + 1;
} while ((pSVar12->
super__Vector_base<var_17::type_4*,var_18::allocator<var_17::type_4*>var_13>var_14
)._M_impl._M_finish != var_15);
}
}
else {
pSVar11 = this->section_list_;
var_12 = 1;
var_25 = (pSVar11->
super__Vector_base<var_17::type_1*var_14,var_18::allocator<var_17::type_1*>var_13>var_14
)._M_impl._M_start;
if (var_25 !=
(pSVar11->
super__Vector_base<var_17::type_1*,var_18::allocator<var_17::type_1*>var_13>var_14).
_M_impl._M_finish) {
var_22 = var_26;
do {
pOVar3 = *var_25;
if (((pOVar3->flags_ & 2) != 0) || (var_26 = var_22, pOVar3->type_ == 0x11)) {
var_11 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];
if (var_11 == type_1::do_out_shndx) {
var_21 = pOVar3->out_shndx_;
if (var_21 == 0xffffffff) goto LAB_003df679;
}
else {
var_21 = (*var_11)();
}
if (var_12 != var_21) {
/* WARNING: Subroutine does not return */
var_5("../../gold/output.cc",0x155,"do_sized_write");
}
var_26 = var_22 + 1;
var_12 = var_12 + 1;
var_3.p_ = var_22;
Output_section::var_23<64,var_24>
(*var_25,this->layout_,this->secnamepool_,&var_3);
pSVar11 = this->section_list_;
}
var_25 = var_25 + 1;
var_22 = var_26;
} while ((pSVar11->
super__Vector_base<var_17::type_1*,var_18::allocator<var_17::type_1*>var_13>var_14
)._M_impl._M_finish != var_25);
}
}
pSVar11 = this->unattached_section_list_;
var_25 = (pSVar11->
super__Vector_base<var_17::type_1*var_14,var_18::allocator<var_17::type_1*>var_13>var_14).
_M_impl._M_start;
if (var_25 !=
(pSVar11->
super__Vector_base<var_17::type_1*,var_18::allocator<var_17::type_1*>var_13>var_14)._M_impl
._M_finish) {
do {
pOVar3 = *var_25;
if (pOVar3->type_ == 0x11) {
if (parameters->options_ == (type_14 *)0x0) goto LAB_003df6cc;
if ((parameters->options_->relocatable_).value == false) goto LAB_003df5d0;
}
else {
LAB_003df5d0:
var_11 = (pOVar3->super_Output_data)._vptr_Output_data[0xb];
if (var_11 == type_1::do_out_shndx) {
var_21 = pOVar3->out_shndx_;
if (var_21 == 0xffffffff) goto LAB_003df679;
}
else {
var_21 = (*var_11)();
}
if (var_21 != var_12) {
/* WARNING: Subroutine does not return */
var_5("../../gold/output.cc",0x167,"do_sized_write");
}
var_12 = var_12 + 1;
var_3.p_ = var_26;
Output_section::var_23<64,var_24>
(*var_25,this->layout_,this->secnamepool_,&var_3);
pSVar11 = this->unattached_section_list_;
var_26 = var_26 + 1;
}
var_25 = var_25 + 1;
} while ((pSVar11->
super__Vector_base<var_17::type_1*,var_18::allocator<var_17::type_1*>var_13>var_14).
_M_impl._M_finish != var_25);
}
if (((this->super_Output_data).field_0x20 & 4) != 0) {
return;
}
}
}
/* WARNING: Subroutine does not return */
var_5("../../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: (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: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator 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: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (array_declarator declarator: (identifier) size: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression 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: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (identifier)))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (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 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: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (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: (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: (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: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (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))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (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: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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)))))))) (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 (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (do_statement body: (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: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) right: (identifier))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) right: (number_literal))))))) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (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 (identifier)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) right: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator 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))))) condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (identifier)))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (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: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal)))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier)))) (expression_statement (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: (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: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (identifier))))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator 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: (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (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 (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))) (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: (goto_statement label: (statement_identifier)))) alternative: (else_clause (compound_statement (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (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)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier)))) (expression_statement (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: (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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (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,long param_2)
{
long lVar1;
code *pcVar2;
undefined8 uVar3;
undefined8 uVar4;
long *plVar5;
char cVar6;
int iVar7;
uint uVar8;
long lVar9;
ulong uVar10;
long *plVar11;
long *plVar12;
undefined8 *puVar13;
undefined8 *puVar14;
int iVar15;
long *local_50;
undefined8 *local_40 [2];
if ((*(byte *)(param_1 + 0x20) & 2) == 0) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.h",0xcf,"data_size");
}
lVar1 = *(long *)(param_1 + 0x10);
if ((*(byte *)(param_1 + 0x20) & 4) != 0) {
lVar9 = *(long *)(param_1 + 0x18);
if ((lVar9 < 0) || (*(long *)(param_2 + 0x10) < lVar9 + lVar1)) {
FUN_003c87b0();
}
else {
puVar13 = (undefined8 *)(lVar9 + *(long *)(param_2 + 0x18));
plVar12 = *(long **)(param_1 + 0x50);
lVar9 = lVar1 + 0x3f;
if (-1 < lVar1) {
lVar9 = lVar1;
}
*puVar13 = 0;
puVar13[1] = 0;
uVar10 = lVar9 >> 6;
puVar13[2] = 0;
puVar13[3] = 0;
if (uVar10 < 0xff00) {
uVar10 = 0;
}
puVar13[4] = uVar10;
pcVar2 = *(code **)(*plVar12 + 0x58);
if (pcVar2 == FUN_00264f00) {
uVar8 = *(uint *)((long)plVar12 + 0x7c);
if (uVar8 == 0xffffffff) {
LAB_003df679:
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.h",0x1043,"do_out_shndx");
}
}
else {
uVar8 = (*pcVar2)();
}
if (uVar8 < 0xff00) {
uVar8 = 0;
}
plVar11 = *(long **)(param_1 + 0x30);
plVar12 = (long *)plVar11[1];
local_50 = (long *)*plVar11;
*(uint *)(puVar13 + 5) = uVar8;
puVar13[6] = 0;
puVar13[7] = 0;
uVar10 = (long)plVar12 - (long)local_50 >> 3;
if (uVar10 < 0xffff) {
uVar10 = 0;
}
puVar14 = puVar13 + 8;
*(int *)((long)puVar13 + 0x2c) = (int)uVar10;
if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) {
LAB_003df6cc:
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/parameters.h",0x5c,"options");
}
if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') {
if (local_50 == plVar12) {
iVar15 = 1;
}
else {
iVar15 = 1;
do {
lVar1 = *local_50;
if (*(int *)(lVar1 + 0x2f0) == 1) {
uVar3 = *(undefined8 *)(param_1 + 0x48);
plVar12 = (long *)(lVar1 + 8);
uVar4 = *(undefined8 *)(param_1 + 0x28);
do {
plVar11 = (long *)plVar12[-1];
puVar13 = puVar14;
if ((long *)*plVar12 != plVar11) {
do {
cVar6 = (**(code **)(*(long *)*plVar11 + 0x30))();
puVar14 = puVar13;
if (cVar6 != '\0') {
plVar5 = (long *)*plVar11;
if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {
iVar7 = *(int *)((long)plVar5 + 0x7c);
if (iVar7 == -1) goto LAB_003df679;
}
else {
iVar7 = (**(code **)(*plVar5 + 0x58))(plVar5);
}
if (iVar7 != iVar15) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.cc",0x1354,"write_section_headers_list");
}
puVar14 = puVar13 + 8;
iVar15 = iVar15 + 1;
local_40[0] = puVar13;
FUN_003df0b0(plVar5,uVar4,uVar3,local_40);
}
plVar11 = plVar11 + 1;
puVar13 = puVar14;
} while ((long *)*plVar12 != plVar11);
}
plVar12 = plVar12 + 3;
} while ((long *)(lVar1 + 0x2c0) != plVar12);
plVar11 = *(long **)(param_1 + 0x30);
}
local_50 = local_50 + 1;
} while ((long *)plVar11[1] != local_50);
}
}
else {
plVar11 = *(long **)(param_1 + 0x38);
iVar15 = 1;
plVar12 = (long *)*plVar11;
if (plVar12 != (long *)plVar11[1]) {
puVar13 = puVar14;
do {
plVar5 = (long *)*plVar12;
if (((*(byte *)(plVar5 + 0xe) & 2) != 0) ||
(puVar14 = puVar13, *(int *)((long)plVar5 + 0x6c) == 0x11)) {
if (*(code **)(*plVar5 + 0x58) == FUN_00264f00) {
iVar7 = *(int *)((long)plVar5 + 0x7c);
if (iVar7 == -1) goto LAB_003df679;
}
else {
iVar7 = (**(code **)(*plVar5 + 0x58))();
}
if (iVar15 != iVar7) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.cc",0x155,"do_sized_write");
}
puVar14 = puVar13 + 8;
iVar15 = iVar15 + 1;
local_40[0] = puVar13;
FUN_003df0b0(*plVar12,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),
local_40);
plVar11 = *(long **)(param_1 + 0x38);
}
plVar12 = plVar12 + 1;
puVar13 = puVar14;
} while ((long *)plVar11[1] != plVar12);
}
}
plVar12 = *(long **)(param_1 + 0x40);
puVar13 = (undefined8 *)*plVar12;
if (puVar13 != (undefined8 *)plVar12[1]) {
do {
plVar11 = (long *)*puVar13;
if (*(int *)((long)plVar11 + 0x6c) == 0x11) {
if (*(long *)(PTR_DAT_0067cb08 + 0x10) == 0) goto LAB_003df6cc;
if (*(char *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5051) == '\0') goto LAB_003df5d0;
}
else {
LAB_003df5d0:
if (*(code **)(*plVar11 + 0x58) == FUN_00264f00) {
iVar7 = *(int *)((long)plVar11 + 0x7c);
if (iVar7 == -1) goto LAB_003df679;
}
else {
iVar7 = (**(code **)(*plVar11 + 0x58))();
}
if (iVar7 != iVar15) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.cc",0x167,"do_sized_write");
}
iVar15 = iVar15 + 1;
local_40[0] = puVar14;
FUN_003df0b0(*puVar13,*(undefined8 *)(param_1 + 0x28),*(undefined8 *)(param_1 + 0x48),
local_40);
plVar12 = *(long **)(param_1 + 0x40);
puVar14 = puVar14 + 8;
}
puVar13 = puVar13 + 1;
} while ((undefined8 *)plVar12[1] != puVar13);
}
if ((*(byte *)(param_1 + 0x20) & 4) != 0) {
return;
}
}
}
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.h",0xe3,"offset");
}
|
23_sg_sat_identify_and_sg_sat_identify_strip.c | main | FUN_00101170 |
int main(int argc,char **argv)
{
bool bVar1;
bool bVar2;
_Bool extend;
_Bool do_ident;
char cVar3;
int iVar4;
uint cdb_len;
int iVar5;
undefined8 uVar6;
long lVar7;
char *pcVar8;
int verbose;
long in_FS_OFFSET;
_Bool local_5a;
undefined1 local_53;
_Bool local_52;
_Bool local_51;
int local_4c;
int option_index;
long local_40;
verbose = 0;
cdb_len = 0x10;
local_40 = *(long *)(in_FS_OFFSET + 0x28);
local_4c = 0;
bVar2 = false;
bVar1 = false;
extend = false;
local_51 = false;
local_53 = 0;
local_5a = false;
do_ident = false;
local_52 = false;
do {
option_index = 0;
iVar4 = getopt_long(argc,argv,"cehHil:prRvV",long_options,&option_index);
if (iVar4 == -1) {
pcVar8 = (char *)0x0;
if (optind < argc) {
lVar7 = (long)optind;
optind = optind + 1;
pcVar8 = argv[lVar7];
if (optind < argc) goto LAB_00101446;
}
if (bVar1) {
if (bVar2) {
pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");
LAB_0010140d:
iVar5 = 0;
pr2serr("version: %s\n","1.17 20180515");
goto LAB_0010125b;
}
}
else if (bVar2) goto LAB_0010140d;
if (pcVar8 == (char *)0x0) {
pr2serr("Missing device name!\n\n");
goto LAB_00101469;
}
if ((local_5a == false) || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {
iVar4 = sg_cmds_open_device(pcVar8,local_53,verbose);
if (iVar4 < 0) {
iVar4 = -iVar4;
if (verbose != 0) {
uVar6 = safe_strerror(iVar4);
pr2serr("error opening file: %s: %s\n",pcVar8,uVar6);
}
LAB_00101434:
iVar5 = sg_convert_errno(iVar4);
}
else {
iVar5 = do_identify_dev(iVar4,local_52,cdb_len,local_51,extend,do_ident,local_4c,local_5a,
verbose);
iVar4 = sg_cmds_close_device(iVar4);
if (iVar4 < 0) {
iVar4 = -iVar4;
uVar6 = safe_strerror(iVar4);
pr2serr("close error: %s\n",uVar6);
if (iVar5 == 0) goto LAB_00101434;
}
}
if ((verbose == 0) &&
(cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar5), cVar3 == '\0')) {
pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");
}
if (iVar5 < 0) {
iVar5 = 99;
}
}
else {
iVar5 = 0xf;
perror("sg_set_binary_mode");
}
goto LAB_0010125b;
}
switch(iVar4) {
case 0x3f:
case 0x68:
iVar5 = 0;
pr2serr(
"Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"
);
goto LAB_0010125b;
default:
iVar5 = 1;
pr2serr("unrecognised option code 0x%x ??\n",iVar4);
pr2serr(
"Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"
);
goto LAB_0010125b;
case 0x48:
local_4c = local_4c + 1;
break;
case 0x52:
local_53 = 1;
break;
case 0x56:
bVar2 = true;
break;
case 99:
local_51 = true;
break;
case 0x65:
extend = true;
break;
case 0x69:
do_ident = true;
break;
case 0x6c:
cdb_len = sg_get_num(optarg);
if ((0x20 < cdb_len) || ((1L << ((byte)cdb_len & 0x3f) & 0x100011000U) == 0))
goto LAB_001012d3;
break;
case 0x70:
local_52 = true;
break;
case 0x72:
local_5a = true;
break;
case 0x76:
verbose = verbose + 1;
bVar1 = true;
}
} while( true );
LAB_001012d3:
iVar5 = 1;
pr2serr("argument to \'--len\' should be 12, 16 or 32\n");
goto LAB_0010125b;
LAB_00101446:
do {
pr2serr("Unexpected extra argument: %s\n",argv[optind]);
optind = optind + 1;
} while (optind < argc);
LAB_00101469:
iVar5 = 1;
pr2serr(
"Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"
);
LAB_0010125b:
if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {
return iVar5;
}
/* WARNING: Subroutine does not return */
__stack_chk_fail();
}
|
int FUN_00101170(int param_1,long param_2)
{
bool bVar1;
bool bVar2;
char cVar3;
int iVar4;
uint uVar5;
int iVar6;
ulong uVar7;
undefined8 uVar8;
long lVar9;
int iVar10;
long in_FS_OFFSET;
char local_5a;
undefined4 local_58;
undefined1 local_53;
undefined1 local_52;
undefined1 local_51;
undefined4 local_50;
int local_4c;
undefined4 local_44;
long local_40;
iVar10 = 0;
uVar5 = 0x10;
local_40 = *(long *)(in_FS_OFFSET + 0x28);
local_4c = 0;
bVar2 = false;
bVar1 = false;
local_50 = 0;
local_51 = 0;
local_53 = 0;
local_5a = '\0';
local_58 = 0;
local_52 = 0;
do {
local_44 = 0;
iVar4 = getopt_long(param_1,param_2,"cehHil:prRvV",&PTR_s_ck_cond_00105020,&local_44);
if (iVar4 == -1) {
lVar9 = 0;
if (optind < param_1) {
lVar9 = (long)optind;
optind = optind + 1;
lVar9 = *(long *)(param_2 + lVar9 * 8);
if (optind < param_1) goto LAB_00101446;
}
if (bVar1) {
if (bVar2) {
pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");
LAB_0010140d:
iVar6 = 0;
pr2serr("version: %s\n","1.17 20180515");
goto LAB_0010125b;
}
}
else if (bVar2) goto LAB_0010140d;
if (lVar9 == 0) {
pr2serr("Missing device name!\n\n");
goto LAB_00101469;
}
if ((local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {
uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);
if ((int)uVar7 < 0) {
iVar4 = -(int)uVar7;
if (iVar10 != 0) {
uVar8 = safe_strerror(iVar4);
pr2serr("error opening file: %s: %s\n",lVar9,uVar8);
}
LAB_00101434:
iVar6 = sg_convert_errno(iVar4);
}
else {
iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c
,local_5a,iVar10,uVar7);
iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);
if (iVar4 < 0) {
iVar4 = -iVar4;
uVar8 = safe_strerror(iVar4);
pr2serr("close error: %s\n",uVar8);
if (iVar6 == 0) goto LAB_00101434;
}
}
if ((iVar10 == 0) &&
(cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {
pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");
}
if (iVar6 < 0) {
iVar6 = 99;
}
}
else {
iVar6 = 0xf;
perror("sg_set_binary_mode");
}
goto LAB_0010125b;
}
switch(iVar4) {
case 0x3f:
case 0x68:
iVar6 = 0;
pr2serr(
"Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"
);
goto LAB_0010125b;
default:
iVar6 = 1;
pr2serr("unrecognised option code 0x%x ??\n",iVar4);
pr2serr(
"Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"
);
goto LAB_0010125b;
case 0x48:
local_4c = local_4c + 1;
break;
case 0x52:
local_53 = 1;
break;
case 0x56:
bVar2 = true;
break;
case 99:
local_51 = 1;
break;
case 0x65:
local_50 = 1;
break;
case 0x69:
local_58 = 1;
break;
case 0x6c:
uVar5 = sg_get_num(optarg);
if ((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)) goto LAB_001012d3;
break;
case 0x70:
local_52 = 1;
break;
case 0x72:
local_5a = '\x01';
break;
case 0x76:
iVar10 = iVar10 + 1;
bVar1 = true;
}
} while( true );
LAB_001012d3:
iVar6 = 1;
pr2serr("argument to \'--len\' should be 12, 16 or 32\n");
goto LAB_0010125b;
LAB_00101446:
do {
pr2serr("Unexpected extra argument: %s\n",*(undefined8 *)(param_2 + (long)optind * 8));
optind = optind + 1;
} while (optind < param_1);
LAB_00101469:
iVar6 = 1;
pr2serr(
"Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"
);
LAB_0010125b:
if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {
return iVar6;
}
/* WARNING: Subroutine does not return */
__stack_chk_fail();
}
| PUSH R15
XOR R15D,R15D
PUSH R14
MOV R14D,0x10
PUSH R13
PUSH R12
MOV R12,RSI
PUSH RBP
MOV EBP,EDI
PUSH RBX
LEA RBX,[0x102b30]
SUB RSP,0x38
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RSP + 0x28],RAX
XOR EAX,EAX
MOV dword ptr [RSP + 0x1c],0x0
LEA R13,[RSP + 0x24]
MOV byte ptr [RSP + 0xf],0x0
MOV byte ptr [RSP + 0x14],0x0
MOV byte ptr [RSP + 0x18],0x0
MOV byte ptr [RSP + 0x17],0x0
MOV byte ptr [RSP + 0x15],0x0
MOV byte ptr [RSP + 0xe],0x0
MOV byte ptr [RSP + 0x10],0x0
MOV byte ptr [RSP + 0x16],0x0
NOP dword ptr [RAX + RAX*0x1]
MOV R8,R13
LEA RCX,[0x105020]
MOV RSI,R12
MOV EDI,EBP
LEA RDX,[0x10207c]
MOV dword ptr [RSP + 0x24],0x0
CALL 0x00101090
CMP EAX,-0x1
JZ 0x00101313
LEA EDX,[RAX + -0x3f]
CMP EDX,0x37
JA 0x001012eb
MOVSXD RDX,dword ptr [RBX + RDX*0x4]
ADD RDX,RBX
JMP RDX
MOV byte ptr [RSP + 0x10],0x1
JMP 0x001011e0
MOV byte ptr [RSP + 0x18],0x1
JMP 0x001011e0
MOV byte ptr [RSP + 0x17],0x1
JMP 0x001011e0
MOV byte ptr [RSP + 0xf],0x1
JMP 0x001011e0
MOV byte ptr [RSP + 0x15],0x1
JMP 0x001011e0
ADD dword ptr [RSP + 0x1c],0x1
JMP 0x001011e0
LEA RDI,[0x102568]
XOR EAX,EAX
XOR EBX,EBX
CALL 0x00101080
MOV RCX,qword ptr [RSP + 0x28]
XOR RCX,qword ptr FS:[0x28]
MOV EAX,EBX
JNZ 0x00101511
ADD RSP,0x38
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
ADD R15D,0x1
MOV byte ptr [RSP + 0x14],0x1
JMP 0x001011e0
MOV byte ptr [RSP + 0xe],0x1
JMP 0x001011e0
MOV byte ptr [RSP + 0x16],0x1
JMP 0x001011e0
MOV RDI,qword ptr [0x001051c8]
CALL 0x00101140
MOV R14D,EAX
CMP EAX,0x20
JA 0x001012d3
MOV ECX,R14D
MOV EAX,0x1
SHL RAX,CL
MOV ECX,0x100011
SHL RCX,0xc
TEST RAX,RCX
JNZ 0x001011e0
LEA RDI,[0x102a00]
XOR EAX,EAX
MOV EBX,0x1
CALL 0x00101080
JMP 0x0010125b
MOV ESI,EAX
LEA RDI,[0x102a30]
XOR EAX,EAX
MOV EBX,0x1
CALL 0x00101080
LEA RDI,[0x102568]
XOR EAX,EAX
CALL 0x00101080
JMP 0x0010125b
MOV EAX,dword ptr [0x001051c0]
XOR EBX,EBX
CMP EAX,EBP
JGE 0x00101337
MOVSXD RDX,EAX
ADD EAX,0x1
MOV RBX,qword ptr [R12 + RDX*0x8]
MOV dword ptr [0x001051c0],EAX
CMP EAX,EBP
JL 0x0010143f
CMP byte ptr [RSP + 0x14],0x0
JZ 0x00101481
CMP byte ptr [RSP + 0xf],0x0
JNZ 0x001013ff
TEST RBX,RBX
JZ 0x001014d8
CMP byte ptr [RSP + 0xe],0x0
JZ 0x00101381
MOV EDI,0x1
CALL 0x00101040
TEST EAX,EAX
JNS 0x00101381
LEA RDI,[0x1020bb]
MOV EBX,0xf
CALL 0x00101130
JMP 0x0010125b
MOVZX ESI,byte ptr [RSP + 0x15]
MOV EDX,R15D
MOV RDI,RBX
CALL 0x00101150
MOV EBP,EAX
TEST EAX,EAX
JS 0x00101429
MOVZX ECX,byte ptr [RSP + 0x17]
MOVZX ESI,byte ptr [RSP + 0x16]
PUSH RAX
MOV EDI,EBP
PUSH R15
MOVZX EAX,byte ptr [RSP + 0x1e]
MOV EDX,R14D
PUSH RAX
MOV EAX,dword ptr [RSP + 0x34]
PUSH RAX
MOV R9D,dword ptr [RSP + 0x30]
MOV R8D,dword ptr [RSP + 0x38]
AND R9D,0x1
AND R8D,0x1
CALL 0x00101610
ADD RSP,0x20
MOV EDI,EBP
MOV EBX,EAX
CALL 0x00101060
TEST EAX,EAX
JS 0x001014e8
TEST R15D,R15D
JZ 0x00101491
TEST EBX,EBX
JNS 0x0010125b
MOV EBX,0x63
JMP 0x0010125b
LEA RDI,[0x102a78]
XOR EAX,EAX
CALL 0x00101080
LEA RSI,[0x102089]
LEA RDI,[0x102097]
XOR EAX,EAX
XOR EBX,EBX
CALL 0x00101080
JMP 0x0010125b
NEG EBP
TEST R15D,R15D
JNZ 0x001014b8
MOV EDI,EBP
CALL 0x001010f0
MOV EBX,EAX
JMP 0x001013e4
LEA RBX,[0x102a58]
CDQE
MOV RDI,RBX
MOV RSI,qword ptr [R12 + RAX*0x8]
XOR EAX,EAX
CALL 0x00101080
MOV EAX,dword ptr [0x001051c0]
ADD EAX,0x1
MOV dword ptr [0x001051c0],EAX
CMP EAX,EBP
JL 0x00101446
LEA RDI,[0x102568]
XOR EAX,EAX
MOV EBX,0x1
CALL 0x00101080
JMP 0x0010125b
CMP byte ptr [RSP + 0xf],0x0
JZ 0x0010134d
JMP 0x0010140d
MOV ESI,EBX
LEA RDI,[0x1020fb]
CALL 0x001010e0
TEST AL,AL
JNZ 0x001013ed
LEA RDI,[0x102ab0]
CALL 0x00101080
JMP 0x001013ed
MOV EDI,EBP
CALL 0x00101110
MOV RSI,RBX
LEA RDI,[0x1020ce]
MOV RDX,RAX
XOR EAX,EAX
CALL 0x00101080
JMP 0x00101434
LEA RDI,[0x1020a4]
XOR EAX,EAX
CALL 0x00101080
JMP 0x00101469
NEG EAX
MOV EDI,EAX
MOV EBP,EAX
CALL 0x00101110
LEA RDI,[0x1020ea]
MOV RSI,RAX
XOR EAX,EAX
CALL 0x00101080
TEST EBX,EBX
JNZ 0x001013e4
JMP 0x00101434
CALL 0x00101070 | null | null | null | null | [(u'COPY_-1206968848', u'MULTIEQUAL_-1206968681'), ('const-1056892', u'COPY_-1206968692'), (u'CALL_-1206971205', u'INDIRECT_-1206968541'), (u'COPY_-1206969084', u'MULTIEQUAL_-1206969481'), (u'COPY_-1206969544', u'MULTIEQUAL_-1206969481'), (u'MULTIEQUAL_-1206968697', u'CALL_-1206970999'), ('const-1', u'INT_LEFT_-1206970902'), ('const-1058152', u'COPY_-1206968596'), (u'CALL_-1206971460', u'INDIRECT_-1206968615'), (u'INT_ADD_-1206971335', u'INT_SLESS_-1206971303'), (u'INDIRECT_-1206969512', u'MULTIEQUAL_-1206969460'), (u'INDIRECT_-1206968737', u'MULTIEQUAL_-1206968831'), (u'INDIRECT_-1206968298', u'MULTIEQUAL_-1206968819'), (u'CALL_-1206970791', u'INDIRECT_-1206969198'), (u'COPY_-1206970917', u'MULTIEQUAL_-1206969104'), (u'COPY_-1206970939', u'MULTIEQUAL_-1206969038'), ('const-433', u'LOAD_-1206970618'), (u'MULTIEQUAL_-1206968968', u'INT_ADD_-1206970884'), (u'INT_EQUAL_-1206971614', u'CBRANCH_-1206971601'), (u'INDIRECT_-1206969874', u'MULTIEQUAL_-1206969460'), (u'INDIRECT_-1206968498', u'MULTIEQUAL_-1206968311'), ('const-1', u'COPY_-1206968646'), (u'INDIRECT_-1206969370', u'MULTIEQUAL_-1206969361'), (u'INDIRECT_-1206968690', u'MULTIEQUAL_-1206968819'), (u'CALL_-1206970610', u'INDIRECT_-1206968736'), (u'INDIRECT_-1206968715', u'MULTIEQUAL_-1206968850'), ('tmp_739', u'CBRANCH_-1206971310'), ('const-1', u'INT_ADD_-1206970884'), (u'INT_SEXT_-1206970611', u'PTRADD_-1206968020'), (u'INDIRECT_-1206968740', u'MULTIEQUAL_-1206968924'), (u'CALL_-1206970610', u'INDIRECT_-1206968228'), ('const-1', u'COPY_-1206970939'), (u'CALL_-1206970726', u'INDIRECT_-1206968956'), (u'CALL_-1206970882', u'INDIRECT_-1206968093'), ('tmp_7170', u'MULTIEQUAL_-1206969873'), ('const-0', u'INT_SLESS_-1206970955'), (u'COPY_-1206968777', u'MULTIEQUAL_-1206968678'), (u'LOAD_-1206971339', u'MULTIEQUAL_-1206969825'), (u'MULTIEQUAL_-1206969757', u'INT_ADD_-1206971612'), (u'CALL_-1206970999', u'INDIRECT_-1206968974'), ('tmp_2508', u'INT_SLESS_-1206971303'), (u'INDIRECT_-1206969082', u'MULTIEQUAL_-1206969028'), (u'CALL_-1206970540', u'INDIRECT_-1206968701'), (u'CALL_-1206970619', u'INDIRECT_-1206968716'), ('const-0', u'COPY_-1206969925'), (u'INDIRECT_-1206968648', u'MULTIEQUAL_-1206968819'), (u'COPY_-1206968427', u'CALL_-1206971488'), (u'CALL_-1206970901', u'INDIRECT_-1206969764'), (u'INDIRECT_-1206969586', u'MULTIEQUAL_-1206969757'), (u'CALL_-1206970901', u'INDIRECT_-1206968826'), (u'CALL_-1206970901', u'INDIRECT_-1206968793'), (u'MULTIEQUAL_-1206968671', u'MULTIEQUAL_-1206968671'), (u'INT_SLESS_-1206971117', u'CBRANCH_-1206971117'), (u'MULTIEQUAL_-1206968940', u'CALL_-1206970771'), (u'INDIRECT_-1206969874', u'MULTIEQUAL_-1206969318'), (u'COPY_-1206970274', u'RETURN_-1206971540'), (u'INDIRECT_-1206969075', u'MULTIEQUAL_-1206968886'), (u'INDIRECT_-1206968806', u'MULTIEQUAL_-1206969325'), (u'CALL_-1206970540', u'INDIRECT_-1206968160'), ('const-0', u'COPY_-1206971886'), ('const-1', u'COPY_-1206968661'), (u'SUBPIECE_-1206970071', u'INT_AND_-1206970906'), (u'INT_2COMP_-1206970761', u'CALL_-1206970610'), (u'INDIRECT_-1206968509', u'MULTIEQUAL_-1206968786'), (u'INDIRECT_-1206968936', u'MULTIEQUAL_-1206968380'), (u'CALL_-1206971460', u'INDIRECT_-1206969586'), (u'CALL_-1206970574', u'INDIRECT_-1206969145'), (u'CALL_-1206970610', u'INDIRECT_-1206968772'), (u'INT_2COMP_-1206970622', u'MULTIEQUAL_-1206968940'), (u'INDIRECT_-1206968154', u'MULTIEQUAL_-1206968425'), (u'INT_EQUAL_-1206971222', u'CBRANCH_-1206971218'), (u'COPY_-1206971862', u'MULTIEQUAL_-1206969071'), ('const-0', u'COPY_-1206971894'), (u'CALL_-1206971205', u'INT_SLESS_-1206971190'), (u'MULTIEQUAL_-1206968418', u'MULTIEQUAL_-1206968819'), (u'CALL_-1206970970', u'INDIRECT_-1206968960'), (u'COPY_-1206969925', u'MULTIEQUAL_-1206969825'), (u'COPY_-1206967967', u'CALL_-1206970574'), (u'COPY_-1206968156', u'CALL_-1206970726'), (u'CALL_-1206970630', u'INDIRECT_-1206968806'), (u'MULTIEQUAL_-1206968674', u'CBRANCH_-1206970563'), ('const-1059376', u'COPY_-1206968427'), ('tmp_839', u'CBRANCH_-1206971242'), (u'INDIRECT_-1206969039', u'MULTIEQUAL_-1206968850'), (u'COPY_-1206971894', u'MULTIEQUAL_-1206969038'), ('tmp_1446', u'BRANCH_-1206970764'), ('const-1057019', u'COPY_-1206968017'), (u'MULTIEQUAL_-1206968697', u'MULTIEQUAL_-1206968697'), (u'CALL_-1206970970', u'INDIRECT_-1206968419'), (u'CALL_-1206971136', u'INDIRECT_-1206969039'), ('tmp_2509', u'PTRADD_-1206968315'), (u'CALL_-1206970736', u'INT_EQUAL_-1206970722'), (u'CALL_-1206971168', u'INDIRECT_-1206969480'), (u'INDIRECT_-1206968751', u'MULTIEQUAL_-1206968886'), (u'CALL_-1206970999', u'INDIRECT_-1206968433'), (u'MULTIEQUAL_-1206968681', u'INT_ADD_-1206971018'), ('const-1', u'INT_ADD_-1206970565'), ('tmp_7170', u'INT_ADD_-1206971952'), ('const-1', u'COPY_-1206971008'), (u'CALL_-1206970999', u'INDIRECT_-1206969010'), (u'CALL_-1206970901', u'INDIRECT_-1206969370'), (u'CALL_-1206971799', u'INT_EQUAL_-1206971784'), (u'CALL_-1206971488', u'INDIRECT_-1206969171'), (u'CALL_-1206970771', u'INDIRECT_-1206969292'), (u'INDIRECT_-1206969480', u'MULTIEQUAL_-1206969477'), ('const-0', u'COPY_-1206969084'), (u'CALL_-1206970610', u'INDIRECT_-1206969166'), ('const-0', u'PTRSUB_-1206968611'), ('tmp_875', u'CBRANCH_-1206971218'), (u'CALL_-1206970882', u'INDIRECT_-1206968126'), (u'MULTIEQUAL_-1206968668', u'CALL_-1206970999'), ('const-0', u'INT_EQUAL_-1206970938'), (u'INDIRECT_-1206968541', u'MULTIEQUAL_-1206968489'), (u'INDIRECT_-1206969092', u'MULTIEQUAL_-1206969282'), (u'INT_ADD_-1206970565', u'MULTIEQUAL_-1206968962'), (u'INDIRECT_-1206968634', u'COPY_-1206968692'), ('const-1', u'INT_ADD_-1206971335'), (u'CALL_-1206970587', u'INDIRECT_-1206968154'), (u'MULTIEQUAL_-1206968967', u'MULTIEQUAL_-1206968960'), (u'INDIRECT_-1206968936', u'MULTIEQUAL_-1206968322'), (u'MULTIEQUAL_-1206969104', u'MULTIEQUAL_-1206969104'), (u'INDIRECT_-1206968903', u'MULTIEQUAL_-1206968489'), (u'MULTIEQUAL_-1206968385', u'MULTIEQUAL_-1206968786'), (u'INDIRECT_-1206969234', u'MULTIEQUAL_-1206969361'), (u'CALL_-1206971205', u'INDIRECT_-1206969118'), ('tmp_497', u'CBRANCH_-1206971601'), (u'CALL_-1206970970', u'INT_SLESS_-1206970955'), ('tmp_1500', u'CBRANCH_-1206970757'), (u'INDIRECT_-1206969444', u'MULTIEQUAL_-1206969441'), (u'INDIRECT_-1206968121', u'MULTIEQUAL_-1206968392'), (u'LOAD_-1206971626', u'INT_EQUAL_-1206971614'), (u'CALL_-1206970574', u'INDIRECT_-1206968207'), (u'INDIRECT_-1206968670', u'COPY_-1206968728'), (u'COPY_-1206969122', u'MULTIEQUAL_-1206969481'), ('tmp_1262', u'CBRANCH_-1206970917'), ('tmp_1319', u'BRANCH_-1206970698'), (u'INT_SLESS_-1206971303', u'CBRANCH_-1206971310'), ('const-0', u'COPY_-1206971936'), (u'COPY_-1206969372', u'MULTIEQUAL_-1206969481'), (u'INDIRECT_-1206968662', u'MULTIEQUAL_-1206968931'), ('tmp_1266', u'BRANCH_-1206970905'), (u'COPY_-1206968454', u'CALL_-1206970791'), (u'CALL_-1206971460', u'INDIRECT_-1206969156'), (u'INDIRECT_-1206968701', u'MULTIEQUAL_-1206968795'), (u'CALL_-1206970999', u'INDIRECT_-1206969404'), ('const-0', u'INT_EQUAL_-1206970573'), (u'INDIRECT_-1206968848', u'MULTIEQUAL_-1206968828'), (u'CALL_-1206970619', u'INDIRECT_-1206968172'), (u'INT_SLESS_-1206971351', u'CBRANCH_-1206971358'), ('tmp_1885', u'CBRANCH_-1206970548'), (u'CALL_-1206970610', u'INDIRECT_-1206968195'), (u'PTRSUB_-1206968611', u'CALL_-1206971799'), ('const-4295036928', u'INT_AND_-1206970817'), ('const-63', u'INT_AND_-1206970906'), ('tmp_2508', u'INT_SLESS_-1206970541'), ('const-1059416', u'COPY_-1206968084'), (u'CALL_-1206970966', u'INDIRECT_-1206968714'), (u'CALL_-1206971799', u'INDIRECT_-1206969480'), ('const-1', u'COPY_-1206970994'), ('tmp_2380', u'BRANCH_-1206970908'), ('const-32', u'INT_LESS_-1206970934'), ('tmp_1208', u'CBRANCH_-1206970955'), (u'INDIRECT_-1206968419', u'MULTIEQUAL_-1206968392'), (u'MULTIEQUAL_-1206969481', u'COPY_-1206970274'), (u'COPY_-1206968049', u'CALL_-1206970630'), (u'CALL_-1206970970', u'INDIRECT_-1206968452'), (u'CALL_-1206970970', u'INDIRECT_-1206968996'), (u'MULTIEQUAL_-1206968931', u'MULTIEQUAL_-1206968924'), (u'MULTIEQUAL_-1206968962', u'INT_SEXT_-1206970611'), (u'CALL_-1206970593', u'INDIRECT_-1206968340'), (u'MULTIEQUAL_-1206969240', u'CALL_-1206970999'), (u'INT_ADD_-1206971018', u'MULTIEQUAL_-1206968681'), (u'INDIRECT_-1206968776', u'MULTIEQUAL_-1206968960'), (u'PTRADD_-1206968315', u'LOAD_-1206971339'), ('const-1058152', u'COPY_-1206968049'), ('const-1', u'COPY_-1206969372'), (u'INDIRECT_-1206969480', u'INT_SLESS_-1206971351'), (u'MULTIEQUAL_-1206968425', u'MULTIEQUAL_-1206968418'), (u'CALL_-1206970593', u'INDIRECT_-1206968307'), (u'INDIRECT_-1206968193', u'MULTIEQUAL_-1206968289'), (u'INDIRECT_-1206969170', u'MULTIEQUAL_-1206969356'), (u'INDIRECT_-1206968662', u'MULTIEQUAL_-1206968850'), (u'CALL_-1206970791', u'INDIRECT_-1206969628'), (u'INT_ADD_-1206970565', u'INT_SLESS_-1206970541'), (u'MULTIEQUAL_-1206969079', u'MULTIEQUAL_-1206969481'), (u'INDIRECT_-1206968920', u'MULTIEQUAL_-1206968886'), ('tmp_1630', u'BRANCH_-1206970627'), (u'CALL_-1206971205', u'INDIRECT_-1206969082'), ('const--68', u'PTRSUB_-1206968693'), ('const-0', u'COPY_-1206969544'), (u'INT_SLESS_-1206971190', u'CBRANCH_-1206971189'), (u'CALL_-1206970701', u'INDIRECT_-1206969170'), ('const-433', u'LOAD_-1206971339'), (u'INDIRECT_-1206968199', u'MULTIEQUAL_-1206968385'), (u'INDIRECT_-1206969469', u'MULTIEQUAL_-1206969282'), ('const-1059448', u'COPY_-1206968156'), (u'INDIRECT_-1206969145', u'MULTIEQUAL_-1206969282'), ('tmp_1989', u'CBRANCH_-1206970942'), ('const-99', u'COPY_-1206969122'), ('const-0', u'COPY_-1206971816'), (u'CALL_-1206971205', u'INDIRECT_-1206968574'), (u'COPY_-1206968661', u'MULTIEQUAL_-1206968668'), (u'COPY_-1206968743', u'MULTIEQUAL_-1206968668'), ('tmp_2273', u'BRANCH_-1206970788'), (u'INDIRECT_-1206969874', u'MULTIEQUAL_-1206969873'), (u'CALL_-1206970771', u'INDIRECT_-1206968862'), (u'MULTIEQUAL_-1206969825', u'CALL_-1206971136'), ('const-1058152', u'COPY_-1206968416'), (u'INDIRECT_-1206968932', u'MULTIEQUAL_-1206969361'), (u'COPY_-1206968311', u'CALL_-1206971168'), (u'INDIRECT_-1206969444', u'CALL_-1206970966'), (u'CALL_-1206970966', u'INDIRECT_-1206969291'), (u'CALL_-1206970630', u'INDIRECT_-1206968842'), (u'CALL_-1206970966', u'INDIRECT_-1206969255'), (u'CALL_-1206970678', u'INDIRECT_-1206968896'), (u'MULTIEQUAL_-1206968681', u'INT_EQUAL_-1206970938'), ('tmp_7162', u'PTRSUB_-1206968693'), (u'MULTIEQUAL_-1206969325', u'COPY_-1206969351'), (u'INDIRECT_-1206969156', u'MULTIEQUAL_-1206969325'), ('tmp_1923', u'BRANCH_-1206971013'), (u'CALL_-1206971136', u'CALL_-1206970970'), (u'INDIRECT_-1206969198', u'MULTIEQUAL_-1206969325'), (u'CALL_-1206970701', u'INDIRECT_-1206968232'), (u'CALL_-1206970791', u'INDIRECT_-1206968690'), (u'MULTIEQUAL_-1206969825', u'CALL_-1206970574'), (u'INT_SLESS_-1206970918', u'CBRANCH_-1206970917'), ('const-1', u'COPY_-1206968998'), (u'PTRADD_-1206968020', u'LOAD_-1206970618'), ('const-0', u'INT_EQUAL_-1206971222'), ('const-1057002', u'COPY_-1206967917'), (u'INT_LESS_-1206970934', u'CBRANCH_-1206970942'), ('tmp_1234', u'CBRANCH_-1206970936'), (u'CALL_-1206971136', u'INDIRECT_-1206969075'), ('const-1056955', u'COPY_-1206968311'), (u'CALL_-1206970574', u'INDIRECT_-1206968174'), (u'INDIRECT_-1206968340', u'MULTIEQUAL_-1206968289'), (u'COPY_-1206968596', u'CALL_-1206970901'), (u'INT_ADD_-1206971335', u'MULTIEQUAL_-1206968962'), ('const-40', u'INT_ADD_-1206971952'), (u'INDIRECT_-1206968355', u'MULTIEQUAL_-1206968786'), (u'LOAD_-1206970618', u'CALL_-1206970593'), (u'CALL_-1206970882', u'INDIRECT_-1206968634'), (u'MULTIEQUAL_-1206969038', u'MULTIEQUAL_-1206969038'), (u'INDIRECT_-1206968321', u'MULTIEQUAL_-1206968392'), (u'MULTIEQUAL_-1206969038', u'CALL_-1206970999'), ('const-0', u'INT_SLESS_-1206971117'), (u'INDIRECT_-1206969390', u'MULTIEQUAL_-1206969363'), (u'CALL_-1206970630', u'INDIRECT_-1206969236'), ('const-1', u'RETURN_-1206970877'), (u'INDIRECT_-1206969480', u'MULTIEQUAL_-1206969757'), (u'INDIRECT_-1206968615', u'MULTIEQUAL_-1206968786'), (u'MULTIEQUAL_-1206969356', u'MULTIEQUAL_-1206969757'), (u'CALL_-1206970791', u'INDIRECT_-1206968657'), ('const-1059504', u'COPY_-1206967989'), (u'INT_EQUAL_-1206971244', u'CBRANCH_-1206971242'), (u'INT_ADD_-1206970565', u'MULTIEQUAL_-1206968831'), (u'INDIRECT_-1206969278', u'MULTIEQUAL_-1206969260'), (u'INDIRECT_-1206969291', u'MULTIEQUAL_-1206969477'), ('const-0', u'INT_EQUAL_-1206971244'), (u'INDIRECT_-1206969050', u'MULTIEQUAL_-1206969325'), (u'INDIRECT_-1206969118', u'MULTIEQUAL_-1206969064'), (u'CALL_-1206970726', u'INDIRECT_-1206968412'), (u'CALL_-1206970630', u'INDIRECT_-1206968265'), (u'INDIRECT_-1206968412', u'MULTIEQUAL_-1206968380'), (u'CALL_-1206970587', u'INDIRECT_-1206968662'), ('const-0', u'COPY_-1206968848'), (u'MULTIEQUAL_-1206968678', u'MULTIEQUAL_-1206968678'), (u'INDIRECT_-1206969764', u'MULTIEQUAL_-1206969757'), (u'CALL_-1206971168', u'INDIRECT_-1206969050'), ('tmp_452', u'BRANCH_-1206971457'), (u'INDIRECT_-1206968797', u'MULTIEQUAL_-1206968960'), (u'CALL_-1206970610', u'CALL_-1206970574'), (u'INDIRECT_-1206968842', u'MULTIEQUAL_-1206969361'), ('const-1', u'CALL_-1206971205'), (u'COPY_-1206968646', u'MULTIEQUAL_-1206968674'), (u'COPY_-1206971878', u'MULTIEQUAL_-1206969240'), ('const-1059328', u'COPY_-1206968454'), ('tmp_2371', u'BRANCH_-1206970919'), ('tmp_2282', u'BRANCH_-1206970976'), (u'INT_EQUAL_-1206971784', u'CBRANCH_-1206971782'), (u'MULTIEQUAL_-1206968681', u'MULTIEQUAL_-1206968681'), ('const-433', u'LOAD_-1206971626'), (u'INDIRECT_-1206969628', u'MULTIEQUAL_-1206969757'), (u'MULTIEQUAL_-1206969240', u'MULTIEQUAL_-1206969240'), (u'INT_EQUAL_-1206970831', u'CBRANCH_-1206970828'), ('const-4294967295', u'INT_EQUAL_-1206971784'), (u'CALL_-1206970619', u'INDIRECT_-1206968139'), ('const-433', u'LOAD_-1206971968'), ('const-0', u'COPY_-1206968743'), (u'CALL_-1206971488', u'INDIRECT_-1206968663'), (u'INDIRECT_-1206969192', u'MULTIEQUAL_-1206969361'), ('const-0', u'COPY_-1206968779'), (u'MULTIEQUAL_-1206969133', u'MULTIEQUAL_-1206968922'), (u'MULTIEQUAL_-1206969240', u'INT_EQUAL_-1206971222'), (u'CALL_-1206971205', u'INDIRECT_-1206969512'), (u'INDIRECT_-1206968174', u'MULTIEQUAL_-1206968311'), ('tmp_2233', u'CBRANCH_-1206970828'), ('tmp_927', u'BRANCH_-1206971165'), ('const-1', u'COPY_-1206969406'), (u'MULTIEQUAL_-1206968968', u'MULTIEQUAL_-1206968968'), (u'INDIRECT_-1206968388', u'MULTIEQUAL_-1206968819'), (u'CALL_-1206970701', u'INDIRECT_-1206968776'), (u'CALL_-1206970726', u'INDIRECT_-1206969350'), (u'INDIRECT_-1206968160', u'MULTIEQUAL_-1206968256'), (u'INDIRECT_-1206968896', u'MULTIEQUAL_-1206969325'), (u'INDIRECT_-1206968956', u'MULTIEQUAL_-1206968922'), ('tmp_2353', u'BRANCH_-1206970941'), ('const-0', u'COPY_-1206968777'), ('tmp_1591', u'BRANCH_-1206970537'), ('const-8', u'PTRADD_-1206968315'), (u'INDIRECT_-1206968996', u'MULTIEQUAL_-1206968967'), (u'INDIRECT_-1206968761', u'MULTIEQUAL_-1206968924'), (u'CALL_-1206971799', u'INDIRECT_-1206968936'), (u'MULTIEQUAL_-1206968681', u'CALL_-1206971136'), (u'CALL_-1206970630', u'INDIRECT_-1206968298'), ('tmp_2508', u'CALL_-1206971799'), (u'CALL_-1206971799', u'CALL_-1206971488'), (u'INDIRECT_-1206968862', u'MULTIEQUAL_-1206968931'), (u'INDIRECT_-1206968903', u'MULTIEQUAL_-1206968289'), (u'MULTIEQUAL_-1206968681', u'INT_NOTEQUAL_-1206970759'), (u'INT_SLESS_-1206970955', u'CBRANCH_-1206970955'), (u'INDIRECT_-1206969255', u'MULTIEQUAL_-1206969441'), ('tmp_1554', u'BRANCH_-1206970571'), (u'CALL_-1206970540', u'INDIRECT_-1206969131'), (u'MULTIEQUAL_-1206968960', u'MULTIEQUAL_-1206969361'), (u'CALL_-1206971488', u'INDIRECT_-1206969601'), (u'CALL_-1206970587', u'INDIRECT_-1206968698'), (u'INDIRECT_-1206969334', u'MULTIEQUAL_-1206969325'), (u'MULTIEQUAL_-1206969363', u'MULTIEQUAL_-1206969356'), (u'CALL_-1206970999', u'INDIRECT_-1206968466'), (u'COPY_-1206967917', u'CALL_-1206970587'), (u'PTRSUB_-1206968693', u'CALL_-1206971799'), ('tmp_980', u'CBRANCH_-1206971117'), (u'INDIRECT_-1206968354', u'MULTIEQUAL_-1206968425'), (u'MULTIEQUAL_-1206968674', u'CBRANCH_-1206971261'), (u'INDIRECT_-1206968903', u'MULTIEQUAL_-1206968347'), (u'COPY_-1206968416', u'CALL_-1206971460'), (u'INDIRECT_-1206968574', u'MULTIEQUAL_-1206968522'), (u'COPY_-1206968692', u'CALL_-1206971799'), (u'CALL_-1206971136', u'INDIRECT_-1206968531'), (u'INDIRECT_-1206968531', u'MULTIEQUAL_-1206968344'), (u'CALL_-1206971136', u'INDIRECT_-1206968498'), ('const-1056919', u'COPY_-1206968145'), (u'CALL_-1206970999', u'INT_EQUAL_-1206970573'), (u'COPY_-1206971886', u'MULTIEQUAL_-1206969104'), (u'CALL_-1206970593', u'INDIRECT_-1206969278'), (u'CALL_-1206970736', u'INDIRECT_-1206968761'), (u'CALL_-1206970970', u'INT_2COMP_-1206970622'), (u'COPY_-1206968571', u'MULTIEQUAL_-1206968678'), ('const-0', u'COPY_-1206971862'), (u'CALL_-1206970678', u'INDIRECT_-1206968932'), ('const-1069088', u'PTRSUB_-1206968611'), (u'CALL_-1206970701', u'INDIRECT_-1206968740'), (u'INT_AND_-1206970817', u'INT_EQUAL_-1206970831'), (u'CALL_-1206971799', u'INDIRECT_-1206969444'), ('const-0', u'INT_SLESS_-1206970918'), (u'CALL_-1206970726', u'INDIRECT_-1206968379'), (u'INT_ADD_-1206970884', u'MULTIEQUAL_-1206968968'), (u'MULTIEQUAL_-1206968786', u'INT_EQUAL_-1206971614'), (u'CALL_-1206970574', u'INDIRECT_-1206968715'), (u'CALL_-1206970791', u'INDIRECT_-1206969234'), ('tmp_663', u'CBRANCH_-1206971358'), (u'CALL_-1206971136', u'INT_SLESS_-1206971117'), (u'INDIRECT_-1206969326', u'MULTIEQUAL_-1206969757'), (u'CALL_-1206970540', u'INDIRECT_-1206968193'), (u'CALL_-1206970726', u'INDIRECT_-1206968920'), (u'COPY_-1206968766', u'MULTIEQUAL_-1206968671'), (u'CALL_-1206971136', u'CALL_-1206970999'), (u'CALL_-1206970966', u'SUBPIECE_-1206970071'), (u'MULTIEQUAL_-1206968674', u'MULTIEQUAL_-1206968674'), (u'INT_AND_-1206970906', u'INT_LEFT_-1206970902'), (u'INDIRECT_-1206969480', u'INT_SEXT_-1206971342'), (u'COPY_-1206967950', u'CALL_-1206970540'), (u'INDIRECT_-1206968657', u'MULTIEQUAL_-1206968786'), (u'CALL_-1206970574', u'INDIRECT_-1206968751'), ('tmp_1932', u'BRANCH_-1206970999'), (u'CALL_-1206970966', u'INT_LESS_-1206970934'), ('tmp_2508', u'INT_SLESS_-1206971351'), (u'CALL_-1206970593', u'INDIRECT_-1206968848'), (u'INDIRECT_-1206968848', u'MULTIEQUAL_-1206968795'), (u'CAST_-1206968712', u'LOAD_-1206971968'), (u'INDIRECT_-1206968220', u'MULTIEQUAL_-1206968385'), (u'INDIRECT_-1206969350', u'MULTIEQUAL_-1206969318'), (u'COPY_-1206970994', u'MULTIEQUAL_-1206969071'), (u'INDIRECT_-1206968232', u'MULTIEQUAL_-1206968418'), ('tmp_913', u'CBRANCH_-1206971189'), ('const-8', u'PTRADD_-1206968020'), (u'CALL_-1206970587', u'INDIRECT_-1206969092'), (u'CALL_-1206971168', u'INDIRECT_-1206969086'), ('const-0', u'COPY_-1206971878'), (u'CALL_-1206970619', u'INDIRECT_-1206968680'), ('const-15', u'COPY_-1206969249'), ('tmp_775', u'CBRANCH_-1206971286'), (u'CALL_-1206971799', u'INDIRECT_-1206969874'), (u'CALL_-1206970678', u'INDIRECT_-1206969326'), (u'INDIRECT_-1206968826', u'MULTIEQUAL_-1206968819'), (u'CALL_-1206971799', u'BRANCHIND_-1206971726'), (u'MULTIEQUAL_-1206969079', u'CALL_-1206970736'), (u'MULTIEQUAL_-1206969071', u'CALL_-1206970999'), (u'CALL_-1206971799', u'INDIRECT_-1206968903'), (u'INDIRECT_-1206968307', u'MULTIEQUAL_-1206968289'), (u'CALL_-1206970678', u'INDIRECT_-1206968388'), (u'INDIRECT_-1206968542', u'MULTIEQUAL_-1206968819'), ('const-1056905', u'COPY_-1206968146'), (u'COPY_-1206969249', u'MULTIEQUAL_-1206969481'), (u'INDIRECT_-1206969444', u'MULTIEQUAL_-1206968886'), (u'COPY_-1206968860', u'MULTIEQUAL_-1206968697'), (u'CALL_-1206970678', u'INDIRECT_-1206968355'), ('tmp_2431', u'BRANCH_-1206970883'), (u'INDIRECT_-1206968452', u'MULTIEQUAL_-1206968425'), (u'CALL_-1206970736', u'INDIRECT_-1206968220'), (u'MULTIEQUAL_-1206968968', u'CALL_-1206970999'), (u'CALL_-1206971168', u'INDIRECT_-1206968542'), (u'INDIRECT_-1206968340', u'MULTIEQUAL_-1206968322'), (u'COPY_-1206971008', u'MULTIEQUAL_-1206969240'), (u'CALL_-1206970771', u'INDIRECT_-1206968354'), (u'CALL_-1206970736', u'INDIRECT_-1206969191'), (u'INDIRECT_-1206969444', u'MULTIEQUAL_-1206968828'), (u'INDIRECT_-1206968154', u'MULTIEQUAL_-1206968344'), ('const-1056932', u'COPY_-1206967950'), (u'INDIRECT_-1206968265', u'MULTIEQUAL_-1206968786'), (u'INDIRECT_-1206968903', u'MULTIEQUAL_-1206968902'), (u'INDIRECT_-1206968698', u'MULTIEQUAL_-1206968886'), ('tmp_2362', u'BRANCH_-1206970930'), (u'INDIRECT_-1206968698', u'MULTIEQUAL_-1206968967'), (u'COPY_-1206971936', u'MULTIEQUAL_-1206968968'), (u'INDIRECT_-1206969086', u'MULTIEQUAL_-1206969361'), (u'CAST_-1206968506', u'LOAD_-1206971626'), (u'COPY_-1206968657', u'MULTIEQUAL_-1206968671'), (u'INT_2COMP_-1206970622', u'CALL_-1206970619'), ('const-0', u'INT_EQUAL_-1206970831'), ('const-1', u'COPY_-1206968571'), (u'INDIRECT_-1206968207', u'MULTIEQUAL_-1206968344'), (u'CALL_-1206970540', u'INDIRECT_-1206968737'), ('tmp_1941', u'BRANCH_-1206970985'), (u'COPY_-1206969406', u'MULTIEQUAL_-1206969481'), (u'INT_EQUAL_-1206970573', u'CBRANCH_-1206970571'), (u'CALL_-1206970593', u'INDIRECT_-1206968884'), (u'MULTIEQUAL_-1206969071', u'MULTIEQUAL_-1206969071'), (u'MULTIEQUAL_-1206968678', u'CBRANCH_-1206971286'), (u'INT_ADD_-1206971952', u'CAST_-1206968712'), (u'MULTIEQUAL_-1206969133', u'MULTIEQUAL_-1206969064'), (u'INDIRECT_-1206969480', u'INT_ADD_-1206971335'), (u'COPY_-1206968084', u'CALL_-1206970593'), (u'INDIRECT_-1206969278', u'MULTIEQUAL_-1206969227'), ('tmp_11130', u'MULTIEQUAL_-1206969477'), (u'INDIRECT_-1206968884', u'INT_ADD_-1206970565'), ('tmp_1307', u'CBRANCH_-1206970720'), (u'CALL_-1206971488', u'INDIRECT_-1206969207'), (u'CALL_-1206971136', u'INT_2COMP_-1206970761'), ('const-0', u'RETURN_-1206971540'), (u'MULTIEQUAL_-1206968681', u'CALL_-1206970999'), (u'CALL_-1206970619', u'INDIRECT_-1206969110'), ('tmp_1731', u'BRANCH_-1206970675'), (u'INT_ADD_-1206971612', u'CAST_-1206968506'), (u'MULTIEQUAL_-1206969825', u'INT_EQUAL_-1206971244'), (u'LOAD_-1206971968', u'MULTIEQUAL_-1206968902'), (u'INDIRECT_-1206969480', u'MULTIEQUAL_-1206969133'), (u'CALL_-1206970619', u'CALL_-1206970587'), ('const-0', u'INT_NOTEQUAL_-1206970759'), (u'INDIRECT_-1206968121', u'MULTIEQUAL_-1206968311'), (u'INDIRECT_-1206968936', u'MULTIEQUAL_-1206968522'), (u'INDIRECT_-1206969292', u'MULTIEQUAL_-1206969363'), ('const-16', u'COPY_-1206968860'), (u'CALL_-1206970966', u'MULTIEQUAL_-1206968697'), (u'CALL_-1206970736', u'INDIRECT_-1206968253'), (u'COPY_-1206968145', u'CALL_-1206970678'), (u'CALL_-1206970966', u'INDIRECT_-1206969685'), (u'CALL_-1206970771', u'MULTIEQUAL_-1206969079'), (u'MULTIEQUAL_-1206968924', u'MULTIEQUAL_-1206969325'), (u'COPY_-1206968779', u'MULTIEQUAL_-1206968674'), (u'MULTIEQUAL_-1206968668', u'MULTIEQUAL_-1206968668'), (u'CALL_-1206970966', u'INDIRECT_-1206968747'), ('tmp_11129', u'MULTIEQUAL_-1206969441'), (u'MULTIEQUAL_-1206969361', u'COPY_-1206969387'), ('const-1', u'COPY_-1206970917'), (u'INT_NOTEQUAL_-1206970759', u'CBRANCH_-1206970757'), (u'MULTIEQUAL_-1206968671', u'CALL_-1206970999'), ('const-40', u'INT_ADD_-1206971612'), ('tmp_2509', u'PTRADD_-1206968020'), (u'CALL_-1206971488', u'INDIRECT_-1206968630'), (u'CALL_-1206970999', u'MULTIEQUAL_-1206969079'), (u'COPY_-1206968998', u'MULTIEQUAL_-1206969481'), (u'INT_2COMP_-1206970761', u'MULTIEQUAL_-1206968940'), (u'INDIRECT_-1206968714', u'MULTIEQUAL_-1206968902'), ('const-0', u'COPY_-1206968766'), (u'INDIRECT_-1206969131', u'MULTIEQUAL_-1206969227'), ('const-4294967295', u'INT_SLESS_-1206971190'), (u'INT_LEFT_-1206970902', u'INT_AND_-1206970817'), (u'CALL_-1206970587', u'INDIRECT_-1206968121'), ('const-1', u'COPY_-1206968657'), ('tmp_813', u'CBRANCH_-1206971261'), (u'CALL_-1206970882', u'INDIRECT_-1206968670'), (u'CALL_-1206970970', u'INDIRECT_-1206969390'), (u'CALL_-1206971460', u'INDIRECT_-1206968648'), (u'CALL_-1206970736', u'INDIRECT_-1206968797'), (u'COPY_-1206968017', u'CALL_-1206970736'), (u'INT_SEXT_-1206971342', u'PTRADD_-1206968315'), (u'MULTIEQUAL_-1206969104', u'CALL_-1206971136'), (u'INT_EQUAL_-1206970938', u'CBRANCH_-1206970936'), (u'INDIRECT_-1206969685', u'MULTIEQUAL_-1206969873'), ('const-0', u'INT_EQUAL_-1206970722'), ('tmp_1766', u'CBRANCH_-1206970563'), (u'CALL_-1206970901', u'INDIRECT_-1206969334'), (u'INT_EQUAL_-1206970722', u'CBRANCH_-1206970720'), (u'CALL_-1206970771', u'INDIRECT_-1206968321'), (u'INT_ADD_-1206971335', u'MULTIEQUAL_-1206969133'), (u'INDIRECT_-1206968379', u'MULTIEQUAL_-1206968347'), (u'INDIRECT_-1206968793', u'MULTIEQUAL_-1206968786'), (u'INT_SLESS_-1206970541', u'CBRANCH_-1206970548'), ('const-1', u'INT_ADD_-1206971018'), (u'INDIRECT_-1206968898', u'MULTIEQUAL_-1206968967'), (u'INDIRECT_-1206968253', u'MULTIEQUAL_-1206968418'), (u'CALL_-1206970771', u'INDIRECT_-1206968898'), (u'COPY_-1206968146', u'CALL_-1206970678'), (u'CALL_-1206971136', u'INDIRECT_-1206969469'), (u'INDIRECT_-1206969444', u'MULTIEQUAL_-1206969028'), ('const-0', u'SUBPIECE_-1206970071'), (u'INDIRECT_-1206969092', u'MULTIEQUAL_-1206969363'), (u'INDIRECT_-1206969874', u'MULTIEQUAL_-1206969260'), ('tmp_1427', u'CBRANCH_-1206970571'), ('const-1056974', u'COPY_-1206967967'), ('tmp_2509', u'CALL_-1206971799'), ('tmp_291', u'CBRANCH_-1206971782'), (u'INDIRECT_-1206968960', u'MULTIEQUAL_-1206968931'), (u'CALL_-1206970701', u'INDIRECT_-1206968199'), (u'CALL_-1206971460', u'INDIRECT_-1206969192'), (u'INDIRECT_-1206969191', u'MULTIEQUAL_-1206969356'), (u'INDIRECT_-1206969236', u'MULTIEQUAL_-1206969757'), (u'MULTIEQUAL_-1206969079', u'INT_SLESS_-1206970918'), (u'COPY_-1206967989', u'CALL_-1206970701'), (u'INDIRECT_-1206968307', u'MULTIEQUAL_-1206968256'), (u'CALL_-1206971168', u'INDIRECT_-1206968509'), (u'MULTIEQUAL_-1206968392', u'MULTIEQUAL_-1206968385')] | [(u'MULTIEQUAL_-1206968831', u'INT_EQUAL_-1206971614'), ('const-99', u'COPY_-1206968249'), (u'LOAD_-1206971339', u'MULTIEQUAL_-1206969834'), (u'INT_ADD_-1206971335', u'INT_SLESS_-1206971303'), (u'INDIRECT_-1206968424', u'MULTIEQUAL_-1206968392'), (u'CALL_-1206971488', u'INDIRECT_-1206969213'), (u'CALL_-1206970791', u'INDIRECT_-1206969276'), (u'INDIRECT_-1206968981', u'MULTIEQUAL_-1206968425'), (u'CALL_-1206970701', u'INDIRECT_-1206969184'), (u'INT_EQUAL_-1206971614', u'CBRANCH_-1206971601'), (u'MULTIEQUAL_-1206969215', u'CALL_-1206970999'), (u'INDIRECT_-1206968890', u'MULTIEQUAL_-1206968837'), (u'MULTIEQUAL_-1206969285', u'INT_EQUAL_-1206971222'), (u'INDIRECT_-1206969038', u'MULTIEQUAL_-1206969009'), (u'INT_ADD_-1206971323', u'CAST_-1206968348'), ('tmp_739', u'CBRANCH_-1206971310'), (u'INDIRECT_-1206969888', u'MULTIEQUAL_-1206969474'), ('const-1', u'INT_ADD_-1206970884'), (u'CALL_-1206971460', u'INDIRECT_-1206969600'), (u'INDIRECT_-1206969522', u'MULTIEQUAL_-1206969175'), (u'CALL_-1206970574', u'INDIRECT_-1206969159'), (u'INDIRECT_-1206969404', u'MULTIEQUAL_-1206969377'), ('const-0', u'INT_SLESS_-1206970955'), (u'COPY_-1206968810', u'MULTIEQUAL_-1206968705'), (u'INDIRECT_-1206969699', u'MULTIEQUAL_-1206969887'), (u'INDIRECT_-1206969778', u'MULTIEQUAL_-1206969771'), (u'CALL_-1206970999', u'INDIRECT_-1206969418'), (u'CALL_-1206970587', u'INDIRECT_-1206968740'), (u'CALL_-1206971460', u'INDIRECT_-1206969198'), (u'CALL_-1206970540', u'INDIRECT_-1206968205'), (u'INDIRECT_-1206969292', u'MULTIEQUAL_-1206969241'), ('const-1056974', u'COPY_-1206968004'), (u'MULTIEQUAL_-1206969083', u'MULTIEQUAL_-1206969083'), (u'INDIRECT_-1206969412', u'MULTIEQUAL_-1206969403'), ('const-0', u'COPY_-1206969327'), (u'CALL_-1206970771', u'INDIRECT_-1206968940'), (u'INDIRECT_-1206969106', u'MULTIEQUAL_-1206969377'), (u'CALL_-1206970574', u'INDIRECT_-1206968252'), (u'CALL_-1206970619', u'INDIRECT_-1206968217'), (u'INT_SLESS_-1206971117', u'CBRANCH_-1206971117'), ('const-0', u'COPY_-1206971862'), (u'CALL_-1206970574', u'INDIRECT_-1206968757'), (u'CALL_-1206970771', u'INDIRECT_-1206968366'), (u'MULTIEQUAL_-1206968978', u'CALL_-1206970771'), (u'INDIRECT_-1206969522', u'INT_ADD_-1206971335'), (u'INDIRECT_-1206968782', u'MULTIEQUAL_-1206968966'), (u'COPY_-1206968348', u'CALL_-1206971168'), ('const-0', u'COPY_-1206969178'), (u'MULTIEQUAL_-1206969046', u'MULTIEQUAL_-1206969046'), (u'INDIRECT_-1206969888', u'MULTIEQUAL_-1206969274'), (u'MULTIEQUAL_-1206969083', u'CALL_-1206970999'), (u'COPY_-1206971862', u'MULTIEQUAL_-1206969116'), (u'COPY_-1206969327', u'MULTIEQUAL_-1206969215'), (u'INDIRECT_-1206968948', u'MULTIEQUAL_-1206968534'), (u'INT_2COMP_-1206970761', u'CALL_-1206970610'), (u'CALL_-1206970540', u'INDIRECT_-1206968779'), (u'INDIRECT_-1206968619', u'MULTIEQUAL_-1206968567'), (u'CALL_-1206971799', u'INDIRECT_-1206968948'), (u'MULTIEQUAL_-1206968606', u'COPY_-1206968650'), (u'MULTIEQUAL_-1206969013', u'MULTIEQUAL_-1206969013'), (u'INT_EQUAL_-1206971222', u'CBRANCH_-1206971218'), (u'INDIRECT_-1206969184', u'MULTIEQUAL_-1206969370'), (u'CALL_-1206970791', u'INDIRECT_-1206968735'), (u'CALL_-1206971205', u'INT_SLESS_-1206971190'), (u'COPY_-1206968004', u'CALL_-1206970574'), (u'CALL_-1206971460', u'INDIRECT_-1206968660'), (u'MULTIEQUAL_-1206969403', u'COPY_-1206969429'), (u'CALL_-1206970540', u'INDIRECT_-1206968743'), (u'CALL_-1206971168', u'INDIRECT_-1206968554'), ('const-1069088', u'PTRSUB_-1206968648'), (u'INT_ADD_-1206971335', u'MULTIEQUAL_-1206969175'), (u'CALL_-1206971136', u'INDIRECT_-1206968576'), ('const-1', u'COPY_-1206969242'), (u'INDIRECT_-1206968981', u'MULTIEQUAL_-1206968567'), (u'COPY_-1206969934', u'MULTIEQUAL_-1206969834'), ('const-1057019', u'COPY_-1206968054'), (u'INDIRECT_-1206968400', u'MULTIEQUAL_-1206968831'), ('tmp_839', u'CBRANCH_-1206971242'), (u'INDIRECT_-1206968497', u'MULTIEQUAL_-1206968470'), (u'CALL_-1206970970', u'INDIRECT_-1206968464'), (u'INDIRECT_-1206969486', u'MULTIEQUAL_-1206968928'), (u'INT_ADD_-1206971612', u'CAST_-1206968543'), ('tmp_1446', u'BRANCH_-1206970764'), (u'INDIRECT_-1206968366', u'MULTIEQUAL_-1206968437'), (u'COPY_-1206968182', u'CALL_-1206970678'), (u'CALL_-1206970999', u'MULTIEQUAL_-1206968214'), (u'COPY_-1206968249', u'MULTIEQUAL_-1206968606'), ('const-0', u'COPY_-1206971936'), (u'INDIRECT_-1206968352', u'MULTIEQUAL_-1206968301'), (u'MULTIEQUAL_-1206969013', u'CALL_-1206970999'), (u'INDIRECT_-1206969240', u'MULTIEQUAL_-1206969367'), (u'CALL_-1206971488', u'INDIRECT_-1206969249'), ('tmp_7139', u'INT_ADD_-1206971952'), ('const-1059376', u'COPY_-1206968464'), (u'INDIRECT_-1206968848', u'MULTIEQUAL_-1206969367'), ('tmp_7139', u'MULTIEQUAL_-1206969887'), (u'COPY_-1206968121', u'CALL_-1206970593'), (u'CALL_-1206970882', u'INDIRECT_-1206968171'), (u'INT_ADD_-1206971018', u'MULTIEQUAL_-1206968712'), (u'MULTIEQUAL_-1206969013', u'INT_ADD_-1206970884'), (u'CALL_-1206970726', u'INDIRECT_-1206968998'), (u'CALL_-1206970791', u'INDIRECT_-1206969642'), (u'CALL_-1206970736', u'INT_EQUAL_-1206970722'), (u'CALL_-1206971460', u'INDIRECT_-1206968693'), (u'INDIRECT_-1206969198', u'MULTIEQUAL_-1206969367'), ('tmp_7430', u'INT_SLESS_-1206971303'), (u'INDIRECT_-1206968385', u'MULTIEQUAL_-1206968367'), (u'MULTIEQUAL_-1206968743', u'CALL_-1206970999'), ('const-1', u'INT_ADD_-1206970565'), (u'CAST_-1206968751', u'LOAD_-1206971968'), (u'MULTIEQUAL_-1206969834', u'INT_EQUAL_-1206971244'), (u'MULTIEQUAL_-1206968470', u'MULTIEQUAL_-1206968463'), (u'CALL_-1206971799', u'INT_EQUAL_-1206971784'), ('tmp_11059', u'MULTIEQUAL_-1206969483'), ('tmp_875', u'CBRANCH_-1206971218'), (u'CALL_-1206970970', u'INDIRECT_-1206968497'), ('const-0', u'INT_EQUAL_-1206970938'), (u'CALL_-1206970736', u'INDIRECT_-1206968265'), (u'INT_ADD_-1206971335', u'MULTIEQUAL_-1206968989'), (u'COPY_-1206970939', u'MULTIEQUAL_-1206969083'), ('const-1', u'COPY_-1206970994'), ('const-1', u'INT_ADD_-1206971335'), (u'CALL_-1206970966', u'INDIRECT_-1206969297'), (u'CALL_-1206971168', u'INDIRECT_-1206969092'), (u'CALL_-1206970610', u'INDIRECT_-1206968778'), (u'INDIRECT_-1206968433', u'MULTIEQUAL_-1206968864'), (u'CALL_-1206970574', u'INDIRECT_-1206968793'), (u'INDIRECT_-1206969888', u'MULTIEQUAL_-1206969887'), (u'INDIRECT_-1206968399', u'MULTIEQUAL_-1206968470'), (u'CALL_-1206970966', u'INDIRECT_-1206969333'), (u'INDIRECT_-1206968981', u'MULTIEQUAL_-1206968367'), ('tmp_497', u'CBRANCH_-1206971601'), (u'CALL_-1206970970', u'INT_SLESS_-1206970955'), ('tmp_1500', u'CBRANCH_-1206970757'), (u'MULTIEQUAL_-1206968214', u'MULTIEQUAL_-1206968606'), (u'CALL_-1206970540', u'INDIRECT_-1206968238'), (u'COPY_-1206968602', u'MULTIEQUAL_-1206968709'), (u'LOAD_-1206971626', u'INT_EQUAL_-1206971614'), (u'INDIRECT_-1206968343', u'MULTIEQUAL_-1206968864'), ('const-8', u'INT_MULT_-1206970590'), (u'CALL_-1206971136', u'INDIRECT_-1206968543'), (u'INDIRECT_-1206968310', u'MULTIEQUAL_-1206968831'), ('tmp_1262', u'CBRANCH_-1206970917'), ('const-1059504', u'COPY_-1206968026'), ('tmp_1319', u'BRANCH_-1206970698'), ('const-0', u'COPY_-1206969934'), (u'INT_SLESS_-1206971303', u'CBRANCH_-1206971310'), (u'CALL_-1206970619', u'INDIRECT_-1206968722'), ('tmp_1266', u'BRANCH_-1206970905'), (u'CALL_-1206971136', u'SUBPIECE_-1206970027'), (u'INDIRECT_-1206968199', u'MULTIEQUAL_-1206968470'), (u'INDIRECT_-1206968940', u'MULTIEQUAL_-1206969009'), (u'MULTIEQUAL_-1206969834', u'CALL_-1206970574'), (u'CALL_-1206971488', u'INDIRECT_-1206969615'), (u'CALL_-1206970587', u'INDIRECT_-1206968704'), (u'MULTIEQUAL_-1206968430', u'MULTIEQUAL_-1206968831'), (u'CALL_-1206970970', u'INDIRECT_-1206969038'), ('const-16', u'COPY_-1206968906'), ('const-0', u'INT_EQUAL_-1206970573'), (u'CALL_-1206971460', u'INDIRECT_-1206969234'), (u'INT_SLESS_-1206971351', u'CBRANCH_-1206971358'), (u'LOAD_-1206971968', u'MULTIEQUAL_-1206968947'), (u'CALL_-1206971205', u'INDIRECT_-1206968586'), ('tmp_1885', u'CBRANCH_-1206970548'), ('const-32', u'INT_LESS_-1206970934'), ('const-63', u'INT_AND_-1206970906'), (u'INDIRECT_-1206968740', u'MULTIEQUAL_-1206968928'), (u'INT_SEXT_-1206970611', u'INT_MULT_-1206970590'), (u'CALL_-1206970630', u'INDIRECT_-1206968884'), (u'MULTIEQUAL_-1206968712', u'CALL_-1206971136'), (u'PTRSUB_-1206968730', u'CALL_-1206971799'), ('const-1056932', u'COPY_-1206967987'), (u'COPY_-1206968183', u'CALL_-1206970678'), ('const-0', u'COPY_-1206968808'), (u'MULTIEQUAL_-1206969367', u'COPY_-1206969393'), (u'INDIRECT_-1206969888', u'MULTIEQUAL_-1206969332'), (u'INDIRECT_-1206968219', u'MULTIEQUAL_-1206968356'), (u'COPY_-1206968491', u'CALL_-1206970791'), (u'CALL_-1206970574', u'INDIRECT_-1206968219'), (u'INDIRECT_-1206969002', u'MULTIEQUAL_-1206968973'), (u'MULTIEQUAL_-1206968712', u'INT_EQUAL_-1206970938'), (u'INDIRECT_-1206968948', u'MULTIEQUAL_-1206968334'), ('const-1059448', u'COPY_-1206968193'), (u'CALL_-1206970771', u'INDIRECT_-1206968904'), (u'CALL_-1206970619', u'INDIRECT_-1206969124'), ('tmp_2380', u'BRANCH_-1206970908'), ('const-4294967295', u'INT_SLESS_-1206971190'), ('tmp_1208', u'CBRANCH_-1206970955'), (u'INDIRECT_-1206968543', u'MULTIEQUAL_-1206968356'), (u'CALL_-1206970678', u'INDIRECT_-1206968433'), (u'CALL_-1206970736', u'INDIRECT_-1206968839'), (u'INDIRECT_-1206968464', u'MULTIEQUAL_-1206968437'), (u'INDIRECT_-1206969486', u'MULTIEQUAL_-1206969070'), (u'MULTIEQUAL_-1206968214', u'CALL_-1206970736'), ('const-1', u'COPY_-1206971008'), (u'INDIRECT_-1206969128', u'MULTIEQUAL_-1206969403'), (u'INDIRECT_-1206969276', u'MULTIEQUAL_-1206969403'), (u'INDIRECT_-1206969522', u'MULTIEQUAL_-1206969519'), ('tmp_7430', u'INT_SLESS_-1206971351'), (u'COPY_-1206968650', u'RETURN_-1206971540'), (u'CALL_-1206970701', u'INDIRECT_-1206968818'), ('const-0', u'COPY_-1206971886'), (u'MULTIEQUAL_-1206969116', u'CALL_-1206970999'), (u'INDIRECT_-1206968702', u'MULTIEQUAL_-1206968831'), (u'INT_ADD_-1206970565', u'INT_SLESS_-1206970541'), (u'INT_ADD_-1206970565', u'MULTIEQUAL_-1206968989'), ('tmp_1630', u'BRANCH_-1206970627'), (u'INT_SEXT_-1206971342', u'INT_MULT_-1206971311'), (u'CALL_-1206970701', u'INDIRECT_-1206968277'), (u'INDIRECT_-1206968676', u'COPY_-1206968734'), (u'COPY_-1206968086', u'CALL_-1206970630'), (u'INDIRECT_-1206968205', u'MULTIEQUAL_-1206968301'), ('const-0', u'COPY_-1206968810'), (u'CALL_-1206970619', u'INDIRECT_-1206968184'), (u'INDIRECT_-1206969340', u'MULTIEQUAL_-1206969771'), (u'COPY_-1206971936', u'MULTIEQUAL_-1206969013'), (u'INT_SLESS_-1206971190', u'CBRANCH_-1206971189'), (u'CAST_-1206968348', u'LOAD_-1206971339'), ('const-15', u'COPY_-1206968379'), (u'INDIRECT_-1206968818', u'MULTIEQUAL_-1206969002'), (u'CALL_-1206970619', u'INDIRECT_-1206968758'), (u'CALL_-1206970966', u'SUBPIECE_-1206970078'), (u'CALL_-1206970678', u'INDIRECT_-1206969340'), ('tmp_1989', u'CBRANCH_-1206970942'), (u'MULTIEQUAL_-1206969175', u'MULTIEQUAL_-1206968964'), ('tmp_2273', u'BRANCH_-1206970788'), (u'COPY_-1206968729', u'CALL_-1206971799'), ('const-1', u'COPY_-1206968602'), (u'CALL_-1206970593', u'INDIRECT_-1206968385'), (u'INDIRECT_-1206968926', u'INT_ADD_-1206970565'), (u'CALL_-1206970901', u'INDIRECT_-1206969412'), (u'INDIRECT_-1206969250', u'MULTIEQUAL_-1206969771'), (u'MULTIEQUAL_-1206969046', u'CALL_-1206970999'), (u'INDIRECT_-1206968904', u'MULTIEQUAL_-1206968973'), (u'CALL_-1206970630', u'INDIRECT_-1206968343'), (u'MULTIEQUAL_-1206968709', u'CBRANCH_-1206971286'), (u'COPY_-1206971886', u'MULTIEQUAL_-1206969149'), (u'CALL_-1206970970', u'INDIRECT_-1206969404'), (u'CALL_-1206970587', u'INDIRECT_-1206969106'), (u'COPY_-1206969178', u'MULTIEQUAL_-1206969046'), (u'CALL_-1206971136', u'INDIRECT_-1206969483'), (u'INDIRECT_-1206969092', u'MULTIEQUAL_-1206969367'), ('const-1058152', u'COPY_-1206968633'), (u'INDIRECT_-1206968998', u'MULTIEQUAL_-1206968964'), ('tmp_1923', u'BRANCH_-1206971013'), (u'CALL_-1206970791', u'INDIRECT_-1206968702'), (u'CALL_-1206970736', u'INDIRECT_-1206969205'), (u'COPY_-1206967954', u'CALL_-1206970587'), (u'MULTIEQUAL_-1206968712', u'INT_ADD_-1206971018'), (u'MULTIEQUAL_-1206969175', u'MULTIEQUAL_-1206969106'), (u'CALL_-1206971136', u'INDIRECT_-1206969081'), (u'COPY_-1206968464', u'CALL_-1206971488'), (u'INT_SLESS_-1206970918', u'CBRANCH_-1206970917'), (u'COPY_-1206968211', u'MULTIEQUAL_-1206968606'), (u'CALL_-1206970540', u'INDIRECT_-1206969145'), (u'COPY_-1206968633', u'CALL_-1206970901'), (u'INT_LESS_-1206970934', u'CBRANCH_-1206970942'), (u'CALL_-1206971205', u'INDIRECT_-1206969160'), (u'INDIRECT_-1206968252', u'MULTIEQUAL_-1206968389'), ('tmp_1234', u'CBRANCH_-1206970936'), (u'CALL_-1206970966', u'INDIRECT_-1206968792'), (u'CALL_-1206970771', u'MULTIEQUAL_-1206968214'), (u'SUBPIECE_-1206970027', u'INT_2COMP_-1206970761'), (u'CALL_-1206971799', u'INDIRECT_-1206969486'), ('const-0', u'COPY_-1206968670'), (u'INT_MULT_-1206971311', u'INT_ADD_-1206971323'), (u'INDIRECT_-1206968793', u'MULTIEQUAL_-1206968928'), (u'INDIRECT_-1206969292', u'MULTIEQUAL_-1206969274'), ('const-1', u'COPY_-1206968125'), (u'COPY_-1206971008', u'MULTIEQUAL_-1206969285'), (u'COPY_-1206968054', u'CALL_-1206970736'), ('const-40', u'INT_ADD_-1206971952'), (u'CALL_-1206970701', u'INDIRECT_-1206968782'), ('const-1', u'COPY_-1206970939'), (u'LOAD_-1206970618', u'CALL_-1206970593'), (u'CALL_-1206971799', u'INDIRECT_-1206968981'), ('const-0', u'INT_SLESS_-1206971117'), (u'CALL_-1206970999', u'INDIRECT_-1206968478'), ('const-1', u'RETURN_-1206970877'), (u'CALL_-1206970966', u'INDIRECT_-1206969699'), (u'INT_ADD_-1206970884', u'MULTIEQUAL_-1206969013'), (u'INT_EQUAL_-1206971244', u'CBRANCH_-1206971242'), (u'MULTIEQUAL_-1206968966', u'MULTIEQUAL_-1206969367'), (u'CALL_-1206970678', u'INDIRECT_-1206968974'), (u'COPY_-1206968125', u'MULTIEQUAL_-1206968606'), (u'COPY_-1206971878', u'MULTIEQUAL_-1206969285'), (u'INDIRECT_-1206969483', u'MULTIEQUAL_-1206969296'), (u'PTRSUB_-1206968648', u'CALL_-1206971799'), ('const-0', u'INT_EQUAL_-1206971244'), (u'INDIRECT_-1206968759', u'MULTIEQUAL_-1206968947'), (u'MULTIEQUAL_-1206969285', u'MULTIEQUAL_-1206969285'), (u'CALL_-1206970726', u'INDIRECT_-1206968424'), (u'CALL_-1206971168', u'INDIRECT_-1206969494'), (u'CALL_-1206970882', u'INDIRECT_-1206968712'), (u'INDIRECT_-1206968660', u'MULTIEQUAL_-1206968831'), (u'CALL_-1206971205', u'INDIRECT_-1206968619'), (u'MULTIEQUAL_-1206968437', u'MULTIEQUAL_-1206968430'), ('const-0', u'SUBPIECE_-1206970027'), ('tmp_452', u'BRANCH_-1206971457'), (u'CALL_-1206970610', u'CALL_-1206970574'), (u'COPY_-1206968533', u'MULTIEQUAL_-1206968606'), (u'INDIRECT_-1206969642', u'MULTIEQUAL_-1206969771'), (u'INDIRECT_-1206968277', u'MULTIEQUAL_-1206968463'), ('tmp_2371', u'BRANCH_-1206970919'), ('tmp_2282', u'BRANCH_-1206970976'), (u'COPY_-1206968193', u'CALL_-1206970726'), (u'INDIRECT_-1206969081', u'MULTIEQUAL_-1206968892'), (u'MULTIEQUAL_-1206968705', u'MULTIEQUAL_-1206968705'), (u'INT_EQUAL_-1206971784', u'CBRANCH_-1206971782'), ('tmp_7130', u'PTRSUB_-1206968730'), (u'CALL_-1206970901', u'INDIRECT_-1206968871'), (u'SUBPIECE_-1206970027', u'INT_SLESS_-1206971117'), (u'INDIRECT_-1206968385', u'MULTIEQUAL_-1206968334'), ('const-1', u'COPY_-1206968677'), (u'INDIRECT_-1206968457', u'MULTIEQUAL_-1206968425'), (u'CALL_-1206970630', u'INDIRECT_-1206968848'), (u'INT_EQUAL_-1206970831', u'CBRANCH_-1206970828'), (u'INT_MULT_-1206970590', u'INT_ADD_-1206970602'), (u'CALL_-1206970771', u'INDIRECT_-1206969306'), ('const-0', u'COPY_-1206968211'), (u'COPY_-1206967987', u'CALL_-1206970540'), (u'COPY_-1206969242', u'MULTIEQUAL_-1206969215'), (u'INDIRECT_-1206968587', u'MULTIEQUAL_-1206968864'), (u'MULTIEQUAL_-1206969285', u'CALL_-1206970999'), (u'INT_ADD_-1206971952', u'CAST_-1206968751'), ('const-1056905', u'COPY_-1206968183'), ('tmp_2233', u'CBRANCH_-1206970828'), ('tmp_927', u'BRANCH_-1206971165'), (u'MULTIEQUAL_-1206969116', u'MULTIEQUAL_-1206969116'), (u'INDIRECT_-1206969333', u'MULTIEQUAL_-1206969519'), (u'INDIRECT_-1206969486', u'MULTIEQUAL_-1206968870'), (u'INDIRECT_-1206968962', u'MULTIEQUAL_-1206968928'), ('tmp_11060', u'MULTIEQUAL_-1206969519'), ('tmp_2353', u'BRANCH_-1206970941'), ('tmp_1591', u'BRANCH_-1206970537'), (u'MULTIEQUAL_-1206969002', u'MULTIEQUAL_-1206969403'), (u'INDIRECT_-1206968199', u'MULTIEQUAL_-1206968389'), (u'CALL_-1206971799', u'CALL_-1206971488'), (u'INDIRECT_-1206968757', u'MULTIEQUAL_-1206968892'), (u'INDIRECT_-1206968576', u'MULTIEQUAL_-1206968389'), (u'INT_SLESS_-1206970955', u'CBRANCH_-1206970955'), ('tmp_1554', u'BRANCH_-1206970571'), (u'INT_2COMP_-1206970622', u'MULTIEQUAL_-1206968978'), (u'CALL_-1206970901', u'INDIRECT_-1206968838'), (u'INDIRECT_-1206968890', u'MULTIEQUAL_-1206968870'), (u'INDIRECT_-1206968938', u'MULTIEQUAL_-1206969367'), (u'CALL_-1206971136', u'INT_AND_-1206969740'), ('tmp_980', u'CBRANCH_-1206971117'), (u'CALL_-1206970999', u'INDIRECT_-1206968511'), (u'CALL_-1206971168', u'INDIRECT_-1206969128'), (u'CALL_-1206971799', u'INDIRECT_-1206969522'), (u'INDIRECT_-1206969117', u'MULTIEQUAL_-1206968928'), ('const-0', u'SUBPIECE_-1206970078'), (u'CALL_-1206971205', u'INDIRECT_-1206969124'), (u'INT_ADD_-1206970602', u'CAST_-1206968053'), (u'INDIRECT_-1206968244', u'MULTIEQUAL_-1206968430'), (u'CALL_-1206970999', u'INT_EQUAL_-1206970573'), (u'COPY_-1206968808', u'MULTIEQUAL_-1206968709'), (u'CALL_-1206971168', u'INDIRECT_-1206968587'), (u'CALL_-1206970726', u'INDIRECT_-1206968457'), (u'MULTIEQUAL_-1206969771', u'INT_ADD_-1206971612'), (u'CALL_-1206970736', u'INDIRECT_-1206968298'), (u'CALL_-1206970970', u'INT_2COMP_-1206970622'), (u'INDIRECT_-1206968693', u'MULTIEQUAL_-1206968864'), (u'CALL_-1206970736', u'INDIRECT_-1206968803'), (u'INDIRECT_-1206968948', u'MULTIEQUAL_-1206968947'), (u'COPY_-1206970917', u'MULTIEQUAL_-1206969149'), (u'CALL_-1206971136', u'INDIRECT_-1206969117'), (u'INT_AND_-1206969740', u'CALL_-1206970999'), (u'MULTIEQUAL_-1206969834', u'CALL_-1206971136'), (u'MULTIEQUAL_-1206968743', u'MULTIEQUAL_-1206968743'), (u'COPY_-1206968879', u'MULTIEQUAL_-1206968712'), (u'INT_AND_-1206970817', u'INT_EQUAL_-1206970831'), ('const-1056919', u'COPY_-1206968182'), (u'INDIRECT_-1206968871', u'MULTIEQUAL_-1206968864'), ('const-1059328', u'COPY_-1206968491'), (u'SUBPIECE_-1206970078', u'INT_AND_-1206970906'), (u'INDIRECT_-1206969106', u'MULTIEQUAL_-1206969296'), (u'MULTIEQUAL_-1206968705', u'CBRANCH_-1206971261'), (u'INDIRECT_-1206969486', u'MULTIEQUAL_-1206969483'), ('tmp_7430', u'INT_SLESS_-1206970541'), (u'INDIRECT_-1206969600', u'MULTIEQUAL_-1206969771'), (u'COPY_-1206969066', u'MULTIEQUAL_-1206969046'), (u'CALL_-1206970882', u'INDIRECT_-1206968138'), ('tmp_663', u'CBRANCH_-1206971358'), (u'COPY_-1206970994', u'MULTIEQUAL_-1206969116'), (u'INDIRECT_-1206969205', u'MULTIEQUAL_-1206969370'), (u'CALL_-1206970901', u'INDIRECT_-1206969778'), (u'CALL_-1206970999', u'INDIRECT_-1206969016'), (u'CALL_-1206971136', u'CALL_-1206970999'), (u'INT_AND_-1206970906', u'INT_LEFT_-1206970902'), (u'CALL_-1206970999', u'INDIRECT_-1206969052'), ('tmp_1932', u'BRANCH_-1206970999'), ('const-4294967295', u'INT_AND_-1206969740'), (u'CALL_-1206970966', u'INT_LESS_-1206970934'), ('const--68', u'PTRSUB_-1206968730'), ('const-0', u'COPY_-1206968879'), (u'INDIRECT_-1206968586', u'MULTIEQUAL_-1206968534'), (u'CALL_-1206971488', u'INDIRECT_-1206968708'), (u'CALL_-1206970610', u'INDIRECT_-1206968273'), ('const-0', u'PTRSUB_-1206968648'), ('tmp_913', u'CBRANCH_-1206971189'), (u'INDIRECT_-1206968238', u'MULTIEQUAL_-1206968334'), (u'CALL_-1206970678', u'INDIRECT_-1206968938'), ('tmp_775', u'CBRANCH_-1206971286'), (u'CALL_-1206970593', u'INDIRECT_-1206968352'), ('const-0', u'COPY_-1206971816'), (u'MULTIEQUAL_-1206968705', u'CBRANCH_-1206970563'), (u'COPY_-1206968026', u'CALL_-1206970701'), (u'INDIRECT_-1206968712', u'COPY_-1206968770'), (u'CALL_-1206971799', u'BRANCHIND_-1206971726'), (u'CALL_-1206970630', u'INDIRECT_-1206968310'), (u'MULTIEQUAL_-1206969149', u'MULTIEQUAL_-1206969149'), ('const-1', u'INT_LEFT_-1206970902'), (u'CALL_-1206971799', u'INDIRECT_-1206969888'), ('const-1057002', u'COPY_-1206967954'), (u'CALL_-1206970970', u'INDIRECT_-1206969002'), (u'CAST_-1206968543', u'LOAD_-1206971626'), (u'MULTIEQUAL_-1206969009', u'MULTIEQUAL_-1206969002'), (u'INDIRECT_-1206968839', u'MULTIEQUAL_-1206969002'), (u'INDIRECT_-1206969376', u'MULTIEQUAL_-1206969367'), (u'INDIRECT_-1206968884', u'MULTIEQUAL_-1206969403'), ('const-1059416', u'COPY_-1206968121'), (u'MULTIEQUAL_-1206968989', u'INT_SEXT_-1206970611'), ('tmp_2431', u'BRANCH_-1206970883'), (u'INDIRECT_-1206969297', u'MULTIEQUAL_-1206969483'), (u'INDIRECT_-1206969306', u'MULTIEQUAL_-1206969377'), (u'INDIRECT_-1206969234', u'MULTIEQUAL_-1206969403'), (u'CALL_-1206970587', u'INDIRECT_-1206968166'), (u'MULTIEQUAL_-1206969149', u'CALL_-1206971136'), (u'INDIRECT_-1206969494', u'MULTIEQUAL_-1206969771'), (u'CALL_-1206970966', u'INDIRECT_-1206968759'), (u'INDIRECT_-1206969124', u'MULTIEQUAL_-1206969070'), ('tmp_2362', u'BRANCH_-1206970930'), (u'INDIRECT_-1206968740', u'MULTIEQUAL_-1206969009'), (u'INT_2COMP_-1206970622', u'CALL_-1206970619'), ('const-0', u'COPY_-1206971878'), ('const-0', u'INT_EQUAL_-1206970831'), (u'CALL_-1206970593', u'INDIRECT_-1206968926'), (u'CALL_-1206970610', u'INDIRECT_-1206968814'), (u'INDIRECT_-1206968265', u'MULTIEQUAL_-1206968430'), ('const-0', u'INT_EQUAL_-1206971222'), ('tmp_1941', u'BRANCH_-1206970985'), (u'INT_EQUAL_-1206970573', u'CBRANCH_-1206970571'), (u'CALL_-1206970966', u'MULTIEQUAL_-1206968743'), (u'INDIRECT_-1206969145', u'MULTIEQUAL_-1206969241'), ('const-433', u'LOAD_-1206970618'), (u'CALL_-1206971488', u'INDIRECT_-1206968675'), (u'MULTIEQUAL_-1206969215', u'MULTIEQUAL_-1206969215'), ('const-433', u'LOAD_-1206971626'), ('tmp_1307', u'CBRANCH_-1206970720'), ('tmp_7135', u'INT_ADD_-1206970602'), (u'COPY_-1206968453', u'CALL_-1206971460'), (u'INDIRECT_-1206969522', u'INT_SEXT_-1206971342'), (u'INDIRECT_-1206968298', u'MULTIEQUAL_-1206968463'), ('const-0', u'RETURN_-1206971540'), (u'COPY_-1206968906', u'MULTIEQUAL_-1206968743'), (u'INDIRECT_-1206969522', u'INT_SLESS_-1206971351'), ('tmp_1731', u'BRANCH_-1206970675'), (u'CALL_-1206970619', u'CALL_-1206970587'), ('const-0', u'INT_NOTEQUAL_-1206970759'), (u'INDIRECT_-1206968352', u'MULTIEQUAL_-1206968334'), ('const-1058152', u'COPY_-1206968453'), (u'CALL_-1206970901', u'INDIRECT_-1206969376'), (u'COPY_-1206968379', u'MULTIEQUAL_-1206968606'), (u'INDIRECT_-1206968803', u'MULTIEQUAL_-1206968966'), (u'INT_2COMP_-1206970761', u'MULTIEQUAL_-1206968978'), ('const-4295036928', u'INT_AND_-1206970817'), ('const-433', u'LOAD_-1206971339'), (u'INT_AND_-1206969740', u'CALL_-1206970970'), ('const-433', u'LOAD_-1206971968'), (u'CALL_-1206970701', u'INDIRECT_-1206968244'), (u'INDIRECT_-1206968704', u'MULTIEQUAL_-1206968973'), (u'INDIRECT_-1206969364', u'MULTIEQUAL_-1206969332'), (u'CALL_-1206970882', u'INDIRECT_-1206968676'), ('const-0', u'COPY_-1206971894'), ('const-1056955', u'COPY_-1206968348'), (u'CALL_-1206970593', u'INDIRECT_-1206969292'), (u'INDIRECT_-1206968704', u'MULTIEQUAL_-1206968892'), ('const-1', u'COPY_-1206969066'), (u'INT_NOTEQUAL_-1206970759', u'CBRANCH_-1206970757'), ('const-40', u'INT_ADD_-1206971612'), ('const-1', u'COPY_-1206968502'), (u'COPY_-1206971894', u'MULTIEQUAL_-1206969083'), (u'INDIRECT_-1206968948', u'MULTIEQUAL_-1206968392'), (u'MULTIEQUAL_-1206968709', u'MULTIEQUAL_-1206968709'), (u'CALL_-1206970726', u'INDIRECT_-1206969364'), (u'MULTIEQUAL_-1206968712', u'CALL_-1206970999'), (u'MULTIEQUAL_-1206968973', u'MULTIEQUAL_-1206968966'), (u'INT_LEFT_-1206970902', u'INT_AND_-1206970817'), ('const-8', u'INT_MULT_-1206971311'), ('tmp_7135', u'INT_ADD_-1206971323'), (u'COPY_-1206968670', u'MULTIEQUAL_-1206968606'), (u'CALL_-1206971205', u'INDIRECT_-1206969526'), ('const-4294967295', u'INT_EQUAL_-1206971784'), (u'INDIRECT_-1206968974', u'MULTIEQUAL_-1206969403'), (u'INDIRECT_-1206968554', u'MULTIEQUAL_-1206968831'), ('tmp_7135', u'CALL_-1206971799'), ('tmp_813', u'CBRANCH_-1206971261'), (u'INDIRECT_-1206968166', u'MULTIEQUAL_-1206968437'), (u'MULTIEQUAL_-1206968712', u'INT_NOTEQUAL_-1206970759'), (u'CALL_-1206970726', u'INDIRECT_-1206968962'), ('const-1058152', u'COPY_-1206968086'), (u'INT_EQUAL_-1206970938', u'CBRANCH_-1206970936'), (u'INT_ADD_-1206970565', u'MULTIEQUAL_-1206968873'), (u'CALL_-1206970791', u'INDIRECT_-1206969240'), ('const-0', u'INT_EQUAL_-1206970722'), ('const-1', u'COPY_-1206968533'), ('tmp_1766', u'CBRANCH_-1206970563'), (u'INT_EQUAL_-1206970722', u'CBRANCH_-1206970720'), (u'INDIRECT_-1206968166', u'MULTIEQUAL_-1206968356'), (u'INDIRECT_-1206968735', u'MULTIEQUAL_-1206968864'), ('tmp_7430', u'CALL_-1206971799'), (u'MULTIEQUAL_-1206969370', u'MULTIEQUAL_-1206969771'), (u'COPY_-1206968502', u'MULTIEQUAL_-1206968606'), ('const-1', u'COPY_-1206970917'), (u'CALL_-1206970593', u'INDIRECT_-1206968890'), (u'INT_SLESS_-1206970541', u'CBRANCH_-1206970548'), (u'CALL_-1206970610', u'INDIRECT_-1206968240'), ('const-1', u'INT_ADD_-1206971018'), (u'INDIRECT_-1206968838', u'MULTIEQUAL_-1206968831'), ('const-1056892', u'COPY_-1206968729'), (u'MULTIEQUAL_-1206968463', u'MULTIEQUAL_-1206968864'), (u'INDIRECT_-1206968743', u'MULTIEQUAL_-1206968837'), (u'MULTIEQUAL_-1206969377', u'MULTIEQUAL_-1206969370'), (u'CALL_-1206970771', u'INDIRECT_-1206968399'), (u'CALL_-1206970678', u'INDIRECT_-1206968400'), ('tmp_1427', u'CBRANCH_-1206970571'), (u'INDIRECT_-1206969526', u'MULTIEQUAL_-1206969474'), (u'MULTIEQUAL_-1206968214', u'INT_SLESS_-1206970918'), ('tmp_291', u'CBRANCH_-1206971782'), (u'INDIRECT_-1206969160', u'MULTIEQUAL_-1206969106'), (u'MULTIEQUAL_-1206968712', u'MULTIEQUAL_-1206968712'), (u'CALL_-1206970630', u'INDIRECT_-1206969250'), (u'CALL_-1206970610', u'INDIRECT_-1206969180'), (u'CAST_-1206968053', u'LOAD_-1206970618'), (u'INDIRECT_-1206969159', u'MULTIEQUAL_-1206969296'), (u'INDIRECT_-1206968779', u'MULTIEQUAL_-1206968873'), (u'INDIRECT_-1206969486', u'CALL_-1206970966'), ('const-1', u'CALL_-1206971205'), ('const-0', u'INT_SLESS_-1206970918'), (u'CALL_-1206970587', u'INDIRECT_-1206968199'), (u'COPY_-1206968677', u'MULTIEQUAL_-1206968705')] | null | null | 00101170 | x64 | O2 | (translation_unit "int FUN_00101170(int param_1,long param_2)\n\n{\n bool bVar1;\n bool bVar2;\n char cVar3;\n int iVar4;\n uint uVar5;\n int iVar6;\n ulong uVar7;\n undefined8 uVar8;\n long lVar9;\n int iVar10;\n long in_FS_OFFSET;\n char local_5a;\n undefined4 local_58;\n undefined1 local_53;\n undefined1 local_52;\n undefined1 local_51;\n undefined4 local_50;\n int local_4c;\n undefined4 local_44;\n long local_40;\n \n iVar10 = 0;\n uVar5 = 0x10;\n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n local_4c = 0;\n bVar2 = false;\n bVar1 = false;\n local_50 = 0;\n local_51 = 0;\n local_53 = 0;\n local_5a = '\0';\n local_58 = 0;\n local_52 = 0;\n do {\n local_44 = 0;\n iVar4 = getopt_long(param_1,param_2,"cehHil:prRvV",&PTR_s_ck_cond_00105020,&local_44);\n if (iVar4 == -1) {\n lVar9 = 0;\n if (optind < param_1) {\n lVar9 = (long)optind;\n optind = optind + 1;\n lVar9 = *(long *)(param_2 + lVar9 * 8);\n if (optind < param_1) goto LAB_00101446;\n }\n if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;\n if (lVar9 == 0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }\n if ((local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);\n if ((int)uVar7 < 0) {\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }\n else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }\n if ((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar6 < 0) {\n iVar6 = 99;\n }\n }\n else {\n iVar6 = 0xf;\n perror("sg_set_binary_mode");\n }\n goto LAB_0010125b;\n }\n switch(iVar4) {\n case 0x3f:\n case 0x68:\n iVar6 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n default:\n iVar6 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n case 0x48:\n local_4c = local_4c + 1;\n break;\n case 0x52:\n local_53 = 1;\n break;\n case 0x56:\n bVar2 = true;\n break;\n case 99:\n local_51 = 1;\n break;\n case 0x65:\n local_50 = 1;\n break;\n case 0x69:\n local_58 = 1;\n break;\n case 0x6c:\n uVar5 = sg_get_num(optarg);\n if ((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)) goto LAB_001012d3;\n break;\n case 0x70:\n local_52 = 1;\n break;\n case 0x72:\n local_5a = '\x01';\n break;\n case 0x76:\n iVar10 = iVar10 + 1;\n bVar1 = true;\n }\n } while( true );\nLAB_001012d3:\n iVar6 = 1;\n pr2serr("argument to \'--len\' should be 12, 16 or 32\n");\n goto LAB_0010125b;\nLAB_00101446:\n do {\n pr2serr("Unexpected extra argument: %s\n",*(undefined8 *)(param_2 + (long)optind * 8));\n optind = optind + 1;\n } while (optind < param_1);\nLAB_00101469:\n iVar6 = 1;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\nLAB_0010125b:\n if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar6;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}\n\n" (function_definition "int FUN_00101170(int param_1,long param_2)\n\n{\n bool bVar1;\n bool bVar2;\n char cVar3;\n int iVar4;\n uint uVar5;\n int iVar6;\n ulong uVar7;\n undefined8 uVar8;\n long lVar9;\n int iVar10;\n long in_FS_OFFSET;\n char local_5a;\n undefined4 local_58;\n undefined1 local_53;\n undefined1 local_52;\n undefined1 local_51;\n undefined4 local_50;\n int local_4c;\n undefined4 local_44;\n long local_40;\n \n iVar10 = 0;\n uVar5 = 0x10;\n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n local_4c = 0;\n bVar2 = false;\n bVar1 = false;\n local_50 = 0;\n local_51 = 0;\n local_53 = 0;\n local_5a = '\0';\n local_58 = 0;\n local_52 = 0;\n do {\n local_44 = 0;\n iVar4 = getopt_long(param_1,param_2,"cehHil:prRvV",&PTR_s_ck_cond_00105020,&local_44);\n if (iVar4 == -1) {\n lVar9 = 0;\n if (optind < param_1) {\n lVar9 = (long)optind;\n optind = optind + 1;\n lVar9 = *(long *)(param_2 + lVar9 * 8);\n if (optind < param_1) goto LAB_00101446;\n }\n if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;\n if (lVar9 == 0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }\n if ((local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);\n if ((int)uVar7 < 0) {\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }\n else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }\n if ((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar6 < 0) {\n iVar6 = 99;\n }\n }\n else {\n iVar6 = 0xf;\n perror("sg_set_binary_mode");\n }\n goto LAB_0010125b;\n }\n switch(iVar4) {\n case 0x3f:\n case 0x68:\n iVar6 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n default:\n iVar6 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n case 0x48:\n local_4c = local_4c + 1;\n break;\n case 0x52:\n local_53 = 1;\n break;\n case 0x56:\n bVar2 = true;\n break;\n case 99:\n local_51 = 1;\n break;\n case 0x65:\n local_50 = 1;\n break;\n case 0x69:\n local_58 = 1;\n break;\n case 0x6c:\n uVar5 = sg_get_num(optarg);\n if ((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)) goto LAB_001012d3;\n break;\n case 0x70:\n local_52 = 1;\n break;\n case 0x72:\n local_5a = '\x01';\n break;\n case 0x76:\n iVar10 = iVar10 + 1;\n bVar1 = true;\n }\n } while( true );\nLAB_001012d3:\n iVar6 = 1;\n pr2serr("argument to \'--len\' should be 12, 16 or 32\n");\n goto LAB_0010125b;\nLAB_00101446:\n do {\n pr2serr("Unexpected extra argument: %s\n",*(undefined8 *)(param_2 + (long)optind * 8));\n optind = optind + 1;\n } while (optind < param_1);\nLAB_00101469:\n iVar6 = 1;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\nLAB_0010125b:\n if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar6;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" primitive_type (function_declarator "FUN_00101170(int param_1,long param_2)" identifier (parameter_list "(int param_1,long param_2)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n bool bVar1;\n bool bVar2;\n char cVar3;\n int iVar4;\n uint uVar5;\n int iVar6;\n ulong uVar7;\n undefined8 uVar8;\n long lVar9;\n int iVar10;\n long in_FS_OFFSET;\n char local_5a;\n undefined4 local_58;\n undefined1 local_53;\n undefined1 local_52;\n undefined1 local_51;\n undefined4 local_50;\n int local_4c;\n undefined4 local_44;\n long local_40;\n \n iVar10 = 0;\n uVar5 = 0x10;\n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n local_4c = 0;\n bVar2 = false;\n bVar1 = false;\n local_50 = 0;\n local_51 = 0;\n local_53 = 0;\n local_5a = '\0';\n local_58 = 0;\n local_52 = 0;\n do {\n local_44 = 0;\n iVar4 = getopt_long(param_1,param_2,"cehHil:prRvV",&PTR_s_ck_cond_00105020,&local_44);\n if (iVar4 == -1) {\n lVar9 = 0;\n if (optind < param_1) {\n lVar9 = (long)optind;\n optind = optind + 1;\n lVar9 = *(long *)(param_2 + lVar9 * 8);\n if (optind < param_1) goto LAB_00101446;\n }\n if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;\n if (lVar9 == 0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }\n if ((local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);\n if ((int)uVar7 < 0) {\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }\n else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }\n if ((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar6 < 0) {\n iVar6 = 99;\n }\n }\n else {\n iVar6 = 0xf;\n perror("sg_set_binary_mode");\n }\n goto LAB_0010125b;\n }\n switch(iVar4) {\n case 0x3f:\n case 0x68:\n iVar6 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n default:\n iVar6 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n case 0x48:\n local_4c = local_4c + 1;\n break;\n case 0x52:\n local_53 = 1;\n break;\n case 0x56:\n bVar2 = true;\n break;\n case 99:\n local_51 = 1;\n break;\n case 0x65:\n local_50 = 1;\n break;\n case 0x69:\n local_58 = 1;\n break;\n case 0x6c:\n uVar5 = sg_get_num(optarg);\n if ((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)) goto LAB_001012d3;\n break;\n case 0x70:\n local_52 = 1;\n break;\n case 0x72:\n local_5a = '\x01';\n break;\n case 0x76:\n iVar10 = iVar10 + 1;\n bVar1 = true;\n }\n } while( true );\nLAB_001012d3:\n iVar6 = 1;\n pr2serr("argument to \'--len\' should be 12, 16 or 32\n");\n goto LAB_0010125b;\nLAB_00101446:\n do {\n pr2serr("Unexpected extra argument: %s\n",*(undefined8 *)(param_2 + (long)optind * 8));\n optind = optind + 1;\n } while (optind < param_1);\nLAB_00101469:\n iVar6 = 1;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\nLAB_0010125b:\n if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar6;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" { (declaration "bool bVar1;" primitive_type identifier ;) (declaration "bool bVar2;" primitive_type identifier ;) (declaration "char cVar3;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "ulong uVar7;" type_identifier identifier ;) (declaration "undefined8 uVar8;" type_identifier identifier ;) (declaration "long lVar9;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar10;" primitive_type identifier ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "char local_5a;" primitive_type identifier ;) (declaration "undefined4 local_58;" type_identifier identifier ;) (declaration "undefined1 local_53;" type_identifier identifier ;) (declaration "undefined1 local_52;" type_identifier identifier ;) (declaration "undefined1 local_51;" type_identifier identifier ;) (declaration "undefined4 local_50;" type_identifier identifier ;) (declaration "int local_4c;" primitive_type identifier ;) (declaration "undefined4 local_44;" type_identifier identifier ;) (declaration "long local_40;" (sized_type_specifier "long" long) identifier ;) (expression_statement "iVar10 = 0;" (assignment_expression "iVar10 = 0" identifier = number_literal) ;) (expression_statement "uVar5 = 0x10;" (assignment_expression "uVar5 = 0x10" identifier = number_literal) ;) (expression_statement "local_40 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_40 = *(long *)(in_FS_OFFSET + 0x28)" identifier = (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) ;) (expression_statement "local_4c = 0;" (assignment_expression "local_4c = 0" identifier = number_literal) ;) (expression_statement "bVar2 = false;" (assignment_expression "bVar2 = false" identifier = false) ;) (expression_statement "bVar1 = false;" (assignment_expression "bVar1 = false" identifier = false) ;) (expression_statement "local_50 = 0;" (assignment_expression "local_50 = 0" identifier = number_literal) ;) (expression_statement "local_51 = 0;" (assignment_expression "local_51 = 0" identifier = number_literal) ;) (expression_statement "local_53 = 0;" (assignment_expression "local_53 = 0" identifier = number_literal) ;) (expression_statement "local_5a = '\0';" (assignment_expression "local_5a = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "local_58 = 0;" (assignment_expression "local_58 = 0" identifier = number_literal) ;) (expression_statement "local_52 = 0;" (assignment_expression "local_52 = 0" identifier = number_literal) ;) (do_statement "do {\n local_44 = 0;\n iVar4 = getopt_long(param_1,param_2,"cehHil:prRvV",&PTR_s_ck_cond_00105020,&local_44);\n if (iVar4 == -1) {\n lVar9 = 0;\n if (optind < param_1) {\n lVar9 = (long)optind;\n optind = optind + 1;\n lVar9 = *(long *)(param_2 + lVar9 * 8);\n if (optind < param_1) goto LAB_00101446;\n }\n if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;\n if (lVar9 == 0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }\n if ((local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);\n if ((int)uVar7 < 0) {\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }\n else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }\n if ((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar6 < 0) {\n iVar6 = 99;\n }\n }\n else {\n iVar6 = 0xf;\n perror("sg_set_binary_mode");\n }\n goto LAB_0010125b;\n }\n switch(iVar4) {\n case 0x3f:\n case 0x68:\n iVar6 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n default:\n iVar6 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n case 0x48:\n local_4c = local_4c + 1;\n break;\n case 0x52:\n local_53 = 1;\n break;\n case 0x56:\n bVar2 = true;\n break;\n case 99:\n local_51 = 1;\n break;\n case 0x65:\n local_50 = 1;\n break;\n case 0x69:\n local_58 = 1;\n break;\n case 0x6c:\n uVar5 = sg_get_num(optarg);\n if ((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)) goto LAB_001012d3;\n break;\n case 0x70:\n local_52 = 1;\n break;\n case 0x72:\n local_5a = '\x01';\n break;\n case 0x76:\n iVar10 = iVar10 + 1;\n bVar1 = true;\n }\n } while( true );" do (compound_statement "{\n local_44 = 0;\n iVar4 = getopt_long(param_1,param_2,"cehHil:prRvV",&PTR_s_ck_cond_00105020,&local_44);\n if (iVar4 == -1) {\n lVar9 = 0;\n if (optind < param_1) {\n lVar9 = (long)optind;\n optind = optind + 1;\n lVar9 = *(long *)(param_2 + lVar9 * 8);\n if (optind < param_1) goto LAB_00101446;\n }\n if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;\n if (lVar9 == 0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }\n if ((local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);\n if ((int)uVar7 < 0) {\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }\n else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }\n if ((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar6 < 0) {\n iVar6 = 99;\n }\n }\n else {\n iVar6 = 0xf;\n perror("sg_set_binary_mode");\n }\n goto LAB_0010125b;\n }\n switch(iVar4) {\n case 0x3f:\n case 0x68:\n iVar6 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n default:\n iVar6 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n case 0x48:\n local_4c = local_4c + 1;\n break;\n case 0x52:\n local_53 = 1;\n break;\n case 0x56:\n bVar2 = true;\n break;\n case 99:\n local_51 = 1;\n break;\n case 0x65:\n local_50 = 1;\n break;\n case 0x69:\n local_58 = 1;\n break;\n case 0x6c:\n uVar5 = sg_get_num(optarg);\n if ((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)) goto LAB_001012d3;\n break;\n case 0x70:\n local_52 = 1;\n break;\n case 0x72:\n local_5a = '\x01';\n break;\n case 0x76:\n iVar10 = iVar10 + 1;\n bVar1 = true;\n }\n }" { (expression_statement "local_44 = 0;" (assignment_expression "local_44 = 0" identifier = number_literal) ;) (expression_statement "iVar4 = getopt_long(param_1,param_2,"cehHil:prRvV",&PTR_s_ck_cond_00105020,&local_44);" (assignment_expression "iVar4 = getopt_long(param_1,param_2,"cehHil:prRvV",&PTR_s_ck_cond_00105020,&local_44)" identifier = (call_expression "getopt_long(param_1,param_2,"cehHil:prRvV",&PTR_s_ck_cond_00105020,&local_44)" identifier (argument_list "(param_1,param_2,"cehHil:prRvV",&PTR_s_ck_cond_00105020,&local_44)" ( identifier , identifier , (string_literal ""cehHil:prRvV"" " string_content ") , (pointer_expression "&PTR_s_ck_cond_00105020" & identifier) , (pointer_expression "&local_44" & identifier) )))) ;) (if_statement "if (iVar4 == -1) {\n lVar9 = 0;\n if (optind < param_1) {\n lVar9 = (long)optind;\n optind = optind + 1;\n lVar9 = *(long *)(param_2 + lVar9 * 8);\n if (optind < param_1) goto LAB_00101446;\n }\n if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;\n if (lVar9 == 0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }\n if ((local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);\n if ((int)uVar7 < 0) {\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }\n else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }\n if ((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar6 < 0) {\n iVar6 = 99;\n }\n }\n else {\n iVar6 = 0xf;\n perror("sg_set_binary_mode");\n }\n goto LAB_0010125b;\n }" if (parenthesized_expression "(iVar4 == -1)" ( (binary_expression "iVar4 == -1" identifier == number_literal) )) (compound_statement "{\n lVar9 = 0;\n if (optind < param_1) {\n lVar9 = (long)optind;\n optind = optind + 1;\n lVar9 = *(long *)(param_2 + lVar9 * 8);\n if (optind < param_1) goto LAB_00101446;\n }\n if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;\n if (lVar9 == 0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }\n if ((local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);\n if ((int)uVar7 < 0) {\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }\n else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }\n if ((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar6 < 0) {\n iVar6 = 99;\n }\n }\n else {\n iVar6 = 0xf;\n perror("sg_set_binary_mode");\n }\n goto LAB_0010125b;\n }" { (expression_statement "lVar9 = 0;" (assignment_expression "lVar9 = 0" identifier = number_literal) ;) (if_statement "if (optind < param_1) {\n lVar9 = (long)optind;\n optind = optind + 1;\n lVar9 = *(long *)(param_2 + lVar9 * 8);\n if (optind < param_1) goto LAB_00101446;\n }" if (parenthesized_expression "(optind < param_1)" ( (binary_expression "optind < param_1" identifier < identifier) )) (compound_statement "{\n lVar9 = (long)optind;\n optind = optind + 1;\n lVar9 = *(long *)(param_2 + lVar9 * 8);\n if (optind < param_1) goto LAB_00101446;\n }" { (expression_statement "lVar9 = (long)optind;" (assignment_expression "lVar9 = (long)optind" identifier = (cast_expression "(long)optind" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "optind = optind + 1;" (assignment_expression "optind = optind + 1" identifier = (binary_expression "optind + 1" identifier + number_literal)) ;) (expression_statement "lVar9 = *(long *)(param_2 + lVar9 * 8);" (assignment_expression "lVar9 = *(long *)(param_2 + lVar9 * 8)" identifier = (pointer_expression "*(long *)(param_2 + lVar9 * 8)" * (cast_expression "(long *)(param_2 + lVar9 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + lVar9 * 8)" ( (binary_expression "param_2 + lVar9 * 8" identifier + (binary_expression "lVar9 * 8" identifier * number_literal)) ))))) ;) (if_statement "if (optind < param_1) goto LAB_00101446;" if (parenthesized_expression "(optind < param_1)" ( (binary_expression "optind < param_1" identifier < identifier) )) (goto_statement "goto LAB_00101446;" goto statement_identifier ;)) })) (if_statement "if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;" if (parenthesized_expression "(bVar1)" ( identifier )) (compound_statement "{\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }" { (if_statement "if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }" if (parenthesized_expression "(bVar2)" ( identifier )) (compound_statement "{\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }" { (expression_statement "pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");" (call_expression "pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n")" identifier (argument_list "("Not in DEBUG mode, so \'-vV\' has no special action\n")" ( (string_literal ""Not in DEBUG mode, so \'-vV\' has no special action\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ") ))) ;) (labeled_statement "LAB_0010140d:\n iVar6 = 0;" statement_identifier : (expression_statement "iVar6 = 0;" (assignment_expression "iVar6 = 0" identifier = number_literal) ;)) (expression_statement "pr2serr("version: %s\n","1.17 20180515");" (call_expression "pr2serr("version: %s\n","1.17 20180515")" identifier (argument_list "("version: %s\n","1.17 20180515")" ( (string_literal ""version: %s\n"" " string_content escape_sequence ") , (string_literal ""1.17 20180515"" " string_content ") ))) ;) (goto_statement "goto LAB_0010125b;" goto statement_identifier ;) })) }) (else_clause "else if (bVar2) goto LAB_0010140d;" else (if_statement "if (bVar2) goto LAB_0010140d;" if (parenthesized_expression "(bVar2)" ( identifier )) (goto_statement "goto LAB_0010140d;" goto statement_identifier ;)))) (if_statement "if (lVar9 == 0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }" if (parenthesized_expression "(lVar9 == 0)" ( (binary_expression "lVar9 == 0" identifier == number_literal) )) (compound_statement "{\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }" { (expression_statement "pr2serr("Missing device name!\n\n");" (call_expression "pr2serr("Missing device name!\n\n")" identifier (argument_list "("Missing device name!\n\n")" ( (string_literal ""Missing device name!\n\n"" " string_content escape_sequence escape_sequence ") ))) ;) (goto_statement "goto LAB_00101469;" goto statement_identifier ;) })) (if_statement "if ((local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);\n if ((int)uVar7 < 0) {\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }\n else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }\n if ((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar6 < 0) {\n iVar6 = 99;\n }\n }\n else {\n iVar6 = 0xf;\n perror("sg_set_binary_mode");\n }" if (parenthesized_expression "((local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4))" ( (binary_expression "(local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)" (parenthesized_expression "(local_5a == '\0')" ( (binary_expression "local_5a == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) || (parenthesized_expression "(iVar4 = sg_set_binary_mode(1), -1 < iVar4)" ( (comma_expression "iVar4 = sg_set_binary_mode(1), -1 < iVar4" (assignment_expression "iVar4 = sg_set_binary_mode(1)" identifier = (call_expression "sg_set_binary_mode(1)" identifier (argument_list "(1)" ( number_literal )))) , (binary_expression "-1 < iVar4" number_literal < identifier)) ))) )) (compound_statement "{\n uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);\n if ((int)uVar7 < 0) {\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }\n else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }\n if ((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar6 < 0) {\n iVar6 = 99;\n }\n }" { (expression_statement "uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);" (assignment_expression "uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10)" identifier = (call_expression "sg_cmds_open_device(lVar9,local_53,iVar10)" identifier (argument_list "(lVar9,local_53,iVar10)" ( identifier , identifier , identifier )))) ;) (if_statement "if ((int)uVar7 < 0) {\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }\n else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }" if (parenthesized_expression "((int)uVar7 < 0)" ( (binary_expression "(int)uVar7 < 0" (cast_expression "(int)uVar7" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (compound_statement "{\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }" { (expression_statement "iVar4 = -(int)uVar7;" (assignment_expression "iVar4 = -(int)uVar7" identifier = (unary_expression "-(int)uVar7" - (cast_expression "(int)uVar7" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (if_statement "if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }" if (parenthesized_expression "(iVar10 != 0)" ( (binary_expression "iVar10 != 0" identifier != number_literal) )) (compound_statement "{\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }" { (expression_statement "uVar8 = safe_strerror(iVar4);" (assignment_expression "uVar8 = safe_strerror(iVar4)" identifier = (call_expression "safe_strerror(iVar4)" identifier (argument_list "(iVar4)" ( identifier )))) ;) (expression_statement "pr2serr("error opening file: %s: %s\n",lVar9,uVar8);" (call_expression "pr2serr("error opening file: %s: %s\n",lVar9,uVar8)" identifier (argument_list "("error opening file: %s: %s\n",lVar9,uVar8)" ( (string_literal ""error opening file: %s: %s\n"" " string_content escape_sequence ") , identifier , identifier ))) ;) })) (labeled_statement "LAB_00101434:\n iVar6 = sg_convert_errno(iVar4);" statement_identifier : (expression_statement "iVar6 = sg_convert_errno(iVar4);" (assignment_expression "iVar6 = sg_convert_errno(iVar4)" identifier = (call_expression "sg_convert_errno(iVar4)" identifier (argument_list "(iVar4)" ( identifier )))) ;)) }) (else_clause "else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }" else (compound_statement "{\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }" { (expression_statement "iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);" (assignment_expression "iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7)" identifier = (call_expression "FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7)" identifier (argument_list "(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7)" ( (binary_expression "uVar7 & 0xffffffff" identifier & number_literal) , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier )))) ;) (expression_statement "iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);" (assignment_expression "iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff)" identifier = (call_expression "sg_cmds_close_device(uVar7 & 0xffffffff)" identifier (argument_list "(uVar7 & 0xffffffff)" ( (binary_expression "uVar7 & 0xffffffff" identifier & number_literal) )))) ;) (if_statement "if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }" if (parenthesized_expression "(iVar4 < 0)" ( (binary_expression "iVar4 < 0" identifier < number_literal) )) (compound_statement "{\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }" { (expression_statement "iVar4 = -iVar4;" (assignment_expression "iVar4 = -iVar4" identifier = (unary_expression "-iVar4" - identifier)) ;) (expression_statement "uVar8 = safe_strerror(iVar4);" (assignment_expression "uVar8 = safe_strerror(iVar4)" identifier = (call_expression "safe_strerror(iVar4)" identifier (argument_list "(iVar4)" ( identifier )))) ;) (expression_statement "pr2serr("close error: %s\n",uVar8);" (call_expression "pr2serr("close error: %s\n",uVar8)" identifier (argument_list "("close error: %s\n",uVar8)" ( (string_literal ""close error: %s\n"" " string_content escape_sequence ") , identifier ))) ;) (if_statement "if (iVar6 == 0) goto LAB_00101434;" if (parenthesized_expression "(iVar6 == 0)" ( (binary_expression "iVar6 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00101434;" goto statement_identifier ;)) })) }))) (if_statement "if ((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }" if (parenthesized_expression "((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0'))" ( (binary_expression "(iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')" (parenthesized_expression "(iVar10 == 0)" ( (binary_expression "iVar10 == 0" identifier == number_literal) )) && (parenthesized_expression "(cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')" ( (comma_expression "cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0'" (assignment_expression "cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6)" identifier = (call_expression "sg_if_can2stderr("sg_sat_identify failed: ",iVar6)" identifier (argument_list "("sg_sat_identify failed: ",iVar6)" ( (string_literal ""sg_sat_identify failed: "" " string_content ") , identifier )))) , (binary_expression "cVar3 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence '))) ))) )) (compound_statement "{\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }" { (expression_statement "pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");" (call_expression "pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n")" identifier (argument_list "("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n")" ( (string_literal ""Some error occurred, try again with \'-v\' or \'-vv\' for more information\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") ))) ;) })) (if_statement "if (iVar6 < 0) {\n iVar6 = 99;\n }" if (parenthesized_expression "(iVar6 < 0)" ( (binary_expression "iVar6 < 0" identifier < number_literal) )) (compound_statement "{\n iVar6 = 99;\n }" { (expression_statement "iVar6 = 99;" (assignment_expression "iVar6 = 99" identifier = number_literal) ;) })) }) (else_clause "else {\n iVar6 = 0xf;\n perror("sg_set_binary_mode");\n }" else (compound_statement "{\n iVar6 = 0xf;\n perror("sg_set_binary_mode");\n }" { (expression_statement "iVar6 = 0xf;" (assignment_expression "iVar6 = 0xf" identifier = number_literal) ;) (expression_statement "perror("sg_set_binary_mode");" (call_expression "perror("sg_set_binary_mode")" identifier (argument_list "("sg_set_binary_mode")" ( (string_literal ""sg_set_binary_mode"" " string_content ") ))) ;) }))) (goto_statement "goto LAB_0010125b;" goto statement_identifier ;) })) (switch_statement "switch(iVar4) {\n case 0x3f:\n case 0x68:\n iVar6 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n default:\n iVar6 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n case 0x48:\n local_4c = local_4c + 1;\n break;\n case 0x52:\n local_53 = 1;\n break;\n case 0x56:\n bVar2 = true;\n break;\n case 99:\n local_51 = 1;\n break;\n case 0x65:\n local_50 = 1;\n break;\n case 0x69:\n local_58 = 1;\n break;\n case 0x6c:\n uVar5 = sg_get_num(optarg);\n if ((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)) goto LAB_001012d3;\n break;\n case 0x70:\n local_52 = 1;\n break;\n case 0x72:\n local_5a = '\x01';\n break;\n case 0x76:\n iVar10 = iVar10 + 1;\n bVar1 = true;\n }" switch (parenthesized_expression "(iVar4)" ( identifier )) (compound_statement "{\n case 0x3f:\n case 0x68:\n iVar6 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n default:\n iVar6 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n case 0x48:\n local_4c = local_4c + 1;\n break;\n case 0x52:\n local_53 = 1;\n break;\n case 0x56:\n bVar2 = true;\n break;\n case 99:\n local_51 = 1;\n break;\n case 0x65:\n local_50 = 1;\n break;\n case 0x69:\n local_58 = 1;\n break;\n case 0x6c:\n uVar5 = sg_get_num(optarg);\n if ((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)) goto LAB_001012d3;\n break;\n case 0x70:\n local_52 = 1;\n break;\n case 0x72:\n local_5a = '\x01';\n break;\n case 0x76:\n iVar10 = iVar10 + 1;\n bVar1 = true;\n }" { (case_statement "case 0x3f:" case number_literal :) (case_statement "case 0x68:\n iVar6 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;" case number_literal : (expression_statement "iVar6 = 0;" (assignment_expression "iVar6 = 0" identifier = number_literal) ;) (expression_statement "pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );" (call_expression "pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n )" identifier (argument_list "(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n )" ( (string_literal ""Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\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 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 ") ))) ;) (goto_statement "goto LAB_0010125b;" goto statement_identifier ;)) (case_statement "default:\n iVar6 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;" default : (expression_statement "iVar6 = 1;" (assignment_expression "iVar6 = 1" identifier = number_literal) ;) (expression_statement "pr2serr("unrecognised option code 0x%x ??\n",iVar4);" (call_expression "pr2serr("unrecognised option code 0x%x ??\n",iVar4)" identifier (argument_list "("unrecognised option code 0x%x ??\n",iVar4)" ( (string_literal ""unrecognised option code 0x%x ??\n"" " string_content escape_sequence ") , identifier ))) ;) (expression_statement "pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );" (call_expression "pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n )" identifier (argument_list "(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n )" ( (string_literal ""Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\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 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 ") ))) ;) (goto_statement "goto LAB_0010125b;" goto statement_identifier ;)) (case_statement "case 0x48:\n local_4c = local_4c + 1;\n break;" case number_literal : (expression_statement "local_4c = local_4c + 1;" (assignment_expression "local_4c = local_4c + 1" identifier = (binary_expression "local_4c + 1" identifier + number_literal)) ;) (break_statement "break;" break ;)) (case_statement "case 0x52:\n local_53 = 1;\n break;" case number_literal : (expression_statement "local_53 = 1;" (assignment_expression "local_53 = 1" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 0x56:\n bVar2 = true;\n break;" case number_literal : (expression_statement "bVar2 = true;" (assignment_expression "bVar2 = true" identifier = true) ;) (break_statement "break;" break ;)) (case_statement "case 99:\n local_51 = 1;\n break;" case number_literal : (expression_statement "local_51 = 1;" (assignment_expression "local_51 = 1" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 0x65:\n local_50 = 1;\n break;" case number_literal : (expression_statement "local_50 = 1;" (assignment_expression "local_50 = 1" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 0x69:\n local_58 = 1;\n break;" case number_literal : (expression_statement "local_58 = 1;" (assignment_expression "local_58 = 1" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 0x6c:\n uVar5 = sg_get_num(optarg);\n if ((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)) goto LAB_001012d3;\n break;" case number_literal : (expression_statement "uVar5 = sg_get_num(optarg);" (assignment_expression "uVar5 = sg_get_num(optarg)" identifier = (call_expression "sg_get_num(optarg)" identifier (argument_list "(optarg)" ( identifier )))) ;) (if_statement "if ((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)) goto LAB_001012d3;" if (parenthesized_expression "((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0))" ( (binary_expression "(0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)" (parenthesized_expression "(0x20 < uVar5)" ( (binary_expression "0x20 < uVar5" number_literal < identifier) )) || (parenthesized_expression "((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)" ( (binary_expression "(1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0" (parenthesized_expression "(1L << ((byte)uVar5 & 0x3f) & 0x100011000U)" ( (binary_expression "1L << ((byte)uVar5 & 0x3f) & 0x100011000U" (binary_expression "1L << ((byte)uVar5 & 0x3f)" number_literal << (parenthesized_expression "((byte)uVar5 & 0x3f)" ( (binary_expression "(byte)uVar5 & 0x3f" (cast_expression "(byte)uVar5" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) ))) & number_literal) )) == number_literal) ))) )) (goto_statement "goto LAB_001012d3;" goto statement_identifier ;)) (break_statement "break;" break ;)) (case_statement "case 0x70:\n local_52 = 1;\n break;" case number_literal : (expression_statement "local_52 = 1;" (assignment_expression "local_52 = 1" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 0x72:\n local_5a = '\x01';\n break;" case number_literal : (expression_statement "local_5a = '\x01';" (assignment_expression "local_5a = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) (break_statement "break;" break ;)) (case_statement "case 0x76:\n iVar10 = iVar10 + 1;\n bVar1 = true;" case number_literal : (expression_statement "iVar10 = iVar10 + 1;" (assignment_expression "iVar10 = iVar10 + 1" identifier = (binary_expression "iVar10 + 1" identifier + number_literal)) ;) (expression_statement "bVar1 = true;" (assignment_expression "bVar1 = true" identifier = true) ;)) })) }) while (parenthesized_expression "( true )" ( true )) ;) (labeled_statement "LAB_001012d3:\n iVar6 = 1;" statement_identifier : (expression_statement "iVar6 = 1;" (assignment_expression "iVar6 = 1" identifier = number_literal) ;)) (expression_statement "pr2serr("argument to \'--len\' should be 12, 16 or 32\n");" (call_expression "pr2serr("argument to \'--len\' should be 12, 16 or 32\n")" identifier (argument_list "("argument to \'--len\' should be 12, 16 or 32\n")" ( (string_literal ""argument to \'--len\' should be 12, 16 or 32\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ") ))) ;) (goto_statement "goto LAB_0010125b;" goto statement_identifier ;) (labeled_statement "LAB_00101446:\n do {\n pr2serr("Unexpected extra argument: %s\n",*(undefined8 *)(param_2 + (long)optind * 8));\n optind = optind + 1;\n } while (optind < param_1);" statement_identifier : (do_statement "do {\n pr2serr("Unexpected extra argument: %s\n",*(undefined8 *)(param_2 + (long)optind * 8));\n optind = optind + 1;\n } while (optind < param_1);" do (compound_statement "{\n pr2serr("Unexpected extra argument: %s\n",*(undefined8 *)(param_2 + (long)optind * 8));\n optind = optind + 1;\n }" { (expression_statement "pr2serr("Unexpected extra argument: %s\n",*(undefined8 *)(param_2 + (long)optind * 8));" (call_expression "pr2serr("Unexpected extra argument: %s\n",*(undefined8 *)(param_2 + (long)optind * 8))" identifier (argument_list "("Unexpected extra argument: %s\n",*(undefined8 *)(param_2 + (long)optind * 8))" ( (string_literal ""Unexpected extra argument: %s\n"" " string_content escape_sequence ") , (pointer_expression "*(undefined8 *)(param_2 + (long)optind * 8)" * (cast_expression "(undefined8 *)(param_2 + (long)optind * 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + (long)optind * 8)" ( (binary_expression "param_2 + (long)optind * 8" identifier + (binary_expression "(long)optind * 8" (cast_expression "(long)optind" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) )))) ))) ;) (expression_statement "optind = optind + 1;" (assignment_expression "optind = optind + 1" identifier = (binary_expression "optind + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(optind < param_1)" ( (binary_expression "optind < param_1" identifier < identifier) )) ;)) (labeled_statement "LAB_00101469:\n iVar6 = 1;" statement_identifier : (expression_statement "iVar6 = 1;" (assignment_expression "iVar6 = 1" identifier = number_literal) ;)) (expression_statement "pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );" (call_expression "pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n )" identifier (argument_list "(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n )" ( (string_literal ""Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\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 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 ") ))) ;) (labeled_statement "LAB_0010125b:\n if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar6;\n }" statement_identifier : (if_statement "if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar6;\n }" if (parenthesized_expression "(local_40 == *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "local_40 == *(long *)(in_FS_OFFSET + 0x28)" identifier == (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n return iVar6;\n }" { (return_statement "return iVar6;" return identifier ;) }))) comment (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "int main(int argc,char **argv)\n\n{\n bool bVar1;\n bool bVar2;\n _Bool extend;\n _Bool do_ident;\n char cVar3;\n int iVar4;\n uint cdb_len;\n int iVar5;\n undefined8 uVar6;\n long lVar7;\n char *pcVar8;\n int verbose;\n long in_FS_OFFSET;\n _Bool local_5a;\n undefined1 local_53;\n _Bool local_52;\n _Bool local_51;\n int local_4c;\n int option_index;\n long local_40;\n \n verbose = 0;\n cdb_len = 0x10;\n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n local_4c = 0;\n bVar2 = false;\n bVar1 = false;\n extend = false;\n local_51 = false;\n local_53 = 0;\n local_5a = false;\n do_ident = false;\n local_52 = false;\n do {\n option_index = 0;\n iVar4 = getopt_long(argc,argv,"cehHil:prRvV",long_options,&option_index);\n if (iVar4 == -1) {\n pcVar8 = (char *)0x0;\n if (optind < argc) {\n lVar7 = (long)optind;\n optind = optind + 1;\n pcVar8 = argv[lVar7];\n if (optind < argc) goto LAB_00101446;\n }\n if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar5 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;\n if (pcVar8 == (char *)0x0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }\n if ((local_5a == false) || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n iVar4 = sg_cmds_open_device(pcVar8,local_53,verbose);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n if (verbose != 0) {\n uVar6 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",pcVar8,uVar6);\n }\nLAB_00101434:\n iVar5 = sg_convert_errno(iVar4);\n }\n else {\n iVar5 = do_identify_dev(iVar4,local_52,cdb_len,local_51,extend,do_ident,local_4c,local_5a,\n verbose);\n iVar4 = sg_cmds_close_device(iVar4);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar6 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar6);\n if (iVar5 == 0) goto LAB_00101434;\n }\n }\n if ((verbose == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar5), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar5 < 0) {\n iVar5 = 99;\n }\n }\n else {\n iVar5 = 0xf;\n perror("sg_set_binary_mode");\n }\n goto LAB_0010125b;\n }\n switch(iVar4) {\n case 0x3f:\n case 0x68:\n iVar5 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n default:\n iVar5 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n case 0x48:\n local_4c = local_4c + 1;\n break;\n case 0x52:\n local_53 = 1;\n break;\n case 0x56:\n bVar2 = true;\n break;\n case 99:\n local_51 = true;\n break;\n case 0x65:\n extend = true;\n break;\n case 0x69:\n do_ident = true;\n break;\n case 0x6c:\n cdb_len = sg_get_num(optarg);\n if ((0x20 < cdb_len) || ((1L << ((byte)cdb_len & 0x3f) & 0x100011000U) == 0))\n goto LAB_001012d3;\n break;\n case 0x70:\n local_52 = true;\n break;\n case 0x72:\n local_5a = true;\n break;\n case 0x76:\n verbose = verbose + 1;\n bVar1 = true;\n }\n } while( true );\nLAB_001012d3:\n iVar5 = 1;\n pr2serr("argument to \'--len\' should be 12, 16 or 32\n");\n goto LAB_0010125b;\nLAB_00101446:\n do {\n pr2serr("Unexpected extra argument: %s\n",argv[optind]);\n optind = optind + 1;\n } while (optind < argc);\nLAB_00101469:\n iVar5 = 1;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\nLAB_0010125b:\n if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar5;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}\n\n" (function_definition "int main(int argc,char **argv)\n\n{\n bool bVar1;\n bool bVar2;\n _Bool extend;\n _Bool do_ident;\n char cVar3;\n int iVar4;\n uint cdb_len;\n int iVar5;\n undefined8 uVar6;\n long lVar7;\n char *pcVar8;\n int verbose;\n long in_FS_OFFSET;\n _Bool local_5a;\n undefined1 local_53;\n _Bool local_52;\n _Bool local_51;\n int local_4c;\n int option_index;\n long local_40;\n \n verbose = 0;\n cdb_len = 0x10;\n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n local_4c = 0;\n bVar2 = false;\n bVar1 = false;\n extend = false;\n local_51 = false;\n local_53 = 0;\n local_5a = false;\n do_ident = false;\n local_52 = false;\n do {\n option_index = 0;\n iVar4 = getopt_long(argc,argv,"cehHil:prRvV",long_options,&option_index);\n if (iVar4 == -1) {\n pcVar8 = (char *)0x0;\n if (optind < argc) {\n lVar7 = (long)optind;\n optind = optind + 1;\n pcVar8 = argv[lVar7];\n if (optind < argc) goto LAB_00101446;\n }\n if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar5 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;\n if (pcVar8 == (char *)0x0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }\n if ((local_5a == false) || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n iVar4 = sg_cmds_open_device(pcVar8,local_53,verbose);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n if (verbose != 0) {\n uVar6 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",pcVar8,uVar6);\n }\nLAB_00101434:\n iVar5 = sg_convert_errno(iVar4);\n }\n else {\n iVar5 = do_identify_dev(iVar4,local_52,cdb_len,local_51,extend,do_ident,local_4c,local_5a,\n verbose);\n iVar4 = sg_cmds_close_device(iVar4);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar6 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar6);\n if (iVar5 == 0) goto LAB_00101434;\n }\n }\n if ((verbose == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar5), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar5 < 0) {\n iVar5 = 99;\n }\n }\n else {\n iVar5 = 0xf;\n perror("sg_set_binary_mode");\n }\n goto LAB_0010125b;\n }\n switch(iVar4) {\n case 0x3f:\n case 0x68:\n iVar5 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n default:\n iVar5 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n case 0x48:\n local_4c = local_4c + 1;\n break;\n case 0x52:\n local_53 = 1;\n break;\n case 0x56:\n bVar2 = true;\n break;\n case 99:\n local_51 = true;\n break;\n case 0x65:\n extend = true;\n break;\n case 0x69:\n do_ident = true;\n break;\n case 0x6c:\n cdb_len = sg_get_num(optarg);\n if ((0x20 < cdb_len) || ((1L << ((byte)cdb_len & 0x3f) & 0x100011000U) == 0))\n goto LAB_001012d3;\n break;\n case 0x70:\n local_52 = true;\n break;\n case 0x72:\n local_5a = true;\n break;\n case 0x76:\n verbose = verbose + 1;\n bVar1 = true;\n }\n } while( true );\nLAB_001012d3:\n iVar5 = 1;\n pr2serr("argument to \'--len\' should be 12, 16 or 32\n");\n goto LAB_0010125b;\nLAB_00101446:\n do {\n pr2serr("Unexpected extra argument: %s\n",argv[optind]);\n optind = optind + 1;\n } while (optind < argc);\nLAB_00101469:\n iVar5 = 1;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\nLAB_0010125b:\n if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar5;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" primitive_type (function_declarator "main(int argc,char **argv)" identifier (parameter_list "(int argc,char **argv)" ( (parameter_declaration "int argc" primitive_type identifier) , (parameter_declaration "char **argv" primitive_type (pointer_declarator "**argv" * (pointer_declarator "*argv" * identifier))) ))) (compound_statement "{\n bool bVar1;\n bool bVar2;\n _Bool extend;\n _Bool do_ident;\n char cVar3;\n int iVar4;\n uint cdb_len;\n int iVar5;\n undefined8 uVar6;\n long lVar7;\n char *pcVar8;\n int verbose;\n long in_FS_OFFSET;\n _Bool local_5a;\n undefined1 local_53;\n _Bool local_52;\n _Bool local_51;\n int local_4c;\n int option_index;\n long local_40;\n \n verbose = 0;\n cdb_len = 0x10;\n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n local_4c = 0;\n bVar2 = false;\n bVar1 = false;\n extend = false;\n local_51 = false;\n local_53 = 0;\n local_5a = false;\n do_ident = false;\n local_52 = false;\n do {\n option_index = 0;\n iVar4 = getopt_long(argc,argv,"cehHil:prRvV",long_options,&option_index);\n if (iVar4 == -1) {\n pcVar8 = (char *)0x0;\n if (optind < argc) {\n lVar7 = (long)optind;\n optind = optind + 1;\n pcVar8 = argv[lVar7];\n if (optind < argc) goto LAB_00101446;\n }\n if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar5 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;\n if (pcVar8 == (char *)0x0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }\n if ((local_5a == false) || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n iVar4 = sg_cmds_open_device(pcVar8,local_53,verbose);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n if (verbose != 0) {\n uVar6 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",pcVar8,uVar6);\n }\nLAB_00101434:\n iVar5 = sg_convert_errno(iVar4);\n }\n else {\n iVar5 = do_identify_dev(iVar4,local_52,cdb_len,local_51,extend,do_ident,local_4c,local_5a,\n verbose);\n iVar4 = sg_cmds_close_device(iVar4);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar6 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar6);\n if (iVar5 == 0) goto LAB_00101434;\n }\n }\n if ((verbose == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar5), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar5 < 0) {\n iVar5 = 99;\n }\n }\n else {\n iVar5 = 0xf;\n perror("sg_set_binary_mode");\n }\n goto LAB_0010125b;\n }\n switch(iVar4) {\n case 0x3f:\n case 0x68:\n iVar5 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n default:\n iVar5 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n case 0x48:\n local_4c = local_4c + 1;\n break;\n case 0x52:\n local_53 = 1;\n break;\n case 0x56:\n bVar2 = true;\n break;\n case 99:\n local_51 = true;\n break;\n case 0x65:\n extend = true;\n break;\n case 0x69:\n do_ident = true;\n break;\n case 0x6c:\n cdb_len = sg_get_num(optarg);\n if ((0x20 < cdb_len) || ((1L << ((byte)cdb_len & 0x3f) & 0x100011000U) == 0))\n goto LAB_001012d3;\n break;\n case 0x70:\n local_52 = true;\n break;\n case 0x72:\n local_5a = true;\n break;\n case 0x76:\n verbose = verbose + 1;\n bVar1 = true;\n }\n } while( true );\nLAB_001012d3:\n iVar5 = 1;\n pr2serr("argument to \'--len\' should be 12, 16 or 32\n");\n goto LAB_0010125b;\nLAB_00101446:\n do {\n pr2serr("Unexpected extra argument: %s\n",argv[optind]);\n optind = optind + 1;\n } while (optind < argc);\nLAB_00101469:\n iVar5 = 1;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\nLAB_0010125b:\n if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar5;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" { (declaration "bool bVar1;" primitive_type identifier ;) (declaration "bool bVar2;" primitive_type identifier ;) (declaration "_Bool extend;" type_identifier identifier ;) (declaration "_Bool do_ident;" type_identifier identifier ;) (declaration "char cVar3;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "uint cdb_len;" type_identifier identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "undefined8 uVar6;" type_identifier identifier ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (declaration "int verbose;" primitive_type identifier ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "_Bool local_5a;" type_identifier identifier ;) (declaration "undefined1 local_53;" type_identifier identifier ;) (declaration "_Bool local_52;" type_identifier identifier ;) (declaration "_Bool local_51;" type_identifier identifier ;) (declaration "int local_4c;" primitive_type identifier ;) (declaration "int option_index;" primitive_type identifier ;) (declaration "long local_40;" (sized_type_specifier "long" long) identifier ;) (expression_statement "verbose = 0;" (assignment_expression "verbose = 0" identifier = number_literal) ;) (expression_statement "cdb_len = 0x10;" (assignment_expression "cdb_len = 0x10" identifier = number_literal) ;) (expression_statement "local_40 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_40 = *(long *)(in_FS_OFFSET + 0x28)" identifier = (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) ;) (expression_statement "local_4c = 0;" (assignment_expression "local_4c = 0" identifier = number_literal) ;) (expression_statement "bVar2 = false;" (assignment_expression "bVar2 = false" identifier = false) ;) (expression_statement "bVar1 = false;" (assignment_expression "bVar1 = false" identifier = false) ;) (expression_statement "extend = false;" (assignment_expression "extend = false" identifier = false) ;) (expression_statement "local_51 = false;" (assignment_expression "local_51 = false" identifier = false) ;) (expression_statement "local_53 = 0;" (assignment_expression "local_53 = 0" identifier = number_literal) ;) (expression_statement "local_5a = false;" (assignment_expression "local_5a = false" identifier = false) ;) (expression_statement "do_ident = false;" (assignment_expression "do_ident = false" identifier = false) ;) (expression_statement "local_52 = false;" (assignment_expression "local_52 = false" identifier = false) ;) (do_statement "do {\n option_index = 0;\n iVar4 = getopt_long(argc,argv,"cehHil:prRvV",long_options,&option_index);\n if (iVar4 == -1) {\n pcVar8 = (char *)0x0;\n if (optind < argc) {\n lVar7 = (long)optind;\n optind = optind + 1;\n pcVar8 = argv[lVar7];\n if (optind < argc) goto LAB_00101446;\n }\n if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar5 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;\n if (pcVar8 == (char *)0x0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }\n if ((local_5a == false) || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n iVar4 = sg_cmds_open_device(pcVar8,local_53,verbose);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n if (verbose != 0) {\n uVar6 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",pcVar8,uVar6);\n }\nLAB_00101434:\n iVar5 = sg_convert_errno(iVar4);\n }\n else {\n iVar5 = do_identify_dev(iVar4,local_52,cdb_len,local_51,extend,do_ident,local_4c,local_5a,\n verbose);\n iVar4 = sg_cmds_close_device(iVar4);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar6 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar6);\n if (iVar5 == 0) goto LAB_00101434;\n }\n }\n if ((verbose == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar5), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar5 < 0) {\n iVar5 = 99;\n }\n }\n else {\n iVar5 = 0xf;\n perror("sg_set_binary_mode");\n }\n goto LAB_0010125b;\n }\n switch(iVar4) {\n case 0x3f:\n case 0x68:\n iVar5 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n default:\n iVar5 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n case 0x48:\n local_4c = local_4c + 1;\n break;\n case 0x52:\n local_53 = 1;\n break;\n case 0x56:\n bVar2 = true;\n break;\n case 99:\n local_51 = true;\n break;\n case 0x65:\n extend = true;\n break;\n case 0x69:\n do_ident = true;\n break;\n case 0x6c:\n cdb_len = sg_get_num(optarg);\n if ((0x20 < cdb_len) || ((1L << ((byte)cdb_len & 0x3f) & 0x100011000U) == 0))\n goto LAB_001012d3;\n break;\n case 0x70:\n local_52 = true;\n break;\n case 0x72:\n local_5a = true;\n break;\n case 0x76:\n verbose = verbose + 1;\n bVar1 = true;\n }\n } while( true );" do (compound_statement "{\n option_index = 0;\n iVar4 = getopt_long(argc,argv,"cehHil:prRvV",long_options,&option_index);\n if (iVar4 == -1) {\n pcVar8 = (char *)0x0;\n if (optind < argc) {\n lVar7 = (long)optind;\n optind = optind + 1;\n pcVar8 = argv[lVar7];\n if (optind < argc) goto LAB_00101446;\n }\n if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar5 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;\n if (pcVar8 == (char *)0x0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }\n if ((local_5a == false) || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n iVar4 = sg_cmds_open_device(pcVar8,local_53,verbose);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n if (verbose != 0) {\n uVar6 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",pcVar8,uVar6);\n }\nLAB_00101434:\n iVar5 = sg_convert_errno(iVar4);\n }\n else {\n iVar5 = do_identify_dev(iVar4,local_52,cdb_len,local_51,extend,do_ident,local_4c,local_5a,\n verbose);\n iVar4 = sg_cmds_close_device(iVar4);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar6 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar6);\n if (iVar5 == 0) goto LAB_00101434;\n }\n }\n if ((verbose == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar5), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar5 < 0) {\n iVar5 = 99;\n }\n }\n else {\n iVar5 = 0xf;\n perror("sg_set_binary_mode");\n }\n goto LAB_0010125b;\n }\n switch(iVar4) {\n case 0x3f:\n case 0x68:\n iVar5 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n default:\n iVar5 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n case 0x48:\n local_4c = local_4c + 1;\n break;\n case 0x52:\n local_53 = 1;\n break;\n case 0x56:\n bVar2 = true;\n break;\n case 99:\n local_51 = true;\n break;\n case 0x65:\n extend = true;\n break;\n case 0x69:\n do_ident = true;\n break;\n case 0x6c:\n cdb_len = sg_get_num(optarg);\n if ((0x20 < cdb_len) || ((1L << ((byte)cdb_len & 0x3f) & 0x100011000U) == 0))\n goto LAB_001012d3;\n break;\n case 0x70:\n local_52 = true;\n break;\n case 0x72:\n local_5a = true;\n break;\n case 0x76:\n verbose = verbose + 1;\n bVar1 = true;\n }\n }" { (expression_statement "option_index = 0;" (assignment_expression "option_index = 0" identifier = number_literal) ;) (expression_statement "iVar4 = getopt_long(argc,argv,"cehHil:prRvV",long_options,&option_index);" (assignment_expression "iVar4 = getopt_long(argc,argv,"cehHil:prRvV",long_options,&option_index)" identifier = (call_expression "getopt_long(argc,argv,"cehHil:prRvV",long_options,&option_index)" identifier (argument_list "(argc,argv,"cehHil:prRvV",long_options,&option_index)" ( identifier , identifier , (string_literal ""cehHil:prRvV"" " string_content ") , identifier , (pointer_expression "&option_index" & identifier) )))) ;) (if_statement "if (iVar4 == -1) {\n pcVar8 = (char *)0x0;\n if (optind < argc) {\n lVar7 = (long)optind;\n optind = optind + 1;\n pcVar8 = argv[lVar7];\n if (optind < argc) goto LAB_00101446;\n }\n if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar5 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;\n if (pcVar8 == (char *)0x0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }\n if ((local_5a == false) || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n iVar4 = sg_cmds_open_device(pcVar8,local_53,verbose);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n if (verbose != 0) {\n uVar6 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",pcVar8,uVar6);\n }\nLAB_00101434:\n iVar5 = sg_convert_errno(iVar4);\n }\n else {\n iVar5 = do_identify_dev(iVar4,local_52,cdb_len,local_51,extend,do_ident,local_4c,local_5a,\n verbose);\n iVar4 = sg_cmds_close_device(iVar4);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar6 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar6);\n if (iVar5 == 0) goto LAB_00101434;\n }\n }\n if ((verbose == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar5), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar5 < 0) {\n iVar5 = 99;\n }\n }\n else {\n iVar5 = 0xf;\n perror("sg_set_binary_mode");\n }\n goto LAB_0010125b;\n }" if (parenthesized_expression "(iVar4 == -1)" ( (binary_expression "iVar4 == -1" identifier == number_literal) )) (compound_statement "{\n pcVar8 = (char *)0x0;\n if (optind < argc) {\n lVar7 = (long)optind;\n optind = optind + 1;\n pcVar8 = argv[lVar7];\n if (optind < argc) goto LAB_00101446;\n }\n if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar5 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;\n if (pcVar8 == (char *)0x0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }\n if ((local_5a == false) || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n iVar4 = sg_cmds_open_device(pcVar8,local_53,verbose);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n if (verbose != 0) {\n uVar6 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",pcVar8,uVar6);\n }\nLAB_00101434:\n iVar5 = sg_convert_errno(iVar4);\n }\n else {\n iVar5 = do_identify_dev(iVar4,local_52,cdb_len,local_51,extend,do_ident,local_4c,local_5a,\n verbose);\n iVar4 = sg_cmds_close_device(iVar4);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar6 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar6);\n if (iVar5 == 0) goto LAB_00101434;\n }\n }\n if ((verbose == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar5), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar5 < 0) {\n iVar5 = 99;\n }\n }\n else {\n iVar5 = 0xf;\n perror("sg_set_binary_mode");\n }\n goto LAB_0010125b;\n }" { (expression_statement "pcVar8 = (char *)0x0;" (assignment_expression "pcVar8 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (optind < argc) {\n lVar7 = (long)optind;\n optind = optind + 1;\n pcVar8 = argv[lVar7];\n if (optind < argc) goto LAB_00101446;\n }" if (parenthesized_expression "(optind < argc)" ( (binary_expression "optind < argc" identifier < identifier) )) (compound_statement "{\n lVar7 = (long)optind;\n optind = optind + 1;\n pcVar8 = argv[lVar7];\n if (optind < argc) goto LAB_00101446;\n }" { (expression_statement "lVar7 = (long)optind;" (assignment_expression "lVar7 = (long)optind" identifier = (cast_expression "(long)optind" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "optind = optind + 1;" (assignment_expression "optind = optind + 1" identifier = (binary_expression "optind + 1" identifier + number_literal)) ;) (expression_statement "pcVar8 = argv[lVar7];" (assignment_expression "pcVar8 = argv[lVar7]" identifier = (subscript_expression "argv[lVar7]" identifier [ identifier ])) ;) (if_statement "if (optind < argc) goto LAB_00101446;" if (parenthesized_expression "(optind < argc)" ( (binary_expression "optind < argc" identifier < identifier) )) (goto_statement "goto LAB_00101446;" goto statement_identifier ;)) })) (if_statement "if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar5 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;" if (parenthesized_expression "(bVar1)" ( identifier )) (compound_statement "{\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar5 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }" { (if_statement "if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar5 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }" if (parenthesized_expression "(bVar2)" ( identifier )) (compound_statement "{\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar5 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }" { (expression_statement "pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");" (call_expression "pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n")" identifier (argument_list "("Not in DEBUG mode, so \'-vV\' has no special action\n")" ( (string_literal ""Not in DEBUG mode, so \'-vV\' has no special action\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ") ))) ;) (labeled_statement "LAB_0010140d:\n iVar5 = 0;" statement_identifier : (expression_statement "iVar5 = 0;" (assignment_expression "iVar5 = 0" identifier = number_literal) ;)) (expression_statement "pr2serr("version: %s\n","1.17 20180515");" (call_expression "pr2serr("version: %s\n","1.17 20180515")" identifier (argument_list "("version: %s\n","1.17 20180515")" ( (string_literal ""version: %s\n"" " string_content escape_sequence ") , (string_literal ""1.17 20180515"" " string_content ") ))) ;) (goto_statement "goto LAB_0010125b;" goto statement_identifier ;) })) }) (else_clause "else if (bVar2) goto LAB_0010140d;" else (if_statement "if (bVar2) goto LAB_0010140d;" if (parenthesized_expression "(bVar2)" ( identifier )) (goto_statement "goto LAB_0010140d;" goto statement_identifier ;)))) (if_statement "if (pcVar8 == (char *)0x0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }" if (parenthesized_expression "(pcVar8 == (char *)0x0)" ( (binary_expression "pcVar8 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }" { (expression_statement "pr2serr("Missing device name!\n\n");" (call_expression "pr2serr("Missing device name!\n\n")" identifier (argument_list "("Missing device name!\n\n")" ( (string_literal ""Missing device name!\n\n"" " string_content escape_sequence escape_sequence ") ))) ;) (goto_statement "goto LAB_00101469;" goto statement_identifier ;) })) (if_statement "if ((local_5a == false) || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n iVar4 = sg_cmds_open_device(pcVar8,local_53,verbose);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n if (verbose != 0) {\n uVar6 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",pcVar8,uVar6);\n }\nLAB_00101434:\n iVar5 = sg_convert_errno(iVar4);\n }\n else {\n iVar5 = do_identify_dev(iVar4,local_52,cdb_len,local_51,extend,do_ident,local_4c,local_5a,\n verbose);\n iVar4 = sg_cmds_close_device(iVar4);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar6 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar6);\n if (iVar5 == 0) goto LAB_00101434;\n }\n }\n if ((verbose == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar5), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar5 < 0) {\n iVar5 = 99;\n }\n }\n else {\n iVar5 = 0xf;\n perror("sg_set_binary_mode");\n }" if (parenthesized_expression "((local_5a == false) || (iVar4 = sg_set_binary_mode(1), -1 < iVar4))" ( (binary_expression "(local_5a == false) || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)" (parenthesized_expression "(local_5a == false)" ( (binary_expression "local_5a == false" identifier == false) )) || (parenthesized_expression "(iVar4 = sg_set_binary_mode(1), -1 < iVar4)" ( (comma_expression "iVar4 = sg_set_binary_mode(1), -1 < iVar4" (assignment_expression "iVar4 = sg_set_binary_mode(1)" identifier = (call_expression "sg_set_binary_mode(1)" identifier (argument_list "(1)" ( number_literal )))) , (binary_expression "-1 < iVar4" number_literal < identifier)) ))) )) (compound_statement "{\n iVar4 = sg_cmds_open_device(pcVar8,local_53,verbose);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n if (verbose != 0) {\n uVar6 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",pcVar8,uVar6);\n }\nLAB_00101434:\n iVar5 = sg_convert_errno(iVar4);\n }\n else {\n iVar5 = do_identify_dev(iVar4,local_52,cdb_len,local_51,extend,do_ident,local_4c,local_5a,\n verbose);\n iVar4 = sg_cmds_close_device(iVar4);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar6 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar6);\n if (iVar5 == 0) goto LAB_00101434;\n }\n }\n if ((verbose == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar5), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar5 < 0) {\n iVar5 = 99;\n }\n }" { (expression_statement "iVar4 = sg_cmds_open_device(pcVar8,local_53,verbose);" (assignment_expression "iVar4 = sg_cmds_open_device(pcVar8,local_53,verbose)" identifier = (call_expression "sg_cmds_open_device(pcVar8,local_53,verbose)" identifier (argument_list "(pcVar8,local_53,verbose)" ( identifier , identifier , identifier )))) ;) (if_statement "if (iVar4 < 0) {\n iVar4 = -iVar4;\n if (verbose != 0) {\n uVar6 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",pcVar8,uVar6);\n }\nLAB_00101434:\n iVar5 = sg_convert_errno(iVar4);\n }\n else {\n iVar5 = do_identify_dev(iVar4,local_52,cdb_len,local_51,extend,do_ident,local_4c,local_5a,\n verbose);\n iVar4 = sg_cmds_close_device(iVar4);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar6 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar6);\n if (iVar5 == 0) goto LAB_00101434;\n }\n }" if (parenthesized_expression "(iVar4 < 0)" ( (binary_expression "iVar4 < 0" identifier < number_literal) )) (compound_statement "{\n iVar4 = -iVar4;\n if (verbose != 0) {\n uVar6 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",pcVar8,uVar6);\n }\nLAB_00101434:\n iVar5 = sg_convert_errno(iVar4);\n }" { (expression_statement "iVar4 = -iVar4;" (assignment_expression "iVar4 = -iVar4" identifier = (unary_expression "-iVar4" - identifier)) ;) (if_statement "if (verbose != 0) {\n uVar6 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",pcVar8,uVar6);\n }" if (parenthesized_expression "(verbose != 0)" ( (binary_expression "verbose != 0" identifier != number_literal) )) (compound_statement "{\n uVar6 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",pcVar8,uVar6);\n }" { (expression_statement "uVar6 = safe_strerror(iVar4);" (assignment_expression "uVar6 = safe_strerror(iVar4)" identifier = (call_expression "safe_strerror(iVar4)" identifier (argument_list "(iVar4)" ( identifier )))) ;) (expression_statement "pr2serr("error opening file: %s: %s\n",pcVar8,uVar6);" (call_expression "pr2serr("error opening file: %s: %s\n",pcVar8,uVar6)" identifier (argument_list "("error opening file: %s: %s\n",pcVar8,uVar6)" ( (string_literal ""error opening file: %s: %s\n"" " string_content escape_sequence ") , identifier , identifier ))) ;) })) (labeled_statement "LAB_00101434:\n iVar5 = sg_convert_errno(iVar4);" statement_identifier : (expression_statement "iVar5 = sg_convert_errno(iVar4);" (assignment_expression "iVar5 = sg_convert_errno(iVar4)" identifier = (call_expression "sg_convert_errno(iVar4)" identifier (argument_list "(iVar4)" ( identifier )))) ;)) }) (else_clause "else {\n iVar5 = do_identify_dev(iVar4,local_52,cdb_len,local_51,extend,do_ident,local_4c,local_5a,\n verbose);\n iVar4 = sg_cmds_close_device(iVar4);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar6 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar6);\n if (iVar5 == 0) goto LAB_00101434;\n }\n }" else (compound_statement "{\n iVar5 = do_identify_dev(iVar4,local_52,cdb_len,local_51,extend,do_ident,local_4c,local_5a,\n verbose);\n iVar4 = sg_cmds_close_device(iVar4);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar6 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar6);\n if (iVar5 == 0) goto LAB_00101434;\n }\n }" { (expression_statement "iVar5 = do_identify_dev(iVar4,local_52,cdb_len,local_51,extend,do_ident,local_4c,local_5a,\n verbose);" (assignment_expression "iVar5 = do_identify_dev(iVar4,local_52,cdb_len,local_51,extend,do_ident,local_4c,local_5a,\n verbose)" identifier = (call_expression "do_identify_dev(iVar4,local_52,cdb_len,local_51,extend,do_ident,local_4c,local_5a,\n verbose)" identifier (argument_list "(iVar4,local_52,cdb_len,local_51,extend,do_ident,local_4c,local_5a,\n verbose)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier )))) ;) (expression_statement "iVar4 = sg_cmds_close_device(iVar4);" (assignment_expression "iVar4 = sg_cmds_close_device(iVar4)" identifier = (call_expression "sg_cmds_close_device(iVar4)" identifier (argument_list "(iVar4)" ( identifier )))) ;) (if_statement "if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar6 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar6);\n if (iVar5 == 0) goto LAB_00101434;\n }" if (parenthesized_expression "(iVar4 < 0)" ( (binary_expression "iVar4 < 0" identifier < number_literal) )) (compound_statement "{\n iVar4 = -iVar4;\n uVar6 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar6);\n if (iVar5 == 0) goto LAB_00101434;\n }" { (expression_statement "iVar4 = -iVar4;" (assignment_expression "iVar4 = -iVar4" identifier = (unary_expression "-iVar4" - identifier)) ;) (expression_statement "uVar6 = safe_strerror(iVar4);" (assignment_expression "uVar6 = safe_strerror(iVar4)" identifier = (call_expression "safe_strerror(iVar4)" identifier (argument_list "(iVar4)" ( identifier )))) ;) (expression_statement "pr2serr("close error: %s\n",uVar6);" (call_expression "pr2serr("close error: %s\n",uVar6)" identifier (argument_list "("close error: %s\n",uVar6)" ( (string_literal ""close error: %s\n"" " string_content escape_sequence ") , identifier ))) ;) (if_statement "if (iVar5 == 0) goto LAB_00101434;" if (parenthesized_expression "(iVar5 == 0)" ( (binary_expression "iVar5 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00101434;" goto statement_identifier ;)) })) }))) (if_statement "if ((verbose == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar5), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }" if (parenthesized_expression "((verbose == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar5), cVar3 == '\0'))" ( (binary_expression "(verbose == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar5), cVar3 == '\0')" (parenthesized_expression "(verbose == 0)" ( (binary_expression "verbose == 0" identifier == number_literal) )) && (parenthesized_expression "(cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar5), cVar3 == '\0')" ( (comma_expression "cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar5), cVar3 == '\0'" (assignment_expression "cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar5)" identifier = (call_expression "sg_if_can2stderr("sg_sat_identify failed: ",iVar5)" identifier (argument_list "("sg_sat_identify failed: ",iVar5)" ( (string_literal ""sg_sat_identify failed: "" " string_content ") , identifier )))) , (binary_expression "cVar3 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence '))) ))) )) (compound_statement "{\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }" { (expression_statement "pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");" (call_expression "pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n")" identifier (argument_list "("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n")" ( (string_literal ""Some error occurred, try again with \'-v\' or \'-vv\' for more information\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") ))) ;) })) (if_statement "if (iVar5 < 0) {\n iVar5 = 99;\n }" if (parenthesized_expression "(iVar5 < 0)" ( (binary_expression "iVar5 < 0" identifier < number_literal) )) (compound_statement "{\n iVar5 = 99;\n }" { (expression_statement "iVar5 = 99;" (assignment_expression "iVar5 = 99" identifier = number_literal) ;) })) }) (else_clause "else {\n iVar5 = 0xf;\n perror("sg_set_binary_mode");\n }" else (compound_statement "{\n iVar5 = 0xf;\n perror("sg_set_binary_mode");\n }" { (expression_statement "iVar5 = 0xf;" (assignment_expression "iVar5 = 0xf" identifier = number_literal) ;) (expression_statement "perror("sg_set_binary_mode");" (call_expression "perror("sg_set_binary_mode")" identifier (argument_list "("sg_set_binary_mode")" ( (string_literal ""sg_set_binary_mode"" " string_content ") ))) ;) }))) (goto_statement "goto LAB_0010125b;" goto statement_identifier ;) })) (switch_statement "switch(iVar4) {\n case 0x3f:\n case 0x68:\n iVar5 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n default:\n iVar5 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n case 0x48:\n local_4c = local_4c + 1;\n break;\n case 0x52:\n local_53 = 1;\n break;\n case 0x56:\n bVar2 = true;\n break;\n case 99:\n local_51 = true;\n break;\n case 0x65:\n extend = true;\n break;\n case 0x69:\n do_ident = true;\n break;\n case 0x6c:\n cdb_len = sg_get_num(optarg);\n if ((0x20 < cdb_len) || ((1L << ((byte)cdb_len & 0x3f) & 0x100011000U) == 0))\n goto LAB_001012d3;\n break;\n case 0x70:\n local_52 = true;\n break;\n case 0x72:\n local_5a = true;\n break;\n case 0x76:\n verbose = verbose + 1;\n bVar1 = true;\n }" switch (parenthesized_expression "(iVar4)" ( identifier )) (compound_statement "{\n case 0x3f:\n case 0x68:\n iVar5 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n default:\n iVar5 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n case 0x48:\n local_4c = local_4c + 1;\n break;\n case 0x52:\n local_53 = 1;\n break;\n case 0x56:\n bVar2 = true;\n break;\n case 99:\n local_51 = true;\n break;\n case 0x65:\n extend = true;\n break;\n case 0x69:\n do_ident = true;\n break;\n case 0x6c:\n cdb_len = sg_get_num(optarg);\n if ((0x20 < cdb_len) || ((1L << ((byte)cdb_len & 0x3f) & 0x100011000U) == 0))\n goto LAB_001012d3;\n break;\n case 0x70:\n local_52 = true;\n break;\n case 0x72:\n local_5a = true;\n break;\n case 0x76:\n verbose = verbose + 1;\n bVar1 = true;\n }" { (case_statement "case 0x3f:" case number_literal :) (case_statement "case 0x68:\n iVar5 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;" case number_literal : (expression_statement "iVar5 = 0;" (assignment_expression "iVar5 = 0" identifier = number_literal) ;) (expression_statement "pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );" (call_expression "pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n )" identifier (argument_list "(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n )" ( (string_literal ""Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\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 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 ") ))) ;) (goto_statement "goto LAB_0010125b;" goto statement_identifier ;)) (case_statement "default:\n iVar5 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;" default : (expression_statement "iVar5 = 1;" (assignment_expression "iVar5 = 1" identifier = number_literal) ;) (expression_statement "pr2serr("unrecognised option code 0x%x ??\n",iVar4);" (call_expression "pr2serr("unrecognised option code 0x%x ??\n",iVar4)" identifier (argument_list "("unrecognised option code 0x%x ??\n",iVar4)" ( (string_literal ""unrecognised option code 0x%x ??\n"" " string_content escape_sequence ") , identifier ))) ;) (expression_statement "pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );" (call_expression "pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n )" identifier (argument_list "(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n )" ( (string_literal ""Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\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 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 ") ))) ;) (goto_statement "goto LAB_0010125b;" goto statement_identifier ;)) (case_statement "case 0x48:\n local_4c = local_4c + 1;\n break;" case number_literal : (expression_statement "local_4c = local_4c + 1;" (assignment_expression "local_4c = local_4c + 1" identifier = (binary_expression "local_4c + 1" identifier + number_literal)) ;) (break_statement "break;" break ;)) (case_statement "case 0x52:\n local_53 = 1;\n break;" case number_literal : (expression_statement "local_53 = 1;" (assignment_expression "local_53 = 1" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 0x56:\n bVar2 = true;\n break;" case number_literal : (expression_statement "bVar2 = true;" (assignment_expression "bVar2 = true" identifier = true) ;) (break_statement "break;" break ;)) (case_statement "case 99:\n local_51 = true;\n break;" case number_literal : (expression_statement "local_51 = true;" (assignment_expression "local_51 = true" identifier = true) ;) (break_statement "break;" break ;)) (case_statement "case 0x65:\n extend = true;\n break;" case number_literal : (expression_statement "extend = true;" (assignment_expression "extend = true" identifier = true) ;) (break_statement "break;" break ;)) (case_statement "case 0x69:\n do_ident = true;\n break;" case number_literal : (expression_statement "do_ident = true;" (assignment_expression "do_ident = true" identifier = true) ;) (break_statement "break;" break ;)) (case_statement "case 0x6c:\n cdb_len = sg_get_num(optarg);\n if ((0x20 < cdb_len) || ((1L << ((byte)cdb_len & 0x3f) & 0x100011000U) == 0))\n goto LAB_001012d3;\n break;" case number_literal : (expression_statement "cdb_len = sg_get_num(optarg);" (assignment_expression "cdb_len = sg_get_num(optarg)" identifier = (call_expression "sg_get_num(optarg)" identifier (argument_list "(optarg)" ( identifier )))) ;) (if_statement "if ((0x20 < cdb_len) || ((1L << ((byte)cdb_len & 0x3f) & 0x100011000U) == 0))\n goto LAB_001012d3;" if (parenthesized_expression "((0x20 < cdb_len) || ((1L << ((byte)cdb_len & 0x3f) & 0x100011000U) == 0))" ( (binary_expression "(0x20 < cdb_len) || ((1L << ((byte)cdb_len & 0x3f) & 0x100011000U) == 0)" (parenthesized_expression "(0x20 < cdb_len)" ( (binary_expression "0x20 < cdb_len" number_literal < identifier) )) || (parenthesized_expression "((1L << ((byte)cdb_len & 0x3f) & 0x100011000U) == 0)" ( (binary_expression "(1L << ((byte)cdb_len & 0x3f) & 0x100011000U) == 0" (parenthesized_expression "(1L << ((byte)cdb_len & 0x3f) & 0x100011000U)" ( (binary_expression "1L << ((byte)cdb_len & 0x3f) & 0x100011000U" (binary_expression "1L << ((byte)cdb_len & 0x3f)" number_literal << (parenthesized_expression "((byte)cdb_len & 0x3f)" ( (binary_expression "(byte)cdb_len & 0x3f" (cast_expression "(byte)cdb_len" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) ))) & number_literal) )) == number_literal) ))) )) (goto_statement "goto LAB_001012d3;" goto statement_identifier ;)) (break_statement "break;" break ;)) (case_statement "case 0x70:\n local_52 = true;\n break;" case number_literal : (expression_statement "local_52 = true;" (assignment_expression "local_52 = true" identifier = true) ;) (break_statement "break;" break ;)) (case_statement "case 0x72:\n local_5a = true;\n break;" case number_literal : (expression_statement "local_5a = true;" (assignment_expression "local_5a = true" identifier = true) ;) (break_statement "break;" break ;)) (case_statement "case 0x76:\n verbose = verbose + 1;\n bVar1 = true;" case number_literal : (expression_statement "verbose = verbose + 1;" (assignment_expression "verbose = verbose + 1" identifier = (binary_expression "verbose + 1" identifier + number_literal)) ;) (expression_statement "bVar1 = true;" (assignment_expression "bVar1 = true" identifier = true) ;)) })) }) while (parenthesized_expression "( true )" ( true )) ;) (labeled_statement "LAB_001012d3:\n iVar5 = 1;" statement_identifier : (expression_statement "iVar5 = 1;" (assignment_expression "iVar5 = 1" identifier = number_literal) ;)) (expression_statement "pr2serr("argument to \'--len\' should be 12, 16 or 32\n");" (call_expression "pr2serr("argument to \'--len\' should be 12, 16 or 32\n")" identifier (argument_list "("argument to \'--len\' should be 12, 16 or 32\n")" ( (string_literal ""argument to \'--len\' should be 12, 16 or 32\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ") ))) ;) (goto_statement "goto LAB_0010125b;" goto statement_identifier ;) (labeled_statement "LAB_00101446:\n do {\n pr2serr("Unexpected extra argument: %s\n",argv[optind]);\n optind = optind + 1;\n } while (optind < argc);" statement_identifier : (do_statement "do {\n pr2serr("Unexpected extra argument: %s\n",argv[optind]);\n optind = optind + 1;\n } while (optind < argc);" do (compound_statement "{\n pr2serr("Unexpected extra argument: %s\n",argv[optind]);\n optind = optind + 1;\n }" { (expression_statement "pr2serr("Unexpected extra argument: %s\n",argv[optind]);" (call_expression "pr2serr("Unexpected extra argument: %s\n",argv[optind])" identifier (argument_list "("Unexpected extra argument: %s\n",argv[optind])" ( (string_literal ""Unexpected extra argument: %s\n"" " string_content escape_sequence ") , (subscript_expression "argv[optind]" identifier [ identifier ]) ))) ;) (expression_statement "optind = optind + 1;" (assignment_expression "optind = optind + 1" identifier = (binary_expression "optind + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(optind < argc)" ( (binary_expression "optind < argc" identifier < identifier) )) ;)) (labeled_statement "LAB_00101469:\n iVar5 = 1;" statement_identifier : (expression_statement "iVar5 = 1;" (assignment_expression "iVar5 = 1" identifier = number_literal) ;)) (expression_statement "pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );" (call_expression "pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n )" identifier (argument_list "(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n )" ( (string_literal ""Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\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 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 ") ))) ;) (labeled_statement "LAB_0010125b:\n if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar5;\n }" statement_identifier : (if_statement "if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar5;\n }" if (parenthesized_expression "(local_40 == *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "local_40 == *(long *)(in_FS_OFFSET + 0x28)" identifier == (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n return iVar5;\n }" { (return_statement "return iVar5;" return identifier ;) }))) comment (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "int FUN_00101170(int param_1,long param_2)\n\n{\n bool bVar1;\n bool bVar2;\n char cVar3;\n int iVar4;\n uint uVar5;\n int iVar6;\n ulong uVar7;\n undefined8 uVar8;\n long lVar9;\n int iVar10;\n long in_FS_OFFSET;\n char local_5a;\n undefined4 local_58;\n undefined1 local_53;\n undefined1 local_52;\n undefined1 local_51;\n undefined4 local_50;\n int local_4c;\n undefined4 local_44;\n long local_40;\n \n iVar10 = 0;\n uVar5 = 0x10;\n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n local_4c = 0;\n bVar2 = false;\n bVar1 = false;\n local_50 = 0;\n local_51 = 0;\n local_53 = 0;\n local_5a = '\0';\n local_58 = 0;\n local_52 = 0;\n do {\n local_44 = 0;\n iVar4 = getopt_long(param_1,param_2,"cehHil:prRvV",&PTR_s_ck_cond_00105020,&local_44);\n if (iVar4 == -1) {\n lVar9 = 0;\n if (optind < param_1) {\n lVar9 = (long)optind;\n optind = optind + 1;\n lVar9 = *(long *)(param_2 + lVar9 * 8);\n if (optind < param_1) goto LAB_00101446;\n }\n if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;\n if (lVar9 == 0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }\n if ((local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);\n if ((int)uVar7 < 0) {\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }\n else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }\n if ((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar6 < 0) {\n iVar6 = 99;\n }\n }\n else {\n iVar6 = 0xf;\n perror("sg_set_binary_mode");\n }\n goto LAB_0010125b;\n }\n switch(iVar4) {\n case 0x3f:\n case 0x68:\n iVar6 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n default:\n iVar6 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n case 0x48:\n local_4c = local_4c + 1;\n break;\n case 0x52:\n local_53 = 1;\n break;\n case 0x56:\n bVar2 = true;\n break;\n case 99:\n local_51 = 1;\n break;\n case 0x65:\n local_50 = 1;\n break;\n case 0x69:\n local_58 = 1;\n break;\n case 0x6c:\n uVar5 = sg_get_num(optarg);\n if ((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)) goto LAB_001012d3;\n break;\n case 0x70:\n local_52 = 1;\n break;\n case 0x72:\n local_5a = '\x01';\n break;\n case 0x76:\n iVar10 = iVar10 + 1;\n bVar1 = true;\n }\n } while( true );\nLAB_001012d3:\n iVar6 = 1;\n pr2serr("argument to \'--len\' should be 12, 16 or 32\n");\n goto LAB_0010125b;\nLAB_00101446:\n do {\n pr2serr("Unexpected extra argument: %s\n",*(undefined8 *)(param_2 + (long)optind * 8));\n optind = optind + 1;\n } while (optind < param_1);\nLAB_00101469:\n iVar6 = 1;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\nLAB_0010125b:\n if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar6;\n }\n \n __stack_chk_fail();\n}\n\n" (function_definition "int FUN_00101170(int param_1,long param_2)\n\n{\n bool bVar1;\n bool bVar2;\n char cVar3;\n int iVar4;\n uint uVar5;\n int iVar6;\n ulong uVar7;\n undefined8 uVar8;\n long lVar9;\n int iVar10;\n long in_FS_OFFSET;\n char local_5a;\n undefined4 local_58;\n undefined1 local_53;\n undefined1 local_52;\n undefined1 local_51;\n undefined4 local_50;\n int local_4c;\n undefined4 local_44;\n long local_40;\n \n iVar10 = 0;\n uVar5 = 0x10;\n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n local_4c = 0;\n bVar2 = false;\n bVar1 = false;\n local_50 = 0;\n local_51 = 0;\n local_53 = 0;\n local_5a = '\0';\n local_58 = 0;\n local_52 = 0;\n do {\n local_44 = 0;\n iVar4 = getopt_long(param_1,param_2,"cehHil:prRvV",&PTR_s_ck_cond_00105020,&local_44);\n if (iVar4 == -1) {\n lVar9 = 0;\n if (optind < param_1) {\n lVar9 = (long)optind;\n optind = optind + 1;\n lVar9 = *(long *)(param_2 + lVar9 * 8);\n if (optind < param_1) goto LAB_00101446;\n }\n if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;\n if (lVar9 == 0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }\n if ((local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);\n if ((int)uVar7 < 0) {\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }\n else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }\n if ((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar6 < 0) {\n iVar6 = 99;\n }\n }\n else {\n iVar6 = 0xf;\n perror("sg_set_binary_mode");\n }\n goto LAB_0010125b;\n }\n switch(iVar4) {\n case 0x3f:\n case 0x68:\n iVar6 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n default:\n iVar6 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n case 0x48:\n local_4c = local_4c + 1;\n break;\n case 0x52:\n local_53 = 1;\n break;\n case 0x56:\n bVar2 = true;\n break;\n case 99:\n local_51 = 1;\n break;\n case 0x65:\n local_50 = 1;\n break;\n case 0x69:\n local_58 = 1;\n break;\n case 0x6c:\n uVar5 = sg_get_num(optarg);\n if ((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)) goto LAB_001012d3;\n break;\n case 0x70:\n local_52 = 1;\n break;\n case 0x72:\n local_5a = '\x01';\n break;\n case 0x76:\n iVar10 = iVar10 + 1;\n bVar1 = true;\n }\n } while( true );\nLAB_001012d3:\n iVar6 = 1;\n pr2serr("argument to \'--len\' should be 12, 16 or 32\n");\n goto LAB_0010125b;\nLAB_00101446:\n do {\n pr2serr("Unexpected extra argument: %s\n",*(undefined8 *)(param_2 + (long)optind * 8));\n optind = optind + 1;\n } while (optind < param_1);\nLAB_00101469:\n iVar6 = 1;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\nLAB_0010125b:\n if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar6;\n }\n \n __stack_chk_fail();\n}" primitive_type (function_declarator "FUN_00101170(int param_1,long param_2)" identifier (parameter_list "(int param_1,long param_2)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n bool bVar1;\n bool bVar2;\n char cVar3;\n int iVar4;\n uint uVar5;\n int iVar6;\n ulong uVar7;\n undefined8 uVar8;\n long lVar9;\n int iVar10;\n long in_FS_OFFSET;\n char local_5a;\n undefined4 local_58;\n undefined1 local_53;\n undefined1 local_52;\n undefined1 local_51;\n undefined4 local_50;\n int local_4c;\n undefined4 local_44;\n long local_40;\n \n iVar10 = 0;\n uVar5 = 0x10;\n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n local_4c = 0;\n bVar2 = false;\n bVar1 = false;\n local_50 = 0;\n local_51 = 0;\n local_53 = 0;\n local_5a = '\0';\n local_58 = 0;\n local_52 = 0;\n do {\n local_44 = 0;\n iVar4 = getopt_long(param_1,param_2,"cehHil:prRvV",&PTR_s_ck_cond_00105020,&local_44);\n if (iVar4 == -1) {\n lVar9 = 0;\n if (optind < param_1) {\n lVar9 = (long)optind;\n optind = optind + 1;\n lVar9 = *(long *)(param_2 + lVar9 * 8);\n if (optind < param_1) goto LAB_00101446;\n }\n if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;\n if (lVar9 == 0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }\n if ((local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);\n if ((int)uVar7 < 0) {\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }\n else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }\n if ((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar6 < 0) {\n iVar6 = 99;\n }\n }\n else {\n iVar6 = 0xf;\n perror("sg_set_binary_mode");\n }\n goto LAB_0010125b;\n }\n switch(iVar4) {\n case 0x3f:\n case 0x68:\n iVar6 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n default:\n iVar6 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n case 0x48:\n local_4c = local_4c + 1;\n break;\n case 0x52:\n local_53 = 1;\n break;\n case 0x56:\n bVar2 = true;\n break;\n case 99:\n local_51 = 1;\n break;\n case 0x65:\n local_50 = 1;\n break;\n case 0x69:\n local_58 = 1;\n break;\n case 0x6c:\n uVar5 = sg_get_num(optarg);\n if ((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)) goto LAB_001012d3;\n break;\n case 0x70:\n local_52 = 1;\n break;\n case 0x72:\n local_5a = '\x01';\n break;\n case 0x76:\n iVar10 = iVar10 + 1;\n bVar1 = true;\n }\n } while( true );\nLAB_001012d3:\n iVar6 = 1;\n pr2serr("argument to \'--len\' should be 12, 16 or 32\n");\n goto LAB_0010125b;\nLAB_00101446:\n do {\n pr2serr("Unexpected extra argument: %s\n",*(undefined8 *)(param_2 + (long)optind * 8));\n optind = optind + 1;\n } while (optind < param_1);\nLAB_00101469:\n iVar6 = 1;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\nLAB_0010125b:\n if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar6;\n }\n \n __stack_chk_fail();\n}" { (declaration "bool bVar1;" primitive_type identifier ;) (declaration "bool bVar2;" primitive_type identifier ;) (declaration "char cVar3;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "ulong uVar7;" type_identifier identifier ;) (declaration "undefined8 uVar8;" type_identifier identifier ;) (declaration "long lVar9;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar10;" primitive_type identifier ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "char local_5a;" primitive_type identifier ;) (declaration "undefined4 local_58;" type_identifier identifier ;) (declaration "undefined1 local_53;" type_identifier identifier ;) (declaration "undefined1 local_52;" type_identifier identifier ;) (declaration "undefined1 local_51;" type_identifier identifier ;) (declaration "undefined4 local_50;" type_identifier identifier ;) (declaration "int local_4c;" primitive_type identifier ;) (declaration "undefined4 local_44;" type_identifier identifier ;) (declaration "long local_40;" (sized_type_specifier "long" long) identifier ;) (expression_statement "iVar10 = 0;" (assignment_expression "iVar10 = 0" identifier = number_literal) ;) (expression_statement "uVar5 = 0x10;" (assignment_expression "uVar5 = 0x10" identifier = number_literal) ;) (expression_statement "local_40 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_40 = *(long *)(in_FS_OFFSET + 0x28)" identifier = (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) ;) (expression_statement "local_4c = 0;" (assignment_expression "local_4c = 0" identifier = number_literal) ;) (expression_statement "bVar2 = false;" (assignment_expression "bVar2 = false" identifier = false) ;) (expression_statement "bVar1 = false;" (assignment_expression "bVar1 = false" identifier = false) ;) (expression_statement "local_50 = 0;" (assignment_expression "local_50 = 0" identifier = number_literal) ;) (expression_statement "local_51 = 0;" (assignment_expression "local_51 = 0" identifier = number_literal) ;) (expression_statement "local_53 = 0;" (assignment_expression "local_53 = 0" identifier = number_literal) ;) (expression_statement "local_5a = '\0';" (assignment_expression "local_5a = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "local_58 = 0;" (assignment_expression "local_58 = 0" identifier = number_literal) ;) (expression_statement "local_52 = 0;" (assignment_expression "local_52 = 0" identifier = number_literal) ;) (do_statement "do {\n local_44 = 0;\n iVar4 = getopt_long(param_1,param_2,"cehHil:prRvV",&PTR_s_ck_cond_00105020,&local_44);\n if (iVar4 == -1) {\n lVar9 = 0;\n if (optind < param_1) {\n lVar9 = (long)optind;\n optind = optind + 1;\n lVar9 = *(long *)(param_2 + lVar9 * 8);\n if (optind < param_1) goto LAB_00101446;\n }\n if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;\n if (lVar9 == 0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }\n if ((local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);\n if ((int)uVar7 < 0) {\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }\n else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }\n if ((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar6 < 0) {\n iVar6 = 99;\n }\n }\n else {\n iVar6 = 0xf;\n perror("sg_set_binary_mode");\n }\n goto LAB_0010125b;\n }\n switch(iVar4) {\n case 0x3f:\n case 0x68:\n iVar6 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n default:\n iVar6 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n case 0x48:\n local_4c = local_4c + 1;\n break;\n case 0x52:\n local_53 = 1;\n break;\n case 0x56:\n bVar2 = true;\n break;\n case 99:\n local_51 = 1;\n break;\n case 0x65:\n local_50 = 1;\n break;\n case 0x69:\n local_58 = 1;\n break;\n case 0x6c:\n uVar5 = sg_get_num(optarg);\n if ((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)) goto LAB_001012d3;\n break;\n case 0x70:\n local_52 = 1;\n break;\n case 0x72:\n local_5a = '\x01';\n break;\n case 0x76:\n iVar10 = iVar10 + 1;\n bVar1 = true;\n }\n } while( true );" do (compound_statement "{\n local_44 = 0;\n iVar4 = getopt_long(param_1,param_2,"cehHil:prRvV",&PTR_s_ck_cond_00105020,&local_44);\n if (iVar4 == -1) {\n lVar9 = 0;\n if (optind < param_1) {\n lVar9 = (long)optind;\n optind = optind + 1;\n lVar9 = *(long *)(param_2 + lVar9 * 8);\n if (optind < param_1) goto LAB_00101446;\n }\n if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;\n if (lVar9 == 0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }\n if ((local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);\n if ((int)uVar7 < 0) {\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }\n else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }\n if ((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar6 < 0) {\n iVar6 = 99;\n }\n }\n else {\n iVar6 = 0xf;\n perror("sg_set_binary_mode");\n }\n goto LAB_0010125b;\n }\n switch(iVar4) {\n case 0x3f:\n case 0x68:\n iVar6 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n default:\n iVar6 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n case 0x48:\n local_4c = local_4c + 1;\n break;\n case 0x52:\n local_53 = 1;\n break;\n case 0x56:\n bVar2 = true;\n break;\n case 99:\n local_51 = 1;\n break;\n case 0x65:\n local_50 = 1;\n break;\n case 0x69:\n local_58 = 1;\n break;\n case 0x6c:\n uVar5 = sg_get_num(optarg);\n if ((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)) goto LAB_001012d3;\n break;\n case 0x70:\n local_52 = 1;\n break;\n case 0x72:\n local_5a = '\x01';\n break;\n case 0x76:\n iVar10 = iVar10 + 1;\n bVar1 = true;\n }\n }" { (expression_statement "local_44 = 0;" (assignment_expression "local_44 = 0" identifier = number_literal) ;) (expression_statement "iVar4 = getopt_long(param_1,param_2,"cehHil:prRvV",&PTR_s_ck_cond_00105020,&local_44);" (assignment_expression "iVar4 = getopt_long(param_1,param_2,"cehHil:prRvV",&PTR_s_ck_cond_00105020,&local_44)" identifier = (call_expression "getopt_long(param_1,param_2,"cehHil:prRvV",&PTR_s_ck_cond_00105020,&local_44)" identifier (argument_list "(param_1,param_2,"cehHil:prRvV",&PTR_s_ck_cond_00105020,&local_44)" ( identifier , identifier , (string_literal ""cehHil:prRvV"" " string_content ") , (pointer_expression "&PTR_s_ck_cond_00105020" & identifier) , (pointer_expression "&local_44" & identifier) )))) ;) (if_statement "if (iVar4 == -1) {\n lVar9 = 0;\n if (optind < param_1) {\n lVar9 = (long)optind;\n optind = optind + 1;\n lVar9 = *(long *)(param_2 + lVar9 * 8);\n if (optind < param_1) goto LAB_00101446;\n }\n if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;\n if (lVar9 == 0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }\n if ((local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);\n if ((int)uVar7 < 0) {\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }\n else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }\n if ((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar6 < 0) {\n iVar6 = 99;\n }\n }\n else {\n iVar6 = 0xf;\n perror("sg_set_binary_mode");\n }\n goto LAB_0010125b;\n }" if (parenthesized_expression "(iVar4 == -1)" ( (binary_expression "iVar4 == -1" identifier == number_literal) )) (compound_statement "{\n lVar9 = 0;\n if (optind < param_1) {\n lVar9 = (long)optind;\n optind = optind + 1;\n lVar9 = *(long *)(param_2 + lVar9 * 8);\n if (optind < param_1) goto LAB_00101446;\n }\n if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;\n if (lVar9 == 0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }\n if ((local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);\n if ((int)uVar7 < 0) {\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }\n else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }\n if ((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar6 < 0) {\n iVar6 = 99;\n }\n }\n else {\n iVar6 = 0xf;\n perror("sg_set_binary_mode");\n }\n goto LAB_0010125b;\n }" { (expression_statement "lVar9 = 0;" (assignment_expression "lVar9 = 0" identifier = number_literal) ;) (if_statement "if (optind < param_1) {\n lVar9 = (long)optind;\n optind = optind + 1;\n lVar9 = *(long *)(param_2 + lVar9 * 8);\n if (optind < param_1) goto LAB_00101446;\n }" if (parenthesized_expression "(optind < param_1)" ( (binary_expression "optind < param_1" identifier < identifier) )) (compound_statement "{\n lVar9 = (long)optind;\n optind = optind + 1;\n lVar9 = *(long *)(param_2 + lVar9 * 8);\n if (optind < param_1) goto LAB_00101446;\n }" { (expression_statement "lVar9 = (long)optind;" (assignment_expression "lVar9 = (long)optind" identifier = (cast_expression "(long)optind" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "optind = optind + 1;" (assignment_expression "optind = optind + 1" identifier = (binary_expression "optind + 1" identifier + number_literal)) ;) (expression_statement "lVar9 = *(long *)(param_2 + lVar9 * 8);" (assignment_expression "lVar9 = *(long *)(param_2 + lVar9 * 8)" identifier = (pointer_expression "*(long *)(param_2 + lVar9 * 8)" * (cast_expression "(long *)(param_2 + lVar9 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + lVar9 * 8)" ( (binary_expression "param_2 + lVar9 * 8" identifier + (binary_expression "lVar9 * 8" identifier * number_literal)) ))))) ;) (if_statement "if (optind < param_1) goto LAB_00101446;" if (parenthesized_expression "(optind < param_1)" ( (binary_expression "optind < param_1" identifier < identifier) )) (goto_statement "goto LAB_00101446;" goto statement_identifier ;)) })) (if_statement "if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;" if (parenthesized_expression "(bVar1)" ( identifier )) (compound_statement "{\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }" { (if_statement "if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }" if (parenthesized_expression "(bVar2)" ( identifier )) (compound_statement "{\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }" { (expression_statement "pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");" (call_expression "pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n")" identifier (argument_list "("Not in DEBUG mode, so \'-vV\' has no special action\n")" ( (string_literal ""Not in DEBUG mode, so \'-vV\' has no special action\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ") ))) ;) (labeled_statement "LAB_0010140d:\n iVar6 = 0;" statement_identifier : (expression_statement "iVar6 = 0;" (assignment_expression "iVar6 = 0" identifier = number_literal) ;)) (expression_statement "pr2serr("version: %s\n","1.17 20180515");" (call_expression "pr2serr("version: %s\n","1.17 20180515")" identifier (argument_list "("version: %s\n","1.17 20180515")" ( (string_literal ""version: %s\n"" " string_content escape_sequence ") , (string_literal ""1.17 20180515"" " string_content ") ))) ;) (goto_statement "goto LAB_0010125b;" goto statement_identifier ;) })) }) (else_clause "else if (bVar2) goto LAB_0010140d;" else (if_statement "if (bVar2) goto LAB_0010140d;" if (parenthesized_expression "(bVar2)" ( identifier )) (goto_statement "goto LAB_0010140d;" goto statement_identifier ;)))) (if_statement "if (lVar9 == 0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }" if (parenthesized_expression "(lVar9 == 0)" ( (binary_expression "lVar9 == 0" identifier == number_literal) )) (compound_statement "{\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }" { (expression_statement "pr2serr("Missing device name!\n\n");" (call_expression "pr2serr("Missing device name!\n\n")" identifier (argument_list "("Missing device name!\n\n")" ( (string_literal ""Missing device name!\n\n"" " string_content escape_sequence escape_sequence ") ))) ;) (goto_statement "goto LAB_00101469;" goto statement_identifier ;) })) (if_statement "if ((local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);\n if ((int)uVar7 < 0) {\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }\n else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }\n if ((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar6 < 0) {\n iVar6 = 99;\n }\n }\n else {\n iVar6 = 0xf;\n perror("sg_set_binary_mode");\n }" if (parenthesized_expression "((local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4))" ( (binary_expression "(local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)" (parenthesized_expression "(local_5a == '\0')" ( (binary_expression "local_5a == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) || (parenthesized_expression "(iVar4 = sg_set_binary_mode(1), -1 < iVar4)" ( (comma_expression "iVar4 = sg_set_binary_mode(1), -1 < iVar4" (assignment_expression "iVar4 = sg_set_binary_mode(1)" identifier = (call_expression "sg_set_binary_mode(1)" identifier (argument_list "(1)" ( number_literal )))) , (binary_expression "-1 < iVar4" number_literal < identifier)) ))) )) (compound_statement "{\n uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);\n if ((int)uVar7 < 0) {\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }\n else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }\n if ((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar6 < 0) {\n iVar6 = 99;\n }\n }" { (expression_statement "uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);" (assignment_expression "uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10)" identifier = (call_expression "sg_cmds_open_device(lVar9,local_53,iVar10)" identifier (argument_list "(lVar9,local_53,iVar10)" ( identifier , identifier , identifier )))) ;) (if_statement "if ((int)uVar7 < 0) {\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }\n else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }" if (parenthesized_expression "((int)uVar7 < 0)" ( (binary_expression "(int)uVar7 < 0" (cast_expression "(int)uVar7" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (compound_statement "{\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }" { (expression_statement "iVar4 = -(int)uVar7;" (assignment_expression "iVar4 = -(int)uVar7" identifier = (unary_expression "-(int)uVar7" - (cast_expression "(int)uVar7" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (if_statement "if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }" if (parenthesized_expression "(iVar10 != 0)" ( (binary_expression "iVar10 != 0" identifier != number_literal) )) (compound_statement "{\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }" { (expression_statement "uVar8 = safe_strerror(iVar4);" (assignment_expression "uVar8 = safe_strerror(iVar4)" identifier = (call_expression "safe_strerror(iVar4)" identifier (argument_list "(iVar4)" ( identifier )))) ;) (expression_statement "pr2serr("error opening file: %s: %s\n",lVar9,uVar8);" (call_expression "pr2serr("error opening file: %s: %s\n",lVar9,uVar8)" identifier (argument_list "("error opening file: %s: %s\n",lVar9,uVar8)" ( (string_literal ""error opening file: %s: %s\n"" " string_content escape_sequence ") , identifier , identifier ))) ;) })) (labeled_statement "LAB_00101434:\n iVar6 = sg_convert_errno(iVar4);" statement_identifier : (expression_statement "iVar6 = sg_convert_errno(iVar4);" (assignment_expression "iVar6 = sg_convert_errno(iVar4)" identifier = (call_expression "sg_convert_errno(iVar4)" identifier (argument_list "(iVar4)" ( identifier )))) ;)) }) (else_clause "else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }" else (compound_statement "{\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }" { (expression_statement "iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);" (assignment_expression "iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7)" identifier = (call_expression "FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7)" identifier (argument_list "(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7)" ( (binary_expression "uVar7 & 0xffffffff" identifier & number_literal) , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier )))) ;) (expression_statement "iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);" (assignment_expression "iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff)" identifier = (call_expression "sg_cmds_close_device(uVar7 & 0xffffffff)" identifier (argument_list "(uVar7 & 0xffffffff)" ( (binary_expression "uVar7 & 0xffffffff" identifier & number_literal) )))) ;) (if_statement "if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }" if (parenthesized_expression "(iVar4 < 0)" ( (binary_expression "iVar4 < 0" identifier < number_literal) )) (compound_statement "{\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }" { (expression_statement "iVar4 = -iVar4;" (assignment_expression "iVar4 = -iVar4" identifier = (unary_expression "-iVar4" - identifier)) ;) (expression_statement "uVar8 = safe_strerror(iVar4);" (assignment_expression "uVar8 = safe_strerror(iVar4)" identifier = (call_expression "safe_strerror(iVar4)" identifier (argument_list "(iVar4)" ( identifier )))) ;) (expression_statement "pr2serr("close error: %s\n",uVar8);" (call_expression "pr2serr("close error: %s\n",uVar8)" identifier (argument_list "("close error: %s\n",uVar8)" ( (string_literal ""close error: %s\n"" " string_content escape_sequence ") , identifier ))) ;) (if_statement "if (iVar6 == 0) goto LAB_00101434;" if (parenthesized_expression "(iVar6 == 0)" ( (binary_expression "iVar6 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00101434;" goto statement_identifier ;)) })) }))) (if_statement "if ((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }" if (parenthesized_expression "((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0'))" ( (binary_expression "(iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')" (parenthesized_expression "(iVar10 == 0)" ( (binary_expression "iVar10 == 0" identifier == number_literal) )) && (parenthesized_expression "(cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')" ( (comma_expression "cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0'" (assignment_expression "cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6)" identifier = (call_expression "sg_if_can2stderr("sg_sat_identify failed: ",iVar6)" identifier (argument_list "("sg_sat_identify failed: ",iVar6)" ( (string_literal ""sg_sat_identify failed: "" " string_content ") , identifier )))) , (binary_expression "cVar3 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence '))) ))) )) (compound_statement "{\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }" { (expression_statement "pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");" (call_expression "pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n")" identifier (argument_list "("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n")" ( (string_literal ""Some error occurred, try again with \'-v\' or \'-vv\' for more information\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") ))) ;) })) (if_statement "if (iVar6 < 0) {\n iVar6 = 99;\n }" if (parenthesized_expression "(iVar6 < 0)" ( (binary_expression "iVar6 < 0" identifier < number_literal) )) (compound_statement "{\n iVar6 = 99;\n }" { (expression_statement "iVar6 = 99;" (assignment_expression "iVar6 = 99" identifier = number_literal) ;) })) }) (else_clause "else {\n iVar6 = 0xf;\n perror("sg_set_binary_mode");\n }" else (compound_statement "{\n iVar6 = 0xf;\n perror("sg_set_binary_mode");\n }" { (expression_statement "iVar6 = 0xf;" (assignment_expression "iVar6 = 0xf" identifier = number_literal) ;) (expression_statement "perror("sg_set_binary_mode");" (call_expression "perror("sg_set_binary_mode")" identifier (argument_list "("sg_set_binary_mode")" ( (string_literal ""sg_set_binary_mode"" " string_content ") ))) ;) }))) (goto_statement "goto LAB_0010125b;" goto statement_identifier ;) })) (switch_statement "switch(iVar4) {\n case 0x3f:\n case 0x68:\n iVar6 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n default:\n iVar6 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n case 0x48:\n local_4c = local_4c + 1;\n break;\n case 0x52:\n local_53 = 1;\n break;\n case 0x56:\n bVar2 = true;\n break;\n case 99:\n local_51 = 1;\n break;\n case 0x65:\n local_50 = 1;\n break;\n case 0x69:\n local_58 = 1;\n break;\n case 0x6c:\n uVar5 = sg_get_num(optarg);\n if ((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)) goto LAB_001012d3;\n break;\n case 0x70:\n local_52 = 1;\n break;\n case 0x72:\n local_5a = '\x01';\n break;\n case 0x76:\n iVar10 = iVar10 + 1;\n bVar1 = true;\n }" switch (parenthesized_expression "(iVar4)" ( identifier )) (compound_statement "{\n case 0x3f:\n case 0x68:\n iVar6 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n default:\n iVar6 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n case 0x48:\n local_4c = local_4c + 1;\n break;\n case 0x52:\n local_53 = 1;\n break;\n case 0x56:\n bVar2 = true;\n break;\n case 99:\n local_51 = 1;\n break;\n case 0x65:\n local_50 = 1;\n break;\n case 0x69:\n local_58 = 1;\n break;\n case 0x6c:\n uVar5 = sg_get_num(optarg);\n if ((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)) goto LAB_001012d3;\n break;\n case 0x70:\n local_52 = 1;\n break;\n case 0x72:\n local_5a = '\x01';\n break;\n case 0x76:\n iVar10 = iVar10 + 1;\n bVar1 = true;\n }" { (case_statement "case 0x3f:" case number_literal :) (case_statement "case 0x68:\n iVar6 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;" case number_literal : (expression_statement "iVar6 = 0;" (assignment_expression "iVar6 = 0" identifier = number_literal) ;) (expression_statement "pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );" (call_expression "pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n )" identifier (argument_list "(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n )" ( (string_literal ""Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\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 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 ") ))) ;) (goto_statement "goto LAB_0010125b;" goto statement_identifier ;)) (case_statement "default:\n iVar6 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;" default : (expression_statement "iVar6 = 1;" (assignment_expression "iVar6 = 1" identifier = number_literal) ;) (expression_statement "pr2serr("unrecognised option code 0x%x ??\n",iVar4);" (call_expression "pr2serr("unrecognised option code 0x%x ??\n",iVar4)" identifier (argument_list "("unrecognised option code 0x%x ??\n",iVar4)" ( (string_literal ""unrecognised option code 0x%x ??\n"" " string_content escape_sequence ") , identifier ))) ;) (expression_statement "pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );" (call_expression "pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n )" identifier (argument_list "(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n )" ( (string_literal ""Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\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 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 ") ))) ;) (goto_statement "goto LAB_0010125b;" goto statement_identifier ;)) (case_statement "case 0x48:\n local_4c = local_4c + 1;\n break;" case number_literal : (expression_statement "local_4c = local_4c + 1;" (assignment_expression "local_4c = local_4c + 1" identifier = (binary_expression "local_4c + 1" identifier + number_literal)) ;) (break_statement "break;" break ;)) (case_statement "case 0x52:\n local_53 = 1;\n break;" case number_literal : (expression_statement "local_53 = 1;" (assignment_expression "local_53 = 1" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 0x56:\n bVar2 = true;\n break;" case number_literal : (expression_statement "bVar2 = true;" (assignment_expression "bVar2 = true" identifier = true) ;) (break_statement "break;" break ;)) (case_statement "case 99:\n local_51 = 1;\n break;" case number_literal : (expression_statement "local_51 = 1;" (assignment_expression "local_51 = 1" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 0x65:\n local_50 = 1;\n break;" case number_literal : (expression_statement "local_50 = 1;" (assignment_expression "local_50 = 1" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 0x69:\n local_58 = 1;\n break;" case number_literal : (expression_statement "local_58 = 1;" (assignment_expression "local_58 = 1" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 0x6c:\n uVar5 = sg_get_num(optarg);\n if ((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)) goto LAB_001012d3;\n break;" case number_literal : (expression_statement "uVar5 = sg_get_num(optarg);" (assignment_expression "uVar5 = sg_get_num(optarg)" identifier = (call_expression "sg_get_num(optarg)" identifier (argument_list "(optarg)" ( identifier )))) ;) (if_statement "if ((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)) goto LAB_001012d3;" if (parenthesized_expression "((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0))" ( (binary_expression "(0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)" (parenthesized_expression "(0x20 < uVar5)" ( (binary_expression "0x20 < uVar5" number_literal < identifier) )) || (parenthesized_expression "((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)" ( (binary_expression "(1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0" (parenthesized_expression "(1L << ((byte)uVar5 & 0x3f) & 0x100011000U)" ( (binary_expression "1L << ((byte)uVar5 & 0x3f) & 0x100011000U" (binary_expression "1L << ((byte)uVar5 & 0x3f)" number_literal << (parenthesized_expression "((byte)uVar5 & 0x3f)" ( (binary_expression "(byte)uVar5 & 0x3f" (cast_expression "(byte)uVar5" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) ))) & number_literal) )) == number_literal) ))) )) (goto_statement "goto LAB_001012d3;" goto statement_identifier ;)) (break_statement "break;" break ;)) (case_statement "case 0x70:\n local_52 = 1;\n break;" case number_literal : (expression_statement "local_52 = 1;" (assignment_expression "local_52 = 1" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 0x72:\n local_5a = '\x01';\n break;" case number_literal : (expression_statement "local_5a = '\x01';" (assignment_expression "local_5a = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) (break_statement "break;" break ;)) (case_statement "case 0x76:\n iVar10 = iVar10 + 1;\n bVar1 = true;" case number_literal : (expression_statement "iVar10 = iVar10 + 1;" (assignment_expression "iVar10 = iVar10 + 1" identifier = (binary_expression "iVar10 + 1" identifier + number_literal)) ;) (expression_statement "bVar1 = true;" (assignment_expression "bVar1 = true" identifier = true) ;)) })) }) while (parenthesized_expression "( true )" ( true )) ;) (labeled_statement "LAB_001012d3:\n iVar6 = 1;" statement_identifier : (expression_statement "iVar6 = 1;" (assignment_expression "iVar6 = 1" identifier = number_literal) ;)) (expression_statement "pr2serr("argument to \'--len\' should be 12, 16 or 32\n");" (call_expression "pr2serr("argument to \'--len\' should be 12, 16 or 32\n")" identifier (argument_list "("argument to \'--len\' should be 12, 16 or 32\n")" ( (string_literal ""argument to \'--len\' should be 12, 16 or 32\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ") ))) ;) (goto_statement "goto LAB_0010125b;" goto statement_identifier ;) (labeled_statement "LAB_00101446:\n do {\n pr2serr("Unexpected extra argument: %s\n",*(undefined8 *)(param_2 + (long)optind * 8));\n optind = optind + 1;\n } while (optind < param_1);" statement_identifier : (do_statement "do {\n pr2serr("Unexpected extra argument: %s\n",*(undefined8 *)(param_2 + (long)optind * 8));\n optind = optind + 1;\n } while (optind < param_1);" do (compound_statement "{\n pr2serr("Unexpected extra argument: %s\n",*(undefined8 *)(param_2 + (long)optind * 8));\n optind = optind + 1;\n }" { (expression_statement "pr2serr("Unexpected extra argument: %s\n",*(undefined8 *)(param_2 + (long)optind * 8));" (call_expression "pr2serr("Unexpected extra argument: %s\n",*(undefined8 *)(param_2 + (long)optind * 8))" identifier (argument_list "("Unexpected extra argument: %s\n",*(undefined8 *)(param_2 + (long)optind * 8))" ( (string_literal ""Unexpected extra argument: %s\n"" " string_content escape_sequence ") , (pointer_expression "*(undefined8 *)(param_2 + (long)optind * 8)" * (cast_expression "(undefined8 *)(param_2 + (long)optind * 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + (long)optind * 8)" ( (binary_expression "param_2 + (long)optind * 8" identifier + (binary_expression "(long)optind * 8" (cast_expression "(long)optind" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) )))) ))) ;) (expression_statement "optind = optind + 1;" (assignment_expression "optind = optind + 1" identifier = (binary_expression "optind + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(optind < param_1)" ( (binary_expression "optind < param_1" identifier < identifier) )) ;)) (labeled_statement "LAB_00101469:\n iVar6 = 1;" statement_identifier : (expression_statement "iVar6 = 1;" (assignment_expression "iVar6 = 1" identifier = number_literal) ;)) (expression_statement "pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );" (call_expression "pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n )" identifier (argument_list "(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n )" ( (string_literal ""Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\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 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 ") ))) ;) (labeled_statement "LAB_0010125b:\n if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar6;\n }" statement_identifier : (if_statement "if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar6;\n }" if (parenthesized_expression "(local_40 == *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "local_40 == *(long *)(in_FS_OFFSET + 0x28)" identifier == (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n return iVar6;\n }" { (return_statement "return iVar6;" return identifier ;) }))) (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , (string_literal " string_content ") , (pointer_expression & IDENT) , (pointer_expression & IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (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 IDENT < IDENT) )) (goto_statement goto statement_identifier ;)) })) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence string_content escape_sequence string_content escape_sequence ") ))) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = LIT) ;)) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence ") , (string_literal " string_content ") ))) ;) (goto_statement goto statement_identifier ;) })) }) (else_clause else (if_statement if (parenthesized_expression ( IDENT )) (goto_statement goto statement_identifier ;)))) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence escape_sequence ") ))) ;) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT )))) , (binary_expression LIT < IDENT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (unary_expression - (cast_expression ( (type_descriptor TYPE) ) 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 (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence ") , IDENT , IDENT ))) ;) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;)) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT & LIT) , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT & LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (unary_expression - IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence ") , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) })) }))) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") , IDENT )))) , (binary_expression IDENT == (char_literal ' escape_sequence '))) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") ))) ;) }))) (goto_statement goto statement_identifier ;) })) (switch_statement switch (parenthesized_expression ( IDENT )) (compound_statement { (case_statement case LIT :) (case_statement case LIT : (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( (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 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 ") ))) ;) (goto_statement goto statement_identifier ;)) (case_statement default : (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence ") , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence string_content escape_sequence string_content escape_sequence 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 string_content escape_sequence escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") ))) ;) (goto_statement goto statement_identifier ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (break_statement break ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = LIT) ;) (break_statement break ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = BOOL) ;) (break_statement break ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = LIT) ;) (break_statement break ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = LIT) ;) (break_statement break ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = LIT) ;) (break_statement break ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < IDENT) )) || (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression LIT << (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) & LIT) ))) & LIT) )) == LIT) ))) )) (goto_statement goto statement_identifier ;)) (break_statement break ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = LIT) ;) (break_statement break ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) (break_statement break ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = BOOL) ;)) })) }) while (parenthesized_expression ( BOOL )) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = LIT) ;)) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence string_content escape_sequence string_content escape_sequence ") ))) ;) (goto_statement goto statement_identifier ;) (labeled_statement statement_identifier : (do_statement do (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence ") , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) * LIT)) )))) ))) ;) (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 = LIT) ;)) (expression_statement (call_expression IDENT (argument_list ( (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 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 ") ))) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (return_statement return IDENT ;) }))) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "int FUN_00101170(int param_1,long param_2)\n\n{\n bool bVar1;\n bool bVar2;\n char cVar3;\n int iVar4;\n uint uVar5;\n int iVar6;\n ulong uVar7;\n undefined8 uVar8;\n long lVar9;\n int iVar10;\n long in_FS_OFFSET;\n char local_5a;\n undefined4 local_58;\n undefined1 local_53;\n undefined1 local_52;\n undefined1 local_51;\n undefined4 local_50;\n int local_4c;\n undefined4 local_44;\n long local_40;\n \n iVar10 = 0;\n uVar5 = 0x10;\n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n local_4c = 0;\n bVar2 = false;\n bVar1 = false;\n local_50 = 0;\n local_51 = 0;\n local_53 = 0;\n local_5a = '\0';\n local_58 = 0;\n local_52 = 0;\n do {\n local_44 = 0;\n iVar4 = getopt_long(param_1,param_2,"cehHil:prRvV",&PTR_s_ck_cond_00105020,&local_44);\n if (iVar4 == -1) {\n lVar9 = 0;\n if (optind < param_1) {\n lVar9 = (long)optind;\n optind = optind + 1;\n lVar9 = *(long *)(param_2 + lVar9 * 8);\n if (optind < param_1) goto LAB_00101446;\n }\n if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;\n if (lVar9 == 0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }\n if ((local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);\n if ((int)uVar7 < 0) {\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }\n else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }\n if ((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar6 < 0) {\n iVar6 = 99;\n }\n }\n else {\n iVar6 = 0xf;\n perror("sg_set_binary_mode");\n }\n goto LAB_0010125b;\n }\n switch(iVar4) {\n case 0x3f:\n case 0x68:\n iVar6 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n default:\n iVar6 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n case 0x48:\n local_4c = local_4c + 1;\n break;\n case 0x52:\n local_53 = 1;\n break;\n case 0x56:\n bVar2 = true;\n break;\n case 99:\n local_51 = 1;\n break;\n case 0x65:\n local_50 = 1;\n break;\n case 0x69:\n local_58 = 1;\n break;\n case 0x6c:\n uVar5 = sg_get_num(optarg);\n if ((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)) goto LAB_001012d3;\n break;\n case 0x70:\n local_52 = 1;\n break;\n case 0x72:\n local_5a = '\x01';\n break;\n case 0x76:\n iVar10 = iVar10 + 1;\n bVar1 = true;\n }\n } while( true );\nLAB_001012d3:\n iVar6 = 1;\n pr2serr("argument to \'--len\' should be 12, 16 or 32\n");\n goto LAB_0010125b;\nLAB_00101446:\n do {\n pr2serr("Unexpected extra argument: %s\n",*(undefined8 *)(param_2 + (long)optind * 8));\n optind = optind + 1;\n } while (optind < param_1);\nLAB_00101469:\n iVar6 = 1;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\nLAB_0010125b:\n if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar6;\n }\n \n __stack_chk_fail();\n}" (primitive_type "int") (function_declarator "FUN_00101170(int param_1,long param_2)" (identifier "FUN_00101170") (parameter_list "(int param_1,long param_2)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) () ")"))) (compound_statement "{\n bool bVar1;\n bool bVar2;\n char cVar3;\n int iVar4;\n uint uVar5;\n int iVar6;\n ulong uVar7;\n undefined8 uVar8;\n long lVar9;\n int iVar10;\n long in_FS_OFFSET;\n char local_5a;\n undefined4 local_58;\n undefined1 local_53;\n undefined1 local_52;\n undefined1 local_51;\n undefined4 local_50;\n int local_4c;\n undefined4 local_44;\n long local_40;\n \n iVar10 = 0;\n uVar5 = 0x10;\n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n local_4c = 0;\n bVar2 = false;\n bVar1 = false;\n local_50 = 0;\n local_51 = 0;\n local_53 = 0;\n local_5a = '\0';\n local_58 = 0;\n local_52 = 0;\n do {\n local_44 = 0;\n iVar4 = getopt_long(param_1,param_2,"cehHil:prRvV",&PTR_s_ck_cond_00105020,&local_44);\n if (iVar4 == -1) {\n lVar9 = 0;\n if (optind < param_1) {\n lVar9 = (long)optind;\n optind = optind + 1;\n lVar9 = *(long *)(param_2 + lVar9 * 8);\n if (optind < param_1) goto LAB_00101446;\n }\n if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;\n if (lVar9 == 0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }\n if ((local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);\n if ((int)uVar7 < 0) {\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }\n else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }\n if ((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar6 < 0) {\n iVar6 = 99;\n }\n }\n else {\n iVar6 = 0xf;\n perror("sg_set_binary_mode");\n }\n goto LAB_0010125b;\n }\n switch(iVar4) {\n case 0x3f:\n case 0x68:\n iVar6 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n default:\n iVar6 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n case 0x48:\n local_4c = local_4c + 1;\n break;\n case 0x52:\n local_53 = 1;\n break;\n case 0x56:\n bVar2 = true;\n break;\n case 99:\n local_51 = 1;\n break;\n case 0x65:\n local_50 = 1;\n break;\n case 0x69:\n local_58 = 1;\n break;\n case 0x6c:\n uVar5 = sg_get_num(optarg);\n if ((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)) goto LAB_001012d3;\n break;\n case 0x70:\n local_52 = 1;\n break;\n case 0x72:\n local_5a = '\x01';\n break;\n case 0x76:\n iVar10 = iVar10 + 1;\n bVar1 = true;\n }\n } while( true );\nLAB_001012d3:\n iVar6 = 1;\n pr2serr("argument to \'--len\' should be 12, 16 or 32\n");\n goto LAB_0010125b;\nLAB_00101446:\n do {\n pr2serr("Unexpected extra argument: %s\n",*(undefined8 *)(param_2 + (long)optind * 8));\n optind = optind + 1;\n } while (optind < param_1);\nLAB_00101469:\n iVar6 = 1;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\nLAB_0010125b:\n if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar6;\n }\n \n __stack_chk_fail();\n}" ({ "{") (declaration "bool bVar1;" (primitive_type "bool") (identifier "bVar1") (; ";")) (declaration "bool bVar2;" (primitive_type "bool") (identifier "bVar2") (; ";")) (declaration "char cVar3;" (primitive_type "char") (identifier "cVar3") (; ";")) (declaration "int iVar4;" (primitive_type "int") (identifier "iVar4") (; ";")) (declaration "uint uVar5;" (type_identifier "uint") (identifier "uVar5") (; ";")) (declaration "int iVar6;" (primitive_type "int") (identifier "iVar6") (; ";")) (declaration "ulong uVar7;" (type_identifier "ulong") (identifier "uVar7") (; ";")) (declaration "undefined8 uVar8;" (type_identifier "undefined8") (identifier "uVar8") (; ";")) (declaration "long lVar9;" (sized_type_specifier "long" (long "long")) (identifier "lVar9") (; ";")) (declaration "int iVar10;" (primitive_type "int") (identifier "iVar10") (; ";")) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" (long "long")) (identifier "in_FS_OFFSET") (; ";")) (declaration "char local_5a;" (primitive_type "char") (identifier "local_5a") (; ";")) (declaration "undefined4 local_58;" (type_identifier "undefined4") (identifier "local_58") (; ";")) (declaration "undefined1 local_53;" (type_identifier "undefined1") (identifier "local_53") (; ";")) (declaration "undefined1 local_52;" (type_identifier "undefined1") (identifier "local_52") (; ";")) (declaration "undefined1 local_51;" (type_identifier "undefined1") (identifier "local_51") (; ";")) (declaration "undefined4 local_50;" (type_identifier "undefined4") (identifier "local_50") (; ";")) (declaration "int local_4c;" (primitive_type "int") (identifier "local_4c") (; ";")) (declaration "undefined4 local_44;" (type_identifier "undefined4") (identifier "local_44") (; ";")) (declaration "long local_40;" (sized_type_specifier "long" (long "long")) (identifier "local_40") (; ";")) (expression_statement "iVar10 = 0;" (assignment_expression "iVar10 = 0" (identifier "iVar10") (= "=") (number_literal "0")) (; ";")) (expression_statement "uVar5 = 0x10;" (assignment_expression "uVar5 = 0x10" (identifier "uVar5") (= "=") (number_literal "0x10")) (; ";")) (expression_statement "local_40 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_40 = *(long *)(in_FS_OFFSET + 0x28)" (identifier "local_40") (= "=") (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" (* "*") (cast_expression "(long *)(in_FS_OFFSET + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_FS_OFFSET + 0x28)" (( "(") (binary_expression "in_FS_OFFSET + 0x28" (identifier "in_FS_OFFSET") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (expression_statement "local_4c = 0;" (assignment_expression "local_4c = 0" (identifier "local_4c") (= "=") (number_literal "0")) (; ";")) (expression_statement "bVar2 = false;" (assignment_expression "bVar2 = false" (identifier "bVar2") (= "=") (false "false")) (; ";")) (expression_statement "bVar1 = false;" (assignment_expression "bVar1 = false" (identifier "bVar1") (= "=") (false "false")) (; ";")) (expression_statement "local_50 = 0;" (assignment_expression "local_50 = 0" (identifier "local_50") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_51 = 0;" (assignment_expression "local_51 = 0" (identifier "local_51") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_53 = 0;" (assignment_expression "local_53 = 0" (identifier "local_53") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_5a = '\0';" (assignment_expression "local_5a = '\0'" (identifier "local_5a") (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (expression_statement "local_58 = 0;" (assignment_expression "local_58 = 0" (identifier "local_58") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_52 = 0;" (assignment_expression "local_52 = 0" (identifier "local_52") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n local_44 = 0;\n iVar4 = getopt_long(param_1,param_2,"cehHil:prRvV",&PTR_s_ck_cond_00105020,&local_44);\n if (iVar4 == -1) {\n lVar9 = 0;\n if (optind < param_1) {\n lVar9 = (long)optind;\n optind = optind + 1;\n lVar9 = *(long *)(param_2 + lVar9 * 8);\n if (optind < param_1) goto LAB_00101446;\n }\n if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;\n if (lVar9 == 0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }\n if ((local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);\n if ((int)uVar7 < 0) {\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }\n else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }\n if ((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar6 < 0) {\n iVar6 = 99;\n }\n }\n else {\n iVar6 = 0xf;\n perror("sg_set_binary_mode");\n }\n goto LAB_0010125b;\n }\n switch(iVar4) {\n case 0x3f:\n case 0x68:\n iVar6 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n default:\n iVar6 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n case 0x48:\n local_4c = local_4c + 1;\n break;\n case 0x52:\n local_53 = 1;\n break;\n case 0x56:\n bVar2 = true;\n break;\n case 99:\n local_51 = 1;\n break;\n case 0x65:\n local_50 = 1;\n break;\n case 0x69:\n local_58 = 1;\n break;\n case 0x6c:\n uVar5 = sg_get_num(optarg);\n if ((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)) goto LAB_001012d3;\n break;\n case 0x70:\n local_52 = 1;\n break;\n case 0x72:\n local_5a = '\x01';\n break;\n case 0x76:\n iVar10 = iVar10 + 1;\n bVar1 = true;\n }\n } while( true );" (do "do") (compound_statement "{\n local_44 = 0;\n iVar4 = getopt_long(param_1,param_2,"cehHil:prRvV",&PTR_s_ck_cond_00105020,&local_44);\n if (iVar4 == -1) {\n lVar9 = 0;\n if (optind < param_1) {\n lVar9 = (long)optind;\n optind = optind + 1;\n lVar9 = *(long *)(param_2 + lVar9 * 8);\n if (optind < param_1) goto LAB_00101446;\n }\n if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;\n if (lVar9 == 0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }\n if ((local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);\n if ((int)uVar7 < 0) {\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }\n else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }\n if ((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar6 < 0) {\n iVar6 = 99;\n }\n }\n else {\n iVar6 = 0xf;\n perror("sg_set_binary_mode");\n }\n goto LAB_0010125b;\n }\n switch(iVar4) {\n case 0x3f:\n case 0x68:\n iVar6 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n default:\n iVar6 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n case 0x48:\n local_4c = local_4c + 1;\n break;\n case 0x52:\n local_53 = 1;\n break;\n case 0x56:\n bVar2 = true;\n break;\n case 99:\n local_51 = 1;\n break;\n case 0x65:\n local_50 = 1;\n break;\n case 0x69:\n local_58 = 1;\n break;\n case 0x6c:\n uVar5 = sg_get_num(optarg);\n if ((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)) goto LAB_001012d3;\n break;\n case 0x70:\n local_52 = 1;\n break;\n case 0x72:\n local_5a = '\x01';\n break;\n case 0x76:\n iVar10 = iVar10 + 1;\n bVar1 = true;\n }\n }" ({ "{") (expression_statement "local_44 = 0;" (assignment_expression "local_44 = 0" (identifier "local_44") (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar4 = getopt_long(param_1,param_2,"cehHil:prRvV",&PTR_s_ck_cond_00105020,&local_44);" (assignment_expression "iVar4 = getopt_long(param_1,param_2,"cehHil:prRvV",&PTR_s_ck_cond_00105020,&local_44)" (identifier "iVar4") (= "=") (call_expression "getopt_long(param_1,param_2,"cehHil:prRvV",&PTR_s_ck_cond_00105020,&local_44)" (identifier "getopt_long") (argument_list "(param_1,param_2,"cehHil:prRvV",&PTR_s_ck_cond_00105020,&local_44)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (string_literal ""cehHil:prRvV"" (" """) (string_content "cehHil:prRvV") (" """)) (, ",") (pointer_expression "&PTR_s_ck_cond_00105020" (& "&") (identifier "PTR_s_ck_cond_00105020")) (, ",") (pointer_expression "&local_44" (& "&") (identifier "local_44")) () ")")))) (; ";")) (if_statement "if (iVar4 == -1) {\n lVar9 = 0;\n if (optind < param_1) {\n lVar9 = (long)optind;\n optind = optind + 1;\n lVar9 = *(long *)(param_2 + lVar9 * 8);\n if (optind < param_1) goto LAB_00101446;\n }\n if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;\n if (lVar9 == 0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }\n if ((local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);\n if ((int)uVar7 < 0) {\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }\n else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }\n if ((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar6 < 0) {\n iVar6 = 99;\n }\n }\n else {\n iVar6 = 0xf;\n perror("sg_set_binary_mode");\n }\n goto LAB_0010125b;\n }" (if "if") (parenthesized_expression "(iVar4 == -1)" (( "(") (binary_expression "iVar4 == -1" (identifier "iVar4") (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n lVar9 = 0;\n if (optind < param_1) {\n lVar9 = (long)optind;\n optind = optind + 1;\n lVar9 = *(long *)(param_2 + lVar9 * 8);\n if (optind < param_1) goto LAB_00101446;\n }\n if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;\n if (lVar9 == 0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }\n if ((local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);\n if ((int)uVar7 < 0) {\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }\n else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }\n if ((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar6 < 0) {\n iVar6 = 99;\n }\n }\n else {\n iVar6 = 0xf;\n perror("sg_set_binary_mode");\n }\n goto LAB_0010125b;\n }" ({ "{") (expression_statement "lVar9 = 0;" (assignment_expression "lVar9 = 0" (identifier "lVar9") (= "=") (number_literal "0")) (; ";")) (if_statement "if (optind < param_1) {\n lVar9 = (long)optind;\n optind = optind + 1;\n lVar9 = *(long *)(param_2 + lVar9 * 8);\n if (optind < param_1) goto LAB_00101446;\n }" (if "if") (parenthesized_expression "(optind < param_1)" (( "(") (binary_expression "optind < param_1" (identifier "optind") (< "<") (identifier "param_1")) () ")")) (compound_statement "{\n lVar9 = (long)optind;\n optind = optind + 1;\n lVar9 = *(long *)(param_2 + lVar9 * 8);\n if (optind < param_1) goto LAB_00101446;\n }" ({ "{") (expression_statement "lVar9 = (long)optind;" (assignment_expression "lVar9 = (long)optind" (identifier "lVar9") (= "=") (cast_expression "(long)optind" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "optind"))) (; ";")) (expression_statement "optind = optind + 1;" (assignment_expression "optind = optind + 1" (identifier "optind") (= "=") (binary_expression "optind + 1" (identifier "optind") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "lVar9 = *(long *)(param_2 + lVar9 * 8);" (assignment_expression "lVar9 = *(long *)(param_2 + lVar9 * 8)" (identifier "lVar9") (= "=") (pointer_expression "*(long *)(param_2 + lVar9 * 8)" (* "*") (cast_expression "(long *)(param_2 + lVar9 * 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + lVar9 * 8)" (( "(") (binary_expression "param_2 + lVar9 * 8" (identifier "param_2") (+ "+") (binary_expression "lVar9 * 8" (identifier "lVar9") (* "*") (number_literal "8"))) () ")"))))) (; ";")) (if_statement "if (optind < param_1) goto LAB_00101446;" (if "if") (parenthesized_expression "(optind < param_1)" (( "(") (binary_expression "optind < param_1" (identifier "optind") (< "<") (identifier "param_1")) () ")")) (goto_statement "goto LAB_00101446;" (goto "goto") (statement_identifier "LAB_00101446") (; ";"))) (} "}"))) (if_statement "if (bVar1) {\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }\n else if (bVar2) goto LAB_0010140d;" (if "if") (parenthesized_expression "(bVar1)" (( "(") (identifier "bVar1") () ")")) (compound_statement "{\n if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }\n }" ({ "{") (if_statement "if (bVar2) {\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }" (if "if") (parenthesized_expression "(bVar2)" (( "(") (identifier "bVar2") () ")")) (compound_statement "{\n pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");\nLAB_0010140d:\n iVar6 = 0;\n pr2serr("version: %s\n","1.17 20180515");\n goto LAB_0010125b;\n }" ({ "{") (expression_statement "pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");" (call_expression "pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n")" (identifier "pr2serr") (argument_list "("Not in DEBUG mode, so \'-vV\' has no special action\n")" (( "(") (string_literal ""Not in DEBUG mode, so \'-vV\' has no special action\n"" (" """) (string_content "Not in DEBUG mode, so ") (escape_sequence "\'") (string_content "-vV") (escape_sequence "\'") (string_content " has no special action") (escape_sequence "\n") (" """)) () ")"))) (; ";")) (labeled_statement "LAB_0010140d:\n iVar6 = 0;" (statement_identifier "LAB_0010140d") (: ":") (expression_statement "iVar6 = 0;" (assignment_expression "iVar6 = 0" (identifier "iVar6") (= "=") (number_literal "0")) (; ";"))) (expression_statement "pr2serr("version: %s\n","1.17 20180515");" (call_expression "pr2serr("version: %s\n","1.17 20180515")" (identifier "pr2serr") (argument_list "("version: %s\n","1.17 20180515")" (( "(") (string_literal ""version: %s\n"" (" """) (string_content "version: %s") (escape_sequence "\n") (" """)) (, ",") (string_literal ""1.17 20180515"" (" """) (string_content "1.17 20180515") (" """)) () ")"))) (; ";")) (goto_statement "goto LAB_0010125b;" (goto "goto") (statement_identifier "LAB_0010125b") (; ";")) (} "}"))) (} "}")) (else_clause "else if (bVar2) goto LAB_0010140d;" (else "else") (if_statement "if (bVar2) goto LAB_0010140d;" (if "if") (parenthesized_expression "(bVar2)" (( "(") (identifier "bVar2") () ")")) (goto_statement "goto LAB_0010140d;" (goto "goto") (statement_identifier "LAB_0010140d") (; ";"))))) (if_statement "if (lVar9 == 0) {\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }" (if "if") (parenthesized_expression "(lVar9 == 0)" (( "(") (binary_expression "lVar9 == 0" (identifier "lVar9") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n pr2serr("Missing device name!\n\n");\n goto LAB_00101469;\n }" ({ "{") (expression_statement "pr2serr("Missing device name!\n\n");" (call_expression "pr2serr("Missing device name!\n\n")" (identifier "pr2serr") (argument_list "("Missing device name!\n\n")" (( "(") (string_literal ""Missing device name!\n\n"" (" """) (string_content "Missing device name!") (escape_sequence "\n") (escape_sequence "\n") (" """)) () ")"))) (; ";")) (goto_statement "goto LAB_00101469;" (goto "goto") (statement_identifier "LAB_00101469") (; ";")) (} "}"))) (if_statement "if ((local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {\n uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);\n if ((int)uVar7 < 0) {\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }\n else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }\n if ((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar6 < 0) {\n iVar6 = 99;\n }\n }\n else {\n iVar6 = 0xf;\n perror("sg_set_binary_mode");\n }" (if "if") (parenthesized_expression "((local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4))" (( "(") (binary_expression "(local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)" (parenthesized_expression "(local_5a == '\0')" (( "(") (binary_expression "local_5a == '\0'" (identifier "local_5a") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (|| "||") (parenthesized_expression "(iVar4 = sg_set_binary_mode(1), -1 < iVar4)" (( "(") (comma_expression "iVar4 = sg_set_binary_mode(1), -1 < iVar4" (assignment_expression "iVar4 = sg_set_binary_mode(1)" (identifier "iVar4") (= "=") (call_expression "sg_set_binary_mode(1)" (identifier "sg_set_binary_mode") (argument_list "(1)" (( "(") (number_literal "1") () ")")))) (, ",") (binary_expression "-1 < iVar4" (number_literal "-1") (< "<") (identifier "iVar4"))) () ")"))) () ")")) (compound_statement "{\n uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);\n if ((int)uVar7 < 0) {\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }\n else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }\n if ((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }\n if (iVar6 < 0) {\n iVar6 = 99;\n }\n }" ({ "{") (expression_statement "uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);" (assignment_expression "uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10)" (identifier "uVar7") (= "=") (call_expression "sg_cmds_open_device(lVar9,local_53,iVar10)" (identifier "sg_cmds_open_device") (argument_list "(lVar9,local_53,iVar10)" (( "(") (identifier "lVar9") (, ",") (identifier "local_53") (, ",") (identifier "iVar10") () ")")))) (; ";")) (if_statement "if ((int)uVar7 < 0) {\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }\n else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }" (if "if") (parenthesized_expression "((int)uVar7 < 0)" (( "(") (binary_expression "(int)uVar7 < 0" (cast_expression "(int)uVar7" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar7")) (< "<") (number_literal "0")) () ")")) (compound_statement "{\n iVar4 = -(int)uVar7;\n if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }\nLAB_00101434:\n iVar6 = sg_convert_errno(iVar4);\n }" ({ "{") (expression_statement "iVar4 = -(int)uVar7;" (assignment_expression "iVar4 = -(int)uVar7" (identifier "iVar4") (= "=") (unary_expression "-(int)uVar7" (- "-") (cast_expression "(int)uVar7" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar7")))) (; ";")) (if_statement "if (iVar10 != 0) {\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }" (if "if") (parenthesized_expression "(iVar10 != 0)" (( "(") (binary_expression "iVar10 != 0" (identifier "iVar10") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar8 = safe_strerror(iVar4);\n pr2serr("error opening file: %s: %s\n",lVar9,uVar8);\n }" ({ "{") (expression_statement "uVar8 = safe_strerror(iVar4);" (assignment_expression "uVar8 = safe_strerror(iVar4)" (identifier "uVar8") (= "=") (call_expression "safe_strerror(iVar4)" (identifier "safe_strerror") (argument_list "(iVar4)" (( "(") (identifier "iVar4") () ")")))) (; ";")) (expression_statement "pr2serr("error opening file: %s: %s\n",lVar9,uVar8);" (call_expression "pr2serr("error opening file: %s: %s\n",lVar9,uVar8)" (identifier "pr2serr") (argument_list "("error opening file: %s: %s\n",lVar9,uVar8)" (( "(") (string_literal ""error opening file: %s: %s\n"" (" """) (string_content "error opening file: %s: %s") (escape_sequence "\n") (" """)) (, ",") (identifier "lVar9") (, ",") (identifier "uVar8") () ")"))) (; ";")) (} "}"))) (labeled_statement "LAB_00101434:\n iVar6 = sg_convert_errno(iVar4);" (statement_identifier "LAB_00101434") (: ":") (expression_statement "iVar6 = sg_convert_errno(iVar4);" (assignment_expression "iVar6 = sg_convert_errno(iVar4)" (identifier "iVar6") (= "=") (call_expression "sg_convert_errno(iVar4)" (identifier "sg_convert_errno") (argument_list "(iVar4)" (( "(") (identifier "iVar4") () ")")))) (; ";"))) (} "}")) (else_clause "else {\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }" (else "else") (compound_statement "{\n iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);\n iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);\n if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }\n }" ({ "{") (expression_statement "iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7);" (assignment_expression "iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7)" (identifier "iVar6") (= "=") (call_expression "FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7)" (identifier "FUN_00101610") (argument_list "(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c\n ,local_5a,iVar10,uVar7)" (( "(") (binary_expression "uVar7 & 0xffffffff" (identifier "uVar7") (& "&") (number_literal "0xffffffff")) (, ",") (identifier "local_52") (, ",") (identifier "uVar5") (, ",") (identifier "local_51") (, ",") (identifier "local_50") (, ",") (identifier "local_58") (, ",") (identifier "local_4c") (, ",") (identifier "local_5a") (, ",") (identifier "iVar10") (, ",") (identifier "uVar7") () ")")))) (; ";")) (expression_statement "iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);" (assignment_expression "iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff)" (identifier "iVar4") (= "=") (call_expression "sg_cmds_close_device(uVar7 & 0xffffffff)" (identifier "sg_cmds_close_device") (argument_list "(uVar7 & 0xffffffff)" (( "(") (binary_expression "uVar7 & 0xffffffff" (identifier "uVar7") (& "&") (number_literal "0xffffffff")) () ")")))) (; ";")) (if_statement "if (iVar4 < 0) {\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }" (if "if") (parenthesized_expression "(iVar4 < 0)" (( "(") (binary_expression "iVar4 < 0" (identifier "iVar4") (< "<") (number_literal "0")) () ")")) (compound_statement "{\n iVar4 = -iVar4;\n uVar8 = safe_strerror(iVar4);\n pr2serr("close error: %s\n",uVar8);\n if (iVar6 == 0) goto LAB_00101434;\n }" ({ "{") (expression_statement "iVar4 = -iVar4;" (assignment_expression "iVar4 = -iVar4" (identifier "iVar4") (= "=") (unary_expression "-iVar4" (- "-") (identifier "iVar4"))) (; ";")) (expression_statement "uVar8 = safe_strerror(iVar4);" (assignment_expression "uVar8 = safe_strerror(iVar4)" (identifier "uVar8") (= "=") (call_expression "safe_strerror(iVar4)" (identifier "safe_strerror") (argument_list "(iVar4)" (( "(") (identifier "iVar4") () ")")))) (; ";")) (expression_statement "pr2serr("close error: %s\n",uVar8);" (call_expression "pr2serr("close error: %s\n",uVar8)" (identifier "pr2serr") (argument_list "("close error: %s\n",uVar8)" (( "(") (string_literal ""close error: %s\n"" (" """) (string_content "close error: %s") (escape_sequence "\n") (" """)) (, ",") (identifier "uVar8") () ")"))) (; ";")) (if_statement "if (iVar6 == 0) goto LAB_00101434;" (if "if") (parenthesized_expression "(iVar6 == 0)" (( "(") (binary_expression "iVar6 == 0" (identifier "iVar6") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_00101434;" (goto "goto") (statement_identifier "LAB_00101434") (; ";"))) (} "}"))) (} "}")))) (if_statement "if ((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }" (if "if") (parenthesized_expression "((iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0'))" (( "(") (binary_expression "(iVar10 == 0) &&\n (cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')" (parenthesized_expression "(iVar10 == 0)" (( "(") (binary_expression "iVar10 == 0" (identifier "iVar10") (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')" (( "(") (comma_expression "cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0'" (assignment_expression "cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6)" (identifier "cVar3") (= "=") (call_expression "sg_if_can2stderr("sg_sat_identify failed: ",iVar6)" (identifier "sg_if_can2stderr") (argument_list "("sg_sat_identify failed: ",iVar6)" (( "(") (string_literal ""sg_sat_identify failed: "" (" """) (string_content "sg_sat_identify failed: ") (" """)) (, ",") (identifier "iVar6") () ")")))) (, ",") (binary_expression "cVar3 == '\0'" (identifier "cVar3") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'")))) () ")"))) () ")")) (compound_statement "{\n pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");\n }" ({ "{") (expression_statement "pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");" (call_expression "pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n")" (identifier "pr2serr") (argument_list "("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n")" (( "(") (string_literal ""Some error occurred, try again with \'-v\' or \'-vv\' for more information\n"" (" """) (string_content "Some error occurred, try again with ") (escape_sequence "\'") (string_content "-v") (escape_sequence "\'") (string_content " or ") (escape_sequence "\'") (string_content "-vv") (escape_sequence "\'") (string_content " for more information") (escape_sequence "\n") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if (iVar6 < 0) {\n iVar6 = 99;\n }" (if "if") (parenthesized_expression "(iVar6 < 0)" (( "(") (binary_expression "iVar6 < 0" (identifier "iVar6") (< "<") (number_literal "0")) () ")")) (compound_statement "{\n iVar6 = 99;\n }" ({ "{") (expression_statement "iVar6 = 99;" (assignment_expression "iVar6 = 99" (identifier "iVar6") (= "=") (number_literal "99")) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n iVar6 = 0xf;\n perror("sg_set_binary_mode");\n }" (else "else") (compound_statement "{\n iVar6 = 0xf;\n perror("sg_set_binary_mode");\n }" ({ "{") (expression_statement "iVar6 = 0xf;" (assignment_expression "iVar6 = 0xf" (identifier "iVar6") (= "=") (number_literal "0xf")) (; ";")) (expression_statement "perror("sg_set_binary_mode");" (call_expression "perror("sg_set_binary_mode")" (identifier "perror") (argument_list "("sg_set_binary_mode")" (( "(") (string_literal ""sg_set_binary_mode"" (" """) (string_content "sg_set_binary_mode") (" """)) () ")"))) (; ";")) (} "}")))) (goto_statement "goto LAB_0010125b;" (goto "goto") (statement_identifier "LAB_0010125b") (; ";")) (} "}"))) (switch_statement "switch(iVar4) {\n case 0x3f:\n case 0x68:\n iVar6 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n default:\n iVar6 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n case 0x48:\n local_4c = local_4c + 1;\n break;\n case 0x52:\n local_53 = 1;\n break;\n case 0x56:\n bVar2 = true;\n break;\n case 99:\n local_51 = 1;\n break;\n case 0x65:\n local_50 = 1;\n break;\n case 0x69:\n local_58 = 1;\n break;\n case 0x6c:\n uVar5 = sg_get_num(optarg);\n if ((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)) goto LAB_001012d3;\n break;\n case 0x70:\n local_52 = 1;\n break;\n case 0x72:\n local_5a = '\x01';\n break;\n case 0x76:\n iVar10 = iVar10 + 1;\n bVar1 = true;\n }" (switch "switch") (parenthesized_expression "(iVar4)" (( "(") (identifier "iVar4") () ")")) (compound_statement "{\n case 0x3f:\n case 0x68:\n iVar6 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n default:\n iVar6 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;\n case 0x48:\n local_4c = local_4c + 1;\n break;\n case 0x52:\n local_53 = 1;\n break;\n case 0x56:\n bVar2 = true;\n break;\n case 99:\n local_51 = 1;\n break;\n case 0x65:\n local_50 = 1;\n break;\n case 0x69:\n local_58 = 1;\n break;\n case 0x6c:\n uVar5 = sg_get_num(optarg);\n if ((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)) goto LAB_001012d3;\n break;\n case 0x70:\n local_52 = 1;\n break;\n case 0x72:\n local_5a = '\x01';\n break;\n case 0x76:\n iVar10 = iVar10 + 1;\n bVar1 = true;\n }" ({ "{") (case_statement "case 0x3f:" (case "case") (number_literal "0x3f") (: ":")) (case_statement "case 0x68:\n iVar6 = 0;\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;" (case "case") (number_literal "0x68") (: ":") (expression_statement "iVar6 = 0;" (assignment_expression "iVar6 = 0" (identifier "iVar6") (= "=") (number_literal "0")) (; ";")) (expression_statement "pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );" (call_expression "pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n )" (identifier "pr2serr") (argument_list "(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n )" (( "(") (string_literal ""Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"" (" """) (string_content "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]") (escape_sequence "\n") (string_content " [--len=CLEN] [--packet] [--raw] [--readonly]") (escape_sequence "\n") (string_content " [--verbose] [--version] DEVICE") (escape_sequence "\n") (string_content " where:") (escape_sequence "\n") (string_content " --ck_cond|-c sets ck_cond bit in cdb (def: 0)") (escape_sequence "\n") (string_content " --extend|-e sets extend bit in cdb (def: 0)") (escape_sequence "\n") (string_content " --help|-h print out usage message then exit") (escape_sequence "\n") (string_content " --hex|-H output response in hex") (escape_sequence "\n") (string_content " --ident|-i output WWN prefixed by 0x, if not available output") (escape_sequence "\n") (string_content " 0x0000000000000000") (escape_sequence "\n") (string_content " --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes") (escape_sequence "\n") (string_content " (default: 16)") (escape_sequence "\n") (string_content " --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)") (escape_sequence "\n") (string_content " command") (escape_sequence "\n") (string_content " --raw|-r output response in binary to stdout") (escape_sequence "\n") (string_content " --readonly|-R open DEVICE read-only (def: read-write)") (escape_sequence "\n") (string_content " --verbose|-v increase verbosity") (escape_sequence "\n") (string_content " --version|-V print version string and exit") (escape_sequence "\n") (escape_sequence "\n") (string_content "Performs a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using") (escape_sequence "\n") (string_content "a SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers") (escape_sequence "\n") (string_content "compliant with SAT-4 revision 5 or later will support the SCSI ATA") (escape_sequence "\n") (string_content "PASS-THROUGH(32) command.") (escape_sequence "\n") (" """)) () ")"))) (; ";")) (goto_statement "goto LAB_0010125b;" (goto "goto") (statement_identifier "LAB_0010125b") (; ";"))) (case_statement "default:\n iVar6 = 1;\n pr2serr("unrecognised option code 0x%x ??\n",iVar4);\n pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );\n goto LAB_0010125b;" (default "default") (: ":") (expression_statement "iVar6 = 1;" (assignment_expression "iVar6 = 1" (identifier "iVar6") (= "=") (number_literal "1")) (; ";")) (expression_statement "pr2serr("unrecognised option code 0x%x ??\n",iVar4);" (call_expression "pr2serr("unrecognised option code 0x%x ??\n",iVar4)" (identifier "pr2serr") (argument_list "("unrecognised option code 0x%x ??\n",iVar4)" (( "(") (string_literal ""unrecognised option code 0x%x ??\n"" (" """) (string_content "unrecognised option code 0x%x ??") (escape_sequence "\n") (" """)) (, ",") (identifier "iVar4") () ")"))) (; ";")) (expression_statement "pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );" (call_expression "pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n )" (identifier "pr2serr") (argument_list "(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n )" (( "(") (string_literal ""Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"" (" """) (string_content "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]") (escape_sequence "\n") (string_content " [--len=CLEN] [--packet] [--raw] [--readonly]") (escape_sequence "\n") (string_content " [--verbose] [--version] DEVICE") (escape_sequence "\n") (string_content " where:") (escape_sequence "\n") (string_content " --ck_cond|-c sets ck_cond bit in cdb (def: 0)") (escape_sequence "\n") (string_content " --extend|-e sets extend bit in cdb (def: 0)") (escape_sequence "\n") (string_content " --help|-h print out usage message then exit") (escape_sequence "\n") (string_content " --hex|-H output response in hex") (escape_sequence "\n") (string_content " --ident|-i output WWN prefixed by 0x, if not available output") (escape_sequence "\n") (string_content " 0x0000000000000000") (escape_sequence "\n") (string_content " --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes") (escape_sequence "\n") (string_content " (default: 16)") (escape_sequence "\n") (string_content " --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)") (escape_sequence "\n") (string_content " command") (escape_sequence "\n") (string_content " --raw|-r output response in binary to stdout") (escape_sequence "\n") (string_content " --readonly|-R open DEVICE read-only (def: read-write)") (escape_sequence "\n") (string_content " --verbose|-v increase verbosity") (escape_sequence "\n") (string_content " --version|-V print version string and exit") (escape_sequence "\n") (escape_sequence "\n") (string_content "Performs a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using") (escape_sequence "\n") (string_content "a SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers") (escape_sequence "\n") (string_content "compliant with SAT-4 revision 5 or later will support the SCSI ATA") (escape_sequence "\n") (string_content "PASS-THROUGH(32) command.") (escape_sequence "\n") (" """)) () ")"))) (; ";")) (goto_statement "goto LAB_0010125b;" (goto "goto") (statement_identifier "LAB_0010125b") (; ";"))) (case_statement "case 0x48:\n local_4c = local_4c + 1;\n break;" (case "case") (number_literal "0x48") (: ":") (expression_statement "local_4c = local_4c + 1;" (assignment_expression "local_4c = local_4c + 1" (identifier "local_4c") (= "=") (binary_expression "local_4c + 1" (identifier "local_4c") (+ "+") (number_literal "1"))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 0x52:\n local_53 = 1;\n break;" (case "case") (number_literal "0x52") (: ":") (expression_statement "local_53 = 1;" (assignment_expression "local_53 = 1" (identifier "local_53") (= "=") (number_literal "1")) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 0x56:\n bVar2 = true;\n break;" (case "case") (number_literal "0x56") (: ":") (expression_statement "bVar2 = true;" (assignment_expression "bVar2 = true" (identifier "bVar2") (= "=") (true "true")) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 99:\n local_51 = 1;\n break;" (case "case") (number_literal "99") (: ":") (expression_statement "local_51 = 1;" (assignment_expression "local_51 = 1" (identifier "local_51") (= "=") (number_literal "1")) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 0x65:\n local_50 = 1;\n break;" (case "case") (number_literal "0x65") (: ":") (expression_statement "local_50 = 1;" (assignment_expression "local_50 = 1" (identifier "local_50") (= "=") (number_literal "1")) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 0x69:\n local_58 = 1;\n break;" (case "case") (number_literal "0x69") (: ":") (expression_statement "local_58 = 1;" (assignment_expression "local_58 = 1" (identifier "local_58") (= "=") (number_literal "1")) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 0x6c:\n uVar5 = sg_get_num(optarg);\n if ((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)) goto LAB_001012d3;\n break;" (case "case") (number_literal "0x6c") (: ":") (expression_statement "uVar5 = sg_get_num(optarg);" (assignment_expression "uVar5 = sg_get_num(optarg)" (identifier "uVar5") (= "=") (call_expression "sg_get_num(optarg)" (identifier "sg_get_num") (argument_list "(optarg)" (( "(") (identifier "optarg") () ")")))) (; ";")) (if_statement "if ((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)) goto LAB_001012d3;" (if "if") (parenthesized_expression "((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0))" (( "(") (binary_expression "(0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)" (parenthesized_expression "(0x20 < uVar5)" (( "(") (binary_expression "0x20 < uVar5" (number_literal "0x20") (< "<") (identifier "uVar5")) () ")")) (|| "||") (parenthesized_expression "((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)" (( "(") (binary_expression "(1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0" (parenthesized_expression "(1L << ((byte)uVar5 & 0x3f) & 0x100011000U)" (( "(") (binary_expression "1L << ((byte)uVar5 & 0x3f) & 0x100011000U" (binary_expression "1L << ((byte)uVar5 & 0x3f)" (number_literal "1L") (<< "<<") (parenthesized_expression "((byte)uVar5 & 0x3f)" (( "(") (binary_expression "(byte)uVar5 & 0x3f" (cast_expression "(byte)uVar5" (( "(") (type_descriptor "byte" (type_identifier "byte")) () ")") (identifier "uVar5")) (& "&") (number_literal "0x3f")) () ")"))) (& "&") (number_literal "0x100011000U")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) (goto_statement "goto LAB_001012d3;" (goto "goto") (statement_identifier "LAB_001012d3") (; ";"))) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 0x70:\n local_52 = 1;\n break;" (case "case") (number_literal "0x70") (: ":") (expression_statement "local_52 = 1;" (assignment_expression "local_52 = 1" (identifier "local_52") (= "=") (number_literal "1")) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 0x72:\n local_5a = '\x01';\n break;" (case "case") (number_literal "0x72") (: ":") (expression_statement "local_5a = '\x01';" (assignment_expression "local_5a = '\x01'" (identifier "local_5a") (= "=") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'"))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 0x76:\n iVar10 = iVar10 + 1;\n bVar1 = true;" (case "case") (number_literal "0x76") (: ":") (expression_statement "iVar10 = iVar10 + 1;" (assignment_expression "iVar10 = iVar10 + 1" (identifier "iVar10") (= "=") (binary_expression "iVar10 + 1" (identifier "iVar10") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "bVar1 = true;" (assignment_expression "bVar1 = true" (identifier "bVar1") (= "=") (true "true")) (; ";"))) (} "}"))) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";")) (labeled_statement "LAB_001012d3:\n iVar6 = 1;" (statement_identifier "LAB_001012d3") (: ":") (expression_statement "iVar6 = 1;" (assignment_expression "iVar6 = 1" (identifier "iVar6") (= "=") (number_literal "1")) (; ";"))) (expression_statement "pr2serr("argument to \'--len\' should be 12, 16 or 32\n");" (call_expression "pr2serr("argument to \'--len\' should be 12, 16 or 32\n")" (identifier "pr2serr") (argument_list "("argument to \'--len\' should be 12, 16 or 32\n")" (( "(") (string_literal ""argument to \'--len\' should be 12, 16 or 32\n"" (" """) (string_content "argument to ") (escape_sequence "\'") (string_content "--len") (escape_sequence "\'") (string_content " should be 12, 16 or 32") (escape_sequence "\n") (" """)) () ")"))) (; ";")) (goto_statement "goto LAB_0010125b;" (goto "goto") (statement_identifier "LAB_0010125b") (; ";")) (labeled_statement "LAB_00101446:\n do {\n pr2serr("Unexpected extra argument: %s\n",*(undefined8 *)(param_2 + (long)optind * 8));\n optind = optind + 1;\n } while (optind < param_1);" (statement_identifier "LAB_00101446") (: ":") (do_statement "do {\n pr2serr("Unexpected extra argument: %s\n",*(undefined8 *)(param_2 + (long)optind * 8));\n optind = optind + 1;\n } while (optind < param_1);" (do "do") (compound_statement "{\n pr2serr("Unexpected extra argument: %s\n",*(undefined8 *)(param_2 + (long)optind * 8));\n optind = optind + 1;\n }" ({ "{") (expression_statement "pr2serr("Unexpected extra argument: %s\n",*(undefined8 *)(param_2 + (long)optind * 8));" (call_expression "pr2serr("Unexpected extra argument: %s\n",*(undefined8 *)(param_2 + (long)optind * 8))" (identifier "pr2serr") (argument_list "("Unexpected extra argument: %s\n",*(undefined8 *)(param_2 + (long)optind * 8))" (( "(") (string_literal ""Unexpected extra argument: %s\n"" (" """) (string_content "Unexpected extra argument: %s") (escape_sequence "\n") (" """)) (, ",") (pointer_expression "*(undefined8 *)(param_2 + (long)optind * 8)" (* "*") (cast_expression "(undefined8 *)(param_2 + (long)optind * 8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + (long)optind * 8)" (( "(") (binary_expression "param_2 + (long)optind * 8" (identifier "param_2") (+ "+") (binary_expression "(long)optind * 8" (cast_expression "(long)optind" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "optind")) (* "*") (number_literal "8"))) () ")")))) () ")"))) (; ";")) (expression_statement "optind = optind + 1;" (assignment_expression "optind = optind + 1" (identifier "optind") (= "=") (binary_expression "optind + 1" (identifier "optind") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(optind < param_1)" (( "(") (binary_expression "optind < param_1" (identifier "optind") (< "<") (identifier "param_1")) () ")")) (; ";"))) (labeled_statement "LAB_00101469:\n iVar6 = 1;" (statement_identifier "LAB_00101469") (: ":") (expression_statement "iVar6 = 1;" (assignment_expression "iVar6 = 1" (identifier "iVar6") (= "=") (number_literal "1")) (; ";"))) (expression_statement "pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n );" (call_expression "pr2serr(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n )" (identifier "pr2serr") (argument_list "(\n "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"\n )" (( "(") (string_literal ""Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"" (" """) (string_content "Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]") (escape_sequence "\n") (string_content " [--len=CLEN] [--packet] [--raw] [--readonly]") (escape_sequence "\n") (string_content " [--verbose] [--version] DEVICE") (escape_sequence "\n") (string_content " where:") (escape_sequence "\n") (string_content " --ck_cond|-c sets ck_cond bit in cdb (def: 0)") (escape_sequence "\n") (string_content " --extend|-e sets extend bit in cdb (def: 0)") (escape_sequence "\n") (string_content " --help|-h print out usage message then exit") (escape_sequence "\n") (string_content " --hex|-H output response in hex") (escape_sequence "\n") (string_content " --ident|-i output WWN prefixed by 0x, if not available output") (escape_sequence "\n") (string_content " 0x0000000000000000") (escape_sequence "\n") (string_content " --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes") (escape_sequence "\n") (string_content " (default: 16)") (escape_sequence "\n") (string_content " --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)") (escape_sequence "\n") (string_content " command") (escape_sequence "\n") (string_content " --raw|-r output response in binary to stdout") (escape_sequence "\n") (string_content " --readonly|-R open DEVICE read-only (def: read-write)") (escape_sequence "\n") (string_content " --verbose|-v increase verbosity") (escape_sequence "\n") (string_content " --version|-V print version string and exit") (escape_sequence "\n") (escape_sequence "\n") (string_content "Performs a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using") (escape_sequence "\n") (string_content "a SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers") (escape_sequence "\n") (string_content "compliant with SAT-4 revision 5 or later will support the SCSI ATA") (escape_sequence "\n") (string_content "PASS-THROUGH(32) command.") (escape_sequence "\n") (" """)) () ")"))) (; ";")) (labeled_statement "LAB_0010125b:\n if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar6;\n }" (statement_identifier "LAB_0010125b") (: ":") (if_statement "if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar6;\n }" (if "if") (parenthesized_expression "(local_40 == *(long *)(in_FS_OFFSET + 0x28))" (( "(") (binary_expression "local_40 == *(long *)(in_FS_OFFSET + 0x28)" (identifier "local_40") (== "==") (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" (* "*") (cast_expression "(long *)(in_FS_OFFSET + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_FS_OFFSET + 0x28)" (( "(") (binary_expression "in_FS_OFFSET + 0x28" (identifier "in_FS_OFFSET") (+ "+") (number_literal "0x28")) () ")"))))) () ")")) (compound_statement "{\n return iVar6;\n }" ({ "{") (return_statement "return iVar6;" (return "return") (identifier "iVar6") (; ";")) (} "}")))) (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" (identifier "__stack_chk_fail") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) |
int function_1(int var_5,char **argv)
{
bool bVar1;
bool bVar2;
type_1 extend;
type_1 do_ident;
char var_18;
int var_3;
type_2 var_22;
int var_16;
type_3 uVar6;
long lVar7;
char *var_7;
int var_11;
long var_1;
type_1 var_8;
type_4 local_53;
type_1 local_52;
type_1 local_51;
int var_20;
int option_index;
long var_23;
var_11 = 0;
var_22 = 0x10;
var_23 = *(long *)(var_1 + 0x28);
var_20 = 0;
bVar2 = false;
bVar1 = false;
extend = false;
local_51 = false;
local_53 = 0;
var_8 = false;
do_ident = false;
local_52 = false;
do {
option_index = 0;
var_3 = var_2(var_5,argv,"cehHil:prRvV",long_options,&option_index);
if (var_3 == -1) {
var_7 = (char *)0x0;
if (var_4 < var_5) {
lVar7 = (long)var_4;
var_4 = var_4 + 1;
var_7 = argv[lVar7];
if (var_4 < var_5) goto LAB_00101446;
}
if (bVar1) {
if (bVar2) {
var_6("Not in DEBUG mode, so \'-vV\' has no special action\n");
LAB_0010140d:
var_16 = 0;
var_6("version: %s\n","1.17 20180515");
goto LAB_0010125b;
}
}
else if (bVar2) goto LAB_0010140d;
if (var_7 == (char *)0x0) {
var_6("Missing device name!\n\n");
goto LAB_00101469;
}
if ((var_8 == false) || (var_3 = var_9(1), -1 < var_3)) {
var_3 = var_10(var_7,local_53,var_11);
if (var_3 < 0) {
var_3 = -var_3;
if (var_11 != 0) {
uVar6 = var_12(var_3);
var_6("error opening file: %s: %s\n",var_7,uVar6);
}
LAB_00101434:
var_16 = var_13(var_3);
}
else {
var_16 = var_14(var_3,local_52,var_22,local_51,extend,do_ident,var_20,var_8,
var_11);
var_3 = var_15(var_3);
if (var_3 < 0) {
var_3 = -var_3;
uVar6 = var_12(var_3);
var_6("close error: %s\n",uVar6);
if (var_16 == 0) goto LAB_00101434;
}
}
if ((var_11 == 0) &&
(var_18 = var_17("sg_sat_identify failed: ",var_16), var_18 == '\0')) {
var_6("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");
}
if (var_16 < 0) {
var_16 = 99;
}
}
else {
var_16 = 0xf;
var_19("sg_set_binary_mode");
}
goto LAB_0010125b;
}
switch(var_3) {
case 0x3f:
case 0x68:
var_16 = 0;
var_6(
"Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"
);
goto LAB_0010125b;
default:
var_16 = 1;
var_6("unrecognised option code 0x%x ??\n",var_3);
var_6(
"Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"
);
goto LAB_0010125b;
case 0x48:
var_20 = var_20 + 1;
break;
case 0x52:
local_53 = 1;
break;
case 0x56:
bVar2 = true;
break;
case 99:
local_51 = true;
break;
case 0x65:
extend = true;
break;
case 0x69:
do_ident = true;
break;
case 0x6c:
var_22 = var_21(optarg);
if ((0x20 < var_22) || ((1L << ((type_5)var_22 & 0x3f) & 0x100011000U) == 0))
goto LAB_001012d3;
break;
case 0x70:
local_52 = true;
break;
case 0x72:
var_8 = true;
break;
case 0x76:
var_11 = var_11 + 1;
bVar1 = true;
}
} while( true );
LAB_001012d3:
var_16 = 1;
var_6("argument to \'--len\' should be 12, 16 or 32\n");
goto LAB_0010125b;
LAB_00101446:
do {
var_6("Unexpected extra argument: %s\n",argv[var_4]);
var_4 = var_4 + 1;
} while (var_4 < var_5);
LAB_00101469:
var_16 = 1;
var_6(
"Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"
);
LAB_0010125b:
if (var_23 == *(long *)(var_1 + 0x28)) {
return var_16;
}
/* WARNING: Subroutine does not return */
var_24();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) 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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (string_literal (string_content)) (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier))))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content) (escape_sequence)) (string_literal (string_content))))) (goto_statement label: (statement_identifier))))) alternative: (else_clause (if_statement condition: (parenthesized_expression (identifier)) consequence: (goto_statement label: (statement_identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content) (escape_sequence) (escape_sequence))))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal)))) right: (binary_expression left: (number_literal) right: (identifier)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (unary_expression argument: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content) (escape_sequence)) (identifier) (identifier)))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (unary_expression argument: (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 (string_literal (string_content) (escape_sequence)) (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (identifier)))) right: (binary_expression left: (identifier) right: (char_literal (escape_sequence))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)))))))) (goto_statement label: (statement_identifier)))) (switch_statement condition: (parenthesized_expression (identifier)) body: (compound_statement (case_statement value: (number_literal)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (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) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence))))) (goto_statement label: (statement_identifier))) (case_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content) (escape_sequence)) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (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) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence))))) (goto_statement label: (statement_identifier))) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (break_statement)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (break_statement)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (true))) (break_statement)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (break_statement)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (break_statement)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (break_statement)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (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))) right: (number_literal))))) consequence: (goto_statement label: (statement_identifier))) (break_statement)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (break_statement)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))) (break_statement)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (true))))))) condition: (parenthesized_expression (true))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence))))) (goto_statement label: (statement_identifier)) (labeled_statement label: (statement_identifier) (do_statement body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content) (escape_sequence)) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (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))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (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) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence))))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (return_statement (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
int MASKED(int param_1,long param_2)
{
bool bVar1;
bool bVar2;
char cVar3;
int iVar4;
uint uVar5;
int iVar6;
ulong uVar7;
undefined8 uVar8;
long lVar9;
int iVar10;
long in_FS_OFFSET;
char local_5a;
undefined4 local_58;
undefined1 local_53;
undefined1 local_52;
undefined1 local_51;
undefined4 local_50;
int local_4c;
undefined4 local_44;
long local_40;
iVar10 = 0;
uVar5 = 0x10;
local_40 = *(long *)(in_FS_OFFSET + 0x28);
local_4c = 0;
bVar2 = false;
bVar1 = false;
local_50 = 0;
local_51 = 0;
local_53 = 0;
local_5a = '\0';
local_58 = 0;
local_52 = 0;
do {
local_44 = 0;
iVar4 = getopt_long(param_1,param_2,"cehHil:prRvV",&PTR_s_ck_cond_00105020,&local_44);
if (iVar4 == -1) {
lVar9 = 0;
if (optind < param_1) {
lVar9 = (long)optind;
optind = optind + 1;
lVar9 = *(long *)(param_2 + lVar9 * 8);
if (optind < param_1) goto LAB_00101446;
}
if (bVar1) {
if (bVar2) {
pr2serr("Not in DEBUG mode, so \'-vV\' has no special action\n");
LAB_0010140d:
iVar6 = 0;
pr2serr("version: %s\n","1.17 20180515");
goto LAB_0010125b;
}
}
else if (bVar2) goto LAB_0010140d;
if (lVar9 == 0) {
pr2serr("Missing device name!\n\n");
goto LAB_00101469;
}
if ((local_5a == '\0') || (iVar4 = sg_set_binary_mode(1), -1 < iVar4)) {
uVar7 = sg_cmds_open_device(lVar9,local_53,iVar10);
if ((int)uVar7 < 0) {
iVar4 = -(int)uVar7;
if (iVar10 != 0) {
uVar8 = safe_strerror(iVar4);
pr2serr("error opening file: %s: %s\n",lVar9,uVar8);
}
LAB_00101434:
iVar6 = sg_convert_errno(iVar4);
}
else {
iVar6 = FUN_00101610(uVar7 & 0xffffffff,local_52,uVar5,local_51,local_50,local_58,local_4c
,local_5a,iVar10,uVar7);
iVar4 = sg_cmds_close_device(uVar7 & 0xffffffff);
if (iVar4 < 0) {
iVar4 = -iVar4;
uVar8 = safe_strerror(iVar4);
pr2serr("close error: %s\n",uVar8);
if (iVar6 == 0) goto LAB_00101434;
}
}
if ((iVar10 == 0) &&
(cVar3 = sg_if_can2stderr("sg_sat_identify failed: ",iVar6), cVar3 == '\0')) {
pr2serr("Some error occurred, try again with \'-v\' or \'-vv\' for more information\n");
}
if (iVar6 < 0) {
iVar6 = 99;
}
}
else {
iVar6 = 0xf;
perror("sg_set_binary_mode");
}
goto LAB_0010125b;
}
switch(iVar4) {
case 0x3f:
case 0x68:
iVar6 = 0;
pr2serr(
"Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"
);
goto LAB_0010125b;
default:
iVar6 = 1;
pr2serr("unrecognised option code 0x%x ??\n",iVar4);
pr2serr(
"Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"
);
goto LAB_0010125b;
case 0x48:
local_4c = local_4c + 1;
break;
case 0x52:
local_53 = 1;
break;
case 0x56:
bVar2 = true;
break;
case 99:
local_51 = 1;
break;
case 0x65:
local_50 = 1;
break;
case 0x69:
local_58 = 1;
break;
case 0x6c:
uVar5 = sg_get_num(optarg);
if ((0x20 < uVar5) || ((1L << ((byte)uVar5 & 0x3f) & 0x100011000U) == 0)) goto LAB_001012d3;
break;
case 0x70:
local_52 = 1;
break;
case 0x72:
local_5a = '\x01';
break;
case 0x76:
iVar10 = iVar10 + 1;
bVar1 = true;
}
} while( true );
LAB_001012d3:
iVar6 = 1;
pr2serr("argument to \'--len\' should be 12, 16 or 32\n");
goto LAB_0010125b;
LAB_00101446:
do {
pr2serr("Unexpected extra argument: %s\n",*(undefined8 *)(param_2 + (long)optind * 8));
optind = optind + 1;
} while (optind < param_1);
LAB_00101469:
iVar6 = 1;
pr2serr(
"Usage: sg_sat_identify [--ck_cond] [--extend] [--help] [--hex] [--ident]\n [--len=CLEN] [--packet] [--raw] [--readonly]\n [--verbose] [--version] DEVICE\n where:\n --ck_cond|-c sets ck_cond bit in cdb (def: 0)\n --extend|-e sets extend bit in cdb (def: 0)\n --help|-h print out usage message then exit\n --hex|-H output response in hex\n --ident|-i output WWN prefixed by 0x, if not available output\n 0x0000000000000000\n --len=CLEN| -l CLEN CLEN is cdb length: 12, 16 or 32 bytes\n (default: 16)\n --packet|-p do IDENTIFY PACKET DEVICE (def: IDENTIFY DEVICE)\n command\n --raw|-r output response in binary to stdout\n --readonly|-R open DEVICE read-only (def: read-write)\n --verbose|-v increase verbosity\n --version|-V print version string and exit\n\nPerforms a ATA IDENTIFY (PACKET) DEVICE command via a SAT layer using\na SCSI ATA PASS-THROUGH(12), (16) or (32) command. Only SAT layers\ncompliant with SAT-4 revision 5 or later will support the SCSI ATA\nPASS-THROUGH(32) command.\n"
);
LAB_0010125b:
if (local_40 == *(long *)(in_FS_OFFSET + 0x28)) {
return iVar6;
}
/* WARNING: Subroutine does not return */
__stack_chk_fail();
}
|
8497_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | add_symbolless_global_addend | FUN_003eac00 |
/* DWARF original prototype: void
add_symbolless_global_addend(Output_data_reloc<9,_false,_64,_false> * this, Symbol * gsym, uint
type, Output_data * od, Address address) */
void __thiscall
gold::Output_data_reloc<9,_false,_64,_false>::add_symbolless_global_addend
(Output_data_reloc<9,_false,_64,_false> *this,Symbol *gsym,uint type,Output_data *od,
Address address)
{
Output_reloc<9,_false,_64,_false> OStack_48;
Output_reloc<9,_false,_64,_false>::Output_reloc(&OStack_48,gsym,type,od,address,false,true,false);
Output_data_reloc_base<9,_false,_64,_false>::add
(&this->super_Output_data_reloc_base<9,_false,_64,_false>,od,&OStack_48);
return;
}
|
void FUN_003eac00(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)
{
undefined1 auStack_48 [48];
FUN_003d5010(auStack_48);
FUN_003ea930(param_1,param_4,auStack_48);
return;
}
| PUSH R12
XOR R9D,R9D
MOV R12,RDI
PUSH RBP
PUSH RBX
MOV RBX,RCX
SUB RSP,0x30
MOV RBP,RSP
PUSH 0x0
PUSH 0x1
MOV RDI,RBP
CALL 0x003d5010
POP RAX
MOV RSI,RBX
POP RDX
MOV RDI,R12
MOV RDX,RBP
CALL 0x003ea930
ADD RSP,0x30
POP RBX
POP RBP
POP R12
RET | null | null | null | null | [(u'PTRSUB_-1205752595', u'CALL_-1205752728'), ('tmp_218', u'CALL_-1205752758'), ('tmp_216', u'CALL_-1205752758'), ('const-0', u'CALL_-1205752758'), ('tmp_215', u'CALL_-1205752758'), ('const-1', u'CALL_-1205752758'), ('tmp_214', u'PTRSUB_-1205752564'), ('const-0', u'CALL_-1205752758'), ('tmp_217', u'CALL_-1205752758'), (u'PTRSUB_-1205752564', u'CALL_-1205752728'), ('const-0', u'RETURN_-1205752688'), ('tmp_356', u'PTRSUB_-1205752595'), ('tmp_217', u'CALL_-1205752728'), ('tmp_356', u'PTRSUB_-1205752596'), ('const--72', u'PTRSUB_-1205752595'), (u'PTRSUB_-1205752596', u'CALL_-1205752758'), ('const-0', u'PTRSUB_-1205752564'), ('const--72', u'PTRSUB_-1205752596')] | [('const--72', u'PTRSUB_-1205752607'), ('const--72', u'PTRSUB_-1205752606'), ('tmp_337', u'PTRSUB_-1205752606'), ('tmp_340', u'CALL_-1205752728'), ('tmp_337', u'PTRSUB_-1205752607'), ('const-0', u'RETURN_-1205752688'), ('tmp_343', u'CALL_-1205752728'), (u'PTRSUB_-1205752606', u'CALL_-1205752728'), (u'PTRSUB_-1205752607', u'CALL_-1205752758')] | null | null | 003eac00 | x64 | O2 | (translation_unit "void FUN_003eac00(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)\n\n{\n undefined1 auStack_48 [48];\n \n FUN_003d5010(auStack_48);\n FUN_003ea930(param_1,param_4,auStack_48);\n return;\n}\n\n" (function_definition "void FUN_003eac00(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)\n\n{\n undefined1 auStack_48 [48];\n \n FUN_003d5010(auStack_48);\n FUN_003ea930(param_1,param_4,auStack_48);\n return;\n}" primitive_type (function_declarator "FUN_003eac00(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)" ( (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) ))) (compound_statement "{\n undefined1 auStack_48 [48];\n \n FUN_003d5010(auStack_48);\n FUN_003ea930(param_1,param_4,auStack_48);\n return;\n}" { (declaration "undefined1 auStack_48 [48];" type_identifier (array_declarator "auStack_48 [48]" identifier [ number_literal ]) ;) (expression_statement "FUN_003d5010(auStack_48);" (call_expression "FUN_003d5010(auStack_48)" identifier (argument_list "(auStack_48)" ( identifier ))) ;) (expression_statement "FUN_003ea930(param_1,param_4,auStack_48);" (call_expression "FUN_003ea930(param_1,param_4,auStack_48)" identifier (argument_list "(param_1,param_4,auStack_48)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* DWARF original prototype: void\n add_symbolless_global_addend(Output_data_reloc<9,_false,_64,_false> * this, Symbol * gsym, uint\n type, Output_data * od, Address address) */\n\nvoid __thiscall\ngold::Output_data_reloc<9,_false,_64,_false>::add_symbolless_global_addend\n (Output_data_reloc<9,_false,_64,_false> *this,Symbol *gsym,uint type,Output_data *od,\n Address address)\n\n{\n Output_reloc<9,_false,_64,_false> OStack_48;\n \n Output_reloc<9,_false,_64,_false>::Output_reloc(&OStack_48,gsym,type,od,address,false,true,false);\n Output_data_reloc_base<9,_false,_64,_false>::add\n (&this->super_Output_data_reloc_base<9,_false,_64,_false>,od,&OStack_48);\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Output_data_reloc<9,_false,_64,_false>::add_symbolless_global_addend\n (Output_data_reloc<9,_false,_64,_false> *this,Symbol *gsym,uint type,Output_data *od,\n Address address)\n\n{\n Output_reloc<9,_false,_64,_false> OStack_48;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_false>::add_symbolless_global_addend\n (Output_data_reloc<9,_false,_64,_false> *this,Symbol *gsym,uint type,Output_data *od,\n Address address)\n\n{" identifier > : : (function_declarator "add_symbolless_global_addend\n (Output_data_reloc<9,_false,_64,_false> *this,Symbol *gsym,uint type,Output_data *od,\n Address address)" identifier (parameter_list "(Output_data_reloc<9,_false,_64,_false> *this,Symbol *gsym,uint type,Output_data *od,\n Address address)" ( (parameter_declaration "Output_data_reloc" type_identifier) (ERROR "<9" < number_literal) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol *gsym" type_identifier (pointer_declarator "*gsym" * identifier)) , (parameter_declaration "uint type" type_identifier identifier) , (parameter_declaration "Output_data *od" type_identifier (pointer_declarator "*od" * identifier)) , (parameter_declaration "Address address" type_identifier identifier) ))) {) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_false>" identifier >) identifier ;) (expression_statement "Output_reloc<9,_false,_64,_false>::Output_reloc(&OStack_48,gsym,type,od,address,false,true,false);" (update_expression "Output_reloc<9,_false,_64,_false>::Output_reloc(&OStack_48,gsym,type,od,address,false,true,false)" (binary_expression "Output_reloc<9,_false,_64,_false>::Output_reloc(&OStack_48,gsym,type,od,address,false,true,false)" (binary_expression "Output_reloc<9" identifier < number_literal) (ERROR ",_false,_64,_false" , identifier , identifier , identifier) > (ERROR "::" : :) (call_expression "Output_reloc(&OStack_48,gsym,type,od,address,false,true,false)" identifier (argument_list "(&OStack_48,gsym,type,od,address,false,true,false)" ( (pointer_expression "&OStack_48" & identifier) , identifier , identifier , identifier , identifier , false , true , false )))) --) ;) (expression_statement "Output_data_reloc_base<9,_false,_64,_false>::add\n (&this->super_Output_data_reloc_base<9,_false,_64,_false>,od,&OStack_48);" (update_expression "Output_data_reloc_base<9,_false,_64,_false>::add\n (&this->super_Output_data_reloc_base<9,_false,_64,_false>,od,&OStack_48)" (binary_expression "Output_data_reloc_base<9,_false,_64,_false>::add\n (&this->super_Output_data_reloc_base<9,_false,_64,_false>,od,&OStack_48)" (binary_expression "Output_data_reloc_base<9" identifier < number_literal) (ERROR ",_false,_64,_false" , identifier , identifier , identifier) > (ERROR "::" : :) (call_expression "add\n (&this->super_Output_data_reloc_base<9,_false,_64,_false>,od,&OStack_48)" identifier (argument_list "(&this->super_Output_data_reloc_base<9,_false,_64,_false>,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_003eac00(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)\n\n{\n undefined1 auStack_48 [48];\n \n FUN_003d5010(auStack_48);\n FUN_003ea930(param_1,param_4,auStack_48);\n return;\n}\n\n" (function_definition "void FUN_003eac00(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)\n\n{\n undefined1 auStack_48 [48];\n \n FUN_003d5010(auStack_48);\n FUN_003ea930(param_1,param_4,auStack_48);\n return;\n}" primitive_type (function_declarator "FUN_003eac00(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)" ( (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) ))) (compound_statement "{\n undefined1 auStack_48 [48];\n \n FUN_003d5010(auStack_48);\n FUN_003ea930(param_1,param_4,auStack_48);\n return;\n}" { (declaration "undefined1 auStack_48 [48];" type_identifier (array_declarator "auStack_48 [48]" identifier [ number_literal ]) ;) (expression_statement "FUN_003d5010(auStack_48);" (call_expression "FUN_003d5010(auStack_48)" identifier (argument_list "(auStack_48)" ( identifier ))) ;) (expression_statement "FUN_003ea930(param_1,param_4,auStack_48);" (call_expression "FUN_003ea930(param_1,param_4,auStack_48)" identifier (argument_list "(param_1,param_4,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) ))) (compound_statement { (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_003eac00(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)\n\n{\n undefined1 auStack_48 [48];\n \n FUN_003d5010(auStack_48);\n FUN_003ea930(param_1,param_4,auStack_48);\n return;\n}" (primitive_type "void") (function_declarator "FUN_003eac00(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)" (identifier "FUN_003eac00") (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)" (( "(") (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")) () ")"))) (compound_statement "{\n undefined1 auStack_48 [48];\n \n FUN_003d5010(auStack_48);\n FUN_003ea930(param_1,param_4,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_003d5010(auStack_48);" (call_expression "FUN_003d5010(auStack_48)" (identifier "FUN_003d5010") (argument_list "(auStack_48)" (( "(") (identifier "auStack_48") () ")"))) (; ";")) (expression_statement "FUN_003ea930(param_1,param_4,auStack_48);" (call_expression "FUN_003ea930(param_1,param_4,auStack_48)" (identifier "FUN_003ea930") (argument_list "(param_1,param_4,auStack_48)" (( "(") (identifier "param_1") (, ",") (identifier "param_4") (, ",") (identifier "auStack_48") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* DWARF original prototype: void
add_symbolless_global_addend(Output_data_reloc<9,_false,_64,_false> * this, Symbol * gsym, uint
type, Output_data * od, Address address) */
void __thiscall
gold::Output_data_reloc<9,_false,_64,_false>::add_symbolless_global_addend
(Output_data_reloc<9,_false,_64,_false> *this,Symbol *gsym,uint type,Output_data *od,
Address address)
{
var_1<9,_false,_64,_false> OStack_48;
var_1<9,_false,_64,_false>::var_1(&OStack_48,gsym,type,od,address,false,true,false);
var_2<9,_false,_64,_false>::var_3
(&this->super_Output_data_reloc_base<9,_false,_64,_false>,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)))) 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)))) (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)
{
undefined1 auStack_48 [48];
FUN_003d5010(auStack_48);
FUN_003ea930(param_1,param_4,auStack_48);
return;
}
|
7245_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c | operator>> | thunk_FUN_00299380 |
/* std::istream::TEMPNAMEPLACEHOLDERVALUE(float&) */
istream * __thiscall std::istream::operator>>(istream *this,float *param_1)
{
long *plVar1;
istream *piVar2;
sentry sStack_1d;
_Ios_Iostate _Stack_1c;
sentry::sentry(&sStack_1d,this,false);
if (sStack_1d != (sentry)0x0) {
_Stack_1c = _S_goodbit;
piVar2 = this + *(long *)(*(long *)this + -0x18);
plVar1 = *(long **)(piVar2 + 0x100);
if (plVar1 == (long *)0x0) {
/* WARNING: Subroutine does not return */
__throw_bad_cast();
}
(**(code **)(*plVar1 + 0x48))
(plVar1,*(undefined8 *)(piVar2 + 0xe8),0xffffffff,0,0xffffffff,piVar2,&_Stack_1c,
param_1);
if (_Stack_1c != _S_goodbit) {
ios::clear((ios *)(this + *(long *)(*(long *)this + -0x18)),
_Stack_1c |
*(_Ios_Iostate *)((ios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20));
return this;
}
}
return this;
}
|
long * thunk_FUN_00299380(long *param_1,undefined8 param_2)
{
long *plVar1;
long lVar2;
char cStack_1d;
uint uStack_1c;
FUN_00296fe0(&cStack_1d,param_1,0);
if (cStack_1d != '\0') {
uStack_1c = 0;
lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;
plVar1 = *(long **)(lVar2 + 0x100);
if (plVar1 == (long *)0x0) {
/* WARNING: Subroutine does not return */
FUN_002b5510();
}
(**(code **)(*plVar1 + 0x48))
(plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c);
if (uStack_1c != 0) {
lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;
FUN_0029c920(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);
return param_1;
}
}
return param_1;
}
| JMP 0x00299380 | null | null | null | null | [(u'PTRADD_-1204382671', u'PTRADD_-1204382661'), ('const-0', u'CALLIND_-1204382636'), ('tmp_350', u'CBRANCH_-1204382606'), (u'INDIRECT_-1204382305', u'INT_OR_-1204382519'), (u'PTRADD_-1204382619', u'CAST_-1204382293'), ('tmp_545', u'CAST_-1204382337'), (u'LOAD_-1204382699', u'INT_ADD_-1204382630'), ('const--28', u'PTRSUB_-1204382304'), ('const-32', u'PTRADD_-1204382486'), (u'PTRADD_-1204382661', u'CAST_-1204382318'), (u'CALLIND_-1204382636', u'INDIRECT_-1204382305'), ('const-1', u'PTRADD_-1204382496'), (u'LOAD_-1204382723', u'LOAD_-1204382699'), (u'CAST_-1204382293', u'LOAD_-1204382681'), (u'CAST_-1204382249', u'LOAD_-1204382573'), (u'LOAD_-1204382758', u'INT_ADD_-1204382726'), ('tmp_545', u'CAST_-1204382249'), ('const-0', u'RETURN_-1204382490'), ('tmp_928', u'PTRSUB_-1204382304'), ('const-4294967295', u'CALLIND_-1204382636'), ('const-0', u'INT_NOTEQUAL_-1204382607'), (u'LOAD_-1204382723', u'CALLIND_-1204382636'), (u'LOAD_-1204382681', u'CALLIND_-1204382636'), (u'INT_OR_-1204382519', u'CALL_-1204382527'), ('tmp_546', u'CALLIND_-1204382636'), (u'CALL_-1204382778', u'INDIRECT_-1204382379'), ('tmp_132', u'CBRANCH_-1204382758'), ('tmp_545', u'CALL_-1204382778'), (u'PTRADD_-1204382671', u'PTRADD_-1204382619'), ('tmp_928', u'PTRSUB_-1204382359'), (u'LOAD_-1204382573', u'INT_ADD_-1204382551'), ('const--24', u'INT_ADD_-1204382726'), (u'CAST_-1204382326', u'LOAD_-1204382742'), (u'INT_ADD_-1204382630', u'CAST_-1204382277'), ('const-433', u'LOAD_-1204382723'), (u'LOAD_-1204382567', u'PTRADD_-1204382496'), (u'INT_NOTEQUAL_-1204382607', u'CBRANCH_-1204382606'), (u'INT_ADD_-1204382726', u'CAST_-1204382326'), ('const-1', u'PTRADD_-1204382486'), (u'PTRSUB_-1204382304', u'CALLIND_-1204382636'), ('const-256', u'PTRADD_-1204382661'), ('const-433', u'LOAD_-1204382681'), ('const-4294967295', u'CALLIND_-1204382636'), ('const--24', u'INT_ADD_-1204382551'), (u'PTRADD_-1204382486', u'CAST_-1204382236'), ('const-433', u'LOAD_-1204382646'), ('const-1', u'PTRADD_-1204382671'), ('tmp_213', u'CBRANCH_-1204382699'), (u'INDIRECT_-1204382379', u'INT_NOTEQUAL_-1204382760'), ('tmp_545', u'PTRADD_-1204382671'), ('const-1', u'RETURN_-1204382484'), ('const--29', u'PTRSUB_-1204382359'), (u'CAST_-1204382337', u'LOAD_-1204382758'), ('const-1', u'PTRADD_-1204382661'), (u'INDIRECT_-1204382305', u'INT_NOTEQUAL_-1204382607'), (u'CALL_-1204382527', u'INDIRECT_-1204382264'), ('const-433', u'LOAD_-1204382567'), (u'CALL_-1204382489', u'INDIRECT_-1204382249'), ('const-433', u'LOAD_-1204382742'), (u'PTRADD_-1204382496', u'CAST_-1204382240'), ('tmp_545', u'COPY_-1204382521'), ('const-433', u'LOAD_-1204382573'), ('tmp_545', u'PTRADD_-1204382496'), (u'INT_NOTEQUAL_-1204382760', u'CBRANCH_-1204382758'), (u'LOAD_-1204382723', u'INT_EQUAL_-1204382701'), (u'PTRSUB_-1204382359', u'CALL_-1204382778'), (u'INT_EQUAL_-1204382701', u'CBRANCH_-1204382699'), ('const-0', u'INT_NOTEQUAL_-1204382760'), ('const-433', u'LOAD_-1204382758'), ('const-433', u'LOAD_-1204382699'), ('const-0', u'RETURN_-1204382570'), ('const-433', u'LOAD_-1204382546'), (u'INT_ADD_-1204382551', u'CAST_-1204382245'), (u'LOAD_-1204382546', u'INT_OR_-1204382519'), (u'PTRADD_-1204382671', u'CALLIND_-1204382636'), (u'LOAD_-1204382646', u'CALLIND_-1204382636'), ('const-0', u'CALL_-1204382778'), (u'CAST_-1204382240', u'CALL_-1204382527'), ('const-72', u'INT_ADD_-1204382630'), (u'COPY_-1204382601', u'RETURN_-1204382570'), (u'CAST_-1204382240', u'PTRADD_-1204382486'), (u'CAST_-1204382318', u'LOAD_-1204382723'), (u'CAST_-1204382277', u'LOAD_-1204382646'), (u'CAST_-1204382245', u'LOAD_-1204382567'), ('tmp_545', u'COPY_-1204382601'), (u'COPY_-1204382521', u'RETURN_-1204382490'), ('const-1', u'PTRADD_-1204382619'), (u'LOAD_-1204382742', u'PTRADD_-1204382671'), ('const-0', u'INT_EQUAL_-1204382701'), (u'CAST_-1204382236', u'LOAD_-1204382546'), ('const-0', u'COPY_-1204382752'), ('const-232', u'PTRADD_-1204382619')] | [('const-0', u'CALLIND_-1204382636'), ('tmp_350', u'CBRANCH_-1204382606'), (u'CALLIND_-1204382636', u'INDIRECT_-1204382311'), ('const-433', u'LOAD_-1204382567'), (u'LOAD_-1204382699', u'INT_ADD_-1204382630'), (u'INT_ADD_-1204382542', u'INT_ADD_-1204382532'), ('const-433', u'LOAD_-1204382681'), (u'INT_ADD_-1204382532', u'CAST_-1204382242'), (u'LOAD_-1204382723', u'LOAD_-1204382699'), (u'INT_ADD_-1204382665', u'CAST_-1204382298'), (u'LOAD_-1204382758', u'INT_ADD_-1204382726'), ('tmp_941', u'CAST_-1204382327'), (u'CAST_-1204382282', u'LOAD_-1204382646'), (u'PTRSUB_-1204382309', u'CALLIND_-1204382636'), (u'LOAD_-1204382742', u'INT_ADD_-1204382717'), (u'INDIRECT_-1204382385', u'INT_NOTEQUAL_-1204382760'), ('const-0', u'RETURN_-1204382490'), ('const-0', u'INT_NOTEQUAL_-1204382607'), (u'LOAD_-1204382723', u'CALLIND_-1204382636'), ('const-433', u'LOAD_-1204382758'), (u'LOAD_-1204382681', u'CALLIND_-1204382636'), ('const--29', u'PTRSUB_-1204382364'), ('const-433', u'LOAD_-1204382742'), (u'INT_OR_-1204382519', u'CALL_-1204382527'), (u'CAST_-1204382251', u'LOAD_-1204382567'), ('const-4294967295', u'CALLIND_-1204382636'), (u'INT_ADD_-1204382707', u'CAST_-1204382323'), ('tmp_132', u'CBRANCH_-1204382758'), ('const-433', u'LOAD_-1204382723'), (u'CAST_-1204382327', u'INT_ADD_-1204382717'), (u'INDIRECT_-1204382311', u'INT_OR_-1204382519'), (u'INT_ADD_-1204382630', u'CAST_-1204382282'), (u'LOAD_-1204382573', u'INT_ADD_-1204382551'), ('const--24', u'INT_ADD_-1204382726'), (u'CAST_-1204382242', u'LOAD_-1204382546'), ('tmp_939', u'CALL_-1204382527'), ('tmp_941', u'COPY_-1204382521'), ('const-0', u'CALL_-1204382778'), (u'LOAD_-1204382567', u'INT_ADD_-1204382542'), ('const-232', u'INT_ADD_-1204382665'), (u'INT_NOTEQUAL_-1204382607', u'CBRANCH_-1204382606'), ('const-0', u'COPY_-1204382752'), (u'CAST_-1204382246', u'INT_ADD_-1204382542'), ('tmp_941', u'CAST_-1204382246'), ('const-0', u'INT_NOTEQUAL_-1204382760'), (u'INT_ADD_-1204382717', u'INT_ADD_-1204382665'), ('const--24', u'INT_ADD_-1204382551'), ('const-433', u'LOAD_-1204382699'), ('tmp_941', u'CALL_-1204382778'), ('const-4294967295', u'CALLIND_-1204382636'), (u'INDIRECT_-1204382311', u'INT_NOTEQUAL_-1204382607'), ('tmp_213', u'CBRANCH_-1204382699'), ('const--28', u'PTRSUB_-1204382309'), ('const-433', u'LOAD_-1204382573'), ('tmp_941', u'LOAD_-1204382758'), ('const-1', u'RETURN_-1204382484'), (u'INT_ADD_-1204382726', u'CAST_-1204382332'), (u'INT_ADD_-1204382542', u'CALL_-1204382527'), ('tmp_935', u'PTRSUB_-1204382309'), ('tmp_935', u'PTRSUB_-1204382364'), (u'CAST_-1204382298', u'LOAD_-1204382681'), ('const-32', u'INT_ADD_-1204382532'), (u'PTRSUB_-1204382364', u'CALL_-1204382778'), ('const-433', u'LOAD_-1204382546'), ('tmp_941', u'LOAD_-1204382573'), (u'INT_NOTEQUAL_-1204382760', u'CBRANCH_-1204382758'), (u'CAST_-1204382323', u'LOAD_-1204382723'), (u'LOAD_-1204382723', u'INT_EQUAL_-1204382701'), (u'INT_EQUAL_-1204382701', u'CBRANCH_-1204382699'), ('const-433', u'LOAD_-1204382646'), (u'INT_ADD_-1204382551', u'CAST_-1204382251'), ('const-0', u'RETURN_-1204382570'), (u'CAST_-1204382332', u'LOAD_-1204382742'), (u'CALL_-1204382778', u'INDIRECT_-1204382385'), (u'LOAD_-1204382546', u'INT_OR_-1204382519'), (u'LOAD_-1204382646', u'CALLIND_-1204382636'), (u'INT_ADD_-1204382717', u'CALLIND_-1204382636'), ('const-72', u'INT_ADD_-1204382630'), (u'COPY_-1204382601', u'RETURN_-1204382570'), ('tmp_941', u'COPY_-1204382601'), (u'COPY_-1204382521', u'RETURN_-1204382490'), ('const-256', u'INT_ADD_-1204382707'), ('const-0', u'INT_EQUAL_-1204382701'), (u'CALL_-1204382527', u'INDIRECT_-1204382270'), (u'CALL_-1204382489', u'INDIRECT_-1204382255'), (u'INT_ADD_-1204382717', u'INT_ADD_-1204382707')] | null | null | 00299490 | x64 | O2 | (translation_unit "long * thunk_FUN_00299380(long *param_1,undefined8 param_2)\n\n{\n long *plVar1;\n long lVar2;\n char cStack_1d;\n uint uStack_1c;\n \n FUN_00296fe0(&cStack_1d,param_1,0);\n if (cStack_1d != '\0') {\n uStack_1c = 0;\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n plVar1 = *(long **)(lVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_002b5510();\n }\n (**(code **)(*plVar1 + 0x48))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c);\n if (uStack_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_0029c920(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }\n }\n return param_1;\n}\n\n" (function_definition "long * thunk_FUN_00299380(long *param_1,undefined8 param_2)\n\n{\n long *plVar1;\n long lVar2;\n char cStack_1d;\n uint uStack_1c;\n \n FUN_00296fe0(&cStack_1d,param_1,0);\n if (cStack_1d != '\0') {\n uStack_1c = 0;\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n plVar1 = *(long **)(lVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_002b5510();\n }\n (**(code **)(*plVar1 + 0x48))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c);\n if (uStack_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_0029c920(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }\n }\n return param_1;\n}" (sized_type_specifier "long" long) (pointer_declarator "* thunk_FUN_00299380(long *param_1,undefined8 param_2)" * (function_declarator "thunk_FUN_00299380(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) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 param_2" type_identifier identifier) )))) (compound_statement "{\n long *plVar1;\n long lVar2;\n char cStack_1d;\n uint uStack_1c;\n \n FUN_00296fe0(&cStack_1d,param_1,0);\n if (cStack_1d != '\0') {\n uStack_1c = 0;\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n plVar1 = *(long **)(lVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_002b5510();\n }\n (**(code **)(*plVar1 + 0x48))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c);\n if (uStack_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_0029c920(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }\n }\n return param_1;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "char cStack_1d;" primitive_type identifier ;) (declaration "uint uStack_1c;" type_identifier identifier ;) (expression_statement "FUN_00296fe0(&cStack_1d,param_1,0);" (call_expression "FUN_00296fe0(&cStack_1d,param_1,0)" identifier (argument_list "(&cStack_1d,param_1,0)" ( (pointer_expression "&cStack_1d" & identifier) , identifier , number_literal ))) ;) (if_statement "if (cStack_1d != '\0') {\n uStack_1c = 0;\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n plVar1 = *(long **)(lVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_002b5510();\n }\n (**(code **)(*plVar1 + 0x48))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c);\n if (uStack_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_0029c920(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }\n }" if (parenthesized_expression "(cStack_1d != '\0')" ( (binary_expression "cStack_1d != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uStack_1c = 0;\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n plVar1 = *(long **)(lVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_002b5510();\n }\n (**(code **)(*plVar1 + 0x48))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c);\n if (uStack_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_0029c920(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }\n }" { (expression_statement "uStack_1c = 0;" (assignment_expression "uStack_1c = 0" identifier = number_literal) ;) (expression_statement "lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;" (assignment_expression "lVar2 = *(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 "plVar1 = *(long **)(lVar2 + 0x100);" (assignment_expression "plVar1 = *(long **)(lVar2 + 0x100)" identifier = (pointer_expression "*(long **)(lVar2 + 0x100)" * (cast_expression "(long **)(lVar2 + 0x100)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar2 + 0x100)" ( (binary_expression "lVar2 + 0x100" identifier + number_literal) ))))) ;) (if_statement "if (plVar1 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_002b5510();\n }" if (parenthesized_expression "(plVar1 == (long *)0x0)" ( (binary_expression "plVar1 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002b5510();\n }" { comment (expression_statement "FUN_002b5510();" (call_expression "FUN_002b5510()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "(**(code **)(*plVar1 + 0x48))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c);" (call_expression "(**(code **)(*plVar1 + 0x48))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c)" (parenthesized_expression "(**(code **)(*plVar1 + 0x48))" ( (pointer_expression "**(code **)(*plVar1 + 0x48)" * (pointer_expression "*(code **)(*plVar1 + 0x48)" * (cast_expression "(code **)(*plVar1 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0x48)" ( (binary_expression "*plVar1 + 0x48" (pointer_expression "*plVar1" * identifier) + number_literal) ))))) )) (argument_list "(plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c)" ( identifier , (pointer_expression "*(undefined8 *)(lVar2 + 0xe8)" * (cast_expression "(undefined8 *)(lVar2 + 0xe8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0xe8)" ( (binary_expression "lVar2 + 0xe8" identifier + number_literal) )))) , number_literal , number_literal , number_literal , identifier , (pointer_expression "&uStack_1c" & identifier) ))) ;) (if_statement "if (uStack_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_0029c920(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }" if (parenthesized_expression "(uStack_1c != 0)" ( (binary_expression "uStack_1c != 0" identifier != number_literal) )) (compound_statement "{\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_0029c920(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }" { (expression_statement "lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;" (assignment_expression "lVar2 = *(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 "FUN_0029c920(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);" (call_expression "FUN_0029c920(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2)" identifier (argument_list "(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2)" ( identifier , (binary_expression "uStack_1c | *(uint *)(lVar2 + 0x20)" identifier | (pointer_expression "*(uint *)(lVar2 + 0x20)" * (cast_expression "(uint *)(lVar2 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x20)" ( (binary_expression "lVar2 + 0x20" identifier + number_literal) ))))) , identifier ))) ;) (return_statement "return param_1;" return identifier ;) })) })) (return_statement "return param_1;" return identifier ;) }))) | (translation_unit "/* std::istream::TEMPNAMEPLACEHOLDERVALUE(float&) */\n\nistream * __thiscall std::istream::operator>>(istream *this,float *param_1)\n\n{\n long *plVar1;\n istream *piVar2;\n sentry sStack_1d;\n _Ios_Iostate _Stack_1c;\n \n sentry::sentry(&sStack_1d,this,false);\n if (sStack_1d != (sentry)0x0) {\n _Stack_1c = _S_goodbit;\n piVar2 = this + *(long *)(*(long *)this + -0x18);\n plVar1 = *(long **)(piVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n __throw_bad_cast();\n }\n (**(code **)(*plVar1 + 0x48))\n (plVar1,*(undefined8 *)(piVar2 + 0xe8),0xffffffff,0,0xffffffff,piVar2,&_Stack_1c,\n param_1);\n if (_Stack_1c != _S_goodbit) {\n ios::clear((ios *)(this + *(long *)(*(long *)this + -0x18)),\n _Stack_1c |\n *(_Ios_Iostate *)((ios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20));\n return this;\n }\n }\n return this;\n}\n\n" comment (ERROR "istream * __thiscall std::istream::operator>>(istream *this,float *param_1)" (binary_expression "istream * __thiscall std::istream::operator>>(istream *this,float *param_1)" (binary_expression "istream * __thiscall" identifier * identifier) (ERROR "std::istream::operator" identifier : : identifier : : identifier) >> (parenthesized_expression "(istream *this,float *param_1)" ( (comma_expression "istream *this,float *param_1" (binary_expression "istream *this" identifier * identifier) , (binary_expression "float *param_1" identifier * identifier)) )))) (compound_statement "{\n long *plVar1;\n istream *piVar2;\n sentry sStack_1d;\n _Ios_Iostate _Stack_1c;\n \n sentry::sentry(&sStack_1d,this,false);\n if (sStack_1d != (sentry)0x0) {\n _Stack_1c = _S_goodbit;\n piVar2 = this + *(long *)(*(long *)this + -0x18);\n plVar1 = *(long **)(piVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n __throw_bad_cast();\n }\n (**(code **)(*plVar1 + 0x48))\n (plVar1,*(undefined8 *)(piVar2 + 0xe8),0xffffffff,0,0xffffffff,piVar2,&_Stack_1c,\n param_1);\n if (_Stack_1c != _S_goodbit) {\n ios::clear((ios *)(this + *(long *)(*(long *)this + -0x18)),\n _Stack_1c |\n *(_Ios_Iostate *)((ios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20));\n return this;\n }\n }\n return this;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "istream *piVar2;" type_identifier (pointer_declarator "*piVar2" * identifier) ;) (declaration "sentry sStack_1d;" type_identifier identifier ;) (declaration "_Ios_Iostate _Stack_1c;" type_identifier identifier ;) (labeled_statement "sentry::sentry(&sStack_1d,this,false);" statement_identifier : (ERROR ":" :) (expression_statement "sentry(&sStack_1d,this,false);" (call_expression "sentry(&sStack_1d,this,false)" identifier (argument_list "(&sStack_1d,this,false)" ( (pointer_expression "&sStack_1d" & identifier) , identifier , false ))) ;)) (if_statement "if (sStack_1d != (sentry)0x0) {\n _Stack_1c = _S_goodbit;\n piVar2 = this + *(long *)(*(long *)this + -0x18);\n plVar1 = *(long **)(piVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n __throw_bad_cast();\n }\n (**(code **)(*plVar1 + 0x48))\n (plVar1,*(undefined8 *)(piVar2 + 0xe8),0xffffffff,0,0xffffffff,piVar2,&_Stack_1c,\n param_1);\n if (_Stack_1c != _S_goodbit) {\n ios::clear((ios *)(this + *(long *)(*(long *)this + -0x18)),\n _Stack_1c |\n *(_Ios_Iostate *)((ios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20));\n return this;\n }\n }" if (parenthesized_expression "(sStack_1d != (sentry)0x0)" ( (binary_expression "sStack_1d != (sentry)0x0" identifier != (cast_expression "(sentry)0x0" ( (type_descriptor "sentry" type_identifier) ) number_literal)) )) (compound_statement "{\n _Stack_1c = _S_goodbit;\n piVar2 = this + *(long *)(*(long *)this + -0x18);\n plVar1 = *(long **)(piVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n __throw_bad_cast();\n }\n (**(code **)(*plVar1 + 0x48))\n (plVar1,*(undefined8 *)(piVar2 + 0xe8),0xffffffff,0,0xffffffff,piVar2,&_Stack_1c,\n param_1);\n if (_Stack_1c != _S_goodbit) {\n ios::clear((ios *)(this + *(long *)(*(long *)this + -0x18)),\n _Stack_1c |\n *(_Ios_Iostate *)((ios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20));\n return this;\n }\n }" { (expression_statement "_Stack_1c = _S_goodbit;" (assignment_expression "_Stack_1c = _S_goodbit" identifier = identifier) ;) (expression_statement "piVar2 = this + *(long *)(*(long *)this + -0x18);" (assignment_expression "piVar2 = this + *(long *)(*(long *)this + -0x18)" identifier = (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 "plVar1 = *(long **)(piVar2 + 0x100);" (assignment_expression "plVar1 = *(long **)(piVar2 + 0x100)" identifier = (pointer_expression "*(long **)(piVar2 + 0x100)" * (cast_expression "(long **)(piVar2 + 0x100)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(piVar2 + 0x100)" ( (binary_expression "piVar2 + 0x100" identifier + number_literal) ))))) ;) (if_statement "if (plVar1 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n __throw_bad_cast();\n }" if (parenthesized_expression "(plVar1 == (long *)0x0)" ( (binary_expression "plVar1 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __throw_bad_cast();\n }" { comment (expression_statement "__throw_bad_cast();" (call_expression "__throw_bad_cast()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "(**(code **)(*plVar1 + 0x48))\n (plVar1,*(undefined8 *)(piVar2 + 0xe8),0xffffffff,0,0xffffffff,piVar2,&_Stack_1c,\n param_1);" (call_expression "(**(code **)(*plVar1 + 0x48))\n (plVar1,*(undefined8 *)(piVar2 + 0xe8),0xffffffff,0,0xffffffff,piVar2,&_Stack_1c,\n param_1)" (parenthesized_expression "(**(code **)(*plVar1 + 0x48))" ( (pointer_expression "**(code **)(*plVar1 + 0x48)" * (pointer_expression "*(code **)(*plVar1 + 0x48)" * (cast_expression "(code **)(*plVar1 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0x48)" ( (binary_expression "*plVar1 + 0x48" (pointer_expression "*plVar1" * identifier) + number_literal) ))))) )) (argument_list "(plVar1,*(undefined8 *)(piVar2 + 0xe8),0xffffffff,0,0xffffffff,piVar2,&_Stack_1c,\n param_1)" ( identifier , (pointer_expression "*(undefined8 *)(piVar2 + 0xe8)" * (cast_expression "(undefined8 *)(piVar2 + 0xe8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar2 + 0xe8)" ( (binary_expression "piVar2 + 0xe8" identifier + number_literal) )))) , number_literal , number_literal , number_literal , identifier , (pointer_expression "&_Stack_1c" & identifier) , identifier ))) ;) (if_statement "if (_Stack_1c != _S_goodbit) {\n ios::clear((ios *)(this + *(long *)(*(long *)this + -0x18)),\n _Stack_1c |\n *(_Ios_Iostate *)((ios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20));\n return this;\n }" if (parenthesized_expression "(_Stack_1c != _S_goodbit)" ( (binary_expression "_Stack_1c != _S_goodbit" identifier != identifier) )) (compound_statement "{\n ios::clear((ios *)(this + *(long *)(*(long *)this + -0x18)),\n _Stack_1c |\n *(_Ios_Iostate *)((ios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20));\n return this;\n }" { (labeled_statement "ios::clear((ios *)(this + *(long *)(*(long *)this + -0x18)),\n _Stack_1c |\n *(_Ios_Iostate *)((ios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20));" statement_identifier : (ERROR ":" :) (expression_statement "clear((ios *)(this + *(long *)(*(long *)this + -0x18)),\n _Stack_1c |\n *(_Ios_Iostate *)((ios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20));" (call_expression "clear((ios *)(this + *(long *)(*(long *)this + -0x18)),\n _Stack_1c |\n *(_Ios_Iostate *)((ios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20))" identifier (argument_list "((ios *)(this + *(long *)(*(long *)this + -0x18)),\n _Stack_1c |\n *(_Ios_Iostate *)((ios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20))" ( (cast_expression "(ios *)(this + *(long *)(*(long *)this + -0x18))" ( (type_descriptor "ios *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + *(long *)(*(long *)this + -0x18))" ( (binary_expression "this + *(long *)(*(long *)this + -0x18)" identifier + (pointer_expression "*(long *)(*(long *)this + -0x18)" * (cast_expression "(long *)(*(long *)this + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)this + -0x18)" ( (binary_expression "*(long *)this + -0x18" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) ))) , (binary_expression "_Stack_1c |\n *(_Ios_Iostate *)((ios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20)" identifier | (pointer_expression "*(_Ios_Iostate *)((ios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20)" * (cast_expression "(_Ios_Iostate *)((ios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20)" ( (type_descriptor "_Ios_Iostate *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20)" ( (binary_expression "(ios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20" (cast_expression "(ios *)(this + *(long *)(*(long *)this + -0x18))" ( (type_descriptor "ios *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + *(long *)(*(long *)this + -0x18))" ( (binary_expression "this + *(long *)(*(long *)this + -0x18)" identifier + (pointer_expression "*(long *)(*(long *)this + -0x18)" * (cast_expression "(long *)(*(long *)this + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)this + -0x18)" ( (binary_expression "*(long *)this + -0x18" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) ))) + number_literal) ))))) ))) ;)) (return_statement "return this;" return identifier ;) })) })) (return_statement "return this;" return identifier ;) })) | (translation_unit "long * thunk_FUN_00299380(long *param_1,undefined8 param_2)\n\n{\n long *plVar1;\n long lVar2;\n char cStack_1d;\n uint uStack_1c;\n \n FUN_00296fe0(&cStack_1d,param_1,0);\n if (cStack_1d != '\0') {\n uStack_1c = 0;\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n plVar1 = *(long **)(lVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n \n FUN_002b5510();\n }\n (**(code **)(*plVar1 + 0x48))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c);\n if (uStack_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_0029c920(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }\n }\n return param_1;\n}\n\n" (function_definition "long * thunk_FUN_00299380(long *param_1,undefined8 param_2)\n\n{\n long *plVar1;\n long lVar2;\n char cStack_1d;\n uint uStack_1c;\n \n FUN_00296fe0(&cStack_1d,param_1,0);\n if (cStack_1d != '\0') {\n uStack_1c = 0;\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n plVar1 = *(long **)(lVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n \n FUN_002b5510();\n }\n (**(code **)(*plVar1 + 0x48))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c);\n if (uStack_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_0029c920(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }\n }\n return param_1;\n}" (sized_type_specifier "long" long) (pointer_declarator "* thunk_FUN_00299380(long *param_1,undefined8 param_2)" * (function_declarator "thunk_FUN_00299380(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) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 param_2" type_identifier identifier) )))) (compound_statement "{\n long *plVar1;\n long lVar2;\n char cStack_1d;\n uint uStack_1c;\n \n FUN_00296fe0(&cStack_1d,param_1,0);\n if (cStack_1d != '\0') {\n uStack_1c = 0;\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n plVar1 = *(long **)(lVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n \n FUN_002b5510();\n }\n (**(code **)(*plVar1 + 0x48))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c);\n if (uStack_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_0029c920(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }\n }\n return param_1;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "char cStack_1d;" primitive_type identifier ;) (declaration "uint uStack_1c;" type_identifier identifier ;) (expression_statement "FUN_00296fe0(&cStack_1d,param_1,0);" (call_expression "FUN_00296fe0(&cStack_1d,param_1,0)" identifier (argument_list "(&cStack_1d,param_1,0)" ( (pointer_expression "&cStack_1d" & identifier) , identifier , number_literal ))) ;) (if_statement "if (cStack_1d != '\0') {\n uStack_1c = 0;\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n plVar1 = *(long **)(lVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n \n FUN_002b5510();\n }\n (**(code **)(*plVar1 + 0x48))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c);\n if (uStack_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_0029c920(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }\n }" if (parenthesized_expression "(cStack_1d != '\0')" ( (binary_expression "cStack_1d != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uStack_1c = 0;\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n plVar1 = *(long **)(lVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n \n FUN_002b5510();\n }\n (**(code **)(*plVar1 + 0x48))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c);\n if (uStack_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_0029c920(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }\n }" { (expression_statement "uStack_1c = 0;" (assignment_expression "uStack_1c = 0" identifier = number_literal) ;) (expression_statement "lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;" (assignment_expression "lVar2 = *(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 "plVar1 = *(long **)(lVar2 + 0x100);" (assignment_expression "plVar1 = *(long **)(lVar2 + 0x100)" identifier = (pointer_expression "*(long **)(lVar2 + 0x100)" * (cast_expression "(long **)(lVar2 + 0x100)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar2 + 0x100)" ( (binary_expression "lVar2 + 0x100" identifier + number_literal) ))))) ;) (if_statement "if (plVar1 == (long *)0x0) {\n \n FUN_002b5510();\n }" if (parenthesized_expression "(plVar1 == (long *)0x0)" ( (binary_expression "plVar1 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n \n FUN_002b5510();\n }" { (expression_statement "FUN_002b5510();" (call_expression "FUN_002b5510()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "(**(code **)(*plVar1 + 0x48))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c);" (call_expression "(**(code **)(*plVar1 + 0x48))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c)" (parenthesized_expression "(**(code **)(*plVar1 + 0x48))" ( (pointer_expression "**(code **)(*plVar1 + 0x48)" * (pointer_expression "*(code **)(*plVar1 + 0x48)" * (cast_expression "(code **)(*plVar1 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0x48)" ( (binary_expression "*plVar1 + 0x48" (pointer_expression "*plVar1" * identifier) + number_literal) ))))) )) (argument_list "(plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c)" ( identifier , (pointer_expression "*(undefined8 *)(lVar2 + 0xe8)" * (cast_expression "(undefined8 *)(lVar2 + 0xe8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0xe8)" ( (binary_expression "lVar2 + 0xe8" identifier + number_literal) )))) , number_literal , number_literal , number_literal , identifier , (pointer_expression "&uStack_1c" & identifier) ))) ;) (if_statement "if (uStack_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_0029c920(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }" if (parenthesized_expression "(uStack_1c != 0)" ( (binary_expression "uStack_1c != 0" identifier != number_literal) )) (compound_statement "{\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_0029c920(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }" { (expression_statement "lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;" (assignment_expression "lVar2 = *(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 "FUN_0029c920(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);" (call_expression "FUN_0029c920(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2)" identifier (argument_list "(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2)" ( identifier , (binary_expression "uStack_1c | *(uint *)(lVar2 + 0x20)" identifier | (pointer_expression "*(uint *)(lVar2 + 0x20)" * (cast_expression "(uint *)(lVar2 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x20)" ( (binary_expression "lVar2 + 0x20" identifier + number_literal) ))))) , identifier ))) ;) (return_statement "return param_1;" return identifier ;) })) })) (return_statement "return param_1;" return identifier ;) }))) | (translation_unit (function_definition (sized_type_specifier long) (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , IDENT , LIT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression (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 = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (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 , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , LIT , LIT , LIT , IDENT , (pointer_expression & IDENT) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (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 , (binary_expression IDENT | (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) , IDENT ))) ;) (return_statement return IDENT ;) })) })) (return_statement return IDENT ;) }))) | (function_definition "long * thunk_FUN_00299380(long *param_1,undefined8 param_2)\n\n{\n long *plVar1;\n long lVar2;\n char cStack_1d;\n uint uStack_1c;\n \n FUN_00296fe0(&cStack_1d,param_1,0);\n if (cStack_1d != '\0') {\n uStack_1c = 0;\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n plVar1 = *(long **)(lVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n \n FUN_002b5510();\n }\n (**(code **)(*plVar1 + 0x48))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c);\n if (uStack_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_0029c920(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }\n }\n return param_1;\n}" (sized_type_specifier "long" (long "long")) (pointer_declarator "* thunk_FUN_00299380(long *param_1,undefined8 param_2)" (* "*") (function_declarator "thunk_FUN_00299380(long *param_1,undefined8 param_2)" (identifier "thunk_FUN_00299380") (parameter_list "(long *param_1,undefined8 param_2)" (( "(") (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")) () ")")))) (compound_statement "{\n long *plVar1;\n long lVar2;\n char cStack_1d;\n uint uStack_1c;\n \n FUN_00296fe0(&cStack_1d,param_1,0);\n if (cStack_1d != '\0') {\n uStack_1c = 0;\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n plVar1 = *(long **)(lVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n \n FUN_002b5510();\n }\n (**(code **)(*plVar1 + 0x48))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c);\n if (uStack_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_0029c920(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }\n }\n return param_1;\n}" ({ "{") (declaration "long *plVar1;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar1" (* "*") (identifier "plVar1")) (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "char cStack_1d;" (primitive_type "char") (identifier "cStack_1d") (; ";")) (declaration "uint uStack_1c;" (type_identifier "uint") (identifier "uStack_1c") (; ";")) (expression_statement "FUN_00296fe0(&cStack_1d,param_1,0);" (call_expression "FUN_00296fe0(&cStack_1d,param_1,0)" (identifier "FUN_00296fe0") (argument_list "(&cStack_1d,param_1,0)" (( "(") (pointer_expression "&cStack_1d" (& "&") (identifier "cStack_1d")) (, ",") (identifier "param_1") (, ",") (number_literal "0") () ")"))) (; ";")) (if_statement "if (cStack_1d != '\0') {\n uStack_1c = 0;\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n plVar1 = *(long **)(lVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n \n FUN_002b5510();\n }\n (**(code **)(*plVar1 + 0x48))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c);\n if (uStack_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_0029c920(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }\n }" (if "if") (parenthesized_expression "(cStack_1d != '\0')" (( "(") (binary_expression "cStack_1d != '\0'" (identifier "cStack_1d") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n uStack_1c = 0;\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n plVar1 = *(long **)(lVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n \n FUN_002b5510();\n }\n (**(code **)(*plVar1 + 0x48))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c);\n if (uStack_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_0029c920(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }\n }" ({ "{") (expression_statement "uStack_1c = 0;" (assignment_expression "uStack_1c = 0" (identifier "uStack_1c") (= "=") (number_literal "0")) (; ";")) (expression_statement "lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;" (assignment_expression "lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1" (identifier "lVar2") (= "=") (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 "plVar1 = *(long **)(lVar2 + 0x100);" (assignment_expression "plVar1 = *(long **)(lVar2 + 0x100)" (identifier "plVar1") (= "=") (pointer_expression "*(long **)(lVar2 + 0x100)" (* "*") (cast_expression "(long **)(lVar2 + 0x100)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar2 + 0x100)" (( "(") (binary_expression "lVar2 + 0x100" (identifier "lVar2") (+ "+") (number_literal "0x100")) () ")"))))) (; ";")) (if_statement "if (plVar1 == (long *)0x0) {\n \n FUN_002b5510();\n }" (if "if") (parenthesized_expression "(plVar1 == (long *)0x0)" (( "(") (binary_expression "plVar1 == (long *)0x0" (identifier "plVar1") (== "==") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n \n FUN_002b5510();\n }" ({ "{") (expression_statement "FUN_002b5510();" (call_expression "FUN_002b5510()" (identifier "FUN_002b5510") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "(**(code **)(*plVar1 + 0x48))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c);" (call_expression "(**(code **)(*plVar1 + 0x48))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c)" (parenthesized_expression "(**(code **)(*plVar1 + 0x48))" (( "(") (pointer_expression "**(code **)(*plVar1 + 0x48)" (* "*") (pointer_expression "*(code **)(*plVar1 + 0x48)" (* "*") (cast_expression "(code **)(*plVar1 + 0x48)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar1 + 0x48)" (( "(") (binary_expression "*plVar1 + 0x48" (pointer_expression "*plVar1" (* "*") (identifier "plVar1")) (+ "+") (number_literal "0x48")) () ")"))))) () ")")) (argument_list "(plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c)" (( "(") (identifier "plVar1") (, ",") (pointer_expression "*(undefined8 *)(lVar2 + 0xe8)" (* "*") (cast_expression "(undefined8 *)(lVar2 + 0xe8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0xe8)" (( "(") (binary_expression "lVar2 + 0xe8" (identifier "lVar2") (+ "+") (number_literal "0xe8")) () ")")))) (, ",") (number_literal "0xffffffff") (, ",") (number_literal "0") (, ",") (number_literal "0xffffffff") (, ",") (identifier "lVar2") (, ",") (pointer_expression "&uStack_1c" (& "&") (identifier "uStack_1c")) () ")"))) (; ";")) (if_statement "if (uStack_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_0029c920(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }" (if "if") (parenthesized_expression "(uStack_1c != 0)" (( "(") (binary_expression "uStack_1c != 0" (identifier "uStack_1c") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_0029c920(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }" ({ "{") (expression_statement "lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;" (assignment_expression "lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1" (identifier "lVar2") (= "=") (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 "FUN_0029c920(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);" (call_expression "FUN_0029c920(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2)" (identifier "FUN_0029c920") (argument_list "(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2)" (( "(") (identifier "lVar2") (, ",") (binary_expression "uStack_1c | *(uint *)(lVar2 + 0x20)" (identifier "uStack_1c") (| "|") (pointer_expression "*(uint *)(lVar2 + 0x20)" (* "*") (cast_expression "(uint *)(lVar2 + 0x20)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x20)" (( "(") (binary_expression "lVar2 + 0x20" (identifier "lVar2") (+ "+") (number_literal "0x20")) () ")"))))) (, ",") (identifier "param_2") () ")"))) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}"))) (} "}"))) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}"))) |
/* std::istream::TEMPNAMEPLACEHOLDERVALUE(float&) */
type_1 * __thiscall std::type_1::operator>>(type_1 *var_2,float *param_1)
{
long *var_4;
type_1 *var_3;
type_2 var_1;
type_3 var_6;
sentry::type_2(&var_1,var_2,false);
if (var_1 != (type_2)0x0) {
var_6 = var_7;
var_3 = var_2 + *(long *)(*(long *)var_2 + -0x18);
var_4 = *(long **)(var_3 + 0x100);
if (var_4 == (long *)0x0) {
/* WARNING: Subroutine does not return */
var_5();
}
(**(type_4 **)(*var_4 + 0x48))
(var_4,*(type_5 *)(var_3 + 0xe8),0xffffffff,0,0xffffffff,var_3,&var_6,
param_1);
if (var_6 != var_7) {
ios::var_8((type_6 *)(var_2 + *(long *)(*(long *)var_2 + -0x18)),
var_6 |
*(type_3 *)((type_6 *)(var_2 + *(long *)(*(long *)var_2 + -0x18)) + 0x20));
return var_2;
}
}
return var_2;
}
| 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))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier) (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (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) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (number_literal) (number_literal) (number_literal) (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: (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) (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)))))) (identifier)))) (return_statement (identifier)))))) (return_statement (identifier))))) | null |
long * MASKED(long *param_1,undefined8 param_2)
{
long *plVar1;
long lVar2;
char cStack_1d;
uint uStack_1c;
FUN_00296fe0(&cStack_1d,param_1,0);
if (cStack_1d != '\0') {
uStack_1c = 0;
lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;
plVar1 = *(long **)(lVar2 + 0x100);
if (plVar1 == (long *)0x0) {
/* WARNING: Subroutine does not return */
FUN_002b5510();
}
(**(code **)(*plVar1 + 0x48))
(plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c);
if (uStack_1c != 0) {
lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;
FUN_0029c920(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);
return param_1;
}
}
return param_1;
}
|
7055_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c | script_exp_function_min | FUN_002b17a0 |
Expression * gold::script_exp_function_min(Expression *left,Expression *right)
{
Expression *pEVar1;
pEVar1 = (Expression *)operator_new(0x18);
pEVar1[1]._vptr_Expression = (_func_int_varargs **)left;
pEVar1[2]._vptr_Expression = (_func_int_varargs **)right;
pEVar1->_vptr_Expression = (_func_int_varargs **)&PTR__Min_expression_0042cfc0;
return pEVar1;
}
|
void FUN_002b17a0(undefined8 param_1,undefined8 param_2)
{
undefined8 *puVar1;
puVar1 = (undefined8 *)FUN_002d94a0(0x18);
puVar1[1] = param_1;
puVar1[2] = param_2;
*puVar1 = &PTR_FUN_0042cfc0;
return;
}
| PUSH RBP
MOV RBP,RDI
MOV EDI,0x18
PUSH RBX
MOV RBX,RSI
SUB RSP,0x8
CALL 0x002d94a0
LEA RDX,[0x42cfc0]
MOV qword ptr [RAX + 0x8],RBP
MOV qword ptr [RAX + 0x10],RBX
MOV qword ptr [RAX],RDX
ADD RSP,0x8
POP RBX
POP RBP
RET | null | null | null | null | [('const-0', u'PTRSUB_-1204545458'), (u'CAST_-1204545474', u'RETURN_-1204545527'), (u'PTRSUB_-1204545458', u'STORE_-1204545569'), ('tmp_140', u'CAST_-1204545456'), ('const-4378560', u'PTRSUB_-1204545458'), ('const-0', u'PTRSUB_-1204545453'), (u'CAST_-1204545474', u'PTRADD_-1204545466'), ('const-0', u'PTRSUB_-1204545458'), ('const-8', u'PTRADD_-1204545466'), ('const-433', u'STORE_-1204545563'), (u'CAST_-1204545451', u'STORE_-1204545563'), (u'CAST_-1204545456', u'STORE_-1204545569'), ('const-24', u'CALL_-1204545588'), ('const-0', u'RETURN_-1204545527'), ('const-1', u'PTRADD_-1204545466'), (u'CAST_-1204545474', u'PTRADD_-1204545460'), (u'PTRSUB_-1204545458', u'CAST_-1204545451'), ('const-433', u'STORE_-1204545576'), (u'CAST_-1204545474', u'PTRSUB_-1204545453'), ('const-0', u'PTRSUB_-1204545464'), (u'PTRADD_-1204545466', u'PTRSUB_-1204545464'), ('const-8', u'PTRADD_-1204545460'), ('const-2', u'PTRADD_-1204545460'), ('const-433', u'STORE_-1204545569'), (u'PTRSUB_-1204545453', u'STORE_-1204545563'), ('tmp_139', u'CAST_-1204545461'), (u'CAST_-1204545461', u'STORE_-1204545576'), (u'PTRADD_-1204545460', u'PTRSUB_-1204545458'), (u'PTRSUB_-1204545464', u'STORE_-1204545576'), (u'CALL_-1204545588', u'CAST_-1204545474')] | [('const-1', u'PTRADD_-1204545465'), (u'PTRADD_-1204545465', u'STORE_-1204545576'), (u'CALL_-1204545588', u'CAST_-1204545476'), ('const-433', u'STORE_-1204545563'), ('const-0', u'PTRSUB_-1204545457'), ('const-24', u'CALL_-1204545588'), (u'CAST_-1204545476', u'PTRADD_-1204545460'), ('const-4378560', u'PTRSUB_-1204545457'), ('tmp_183', u'STORE_-1204545576'), ('const-2', u'PTRADD_-1204545460'), ('const-8', u'PTRADD_-1204545460'), (u'PTRADD_-1204545460', u'STORE_-1204545569'), ('tmp_185', u'STORE_-1204545569'), ('const-8', u'PTRADD_-1204545465'), ('const-433', u'STORE_-1204545576'), ('const-433', u'STORE_-1204545569'), ('const-0', u'RETURN_-1204545527'), (u'CAST_-1204545476', u'STORE_-1204545563'), (u'CAST_-1204545476', u'PTRADD_-1204545465'), (u'PTRSUB_-1204545457', u'STORE_-1204545563')] | null | null | 002b17a0 | x64 | O2 | (translation_unit "void FUN_002b17a0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002d94a0(0x18);\n puVar1[1] = param_1;\n puVar1[2] = param_2;\n *puVar1 = &PTR_FUN_0042cfc0;\n return;\n}\n\n" (function_definition "void FUN_002b17a0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002d94a0(0x18);\n puVar1[1] = param_1;\n puVar1[2] = param_2;\n *puVar1 = &PTR_FUN_0042cfc0;\n return;\n}" primitive_type (function_declarator "FUN_002b17a0(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 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002d94a0(0x18);\n puVar1[1] = param_1;\n puVar1[2] = param_2;\n *puVar1 = &PTR_FUN_0042cfc0;\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (expression_statement "puVar1 = (undefined8 *)FUN_002d94a0(0x18);" (assignment_expression "puVar1 = (undefined8 *)FUN_002d94a0(0x18)" identifier = (cast_expression "(undefined8 *)FUN_002d94a0(0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002d94a0(0x18)" identifier (argument_list "(0x18)" ( number_literal ))))) ;) (expression_statement "puVar1[1] = param_1;" (assignment_expression "puVar1[1] = param_1" (subscript_expression "puVar1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[2] = param_2;" (assignment_expression "puVar1[2] = param_2" (subscript_expression "puVar1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*puVar1 = &PTR_FUN_0042cfc0;" (assignment_expression "*puVar1 = &PTR_FUN_0042cfc0" (pointer_expression "*puVar1" * identifier) = (pointer_expression "&PTR_FUN_0042cfc0" & identifier)) ;) (return_statement "return;" return ;) }))) | (translation_unit "Expression * gold::script_exp_function_min(Expression *left,Expression *right)\n\n{\n Expression *pEVar1;\n \n pEVar1 = (Expression *)operator_new(0x18);\n pEVar1[1]._vptr_Expression = (_func_int_varargs **)left;\n pEVar1[2]._vptr_Expression = (_func_int_varargs **)right;\n pEVar1->_vptr_Expression = (_func_int_varargs **)&PTR__Min_expression_0042cfc0;\n return pEVar1;\n}\n\n" (ERROR "Expression * gold::script_exp_function_min(Expression *left,Expression *right)" (binary_expression "Expression * gold" identifier * identifier) : : (call_expression "script_exp_function_min(Expression *left,Expression *right)" identifier (argument_list "(Expression *left,Expression *right)" ( (binary_expression "Expression *left" identifier * identifier) , (binary_expression "Expression *right" identifier * identifier) )))) (compound_statement "{\n Expression *pEVar1;\n \n pEVar1 = (Expression *)operator_new(0x18);\n pEVar1[1]._vptr_Expression = (_func_int_varargs **)left;\n pEVar1[2]._vptr_Expression = (_func_int_varargs **)right;\n pEVar1->_vptr_Expression = (_func_int_varargs **)&PTR__Min_expression_0042cfc0;\n return pEVar1;\n}" { (declaration "Expression *pEVar1;" type_identifier (pointer_declarator "*pEVar1" * identifier) ;) (expression_statement "pEVar1 = (Expression *)operator_new(0x18);" (assignment_expression "pEVar1 = (Expression *)operator_new(0x18)" identifier = (cast_expression "(Expression *)operator_new(0x18)" ( (type_descriptor "Expression *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "operator_new(0x18)" identifier (argument_list "(0x18)" ( number_literal ))))) ;) (expression_statement "pEVar1[1]._vptr_Expression = (_func_int_varargs **)left;" (assignment_expression "pEVar1[1]._vptr_Expression = (_func_int_varargs **)left" (field_expression "pEVar1[1]._vptr_Expression" (subscript_expression "pEVar1[1]" identifier [ number_literal ]) . field_identifier) = (cast_expression "(_func_int_varargs **)left" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) ;) (expression_statement "pEVar1[2]._vptr_Expression = (_func_int_varargs **)right;" (assignment_expression "pEVar1[2]._vptr_Expression = (_func_int_varargs **)right" (field_expression "pEVar1[2]._vptr_Expression" (subscript_expression "pEVar1[2]" identifier [ number_literal ]) . field_identifier) = (cast_expression "(_func_int_varargs **)right" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) ;) (expression_statement "pEVar1->_vptr_Expression = (_func_int_varargs **)&PTR__Min_expression_0042cfc0;" (assignment_expression "pEVar1->_vptr_Expression = (_func_int_varargs **)&PTR__Min_expression_0042cfc0" (field_expression "pEVar1->_vptr_Expression" identifier -> field_identifier) = (cast_expression "(_func_int_varargs **)&PTR__Min_expression_0042cfc0" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR__Min_expression_0042cfc0" & identifier))) ;) (return_statement "return pEVar1;" return identifier ;) })) | (translation_unit "void FUN_002b17a0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002d94a0(0x18);\n puVar1[1] = param_1;\n puVar1[2] = param_2;\n *puVar1 = &PTR_FUN_0042cfc0;\n return;\n}\n\n" (function_definition "void FUN_002b17a0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002d94a0(0x18);\n puVar1[1] = param_1;\n puVar1[2] = param_2;\n *puVar1 = &PTR_FUN_0042cfc0;\n return;\n}" primitive_type (function_declarator "FUN_002b17a0(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 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002d94a0(0x18);\n puVar1[1] = param_1;\n puVar1[2] = param_2;\n *puVar1 = &PTR_FUN_0042cfc0;\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (expression_statement "puVar1 = (undefined8 *)FUN_002d94a0(0x18);" (assignment_expression "puVar1 = (undefined8 *)FUN_002d94a0(0x18)" identifier = (cast_expression "(undefined8 *)FUN_002d94a0(0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002d94a0(0x18)" identifier (argument_list "(0x18)" ( number_literal ))))) ;) (expression_statement "puVar1[1] = param_1;" (assignment_expression "puVar1[1] = param_1" (subscript_expression "puVar1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[2] = param_2;" (assignment_expression "puVar1[2] = param_2" (subscript_expression "puVar1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*puVar1 = &PTR_FUN_0042cfc0;" (assignment_expression "*puVar1 = &PTR_FUN_0042cfc0" (pointer_expression "*puVar1" * identifier) = (pointer_expression "&PTR_FUN_0042cfc0" & 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 ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (return_statement return ;) }))) | (function_definition "void FUN_002b17a0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002d94a0(0x18);\n puVar1[1] = param_1;\n puVar1[2] = param_2;\n *puVar1 = &PTR_FUN_0042cfc0;\n return;\n}" (primitive_type "void") (function_declarator "FUN_002b17a0(undefined8 param_1,undefined8 param_2)" (identifier "FUN_002b17a0") (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 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002d94a0(0x18);\n puVar1[1] = param_1;\n puVar1[2] = param_2;\n *puVar1 = &PTR_FUN_0042cfc0;\n return;\n}" ({ "{") (declaration "undefined8 *puVar1;" (type_identifier "undefined8") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (expression_statement "puVar1 = (undefined8 *)FUN_002d94a0(0x18);" (assignment_expression "puVar1 = (undefined8 *)FUN_002d94a0(0x18)" (identifier "puVar1") (= "=") (cast_expression "(undefined8 *)FUN_002d94a0(0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_002d94a0(0x18)" (identifier "FUN_002d94a0") (argument_list "(0x18)" (( "(") (number_literal "0x18") () ")"))))) (; ";")) (expression_statement "puVar1[1] = param_1;" (assignment_expression "puVar1[1] = param_1" (subscript_expression "puVar1[1]" (identifier "puVar1") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "param_1")) (; ";")) (expression_statement "puVar1[2] = param_2;" (assignment_expression "puVar1[2] = param_2" (subscript_expression "puVar1[2]" (identifier "puVar1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "param_2")) (; ";")) (expression_statement "*puVar1 = &PTR_FUN_0042cfc0;" (assignment_expression "*puVar1 = &PTR_FUN_0042cfc0" (pointer_expression "*puVar1" (* "*") (identifier "puVar1")) (= "=") (pointer_expression "&PTR_FUN_0042cfc0" (& "&") (identifier "PTR_FUN_0042cfc0"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
type_1 * gold::script_exp_function_min(type_1 *left,type_1 *right)
{
type_1 *pEVar1;
pEVar1 = (type_1 *)var_1(0x18);
pEVar1[1]._vptr_Expression = (type_2 **)left;
pEVar1[2]._vptr_Expression = (type_2 **)right;
pEVar1->_vptr_Expression = (type_2 **)&PTR__Min_expression_0042cfc0;
return pEVar1;
}
| 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: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (return_statement)))) | null |
void MASKED(undefined8 param_1,undefined8 param_2)
{
undefined8 *puVar1;
puVar1 = (undefined8 *)FUN_002d94a0(0x18);
puVar1[1] = param_1;
puVar1[2] = param_2;
*puVar1 = &PTR_FUN_0042cfc0;
return;
}
|
107_yes_and_yes_strip.c | xnrealloc | FUN_001050a0 |
void * xnrealloc(void *p,size_t n,size_t s)
{
undefined1 auVar1 [16];
undefined1 auVar2 [16];
size_t n_00;
void *pvVar3;
auVar1._8_8_ = 0;
auVar1._0_8_ = n;
auVar2._8_8_ = 0;
auVar2._0_8_ = s;
n_00 = SUB168(auVar1 * auVar2,0);
if ((-1 < (long)n_00) && (SUB168(auVar1 * auVar2,8) == 0)) {
pvVar3 = xrealloc(p,n_00);
return pvVar3;
}
/* WARNING: Subroutine does not return */
xalloc_die();
}
|
void FUN_001050a0(undefined8 param_1,ulong param_2,ulong param_3)
{
undefined1 auVar1 [16];
undefined1 auVar2 [16];
auVar1._8_8_ = 0;
auVar1._0_8_ = param_2;
auVar2._8_8_ = 0;
auVar2._0_8_ = param_3;
if ((-1 < SUB168(auVar1 * auVar2,0)) && (SUB168(auVar1 * auVar2,8) == 0)) {
FUN_00105060();
return;
}
/* WARNING: Subroutine does not return */
FUN_00105250();
}
| MOV RAX,RSI
MUL RDX
MOV RSI,RAX
SETO AL
TEST RSI,RSI
JS 0x001050be
MOVZX EAX,AL
TEST RAX,RAX
JNZ 0x001050be
JMP 0x00105060
PUSH RAX
CALL 0x00105250 | null | null | null | null | [('tmp_80', u'CBRANCH_-1206955812'), ('const-1', u'RETURN_-1206955789'), (u'INT_MULT_-1206955834', u'SUBPIECE_-1206955801'), (u'SUBPIECE_-1206955802', u'INT_EQUAL_-1206955852'), ('const-0', u'SUBPIECE_-1206955801'), ('tmp_48', u'CBRANCH_-1206955833'), (u'CALL_-1206955807', u'RETURN_-1206955803'), ('const--1', u'INT_SLESS_-1206955834'), (u'PIECE_-1206955806', u'INT_MULT_-1206955834'), (u'COPY_-1206955769', u'PIECE_-1206955806'), (u'INT_SLESS_-1206955834', u'CBRANCH_-1206955833'), ('const-0', u'INT_EQUAL_-1206955852'), (u'CAST_-1206955693', u'INT_SLESS_-1206955834'), ('const-0', u'COPY_-1206955767'), (u'PIECE_-1206955805', u'INT_MULT_-1206955834'), ('const-0', u'RETURN_-1206955803'), (u'INT_EQUAL_-1206955852', u'CBRANCH_-1206955812'), ('const-8', u'SUBPIECE_-1206955802'), ('tmp_112', u'CALL_-1206955807'), ('tmp_114', u'COPY_-1206955766'), (u'SUBPIECE_-1206955801', u'CAST_-1206955693'), (u'COPY_-1206955767', u'PIECE_-1206955805'), (u'INT_MULT_-1206955834', u'SUBPIECE_-1206955802'), (u'COPY_-1206955768', u'PIECE_-1206955806'), (u'SUBPIECE_-1206955801', u'CALL_-1206955807'), ('const-0', u'COPY_-1206955769'), (u'COPY_-1206955766', u'PIECE_-1206955805'), ('tmp_113', u'COPY_-1206955768')] | [('tmp_80', u'CBRANCH_-1206955812'), (u'COPY_-1206955768', u'PIECE_-1206955805'), ('const-1', u'RETURN_-1206955789'), (u'INT_MULT_-1206955834', u'SUBPIECE_-1206955801'), (u'SUBPIECE_-1206955802', u'INT_EQUAL_-1206955852'), ('const-0', u'SUBPIECE_-1206955801'), ('tmp_48', u'CBRANCH_-1206955833'), (u'COPY_-1206955769', u'PIECE_-1206955806'), (u'PIECE_-1206955806', u'INT_MULT_-1206955834'), ('const-0', u'COPY_-1206955770'), (u'INT_SLESS_-1206955834', u'CBRANCH_-1206955833'), ('const-0', u'INT_EQUAL_-1206955852'), ('tmp_226', u'COPY_-1206955769'), (u'COPY_-1206955770', u'PIECE_-1206955806'), (u'PIECE_-1206955805', u'INT_MULT_-1206955834'), ('const-0', u'RETURN_-1206955803'), (u'INT_EQUAL_-1206955852', u'CBRANCH_-1206955812'), ('const-0', u'COPY_-1206955768'), ('const--1', u'INT_SLESS_-1206955834'), ('tmp_227', u'COPY_-1206955767'), ('const-8', u'SUBPIECE_-1206955802'), (u'COPY_-1206955767', u'PIECE_-1206955805'), (u'SUBPIECE_-1206955801', u'INT_SLESS_-1206955834'), (u'INT_MULT_-1206955834', u'SUBPIECE_-1206955802')] | null | null | 001050a0 | x64 | O2 | (translation_unit "void FUN_001050a0(undefined8 param_1,ulong param_2,ulong param_3)\n\n{\n undefined1 auVar1 [16];\n undefined1 auVar2 [16];\n \n auVar1._8_8_ = 0;\n auVar1._0_8_ = param_2;\n auVar2._8_8_ = 0;\n auVar2._0_8_ = param_3;\n if ((-1 < SUB168(auVar1 * auVar2,0)) && (SUB168(auVar1 * auVar2,8) == 0)) {\n FUN_00105060();\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00105250();\n}\n\n" (function_definition "void FUN_001050a0(undefined8 param_1,ulong param_2,ulong param_3)\n\n{\n undefined1 auVar1 [16];\n undefined1 auVar2 [16];\n \n auVar1._8_8_ = 0;\n auVar1._0_8_ = param_2;\n auVar2._8_8_ = 0;\n auVar2._0_8_ = param_3;\n if ((-1 < SUB168(auVar1 * auVar2,0)) && (SUB168(auVar1 * auVar2,8) == 0)) {\n FUN_00105060();\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00105250();\n}" primitive_type (function_declarator "FUN_001050a0(undefined8 param_1,ulong param_2,ulong param_3)" identifier (parameter_list "(undefined8 param_1,ulong param_2,ulong param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "ulong param_2" type_identifier identifier) , (parameter_declaration "ulong param_3" type_identifier identifier) ))) (compound_statement "{\n undefined1 auVar1 [16];\n undefined1 auVar2 [16];\n \n auVar1._8_8_ = 0;\n auVar1._0_8_ = param_2;\n auVar2._8_8_ = 0;\n auVar2._0_8_ = param_3;\n if ((-1 < SUB168(auVar1 * auVar2,0)) && (SUB168(auVar1 * auVar2,8) == 0)) {\n FUN_00105060();\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00105250();\n}" { (declaration "undefined1 auVar1 [16];" type_identifier (array_declarator "auVar1 [16]" identifier [ number_literal ]) ;) (declaration "undefined1 auVar2 [16];" type_identifier (array_declarator "auVar2 [16]" identifier [ number_literal ]) ;) (expression_statement "auVar1._8_8_ = 0;" (assignment_expression "auVar1._8_8_ = 0" (field_expression "auVar1._8_8_" identifier . field_identifier) = number_literal) ;) (expression_statement "auVar1._0_8_ = param_2;" (assignment_expression "auVar1._0_8_ = param_2" (field_expression "auVar1._0_8_" identifier . field_identifier) = identifier) ;) (expression_statement "auVar2._8_8_ = 0;" (assignment_expression "auVar2._8_8_ = 0" (field_expression "auVar2._8_8_" identifier . field_identifier) = number_literal) ;) (expression_statement "auVar2._0_8_ = param_3;" (assignment_expression "auVar2._0_8_ = param_3" (field_expression "auVar2._0_8_" identifier . field_identifier) = identifier) ;) (if_statement "if ((-1 < SUB168(auVar1 * auVar2,0)) && (SUB168(auVar1 * auVar2,8) == 0)) {\n FUN_00105060();\n return;\n }" if (parenthesized_expression "((-1 < SUB168(auVar1 * auVar2,0)) && (SUB168(auVar1 * auVar2,8) == 0))" ( (binary_expression "(-1 < SUB168(auVar1 * auVar2,0)) && (SUB168(auVar1 * auVar2,8) == 0)" (parenthesized_expression "(-1 < SUB168(auVar1 * auVar2,0))" ( (binary_expression "-1 < SUB168(auVar1 * auVar2,0)" number_literal < (call_expression "SUB168(auVar1 * auVar2,0)" identifier (argument_list "(auVar1 * auVar2,0)" ( (binary_expression "auVar1 * auVar2" identifier * identifier) , number_literal )))) )) && (parenthesized_expression "(SUB168(auVar1 * auVar2,8) == 0)" ( (binary_expression "SUB168(auVar1 * auVar2,8) == 0" (call_expression "SUB168(auVar1 * auVar2,8)" identifier (argument_list "(auVar1 * auVar2,8)" ( (binary_expression "auVar1 * auVar2" identifier * identifier) , number_literal ))) == number_literal) ))) )) (compound_statement "{\n FUN_00105060();\n return;\n }" { (expression_statement "FUN_00105060();" (call_expression "FUN_00105060()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_00105250();" (call_expression "FUN_00105250()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void * xnrealloc(void *p,size_t n,size_t s)\n\n{\n undefined1 auVar1 [16];\n undefined1 auVar2 [16];\n size_t n_00;\n void *pvVar3;\n \n auVar1._8_8_ = 0;\n auVar1._0_8_ = n;\n auVar2._8_8_ = 0;\n auVar2._0_8_ = s;\n n_00 = SUB168(auVar1 * auVar2,0);\n if ((-1 < (long)n_00) && (SUB168(auVar1 * auVar2,8) == 0)) {\n pvVar3 = xrealloc(p,n_00);\n return pvVar3;\n }\n /* WARNING: Subroutine does not return */\n xalloc_die();\n}\n\n" (function_definition "void * xnrealloc(void *p,size_t n,size_t s)\n\n{\n undefined1 auVar1 [16];\n undefined1 auVar2 [16];\n size_t n_00;\n void *pvVar3;\n \n auVar1._8_8_ = 0;\n auVar1._0_8_ = n;\n auVar2._8_8_ = 0;\n auVar2._0_8_ = s;\n n_00 = SUB168(auVar1 * auVar2,0);\n if ((-1 < (long)n_00) && (SUB168(auVar1 * auVar2,8) == 0)) {\n pvVar3 = xrealloc(p,n_00);\n return pvVar3;\n }\n /* WARNING: Subroutine does not return */\n xalloc_die();\n}" primitive_type (pointer_declarator "* xnrealloc(void *p,size_t n,size_t s)" * (function_declarator "xnrealloc(void *p,size_t n,size_t s)" identifier (parameter_list "(void *p,size_t n,size_t s)" ( (parameter_declaration "void *p" primitive_type (pointer_declarator "*p" * identifier)) , (parameter_declaration "size_t n" primitive_type identifier) , (parameter_declaration "size_t s" primitive_type identifier) )))) (compound_statement "{\n undefined1 auVar1 [16];\n undefined1 auVar2 [16];\n size_t n_00;\n void *pvVar3;\n \n auVar1._8_8_ = 0;\n auVar1._0_8_ = n;\n auVar2._8_8_ = 0;\n auVar2._0_8_ = s;\n n_00 = SUB168(auVar1 * auVar2,0);\n if ((-1 < (long)n_00) && (SUB168(auVar1 * auVar2,8) == 0)) {\n pvVar3 = xrealloc(p,n_00);\n return pvVar3;\n }\n /* WARNING: Subroutine does not return */\n xalloc_die();\n}" { (declaration "undefined1 auVar1 [16];" type_identifier (array_declarator "auVar1 [16]" identifier [ number_literal ]) ;) (declaration "undefined1 auVar2 [16];" type_identifier (array_declarator "auVar2 [16]" identifier [ number_literal ]) ;) (declaration "size_t n_00;" primitive_type identifier ;) (declaration "void *pvVar3;" primitive_type (pointer_declarator "*pvVar3" * identifier) ;) (expression_statement "auVar1._8_8_ = 0;" (assignment_expression "auVar1._8_8_ = 0" (field_expression "auVar1._8_8_" identifier . field_identifier) = number_literal) ;) (expression_statement "auVar1._0_8_ = n;" (assignment_expression "auVar1._0_8_ = n" (field_expression "auVar1._0_8_" identifier . field_identifier) = identifier) ;) (expression_statement "auVar2._8_8_ = 0;" (assignment_expression "auVar2._8_8_ = 0" (field_expression "auVar2._8_8_" identifier . field_identifier) = number_literal) ;) (expression_statement "auVar2._0_8_ = s;" (assignment_expression "auVar2._0_8_ = s" (field_expression "auVar2._0_8_" identifier . field_identifier) = identifier) ;) (expression_statement "n_00 = SUB168(auVar1 * auVar2,0);" (assignment_expression "n_00 = SUB168(auVar1 * auVar2,0)" identifier = (call_expression "SUB168(auVar1 * auVar2,0)" identifier (argument_list "(auVar1 * auVar2,0)" ( (binary_expression "auVar1 * auVar2" identifier * identifier) , number_literal )))) ;) (if_statement "if ((-1 < (long)n_00) && (SUB168(auVar1 * auVar2,8) == 0)) {\n pvVar3 = xrealloc(p,n_00);\n return pvVar3;\n }" if (parenthesized_expression "((-1 < (long)n_00) && (SUB168(auVar1 * auVar2,8) == 0))" ( (binary_expression "(-1 < (long)n_00) && (SUB168(auVar1 * auVar2,8) == 0)" (parenthesized_expression "(-1 < (long)n_00)" ( (binary_expression "-1 < (long)n_00" number_literal < (cast_expression "(long)n_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) && (parenthesized_expression "(SUB168(auVar1 * auVar2,8) == 0)" ( (binary_expression "SUB168(auVar1 * auVar2,8) == 0" (call_expression "SUB168(auVar1 * auVar2,8)" identifier (argument_list "(auVar1 * auVar2,8)" ( (binary_expression "auVar1 * auVar2" identifier * identifier) , number_literal ))) == number_literal) ))) )) (compound_statement "{\n pvVar3 = xrealloc(p,n_00);\n return pvVar3;\n }" { (expression_statement "pvVar3 = xrealloc(p,n_00);" (assignment_expression "pvVar3 = xrealloc(p,n_00)" identifier = (call_expression "xrealloc(p,n_00)" identifier (argument_list "(p,n_00)" ( identifier , identifier )))) ;) (return_statement "return pvVar3;" return identifier ;) })) comment (expression_statement "xalloc_die();" (call_expression "xalloc_die()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void FUN_001050a0(undefined8 param_1,ulong param_2,ulong param_3)\n\n{\n undefined1 auVar1 [16];\n undefined1 auVar2 [16];\n \n auVar1._8_8_ = 0;\n auVar1._0_8_ = param_2;\n auVar2._8_8_ = 0;\n auVar2._0_8_ = param_3;\n if ((-1 < SUB168(auVar1 * auVar2,0)) && (SUB168(auVar1 * auVar2,8) == 0)) {\n FUN_00105060();\n return;\n }\n \n FUN_00105250();\n}\n\n" (function_definition "void FUN_001050a0(undefined8 param_1,ulong param_2,ulong param_3)\n\n{\n undefined1 auVar1 [16];\n undefined1 auVar2 [16];\n \n auVar1._8_8_ = 0;\n auVar1._0_8_ = param_2;\n auVar2._8_8_ = 0;\n auVar2._0_8_ = param_3;\n if ((-1 < SUB168(auVar1 * auVar2,0)) && (SUB168(auVar1 * auVar2,8) == 0)) {\n FUN_00105060();\n return;\n }\n \n FUN_00105250();\n}" primitive_type (function_declarator "FUN_001050a0(undefined8 param_1,ulong param_2,ulong param_3)" identifier (parameter_list "(undefined8 param_1,ulong param_2,ulong param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "ulong param_2" type_identifier identifier) , (parameter_declaration "ulong param_3" type_identifier identifier) ))) (compound_statement "{\n undefined1 auVar1 [16];\n undefined1 auVar2 [16];\n \n auVar1._8_8_ = 0;\n auVar1._0_8_ = param_2;\n auVar2._8_8_ = 0;\n auVar2._0_8_ = param_3;\n if ((-1 < SUB168(auVar1 * auVar2,0)) && (SUB168(auVar1 * auVar2,8) == 0)) {\n FUN_00105060();\n return;\n }\n \n FUN_00105250();\n}" { (declaration "undefined1 auVar1 [16];" type_identifier (array_declarator "auVar1 [16]" identifier [ number_literal ]) ;) (declaration "undefined1 auVar2 [16];" type_identifier (array_declarator "auVar2 [16]" identifier [ number_literal ]) ;) (expression_statement "auVar1._8_8_ = 0;" (assignment_expression "auVar1._8_8_ = 0" (field_expression "auVar1._8_8_" identifier . field_identifier) = number_literal) ;) (expression_statement "auVar1._0_8_ = param_2;" (assignment_expression "auVar1._0_8_ = param_2" (field_expression "auVar1._0_8_" identifier . field_identifier) = identifier) ;) (expression_statement "auVar2._8_8_ = 0;" (assignment_expression "auVar2._8_8_ = 0" (field_expression "auVar2._8_8_" identifier . field_identifier) = number_literal) ;) (expression_statement "auVar2._0_8_ = param_3;" (assignment_expression "auVar2._0_8_ = param_3" (field_expression "auVar2._0_8_" identifier . field_identifier) = identifier) ;) (if_statement "if ((-1 < SUB168(auVar1 * auVar2,0)) && (SUB168(auVar1 * auVar2,8) == 0)) {\n FUN_00105060();\n return;\n }" if (parenthesized_expression "((-1 < SUB168(auVar1 * auVar2,0)) && (SUB168(auVar1 * auVar2,8) == 0))" ( (binary_expression "(-1 < SUB168(auVar1 * auVar2,0)) && (SUB168(auVar1 * auVar2,8) == 0)" (parenthesized_expression "(-1 < SUB168(auVar1 * auVar2,0))" ( (binary_expression "-1 < SUB168(auVar1 * auVar2,0)" number_literal < (call_expression "SUB168(auVar1 * auVar2,0)" identifier (argument_list "(auVar1 * auVar2,0)" ( (binary_expression "auVar1 * auVar2" identifier * identifier) , number_literal )))) )) && (parenthesized_expression "(SUB168(auVar1 * auVar2,8) == 0)" ( (binary_expression "SUB168(auVar1 * auVar2,8) == 0" (call_expression "SUB168(auVar1 * auVar2,8)" identifier (argument_list "(auVar1 * auVar2,8)" ( (binary_expression "auVar1 * auVar2" identifier * identifier) , number_literal ))) == number_literal) ))) )) (compound_statement "{\n FUN_00105060();\n return;\n }" { (expression_statement "FUN_00105060();" (call_expression "FUN_00105060()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_00105250();" (call_expression "FUN_00105250()" 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 { (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = LIT) ;) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = IDENT) ;) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = LIT) ;) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < (call_expression IDENT (argument_list ( (binary_expression IDENT * IDENT) , LIT )))) )) && (parenthesized_expression ( (binary_expression (call_expression IDENT (argument_list ( (binary_expression IDENT * IDENT) , LIT ))) == LIT) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void FUN_001050a0(undefined8 param_1,ulong param_2,ulong param_3)\n\n{\n undefined1 auVar1 [16];\n undefined1 auVar2 [16];\n \n auVar1._8_8_ = 0;\n auVar1._0_8_ = param_2;\n auVar2._8_8_ = 0;\n auVar2._0_8_ = param_3;\n if ((-1 < SUB168(auVar1 * auVar2,0)) && (SUB168(auVar1 * auVar2,8) == 0)) {\n FUN_00105060();\n return;\n }\n \n FUN_00105250();\n}" (primitive_type "void") (function_declarator "FUN_001050a0(undefined8 param_1,ulong param_2,ulong param_3)" (identifier "FUN_001050a0") (parameter_list "(undefined8 param_1,ulong param_2,ulong param_3)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (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 undefined1 auVar1 [16];\n undefined1 auVar2 [16];\n \n auVar1._8_8_ = 0;\n auVar1._0_8_ = param_2;\n auVar2._8_8_ = 0;\n auVar2._0_8_ = param_3;\n if ((-1 < SUB168(auVar1 * auVar2,0)) && (SUB168(auVar1 * auVar2,8) == 0)) {\n FUN_00105060();\n return;\n }\n \n FUN_00105250();\n}" ({ "{") (declaration "undefined1 auVar1 [16];" (type_identifier "undefined1") (array_declarator "auVar1 [16]" (identifier "auVar1") ([ "[") (number_literal "16") (] "]")) (; ";")) (declaration "undefined1 auVar2 [16];" (type_identifier "undefined1") (array_declarator "auVar2 [16]" (identifier "auVar2") ([ "[") (number_literal "16") (] "]")) (; ";")) (expression_statement "auVar1._8_8_ = 0;" (assignment_expression "auVar1._8_8_ = 0" (field_expression "auVar1._8_8_" (identifier "auVar1") (. ".") (field_identifier "_8_8_")) (= "=") (number_literal "0")) (; ";")) (expression_statement "auVar1._0_8_ = param_2;" (assignment_expression "auVar1._0_8_ = param_2" (field_expression "auVar1._0_8_" (identifier "auVar1") (. ".") (field_identifier "_0_8_")) (= "=") (identifier "param_2")) (; ";")) (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")) (; ";")) (expression_statement "auVar2._0_8_ = param_3;" (assignment_expression "auVar2._0_8_ = param_3" (field_expression "auVar2._0_8_" (identifier "auVar2") (. ".") (field_identifier "_0_8_")) (= "=") (identifier "param_3")) (; ";")) (if_statement "if ((-1 < SUB168(auVar1 * auVar2,0)) && (SUB168(auVar1 * auVar2,8) == 0)) {\n FUN_00105060();\n return;\n }" (if "if") (parenthesized_expression "((-1 < SUB168(auVar1 * auVar2,0)) && (SUB168(auVar1 * auVar2,8) == 0))" (( "(") (binary_expression "(-1 < SUB168(auVar1 * auVar2,0)) && (SUB168(auVar1 * auVar2,8) == 0)" (parenthesized_expression "(-1 < SUB168(auVar1 * auVar2,0))" (( "(") (binary_expression "-1 < SUB168(auVar1 * auVar2,0)" (number_literal "-1") (< "<") (call_expression "SUB168(auVar1 * auVar2,0)" (identifier "SUB168") (argument_list "(auVar1 * auVar2,0)" (( "(") (binary_expression "auVar1 * auVar2" (identifier "auVar1") (* "*") (identifier "auVar2")) (, ",") (number_literal "0") () ")")))) () ")")) (&& "&&") (parenthesized_expression "(SUB168(auVar1 * auVar2,8) == 0)" (( "(") (binary_expression "SUB168(auVar1 * auVar2,8) == 0" (call_expression "SUB168(auVar1 * auVar2,8)" (identifier "SUB168") (argument_list "(auVar1 * auVar2,8)" (( "(") (binary_expression "auVar1 * auVar2" (identifier "auVar1") (* "*") (identifier "auVar2")) (, ",") (number_literal "8") () ")"))) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n FUN_00105060();\n return;\n }" ({ "{") (expression_statement "FUN_00105060();" (call_expression "FUN_00105060()" (identifier "FUN_00105060") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_00105250();" (call_expression "FUN_00105250()" (identifier "FUN_00105250") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) |
void * function_1(void *p,size_t n,size_t s)
{
type_1 var_2 [16];
type_1 var_3 [16];
size_t n_00;
void *pvVar3;
var_2._8_8_ = 0;
var_2._0_8_ = n;
var_3._8_8_ = 0;
var_3._0_8_ = s;
n_00 = var_1(var_2 * var_3,0);
if ((-1 < (long)n_00) && (var_1(var_2 * var_3,8) == 0)) {
pvVar3 = var_4(p,n_00);
return pvVar3;
}
/* WARNING: Subroutine does not return */
var_5();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (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))) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (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: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (number_literal) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (identifier)) (number_literal))))) right: (parenthesized_expression (binary_expression left: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (identifier)) (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)))))) | null |
void MASKED(undefined8 param_1,ulong param_2,ulong param_3)
{
undefined1 auVar1 [16];
undefined1 auVar2 [16];
auVar1._8_8_ = 0;
auVar1._0_8_ = param_2;
auVar2._8_8_ = 0;
auVar2._0_8_ = param_3;
if ((-1 < SUB168(auVar1 * auVar2,0)) && (SUB168(auVar1 * auVar2,8) == 0)) {
FUN_00105060();
return;
}
/* WARNING: Subroutine does not return */
FUN_00105250();
}
|
621_puttytel_and_puttytel_strip.c | charclass_handler | FUN_001179d0 |
void charclass_handler(control *ctrl,void *dlg,void *data,int event)
{
long *plVar1;
long lVar2;
int iVar3;
int iVar4;
char *__nptr;
long lVar5;
int iVar6;
int secondary;
long in_FS_OFFSET;
char str [100];
plVar1 = *(long **)((long)ctrl + 0x20);
lVar2 = *(long *)(in_FS_OFFSET + 0x28);
if (event == 0) {
if ((control *)*plVar1 == ctrl) {
dlg_update_start(ctrl,dlg);
dlg_listbox_clear(ctrl,dlg);
iVar4 = conf_get_int_int((Conf *)data,0x8f,0);
iVar6 = 0;
iVar3 = 0x20;
while( true ) {
secondary = iVar6 + 1;
__sprintf_chk(str,1,100,&DAT_0017b27a,iVar6,iVar6,iVar3);
dlg_listbox_add(ctrl,dlg,str);
if (secondary == 0x80) break;
iVar4 = conf_get_int_int((Conf *)data,0x8f,secondary);
iVar6 = secondary;
if ((secondary < 0x21) || (iVar3 = secondary, secondary == 0x7f)) {
iVar3 = 0x20;
}
}
dlg_update_done(ctrl,dlg,iVar4);
}
}
else if ((event == 1) && ((control *)plVar1[2] == ctrl)) {
__nptr = dlg_editbox_get((control *)plVar1[1],dlg);
lVar5 = strtol(__nptr,(char **)0x0,10);
iVar6 = 0;
safefree(__nptr);
do {
iVar3 = dlg_listbox_issel((control *)*plVar1,dlg,iVar6);
if (iVar3 != 0) {
conf_set_int_int((Conf *)data,0x8f,iVar6,(int)lVar5);
}
iVar6 = iVar6 + 1;
} while (iVar6 != 0x80);
dlg_refresh((control *)*plVar1,dlg);
}
if (lVar2 == *(long *)(in_FS_OFFSET + 0x28)) {
return;
}
/* WARNING: Subroutine does not return */
__stack_chk_fail();
}
|
void FUN_001179d0(long param_1,undefined8 param_2,undefined8 param_3,int param_4)
{
long *plVar1;
int iVar2;
char *__nptr;
ulong uVar3;
undefined8 uVar4;
int iVar5;
int iVar6;
long in_FS_OFFSET;
undefined1 auStack_98 [104];
long local_30;
plVar1 = *(long **)(param_1 + 0x20);
local_30 = *(long *)(in_FS_OFFSET + 0x28);
if (param_4 == 0) {
if (*plVar1 == param_1) {
FUN_00141700();
FUN_00140890(param_1,param_2);
uVar4 = FUN_00115430(param_3,0x8f,0);
iVar5 = 0;
iVar2 = 0x20;
while( true ) {
iVar6 = iVar5 + 1;
__sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);
FUN_00140be0(param_1,param_2,auStack_98);
if (iVar6 == 0x80) break;
uVar4 = FUN_00115430(param_3,0x8f,iVar6);
iVar5 = iVar6;
if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {
iVar2 = 0x20;
}
}
FUN_00141710(param_1,param_2,uVar4);
}
}
else if ((param_4 == 1) && (plVar1[2] == param_1)) {
__nptr = (char *)FUN_001407c0(plVar1[1]);
uVar3 = strtol(__nptr,(char **)0x0,10);
iVar5 = 0;
FUN_001239e0(__nptr);
do {
iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);
if (iVar2 != 0) {
FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);
}
iVar5 = iVar5 + 1;
} while (iVar5 != 0x80);
FUN_001418d0(*plVar1,param_2);
}
if (local_30 == *(long *)(in_FS_OFFSET + 0x28)) {
return;
}
/* WARNING: Subroutine does not return */
__stack_chk_fail();
}
| PUSH R14
MOV R14,RDX
PUSH R13
MOV R13,RDI
PUSH R12
MOV R12,RSI
PUSH RBP
PUSH RBX
MOV EBX,ECX
SUB RSP,0x70
MOV RBP,qword ptr [RDI + 0x20]
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RSP + 0x68],RAX
XOR EAX,EAX
TEST ECX,ECX
JNZ 0x00117a30
CMP qword ptr [RBP],RDI
JZ 0x00117a9d
MOV RAX,qword ptr [RSP + 0x68]
XOR RAX,qword ptr FS:[0x28]
JNZ 0x00117b49
ADD RSP,0x70
POP RBX
POP RBP
POP R12
POP R13
POP R14
RET
CMP ECX,0x1
JNZ 0x00117a09
CMP qword ptr [RBP + 0x10],RDI
JNZ 0x00117a09
MOV RDI,qword ptr [RBP + 0x8]
CALL 0x001407c0
MOV EDX,0xa
XOR ESI,ESI
MOV RBX,RAX
MOV RDI,RAX
CALL 0x001116d0
MOV RDI,RBX
XOR EBX,EBX
MOV R13D,EAX
CALL 0x001239e0
JMP 0x00117a77
ADD EBX,0x1
CMP EBX,0x80
JZ 0x00117b38
MOV RDI,qword ptr [RBP]
MOV EDX,EBX
MOV RSI,R12
CALL 0x00140ec0
TEST EAX,EAX
JZ 0x00117a68
MOV ECX,R13D
MOV EDX,EBX
MOV ESI,0x8f
MOV RDI,R14
CALL 0x00115af0
JMP 0x00117a68
CALL 0x00141700
MOV RSI,R12
MOV RDI,R13
MOV RBP,RSP
CALL 0x00140890
XOR EDX,EDX
MOV ESI,0x8f
MOV RDI,R14
CALL 0x00115430
MOV EDX,0x20
NOP dword ptr [RAX]
PUSH RAX
MOV R9D,EBX
MOV R8D,EBX
LEA RCX,[0x17b27a]
PUSH RDX
MOV ESI,0x1
MOV EDX,0x64
MOV RDI,RBP
XOR EAX,EAX
ADD EBX,0x1
CALL 0x00110900
MOV RDX,RBP
MOV RSI,R12
MOV RDI,R13
CALL 0x00140be0
POP RAX
POP RDX
CMP EBX,0x80
JZ 0x00117b28
MOV EDX,EBX
MOV ESI,0x8f
MOV RDI,R14
CALL 0x00115430
CMP EBX,0x20
JLE 0x00117b21
MOV EDX,EBX
CMP EBX,0x7f
JNZ 0x00117ac8
MOV EDX,0x20
JMP 0x00117ac8
MOV RSI,R12
MOV RDI,R13
CALL 0x00141710
JMP 0x00117a09
MOV RDI,qword ptr [RBP]
MOV RSI,R12
CALL 0x001418d0
JMP 0x00117a09
CALL 0x00111200 | null | null | null | null | [('const-143', u'CALL_-1207010320'), ('tmp_1000', u'CAST_-1207009456'), ('tmp_676', u'CBRANCH_-1207010496'), ('tmp_1000', u'CAST_-1207009417'), (u'INT_ADD_-1207010392', u'COPY_-1207009390'), (u'CAST_-1207009631', u'LOAD_-1207010802'), ('tmp_998', u'INT_EQUAL_-1207010480'), (u'CALL_-1207010256', u'INDIRECT_-1207009688'), (u'CAST_-1207009293', u'CALL_-1207010118'), (u'CALL_-1207010356', u'INT_NOTEQUAL_-1207010341'), ('const-0', u'CALL_-1207010476'), ('tmp_2558', u'PTRSUB_-1207009648'), (u'LOAD_-1207010475', u'CAST_-1207009549'), (u'LOAD_-1207010809', u'LOAD_-1207010756'), (u'PTRADD_-1207009559', u'LOAD_-1207010475'), ('const-433', u'LOAD_-1207010802'), (u'CALL_-1207010399', u'INDIRECT_-1207009905'), (u'CALL_-1207010391', u'INDIRECT_-1207009759'), (u'CAST_-1207009549', u'CALL_-1207010462'), (u'INDIRECT_-1207009870', u'MULTIEQUAL_-1207009883'), ('const-0', u'RETURN_-1207010647'), (u'COPY_-1207009490', u'MULTIEQUAL_-1207009646'), (u'CALL_-1207010462', u'CALL_-1207010399'), (u'INT_ADD_-1207010345', u'MULTIEQUAL_-1207009716'), (u'PTRSUB_-1207009649', u'CALL_-1207010371'), (u'INT_ADD_-1207010392', u'CALL_-1207010320'), (u'INDIRECT_-1207009807', u'MULTIEQUAL_-1207009785'), ('const-433', u'LOAD_-1207010475'), ('tmp_2566', u'MULTIEQUAL_-1207009979'), ('tmp_935', u'CBRANCH_-1207010332'), (u'LOAD_-1207010723', u'INT_EQUAL_-1207010711'), (u'INT_ADD_-1207010392', u'INT_SLESS_-1207010294'), (u'INT_NOTEQUAL_-1207010341', u'CBRANCH_-1207010341'), (u'COPY_-1207009390', u'MULTIEQUAL_-1207009430'), (u'LOAD_-1207010809', u'LOAD_-1207010135'), (u'MULTIEQUAL_-1207009716', u'CALL_-1207010356'), ('const-433', u'LOAD_-1207010135'), ('tmp_645', u'BRANCH_-1207010253'), (u'INDIRECT_-1207009847', u'MULTIEQUAL_-1207009883'), ('tmp_812', u'BRANCH_-1207010396'), (u'CALL_-1207010428', u'INDIRECT_-1207009919'), (u'MULTIEQUAL_-1207009883', u'MULTIEQUAL_-1207009867'), (u'COPY_-1207009503', u'COPY_-1207009490'), ('tmp_999', u'CALL_-1207010256'), (u'INT_ADD_-1207010786', u'CAST_-1207009631'), (u'INDIRECT_-1207009717', u'MULTIEQUAL_-1207009785'), (u'INT_ADD_-1207010392', u'INT_EQUAL_-1207010346'), ('const-1', u'INT_ADD_-1207010345'), ('tmp_1000', u'CAST_-1207009330'), ('const-128', u'INT_NOTEQUAL_-1207010336'), ('const-100', u'CALL_-1207010391'), (u'COPY_-1207009801', u'MULTIEQUAL_-1207009716'), (u'MULTIEQUAL_-1207009646', u'CALL_-1207010391'), ('tmp_998', u'CALL_-1207010526'), (u'INT_ADD_-1207010345', u'INT_NOTEQUAL_-1207010336'), (u'CALL_-1207010428', u'SUBPIECE_-1207010055'), ('const-0', u'PTRSUB_-1207009388'), (u'COPY_-1207009487', u'MULTIEQUAL_-1207009430'), ('const-0', u'SUBPIECE_-1207010055'), ('tmp_856', u'CBRANCH_-1207010341'), ('const-8', u'PTRADD_-1207009559'), (u'LOAD_-1207010809', u'LOAD_-1207010377'), ('tmp_952', u'BRANCH_-1207010115'), (u'CAST_-1207009637', u'INT_ADD_-1207010793'), (u'CAST_-1207009417', u'CALL_-1207010476'), ('const-33', u'INT_SLESS_-1207010294'), ('const-40', u'INT_ADD_-1207010709'), (u'COPY_-1207009399', u'MULTIEQUAL_-1207009430'), (u'LOAD_-1207010377', u'CAST_-1207009488'), ('const-1', u'INT_ADD_-1207010392'), (u'INDIRECT_-1207009905', u'MULTIEQUAL_-1207009867'), (u'CAST_-1207009456', u'CALL_-1207010315'), (u'CAST_-1207009330', u'CALL_-1207010320'), (u'MULTIEQUAL_-1207009433', u'CALL_-1207010256'), (u'LOAD_-1207010135', u'CAST_-1207009293'), ('tmp_998', u'CALL_-1207010506'), (u'INT_EQUAL_-1207010346', u'CBRANCH_-1207010341'), (u'CAST_-1207009587', u'LOAD_-1207010723'), ('const-1553018', u'PTRSUB_-1207009388'), ('tmp_999', u'CALL_-1207010371'), (u'COPY_-1207009396', u'MULTIEQUAL_-1207009646'), (u'CALL_-1207010118', u'INDIRECT_-1207009677'), (u'MULTIEQUAL_-1207009646', u'INT_ADD_-1207010392'), (u'INT_ADD_-1207010392', u'INT_EQUAL_-1207010283'), (u'CAST_-1207009605', u'INT_EQUAL_-1207010741'), (u'INT_EQUAL_-1207010741', u'CBRANCH_-1207010738'), ('const-433', u'LOAD_-1207010723'), ('tmp_2566', u'INT_ADD_-1207010786'), ('tmp_185', u'CBRANCH_-1207010738'), ('const-32', u'COPY_-1207009496'), (u'CALL_-1207010462', u'INDIRECT_-1207009938'), (u'CAST_-1207009488', u'CALL_-1207010356'), ('const-1', u'RETURN_-1207010354'), ('tmp_152', u'CBRANCH_-1207010756'), (u'INT_EQUAL_-1207010499', u'CBRANCH_-1207010496'), (u'INT_ADD_-1207010392', u'COPY_-1207009396'), ('const-128', u'INT_EQUAL_-1207010346'), ('const-0', u'COPY_-1207009801'), (u'INDIRECT_-1207009688', u'MULTIEQUAL_-1207009979'), ('tmp_714', u'CBRANCH_-1207010476'), (u'SUBPIECE_-1207010055', u'CALL_-1207010315'), ('tmp_999', u'CALL_-1207010356'), ('const-127', u'INT_EQUAL_-1207010283'), ('const-143', u'CALL_-1207010476'), (u'CALL_-1207010371', u'INDIRECT_-1207009744'), (u'CAST_-1207009556', u'INT_EQUAL_-1207010480'), (u'LOAD_-1207010809', u'PTRADD_-1207009566'), ('const-0', u'INT_NOTEQUAL_-1207010341'), (u'CALL_-1207010315', u'INDIRECT_-1207009847'), (u'MULTIEQUAL_-1207009979', u'INT_ADD_-1207010709'), ('const--152', u'PTRSUB_-1207009648'), ('const-1', u'INT_EQUAL_-1207010499'), (u'INT_ADD_-1207010793', u'CAST_-1207009636'), ('tmp_998', u'CALL_-1207010371'), ('const--152', u'PTRSUB_-1207009649'), (u'INT_EQUAL_-1207010480', u'CBRANCH_-1207010476'), (u'PTRSUB_-1207009388', u'CALL_-1207010391'), ('const-10', u'CALL_-1207010428'), ('const-433', u'LOAD_-1207010495'), ('const-433', u'LOAD_-1207010809'), (u'INT_EQUAL_-1207010711', u'CBRANCH_-1207010702'), (u'LOAD_-1207010802', u'INT_EQUAL_-1207010711'), (u'CALL_-1207010462', u'CALL_-1207010428'), (u'CALL_-1207010526', u'INDIRECT_-1207009838'), ('tmp_998', u'CAST_-1207009637'), (u'CAST_-1207009636', u'LOAD_-1207010809'), ('tmp_998', u'INT_EQUAL_-1207010741'), ('const-2', u'PTRADD_-1207009566'), (u'INT_SLESS_-1207010294', u'CBRANCH_-1207010301'), (u'MULTIEQUAL_-1207009716', u'CALL_-1207010315'), ('tmp_999', u'CALL_-1207010506'), (u'MULTIEQUAL_-1207009430', u'CALL_-1207010391'), ('tmp_999', u'CALL_-1207010526'), (u'INDIRECT_-1207009677', u'MULTIEQUAL_-1207009979'), (u'CALL_-1207010476', u'INDIRECT_-1207009807'), ('tmp_540', u'CBRANCH_-1207010341'), ('const-433', u'LOAD_-1207010377'), ('const-1', u'PTRADD_-1207009559'), ('const-143', u'CALL_-1207010315'), (u'PTRADD_-1207009566', u'LOAD_-1207010495'), ('tmp_878', u'BRANCH_-1207010312'), ('tmp_998', u'CALL_-1207010256'), (u'COPY_-1207009496', u'COPY_-1207009487'), (u'INT_ADD_-1207010709', u'CAST_-1207009587'), ('tmp_999', u'CALL_-1207010118'), ('const-433', u'LOAD_-1207010756'), ('const-0', u'CALL_-1207010428'), ('const-32', u'INT_ADD_-1207010793'), ('tmp_1001', u'INT_EQUAL_-1207010758'), (u'LOAD_-1207010809', u'PTRADD_-1207009559'), ('tmp_1001', u'INT_EQUAL_-1207010499'), ('tmp_592', u'CBRANCH_-1207010301'), (u'LOAD_-1207010495', u'CAST_-1207009556'), (u'INT_NOTEQUAL_-1207010336', u'CBRANCH_-1207010332'), ('const-1', u'CALL_-1207010391'), (u'CALL_-1207010356', u'INDIRECT_-1207009870'), ('tmp_227', u'CBRANCH_-1207010702'), (u'CALL_-1207010476', u'MULTIEQUAL_-1207009433'), (u'PTRSUB_-1207009648', u'CALL_-1207010391'), (u'CALL_-1207010320', u'MULTIEQUAL_-1207009433'), ('tmp_628', u'CBRANCH_-1207010280'), ('const-8', u'PTRADD_-1207009566'), ('const-0', u'COPY_-1207009503'), (u'CALL_-1207010506', u'INDIRECT_-1207009823'), ('const-40', u'INT_ADD_-1207010786'), (u'LOAD_-1207010756', u'CAST_-1207009605'), (u'INT_EQUAL_-1207010758', u'CBRANCH_-1207010756'), ('const-32', u'COPY_-1207009399'), (u'CALL_-1207010320', u'INDIRECT_-1207009717'), ('tmp_2558', u'PTRSUB_-1207009649'), (u'MULTIEQUAL_-1207009716', u'INT_ADD_-1207010345'), ('const-0', u'INT_EQUAL_-1207010758'), ('tmp_632', u'BRANCH_-1207010272'), (u'INT_EQUAL_-1207010283', u'CBRANCH_-1207010280'), ('tmp_999', u'CALL_-1207010462')] | [(u'PTRSUB_-1207009669', u'CALL_-1207010371'), (u'INDIRECT_-1207009450', u'MULTIEQUAL_-1207009752'), ('const-10', u'CALL_-1207010428'), ('const-4294967295', u'INT_AND_-1207009960'), ('tmp_676', u'CBRANCH_-1207010496'), (u'CALL_-1207010356', u'INDIRECT_-1207009643'), (u'CALL_-1207010462', u'INDIRECT_-1207009952'), (u'CALL_-1207010428', u'INDIRECT_-1207009692'), (u'CALL_-1207010476', u'INDIRECT_-1207009580'), ('const-433', u'LOAD_-1207010135'), (u'MULTIEQUAL_-1207009734', u'INT_ADD_-1207010345'), (u'CALL_-1207010506', u'INDIRECT_-1207009837'), (u'MULTIEQUAL_-1207009656', u'MULTIEQUAL_-1207009640'), ('const-128', u'INT_NOTEQUAL_-1207010336'), (u'PTRSUB_-1207009670', u'CALL_-1207010391'), ('tmp_2565', u'CALL_-1207010371'), (u'CALL_-1207010428', u'INDIRECT_-1207009933'), (u'CALL_-1207010356', u'INT_NOTEQUAL_-1207010341'), (u'COPY_-1207009511', u'MULTIEQUAL_-1207009464'), (u'COPY_-1207009411', u'MULTIEQUAL_-1207009452'), (u'INT_ADD_-1207010793', u'CAST_-1207009658'), (u'LOAD_-1207010809', u'LOAD_-1207010756'), (u'CALL_-1207010315', u'INDIRECT_-1207009861'), (u'CAST_-1207009658', u'LOAD_-1207010809'), ('const-1', u'PTRADD_-1207009580'), (u'CALL_-1207010399', u'INDIRECT_-1207009678'), (u'MULTIEQUAL_-1207009452', u'CALL_-1207010391'), ('const-0', u'RETURN_-1207010647'), (u'INT_ADD_-1207010709', u'CAST_-1207009616'), (u'INT_ADD_-1207010392', u'CALL_-1207010320'), ('const-2', u'PTRADD_-1207009587'), ('const-127', u'INT_EQUAL_-1207010283'), ('tmp_2565', u'CALL_-1207010256'), (u'CALL_-1207010320', u'MULTIEQUAL_-1207010020'), ('const-143', u'CALL_-1207010320'), (u'CALL_-1207010462', u'CAST_-1207009568'), ('tmp_935', u'CBRANCH_-1207010332'), (u'LOAD_-1207010723', u'INT_EQUAL_-1207010711'), (u'INT_ADD_-1207010392', u'INT_SLESS_-1207010294'), (u'INDIRECT_-1207009702', u'MULTIEQUAL_-1207009993'), (u'INT_NOTEQUAL_-1207010341', u'CBRANCH_-1207010341'), (u'LOAD_-1207010809', u'LOAD_-1207010135'), ('const-433', u'LOAD_-1207010802'), (u'CALL_-1207010462', u'INDIRECT_-1207009711'), (u'CALL_-1207010399', u'INDIRECT_-1207009919'), (u'MULTIEQUAL_-1207009752', u'INT_EQUAL_-1207010711'), ('tmp_645', u'BRANCH_-1207010253'), ('const-33', u'INT_SLESS_-1207010294'), ('tmp_812', u'BRANCH_-1207010396'), ('tmp_2561', u'CALL_-1207010476'), ('tmp_2563', u'INT_EQUAL_-1207010480'), (u'MULTIEQUAL_-1207009464', u'INT_ADD_-1207010392'), (u'INDIRECT_-1207009678', u'MULTIEQUAL_-1207009640'), (u'INT_ADD_-1207010392', u'INT_EQUAL_-1207010346'), ('const-1', u'INT_ADD_-1207010345'), (u'CALL_-1207010359', u'INDIRECT_-1207009432'), ('const-0', u'PTRSUB_-1207009409'), ('tmp_2569', u'MULTIEQUAL_-1207009993'), (u'COPY_-1207009508', u'MULTIEQUAL_-1207009452'), (u'INT_ADD_-1207010345', u'INT_NOTEQUAL_-1207010336'), (u'CAST_-1207009568', u'CALL_-1207010428'), (u'CALL_-1207010315', u'INDIRECT_-1207009620'), (u'LOAD_-1207010495', u'INT_EQUAL_-1207010480'), ('const-1553018', u'PTRSUB_-1207009409'), ('const-433', u'LOAD_-1207010756'), (u'INDIRECT_-1207009643', u'MULTIEQUAL_-1207009656'), (u'INT_ADD_-1207010392', u'COPY_-1207009411'), (u'MULTIEQUAL_-1207009993', u'INT_ADD_-1207010709'), (u'LOAD_-1207010809', u'PTRADD_-1207009580'), ('tmp_856', u'CBRANCH_-1207010341'), (u'LOAD_-1207010809', u'LOAD_-1207010377'), ('tmp_952', u'BRANCH_-1207010115'), ('tmp_2565', u'CALL_-1207010506'), (u'INDIRECT_-1207009490', u'MULTIEQUAL_-1207009558'), ('const-40', u'INT_ADD_-1207010709'), (u'PTRADD_-1207009587', u'LOAD_-1207010495'), ('tmp_2565', u'CALL_-1207010356'), ('const-1', u'INT_ADD_-1207010392'), ('const-0', u'COPY_-1207009819'), (u'CALL_-1207010356', u'INDIRECT_-1207009884'), (u'COPY_-1207009518', u'COPY_-1207009508'), ('tmp_2563', u'CALL_-1207010506'), (u'LOAD_-1207010377', u'CALL_-1207010356'), ('const-143', u'CALL_-1207010476'), (u'CALL_-1207010391', u'INDIRECT_-1207009532'), ('tmp_2565', u'CALL_-1207010118'), (u'INT_EQUAL_-1207010346', u'CBRANCH_-1207010341'), ('const-433', u'LOAD_-1207010377'), (u'CALL_-1207010391', u'INDIRECT_-1207009773'), ('tmp_2563', u'CALL_-1207010371'), (u'CALL_-1207010526', u'INDIRECT_-1207009852'), (u'CALL_-1207010256', u'INDIRECT_-1207009461'), (u'CALL_-1207010371', u'INDIRECT_-1207009517'), (u'INT_ADD_-1207010392', u'INT_EQUAL_-1207010283'), ('const-0', u'COPY_-1207009517'), (u'CALL_-1207010320', u'INDIRECT_-1207009490'), ('const-433', u'LOAD_-1207010495'), (u'INDIRECT_-1207009461', u'MULTIEQUAL_-1207009752'), ('const-0', u'CALL_-1207010428'), (u'COPY_-1207009417', u'MULTIEQUAL_-1207009464'), (u'INT_EQUAL_-1207010741', u'CBRANCH_-1207010738'), ('tmp_185', u'CBRANCH_-1207010738'), ('const-1', u'RETURN_-1207010354'), ('tmp_152', u'CBRANCH_-1207010756'), ('const-8', u'PTRADD_-1207009580'), (u'INT_EQUAL_-1207010499', u'CBRANCH_-1207010496'), (u'LOAD_-1207010135', u'CALL_-1207010118'), (u'LOAD_-1207010809', u'PTRADD_-1207009587'), ('const-32', u'COPY_-1207009421'), ('const--152', u'PTRSUB_-1207009670'), (u'INT_ADD_-1207010392', u'COPY_-1207009417'), ('tmp_714', u'CBRANCH_-1207010476'), (u'MULTIEQUAL_-1207010020', u'CALL_-1207010256'), (u'INDIRECT_-1207009691', u'MULTIEQUAL_-1207009993'), ('tmp_2563', u'INT_ADD_-1207010793'), (u'INDIRECT_-1207009861', u'MULTIEQUAL_-1207009897'), ('const-0', u'INT_NOTEQUAL_-1207010341'), ('tmp_3612', u'INT_EQUAL_-1207010758'), ('tmp_3612', u'INT_EQUAL_-1207010499'), ('const-0', u'CALL_-1207010476'), (u'CAST_-1207009568', u'CALL_-1207010399'), (u'INDIRECT_-1207009620', u'MULTIEQUAL_-1207009656'), (u'INT_EQUAL_-1207010480', u'CBRANCH_-1207010476'), ('const-143', u'CALL_-1207010315'), ('const-128', u'INT_EQUAL_-1207010346'), ('const-433', u'LOAD_-1207010809'), (u'INT_EQUAL_-1207010711', u'CBRANCH_-1207010702'), ('const-433', u'LOAD_-1207010475'), ('const-32', u'COPY_-1207009518'), ('const-1', u'INT_EQUAL_-1207010499'), (u'CALL_-1207010506', u'INDIRECT_-1207009596'), ('const-1', u'CALL_-1207010391'), (u'INDIRECT_-1207009580', u'MULTIEQUAL_-1207009558'), (u'INT_SLESS_-1207010294', u'CBRANCH_-1207010301'), (u'INDIRECT_-1207009884', u'MULTIEQUAL_-1207009897'), (u'MULTIEQUAL_-1207009734', u'CALL_-1207010356'), ('tmp_2563', u'CALL_-1207010256'), (u'CALL_-1207010428', u'INT_AND_-1207009960'), ('tmp_2560', u'PTRSUB_-1207009669'), (u'CALL_-1207010476', u'MULTIEQUAL_-1207010020'), ('const-100', u'CALL_-1207010391'), ('tmp_540', u'CBRANCH_-1207010341'), (u'PTRADD_-1207009580', u'LOAD_-1207010475'), (u'INDIRECT_-1207009919', u'MULTIEQUAL_-1207009881'), (u'LOAD_-1207010802', u'MULTIEQUAL_-1207009752'), (u'INT_AND_-1207009960', u'CALL_-1207010315'), ('tmp_2560', u'PTRSUB_-1207009670'), (u'INT_ADD_-1207010786', u'CAST_-1207009653'), ('tmp_878', u'BRANCH_-1207010312'), (u'MULTIEQUAL_-1207009734', u'CALL_-1207010315'), (u'INDIRECT_-1207009821', u'MULTIEQUAL_-1207009799'), (u'CALL_-1207010256', u'INDIRECT_-1207009702'), (u'COPY_-1207009517', u'COPY_-1207009511'), ('const-32', u'INT_ADD_-1207010793'), (u'MULTIEQUAL_-1207009897', u'MULTIEQUAL_-1207009881'), (u'CALL_-1207010476', u'INDIRECT_-1207009821'), (u'INDIRECT_-1207009731', u'MULTIEQUAL_-1207009799'), ('tmp_592', u'CBRANCH_-1207010301'), (u'CALL_-1207010118', u'INDIRECT_-1207009450'), (u'INT_NOTEQUAL_-1207010336', u'CBRANCH_-1207010332'), ('tmp_2569', u'INT_ADD_-1207010786'), ('tmp_227', u'CBRANCH_-1207010702'), (u'INT_ADD_-1207010345', u'MULTIEQUAL_-1207009734'), ('const-433', u'LOAD_-1207010723'), (u'MULTIEQUAL_-1207009464', u'CALL_-1207010391'), ('tmp_2563', u'INT_EQUAL_-1207010741'), ('const--152', u'PTRSUB_-1207009669'), ('tmp_628', u'CBRANCH_-1207010280'), (u'PTRSUB_-1207009409', u'CALL_-1207010391'), ('const-40', u'INT_ADD_-1207010786'), (u'CAST_-1207009653', u'LOAD_-1207010802'), (u'INT_EQUAL_-1207010758', u'CBRANCH_-1207010756'), (u'COPY_-1207009421', u'MULTIEQUAL_-1207009452'), (u'CAST_-1207009616', u'LOAD_-1207010723'), (u'LOAD_-1207010475', u'CALL_-1207010462'), (u'CALL_-1207010320', u'INDIRECT_-1207009731'), (u'LOAD_-1207010756', u'INT_EQUAL_-1207010741'), ('const-8', u'PTRADD_-1207009587'), (u'CALL_-1207010371', u'INDIRECT_-1207009758'), ('tmp_2561', u'CALL_-1207010320'), (u'CALL_-1207010526', u'INDIRECT_-1207009611'), ('const-0', u'INT_EQUAL_-1207010758'), ('tmp_632', u'BRANCH_-1207010272'), (u'COPY_-1207009819', u'MULTIEQUAL_-1207009734'), (u'INT_EQUAL_-1207010283', u'CBRANCH_-1207010280'), ('tmp_2561', u'CALL_-1207010315'), (u'CALL_-1207010118', u'INDIRECT_-1207009691')] | null | null | 001179d0 | x64 | O2 | (translation_unit "void FUN_001179d0(long param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n long *plVar1;\n int iVar2;\n char *__nptr;\n ulong uVar3;\n undefined8 uVar4;\n int iVar5;\n int iVar6;\n long in_FS_OFFSET;\n undefined1 auStack_98 [104];\n long local_30;\n \n plVar1 = *(long **)(param_1 + 0x20);\n local_30 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_4 == 0) {\n if (*plVar1 == param_1) {\n FUN_00141700();\n FUN_00140890(param_1,param_2);\n uVar4 = FUN_00115430(param_3,0x8f,0);\n iVar5 = 0;\n iVar2 = 0x20;\n while( true ) {\n iVar6 = iVar5 + 1;\n __sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);\n FUN_00140be0(param_1,param_2,auStack_98);\n if (iVar6 == 0x80) break;\n uVar4 = FUN_00115430(param_3,0x8f,iVar6);\n iVar5 = iVar6;\n if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {\n iVar2 = 0x20;\n }\n }\n FUN_00141710(param_1,param_2,uVar4);\n }\n }\n else if ((param_4 == 1) && (plVar1[2] == param_1)) {\n __nptr = (char *)FUN_001407c0(plVar1[1]);\n uVar3 = strtol(__nptr,(char **)0x0,10);\n iVar5 = 0;\n FUN_001239e0(__nptr);\n do {\n iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);\n if (iVar2 != 0) {\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 != 0x80);\n FUN_001418d0(*plVar1,param_2);\n }\n if (local_30 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}\n\n" (function_definition "void FUN_001179d0(long param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n long *plVar1;\n int iVar2;\n char *__nptr;\n ulong uVar3;\n undefined8 uVar4;\n int iVar5;\n int iVar6;\n long in_FS_OFFSET;\n undefined1 auStack_98 [104];\n long local_30;\n \n plVar1 = *(long **)(param_1 + 0x20);\n local_30 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_4 == 0) {\n if (*plVar1 == param_1) {\n FUN_00141700();\n FUN_00140890(param_1,param_2);\n uVar4 = FUN_00115430(param_3,0x8f,0);\n iVar5 = 0;\n iVar2 = 0x20;\n while( true ) {\n iVar6 = iVar5 + 1;\n __sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);\n FUN_00140be0(param_1,param_2,auStack_98);\n if (iVar6 == 0x80) break;\n uVar4 = FUN_00115430(param_3,0x8f,iVar6);\n iVar5 = iVar6;\n if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {\n iVar2 = 0x20;\n }\n }\n FUN_00141710(param_1,param_2,uVar4);\n }\n }\n else if ((param_4 == 1) && (plVar1[2] == param_1)) {\n __nptr = (char *)FUN_001407c0(plVar1[1]);\n uVar3 = strtol(__nptr,(char **)0x0,10);\n iVar5 = 0;\n FUN_001239e0(__nptr);\n do {\n iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);\n if (iVar2 != 0) {\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 != 0x80);\n FUN_001418d0(*plVar1,param_2);\n }\n if (local_30 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" primitive_type (function_declarator "FUN_001179d0(long param_1,undefined8 param_2,undefined8 param_3,int param_4)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,int param_4)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "int param_4" primitive_type identifier) ))) (compound_statement "{\n long *plVar1;\n int iVar2;\n char *__nptr;\n ulong uVar3;\n undefined8 uVar4;\n int iVar5;\n int iVar6;\n long in_FS_OFFSET;\n undefined1 auStack_98 [104];\n long local_30;\n \n plVar1 = *(long **)(param_1 + 0x20);\n local_30 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_4 == 0) {\n if (*plVar1 == param_1) {\n FUN_00141700();\n FUN_00140890(param_1,param_2);\n uVar4 = FUN_00115430(param_3,0x8f,0);\n iVar5 = 0;\n iVar2 = 0x20;\n while( true ) {\n iVar6 = iVar5 + 1;\n __sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);\n FUN_00140be0(param_1,param_2,auStack_98);\n if (iVar6 == 0x80) break;\n uVar4 = FUN_00115430(param_3,0x8f,iVar6);\n iVar5 = iVar6;\n if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {\n iVar2 = 0x20;\n }\n }\n FUN_00141710(param_1,param_2,uVar4);\n }\n }\n else if ((param_4 == 1) && (plVar1[2] == param_1)) {\n __nptr = (char *)FUN_001407c0(plVar1[1]);\n uVar3 = strtol(__nptr,(char **)0x0,10);\n iVar5 = 0;\n FUN_001239e0(__nptr);\n do {\n iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);\n if (iVar2 != 0) {\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 != 0x80);\n FUN_001418d0(*plVar1,param_2);\n }\n if (local_30 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "char *__nptr;" primitive_type (pointer_declarator "*__nptr" * identifier) ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 auStack_98 [104];" type_identifier (array_declarator "auStack_98 [104]" identifier [ number_literal ]) ;) (declaration "long local_30;" (sized_type_specifier "long" long) identifier ;) (expression_statement "plVar1 = *(long **)(param_1 + 0x20);" (assignment_expression "plVar1 = *(long **)(param_1 + 0x20)" identifier = (pointer_expression "*(long **)(param_1 + 0x20)" * (cast_expression "(long **)(param_1 + 0x20)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "local_30 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_30 = *(long *)(in_FS_OFFSET + 0x28)" identifier = (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) ;) (if_statement "if (param_4 == 0) {\n if (*plVar1 == param_1) {\n FUN_00141700();\n FUN_00140890(param_1,param_2);\n uVar4 = FUN_00115430(param_3,0x8f,0);\n iVar5 = 0;\n iVar2 = 0x20;\n while( true ) {\n iVar6 = iVar5 + 1;\n __sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);\n FUN_00140be0(param_1,param_2,auStack_98);\n if (iVar6 == 0x80) break;\n uVar4 = FUN_00115430(param_3,0x8f,iVar6);\n iVar5 = iVar6;\n if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {\n iVar2 = 0x20;\n }\n }\n FUN_00141710(param_1,param_2,uVar4);\n }\n }\n else if ((param_4 == 1) && (plVar1[2] == param_1)) {\n __nptr = (char *)FUN_001407c0(plVar1[1]);\n uVar3 = strtol(__nptr,(char **)0x0,10);\n iVar5 = 0;\n FUN_001239e0(__nptr);\n do {\n iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);\n if (iVar2 != 0) {\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 != 0x80);\n FUN_001418d0(*plVar1,param_2);\n }" if (parenthesized_expression "(param_4 == 0)" ( (binary_expression "param_4 == 0" identifier == number_literal) )) (compound_statement "{\n if (*plVar1 == param_1) {\n FUN_00141700();\n FUN_00140890(param_1,param_2);\n uVar4 = FUN_00115430(param_3,0x8f,0);\n iVar5 = 0;\n iVar2 = 0x20;\n while( true ) {\n iVar6 = iVar5 + 1;\n __sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);\n FUN_00140be0(param_1,param_2,auStack_98);\n if (iVar6 == 0x80) break;\n uVar4 = FUN_00115430(param_3,0x8f,iVar6);\n iVar5 = iVar6;\n if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {\n iVar2 = 0x20;\n }\n }\n FUN_00141710(param_1,param_2,uVar4);\n }\n }" { (if_statement "if (*plVar1 == param_1) {\n FUN_00141700();\n FUN_00140890(param_1,param_2);\n uVar4 = FUN_00115430(param_3,0x8f,0);\n iVar5 = 0;\n iVar2 = 0x20;\n while( true ) {\n iVar6 = iVar5 + 1;\n __sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);\n FUN_00140be0(param_1,param_2,auStack_98);\n if (iVar6 == 0x80) break;\n uVar4 = FUN_00115430(param_3,0x8f,iVar6);\n iVar5 = iVar6;\n if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {\n iVar2 = 0x20;\n }\n }\n FUN_00141710(param_1,param_2,uVar4);\n }" if (parenthesized_expression "(*plVar1 == param_1)" ( (binary_expression "*plVar1 == param_1" (pointer_expression "*plVar1" * identifier) == identifier) )) (compound_statement "{\n FUN_00141700();\n FUN_00140890(param_1,param_2);\n uVar4 = FUN_00115430(param_3,0x8f,0);\n iVar5 = 0;\n iVar2 = 0x20;\n while( true ) {\n iVar6 = iVar5 + 1;\n __sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);\n FUN_00140be0(param_1,param_2,auStack_98);\n if (iVar6 == 0x80) break;\n uVar4 = FUN_00115430(param_3,0x8f,iVar6);\n iVar5 = iVar6;\n if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {\n iVar2 = 0x20;\n }\n }\n FUN_00141710(param_1,param_2,uVar4);\n }" { (expression_statement "FUN_00141700();" (call_expression "FUN_00141700()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00140890(param_1,param_2);" (call_expression "FUN_00140890(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier ))) ;) (expression_statement "uVar4 = FUN_00115430(param_3,0x8f,0);" (assignment_expression "uVar4 = FUN_00115430(param_3,0x8f,0)" identifier = (call_expression "FUN_00115430(param_3,0x8f,0)" identifier (argument_list "(param_3,0x8f,0)" ( identifier , number_literal , number_literal )))) ;) (expression_statement "iVar5 = 0;" (assignment_expression "iVar5 = 0" identifier = number_literal) ;) (expression_statement "iVar2 = 0x20;" (assignment_expression "iVar2 = 0x20" identifier = number_literal) ;) (while_statement "while( true ) {\n iVar6 = iVar5 + 1;\n __sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);\n FUN_00140be0(param_1,param_2,auStack_98);\n if (iVar6 == 0x80) break;\n uVar4 = FUN_00115430(param_3,0x8f,iVar6);\n iVar5 = iVar6;\n if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {\n iVar2 = 0x20;\n }\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n iVar6 = iVar5 + 1;\n __sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);\n FUN_00140be0(param_1,param_2,auStack_98);\n if (iVar6 == 0x80) break;\n uVar4 = FUN_00115430(param_3,0x8f,iVar6);\n iVar5 = iVar6;\n if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {\n iVar2 = 0x20;\n }\n }" { (expression_statement "iVar6 = iVar5 + 1;" (assignment_expression "iVar6 = iVar5 + 1" identifier = (binary_expression "iVar5 + 1" identifier + number_literal)) ;) (expression_statement "__sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);" (call_expression "__sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2)" identifier (argument_list "(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2)" ( identifier , number_literal , number_literal , (pointer_expression "&DAT_0017b27a" & identifier) , identifier , identifier , identifier ))) ;) (expression_statement "FUN_00140be0(param_1,param_2,auStack_98);" (call_expression "FUN_00140be0(param_1,param_2,auStack_98)" identifier (argument_list "(param_1,param_2,auStack_98)" ( identifier , identifier , identifier ))) ;) (if_statement "if (iVar6 == 0x80) break;" if (parenthesized_expression "(iVar6 == 0x80)" ( (binary_expression "iVar6 == 0x80" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "uVar4 = FUN_00115430(param_3,0x8f,iVar6);" (assignment_expression "uVar4 = FUN_00115430(param_3,0x8f,iVar6)" identifier = (call_expression "FUN_00115430(param_3,0x8f,iVar6)" identifier (argument_list "(param_3,0x8f,iVar6)" ( identifier , number_literal , identifier )))) ;) (expression_statement "iVar5 = iVar6;" (assignment_expression "iVar5 = iVar6" identifier = identifier) ;) (if_statement "if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {\n iVar2 = 0x20;\n }" if (parenthesized_expression "((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f))" ( (binary_expression "(iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)" (parenthesized_expression "(iVar6 < 0x21)" ( (binary_expression "iVar6 < 0x21" identifier < number_literal) )) || (parenthesized_expression "(iVar2 = iVar6, iVar6 == 0x7f)" ( (comma_expression "iVar2 = iVar6, iVar6 == 0x7f" (assignment_expression "iVar2 = iVar6" identifier = identifier) , (binary_expression "iVar6 == 0x7f" identifier == number_literal)) ))) )) (compound_statement "{\n iVar2 = 0x20;\n }" { (expression_statement "iVar2 = 0x20;" (assignment_expression "iVar2 = 0x20" identifier = number_literal) ;) })) })) (expression_statement "FUN_00141710(param_1,param_2,uVar4);" (call_expression "FUN_00141710(param_1,param_2,uVar4)" identifier (argument_list "(param_1,param_2,uVar4)" ( identifier , identifier , identifier ))) ;) })) }) (else_clause "else if ((param_4 == 1) && (plVar1[2] == param_1)) {\n __nptr = (char *)FUN_001407c0(plVar1[1]);\n uVar3 = strtol(__nptr,(char **)0x0,10);\n iVar5 = 0;\n FUN_001239e0(__nptr);\n do {\n iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);\n if (iVar2 != 0) {\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 != 0x80);\n FUN_001418d0(*plVar1,param_2);\n }" else (if_statement "if ((param_4 == 1) && (plVar1[2] == param_1)) {\n __nptr = (char *)FUN_001407c0(plVar1[1]);\n uVar3 = strtol(__nptr,(char **)0x0,10);\n iVar5 = 0;\n FUN_001239e0(__nptr);\n do {\n iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);\n if (iVar2 != 0) {\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 != 0x80);\n FUN_001418d0(*plVar1,param_2);\n }" if (parenthesized_expression "((param_4 == 1) && (plVar1[2] == param_1))" ( (binary_expression "(param_4 == 1) && (plVar1[2] == param_1)" (parenthesized_expression "(param_4 == 1)" ( (binary_expression "param_4 == 1" identifier == number_literal) )) && (parenthesized_expression "(plVar1[2] == param_1)" ( (binary_expression "plVar1[2] == param_1" (subscript_expression "plVar1[2]" identifier [ number_literal ]) == identifier) ))) )) (compound_statement "{\n __nptr = (char *)FUN_001407c0(plVar1[1]);\n uVar3 = strtol(__nptr,(char **)0x0,10);\n iVar5 = 0;\n FUN_001239e0(__nptr);\n do {\n iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);\n if (iVar2 != 0) {\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 != 0x80);\n FUN_001418d0(*plVar1,param_2);\n }" { (expression_statement "__nptr = (char *)FUN_001407c0(plVar1[1]);" (assignment_expression "__nptr = (char *)FUN_001407c0(plVar1[1])" identifier = (cast_expression "(char *)FUN_001407c0(plVar1[1])" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001407c0(plVar1[1])" identifier (argument_list "(plVar1[1])" ( (subscript_expression "plVar1[1]" identifier [ number_literal ]) ))))) ;) (expression_statement "uVar3 = strtol(__nptr,(char **)0x0,10);" (assignment_expression "uVar3 = strtol(__nptr,(char **)0x0,10)" identifier = (call_expression "strtol(__nptr,(char **)0x0,10)" identifier (argument_list "(__nptr,(char **)0x0,10)" ( identifier , (cast_expression "(char **)0x0" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal) , number_literal )))) ;) (expression_statement "iVar5 = 0;" (assignment_expression "iVar5 = 0" identifier = number_literal) ;) (expression_statement "FUN_001239e0(__nptr);" (call_expression "FUN_001239e0(__nptr)" identifier (argument_list "(__nptr)" ( identifier ))) ;) (do_statement "do {\n iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);\n if (iVar2 != 0) {\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 != 0x80);" do (compound_statement "{\n iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);\n if (iVar2 != 0) {\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }\n iVar5 = iVar5 + 1;\n }" { (expression_statement "iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);" (assignment_expression "iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5)" identifier = (call_expression "FUN_00140ec0(*plVar1,param_2,iVar5)" identifier (argument_list "(*plVar1,param_2,iVar5)" ( (pointer_expression "*plVar1" * identifier) , identifier , identifier )))) ;) (if_statement "if (iVar2 != 0) {\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }" { (expression_statement "FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);" (call_expression "FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff)" identifier (argument_list "(param_3,0x8f,iVar5,uVar3 & 0xffffffff)" ( identifier , number_literal , identifier , (binary_expression "uVar3 & 0xffffffff" identifier & number_literal) ))) ;) })) (expression_statement "iVar5 = iVar5 + 1;" (assignment_expression "iVar5 = iVar5 + 1" identifier = (binary_expression "iVar5 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar5 != 0x80)" ( (binary_expression "iVar5 != 0x80" identifier != number_literal) )) ;) (expression_statement "FUN_001418d0(*plVar1,param_2);" (call_expression "FUN_001418d0(*plVar1,param_2)" identifier (argument_list "(*plVar1,param_2)" ( (pointer_expression "*plVar1" * identifier) , identifier ))) ;) })))) (if_statement "if (local_30 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }" if (parenthesized_expression "(local_30 == *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "local_30 == *(long *)(in_FS_OFFSET + 0x28)" identifier == (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) comment (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void charclass_handler(control *ctrl,void *dlg,void *data,int event)\n\n{\n long *plVar1;\n long lVar2;\n int iVar3;\n int iVar4;\n char *__nptr;\n long lVar5;\n int iVar6;\n int secondary;\n long in_FS_OFFSET;\n char str [100];\n \n plVar1 = *(long **)((long)ctrl + 0x20);\n lVar2 = *(long *)(in_FS_OFFSET + 0x28);\n if (event == 0) {\n if ((control *)*plVar1 == ctrl) {\n dlg_update_start(ctrl,dlg);\n dlg_listbox_clear(ctrl,dlg);\n iVar4 = conf_get_int_int((Conf *)data,0x8f,0);\n iVar6 = 0;\n iVar3 = 0x20;\n while( true ) {\n secondary = iVar6 + 1;\n __sprintf_chk(str,1,100,&DAT_0017b27a,iVar6,iVar6,iVar3);\n dlg_listbox_add(ctrl,dlg,str);\n if (secondary == 0x80) break;\n iVar4 = conf_get_int_int((Conf *)data,0x8f,secondary);\n iVar6 = secondary;\n if ((secondary < 0x21) || (iVar3 = secondary, secondary == 0x7f)) {\n iVar3 = 0x20;\n }\n }\n dlg_update_done(ctrl,dlg,iVar4);\n }\n }\n else if ((event == 1) && ((control *)plVar1[2] == ctrl)) {\n __nptr = dlg_editbox_get((control *)plVar1[1],dlg);\n lVar5 = strtol(__nptr,(char **)0x0,10);\n iVar6 = 0;\n safefree(__nptr);\n do {\n iVar3 = dlg_listbox_issel((control *)*plVar1,dlg,iVar6);\n if (iVar3 != 0) {\n conf_set_int_int((Conf *)data,0x8f,iVar6,(int)lVar5);\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 != 0x80);\n dlg_refresh((control *)*plVar1,dlg);\n }\n if (lVar2 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}\n\n" (function_definition "void charclass_handler(control *ctrl,void *dlg,void *data,int event)\n\n{\n long *plVar1;\n long lVar2;\n int iVar3;\n int iVar4;\n char *__nptr;\n long lVar5;\n int iVar6;\n int secondary;\n long in_FS_OFFSET;\n char str [100];\n \n plVar1 = *(long **)((long)ctrl + 0x20);\n lVar2 = *(long *)(in_FS_OFFSET + 0x28);\n if (event == 0) {\n if ((control *)*plVar1 == ctrl) {\n dlg_update_start(ctrl,dlg);\n dlg_listbox_clear(ctrl,dlg);\n iVar4 = conf_get_int_int((Conf *)data,0x8f,0);\n iVar6 = 0;\n iVar3 = 0x20;\n while( true ) {\n secondary = iVar6 + 1;\n __sprintf_chk(str,1,100,&DAT_0017b27a,iVar6,iVar6,iVar3);\n dlg_listbox_add(ctrl,dlg,str);\n if (secondary == 0x80) break;\n iVar4 = conf_get_int_int((Conf *)data,0x8f,secondary);\n iVar6 = secondary;\n if ((secondary < 0x21) || (iVar3 = secondary, secondary == 0x7f)) {\n iVar3 = 0x20;\n }\n }\n dlg_update_done(ctrl,dlg,iVar4);\n }\n }\n else if ((event == 1) && ((control *)plVar1[2] == ctrl)) {\n __nptr = dlg_editbox_get((control *)plVar1[1],dlg);\n lVar5 = strtol(__nptr,(char **)0x0,10);\n iVar6 = 0;\n safefree(__nptr);\n do {\n iVar3 = dlg_listbox_issel((control *)*plVar1,dlg,iVar6);\n if (iVar3 != 0) {\n conf_set_int_int((Conf *)data,0x8f,iVar6,(int)lVar5);\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 != 0x80);\n dlg_refresh((control *)*plVar1,dlg);\n }\n if (lVar2 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" primitive_type (function_declarator "charclass_handler(control *ctrl,void *dlg,void *data,int event)" identifier (parameter_list "(control *ctrl,void *dlg,void *data,int event)" ( (parameter_declaration "control *ctrl" type_identifier (pointer_declarator "*ctrl" * identifier)) , (parameter_declaration "void *dlg" primitive_type (pointer_declarator "*dlg" * identifier)) , (parameter_declaration "void *data" primitive_type (pointer_declarator "*data" * identifier)) , (parameter_declaration "int event" primitive_type identifier) ))) (compound_statement "{\n long *plVar1;\n long lVar2;\n int iVar3;\n int iVar4;\n char *__nptr;\n long lVar5;\n int iVar6;\n int secondary;\n long in_FS_OFFSET;\n char str [100];\n \n plVar1 = *(long **)((long)ctrl + 0x20);\n lVar2 = *(long *)(in_FS_OFFSET + 0x28);\n if (event == 0) {\n if ((control *)*plVar1 == ctrl) {\n dlg_update_start(ctrl,dlg);\n dlg_listbox_clear(ctrl,dlg);\n iVar4 = conf_get_int_int((Conf *)data,0x8f,0);\n iVar6 = 0;\n iVar3 = 0x20;\n while( true ) {\n secondary = iVar6 + 1;\n __sprintf_chk(str,1,100,&DAT_0017b27a,iVar6,iVar6,iVar3);\n dlg_listbox_add(ctrl,dlg,str);\n if (secondary == 0x80) break;\n iVar4 = conf_get_int_int((Conf *)data,0x8f,secondary);\n iVar6 = secondary;\n if ((secondary < 0x21) || (iVar3 = secondary, secondary == 0x7f)) {\n iVar3 = 0x20;\n }\n }\n dlg_update_done(ctrl,dlg,iVar4);\n }\n }\n else if ((event == 1) && ((control *)plVar1[2] == ctrl)) {\n __nptr = dlg_editbox_get((control *)plVar1[1],dlg);\n lVar5 = strtol(__nptr,(char **)0x0,10);\n iVar6 = 0;\n safefree(__nptr);\n do {\n iVar3 = dlg_listbox_issel((control *)*plVar1,dlg,iVar6);\n if (iVar3 != 0) {\n conf_set_int_int((Conf *)data,0x8f,iVar6,(int)lVar5);\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 != 0x80);\n dlg_refresh((control *)*plVar1,dlg);\n }\n if (lVar2 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "char *__nptr;" primitive_type (pointer_declarator "*__nptr" * identifier) ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "int secondary;" primitive_type identifier ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "char str [100];" primitive_type (array_declarator "str [100]" identifier [ number_literal ]) ;) (expression_statement "plVar1 = *(long **)((long)ctrl + 0x20);" (assignment_expression "plVar1 = *(long **)((long)ctrl + 0x20)" identifier = (pointer_expression "*(long **)((long)ctrl + 0x20)" * (cast_expression "(long **)((long)ctrl + 0x20)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)ctrl + 0x20)" ( (binary_expression "(long)ctrl + 0x20" (cast_expression "(long)ctrl" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "lVar2 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "lVar2 = *(long *)(in_FS_OFFSET + 0x28)" identifier = (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) ;) (if_statement "if (event == 0) {\n if ((control *)*plVar1 == ctrl) {\n dlg_update_start(ctrl,dlg);\n dlg_listbox_clear(ctrl,dlg);\n iVar4 = conf_get_int_int((Conf *)data,0x8f,0);\n iVar6 = 0;\n iVar3 = 0x20;\n while( true ) {\n secondary = iVar6 + 1;\n __sprintf_chk(str,1,100,&DAT_0017b27a,iVar6,iVar6,iVar3);\n dlg_listbox_add(ctrl,dlg,str);\n if (secondary == 0x80) break;\n iVar4 = conf_get_int_int((Conf *)data,0x8f,secondary);\n iVar6 = secondary;\n if ((secondary < 0x21) || (iVar3 = secondary, secondary == 0x7f)) {\n iVar3 = 0x20;\n }\n }\n dlg_update_done(ctrl,dlg,iVar4);\n }\n }\n else if ((event == 1) && ((control *)plVar1[2] == ctrl)) {\n __nptr = dlg_editbox_get((control *)plVar1[1],dlg);\n lVar5 = strtol(__nptr,(char **)0x0,10);\n iVar6 = 0;\n safefree(__nptr);\n do {\n iVar3 = dlg_listbox_issel((control *)*plVar1,dlg,iVar6);\n if (iVar3 != 0) {\n conf_set_int_int((Conf *)data,0x8f,iVar6,(int)lVar5);\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 != 0x80);\n dlg_refresh((control *)*plVar1,dlg);\n }" if (parenthesized_expression "(event == 0)" ( (binary_expression "event == 0" identifier == number_literal) )) (compound_statement "{\n if ((control *)*plVar1 == ctrl) {\n dlg_update_start(ctrl,dlg);\n dlg_listbox_clear(ctrl,dlg);\n iVar4 = conf_get_int_int((Conf *)data,0x8f,0);\n iVar6 = 0;\n iVar3 = 0x20;\n while( true ) {\n secondary = iVar6 + 1;\n __sprintf_chk(str,1,100,&DAT_0017b27a,iVar6,iVar6,iVar3);\n dlg_listbox_add(ctrl,dlg,str);\n if (secondary == 0x80) break;\n iVar4 = conf_get_int_int((Conf *)data,0x8f,secondary);\n iVar6 = secondary;\n if ((secondary < 0x21) || (iVar3 = secondary, secondary == 0x7f)) {\n iVar3 = 0x20;\n }\n }\n dlg_update_done(ctrl,dlg,iVar4);\n }\n }" { (if_statement "if ((control *)*plVar1 == ctrl) {\n dlg_update_start(ctrl,dlg);\n dlg_listbox_clear(ctrl,dlg);\n iVar4 = conf_get_int_int((Conf *)data,0x8f,0);\n iVar6 = 0;\n iVar3 = 0x20;\n while( true ) {\n secondary = iVar6 + 1;\n __sprintf_chk(str,1,100,&DAT_0017b27a,iVar6,iVar6,iVar3);\n dlg_listbox_add(ctrl,dlg,str);\n if (secondary == 0x80) break;\n iVar4 = conf_get_int_int((Conf *)data,0x8f,secondary);\n iVar6 = secondary;\n if ((secondary < 0x21) || (iVar3 = secondary, secondary == 0x7f)) {\n iVar3 = 0x20;\n }\n }\n dlg_update_done(ctrl,dlg,iVar4);\n }" if (parenthesized_expression "((control *)*plVar1 == ctrl)" ( (binary_expression "(control *)*plVar1 == ctrl" (cast_expression "(control *)*plVar1" ( (type_descriptor "control *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar1" * identifier)) == identifier) )) (compound_statement "{\n dlg_update_start(ctrl,dlg);\n dlg_listbox_clear(ctrl,dlg);\n iVar4 = conf_get_int_int((Conf *)data,0x8f,0);\n iVar6 = 0;\n iVar3 = 0x20;\n while( true ) {\n secondary = iVar6 + 1;\n __sprintf_chk(str,1,100,&DAT_0017b27a,iVar6,iVar6,iVar3);\n dlg_listbox_add(ctrl,dlg,str);\n if (secondary == 0x80) break;\n iVar4 = conf_get_int_int((Conf *)data,0x8f,secondary);\n iVar6 = secondary;\n if ((secondary < 0x21) || (iVar3 = secondary, secondary == 0x7f)) {\n iVar3 = 0x20;\n }\n }\n dlg_update_done(ctrl,dlg,iVar4);\n }" { (expression_statement "dlg_update_start(ctrl,dlg);" (call_expression "dlg_update_start(ctrl,dlg)" identifier (argument_list "(ctrl,dlg)" ( identifier , identifier ))) ;) (expression_statement "dlg_listbox_clear(ctrl,dlg);" (call_expression "dlg_listbox_clear(ctrl,dlg)" identifier (argument_list "(ctrl,dlg)" ( identifier , identifier ))) ;) (expression_statement "iVar4 = conf_get_int_int((Conf *)data,0x8f,0);" (assignment_expression "iVar4 = conf_get_int_int((Conf *)data,0x8f,0)" identifier = (call_expression "conf_get_int_int((Conf *)data,0x8f,0)" identifier (argument_list "((Conf *)data,0x8f,0)" ( (cast_expression "(Conf *)data" ( (type_descriptor "Conf *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , number_literal , number_literal )))) ;) (expression_statement "iVar6 = 0;" (assignment_expression "iVar6 = 0" identifier = number_literal) ;) (expression_statement "iVar3 = 0x20;" (assignment_expression "iVar3 = 0x20" identifier = number_literal) ;) (while_statement "while( true ) {\n secondary = iVar6 + 1;\n __sprintf_chk(str,1,100,&DAT_0017b27a,iVar6,iVar6,iVar3);\n dlg_listbox_add(ctrl,dlg,str);\n if (secondary == 0x80) break;\n iVar4 = conf_get_int_int((Conf *)data,0x8f,secondary);\n iVar6 = secondary;\n if ((secondary < 0x21) || (iVar3 = secondary, secondary == 0x7f)) {\n iVar3 = 0x20;\n }\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n secondary = iVar6 + 1;\n __sprintf_chk(str,1,100,&DAT_0017b27a,iVar6,iVar6,iVar3);\n dlg_listbox_add(ctrl,dlg,str);\n if (secondary == 0x80) break;\n iVar4 = conf_get_int_int((Conf *)data,0x8f,secondary);\n iVar6 = secondary;\n if ((secondary < 0x21) || (iVar3 = secondary, secondary == 0x7f)) {\n iVar3 = 0x20;\n }\n }" { (expression_statement "secondary = iVar6 + 1;" (assignment_expression "secondary = iVar6 + 1" identifier = (binary_expression "iVar6 + 1" identifier + number_literal)) ;) (expression_statement "__sprintf_chk(str,1,100,&DAT_0017b27a,iVar6,iVar6,iVar3);" (call_expression "__sprintf_chk(str,1,100,&DAT_0017b27a,iVar6,iVar6,iVar3)" identifier (argument_list "(str,1,100,&DAT_0017b27a,iVar6,iVar6,iVar3)" ( identifier , number_literal , number_literal , (pointer_expression "&DAT_0017b27a" & identifier) , identifier , identifier , identifier ))) ;) (expression_statement "dlg_listbox_add(ctrl,dlg,str);" (call_expression "dlg_listbox_add(ctrl,dlg,str)" identifier (argument_list "(ctrl,dlg,str)" ( identifier , identifier , identifier ))) ;) (if_statement "if (secondary == 0x80) break;" if (parenthesized_expression "(secondary == 0x80)" ( (binary_expression "secondary == 0x80" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar4 = conf_get_int_int((Conf *)data,0x8f,secondary);" (assignment_expression "iVar4 = conf_get_int_int((Conf *)data,0x8f,secondary)" identifier = (call_expression "conf_get_int_int((Conf *)data,0x8f,secondary)" identifier (argument_list "((Conf *)data,0x8f,secondary)" ( (cast_expression "(Conf *)data" ( (type_descriptor "Conf *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , number_literal , identifier )))) ;) (expression_statement "iVar6 = secondary;" (assignment_expression "iVar6 = secondary" identifier = identifier) ;) (if_statement "if ((secondary < 0x21) || (iVar3 = secondary, secondary == 0x7f)) {\n iVar3 = 0x20;\n }" if (parenthesized_expression "((secondary < 0x21) || (iVar3 = secondary, secondary == 0x7f))" ( (binary_expression "(secondary < 0x21) || (iVar3 = secondary, secondary == 0x7f)" (parenthesized_expression "(secondary < 0x21)" ( (binary_expression "secondary < 0x21" identifier < number_literal) )) || (parenthesized_expression "(iVar3 = secondary, secondary == 0x7f)" ( (comma_expression "iVar3 = secondary, secondary == 0x7f" (assignment_expression "iVar3 = secondary" identifier = identifier) , (binary_expression "secondary == 0x7f" identifier == number_literal)) ))) )) (compound_statement "{\n iVar3 = 0x20;\n }" { (expression_statement "iVar3 = 0x20;" (assignment_expression "iVar3 = 0x20" identifier = number_literal) ;) })) })) (expression_statement "dlg_update_done(ctrl,dlg,iVar4);" (call_expression "dlg_update_done(ctrl,dlg,iVar4)" identifier (argument_list "(ctrl,dlg,iVar4)" ( identifier , identifier , identifier ))) ;) })) }) (else_clause "else if ((event == 1) && ((control *)plVar1[2] == ctrl)) {\n __nptr = dlg_editbox_get((control *)plVar1[1],dlg);\n lVar5 = strtol(__nptr,(char **)0x0,10);\n iVar6 = 0;\n safefree(__nptr);\n do {\n iVar3 = dlg_listbox_issel((control *)*plVar1,dlg,iVar6);\n if (iVar3 != 0) {\n conf_set_int_int((Conf *)data,0x8f,iVar6,(int)lVar5);\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 != 0x80);\n dlg_refresh((control *)*plVar1,dlg);\n }" else (if_statement "if ((event == 1) && ((control *)plVar1[2] == ctrl)) {\n __nptr = dlg_editbox_get((control *)plVar1[1],dlg);\n lVar5 = strtol(__nptr,(char **)0x0,10);\n iVar6 = 0;\n safefree(__nptr);\n do {\n iVar3 = dlg_listbox_issel((control *)*plVar1,dlg,iVar6);\n if (iVar3 != 0) {\n conf_set_int_int((Conf *)data,0x8f,iVar6,(int)lVar5);\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 != 0x80);\n dlg_refresh((control *)*plVar1,dlg);\n }" if (parenthesized_expression "((event == 1) && ((control *)plVar1[2] == ctrl))" ( (binary_expression "(event == 1) && ((control *)plVar1[2] == ctrl)" (parenthesized_expression "(event == 1)" ( (binary_expression "event == 1" identifier == number_literal) )) && (parenthesized_expression "((control *)plVar1[2] == ctrl)" ( (binary_expression "(control *)plVar1[2] == ctrl" (cast_expression "(control *)plVar1[2]" ( (type_descriptor "control *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar1[2]" identifier [ number_literal ])) == identifier) ))) )) (compound_statement "{\n __nptr = dlg_editbox_get((control *)plVar1[1],dlg);\n lVar5 = strtol(__nptr,(char **)0x0,10);\n iVar6 = 0;\n safefree(__nptr);\n do {\n iVar3 = dlg_listbox_issel((control *)*plVar1,dlg,iVar6);\n if (iVar3 != 0) {\n conf_set_int_int((Conf *)data,0x8f,iVar6,(int)lVar5);\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 != 0x80);\n dlg_refresh((control *)*plVar1,dlg);\n }" { (expression_statement "__nptr = dlg_editbox_get((control *)plVar1[1],dlg);" (assignment_expression "__nptr = dlg_editbox_get((control *)plVar1[1],dlg)" identifier = (call_expression "dlg_editbox_get((control *)plVar1[1],dlg)" identifier (argument_list "((control *)plVar1[1],dlg)" ( (cast_expression "(control *)plVar1[1]" ( (type_descriptor "control *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar1[1]" identifier [ number_literal ])) , identifier )))) ;) (expression_statement "lVar5 = strtol(__nptr,(char **)0x0,10);" (assignment_expression "lVar5 = strtol(__nptr,(char **)0x0,10)" identifier = (call_expression "strtol(__nptr,(char **)0x0,10)" identifier (argument_list "(__nptr,(char **)0x0,10)" ( identifier , (cast_expression "(char **)0x0" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal) , number_literal )))) ;) (expression_statement "iVar6 = 0;" (assignment_expression "iVar6 = 0" identifier = number_literal) ;) (expression_statement "safefree(__nptr);" (call_expression "safefree(__nptr)" identifier (argument_list "(__nptr)" ( identifier ))) ;) (do_statement "do {\n iVar3 = dlg_listbox_issel((control *)*plVar1,dlg,iVar6);\n if (iVar3 != 0) {\n conf_set_int_int((Conf *)data,0x8f,iVar6,(int)lVar5);\n }\n iVar6 = iVar6 + 1;\n } while (iVar6 != 0x80);" do (compound_statement "{\n iVar3 = dlg_listbox_issel((control *)*plVar1,dlg,iVar6);\n if (iVar3 != 0) {\n conf_set_int_int((Conf *)data,0x8f,iVar6,(int)lVar5);\n }\n iVar6 = iVar6 + 1;\n }" { (expression_statement "iVar3 = dlg_listbox_issel((control *)*plVar1,dlg,iVar6);" (assignment_expression "iVar3 = dlg_listbox_issel((control *)*plVar1,dlg,iVar6)" identifier = (call_expression "dlg_listbox_issel((control *)*plVar1,dlg,iVar6)" identifier (argument_list "((control *)*plVar1,dlg,iVar6)" ( (cast_expression "(control *)*plVar1" ( (type_descriptor "control *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar1" * identifier)) , identifier , identifier )))) ;) (if_statement "if (iVar3 != 0) {\n conf_set_int_int((Conf *)data,0x8f,iVar6,(int)lVar5);\n }" if (parenthesized_expression "(iVar3 != 0)" ( (binary_expression "iVar3 != 0" identifier != number_literal) )) (compound_statement "{\n conf_set_int_int((Conf *)data,0x8f,iVar6,(int)lVar5);\n }" { (expression_statement "conf_set_int_int((Conf *)data,0x8f,iVar6,(int)lVar5);" (call_expression "conf_set_int_int((Conf *)data,0x8f,iVar6,(int)lVar5)" identifier (argument_list "((Conf *)data,0x8f,iVar6,(int)lVar5)" ( (cast_expression "(Conf *)data" ( (type_descriptor "Conf *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , number_literal , identifier , (cast_expression "(int)lVar5" ( (type_descriptor "int" primitive_type) ) identifier) ))) ;) })) (expression_statement "iVar6 = iVar6 + 1;" (assignment_expression "iVar6 = iVar6 + 1" identifier = (binary_expression "iVar6 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar6 != 0x80)" ( (binary_expression "iVar6 != 0x80" identifier != number_literal) )) ;) (expression_statement "dlg_refresh((control *)*plVar1,dlg);" (call_expression "dlg_refresh((control *)*plVar1,dlg)" identifier (argument_list "((control *)*plVar1,dlg)" ( (cast_expression "(control *)*plVar1" ( (type_descriptor "control *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar1" * identifier)) , identifier ))) ;) })))) (if_statement "if (lVar2 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }" if (parenthesized_expression "(lVar2 == *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "lVar2 == *(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;\n }" { (return_statement "return;" return ;) })) comment (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void FUN_001179d0(long param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n long *plVar1;\n int iVar2;\n char *__nptr;\n ulong uVar3;\n undefined8 uVar4;\n int iVar5;\n int iVar6;\n long in_FS_OFFSET;\n undefined1 auStack_98 [104];\n long local_30;\n \n plVar1 = *(long **)(param_1 + 0x20);\n local_30 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_4 == 0) {\n if (*plVar1 == param_1) {\n FUN_00141700();\n FUN_00140890(param_1,param_2);\n uVar4 = FUN_00115430(param_3,0x8f,0);\n iVar5 = 0;\n iVar2 = 0x20;\n while( true ) {\n iVar6 = iVar5 + 1;\n __sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);\n FUN_00140be0(param_1,param_2,auStack_98);\n if (iVar6 == 0x80) break;\n uVar4 = FUN_00115430(param_3,0x8f,iVar6);\n iVar5 = iVar6;\n if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {\n iVar2 = 0x20;\n }\n }\n FUN_00141710(param_1,param_2,uVar4);\n }\n }\n else if ((param_4 == 1) && (plVar1[2] == param_1)) {\n __nptr = (char *)FUN_001407c0(plVar1[1]);\n uVar3 = strtol(__nptr,(char **)0x0,10);\n iVar5 = 0;\n FUN_001239e0(__nptr);\n do {\n iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);\n if (iVar2 != 0) {\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 != 0x80);\n FUN_001418d0(*plVar1,param_2);\n }\n if (local_30 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }\n \n __stack_chk_fail();\n}\n\n" (function_definition "void FUN_001179d0(long param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n long *plVar1;\n int iVar2;\n char *__nptr;\n ulong uVar3;\n undefined8 uVar4;\n int iVar5;\n int iVar6;\n long in_FS_OFFSET;\n undefined1 auStack_98 [104];\n long local_30;\n \n plVar1 = *(long **)(param_1 + 0x20);\n local_30 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_4 == 0) {\n if (*plVar1 == param_1) {\n FUN_00141700();\n FUN_00140890(param_1,param_2);\n uVar4 = FUN_00115430(param_3,0x8f,0);\n iVar5 = 0;\n iVar2 = 0x20;\n while( true ) {\n iVar6 = iVar5 + 1;\n __sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);\n FUN_00140be0(param_1,param_2,auStack_98);\n if (iVar6 == 0x80) break;\n uVar4 = FUN_00115430(param_3,0x8f,iVar6);\n iVar5 = iVar6;\n if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {\n iVar2 = 0x20;\n }\n }\n FUN_00141710(param_1,param_2,uVar4);\n }\n }\n else if ((param_4 == 1) && (plVar1[2] == param_1)) {\n __nptr = (char *)FUN_001407c0(plVar1[1]);\n uVar3 = strtol(__nptr,(char **)0x0,10);\n iVar5 = 0;\n FUN_001239e0(__nptr);\n do {\n iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);\n if (iVar2 != 0) {\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 != 0x80);\n FUN_001418d0(*plVar1,param_2);\n }\n if (local_30 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }\n \n __stack_chk_fail();\n}" primitive_type (function_declarator "FUN_001179d0(long param_1,undefined8 param_2,undefined8 param_3,int param_4)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,int param_4)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "int param_4" primitive_type identifier) ))) (compound_statement "{\n long *plVar1;\n int iVar2;\n char *__nptr;\n ulong uVar3;\n undefined8 uVar4;\n int iVar5;\n int iVar6;\n long in_FS_OFFSET;\n undefined1 auStack_98 [104];\n long local_30;\n \n plVar1 = *(long **)(param_1 + 0x20);\n local_30 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_4 == 0) {\n if (*plVar1 == param_1) {\n FUN_00141700();\n FUN_00140890(param_1,param_2);\n uVar4 = FUN_00115430(param_3,0x8f,0);\n iVar5 = 0;\n iVar2 = 0x20;\n while( true ) {\n iVar6 = iVar5 + 1;\n __sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);\n FUN_00140be0(param_1,param_2,auStack_98);\n if (iVar6 == 0x80) break;\n uVar4 = FUN_00115430(param_3,0x8f,iVar6);\n iVar5 = iVar6;\n if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {\n iVar2 = 0x20;\n }\n }\n FUN_00141710(param_1,param_2,uVar4);\n }\n }\n else if ((param_4 == 1) && (plVar1[2] == param_1)) {\n __nptr = (char *)FUN_001407c0(plVar1[1]);\n uVar3 = strtol(__nptr,(char **)0x0,10);\n iVar5 = 0;\n FUN_001239e0(__nptr);\n do {\n iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);\n if (iVar2 != 0) {\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 != 0x80);\n FUN_001418d0(*plVar1,param_2);\n }\n if (local_30 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }\n \n __stack_chk_fail();\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "char *__nptr;" primitive_type (pointer_declarator "*__nptr" * identifier) ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 auStack_98 [104];" type_identifier (array_declarator "auStack_98 [104]" identifier [ number_literal ]) ;) (declaration "long local_30;" (sized_type_specifier "long" long) identifier ;) (expression_statement "plVar1 = *(long **)(param_1 + 0x20);" (assignment_expression "plVar1 = *(long **)(param_1 + 0x20)" identifier = (pointer_expression "*(long **)(param_1 + 0x20)" * (cast_expression "(long **)(param_1 + 0x20)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "local_30 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_30 = *(long *)(in_FS_OFFSET + 0x28)" identifier = (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) ;) (if_statement "if (param_4 == 0) {\n if (*plVar1 == param_1) {\n FUN_00141700();\n FUN_00140890(param_1,param_2);\n uVar4 = FUN_00115430(param_3,0x8f,0);\n iVar5 = 0;\n iVar2 = 0x20;\n while( true ) {\n iVar6 = iVar5 + 1;\n __sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);\n FUN_00140be0(param_1,param_2,auStack_98);\n if (iVar6 == 0x80) break;\n uVar4 = FUN_00115430(param_3,0x8f,iVar6);\n iVar5 = iVar6;\n if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {\n iVar2 = 0x20;\n }\n }\n FUN_00141710(param_1,param_2,uVar4);\n }\n }\n else if ((param_4 == 1) && (plVar1[2] == param_1)) {\n __nptr = (char *)FUN_001407c0(plVar1[1]);\n uVar3 = strtol(__nptr,(char **)0x0,10);\n iVar5 = 0;\n FUN_001239e0(__nptr);\n do {\n iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);\n if (iVar2 != 0) {\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 != 0x80);\n FUN_001418d0(*plVar1,param_2);\n }" if (parenthesized_expression "(param_4 == 0)" ( (binary_expression "param_4 == 0" identifier == number_literal) )) (compound_statement "{\n if (*plVar1 == param_1) {\n FUN_00141700();\n FUN_00140890(param_1,param_2);\n uVar4 = FUN_00115430(param_3,0x8f,0);\n iVar5 = 0;\n iVar2 = 0x20;\n while( true ) {\n iVar6 = iVar5 + 1;\n __sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);\n FUN_00140be0(param_1,param_2,auStack_98);\n if (iVar6 == 0x80) break;\n uVar4 = FUN_00115430(param_3,0x8f,iVar6);\n iVar5 = iVar6;\n if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {\n iVar2 = 0x20;\n }\n }\n FUN_00141710(param_1,param_2,uVar4);\n }\n }" { (if_statement "if (*plVar1 == param_1) {\n FUN_00141700();\n FUN_00140890(param_1,param_2);\n uVar4 = FUN_00115430(param_3,0x8f,0);\n iVar5 = 0;\n iVar2 = 0x20;\n while( true ) {\n iVar6 = iVar5 + 1;\n __sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);\n FUN_00140be0(param_1,param_2,auStack_98);\n if (iVar6 == 0x80) break;\n uVar4 = FUN_00115430(param_3,0x8f,iVar6);\n iVar5 = iVar6;\n if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {\n iVar2 = 0x20;\n }\n }\n FUN_00141710(param_1,param_2,uVar4);\n }" if (parenthesized_expression "(*plVar1 == param_1)" ( (binary_expression "*plVar1 == param_1" (pointer_expression "*plVar1" * identifier) == identifier) )) (compound_statement "{\n FUN_00141700();\n FUN_00140890(param_1,param_2);\n uVar4 = FUN_00115430(param_3,0x8f,0);\n iVar5 = 0;\n iVar2 = 0x20;\n while( true ) {\n iVar6 = iVar5 + 1;\n __sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);\n FUN_00140be0(param_1,param_2,auStack_98);\n if (iVar6 == 0x80) break;\n uVar4 = FUN_00115430(param_3,0x8f,iVar6);\n iVar5 = iVar6;\n if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {\n iVar2 = 0x20;\n }\n }\n FUN_00141710(param_1,param_2,uVar4);\n }" { (expression_statement "FUN_00141700();" (call_expression "FUN_00141700()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00140890(param_1,param_2);" (call_expression "FUN_00140890(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier ))) ;) (expression_statement "uVar4 = FUN_00115430(param_3,0x8f,0);" (assignment_expression "uVar4 = FUN_00115430(param_3,0x8f,0)" identifier = (call_expression "FUN_00115430(param_3,0x8f,0)" identifier (argument_list "(param_3,0x8f,0)" ( identifier , number_literal , number_literal )))) ;) (expression_statement "iVar5 = 0;" (assignment_expression "iVar5 = 0" identifier = number_literal) ;) (expression_statement "iVar2 = 0x20;" (assignment_expression "iVar2 = 0x20" identifier = number_literal) ;) (while_statement "while( true ) {\n iVar6 = iVar5 + 1;\n __sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);\n FUN_00140be0(param_1,param_2,auStack_98);\n if (iVar6 == 0x80) break;\n uVar4 = FUN_00115430(param_3,0x8f,iVar6);\n iVar5 = iVar6;\n if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {\n iVar2 = 0x20;\n }\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n iVar6 = iVar5 + 1;\n __sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);\n FUN_00140be0(param_1,param_2,auStack_98);\n if (iVar6 == 0x80) break;\n uVar4 = FUN_00115430(param_3,0x8f,iVar6);\n iVar5 = iVar6;\n if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {\n iVar2 = 0x20;\n }\n }" { (expression_statement "iVar6 = iVar5 + 1;" (assignment_expression "iVar6 = iVar5 + 1" identifier = (binary_expression "iVar5 + 1" identifier + number_literal)) ;) (expression_statement "__sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);" (call_expression "__sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2)" identifier (argument_list "(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2)" ( identifier , number_literal , number_literal , (pointer_expression "&DAT_0017b27a" & identifier) , identifier , identifier , identifier ))) ;) (expression_statement "FUN_00140be0(param_1,param_2,auStack_98);" (call_expression "FUN_00140be0(param_1,param_2,auStack_98)" identifier (argument_list "(param_1,param_2,auStack_98)" ( identifier , identifier , identifier ))) ;) (if_statement "if (iVar6 == 0x80) break;" if (parenthesized_expression "(iVar6 == 0x80)" ( (binary_expression "iVar6 == 0x80" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "uVar4 = FUN_00115430(param_3,0x8f,iVar6);" (assignment_expression "uVar4 = FUN_00115430(param_3,0x8f,iVar6)" identifier = (call_expression "FUN_00115430(param_3,0x8f,iVar6)" identifier (argument_list "(param_3,0x8f,iVar6)" ( identifier , number_literal , identifier )))) ;) (expression_statement "iVar5 = iVar6;" (assignment_expression "iVar5 = iVar6" identifier = identifier) ;) (if_statement "if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {\n iVar2 = 0x20;\n }" if (parenthesized_expression "((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f))" ( (binary_expression "(iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)" (parenthesized_expression "(iVar6 < 0x21)" ( (binary_expression "iVar6 < 0x21" identifier < number_literal) )) || (parenthesized_expression "(iVar2 = iVar6, iVar6 == 0x7f)" ( (comma_expression "iVar2 = iVar6, iVar6 == 0x7f" (assignment_expression "iVar2 = iVar6" identifier = identifier) , (binary_expression "iVar6 == 0x7f" identifier == number_literal)) ))) )) (compound_statement "{\n iVar2 = 0x20;\n }" { (expression_statement "iVar2 = 0x20;" (assignment_expression "iVar2 = 0x20" identifier = number_literal) ;) })) })) (expression_statement "FUN_00141710(param_1,param_2,uVar4);" (call_expression "FUN_00141710(param_1,param_2,uVar4)" identifier (argument_list "(param_1,param_2,uVar4)" ( identifier , identifier , identifier ))) ;) })) }) (else_clause "else if ((param_4 == 1) && (plVar1[2] == param_1)) {\n __nptr = (char *)FUN_001407c0(plVar1[1]);\n uVar3 = strtol(__nptr,(char **)0x0,10);\n iVar5 = 0;\n FUN_001239e0(__nptr);\n do {\n iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);\n if (iVar2 != 0) {\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 != 0x80);\n FUN_001418d0(*plVar1,param_2);\n }" else (if_statement "if ((param_4 == 1) && (plVar1[2] == param_1)) {\n __nptr = (char *)FUN_001407c0(plVar1[1]);\n uVar3 = strtol(__nptr,(char **)0x0,10);\n iVar5 = 0;\n FUN_001239e0(__nptr);\n do {\n iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);\n if (iVar2 != 0) {\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 != 0x80);\n FUN_001418d0(*plVar1,param_2);\n }" if (parenthesized_expression "((param_4 == 1) && (plVar1[2] == param_1))" ( (binary_expression "(param_4 == 1) && (plVar1[2] == param_1)" (parenthesized_expression "(param_4 == 1)" ( (binary_expression "param_4 == 1" identifier == number_literal) )) && (parenthesized_expression "(plVar1[2] == param_1)" ( (binary_expression "plVar1[2] == param_1" (subscript_expression "plVar1[2]" identifier [ number_literal ]) == identifier) ))) )) (compound_statement "{\n __nptr = (char *)FUN_001407c0(plVar1[1]);\n uVar3 = strtol(__nptr,(char **)0x0,10);\n iVar5 = 0;\n FUN_001239e0(__nptr);\n do {\n iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);\n if (iVar2 != 0) {\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 != 0x80);\n FUN_001418d0(*plVar1,param_2);\n }" { (expression_statement "__nptr = (char *)FUN_001407c0(plVar1[1]);" (assignment_expression "__nptr = (char *)FUN_001407c0(plVar1[1])" identifier = (cast_expression "(char *)FUN_001407c0(plVar1[1])" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001407c0(plVar1[1])" identifier (argument_list "(plVar1[1])" ( (subscript_expression "plVar1[1]" identifier [ number_literal ]) ))))) ;) (expression_statement "uVar3 = strtol(__nptr,(char **)0x0,10);" (assignment_expression "uVar3 = strtol(__nptr,(char **)0x0,10)" identifier = (call_expression "strtol(__nptr,(char **)0x0,10)" identifier (argument_list "(__nptr,(char **)0x0,10)" ( identifier , (cast_expression "(char **)0x0" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal) , number_literal )))) ;) (expression_statement "iVar5 = 0;" (assignment_expression "iVar5 = 0" identifier = number_literal) ;) (expression_statement "FUN_001239e0(__nptr);" (call_expression "FUN_001239e0(__nptr)" identifier (argument_list "(__nptr)" ( identifier ))) ;) (do_statement "do {\n iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);\n if (iVar2 != 0) {\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 != 0x80);" do (compound_statement "{\n iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);\n if (iVar2 != 0) {\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }\n iVar5 = iVar5 + 1;\n }" { (expression_statement "iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);" (assignment_expression "iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5)" identifier = (call_expression "FUN_00140ec0(*plVar1,param_2,iVar5)" identifier (argument_list "(*plVar1,param_2,iVar5)" ( (pointer_expression "*plVar1" * identifier) , identifier , identifier )))) ;) (if_statement "if (iVar2 != 0) {\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }" { (expression_statement "FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);" (call_expression "FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff)" identifier (argument_list "(param_3,0x8f,iVar5,uVar3 & 0xffffffff)" ( identifier , number_literal , identifier , (binary_expression "uVar3 & 0xffffffff" identifier & number_literal) ))) ;) })) (expression_statement "iVar5 = iVar5 + 1;" (assignment_expression "iVar5 = iVar5 + 1" identifier = (binary_expression "iVar5 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar5 != 0x80)" ( (binary_expression "iVar5 != 0x80" identifier != number_literal) )) ;) (expression_statement "FUN_001418d0(*plVar1,param_2);" (call_expression "FUN_001418d0(*plVar1,param_2)" identifier (argument_list "(*plVar1,param_2)" ( (pointer_expression "*plVar1" * identifier) , identifier ))) ;) })))) (if_statement "if (local_30 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }" if (parenthesized_expression "(local_30 == *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "local_30 == *(long *)(in_FS_OFFSET + 0x28)" identifier == (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (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 { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT , LIT )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , LIT , (pointer_expression & IDENT) , IDENT , IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < LIT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression IDENT == LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) })) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) && (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == IDENT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (subscript_expression IDENT [ LIT ]) ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) LIT) , LIT )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * IDENT) , IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , IDENT , (binary_expression IDENT & LIT) ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != LIT) )) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * IDENT) , IDENT ))) ;) })))) (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 ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void FUN_001179d0(long param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n long *plVar1;\n int iVar2;\n char *__nptr;\n ulong uVar3;\n undefined8 uVar4;\n int iVar5;\n int iVar6;\n long in_FS_OFFSET;\n undefined1 auStack_98 [104];\n long local_30;\n \n plVar1 = *(long **)(param_1 + 0x20);\n local_30 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_4 == 0) {\n if (*plVar1 == param_1) {\n FUN_00141700();\n FUN_00140890(param_1,param_2);\n uVar4 = FUN_00115430(param_3,0x8f,0);\n iVar5 = 0;\n iVar2 = 0x20;\n while( true ) {\n iVar6 = iVar5 + 1;\n __sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);\n FUN_00140be0(param_1,param_2,auStack_98);\n if (iVar6 == 0x80) break;\n uVar4 = FUN_00115430(param_3,0x8f,iVar6);\n iVar5 = iVar6;\n if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {\n iVar2 = 0x20;\n }\n }\n FUN_00141710(param_1,param_2,uVar4);\n }\n }\n else if ((param_4 == 1) && (plVar1[2] == param_1)) {\n __nptr = (char *)FUN_001407c0(plVar1[1]);\n uVar3 = strtol(__nptr,(char **)0x0,10);\n iVar5 = 0;\n FUN_001239e0(__nptr);\n do {\n iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);\n if (iVar2 != 0) {\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 != 0x80);\n FUN_001418d0(*plVar1,param_2);\n }\n if (local_30 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }\n \n __stack_chk_fail();\n}" (primitive_type "void") (function_declarator "FUN_001179d0(long param_1,undefined8 param_2,undefined8 param_3,int param_4)" (identifier "FUN_001179d0") (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,int param_4)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) (, ",") (parameter_declaration "int param_4" (primitive_type "int") (identifier "param_4")) () ")"))) (compound_statement "{\n long *plVar1;\n int iVar2;\n char *__nptr;\n ulong uVar3;\n undefined8 uVar4;\n int iVar5;\n int iVar6;\n long in_FS_OFFSET;\n undefined1 auStack_98 [104];\n long local_30;\n \n plVar1 = *(long **)(param_1 + 0x20);\n local_30 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_4 == 0) {\n if (*plVar1 == param_1) {\n FUN_00141700();\n FUN_00140890(param_1,param_2);\n uVar4 = FUN_00115430(param_3,0x8f,0);\n iVar5 = 0;\n iVar2 = 0x20;\n while( true ) {\n iVar6 = iVar5 + 1;\n __sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);\n FUN_00140be0(param_1,param_2,auStack_98);\n if (iVar6 == 0x80) break;\n uVar4 = FUN_00115430(param_3,0x8f,iVar6);\n iVar5 = iVar6;\n if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {\n iVar2 = 0x20;\n }\n }\n FUN_00141710(param_1,param_2,uVar4);\n }\n }\n else if ((param_4 == 1) && (plVar1[2] == param_1)) {\n __nptr = (char *)FUN_001407c0(plVar1[1]);\n uVar3 = strtol(__nptr,(char **)0x0,10);\n iVar5 = 0;\n FUN_001239e0(__nptr);\n do {\n iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);\n if (iVar2 != 0) {\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 != 0x80);\n FUN_001418d0(*plVar1,param_2);\n }\n if (local_30 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }\n \n __stack_chk_fail();\n}" ({ "{") (declaration "long *plVar1;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar1" (* "*") (identifier "plVar1")) (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "char *__nptr;" (primitive_type "char") (pointer_declarator "*__nptr" (* "*") (identifier "__nptr")) (; ";")) (declaration "ulong uVar3;" (type_identifier "ulong") (identifier "uVar3") (; ";")) (declaration "undefined8 uVar4;" (type_identifier "undefined8") (identifier "uVar4") (; ";")) (declaration "int iVar5;" (primitive_type "int") (identifier "iVar5") (; ";")) (declaration "int iVar6;" (primitive_type "int") (identifier "iVar6") (; ";")) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" (long "long")) (identifier "in_FS_OFFSET") (; ";")) (declaration "undefined1 auStack_98 [104];" (type_identifier "undefined1") (array_declarator "auStack_98 [104]" (identifier "auStack_98") ([ "[") (number_literal "104") (] "]")) (; ";")) (declaration "long local_30;" (sized_type_specifier "long" (long "long")) (identifier "local_30") (; ";")) (expression_statement "plVar1 = *(long **)(param_1 + 0x20);" (assignment_expression "plVar1 = *(long **)(param_1 + 0x20)" (identifier "plVar1") (= "=") (pointer_expression "*(long **)(param_1 + 0x20)" (* "*") (cast_expression "(long **)(param_1 + 0x20)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (expression_statement "local_30 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_30 = *(long *)(in_FS_OFFSET + 0x28)" (identifier "local_30") (= "=") (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" (* "*") (cast_expression "(long *)(in_FS_OFFSET + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_FS_OFFSET + 0x28)" (( "(") (binary_expression "in_FS_OFFSET + 0x28" (identifier "in_FS_OFFSET") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (if_statement "if (param_4 == 0) {\n if (*plVar1 == param_1) {\n FUN_00141700();\n FUN_00140890(param_1,param_2);\n uVar4 = FUN_00115430(param_3,0x8f,0);\n iVar5 = 0;\n iVar2 = 0x20;\n while( true ) {\n iVar6 = iVar5 + 1;\n __sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);\n FUN_00140be0(param_1,param_2,auStack_98);\n if (iVar6 == 0x80) break;\n uVar4 = FUN_00115430(param_3,0x8f,iVar6);\n iVar5 = iVar6;\n if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {\n iVar2 = 0x20;\n }\n }\n FUN_00141710(param_1,param_2,uVar4);\n }\n }\n else if ((param_4 == 1) && (plVar1[2] == param_1)) {\n __nptr = (char *)FUN_001407c0(plVar1[1]);\n uVar3 = strtol(__nptr,(char **)0x0,10);\n iVar5 = 0;\n FUN_001239e0(__nptr);\n do {\n iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);\n if (iVar2 != 0) {\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 != 0x80);\n FUN_001418d0(*plVar1,param_2);\n }" (if "if") (parenthesized_expression "(param_4 == 0)" (( "(") (binary_expression "param_4 == 0" (identifier "param_4") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if (*plVar1 == param_1) {\n FUN_00141700();\n FUN_00140890(param_1,param_2);\n uVar4 = FUN_00115430(param_3,0x8f,0);\n iVar5 = 0;\n iVar2 = 0x20;\n while( true ) {\n iVar6 = iVar5 + 1;\n __sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);\n FUN_00140be0(param_1,param_2,auStack_98);\n if (iVar6 == 0x80) break;\n uVar4 = FUN_00115430(param_3,0x8f,iVar6);\n iVar5 = iVar6;\n if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {\n iVar2 = 0x20;\n }\n }\n FUN_00141710(param_1,param_2,uVar4);\n }\n }" ({ "{") (if_statement "if (*plVar1 == param_1) {\n FUN_00141700();\n FUN_00140890(param_1,param_2);\n uVar4 = FUN_00115430(param_3,0x8f,0);\n iVar5 = 0;\n iVar2 = 0x20;\n while( true ) {\n iVar6 = iVar5 + 1;\n __sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);\n FUN_00140be0(param_1,param_2,auStack_98);\n if (iVar6 == 0x80) break;\n uVar4 = FUN_00115430(param_3,0x8f,iVar6);\n iVar5 = iVar6;\n if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {\n iVar2 = 0x20;\n }\n }\n FUN_00141710(param_1,param_2,uVar4);\n }" (if "if") (parenthesized_expression "(*plVar1 == param_1)" (( "(") (binary_expression "*plVar1 == param_1" (pointer_expression "*plVar1" (* "*") (identifier "plVar1")) (== "==") (identifier "param_1")) () ")")) (compound_statement "{\n FUN_00141700();\n FUN_00140890(param_1,param_2);\n uVar4 = FUN_00115430(param_3,0x8f,0);\n iVar5 = 0;\n iVar2 = 0x20;\n while( true ) {\n iVar6 = iVar5 + 1;\n __sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);\n FUN_00140be0(param_1,param_2,auStack_98);\n if (iVar6 == 0x80) break;\n uVar4 = FUN_00115430(param_3,0x8f,iVar6);\n iVar5 = iVar6;\n if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {\n iVar2 = 0x20;\n }\n }\n FUN_00141710(param_1,param_2,uVar4);\n }" ({ "{") (expression_statement "FUN_00141700();" (call_expression "FUN_00141700()" (identifier "FUN_00141700") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_00140890(param_1,param_2);" (call_expression "FUN_00140890(param_1,param_2)" (identifier "FUN_00140890") (argument_list "(param_1,param_2)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") () ")"))) (; ";")) (expression_statement "uVar4 = FUN_00115430(param_3,0x8f,0);" (assignment_expression "uVar4 = FUN_00115430(param_3,0x8f,0)" (identifier "uVar4") (= "=") (call_expression "FUN_00115430(param_3,0x8f,0)" (identifier "FUN_00115430") (argument_list "(param_3,0x8f,0)" (( "(") (identifier "param_3") (, ",") (number_literal "0x8f") (, ",") (number_literal "0") () ")")))) (; ";")) (expression_statement "iVar5 = 0;" (assignment_expression "iVar5 = 0" (identifier "iVar5") (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar2 = 0x20;" (assignment_expression "iVar2 = 0x20" (identifier "iVar2") (= "=") (number_literal "0x20")) (; ";")) (while_statement "while( true ) {\n iVar6 = iVar5 + 1;\n __sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);\n FUN_00140be0(param_1,param_2,auStack_98);\n if (iVar6 == 0x80) break;\n uVar4 = FUN_00115430(param_3,0x8f,iVar6);\n iVar5 = iVar6;\n if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {\n iVar2 = 0x20;\n }\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n iVar6 = iVar5 + 1;\n __sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);\n FUN_00140be0(param_1,param_2,auStack_98);\n if (iVar6 == 0x80) break;\n uVar4 = FUN_00115430(param_3,0x8f,iVar6);\n iVar5 = iVar6;\n if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {\n iVar2 = 0x20;\n }\n }" ({ "{") (expression_statement "iVar6 = iVar5 + 1;" (assignment_expression "iVar6 = iVar5 + 1" (identifier "iVar6") (= "=") (binary_expression "iVar5 + 1" (identifier "iVar5") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "__sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);" (call_expression "__sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2)" (identifier "__sprintf_chk") (argument_list "(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2)" (( "(") (identifier "auStack_98") (, ",") (number_literal "1") (, ",") (number_literal "100") (, ",") (pointer_expression "&DAT_0017b27a" (& "&") (identifier "DAT_0017b27a")) (, ",") (identifier "iVar5") (, ",") (identifier "iVar5") (, ",") (identifier "iVar2") () ")"))) (; ";")) (expression_statement "FUN_00140be0(param_1,param_2,auStack_98);" (call_expression "FUN_00140be0(param_1,param_2,auStack_98)" (identifier "FUN_00140be0") (argument_list "(param_1,param_2,auStack_98)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (identifier "auStack_98") () ")"))) (; ";")) (if_statement "if (iVar6 == 0x80) break;" (if "if") (parenthesized_expression "(iVar6 == 0x80)" (( "(") (binary_expression "iVar6 == 0x80" (identifier "iVar6") (== "==") (number_literal "0x80")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "uVar4 = FUN_00115430(param_3,0x8f,iVar6);" (assignment_expression "uVar4 = FUN_00115430(param_3,0x8f,iVar6)" (identifier "uVar4") (= "=") (call_expression "FUN_00115430(param_3,0x8f,iVar6)" (identifier "FUN_00115430") (argument_list "(param_3,0x8f,iVar6)" (( "(") (identifier "param_3") (, ",") (number_literal "0x8f") (, ",") (identifier "iVar6") () ")")))) (; ";")) (expression_statement "iVar5 = iVar6;" (assignment_expression "iVar5 = iVar6" (identifier "iVar5") (= "=") (identifier "iVar6")) (; ";")) (if_statement "if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {\n iVar2 = 0x20;\n }" (if "if") (parenthesized_expression "((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f))" (( "(") (binary_expression "(iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)" (parenthesized_expression "(iVar6 < 0x21)" (( "(") (binary_expression "iVar6 < 0x21" (identifier "iVar6") (< "<") (number_literal "0x21")) () ")")) (|| "||") (parenthesized_expression "(iVar2 = iVar6, iVar6 == 0x7f)" (( "(") (comma_expression "iVar2 = iVar6, iVar6 == 0x7f" (assignment_expression "iVar2 = iVar6" (identifier "iVar2") (= "=") (identifier "iVar6")) (, ",") (binary_expression "iVar6 == 0x7f" (identifier "iVar6") (== "==") (number_literal "0x7f"))) () ")"))) () ")")) (compound_statement "{\n iVar2 = 0x20;\n }" ({ "{") (expression_statement "iVar2 = 0x20;" (assignment_expression "iVar2 = 0x20" (identifier "iVar2") (= "=") (number_literal "0x20")) (; ";")) (} "}"))) (} "}"))) (expression_statement "FUN_00141710(param_1,param_2,uVar4);" (call_expression "FUN_00141710(param_1,param_2,uVar4)" (identifier "FUN_00141710") (argument_list "(param_1,param_2,uVar4)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (identifier "uVar4") () ")"))) (; ";")) (} "}"))) (} "}")) (else_clause "else if ((param_4 == 1) && (plVar1[2] == param_1)) {\n __nptr = (char *)FUN_001407c0(plVar1[1]);\n uVar3 = strtol(__nptr,(char **)0x0,10);\n iVar5 = 0;\n FUN_001239e0(__nptr);\n do {\n iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);\n if (iVar2 != 0) {\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 != 0x80);\n FUN_001418d0(*plVar1,param_2);\n }" (else "else") (if_statement "if ((param_4 == 1) && (plVar1[2] == param_1)) {\n __nptr = (char *)FUN_001407c0(plVar1[1]);\n uVar3 = strtol(__nptr,(char **)0x0,10);\n iVar5 = 0;\n FUN_001239e0(__nptr);\n do {\n iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);\n if (iVar2 != 0) {\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 != 0x80);\n FUN_001418d0(*plVar1,param_2);\n }" (if "if") (parenthesized_expression "((param_4 == 1) && (plVar1[2] == param_1))" (( "(") (binary_expression "(param_4 == 1) && (plVar1[2] == param_1)" (parenthesized_expression "(param_4 == 1)" (( "(") (binary_expression "param_4 == 1" (identifier "param_4") (== "==") (number_literal "1")) () ")")) (&& "&&") (parenthesized_expression "(plVar1[2] == param_1)" (( "(") (binary_expression "plVar1[2] == param_1" (subscript_expression "plVar1[2]" (identifier "plVar1") ([ "[") (number_literal "2") (] "]")) (== "==") (identifier "param_1")) () ")"))) () ")")) (compound_statement "{\n __nptr = (char *)FUN_001407c0(plVar1[1]);\n uVar3 = strtol(__nptr,(char **)0x0,10);\n iVar5 = 0;\n FUN_001239e0(__nptr);\n do {\n iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);\n if (iVar2 != 0) {\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 != 0x80);\n FUN_001418d0(*plVar1,param_2);\n }" ({ "{") (expression_statement "__nptr = (char *)FUN_001407c0(plVar1[1]);" (assignment_expression "__nptr = (char *)FUN_001407c0(plVar1[1])" (identifier "__nptr") (= "=") (cast_expression "(char *)FUN_001407c0(plVar1[1])" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_001407c0(plVar1[1])" (identifier "FUN_001407c0") (argument_list "(plVar1[1])" (( "(") (subscript_expression "plVar1[1]" (identifier "plVar1") ([ "[") (number_literal "1") (] "]")) () ")"))))) (; ";")) (expression_statement "uVar3 = strtol(__nptr,(char **)0x0,10);" (assignment_expression "uVar3 = strtol(__nptr,(char **)0x0,10)" (identifier "uVar3") (= "=") (call_expression "strtol(__nptr,(char **)0x0,10)" (identifier "strtol") (argument_list "(__nptr,(char **)0x0,10)" (( "(") (identifier "__nptr") (, ",") (cast_expression "(char **)0x0" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (number_literal "0x0")) (, ",") (number_literal "10") () ")")))) (; ";")) (expression_statement "iVar5 = 0;" (assignment_expression "iVar5 = 0" (identifier "iVar5") (= "=") (number_literal "0")) (; ";")) (expression_statement "FUN_001239e0(__nptr);" (call_expression "FUN_001239e0(__nptr)" (identifier "FUN_001239e0") (argument_list "(__nptr)" (( "(") (identifier "__nptr") () ")"))) (; ";")) (do_statement "do {\n iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);\n if (iVar2 != 0) {\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }\n iVar5 = iVar5 + 1;\n } while (iVar5 != 0x80);" (do "do") (compound_statement "{\n iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);\n if (iVar2 != 0) {\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }\n iVar5 = iVar5 + 1;\n }" ({ "{") (expression_statement "iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);" (assignment_expression "iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5)" (identifier "iVar2") (= "=") (call_expression "FUN_00140ec0(*plVar1,param_2,iVar5)" (identifier "FUN_00140ec0") (argument_list "(*plVar1,param_2,iVar5)" (( "(") (pointer_expression "*plVar1" (* "*") (identifier "plVar1")) (, ",") (identifier "param_2") (, ",") (identifier "iVar5") () ")")))) (; ";")) (if_statement "if (iVar2 != 0) {\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }" (if "if") (parenthesized_expression "(iVar2 != 0)" (( "(") (binary_expression "iVar2 != 0" (identifier "iVar2") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);\n }" ({ "{") (expression_statement "FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);" (call_expression "FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff)" (identifier "FUN_00115af0") (argument_list "(param_3,0x8f,iVar5,uVar3 & 0xffffffff)" (( "(") (identifier "param_3") (, ",") (number_literal "0x8f") (, ",") (identifier "iVar5") (, ",") (binary_expression "uVar3 & 0xffffffff" (identifier "uVar3") (& "&") (number_literal "0xffffffff")) () ")"))) (; ";")) (} "}"))) (expression_statement "iVar5 = iVar5 + 1;" (assignment_expression "iVar5 = iVar5 + 1" (identifier "iVar5") (= "=") (binary_expression "iVar5 + 1" (identifier "iVar5") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(iVar5 != 0x80)" (( "(") (binary_expression "iVar5 != 0x80" (identifier "iVar5") (!= "!=") (number_literal "0x80")) () ")")) (; ";")) (expression_statement "FUN_001418d0(*plVar1,param_2);" (call_expression "FUN_001418d0(*plVar1,param_2)" (identifier "FUN_001418d0") (argument_list "(*plVar1,param_2)" (( "(") (pointer_expression "*plVar1" (* "*") (identifier "plVar1")) (, ",") (identifier "param_2") () ")"))) (; ";")) (} "}"))))) (if_statement "if (local_30 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }" (if "if") (parenthesized_expression "(local_30 == *(long *)(in_FS_OFFSET + 0x28))" (( "(") (binary_expression "local_30 == *(long *)(in_FS_OFFSET + 0x28)" (identifier "local_30") (== "==") (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" (* "*") (cast_expression "(long *)(in_FS_OFFSET + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_FS_OFFSET + 0x28)" (( "(") (binary_expression "in_FS_OFFSET + 0x28" (identifier "in_FS_OFFSET") (+ "+") (number_literal "0x28")) () ")"))))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" (identifier "__stack_chk_fail") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) |
void function_1(type_1 *var_3,void *dlg,void *data,int var_2)
{
long *plVar1;
long var_19;
int var_16;
int iVar4;
char *__nptr;
long lVar5;
int var_7;
int var_10;
long var_1;
char str [100];
plVar1 = *(long **)((long)var_3 + 0x20);
var_19 = *(long *)(var_1 + 0x28);
if (var_2 == 0) {
if ((type_1 *)*plVar1 == var_3) {
var_4(var_3,dlg);
var_5(var_3,dlg);
iVar4 = var_6((type_2 *)data,0x8f,0);
var_7 = 0;
var_16 = 0x20;
while( true ) {
var_10 = var_7 + 1;
var_8(str,1,100,&DAT_0017b27a,var_7,var_7,var_16);
var_9(var_3,dlg,str);
if (var_10 == 0x80) break;
iVar4 = var_6((type_2 *)data,0x8f,var_10);
var_7 = var_10;
if ((var_10 < 0x21) || (var_16 = var_10, var_10 == 0x7f)) {
var_16 = 0x20;
}
}
var_11(var_3,dlg,iVar4);
}
}
else if ((var_2 == 1) && ((type_1 *)plVar1[2] == var_3)) {
__nptr = var_12((type_1 *)plVar1[1],dlg);
lVar5 = var_13(__nptr,(char **)0x0,10);
var_7 = 0;
var_14(__nptr);
do {
var_16 = var_15((type_1 *)*plVar1,dlg,var_7);
if (var_16 != 0) {
var_17((type_2 *)data,0x8f,var_7,(int)lVar5);
}
var_7 = var_7 + 1;
} while (var_7 != 0x80);
var_18((type_1 *)*plVar1,dlg);
}
if (var_19 == *(long *)(var_1 + 0x28)) {
return;
}
/* WARNING: Subroutine does not return */
var_20();
}
| 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)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator 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 (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (number_literal) (pointer_expression argument: (identifier)) (identifier) (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (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: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier))))))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (number_literal)) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier) (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (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))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
void MASKED(long param_1,undefined8 param_2,undefined8 param_3,int param_4)
{
long *plVar1;
int iVar2;
char *__nptr;
ulong uVar3;
undefined8 uVar4;
int iVar5;
int iVar6;
long in_FS_OFFSET;
undefined1 auStack_98 [104];
long local_30;
plVar1 = *(long **)(param_1 + 0x20);
local_30 = *(long *)(in_FS_OFFSET + 0x28);
if (param_4 == 0) {
if (*plVar1 == param_1) {
FUN_00141700();
FUN_00140890(param_1,param_2);
uVar4 = FUN_00115430(param_3,0x8f,0);
iVar5 = 0;
iVar2 = 0x20;
while( true ) {
iVar6 = iVar5 + 1;
__sprintf_chk(auStack_98,1,100,&DAT_0017b27a,iVar5,iVar5,iVar2);
FUN_00140be0(param_1,param_2,auStack_98);
if (iVar6 == 0x80) break;
uVar4 = FUN_00115430(param_3,0x8f,iVar6);
iVar5 = iVar6;
if ((iVar6 < 0x21) || (iVar2 = iVar6, iVar6 == 0x7f)) {
iVar2 = 0x20;
}
}
FUN_00141710(param_1,param_2,uVar4);
}
}
else if ((param_4 == 1) && (plVar1[2] == param_1)) {
__nptr = (char *)FUN_001407c0(plVar1[1]);
uVar3 = strtol(__nptr,(char **)0x0,10);
iVar5 = 0;
FUN_001239e0(__nptr);
do {
iVar2 = FUN_00140ec0(*plVar1,param_2,iVar5);
if (iVar2 != 0) {
FUN_00115af0(param_3,0x8f,iVar5,uVar3 & 0xffffffff);
}
iVar5 = iVar5 + 1;
} while (iVar5 != 0x80);
FUN_001418d0(*plVar1,param_2);
}
if (local_30 == *(long *)(in_FS_OFFSET + 0x28)) {
return;
}
/* WARNING: Subroutine does not return */
__stack_chk_fail();
}
|
6358_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c | end | FUN_0027af00 |
/* std::wstring::end() const */
long __thiscall std::wstring::end(wstring *this)
{
return *(long *)this + *(long *)(this + 8) * 4;
}
|
long FUN_0027af00(long *param_1)
{
return *param_1 + param_1[1] * 4;
}
| MOV RDX,qword ptr [RDI + 0x8]
MOV RAX,qword ptr [RDI]
LEA RAX,[RAX + RDX*0x4]
RET | null | null | null | null | [(u'LOAD_-1204244727', u'INT_ADD_-1204244704'), (u'LOAD_-1204244733', u'INT_MULT_-1204244692'), (u'CAST_-1204244655', u'LOAD_-1204244727'), ('const-433', u'LOAD_-1204244727'), ('const-1', u'PTRADD_-1204244671'), (u'INT_ADD_-1204244704', u'COPY_-1204244721'), ('const-0', u'RETURN_-1204244705'), ('const-8', u'PTRADD_-1204244671'), ('const-433', u'LOAD_-1204244733'), (u'COPY_-1204244721', u'RETURN_-1204244705'), (u'PTRADD_-1204244671', u'CAST_-1204244660'), (u'INT_MULT_-1204244692', u'INT_ADD_-1204244704'), ('tmp_31', u'PTRADD_-1204244671'), ('const-4', u'INT_MULT_-1204244692'), ('tmp_31', u'CAST_-1204244655'), (u'CAST_-1204244660', u'LOAD_-1204244733')] | [(u'LOAD_-1204244727', u'INT_ADD_-1204244704'), ('const-8', u'PTRADD_-1204244659'), ('const-433', u'LOAD_-1204244727'), (u'LOAD_-1204244733', u'INT_MULT_-1204244692'), ('tmp_33', u'LOAD_-1204244727'), (u'PTRADD_-1204244659', u'LOAD_-1204244733'), (u'INT_ADD_-1204244704', u'COPY_-1204244721'), ('const-0', u'RETURN_-1204244705'), ('const-433', u'LOAD_-1204244733'), (u'COPY_-1204244721', u'RETURN_-1204244705'), (u'INT_MULT_-1204244692', u'INT_ADD_-1204244704'), ('const-4', u'INT_MULT_-1204244692'), ('tmp_33', u'PTRADD_-1204244659'), ('const-1', u'PTRADD_-1204244659')] | null | null | 0027af00 | x64 | O2 | (translation_unit "long FUN_0027af00(long *param_1)\n\n{\n return *param_1 + param_1[1] * 4;\n}\n\n" (function_definition "long FUN_0027af00(long *param_1)\n\n{\n return *param_1 + param_1[1] * 4;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_0027af00(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 return *param_1 + param_1[1] * 4;\n}" { (return_statement "return *param_1 + param_1[1] * 4;" return (binary_expression "*param_1 + param_1[1] * 4" (pointer_expression "*param_1" * identifier) + (binary_expression "param_1[1] * 4" (subscript_expression "param_1[1]" identifier [ number_literal ]) * number_literal)) ;) }))) | (translation_unit "/* std::wstring::end() const */\n\nlong __thiscall std::wstring::end(wstring *this)\n\n{\n return *(long *)this + *(long *)(this + 8) * 4;\n}\n\n" comment (function_definition "long __thiscall std::wstring::end(wstring *this)\n\n{\n return *(long *)this + *(long *)(this + 8) * 4;\n}" (sized_type_specifier "long" long) (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::wstring::" identifier : : identifier : :) (function_declarator "end(wstring *this)" identifier (parameter_list "(wstring *this)" ( (parameter_declaration "wstring *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n return *(long *)this + *(long *)(this + 8) * 4;\n}" { (return_statement "return *(long *)this + *(long *)(this + 8) * 4;" return (binary_expression "*(long *)this + *(long *)(this + 8) * 4" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + (binary_expression "*(long *)(this + 8) * 4" (pointer_expression "*(long *)(this + 8)" * (cast_expression "(long *)(this + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) )))) * number_literal)) ;) }))) | (translation_unit "long FUN_0027af00(long *param_1)\n\n{\n return *param_1 + param_1[1] * 4;\n}\n\n" (function_definition "long FUN_0027af00(long *param_1)\n\n{\n return *param_1 + param_1[1] * 4;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_0027af00(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 return *param_1 + param_1[1] * 4;\n}" { (return_statement "return *param_1 + param_1[1] * 4;" return (binary_expression "*param_1 + param_1[1] * 4" (pointer_expression "*param_1" * identifier) + (binary_expression "param_1[1] * 4" (subscript_expression "param_1[1]" identifier [ number_literal ]) * number_literal)) ;) }))) | (translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (return_statement return (binary_expression (pointer_expression * IDENT) + (binary_expression (subscript_expression IDENT [ LIT ]) * LIT)) ;) }))) | (function_definition "long FUN_0027af00(long *param_1)\n\n{\n return *param_1 + param_1[1] * 4;\n}" (sized_type_specifier "long" (long "long")) (function_declarator "FUN_0027af00(long *param_1)" (identifier "FUN_0027af00") (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 return *param_1 + param_1[1] * 4;\n}" ({ "{") (return_statement "return *param_1 + param_1[1] * 4;" (return "return") (binary_expression "*param_1 + param_1[1] * 4" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (binary_expression "param_1[1] * 4" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (* "*") (number_literal "4"))) (; ";")) (} "}"))) |
/* std::wstring::end() const */
long __thiscall std::type_1::function_1(type_1 *var_1)
{
return *(long *)var_1 + *(long *)(var_1 + 8) * 4;
}
| null | (translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (return_statement (binary_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))))) | null |
long MASKED(long *param_1)
{
return *param_1 + param_1[1] * 4;
}
|
23_x86_64-linux-gnux32-objdump_and_x86_64-linux-gnux32-objdump_strip.c | strtod | strtod |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
double strtod(char *__nptr,char **__endptr)
{
double dVar1;
dVar1 = (double)(*(code *)PTR_strtod_001550b8)();
return dVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
double strtod(char *__nptr,char **__endptr)
{
double dVar1;
dVar1 = (double)(*(code *)PTR_strtod_001550b8)();
return dVar1;
}
| JMP qword ptr [0x001550b8] | null | null | null | null | [(u'CALLIND_-1206947464', u'INDIRECT_-1206947401'), (u'INDIRECT_-1206947401', u'COPY_-1206947460'), ('tmp_40', u'CAST_-1206947396'), (u'CAST_-1206947396', u'CALLIND_-1206947464'), ('const-0', u'RETURN_-1206947461'), (u'CAST_-1206947395', u'RETURN_-1206947461'), (u'CALLIND_-1206947464', u'CAST_-1206947395')] | [(u'CALLIND_-1206947464', u'INDIRECT_-1206947401'), (u'INDIRECT_-1206947401', u'COPY_-1206947460'), ('tmp_40', u'CAST_-1206947396'), (u'CAST_-1206947396', u'CALLIND_-1206947464'), ('const-0', u'RETURN_-1206947461'), (u'CAST_-1206947395', u'RETURN_-1206947461'), (u'CALLIND_-1206947464', u'CAST_-1206947395')] | null | null | 00107170 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\ndouble strtod(char *__nptr,char **__endptr)\n\n{\n double dVar1;\n \n dVar1 = (double)(*(code *)PTR_strtod_001550b8)();\n return dVar1;\n}\n\n" comment (function_definition "double strtod(char *__nptr,char **__endptr)\n\n{\n double dVar1;\n \n dVar1 = (double)(*(code *)PTR_strtod_001550b8)();\n return dVar1;\n}" primitive_type (function_declarator "strtod(char *__nptr,char **__endptr)" identifier (parameter_list "(char *__nptr,char **__endptr)" ( (parameter_declaration "char *__nptr" primitive_type (pointer_declarator "*__nptr" * identifier)) , (parameter_declaration "char **__endptr" primitive_type (pointer_declarator "**__endptr" * (pointer_declarator "*__endptr" * identifier))) ))) (compound_statement "{\n double dVar1;\n \n dVar1 = (double)(*(code *)PTR_strtod_001550b8)();\n return dVar1;\n}" { (declaration "double dVar1;" primitive_type identifier ;) (expression_statement "dVar1 = (double)(*(code *)PTR_strtod_001550b8)();" (assignment_expression "dVar1 = (double)(*(code *)PTR_strtod_001550b8)()" identifier = (cast_expression "(double)(*(code *)PTR_strtod_001550b8)()" ( (type_descriptor "double" primitive_type) ) (call_expression "(*(code *)PTR_strtod_001550b8)()" (parenthesized_expression "(*(code *)PTR_strtod_001550b8)" ( (pointer_expression "*(code *)PTR_strtod_001550b8" * (cast_expression "(code *)PTR_strtod_001550b8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return dVar1;" return identifier ;) }))) | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\ndouble strtod(char *__nptr,char **__endptr)\n\n{\n double dVar1;\n \n dVar1 = (double)(*(code *)PTR_strtod_001550b8)();\n return dVar1;\n}\n\n" comment (function_definition "double strtod(char *__nptr,char **__endptr)\n\n{\n double dVar1;\n \n dVar1 = (double)(*(code *)PTR_strtod_001550b8)();\n return dVar1;\n}" primitive_type (function_declarator "strtod(char *__nptr,char **__endptr)" identifier (parameter_list "(char *__nptr,char **__endptr)" ( (parameter_declaration "char *__nptr" primitive_type (pointer_declarator "*__nptr" * identifier)) , (parameter_declaration "char **__endptr" primitive_type (pointer_declarator "**__endptr" * (pointer_declarator "*__endptr" * identifier))) ))) (compound_statement "{\n double dVar1;\n \n dVar1 = (double)(*(code *)PTR_strtod_001550b8)();\n return dVar1;\n}" { (declaration "double dVar1;" primitive_type identifier ;) (expression_statement "dVar1 = (double)(*(code *)PTR_strtod_001550b8)();" (assignment_expression "dVar1 = (double)(*(code *)PTR_strtod_001550b8)()" identifier = (cast_expression "(double)(*(code *)PTR_strtod_001550b8)()" ( (type_descriptor "double" primitive_type) ) (call_expression "(*(code *)PTR_strtod_001550b8)()" (parenthesized_expression "(*(code *)PTR_strtod_001550b8)" ( (pointer_expression "*(code *)PTR_strtod_001550b8" * (cast_expression "(code *)PTR_strtod_001550b8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return dVar1;" return identifier ;) }))) | (translation_unit "double strtod(char *__nptr,char **__endptr)\n\n{\n double dVar1;\n \n dVar1 = (double)(*(code *)PTR_strtod_001550b8)();\n return dVar1;\n}\n\n" (function_definition "double strtod(char *__nptr,char **__endptr)\n\n{\n double dVar1;\n \n dVar1 = (double)(*(code *)PTR_strtod_001550b8)();\n return dVar1;\n}" primitive_type (function_declarator "strtod(char *__nptr,char **__endptr)" identifier (parameter_list "(char *__nptr,char **__endptr)" ( (parameter_declaration "char *__nptr" primitive_type (pointer_declarator "*__nptr" * identifier)) , (parameter_declaration "char **__endptr" primitive_type (pointer_declarator "**__endptr" * (pointer_declarator "*__endptr" * identifier))) ))) (compound_statement "{\n double dVar1;\n \n dVar1 = (double)(*(code *)PTR_strtod_001550b8)();\n return dVar1;\n}" { (declaration "double dVar1;" primitive_type identifier ;) (expression_statement "dVar1 = (double)(*(code *)PTR_strtod_001550b8)();" (assignment_expression "dVar1 = (double)(*(code *)PTR_strtod_001550b8)()" identifier = (cast_expression "(double)(*(code *)PTR_strtod_001550b8)()" ( (type_descriptor "double" primitive_type) ) (call_expression "(*(code *)PTR_strtod_001550b8)()" (parenthesized_expression "(*(code *)PTR_strtod_001550b8)" ( (pointer_expression "*(code *)PTR_strtod_001550b8" * (cast_expression "(code *)PTR_strtod_001550b8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return dVar1;" return identifier ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * (pointer_declarator * IDENT))) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))))) ;) (return_statement return IDENT ;) }))) | (function_definition "double strtod(char *__nptr,char **__endptr)\n\n{\n double dVar1;\n \n dVar1 = (double)(*(code *)PTR_strtod_001550b8)();\n return dVar1;\n}" (primitive_type "double") (function_declarator "strtod(char *__nptr,char **__endptr)" (identifier "strtod") (parameter_list "(char *__nptr,char **__endptr)" (( "(") (parameter_declaration "char *__nptr" (primitive_type "char") (pointer_declarator "*__nptr" (* "*") (identifier "__nptr"))) (, ",") (parameter_declaration "char **__endptr" (primitive_type "char") (pointer_declarator "**__endptr" (* "*") (pointer_declarator "*__endptr" (* "*") (identifier "__endptr")))) () ")"))) (compound_statement "{\n double dVar1;\n \n dVar1 = (double)(*(code *)PTR_strtod_001550b8)();\n return dVar1;\n}" ({ "{") (declaration "double dVar1;" (primitive_type "double") (identifier "dVar1") (; ";")) (expression_statement "dVar1 = (double)(*(code *)PTR_strtod_001550b8)();" (assignment_expression "dVar1 = (double)(*(code *)PTR_strtod_001550b8)()" (identifier "dVar1") (= "=") (cast_expression "(double)(*(code *)PTR_strtod_001550b8)()" (( "(") (type_descriptor "double" (primitive_type "double")) () ")") (call_expression "(*(code *)PTR_strtod_001550b8)()" (parenthesized_expression "(*(code *)PTR_strtod_001550b8)" (( "(") (pointer_expression "*(code *)PTR_strtod_001550b8" (* "*") (cast_expression "(code *)PTR_strtod_001550b8" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_strtod_001550b8"))) () ")")) (argument_list "()" (( "(") () ")"))))) (; ";")) (return_statement "return dVar1;" (return "return") (identifier "dVar1") (; ";")) (} "}"))) |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
double function_1(char *__nptr,char **__endptr)
{
double dVar1;
dVar1 = (double)(*(type_1 *)PTR_strtod_001550b8)();
return dVar1;
}
| 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: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))))) (return_statement (identifier))))) | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
double MASKED(char *__nptr,char **__endptr)
{
double dVar1;
dVar1 = (double)(*(code *)PTR_MASKED_001550b8)();
return dVar1;
}
|
653_x86_64-linux-gnux32-ld_and_x86_64-linux-gnux32-ld_strip.c | gldelf_i386_parse_ld_so_conf | FUN_00136890 |
bfd_boolean gldelf_i386_parse_ld_so_conf(gldelf_i386_ld_so_conf *info,char *filename)
{
char **ppcVar1;
byte bVar2;
bfd_boolean bVar3;
int iVar4;
FILE *__stream;
byte *__s;
char *pcVar5;
size_t sVar6;
size_t sVar7;
long lVar8;
byte bVar9;
long lVar10;
ulong uVar11;
byte *pbVar12;
byte *pbVar13;
size_t sVar14;
bool bVar15;
bool bVar16;
byte bVar17;
byte *local_c0;
char *local_b0;
glob_t gl;
bVar17 = 0;
__stream = fopen(filename,"r");
bVar3 = 0;
if (__stream != (FILE *)0x0) {
lVar10 = 0x100;
__s = (byte *)xmalloc(0x100);
pbVar12 = __s;
LAB_00136923:
do {
pcVar5 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);
if (pcVar5 == (char *)0x0) {
if (__s == pbVar12) break;
}
else {
lVar8 = lVar10 + -1;
sVar7 = strlen(pcVar5);
if ((sVar7 == lVar8 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {
lVar10 = lVar10 * 2;
__s = (byte *)xrealloc(__s,lVar10);
pbVar12 = __s + lVar8;
goto LAB_00136923;
}
}
pcVar5 = strchr((char *)__s,10);
if (pcVar5 != (char *)0x0) {
*pcVar5 = '\0';
}
pcVar5 = strchr((char *)__s,0x23);
if (pcVar5 != (char *)0x0) {
*pcVar5 = '\0';
}
bVar9 = *__s;
local_c0 = __s;
while( true ) {
bVar16 = bVar9 == 0x20;
bVar15 = bVar9 < 0x20;
if (0x20 < bVar9) break;
if ((0x100003a00U >> ((ulong)bVar9 & 0x3f) & 1) == 0) {
bVar15 = false;
bVar16 = bVar9 == 0;
if (bVar16) goto LAB_00136a89;
break;
}
local_c0 = local_c0 + 1;
bVar9 = *local_c0;
}
lVar8 = 7;
pbVar12 = local_c0;
pbVar13 = (byte *)"include";
do {
if (lVar8 == 0) break;
lVar8 = lVar8 + -1;
bVar15 = *pbVar12 < *pbVar13;
bVar16 = *pbVar12 == *pbVar13;
pbVar12 = pbVar12 + (ulong)bVar17 * -2 + 1;
pbVar13 = pbVar13 + (ulong)bVar17 * -2 + 1;
} while (bVar16);
if (((!bVar15 && !bVar16) == bVar15) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {
local_c0 = local_c0 + 8;
do {
bVar9 = *local_c0;
while ((bVar9 != 0x20 && (bVar9 != 9))) {
pbVar12 = local_c0;
if (bVar9 == 0) goto LAB_00136a89;
do {
pbVar13 = pbVar12;
bVar2 = pbVar13[1];
if ((bVar2 == 0x20) || (bVar2 == 9)) {
pbVar13[1] = 0;
bVar9 = *local_c0;
if (bVar9 != 0) goto LAB_00136b4e;
goto LAB_00136c55;
}
pbVar12 = pbVar13 + 1;
} while (bVar2 != 0);
if (bVar9 == 0) goto LAB_00136a89;
LAB_00136b4e:
if (bVar9 == 0x2f) {
iVar4 = glob((char *)local_c0,0,(__errfunc *)0x0,(glob_t *)&gl);
if (iVar4 == 0) {
local_b0 = (char *)0x0;
if (gl.gl_pathc != 0) goto LAB_00136c03;
globfree((glob_t *)&gl);
}
}
else {
pcVar5 = strrchr(filename,0x2f);
sVar7 = strlen((char *)local_c0);
local_b0 = (char *)xmalloc(pcVar5 + sVar7 + (2 - (long)filename));
memcpy(local_b0,filename,(size_t)(pcVar5 + (1 - (long)filename)));
memcpy(local_b0 + (long)(pcVar5 + (1 - (long)filename)),local_c0,sVar7 + 1);
iVar4 = glob(local_b0,0,(__errfunc *)0x0,(glob_t *)&gl);
if (iVar4 == 0) {
if (gl.gl_pathc == 0) {
globfree((glob_t *)&gl);
}
else {
LAB_00136c03:
uVar11 = 0;
do {
ppcVar1 = gl.gl_pathv + uVar11;
uVar11 = uVar11 + 1;
gldelf_i386_parse_ld_so_conf(info,*ppcVar1);
} while (uVar11 < gl.gl_pathc);
globfree((glob_t *)&gl);
if (local_b0 == (char *)0x0) goto LAB_00136c55;
}
}
free(local_b0);
}
LAB_00136c55:
local_c0 = pbVar13 + 2;
if (bVar2 == 0) goto LAB_00136a89;
bVar9 = *local_c0;
}
local_c0 = local_c0 + 1;
} while( true );
}
pbVar12 = local_c0;
if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {
LAB_00136a20:
sVar7 = 0;
pcVar5 = info->path;
if (pcVar5 == (char *)0x0) goto LAB_00136cf7;
LAB_00136a31:
sVar6 = info->len;
sVar14 = sVar6 + 1;
if (info->alloc <= sVar14 + sVar7) {
info->alloc = info->alloc + 0x100 + sVar7;
pcVar5 = (char *)xrealloc();
info->path = pcVar5;
sVar6 = info->len;
sVar14 = sVar6 + 1;
}
info->len = sVar14;
pcVar5[sVar6] = config.rpath_separator;
pcVar5 = info->path + info->len;
}
else {
do {
do {
pbVar13 = pbVar12;
pbVar12 = pbVar13 + 1;
} while (0x3d < pbVar13[1]);
} while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);
if (pbVar12 == local_c0) goto LAB_00136a20;
bVar9 = *pbVar13;
while (bVar9 == 0x2f) {
if (pbVar12 + -1 == local_c0) goto LAB_00136a20;
bVar9 = pbVar12[-2];
pbVar12 = pbVar12 + -1;
}
sVar7 = (long)pbVar12 - (long)local_c0;
pcVar5 = info->path;
if (pcVar5 != (char *)0x0) goto LAB_00136a31;
LAB_00136cf7:
info->alloc = sVar7 + 0x101;
pcVar5 = (char *)xmalloc();
info->path = pcVar5;
info->len = 0;
}
memcpy(pcVar5,local_c0,sVar7);
sVar14 = sVar7 + info->len;
info->len = sVar14;
info->path[sVar14] = '\0';
LAB_00136a89:
iVar4 = feof(__stream);
pbVar12 = __s;
} while (iVar4 == 0);
free(__s);
fclose(__stream);
bVar3 = 1;
}
return bVar3;
}
|
undefined8 FUN_00136890(long *param_1,char *param_2)
{
byte bVar1;
int iVar2;
FILE *__stream;
byte *__s;
char *pcVar3;
long lVar4;
undefined8 uVar5;
size_t sVar6;
long lVar7;
byte bVar8;
long lVar9;
long lVar10;
ulong uVar11;
byte *pbVar12;
byte *pbVar13;
void *__dest;
bool bVar14;
bool bVar15;
byte bVar16;
byte *local_c0;
char *local_b0;
glob_t local_88;
bVar16 = 0;
__stream = fopen(param_2,"r");
uVar5 = 0;
if (__stream != (FILE *)0x0) {
lVar10 = 0x100;
__s = (byte *)xmalloc(0x100);
pbVar12 = __s;
LAB_00136923:
do {
pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);
if (pcVar3 == (char *)0x0) {
if (__s == pbVar12) break;
}
else {
lVar7 = lVar10 + -1;
sVar6 = strlen(pcVar3);
if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {
lVar10 = lVar10 * 2;
__s = (byte *)xrealloc(__s,lVar10);
pbVar12 = __s + lVar7;
goto LAB_00136923;
}
}
pcVar3 = strchr((char *)__s,10);
if (pcVar3 != (char *)0x0) {
*pcVar3 = '\0';
}
pcVar3 = strchr((char *)__s,0x23);
if (pcVar3 != (char *)0x0) {
*pcVar3 = '\0';
}
bVar8 = *__s;
local_c0 = __s;
while( true ) {
bVar15 = bVar8 == 0x20;
bVar14 = bVar8 < 0x20;
if (0x20 < bVar8) break;
if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {
bVar14 = false;
bVar15 = bVar8 == 0;
if (bVar15) goto LAB_00136a89;
break;
}
local_c0 = local_c0 + 1;
bVar8 = *local_c0;
}
lVar7 = 7;
pbVar12 = local_c0;
pbVar13 = (byte *)"include";
do {
if (lVar7 == 0) break;
lVar7 = lVar7 + -1;
bVar14 = *pbVar12 < *pbVar13;
bVar15 = *pbVar12 == *pbVar13;
pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;
pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;
} while (bVar15);
if (((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {
local_c0 = local_c0 + 8;
do {
bVar8 = *local_c0;
while ((bVar8 != 0x20 && (bVar8 != 9))) {
pbVar12 = local_c0;
if (bVar8 == 0) goto LAB_00136a89;
do {
pbVar13 = pbVar12;
bVar1 = pbVar13[1];
if ((bVar1 == 0x20) || (bVar1 == 9)) {
pbVar13[1] = 0;
bVar8 = *local_c0;
if (bVar8 != 0) goto LAB_00136b4e;
goto LAB_00136c55;
}
pbVar12 = pbVar13 + 1;
} while (bVar1 != 0);
if (bVar8 == 0) goto LAB_00136a89;
LAB_00136b4e:
if (bVar8 == 0x2f) {
iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);
if (iVar2 == 0) {
local_b0 = (char *)0x0;
if (local_88.gl_pathc != 0) goto LAB_00136c03;
globfree(&local_88);
}
}
else {
pcVar3 = strrchr(param_2,0x2f);
sVar6 = strlen((char *)local_c0);
local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));
memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));
memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);
iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);
if (iVar2 == 0) {
if (local_88.gl_pathc == 0) {
globfree(&local_88);
}
else {
LAB_00136c03:
uVar11 = 0;
do {
uVar11 = uVar11 + 1;
FUN_00136890(param_1);
} while (uVar11 < local_88.gl_pathc);
globfree(&local_88);
if (local_b0 == (char *)0x0) goto LAB_00136c55;
}
}
free(local_b0);
}
LAB_00136c55:
local_c0 = pbVar13 + 2;
if (bVar1 == 0) goto LAB_00136a89;
bVar8 = *local_c0;
}
local_c0 = local_c0 + 1;
} while( true );
}
pbVar12 = local_c0;
if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {
LAB_00136a20:
sVar6 = 0;
lVar7 = *param_1;
if (lVar7 == 0) goto LAB_00136cf7;
LAB_00136a31:
lVar4 = param_1[1];
lVar9 = lVar4 + 1;
if ((ulong)param_1[2] <= lVar9 + sVar6) {
param_1[2] = param_1[2] + 0x100U + sVar6;
lVar7 = xrealloc();
*param_1 = lVar7;
lVar4 = param_1[1];
lVar9 = lVar4 + 1;
}
param_1[1] = lVar9;
*(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;
__dest = (void *)(param_1[1] + *param_1);
}
else {
do {
do {
pbVar13 = pbVar12;
pbVar12 = pbVar13 + 1;
} while (0x3d < pbVar13[1]);
} while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);
if (pbVar12 == local_c0) goto LAB_00136a20;
bVar8 = *pbVar13;
while (bVar8 == 0x2f) {
if (pbVar12 + -1 == local_c0) goto LAB_00136a20;
bVar8 = pbVar12[-2];
pbVar12 = pbVar12 + -1;
}
sVar6 = (long)pbVar12 - (long)local_c0;
lVar7 = *param_1;
if (lVar7 != 0) goto LAB_00136a31;
LAB_00136cf7:
param_1[2] = sVar6 + 0x101;
__dest = (void *)xmalloc();
*param_1 = (long)__dest;
param_1[1] = 0;
}
memcpy(__dest,local_c0,sVar6);
lVar7 = param_1[1];
param_1[1] = sVar6 + lVar7;
*(undefined1 *)(*param_1 + sVar6 + lVar7) = 0;
LAB_00136a89:
iVar2 = feof(__stream);
pbVar12 = __s;
} while (iVar2 == 0);
free(__s);
fclose(__stream);
uVar5 = 1;
}
return uVar5;
}
| PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x98
MOV qword ptr [RSP + 0x10],RDI
MOV RDI,RSI
MOV qword ptr [RSP + 0x28],RSI
LEA RSI,[0x16acd7]
CALL 0x0010da40
MOV R15,RAX
XOR EAX,EAX
TEST R15,R15
JZ 0x00136aae
MOV EDI,0x100
MOV EBP,0x100
MOV R13,0x100003a00
CALL 0x0010dda0
MOV R12,RAX
NOP dword ptr [RAX]
MOV R14,R12
JMP 0x00136923
MOV RDI,RAX
LEA R14,[RBP + -0x1]
CALL 0x0010d330
MOV RDX,R14
SUB RDX,RBX
CMP RAX,RDX
JNZ 0x00136946
CMP byte ptr [R12 + RBP*0x1 + -0x2],0xa
JZ 0x00136946
ADD RBP,RBP
MOV RDI,R12
MOV RSI,RBP
CALL 0x0010d400
MOV R12,RAX
ADD R14,RAX
MOV RBX,R14
MOV ESI,EBP
MOV RDX,R15
MOV RDI,R14
SUB RBX,R12
SUB ESI,EBX
CALL 0x0010d5a0
TEST RAX,RAX
JNZ 0x001368f0
CMP R12,R14
JZ 0x00136a99
MOV ESI,0xa
MOV RDI,R12
CALL 0x0010d3a0
TEST RAX,RAX
JZ 0x0013695b
MOV byte ptr [RAX],0x0
MOV ESI,0x23
MOV RDI,R12
CALL 0x0010d3a0
TEST RAX,RAX
JZ 0x00136970
MOV byte ptr [RAX],0x0
MOVZX EAX,byte ptr [R12]
MOV RBX,R12
CMP AL,0x20
JBE 0x00136acf
MOV ECX,0x7
MOV RSI,RBX
LEA RDI,[0x19ff96]
CMPSB.REPE RDI,RSI
SETA AL
SBB AL,0x0
TEST AL,AL
JNZ 0x001369ae
MOVZX EAX,byte ptr [RBX + 0x7]
CMP AL,0x20
JZ 0x00136ae0
CMP AL,0x9
JZ 0x00136ae0
MOVZX EAX,byte ptr [RBX]
MOV RDX,RBX
CMP AL,0x3d
JA 0x001369d3
MOV RCX,0x2000000100003a01
BT RCX,RAX
JNC 0x001369d3
JMP 0x00136a1b
MOV RDX,RAX
MOVZX ECX,byte ptr [RDX + 0x1]
LEA RAX,[RDX + 0x1]
CMP CL,0x3d
JA 0x001369d0
MOV RDI,0x2000000100003a01
BT RDI,RCX
JNC 0x001369d0
CMP RAX,RBX
JZ 0x00136d5c
CMP byte ptr [RDX],0x2f
JZ 0x00136a12
JMP 0x00136ce0
CMP byte ptr [RAX + -0x1],0x2f
JNZ 0x00136ce0
SUB RAX,0x1
CMP RAX,RBX
JNZ 0x00136a08
XOR R14D,R14D
XOR EAX,EAX
MOV RCX,qword ptr [RSP + 0x10]
MOV RDI,qword ptr [RCX]
TEST RDI,RDI
JZ 0x00136cf7
MOV RCX,qword ptr [RSP + 0x10]
MOV RAX,qword ptr [RCX + 0x8]
MOV RCX,qword ptr [RCX + 0x10]
LEA RDX,[RAX + 0x1]
LEA RSI,[RDX + R14*0x1]
CMP RSI,RCX
JNC 0x00136d1f
MOV RCX,qword ptr [RSP + 0x10]
MOV qword ptr [RCX + 0x8],RDX
MOVZX EDX,byte ptr [0x002b6108]
MOV byte ptr [RDI + RAX*0x1],DL
MOV RDI,qword ptr [RCX + 0x8]
ADD RDI,qword ptr [RCX]
MOV RDX,R14
MOV RSI,RBX
CALL 0x0010d740
MOV RAX,qword ptr [RSP + 0x10]
ADD R14,qword ptr [RAX + 0x8]
MOV qword ptr [RAX + 0x8],R14
MOV RAX,qword ptr [RAX]
MOV byte ptr [RAX + R14*0x1],0x0
MOV RDI,R15
CALL 0x0010d6f0
TEST EAX,EAX
JZ 0x001368e8
MOV RDI,R12
CALL 0x0010dd90
MOV RDI,R15
CALL 0x0010d2d0
MOV EAX,0x1
ADD RSP,0x98
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
ADD RBX,0x1
MOVZX EAX,byte ptr [RBX]
CMP AL,0x20
JA 0x00136980
BT R13,RAX
JC 0x00136ac0
TEST AL,AL
JZ 0x00136a89
JMP 0x00136980
LEA RAX,[RSP + 0x40]
LEA R9,[RBX + 0x8]
MOV qword ptr [RSP + 0x20],RAX
NOP
MOVZX EDX,byte ptr [R9]
CMP DL,0x20
JZ 0x00136c70
CMP DL,0x9
JZ 0x00136c70
TEST DL,DL
JZ 0x00136a89
MOV RBX,R9
JMP 0x00136b1b
MOV RBX,RAX
MOVZX R14D,byte ptr [RBX + 0x1]
LEA RAX,[RBX + 0x1]
CMP R14B,0x20
JZ 0x00136c80
CMP R14B,0x9
JZ 0x00136c80
TEST R14B,R14B
JNZ 0x00136b18
LEA RAX,[RBX + 0x2]
MOV qword ptr [RSP + 0x8],RAX
TEST DL,DL
JZ 0x00136a89
CMP DL,0x2f
JZ 0x00136ca0
MOV RDI,qword ptr [RSP + 0x28]
MOV ESI,0x2f
MOV qword ptr [RSP + 0x30],R9
CALL 0x0010d410
MOV R9,qword ptr [RSP + 0x30]
MOV qword ptr [RSP + 0x18],RAX
MOV RDI,R9
MOV qword ptr [RSP + 0x38],R9
CALL 0x0010d330
MOV RCX,qword ptr [RSP + 0x18]
SUB RCX,qword ptr [RSP + 0x28]
LEA RDI,[RCX + RAX*0x1 + 0x2]
MOV RBX,RAX
MOV qword ptr [RSP + 0x18],RCX
CALL 0x0010dda0
MOV RCX,qword ptr [RSP + 0x18]
MOV RSI,qword ptr [RSP + 0x28]
MOV RDI,RAX
MOV qword ptr [RSP + 0x18],RAX
ADD RCX,0x1
MOV RDX,RCX
MOV qword ptr [RSP + 0x30],RCX
CALL 0x0010d740
MOV RCX,qword ptr [RSP + 0x30]
MOV RAX,qword ptr [RSP + 0x18]
LEA RDX,[RBX + 0x1]
MOV R9,qword ptr [RSP + 0x38]
LEA RDI,[RAX + RCX*0x1]
MOV RSI,R9
CALL 0x0010d740
MOV RCX,qword ptr [RSP + 0x20]
XOR EDX,EDX
XOR ESI,ESI
MOV RDI,qword ptr [RSP + 0x18]
CALL 0x0010dbb0
TEST EAX,EAX
JNZ 0x00136c4b
CMP qword ptr [RSP + 0x40],0x0
JZ 0x00136d4d
XOR EBX,EBX
MOV qword ptr [RSP + 0x30],RBP
MOV RBP,RBX
MOV RBX,qword ptr [RSP + 0x10]
NOP word ptr [RAX + RAX*0x1]
MOV RAX,qword ptr [RSP + 0x48]
MOV RDI,RBX
MOV RSI,qword ptr [RAX + RBP*0x8]
ADD RBP,0x1
CALL 0x00136890
CMP RBP,qword ptr [RSP + 0x40]
JC 0x00136c18
MOV RDI,qword ptr [RSP + 0x20]
MOV RBP,qword ptr [RSP + 0x30]
CALL 0x0010d060
CMP qword ptr [RSP + 0x18],0x0
JZ 0x00136c55
MOV RDI,qword ptr [RSP + 0x18]
CALL 0x0010dd90
MOV R9,qword ptr [RSP + 0x8]
TEST R14B,R14B
JZ 0x00136a89
MOVZX EDX,byte ptr [R9]
CMP DL,0x20
JNZ 0x00136afd
ADD R9,0x1
JMP 0x00136af0
MOV byte ptr [RAX],0x0
MOVZX EDX,byte ptr [R9]
LEA RCX,[RBX + 0x2]
MOV qword ptr [RSP + 0x8],RCX
TEST DL,DL
JZ 0x00136c55
JMP 0x00136b4e
MOV RCX,qword ptr [RSP + 0x20]
XOR EDX,EDX
XOR ESI,ESI
MOV RDI,R9
CALL 0x0010dbb0
TEST EAX,EAX
JNZ 0x00136c55
MOV qword ptr [RSP + 0x18],0x0
CMP qword ptr [RSP + 0x40],0x0
JNZ 0x00136c03
MOV RDI,qword ptr [RSP + 0x20]
CALL 0x0010d060
JMP 0x00136c55
MOV RCX,qword ptr [RSP + 0x10]
SUB RAX,RBX
MOV R14,RAX
MOV RDI,qword ptr [RCX]
TEST RDI,RDI
JNZ 0x00136a31
LEA RDI,[RAX + 0x101]
MOV qword ptr [RCX + 0x10],RDI
CALL 0x0010dda0
MOV RDI,RAX
MOV RAX,qword ptr [RSP + 0x10]
MOV qword ptr [RAX],RDI
MOV qword ptr [RAX + 0x8],0x0
JMP 0x00136a69
MOV RAX,qword ptr [RSP + 0x10]
LEA RSI,[RCX + R14*0x1 + 0x100]
MOV qword ptr [RAX + 0x10],RSI
CALL 0x0010d400
MOV RDI,RAX
MOV RAX,qword ptr [RSP + 0x10]
MOV qword ptr [RAX],RDI
MOV RAX,qword ptr [RAX + 0x8]
LEA RDX,[RAX + 0x1]
JMP 0x00136a4f
MOV RDI,qword ptr [RSP + 0x20]
CALL 0x0010d060
JMP 0x00136c4b
XOR EAX,EAX
XOR R14D,R14D
JMP 0x00136a20 | null | null | null | null | [('tmp_1725', u'CBRANCH_-1207145066'), (u'INDIRECT_-1207142162', u'MULTIEQUAL_-1207142255'), (u'INDIRECT_-1207143180', u'MULTIEQUAL_-1207143059'), (u'STORE_-1207145558', u'INDIRECT_-1207142777'), (u'MULTIEQUAL_-1207141816', u'MULTIEQUAL_-1207141837'), (u'CALL_-1207144626', u'INDIRECT_-1207141910'), (u'CALL_-1207144725', u'INDIRECT_-1207142349'), (u'MULTIEQUAL_-1207142334', u'MULTIEQUAL_-1207142314'), ('const-0', u'INT_NOTEQUAL_-1207145981'), (u'MULTIEQUAL_-1207142255', u'MULTIEQUAL_-1207141821'), ('const--2', u'INT_MULT_-1207143118'), (u'CALL_-1207146205', u'INDIRECT_-1207143180'), (u'CALL_-1207144699', u'INDIRECT_-1207141628'), (u'CAST_-1207141572', u'CALL_-1207144723'), (u'INT_EQUAL_-1207144594', u'CBRANCH_-1207144589'), ('tmp_3238', u'PTRSUB_-1207141939'), (u'INDIRECT_-1207141854', u'MULTIEQUAL_-1207141837'), (u'INT_ADD_-1207145907', u'MULTIEQUAL_-1207143828'), (u'MULTIEQUAL_-1207142867', u'MULTIEQUAL_-1207141822'), (u'CALL_-1207144122', u'INDIRECT_-1207142273'), ('const-0', u'PTRSUB_-1207141245'), (u'INDIRECT_-1207142381', u'MULTIEQUAL_-1207142264'), (u'MULTIEQUAL_-1207142207', u'COPY_-1207142148'), (u'CALL_-1207145022', u'INDIRECT_-1207143117'), ('const-8', u'PTRADD_-1207141488'), (u'CALL_-1207146088', u'INDIRECT_-1207143092'), (u'CALL_-1207144191', u'INDIRECT_-1207142411'), (u'INDIRECT_-1207141956', u'MULTIEQUAL_-1207141916'), (u'MULTIEQUAL_-1207143426', u'INT_EQUAL_-1207145861'), (u'CALL_-1207144505', u'INDIRECT_-1207142321'), (u'CALL_-1207144784', u'INDIRECT_-1207142469'), (u'LOAD_-1207145383', u'MULTIEQUAL_-1207142027'), ('const-0', u'INT_EQUAL_-1207146074'), (u'PTRADD_-1207142155', u'LOAD_-1207144396'), ('const-433', u'STORE_-1207146016'), (u'INDIRECT_-1207142411', u'MULTIEQUAL_-1207142517'), ('const-32', u'INT_EQUAL_-1207145000'), (u'CALL_-1207144699', u'CAST_-1207141159'), (u'INT_ADD_-1207145586', u'MULTIEQUAL_-1207143556'), (u'LOAD_-1207145537', u'PTRADD_-1207145463'), (u'INDIRECT_-1207143092', u'MULTIEQUAL_-1207142687'), (u'INDIRECT_-1207143289', u'MULTIEQUAL_-1207142973'), (u'INDIRECT_-1207142279', u'MULTIEQUAL_-1207142255'), (u'MULTIEQUAL_-1207141815', u'MULTIEQUAL_-1207142247'), ('const-433', u'LOAD_-1207144396'), ('tmp_803', u'CBRANCH_-1207145629'), (u'MULTIEQUAL_-1207143027', u'MULTIEQUAL_-1207143000'), (u'PTRSUB_-1207141986', u'LOAD_-1207145609'), (u'PTRSUB_-1207141192', u'LOAD_-1207144680'), ('tmp_3238', u'PTRSUB_-1207141245'), ('const-1', u'PTRADD_-1207145471'), (u'COPY_-1207142286', u'MULTIEQUAL_-1207143588'), (u'INDIRECT_-1207142447', u'MULTIEQUAL_-1207142596'), (u'INT_ADD_-1207144506', u'MULTIEQUAL_-1207143044'), (u'MULTIEQUAL_-1207142207', u'CALL_-1207145501'), (u'CALL_-1207144461', u'INDIRECT_-1207142298'), (u'INDIRECT_-1207141910', u'MULTIEQUAL_-1207141800'), ('const-1', u'COPY_-1207142835'), (u'PTRSUB_-1207141991', u'LOAD_-1207145616'), (u'CALL_-1207145022', u'INDIRECT_-1207143366'), (u'COPY_-1207142176', u'MULTIEQUAL_-1207143567'), ('const-2', u'INT_MULT_-1207143258'), (u'CALL_-1207146271', u'INDIRECT_-1207143469'), (u'INDIRECT_-1207141727', u'MULTIEQUAL_-1207141791'), (u'INDIRECT_-1207142198', u'MULTIEQUAL_-1207142255'), ('const-61', u'INT_LESS_-1207145494'), (u'MULTIEQUAL_-1207141815', u'MULTIEQUAL_-1207142141'), ('const-1', u'PTRADD_-1207144966'), (u'INDIRECT_-1207143289', u'MULTIEQUAL_-1207143027'), ('const-32', u'INT_NOTEQUAL_-1207145087'), (u'CAST_-1207142106', u'COPY_-1207142184'), (u'MULTIEQUAL_-1207143794', u'MULTIEQUAL_-1207143794'), (u'INT_LESS_-1207145896', u'MULTIEQUAL_-1207143426'), (u'LOAD_-1207145911', u'INT_EQUAL_-1207145896'), (u'LOAD_-1207145911', u'INT_LESS_-1207145896'), ('const-0', u'PTRSUB_-1207142009'), (u'BOOL_AND_-1207145859', u'INT_EQUAL_-1207145861'), (u'INT_EQUAL_-1207145838', u'CBRANCH_-1207145837'), (u'LOAD_-1207145028', u'INT_EQUAL_-1207144979'), (u'MULTIEQUAL_-1207141837', u'MULTIEQUAL_-1207141816'), ('tmp_2569', u'CBRANCH_-1207144400'), (u'INT_ADD_-1207142208', u'PTRADD_-1207145856'), (u'CALL_-1207144725', u'INDIRECT_-1207141675'), ('const-1', u'PTRADD_-1207144618'), (u'PTRSUB_-1207141196', u'STORE_-1207144684'), ('const-433', u'LOAD_-1207145383'), (u'INDIRECT_-1207142273', u'MULTIEQUAL_-1207142526'), ('const-433', u'STORE_-1207144684'), ('const-32', u'INT_EQUAL_-1207145838'), ('const-0', u'INT_EQUAL_-1207144246'), (u'MULTIEQUAL_-1207142615', u'MULTIEQUAL_-1207143265'), (u'CALL_-1207144723', u'INDIRECT_-1207141962'), (u'CALL_-1207145106', u'INDIRECT_-1207143151'), (u'INDIRECT_-1207142569', u'MULTIEQUAL_-1207142141'), ('tmp_3238', u'PTRSUB_-1207141263'), (u'COPY_-1207142835', u'MULTIEQUAL_-1207142770'), (u'INDIRECT_-1207141850', u'MULTIEQUAL_-1207141850'), (u'MULTIEQUAL_-1207143442', u'MULTIEQUAL_-1207143429'), ('const-0', u'STORE_-1207145459'), (u'PTRADD_-1207144747', u'CALL_-1207144784'), (u'LOAD_-1207144679', u'INT_NOTEQUAL_-1207144660'), ('const-256', u'CALL_-1207146205'), (u'INT_ADD_-1207144706', u'STORE_-1207144710'), (u'CALL_-1207144699', u'INDIRECT_-1207142302'), (u'PTRADD_-1207145330', u'INT_EQUAL_-1207145368'), (u'STORE_-1207145459', u'INDIRECT_-1207142726'), ('const-1', u'INT_SUB_-1207141649'), (u'INDIRECT_-1207141896', u'INT_LESS_-1207144488'), (u'COPY_-1207143157', u'MULTIEQUAL_-1207143044'), (u'MULTIEQUAL_-1207143794', u'SUBPIECE_-1207143772'), (u'MULTIEQUAL_-1207143628', u'MULTIEQUAL_-1207143628'), (u'INT_NOTEQUAL_-1207145067', u'CBRANCH_-1207145066'), (u'MULTIEQUAL_-1207142207', u'CAST_-1207141235'), ('tmp_3238', u'PTRSUB_-1207141241'), (u'INDIRECT_-1207142777', u'STORE_-1207145541'), (u'MULTIEQUAL_-1207141825', u'INT_EQUAL_-1207145049'), ('const-433', u'LOAD_-1207145069'), (u'MULTIEQUAL_-1207143329', u'COPY_-1207141784'), (u'CALL_-1207144122', u'INDIRECT_-1207142024'), (u'STORE_-1207145978', u'INDIRECT_-1207143009'), ('const-257', u'INT_ADD_-1207144731'), ('const-1', u'PTRADD_-1207145463'), (u'BOOL_NEGATE_-1207143107', u'BOOL_AND_-1207145859'), (u'INT_AND_-1207145464', u'INT_EQUAL_-1207145479'), (u'MULTIEQUAL_-1207143426', u'BOOL_NEGATE_-1207143108'), (u'INT_NOTEQUAL_-1207144215', u'CBRANCH_-1207144210'), ('const-8', u'PTRSUB_-1207141192'), (u'COPY_-1207141784', u'PTRADD_-1207144966'), ('const-1', u'INT_AND_-1207145464'), ('const-1', u'PTRADD_-1207145399'), (u'COPY_-1207142348', u'MULTIEQUAL_-1207143588'), (u'CALL_-1207144875', u'PTRADD_-1207144690'), (u'INT_RIGHT_-1207145749', u'INT_AND_-1207145751'), ('const-0', u'INT_EQUAL_-1207144444'), (u'INDIRECT_-1207142755', u'MULTIEQUAL_-1207142643'), (u'CALL_-1207146034', u'INDIRECT_-1207143311'), (u'MULTIEQUAL_-1207142033', u'CAST_-1207141236'), (u'MULTIEQUAL_-1207141837', u'MULTIEQUAL_-1207142293'), (u'CALL_-1207146271', u'INT_NOTEQUAL_-1207146240'), (u'INT_ADD_-1207142345', u'PTRADD_-1207145007'), ('tmp_2881', u'CBRANCH_-1207144673'), (u'MULTIEQUAL_-1207142146', u'INT_EQUAL_-1207144444'), (u'INDIRECT_-1207142302', u'MULTIEQUAL_-1207143027'), (u'PTRSUB_-1207141245', u'STORE_-1207144710'), (u'MULTIEQUAL_-1207142604', u'MULTIEQUAL_-1207141821'), (u'CALL_-1207146034', u'STORE_-1207146016'), ('tmp_3238', u'PTRSUB_-1207141986'), (u'INT_ADD_-1207145469', u'PTRADD_-1207145399'), (u'INDIRECT_-1207142692', u'MULTIEQUAL_-1207142643'), (u'CALL_-1207146271', u'INDIRECT_-1207143220'), (u'CAST_-1207142201', u'INT_SUB_-1207146099'), ('const-1', u'PTRADD_-1207144957'), (u'CALL_-1207146034', u'INT_NOTEQUAL_-1207146019'), (u'INT_MULT_-1207143117', u'INT_ADD_-1207142207'), (u'INDIRECT_-1207142256', u'MULTIEQUAL_-1207142597'), (u'CALL_-1207146271', u'CALL_-1207145443'), ('const-0', u'INT_NOTEQUAL_-1207146019'), (u'STORE_-1207145541', u'INDIRECT_-1207142765'), (u'CALL_-1207144875', u'INDIRECT_-1207142051'), (u'CALL_-1207146088', u'CALL_-1207145106'), ('const-1', u'INT_ADD_-1207144689'), (u'INT_EQUAL_-1207145631', u'CBRANCH_-1207145629'), (u'PTRSUB_-1207141241', u'STORE_-1207144704'), (u'COPY_-1207142089', u'MULTIEQUAL_-1207143679'), (u'PTRADD_-1207145856', u'COPY_-1207142176'), (u'INDIRECT_-1207143400', u'MULTIEQUAL_-1207143286'), (u'MULTIEQUAL_-1207143588', u'INT_EQUAL_-1207146057'), (u'MULTIEQUAL_-1207143628', u'LOAD_-1207145975'), (u'LOAD_-1207145468', u'PTRADD_-1207145399'), ('const-433', u'STORE_-1207145541'), (u'PTRADD_-1207145463', u'COPY_-1207142089'), (u'INDIRECT_-1207143009', u'MULTIEQUAL_-1207142983'), (u'MULTIEQUAL_-1207142596', u'MULTIEQUAL_-1207142576'), (u'CAST_-1207141572', u'MULTIEQUAL_-1207142076'), (u'CALL_-1207145022', u'INDIRECT_-1207142646'), (u'INDIRECT_-1207142615', u'MULTIEQUAL_-1207142293'), (u'INT_SUB_-1207141686', u'INT_ADD_-1207141683'), ('const-256', u'INT_ADD_-1207144708'), (u'INDIRECT_-1207141773', u'MULTIEQUAL_-1207141837'), (u'CALL_-1207144725', u'CAST_-1207141204'), (u'MULTIEQUAL_-1207142141', u'MULTIEQUAL_-1207141815'), (u'CAST_-1207141535', u'CALL_-1207144723'), (u'LOAD_-1207145975', u'MULTIEQUAL_-1207142211'), ('tmp_623', u'CBRANCH_-1207145837'), (u'INDIRECT_-1207141582', u'MULTIEQUAL_-1207142300'), ('const--2', u'PTRADD_-1207145321'), (u'MULTIEQUAL_-1207142207', u'INT_EQUAL_-1207145368'), ('const-433', u'STORE_-1207144736'), (u'INT_EQUAL_-1207145896', u'MULTIEQUAL_-1207143314'), (u'LOAD_-1207144396', u'MULTIEQUAL_-1207141825'), ('const-10', u'CALL_-1207146034'), ('const-8', u'PTRSUB_-1207141241'), ('const-1', u'PTRADD_-1207144690'), (u'INT_LESS_-1207145781', u'CBRANCH_-1207145789'), (u'CAST_-1207142221', u'PTRADD_-1207144952'), (u'INT_LESS_-1207145950', u'MULTIEQUAL_-1207143442'), (u'INDIRECT_-1207141629', u'MULTIEQUAL_-1207142275'), (u'COPY_-1207143399', u'MULTIEQUAL_-1207143324'), (u'LOAD_-1207144267', u'MULTIEQUAL_-1207142557'), (u'CAST_-1207141761', u'CALL_-1207144626'), (u'CALL_-1207144424', u'INDIRECT_-1207142528'), (u'MULTIEQUAL_-1207141823', u'PTRADD_-1207144303'), (u'MULTIEQUAL_-1207142211', u'INT_LESS_-1207145950'), (u'MULTIEQUAL_-1207142211', u'INT_EQUAL_-1207145950'), (u'CALL_-1207144461', u'INDIRECT_-1207141873'), (u'INT_NOTEQUAL_-1207145765', u'CBRANCH_-1207145766'), (u'LOAD_-1207145487', u'INT_ADD_-1207145469'), (u'MULTIEQUAL_-1207142300', u'MULTIEQUAL_-1207142275'), (u'CALL_-1207145501', u'INDIRECT_-1207142757'), (u'COPY_-1207141805', u'MULTIEQUAL_-1207143329'), ('const-0', u'COPY_-1207144243'), (u'CALL_-1207144424', u'INDIRECT_-1207141808'), (u'INDIRECT_-1207143117', u'MULTIEQUAL_-1207143059'), ('tmp_3238', u'PTRSUB_-1207141944'), (u'CALL_-1207144699', u'INDIRECT_-1207141582'), ('const-433', u'STORE_-1207145558'), (u'MULTIEQUAL_-1207143044', u'PTRADD_-1207141488'), (u'CALL_-1207145996', u'INDIRECT_-1207143040'), ('const-32', u'INT_LESS_-1207145950'), (u'INDIRECT_-1207142646', u'MULTIEQUAL_-1207142597'), (u'CALL_-1207144191', u'INDIRECT_-1207141691'), ('tmp_3238', u'PTRSUB_-1207141283'), ('const-0', u'INT_NOTEQUAL_-1207144215'), (u'LOAD_-1207145609', u'INT_ADD_-1207144708'), (u'INDIRECT_-1207143289', u'INT_ZEXT_-1207145906'), (u'MULTIEQUAL_-1207142983', u'MULTIEQUAL_-1207142763'), (u'PTRADD_-1207144966', u'LOAD_-1207145028'), (u'INT_LESSEQUAL_-1207145575', u'CBRANCH_-1207145573'), (u'MULTIEQUAL_-1207141822', u'MULTIEQUAL_-1207142867'), (u'COPY_-1207141784', u'PTRADD_-1207142155'), ('const-9', u'INT_EQUAL_-1207144979'), (u'CALL_-1207144784', u'INDIRECT_-1207142718'), ('const--2', u'INT_MULT_-1207143117'), (u'CALL_-1207144674', u'INDIRECT_-1207141976'), (u'MULTIEQUAL_-1207143567', u'LOAD_-1207145913'), ('const-0', u'INT_EQUAL_-1207145631'), (u'INT_EQUAL_-1207145049', u'CBRANCH_-1207145048'), (u'INT_EQUAL_-1207145429', u'CBRANCH_-1207145428'), ('tmp_3239', u'CAST_-1207141548'), (u'CALL_-1207144626', u'INT_EQUAL_-1207144612'), (u'PTRADD_-1207145796', u'LOAD_-1207145858'), ('tmp_1751', u'CBRANCH_-1207145048'), (u'INDIRECT_-1207142302', u'MULTIEQUAL_-1207142643'), ('tmp_507', u'CBRANCH_-1207145897'), ('const-433', u'LOAD_-1207145911'), (u'CAST_-1207141761', u'CALL_-1207144461'), (u'INT_EQUAL_-1207145861', u'CBRANCH_-1207145859'), (u'CALL_-1207144191', u'INDIRECT_-1207142162'), ('tmp_2796', u'CBRANCH_-1207144210'), (u'INT_NOTEQUAL_-1207146019', u'CBRANCH_-1207146018'), (u'INT_LESS_-1207144488', u'CBRANCH_-1207144484'), (u'INDIRECT_-1207142027', u'MULTIEQUAL_-1207142763'), (u'CALL_-1207146034', u'INDIRECT_-1207143062'), (u'MULTIEQUAL_-1207142076', u'CALL_-1207144424'), (u'CALL_-1207144505', u'INDIRECT_-1207141850'), (u'PTRSUB_-1207142009', u'LOAD_-1207145649'), (u'CALL_-1207145996', u'INT_NOTEQUAL_-1207145981'), (u'PTRSUB_-1207141919', u'LOAD_-1207145487'), (u'INDIRECT_-1207142630', u'MULTIEQUAL_-1207142596'), ('const-1', u'PTRADD_-1207144303'), (u'CALL_-1207144875', u'PTRADD_-1207144747'), (u'COPY_-1207142446', u'CALL_-1207146271'), (u'INT_EQUAL_-1207145896', u'MULTIEQUAL_-1207143317'), (u'INT_EQUAL_-1207144246', u'CBRANCH_-1207144244'), (u'INDIRECT_-1207142701', u'MULTIEQUAL_-1207142662'), (u'CALL_-1207144260', u'INDIRECT_-1207142447'), (u'LOAD_-1207144670', u'MULTIEQUAL_-1207142211'), (u'COPY_-1207142186', u'MULTIEQUAL_-1207143615'), (u'INDIRECT_-1207143062', u'MULTIEQUAL_-1207143002'), (u'PTRADD_-1207145007', u'LOAD_-1207145069'), (u'CALL_-1207144784', u'CAST_-1207141572'), (u'CALL_-1207144461', u'INDIRECT_-1207141827'), (u'PTRADD_-1207144618', u'LOAD_-1207144670'), (u'INT_EQUAL_-1207145950', u'MULTIEQUAL_-1207143330'), (u'MULTIEQUAL_-1207142033', u'PTRADD_-1207145321'), (u'PTRSUB_-1207141813', u'CAST_-1207141761'), (u'LOAD_-1207145527', u'PTRADD_-1207145463'), ('const-8', u'PTRADD_-1207145062'), ('tmp_1386', u'CBRANCH_-1207145463'), ('const-2305843013508676097', u'INT_RIGHT_-1207145749'), (u'INDIRECT_-1207143341', u'MULTIEQUAL_-1207143286'), (u'MULTIEQUAL_-1207142033', u'PTRADD_-1207145330'), (u'MULTIEQUAL_-1207141850', u'PTRADD_-1207141488'), (u'CALL_-1207144875', u'INDIRECT_-1207142771'), ('const-433', u'LOAD_-1207145468'), (u'INT_LESS_-1207145896', u'MULTIEQUAL_-1207143429'), (u'CALL_-1207144674', u'INDIRECT_-1207141930'), (u'PTRSUB_-1207141909', u'LOAD_-1207145468'), ('tmp_3238', u'PTRSUB_-1207141991'), (u'PTRADD_-1207145471', u'LOAD_-1207145533'), (u'CAST_-1207141572', u'MULTIEQUAL_-1207142146'), (u'MULTIEQUAL_-1207141822', u'MULTIEQUAL_-1207142973'), (u'INDIRECT_-1207141808', u'MULTIEQUAL_-1207141791'), (u'INT_EQUAL_-1207146074', u'CBRANCH_-1207146071'), (u'CALL_-1207144839', u'INT_ADD_-1207144689'), (u'INDIRECT_-1207142667', u'MULTIEQUAL_-1207142606'), (u'CAST_-1207141159', u'STORE_-1207144684'), (u'CALL_-1207144725', u'INDIRECT_-1207142100'), ('tmp_3239', u'CAST_-1207141586'), (u'LOAD_-1207144679', u'MULTIEQUAL_-1207143413'), (u'CALL_-1207145401', u'INDIRECT_-1207142701'), (u'INDIRECT_-1207142709', u'MULTIEQUAL_-1207142597'), (u'INDIRECT_-1207143151', u'MULTIEQUAL_-1207143021'), (u'INT_EQUAL_-1207146057', u'CBRANCH_-1207146055'), (u'LOAD_-1207145616', u'INT_ADD_-1207145586'), ('const-1', u'PTRADD_-1207145851'), (u'CALL_-1207146271', u'CALL_-1207145401'), (u'PTRADD_-1207145481', u'STORE_-1207145541'), ('const-62', u'INT_LESS_-1207145781'), (u'MULTIEQUAL_-1207143628', u'CAST_-1207142144'), ('const-1', u'PTRADD_-1207145463'), (u'MULTIEQUAL_-1207142557', u'INT_EQUAL_-1207144910'), (u'CALL_-1207144725', u'INDIRECT_-1207141629'), ('tmp_1064', u'CBRANCH_-1207145428'), (u'INT_ADD_-1207141683', u'PTRADD_-1207144747'), (u'CAST_-1207141761', u'CALL_-1207144122'), (u'CALL_-1207144424', u'INDIRECT_-1207141854'), (u'MULTIEQUAL_-1207143794', u'INT_MULT_-1207143258'), (u'CAST_-1207142285', u'COPY_-1207142348'), ('tmp_2282', u'CBRANCH_-1207144610'), (u'MULTIEQUAL_-1207142211', u'INT_LESS_-1207145939'), (u'INDIRECT_-1207142727', u'MULTIEQUAL_-1207142687'), (u'MULTIEQUAL_-1207142146', u'MULTIEQUAL_-1207142076'), ('const-0', u'PTRSUB_-1207141283'), (u'INT_EQUAL_-1207144444', u'CBRANCH_-1207144439'), ('const-1', u'PTRADD_-1207144303'), ('tmp_3238', u'CALL_-1207144505'), (u'INDIRECT_-1207141675', u'MULTIEQUAL_-1207142321'), (u'MULTIEQUAL_-1207142346', u'MULTIEQUAL_-1207142321'), ('const-7', u'COPY_-1207145945'), ('const-0', u'INT_NOTEQUAL_-1207144660'), ('const-1', u'INT_ADD_-1207142207'), (u'PTRADD_-1207144690', u'CAST_-1207141510'), (u'CALL_-1207144122', u'INDIRECT_-1207141599'), ('const-47', u'CALL_-1207144875'), ('const-7', u'PTRADD_-1207145796'), (u'INT_ADD_-1207145102', u'INT_SUB_-1207145081'), (u'COPY_-1207142115', u'PTRADD_-1207145463'), ('const-433', u'STORE_-1207144704'), (u'MULTIEQUAL_-1207143794', u'INT_ADD_-1207142345'), ('const-433', u'LOAD_-1207144670'), ('tmp_872', u'CBRANCH_-1207145573'), (u'INDIRECT_-1207142976', u'MULTIEQUAL_-1207143323'), (u'LOAD_-1207145609', u'INT_LESSEQUAL_-1207145575'), (u'CALL_-1207144723', u'INDIRECT_-1207142682'), (u'MULTIEQUAL_-1207143044', u'INT_ADD_-1207144506'), (u'INT_ZEXT_-1207143845', u'INT_AND_-1207145466'), (u'COPY_-1207146230', u'MULTIEQUAL_-1207143794'), (u'MULTIEQUAL_-1207142211', u'INT_EQUAL_-1207144660'), (u'COPY_-1207141784', u'PTRADD_-1207144957'), (u'COPY_-1207142062', u'MULTIEQUAL_-1207142033'), (u'CAST_-1207141236', u'INT_SUB_-1207144675'), (u'INDIRECT_-1207142298', u'MULTIEQUAL_-1207142264'), (u'INDIRECT_-1207142212', u'MULTIEQUAL_-1207142511'), ('const-256', u'COPY_-1207146230'), (u'INDIRECT_-1207142727', u'MULTIEQUAL_-1207143059'), (u'INDIRECT_-1207142680', u'MULTIEQUAL_-1207142560'), (u'INDIRECT_-1207143366', u'MULTIEQUAL_-1207143323'), (u'INT_ADD_-1207144731', u'STORE_-1207144736'), (u'PTRADD_-1207145330', u'COPY_-1207142045'), (u'CAST_-1207141761', u'CALL_-1207144191'), ('const-1', u'PTRADD_-1207142155'), (u'COPY_-1207142106', u'MULTIEQUAL_-1207143679'), (u'LOAD_-1207145109', u'MULTIEQUAL_-1207141825'), (u'INT_LESS_-1207145494', u'CBRANCH_-1207145502'), (u'INDIRECT_-1207141910', u'MULTIEQUAL_-1207141870'), ('tmp_1547', u'CBRANCH_-1207145365'), ('const-0', u'INT_EQUAL_-1207144594'), (u'PTRADD_-1207145463', u'COPY_-1207142062'), (u'CALL_-1207145443', u'INDIRECT_-1207142256'), (u'MULTIEQUAL_-1207141822', u'MULTIEQUAL_-1207142517'), ('const-0', u'COPY_-1207143157'), (u'PTRSUB_-1207141283', u'LOAD_-1207144679'), (u'MULTIEQUAL_-1207142027', u'INT_EQUAL_-1207145444'), ('tmp_2653', u'BRANCH_-1207144119'), ('const-0', u'STORE_-1207144704'), (u'INT_SUB_-1207141649', u'PTRADD_-1207144690'), (u'LOAD_-1207145815', u'INT_ZEXT_-1207143944'), (u'INDIRECT_-1207143220', u'MULTIEQUAL_-1207142662'), (u'MULTIEQUAL_-1207143354', u'CALL_-1207145501'), ('const-0', u'INT_EQUAL_-1207144660'), (u'CALL_-1207144626', u'INDIRECT_-1207141956'), ('tmp_429', u'CBRANCH_-1207145948'), ('const-433', u'LOAD_-1207145533'), ('const-1', u'PTRADD_-1207145330'), (u'CALL_-1207145022', u'INDIRECT_-1207142692'), (u'SUBPIECE_-1207143825', u'INT_SUB_-1207146087'), (u'CALL_-1207144875', u'INDIRECT_-1207142522'), (u'CALL_-1207144424', u'INDIRECT_-1207142279'), ('const--1', u'INT_ADD_-1207145907'), ('const-0', u'SUBPIECE_-1207143772'), (u'INT_EQUAL_-1207145479', u'CBRANCH_-1207145479'), (u'MULTIEQUAL_-1207141823', u'COPY_-1207141805'), ('const-433', u'STORE_-1207145459'), (u'LOAD_-1207145858', u'INT_EQUAL_-1207145820'), (u'PTRSUB_-1207141939', u'LOAD_-1207145527'), (u'LOAD_-1207145028', u'INT_EQUAL_-1207145000'), ('const-0', u'INT_NOTEQUAL_-1207145765'), (u'INT_EQUAL_-1207144402', u'CBRANCH_-1207144400'), (u'MULTIEQUAL_-1207142255', u'MULTIEQUAL_-1207142711'), ('tmp_1695', u'CBRANCH_-1207145086'), (u'MULTIEQUAL_-1207141823', u'CAST_-1207141300'), (u'INDIRECT_-1207141956', u'MULTIEQUAL_-1207141846'), ('const-1486039', u'COPY_-1207142446'), (u'STORE_-1207144710', u'INDIRECT_-1207142045'), (u'CALL_-1207144260', u'INDIRECT_-1207142198'), ('const-433', u'LOAD_-1207145649'), (u'INDIRECT_-1207142349', u'MULTIEQUAL_-1207143000'), (u'CAST_-1207141159', u'MULTIEQUAL_-1207143381'), ('tmp_1244', u'BRANCH_-1207144666'), ('tmp_3049', u'CBRANCH_-1207145072'), (u'CALL_-1207146088', u'INDIRECT_-1207142667'), (u'MULTIEQUAL_-1207141815', u'MULTIEQUAL_-1207141791'), (u'INT_EQUAL_-1207145075', u'CBRANCH_-1207145072'), (u'INT_EQUAL_-1207145896', u'CBRANCH_-1207145897'), ('tmp_1419', u'CBRANCH_-1207145442'), (u'INDIRECT_-1207142569', u'MULTIEQUAL_-1207142247'), (u'CAST_-1207141300', u'CALL_-1207144260'), (u'CALL_-1207146088', u'INT_EQUAL_-1207146074'), (u'LOAD_-1207145649', u'MULTIEQUAL_-1207143413'), ('const-2305843013508676097', u'INT_RIGHT_-1207145462'), (u'CALL_-1207146271', u'INDIRECT_-1207142795'), (u'INDIRECT_-1207141628', u'MULTIEQUAL_-1207142346'), (u'MULTIEQUAL_-1207143265', u'INT_ADD_-1207145469'), (u'MULTIEQUAL_-1207141821', u'MULTIEQUAL_-1207142604'), (u'INDIRECT_-1207142447', u'MULTIEQUAL_-1207142517'), (u'PTRADD_-1207145321', u'LOAD_-1207145383'), (u'MULTIEQUAL_-1207143314', u'BOOL_NEGATE_-1207143107'), (u'CALL_-1207145443', u'INDIRECT_-1207142727'), (u'PTRADD_-1207144957', u'STORE_-1207144270'), (u'MULTIEQUAL_-1207141823', u'CALL_-1207144674'), (u'INT_ADD_-1207145102', u'PTRADD_-1207144952'), ('const-8', u'PTRSUB_-1207141959'), (u'MULTIEQUAL_-1207142187', u'MULTIEQUAL_-1207141816'), ('const-0', u'CALL_-1207144260'), ('const-0', u'RETURN_-1207145334'), (u'INT_EQUAL_-1207145820', u'CBRANCH_-1207145819'), (u'INDIRECT_-1207141773', u'MULTIEQUAL_-1207141916'), ('tmp_2814', u'BRANCH_-1207144188'), ('tmp_3238', u'PTRSUB_-1207141192'), (u'PTRADD_-1207144618', u'MULTIEQUAL_-1207142207'), (u'MULTIEQUAL_-1207142983', u'MULTIEQUAL_-1207142711'), (u'CALL_-1207145022', u'CAST_-1207142221'), ('const-1', u'INT_AND_-1207145751'), (u'BOOL_NEGATE_-1207143108', u'BOOL_AND_-1207145859'), (u'MULTIEQUAL_-1207143324', u'INT_ADD_-1207145579'), ('const-0', u'INT_EQUAL_-1207144402'), ('const-1', u'PTRADD_-1207144747'), (u'PTRSUB_-1207141214', u'STORE_-1207144710'), ('const-433', u'LOAD_-1207145609'), (u'INT_EQUAL_-1207144929', u'CBRANCH_-1207144928'), ('const-1', u'INT_ADD_-1207142208'), ('const-1', u'PTRADD_-1207145856'), (u'INDIRECT_-1207142726', u'MULTIEQUAL_-1207142711'), (u'CALL_-1207144505', u'INDIRECT_-1207141896'), (u'CALL_-1207144260', u'INDIRECT_-1207141727'), ('tmp_1799', u'CBRANCH_-1207144997'), (u'CAST_-1207141572', u'PTRADD_-1207144628'), ('tmp_3238', u'PTRSUB_-1207141959'), ('const-1', u'PTRADD_-1207145062'), (u'MULTIEQUAL_-1207142207', u'COPY_-1207142186'), ('const-0', u'COPY_-1207145153'), (u'INDIRECT_-1207143006', u'MULTIEQUAL_-1207142973'), (u'CALL_-1207144839', u'INDIRECT_-1207142498'), ('const-47', u'INT_EQUAL_-1207145444'), (u'CALL_-1207146088', u'INDIRECT_-1207143341'), (u'INT_SUB_-1207146099', u'SUBPIECE_-1207143825'), ('tmp_1926', u'CBRANCH_-1207144908'), (u'INDIRECT_-1207142570', u'MULTIEQUAL_-1207142576'), (u'MULTIEQUAL_-1207141791', u'MULTIEQUAL_-1207141815'), (u'INT_EQUAL_-1207144979', u'CBRANCH_-1207144976'), (u'INT_ADD_-1207145469', u'STORE_-1207145472'), (u'PTRADD_-1207144690', u'CAST_-1207141535'), (u'INDIRECT_-1207141599', u'MULTIEQUAL_-1207141846'), (u'INT_EQUAL_-1207144660', u'MULTIEQUAL_-1207143330'), (u'CALL_-1207144839', u'INDIRECT_-1207142747'), (u'COPY_-1207142115', u'PTRADD_-1207145471'), (u'INT_EQUAL_-1207145917', u'CBRANCH_-1207145922'), ('const--136', u'PTRSUB_-1207141813'), (u'PTRADD_-1207144303', u'MULTIEQUAL_-1207143175'), (u'INT_EQUAL_-1207144612', u'CBRANCH_-1207144610'), (u'INT_NOTEQUAL_-1207144958', u'CBRANCH_-1207144956'), (u'INDIRECT_-1207141691', u'MULTIEQUAL_-1207141791'), (u'COPY_-1207141913', u'MULTIEQUAL_-1207143588'), (u'MULTIEQUAL_-1207142207', u'PTRADD_-1207145796'), (u'STORE_-1207144684', u'INDIRECT_-1207142027'), ('const-8', u'PTRSUB_-1207141919'), (u'INT_MULT_-1207143258', u'MULTIEQUAL_-1207143794'), ('const-433', u'STORE_-1207144710'), (u'COPY_-1207145935', u'CAST_-1207142106'), (u'INT_AND_-1207145466', u'INT_RIGHT_-1207145462'), ('const-63', u'INT_AND_-1207145753'), ('tmp_2636', u'BRANCH_-1207144353'), ('const-0', u'COPY_-1207143328'), (u'MULTIEQUAL_-1207143628', u'COPY_-1207142193'), (u'CALL_-1207144784', u'INDIRECT_-1207142044'), ('const-1', u'PTRADD_-1207145463'), (u'INDIRECT_-1207142569', u'MULTIEQUAL_-1207142300'), (u'CALL_-1207144723', u'INDIRECT_-1207142008'), (u'CALL_-1207144699', u'INDIRECT_-1207142053'), ('const-8', u'PTRSUB_-1207141991'), (u'PTRADD_-1207145851', u'COPY_-1207142178'), ('tmp_273', u'CBRANCH_-1207146071'), (u'MULTIEQUAL_-1207143381', u'PTRADD_-1207145481'), (u'CALL_-1207145501', u'INDIRECT_-1207142286'), ('const-0', u'INT_NOTEQUAL_-1207144232'), ('const-1', u'PTRADD_-1207145481'), ('const-0', u'COPY_-1207144674'), (u'INT_NOTEQUAL_-1207146240', u'CBRANCH_-1207146239'), ('const-433', u'LOAD_-1207145815'), ('tmp_1489', u'CBRANCH_-1207144658'), (u'CAST_-1207141204', u'MULTIEQUAL_-1207143354'), (u'INT_EQUAL_-1207144910', u'CBRANCH_-1207144908'), ('tmp_8578', u'PTRSUB_-1207141813'), (u'MULTIEQUAL_-1207143679', u'COPY_-1207142115'), ('const-433', u'LOAD_-1207144531'), ('tmp_651', u'CBRANCH_-1207145819'), (u'INT_EQUAL_-1207145465', u'CBRANCH_-1207145463'), (u'PTRADD_-1207144628', u'CALL_-1207144674'), (u'STORE_-1207144270', u'INDIRECT_-1207142212'), ('tmp_1289', u'BRANCH_-1207144694'), (u'INDIRECT_-1207142198', u'MULTIEQUAL_-1207142334'), (u'PTRADD_-1207145062', u'MULTIEQUAL_-1207143175'), (u'INT_RIGHT_-1207144655', u'INT_AND_-1207144657'), (u'INDIRECT_-1207142621', u'MULTIEQUAL_-1207142560'), (u'INDIRECT_-1207141896', u'MULTIEQUAL_-1207141896'), (u'MULTIEQUAL_-1207143628', u'CAST_-1207142166'), (u'MULTIEQUAL_-1207143628', u'CALL_-1207145022'), (u'CAST_-1207141572', u'CALL_-1207144626'), (u'MULTIEQUAL_-1207142517', u'MULTIEQUAL_-1207142973'), (u'INT_NOTEQUAL_-1207145087', u'CBRANCH_-1207145086'), ('const--1', u'PTRADD_-1207145330'), (u'INT_SUB_-1207144675', u'MULTIEQUAL_-1207142615'), ('const-433', u'LOAD_-1207145487'), (u'MULTIEQUAL_-1207143628', u'CALL_-1207145413'), (u'CALL_-1207146088', u'INDIRECT_-1207142621'), (u'MULTIEQUAL_-1207141870', u'MULTIEQUAL_-1207141850'), (u'COPY_-1207142193', u'MULTIEQUAL_-1207142207'), (u'CALL_-1207145443', u'INDIRECT_-1207142976'), (u'STORE_-1207144710', u'INDIRECT_-1207142071'), (u'INDIRECT_-1207142332', u'MULTIEQUAL_-1207142293'), (u'INT_ADD_-1207144708', u'INT_ADD_-1207144706'), (u'PTRSUB_-1207141959', u'STORE_-1207145558'), ('tmp_440', u'CBRANCH_-1207145922'), ('tmp_585', u'CBRANCH_-1207145859'), (u'MULTIEQUAL_-1207143324', u'MULTIEQUAL_-1207143265'), ('const-433', u'LOAD_-1207144267'), (u'INT_SUB_-1207146087', u'CALL_-1207146088'), (u'CAST_-1207141586', u'INT_SUB_-1207141686'), (u'COPY_-1207142148', u'MULTIEQUAL_-1207143679'), ('const-433', u'LOAD_-1207145537'), ('tmp_3239', u'CALL_-1207144875'), (u'CALL_-1207144839', u'INDIRECT_-1207142027'), ('const-433', u'LOAD_-1207145858'), ('const-433', u'LOAD_-1207145913'), (u'CALL_-1207145996', u'STORE_-1207145978'), (u'INDIRECT_-1207141956', u'INT_EQUAL_-1207144594'), (u'MULTIEQUAL_-1207141821', u'MULTIEQUAL_-1207142711'), (u'MULTIEQUAL_-1207143628', u'COPY_-1207141913'), (u'MULTIEQUAL_-1207142207', u'INT_EQUAL_-1207145465'), ('const-32', u'INT_EQUAL_-1207145950'), ('tmp_3239', u'CALL_-1207144723'), (u'INDIRECT_-1207142381', u'MULTIEQUAL_-1207142334'), (u'CAST_-1207142221', u'MULTIEQUAL_-1207143628'), (u'COPY_-1207141753', u'MULTIEQUAL_-1207143329'), (u'INT_ADD_-1207144689', u'CALL_-1207144674'), (u'CALL_-1207144461', u'INDIRECT_-1207142547'), ('const-1', u'PTRADD_-1207144628'), (u'CALL_-1207144875', u'INDIRECT_-1207142097'), ('const-2', u'PTRADD_-1207142155'), (u'COPY_-1207143328', u'MULTIEQUAL_-1207142770'), (u'PTRADD_-1207144952', u'COPY_-1207142286'), (u'COPY_-1207142045', u'MULTIEQUAL_-1207142033'), ('const-0', u'STORE_-1207145978'), (u'INDIRECT_-1207142212', u'MULTIEQUAL_-1207142255'), ('const--2', u'INT_ADD_-1207142345'), (u'INT_ADD_-1207142207', u'PTRADD_-1207145851'), ('const-1', u'PTRADD_-1207145321'), ('const-433', u'LOAD_-1207145109'), (u'MULTIEQUAL_-1207143692', u'PTRADD_-1207145481'), (u'INT_LESS_-1207145939', u'CBRANCH_-1207145948'), (u'INDIRECT_-1207141873', u'MULTIEQUAL_-1207141837'), (u'STORE_-1207145472', u'INDIRECT_-1207142734'), ('const-433', u'STORE_-1207145472'), ('const-0', u'CALL_-1207144626'), (u'PTRADD_-1207145463', u'MULTIEQUAL_-1207143354'), (u'MULTIEQUAL_-1207142211', u'INT_ZEXT_-1207144010'), ('const-8', u'PTRSUB_-1207141914'), ('const-0', u'PTRSUB_-1207141909'), (u'MULTIEQUAL_-1207143588', u'CAST_-1207142202'), (u'INDIRECT_-1207141873', u'MULTIEQUAL_-1207141846'), ('const-16', u'PTRSUB_-1207141986'), ('const-8', u'PTRSUB_-1207141944'), (u'PTRSUB_-1207141263', u'STORE_-1207144736'), ('const-0', u'PTRSUB_-1207141196'), (u'COPY_-1207143699', u'RETURN_-1207145334'), (u'MULTIEQUAL_-1207143828', u'INT_EQUAL_-1207145917'), (u'MULTIEQUAL_-1207142662', u'COPY_-1207142733'), ('const-0', u'INT_EQUAL_-1207144672'), (u'MULTIEQUAL_-1207143175', u'LOAD_-1207145109'), (u'INT_EQUAL_-1207145444', u'CBRANCH_-1207145442'), ('const-0', u'STORE_-1207146016'), (u'PTRADD_-1207142155', u'MULTIEQUAL_-1207141823'), (u'CALL_-1207145106', u'INDIRECT_-1207142680'), ('const-0', u'STORE_-1207144270'), ('const-1703830', u'COPY_-1207145935'), (u'MULTIEQUAL_-1207141816', u'MULTIEQUAL_-1207142187'), (u'CALL_-1207145996', u'INDIRECT_-1207142615'), (u'MULTIEQUAL_-1207143429', u'MULTIEQUAL_-1207143426'), (u'INT_AND_-1207144659', u'INT_RIGHT_-1207144655'), (u'CALL_-1207144260', u'INDIRECT_-1207141773'), ('const-1', u'PTRADD_-1207144957'), ('const-433', u'LOAD_-1207145028'), (u'MULTIEQUAL_-1207141825', u'INT_NOTEQUAL_-1207145087'), ('const-0', u'COPY_-1207143399'), (u'INDIRECT_-1207141553', u'MULTIEQUAL_-1207141800'), (u'LOAD_-1207145028', u'INT_NOTEQUAL_-1207144958'), ('const-1', u'PTRADD_-1207145471'), ('tmp_3238', u'PTRSUB_-1207141919'), ('const-433', u'LOAD_-1207144679'), ('const-1', u'PTRADD_-1207144952'), (u'INT_AND_-1207145751', u'INT_NOTEQUAL_-1207145765'), (u'MULTIEQUAL_-1207142207', u'PTRADD_-1207144618'), (u'MULTIEQUAL_-1207141916', u'MULTIEQUAL_-1207141896'), (u'INDIRECT_-1207142615', u'MULTIEQUAL_-1207142187'), (u'MULTIEQUAL_-1207141791', u'MULTIEQUAL_-1207142247'), (u'LOAD_-1207145069', u'INT_NOTEQUAL_-1207145053'), ('const-32', u'INT_LESS_-1207145939'), (u'CALL_-1207145443', u'INDIRECT_-1207142302'), (u'CAST_-1207141602', u'CALL_-1207144839'), (u'CALL_-1207146034', u'INDIRECT_-1207142637'), ('const-1', u'PTRADD_-1207144618'), (u'SUBPIECE_-1207143772', u'INT_SUB_-1207146087'), (u'COPY_-1207142184', u'MULTIEQUAL_-1207143567'), ('const-63', u'INT_AND_-1207144659'), ('const-1', u'PTRADD_-1207145007'), (u'INT_ZEXT_-1207143944', u'INT_AND_-1207145753'), ('const-0', u'INT_NOTEQUAL_-1207146240'), (u'LOAD_-1207145913', u'INT_LESS_-1207145896'), (u'LOAD_-1207145913', u'INT_EQUAL_-1207145896'), (u'COPY_-1207144674', u'MULTIEQUAL_-1207143442'), (u'MULTIEQUAL_-1207141823', u'CAST_-1207141602'), ('const-433', u'LOAD_-1207145975'), (u'INT_EQUAL_-1207145368', u'CBRANCH_-1207145365'), (u'LOAD_-1207145533', u'INT_LESS_-1207145494'), (u'INDIRECT_-1207142528', u'MULTIEQUAL_-1207142517'), ('const-0', u'CALL_-1207144260'), (u'LOAD_-1207145616', u'MULTIEQUAL_-1207143692'), (u'INT_EQUAL_-1207145000', u'CBRANCH_-1207144997'), (u'INT_NOTEQUAL_-1207144660', u'CBRANCH_-1207144658'), (u'MULTIEQUAL_-1207142770', u'COPY_-1207143699'), (u'CALL_-1207144674', u'INDIRECT_-1207142650'), ('const-1', u'INT_ADD_-1207144657'), (u'INT_ADD_-1207145579', u'INT_LESSEQUAL_-1207145575'), ('const-0', u'SUBPIECE_-1207143825'), ('const-433', u'STORE_-1207145978'), (u'INDIRECT_-1207143031', u'MULTIEQUAL_-1207143002'), ('const-10', u'INT_NOTEQUAL_-1207145053'), (u'INT_ZEXT_-1207144010', u'INT_AND_-1207144659'), (u'INT_ADD_-1207145586', u'INT_ADD_-1207145579'), (u'MULTIEQUAL_-1207141825', u'INT_EQUAL_-1207144929'), (u'CALL_-1207144626', u'INDIRECT_-1207142630'), (u'INT_SUB_-1207145081', u'INT_EQUAL_-1207145075'), ('const-0', u'PTRSUB_-1207141939'), (u'PTRADD_-1207145399', u'STORE_-1207145459'), (u'MULTIEQUAL_-1207141816', u'MULTIEQUAL_-1207142293'), ('const-0', u'INT_EQUAL_-1207145917'), (u'MULTIEQUAL_-1207143628', u'INT_EQUAL_-1207146057'), (u'INDIRECT_-1207141737', u'MULTIEQUAL_-1207141837'), (u'LOAD_-1207145815', u'INT_LESS_-1207145781'), (u'CALL_-1207144674', u'INDIRECT_-1207142401'), (u'CALL_-1207146271', u'CALL_-1207146088'), (u'INDIRECT_-1207142726', u'MULTIEQUAL_-1207142606'), (u'INT_ADD_-1207144506', u'INT_LESS_-1207144488'), (u'LOAD_-1207144680', u'INT_ADD_-1207144657'), ('const-433', u'LOAD_-1207144680'), ('tmp_384', u'CBRANCH_-1207145980'), (u'COPY_-1207142115', u'LOAD_-1207145459'), (u'MULTIEQUAL_-1207143317', u'MULTIEQUAL_-1207143314'), (u'MULTIEQUAL_-1207143794', u'INT_ADD_-1207145102'), ('tmp_2866', u'CBRANCH_-1207144232'), ('const-35', u'CALL_-1207145996'), (u'PTRSUB_-1207141914', u'STORE_-1207145472'), (u'INDIRECT_-1207142024', u'MULTIEQUAL_-1207142264'), (u'INDIRECT_-1207143289', u'INT_ZEXT_-1207145901'), (u'CALL_-1207144626', u'INDIRECT_-1207142381'), (u'LOAD_-1207144267', u'INT_NOTEQUAL_-1207144232'), (u'INT_MULT_-1207143118', u'INT_ADD_-1207142208'), (u'LOAD_-1207144531', u'CALL_-1207144505'), (u'PTRADD_-1207144957', u'COPY_-1207141753'), (u'INT_MULT_-1207143258', u'CALL_-1207145022'), (u'LOAD_-1207145028', u'INT_EQUAL_-1207144402'), (u'INDIRECT_-1207142630', u'MULTIEQUAL_-1207142526'), (u'MULTIEQUAL_-1207143628', u'CAST_-1207142201'), (u'INDIRECT_-1207142547', u'MULTIEQUAL_-1207142517'), (u'INT_ADD_-1207144657', u'MULTIEQUAL_-1207143556'), (u'CALL_-1207144839', u'INT_ADD_-1207141683'), ('tmp_3239', u'CALL_-1207146271'), ('const-4294982144', u'INT_RIGHT_-1207144655'), (u'MULTIEQUAL_-1207143828', u'INT_ADD_-1207145907'), ('tmp_3238', u'PTRSUB_-1207141214'), (u'INT_SUB_-1207144675', u'MULTIEQUAL_-1207143324'), (u'MULTIEQUAL_-1207141825', u'MULTIEQUAL_-1207142557'), (u'MULTIEQUAL_-1207143628', u'PTRADD_-1207145007'), (u'MULTIEQUAL_-1207143615', u'LOAD_-1207145911'), ('tmp_154', u'CBRANCH_-1207146239'), (u'CAST_-1207141235', u'INT_SUB_-1207144675'), (u'MULTIEQUAL_-1207143413', u'MULTIEQUAL_-1207143381'), (u'CAST_-1207142285', u'MULTIEQUAL_-1207143628'), (u'LOAD_-1207145649', u'INT_EQUAL_-1207145631'), (u'CALL_-1207146205', u'INDIRECT_-1207143429'), ('const-0', u'CALL_-1207144626'), (u'INT_SUB_-1207146099', u'INT_SUB_-1207145081'), (u'CAST_-1207142195', u'CALL_-1207146088'), (u'INT_NOTEQUAL_-1207144232', u'CBRANCH_-1207144232'), (u'CAST_-1207141548', u'INT_SUB_-1207141649'), ('const-9', u'INT_NOTEQUAL_-1207145067'), (u'INDIRECT_-1207141727', u'MULTIEQUAL_-1207141870'), (u'CALL_-1207146034', u'INDIRECT_-1207142591'), (u'INDIRECT_-1207143429', u'MULTIEQUAL_-1207143323'), ('tmp_2750', u'CBRANCH_-1207144244'), (u'INT_EQUAL_-1207144660', u'CBRANCH_-1207144659'), ('const-433', u'LOAD_-1207145616'), (u'INT_AND_-1207144657', u'INT_EQUAL_-1207144672'), (u'LOAD_-1207144680', u'MULTIEQUAL_-1207143692'), (u'PTRADD_-1207141488', u'LOAD_-1207144531'), (u'CAST_-1207142144', u'CALL_-1207145996'), (u'CAST_-1207141761', u'CALL_-1207144260'), (u'COPY_-1207142178', u'MULTIEQUAL_-1207143615'), ('const-0', u'INT_NOTEQUAL_-1207144958'), (u'CALL_-1207144191', u'INDIRECT_-1207141737'), ('const-1', u'INT_AND_-1207144657'), ('tmp_3238', u'PTRSUB_-1207141196'), (u'CAST_-1207142202', u'INT_SUB_-1207146099'), ('const-16', u'PTRSUB_-1207141214'), (u'CALL_-1207145443', u'INT_EQUAL_-1207145429'), (u'CALL_-1207145413', u'INDIRECT_-1207142710'), (u'MULTIEQUAL_-1207143615', u'PTRADD_-1207145851'), (u'INDIRECT_-1207143092', u'MULTIEQUAL_-1207143021'), (u'INDIRECT_-1207143040', u'MULTIEQUAL_-1207142983'), (u'MULTIEQUAL_-1207142983', u'MULTIEQUAL_-1207142604'), (u'MULTIEQUAL_-1207142615', u'INT_ADD_-1207144731'), (u'INT_RIGHT_-1207145462', u'INT_AND_-1207145464'), (u'PTRSUB_-1207141944', u'LOAD_-1207145537'), ('const-1', u'PTRADD_-1207144966'), (u'MULTIEQUAL_-1207143588', u'CAST_-1207142195'), ('const-433', u'LOAD_-1207145527'), (u'INT_NOTEQUAL_-1207145053', u'CBRANCH_-1207145049'), (u'CALL_-1207146205', u'CAST_-1207142285'), (u'MULTIEQUAL_-1207142207', u'COPY_-1207142131'), (u'LOAD_-1207145533', u'INT_ZEXT_-1207143845'), (u'MULTIEQUAL_-1207142207', u'LOAD_-1207145815'), (u'MULTIEQUAL_-1207143330', u'MULTIEQUAL_-1207143317'), (u'STORE_-1207144736', u'INDIRECT_-1207142089'), (u'MULTIEQUAL_-1207143556', u'STORE_-1207145558'), ('tmp_3238', u'PTRSUB_-1207141914'), (u'INDIRECT_-1207142286', u'MULTIEQUAL_-1207142247'), (u'CALL_-1207144122', u'INDIRECT_-1207141553'), (u'CALL_-1207144723', u'INDIRECT_-1207142433'), (u'INT_EQUAL_-1207144672', u'CBRANCH_-1207144673'), ('tmp_2519', u'CBRANCH_-1207144439'), (u'CALL_-1207144505', u'INDIRECT_-1207142570'), ('tmp_1857', u'CBRANCH_-1207144956'), ('tmp_693', u'CBRANCH_-1207145789'), ('const-9', u'INT_EQUAL_-1207145820'), ('tmp_3091', u'CBRANCH_-1207145049'), (u'CALL_-1207146205', u'INDIRECT_-1207142755'), (u'CAST_-1207141204', u'STORE_-1207144710'), (u'COPY_-1207142131', u'MULTIEQUAL_-1207143679'), (u'CAST_-1207142166', u'CALL_-1207146034'), (u'COPY_-1207145945', u'MULTIEQUAL_-1207143828'), ('const-0', u'INT_EQUAL_-1207145479'), (u'MULTIEQUAL_-1207142207', u'PTRADD_-1207145062'), (u'CALL_-1207145996', u'INDIRECT_-1207143289'), ('tmp_303', u'CBRANCH_-1207146055'), ('tmp_1829', u'CBRANCH_-1207144976'), ('tmp_2318', u'CBRANCH_-1207144589'), ('tmp_3238', u'PTRSUB_-1207141909'), (u'CALL_-1207146205', u'INDIRECT_-1207142709'), ('const-1', u'INT_ADD_-1207145586'), (u'PTRADD_-1207145463', u'INT_EQUAL_-1207145465'), (u'INDIRECT_-1207141773', u'INT_NOTEQUAL_-1207144215'), ('const-47', u'INT_EQUAL_-1207144910'), (u'INDIRECT_-1207142321', u'MULTIEQUAL_-1207142314'), (u'CALL_-1207145501', u'INDIRECT_-1207143006'), (u'INDIRECT_-1207141827', u'MULTIEQUAL_-1207141791'), ('const-433', u'STORE_-1207144710'), (u'INDIRECT_-1207142067', u'MULTIEQUAL_-1207142738'), ('const-0', u'INT_EQUAL_-1207144612'), (u'LOAD_-1207145858', u'INT_EQUAL_-1207145838'), (u'MULTIEQUAL_-1207143265', u'CALL_-1207145501'), ('const-1', u'INT_ADD_-1207144506'), (u'INDIRECT_-1207142765', u'MULTIEQUAL_-1207142738'), ('tmp_341', u'CBRANCH_-1207146018'), ('const-0', u'INT_EQUAL_-1207145049'), (u'CALL_-1207145106', u'INT_EQUAL_-1207145075'), ('tmp_711', u'CBRANCH_-1207145766'), (u'CALL_-1207145996', u'INDIRECT_-1207142569'), (u'COPY_-1207143399', u'MULTIEQUAL_-1207142615'), ('const-0', u'INT_EQUAL_-1207145429'), (u'CALL_-1207145501', u'INDIRECT_-1207142332'), (u'MULTIEQUAL_-1207141825', u'INT_NOTEQUAL_-1207145067'), (u'INDIRECT_-1207141827', u'MULTIEQUAL_-1207141800'), ('const--1', u'INT_ADD_-1207145102'), (u'MULTIEQUAL_-1207141823', u'LOAD_-1207144267'), (u'PTRADD_-1207145463', u'COPY_-1207142106'), ('const-1', u'PTRADD_-1207145796'), ('const-433', u'LOAD_-1207145459'), (u'MULTIEQUAL_-1207143175', u'MULTIEQUAL_-1207141823'), (u'CALL_-1207145106', u'INDIRECT_-1207142726'), (u'COPY_-1207144243', u'MULTIEQUAL_-1207142146'), (u'INDIRECT_-1207142547', u'MULTIEQUAL_-1207142526'), ('tmp_1338', u'CBRANCH_-1207145502'), (u'CALL_-1207146271', u'INDIRECT_-1207142749'), (u'MULTIEQUAL_-1207143324', u'INT_ADD_-1207144706'), (u'LOAD_-1207145459', u'MULTIEQUAL_-1207142027'), (u'MULTIEQUAL_-1207143567', u'PTRADD_-1207145856'), ('const-63', u'INT_AND_-1207145466'), ('tmp_1896', u'CBRANCH_-1207144928'), (u'INT_NOTEQUAL_-1207145981', u'CBRANCH_-1207145980'), (u'INT_ZEXT_-1207145906', u'INT_MULT_-1207143118'), ('const-16', u'PTRSUB_-1207141263'), (u'INDIRECT_-1207142615', u'MULTIEQUAL_-1207142346'), (u'INDIRECT_-1207142298', u'MULTIEQUAL_-1207142255'), (u'CALL_-1207145106', u'INDIRECT_-1207143400'), (u'CALL_-1207144839', u'INDIRECT_-1207142073'), (u'CAST_-1207141510', u'PTRADD_-1207144628'), (u'MULTIEQUAL_-1207141821', u'MULTIEQUAL_-1207142511'), ('tmp_1356', u'CBRANCH_-1207145479'), (u'INDIRECT_-1207143289', u'MULTIEQUAL_-1207142867'), (u'INT_AND_-1207145753', u'INT_RIGHT_-1207145749'), (u'INT_ZEXT_-1207145901', u'INT_MULT_-1207143117'), (u'CALL_-1207144784', u'INDIRECT_-1207141998'), (u'CALL_-1207144260', u'INT_EQUAL_-1207144246'), ('tmp_2459', u'CBRANCH_-1207144484'), (u'STORE_-1207144704', u'INDIRECT_-1207142067'), ('const-433', u'STORE_-1207144270'), ('tmp_3238', u'PTRSUB_-1207142009'), ('const-2', u'INT_SUB_-1207141686'), (u'MULTIEQUAL_-1207142517', u'MULTIEQUAL_-1207141822'), (u'STORE_-1207146016', u'INDIRECT_-1207143031'), ('tmp_2907', u'CBRANCH_-1207144659'), ('const-0', u'INT_EQUAL_-1207144929')] | [('tmp_1725', u'CBRANCH_-1207145066'), (u'PTRADD_-1207144952', u'COPY_-1207142303'), ('const-433', u'LOAD_-1207145069'), (u'CAST_-1207141590', u'MULTIEQUAL_-1207142085'), (u'MULTIEQUAL_-1207142044', u'INT_EQUAL_-1207145444'), ('const-1', u'PTRADD_-1207141258'), (u'INDIRECT_-1207142633', u'MULTIEQUAL_-1207142599'), ('const-433', u'STORE_-1207145459'), ('const-1', u'PTRADD_-1207141932'), ('const-256', u'CALL_-1207146205'), (u'CALL_-1207145443', u'INDIRECT_-1207142736'), ('const-1', u'PTRADD_-1207144618'), (u'CALL_-1207144699', u'INDIRECT_-1207141637'), (u'INT_ADD_-1207145527', u'CAST_-1207141897'), ('const-0', u'INT_NOTEQUAL_-1207145981'), ('const-8', u'PTRADD_-1207141932'), (u'CALL_-1207144725', u'INDIRECT_-1207142109'), ('const-1', u'PTRADD_-1207144966'), (u'INT_EQUAL_-1207144594', u'CBRANCH_-1207144589'), (u'MULTIEQUAL_-1207142155', u'INT_EQUAL_-1207144444'), (u'INT_LESS_-1207145950', u'MULTIEQUAL_-1207143445'), (u'CALL_-1207144784', u'INDIRECT_-1207142053'), (u'CAST_-1207141590', u'PTRADD_-1207144628'), (u'MULTIEQUAL_-1207141834', u'INT_EQUAL_-1207145049'), ('const-1', u'PTRADD_-1207145062'), ('const-62', u'INT_LESS_-1207145781'), ('const-0', u'INT_EQUAL_-1207146074'), ('const-32', u'INT_EQUAL_-1207145000'), (u'COPY_-1207142132', u'PTRADD_-1207145471'), ('const-433', u'STORE_-1207146016'), ('const-433', u'LOAD_-1207145609'), (u'INDIRECT_-1207141684', u'MULTIEQUAL_-1207142330'), (u'STORE_-1207145459', u'INDIRECT_-1207142735'), (u'COPY_-1207143402', u'MULTIEQUAL_-1207142618'), (u'CALL_-1207144191', u'INDIRECT_-1207142171'), (u'INDIRECT_-1207142676', u'MULTIEQUAL_-1207142615'), ('tmp_803', u'CBRANCH_-1207145629'), ('const-47', u'CALL_-1207144875'), (u'MULTIEQUAL_-1207143333', u'MULTIEQUAL_-1207143320'), (u'PTRADD_-1207145856', u'COPY_-1207142193'), (u'MULTIEQUAL_-1207142050', u'PTRADD_-1207145330'), ('const-1', u'PTRADD_-1207145471'), (u'CALL_-1207144839', u'INDIRECT_-1207142082'), (u'MULTIEQUAL_-1207143429', u'BOOL_NEGATE_-1207143111'), (u'INT_SUB_-1207141662', u'PTRADD_-1207144690'), ('const-1', u'PTRADD_-1207144952'), (u'MULTIEQUAL_-1207143268', u'INT_ADD_-1207145469'), (u'MULTIEQUAL_-1207142220', u'INT_LESS_-1207145950'), (u'MULTIEQUAL_-1207142220', u'INT_EQUAL_-1207145950'), (u'MULTIEQUAL_-1207141825', u'MULTIEQUAL_-1207141846'), ('const-1', u'PTRADD_-1207144966'), (u'COPY_-1207142106', u'MULTIEQUAL_-1207143682'), (u'PTRADD_-1207144303', u'MULTIEQUAL_-1207143178'), (u'STORE_-1207144736', u'INDIRECT_-1207142098'), (u'COPY_-1207143160', u'MULTIEQUAL_-1207143047'), (u'PTRADD_-1207141231', u'STORE_-1207144710'), (u'CAST_-1207141590', u'MULTIEQUAL_-1207142155'), (u'CALL_-1207144784', u'INDIRECT_-1207142721'), ('const--2', u'INT_MULT_-1207143121'), (u'CALL_-1207146205', u'INDIRECT_-1207142764'), (u'LOAD_-1207145911', u'INT_EQUAL_-1207145896'), (u'LOAD_-1207145911', u'INT_LESS_-1207145896'), (u'BOOL_AND_-1207145859', u'INT_EQUAL_-1207145861'), (u'INDIRECT_-1207142330', u'MULTIEQUAL_-1207142323'), (u'INT_EQUAL_-1207145838', u'CBRANCH_-1207145837'), ('const-0', u'CALL_-1207144626'), (u'LOAD_-1207145028', u'INT_EQUAL_-1207144979'), ('tmp_2569', u'CBRANCH_-1207144400'), ('const-9', u'INT_NOTEQUAL_-1207145067'), (u'INDIRECT_-1207143040', u'MULTIEQUAL_-1207143011'), ('const-433', u'LOAD_-1207145527'), (u'INT_ZEXT_-1207143945', u'INT_AND_-1207145753'), (u'COPY_-1207142193', u'MULTIEQUAL_-1207143570'), (u'CALL_-1207144424', u'INDIRECT_-1207141863'), (u'MULTIEQUAL_-1207142216', u'PTRADD_-1207145062'), (u'MULTIEQUAL_-1207142216', u'PTRADD_-1207145796'), ('const-0', u'INT_EQUAL_-1207144246'), (u'CALL_-1207144260', u'INDIRECT_-1207142207'), (u'CAST_-1207141206', u'STORE_-1207144710'), (u'MULTIEQUAL_-1207143268', u'CALL_-1207145501'), (u'PTRADD_-1207144747', u'CALL_-1207144784'), (u'INT_ADD_-1207145445', u'CAST_-1207141856'), ('const-433', u'LOAD_-1207145383'), (u'LOAD_-1207144679', u'INT_NOTEQUAL_-1207144660'), (u'MULTIEQUAL_-1207143831', u'INT_EQUAL_-1207145917'), (u'INT_ADD_-1207144706', u'STORE_-1207144710'), ('tmp_8579', u'PTRADD_-1207141971'), (u'PTRADD_-1207145330', u'INT_EQUAL_-1207145368'), (u'INT_MULT_-1207143121', u'INT_ADD_-1207142218'), (u'LOAD_-1207144679', u'MULTIEQUAL_-1207143416'), (u'INT_NOTEQUAL_-1207145067', u'CBRANCH_-1207145066'), ('const-35', u'CALL_-1207145996'), ('const-2', u'PTRADD_-1207142164'), (u'CALL_-1207144725', u'INDIRECT_-1207141684'), ('const-433', u'LOAD_-1207145815'), (u'COPY_-1207142303', u'MULTIEQUAL_-1207143591'), ('const-0', u'INT_EQUAL_-1207144444'), ('const-0', u'COPY_-1207143160'), (u'INDIRECT_-1207142624', u'MULTIEQUAL_-1207142355'), (u'SUBPIECE_-1207143775', u'INT_SUB_-1207146087'), (u'INDIRECT_-1207142550', u'MULTIEQUAL_-1207142520'), ('const-257', u'INT_ADD_-1207144731'), ('const-1', u'PTRADD_-1207145463'), ('const-1', u'PTRADD_-1207141210'), (u'INT_SUB_-1207144675', u'MULTIEQUAL_-1207143327'), (u'INT_AND_-1207145464', u'INT_EQUAL_-1207145479'), ('const-0', u'COPY_-1207144243'), (u'CAST_-1207141590', u'CALL_-1207144626'), (u'INT_NOTEQUAL_-1207144215', u'CBRANCH_-1207144210'), ('const-433', u'LOAD_-1207145109'), ('const-1', u'INT_AND_-1207145464'), ('const-2', u'INT_SUB_-1207141699'), (u'CALL_-1207144875', u'PTRADD_-1207144690'), (u'PTRADD_-1207141927', u'STORE_-1207145472'), (u'MULTIEQUAL_-1207141834', u'MULTIEQUAL_-1207142566'), (u'CALL_-1207144260', u'INDIRECT_-1207141782'), (u'INDIRECT_-1207142390', u'MULTIEQUAL_-1207142343'), (u'MULTIEQUAL_-1207142216', u'LOAD_-1207145815'), (u'INT_RIGHT_-1207145749', u'INT_AND_-1207145751'), (u'PTRADD_-1207142164', u'LOAD_-1207144396'), (u'CALL_-1207144725', u'INDIRECT_-1207142352'), (u'BOOL_NEGATE_-1207143111', u'BOOL_AND_-1207145859'), (u'CALL_-1207144505', u'INDIRECT_-1207141905'), (u'CAST_-1207142218', u'INT_SUB_-1207146099'), (u'INT_ZEXT_-1207143848', u'INT_AND_-1207145466'), (u'INDIRECT_-1207143403', u'MULTIEQUAL_-1207143289'), (u'CALL_-1207144699', u'INDIRECT_-1207142062'), (u'CALL_-1207146271', u'INT_NOTEQUAL_-1207146240'), ('tmp_8580', u'CAST_-1207141604'), (u'MULTIEQUAL_-1207143332', u'COPY_-1207141801'), (u'CALL_-1207145996', u'INDIRECT_-1207143049'), ('tmp_2881', u'CBRANCH_-1207144673'), (u'CALL_-1207144839', u'INT_ADD_-1207141696'), (u'INDIRECT_-1207143369', u'MULTIEQUAL_-1207143326'), (u'CAST_-1207141553', u'CALL_-1207144723'), (u'COPY_-1207142062', u'MULTIEQUAL_-1207142050'), (u'INDIRECT_-1207142774', u'MULTIEQUAL_-1207142747'), (u'INDIRECT_-1207143292', u'MULTIEQUAL_-1207143030'), (u'CALL_-1207146034', u'STORE_-1207146016'), (u'INDIRECT_-1207142736', u'MULTIEQUAL_-1207143068'), (u'INT_ADD_-1207145907', u'MULTIEQUAL_-1207143831'), ('const-8', u'PTRADD_-1207142003'), ('const-32', u'INT_LESS_-1207145939'), ('const-1', u'PTRADD_-1207144957'), (u'STORE_-1207145541', u'INDIRECT_-1207142774'), (u'CAST_-1207141856', u'STORE_-1207145459'), (u'PTRSUB_-1207141826', u'CALL_-1207144626'), (u'CALL_-1207144723', u'INDIRECT_-1207142685'), (u'CALL_-1207146034', u'INT_NOTEQUAL_-1207146019'), (u'MULTIEQUAL_-1207141846', u'MULTIEQUAL_-1207141825'), (u'INDIRECT_-1207142450', u'MULTIEQUAL_-1207142599'), (u'CALL_-1207146271', u'CALL_-1207145443'), ('const-0', u'INT_NOTEQUAL_-1207146019'), (u'INDIRECT_-1207142288', u'MULTIEQUAL_-1207142264'), (u'CALL_-1207146088', u'CALL_-1207145106'), ('const-1', u'INT_ADD_-1207144689'), (u'COPY_-1207145401', u'MULTIEQUAL_-1207143590'), (u'INT_EQUAL_-1207145631', u'CBRANCH_-1207145629'), ('const-1', u'PTRADD_-1207145851'), ('const-1', u'INT_SUB_-1207141662'), (u'INDIRECT_-1207142276', u'MULTIEQUAL_-1207142529'), (u'MULTIEQUAL_-1207142992', u'MULTIEQUAL_-1207142613'), (u'LOAD_-1207145815', u'INT_ZEXT_-1207143945'), (u'INDIRECT_-1207143049', u'MULTIEQUAL_-1207142992'), (u'CALL_-1207144122', u'INDIRECT_-1207142276'), (u'CALL_-1207144505', u'INDIRECT_-1207142573'), (u'CALL_-1207144839', u'INDIRECT_-1207142507'), ('const-256', u'INT_ADD_-1207144708'), ('const-1', u'PTRADD_-1207145321'), (u'STORE_-1207144704', u'INDIRECT_-1207142076'), (u'COPY_-1207142456', u'CALL_-1207146271'), ('tmp_623', u'CBRANCH_-1207145837'), ('const-1', u'INT_ADD_-1207142217'), ('const-433', u'LOAD_-1207145911'), (u'INT_LESS_-1207145781', u'CBRANCH_-1207145789'), (u'CAST_-1207142302', u'MULTIEQUAL_-1207143631'), (u'MULTIEQUAL_-1207143030', u'MULTIEQUAL_-1207143003'), ('const-0', u'CALL_-1207144260'), ('const-433', u'LOAD_-1207144267'), ('const-433', u'LOAD_-1207144396'), ('tmp_8579', u'PTRADD_-1207141279'), (u'MULTIEQUAL_-1207142216', u'COPY_-1207142165'), (u'INT_ADD_-1207145509', u'CAST_-1207141889'), (u'CAST_-1207141604', u'INT_SUB_-1207141699'), (u'MULTIEQUAL_-1207142216', u'PTRADD_-1207144618'), (u'MULTIEQUAL_-1207143618', u'PTRADD_-1207145851'), (u'INT_NOTEQUAL_-1207145765', u'CBRANCH_-1207145766'), (u'LOAD_-1207145487', u'INT_ADD_-1207145469'), (u'INDIRECT_-1207142036', u'MULTIEQUAL_-1207142772'), (u'CALL_-1207144784', u'INDIRECT_-1207142478'), (u'PTRADD_-1207141932', u'LOAD_-1207145487'), ('const-433', u'STORE_-1207145541'), ('tmp_8579', u'LOAD_-1207145468'), (u'MULTIEQUAL_-1207142216', u'COPY_-1207142148'), (u'MULTIEQUAL_-1207143631', u'COPY_-1207141930'), (u'MULTIEQUAL_-1207142085', u'CALL_-1207144424'), (u'INDIRECT_-1207141608', u'MULTIEQUAL_-1207141855'), ('const-0', u'STORE_-1207146016'), (u'INDIRECT_-1207142390', u'MULTIEQUAL_-1207142273'), ('const-32', u'INT_LESS_-1207145950'), (u'INDIRECT_-1207141965', u'INT_EQUAL_-1207144594'), ('tmp_8579', u'CALL_-1207144505'), (u'CALL_-1207146205', u'INDIRECT_-1207143432'), (u'LOAD_-1207145609', u'INT_ADD_-1207144708'), (u'INDIRECT_-1207142307', u'MULTIEQUAL_-1207142264'), (u'PTRADD_-1207144966', u'LOAD_-1207145028'), (u'CAST_-1207142212', u'CALL_-1207146088'), (u'INT_LESSEQUAL_-1207145575', u'CBRANCH_-1207145573'), ('const-0', u'INT_EQUAL_-1207145631'), (u'INT_EQUAL_-1207145049', u'CBRANCH_-1207145048'), (u'INT_EQUAL_-1207145429', u'CBRANCH_-1207145428'), (u'CALL_-1207144626', u'INT_EQUAL_-1207144612'), (u'PTRADD_-1207145796', u'LOAD_-1207145858'), ('tmp_1751', u'CBRANCH_-1207145048'), (u'CALL_-1207145022', u'INDIRECT_-1207143126'), (u'INDIRECT_-1207142341', u'MULTIEQUAL_-1207142302'), (u'COPY_-1207142132', u'PTRADD_-1207145463'), (u'CALL_-1207146271', u'INDIRECT_-1207143472'), ('tmp_507', u'CBRANCH_-1207145897'), (u'MULTIEQUAL_-1207143631', u'CAST_-1207142183'), (u'MULTIEQUAL_-1207143570', u'LOAD_-1207145913'), ('const--1', u'PTRADD_-1207145330'), ('const-1', u'PTRADD_-1207144628'), ('tmp_8579', u'PTRADD_-1207141258'), (u'PTRSUB_-1207141826', u'CALL_-1207144461'), (u'INT_EQUAL_-1207145861', u'CBRANCH_-1207145859'), (u'CALL_-1207146088', u'INDIRECT_-1207143344'), (u'INDIRECT_-1207142531', u'MULTIEQUAL_-1207142520'), (u'MULTIEQUAL_-1207142050', u'PTRADD_-1207145321'), ('tmp_2796', u'CBRANCH_-1207144210'), (u'MULTIEQUAL_-1207143631', u'CAST_-1207142218'), (u'INT_NOTEQUAL_-1207146019', u'CBRANCH_-1207146018'), (u'INT_LESS_-1207144488', u'CBRANCH_-1207144484'), ('const--2', u'PTRADD_-1207145321'), ('const-1', u'PTRADD_-1207141956'), (u'MULTIEQUAL_-1207143327', u'MULTIEQUAL_-1207143268'), ('tmp_8573', u'PTRSUB_-1207141826'), (u'MULTIEQUAL_-1207143047', u'INT_ADD_-1207144506'), (u'INDIRECT_-1207142307', u'MULTIEQUAL_-1207142273'), (u'CAST_-1207141590', u'CALL_-1207144723'), (u'CALL_-1207145996', u'INT_NOTEQUAL_-1207145981'), (u'CALL_-1207145443', u'INDIRECT_-1207142311'), (u'CALL_-1207144875', u'PTRADD_-1207144747'), (u'CALL_-1207146088', u'INDIRECT_-1207143101'), (u'INT_EQUAL_-1207145896', u'MULTIEQUAL_-1207143317'), (u'INT_EQUAL_-1207144246', u'CBRANCH_-1207144244'), ('const-2', u'PTRADD_-1207141231'), (u'PTRADD_-1207145007', u'LOAD_-1207145069'), (u'CALL_-1207144875', u'INDIRECT_-1207142106'), ('tmp_8579', u'PTRADD_-1207141998'), (u'PTRADD_-1207144618', u'LOAD_-1207144670'), ('const-0', u'SUBPIECE_-1207143775'), (u'INDIRECT_-1207142221', u'MULTIEQUAL_-1207142520'), ('const-1', u'PTRADD_-1207144957'), (u'MULTIEQUAL_-1207141830', u'MULTIEQUAL_-1207142520'), ('const-8', u'PTRADD_-1207145062'), (u'CALL_-1207144626', u'INDIRECT_-1207141965'), ('tmp_1386', u'CBRANCH_-1207145463'), (u'CAST_-1207142161', u'CALL_-1207145996'), (u'INT_ADD_-1207145469', u'INT_ADD_-1207145445'), (u'INT_LESS_-1207145896', u'MULTIEQUAL_-1207143429'), (u'INDIRECT_-1207141965', u'MULTIEQUAL_-1207141925'), ('const-0', u'CALL_-1207144260'), (u'PTRADD_-1207145471', u'LOAD_-1207145533'), (u'CAST_-1207141253', u'INT_SUB_-1207144675'), ('const-433', u'LOAD_-1207145975'), (u'INT_EQUAL_-1207146074', u'CBRANCH_-1207146071'), (u'CALL_-1207144839', u'INT_ADD_-1207144689'), (u'MULTIEQUAL_-1207142216', u'INT_EQUAL_-1207145368'), (u'INDIRECT_-1207141863', u'MULTIEQUAL_-1207141846'), (u'INDIRECT_-1207142736', u'MULTIEQUAL_-1207142696'), (u'MULTIEQUAL_-1207142220', u'INT_EQUAL_-1207144660'), (u'INDIRECT_-1207143432', u'MULTIEQUAL_-1207143326'), (u'INT_MULT_-1207143120', u'INT_ADD_-1207142217'), ('const-1', u'COPY_-1207145401'), (u'MULTIEQUAL_-1207143416', u'MULTIEQUAL_-1207143384'), (u'MULTIEQUAL_-1207141832', u'CALL_-1207144674'), (u'COPY_-1207145935', u'CAST_-1207142123'), (u'INT_EQUAL_-1207146057', u'CBRANCH_-1207146055'), (u'LOAD_-1207145616', u'INT_ADD_-1207145586'), (u'CALL_-1207146271', u'CALL_-1207145401'), ('const-0', u'STORE_-1207144704'), (u'INT_ZEXT_-1207144011', u'INT_AND_-1207144659'), (u'COPY_-1207143402', u'MULTIEQUAL_-1207143327'), (u'MULTIEQUAL_-1207143695', u'INT_ADD_-1207145527'), (u'INT_EQUAL_-1207145950', u'MULTIEQUAL_-1207143333'), ('const-10', u'INT_NOTEQUAL_-1207145053'), (u'MULTIEQUAL_-1207143357', u'CALL_-1207145501'), (u'MULTIEQUAL_-1207141825', u'MULTIEQUAL_-1207142302'), ('const-4294982144', u'INT_RIGHT_-1207144655'), (u'INDIRECT_-1207142735', u'MULTIEQUAL_-1207142720'), ('tmp_1064', u'CBRANCH_-1207145428'), (u'STORE_-1207146016', u'INDIRECT_-1207143040'), (u'CALL_-1207144875', u'INDIRECT_-1207142531'), ('const-0', u'STORE_-1207144270'), ('const-1703830', u'COPY_-1207145935'), (u'PTRADD_-1207145463', u'COPY_-1207142123'), ('const-0', u'STORE_-1207145459'), ('tmp_2282', u'CBRANCH_-1207144610'), ('const-0', u'COPY_-1207144208'), (u'COPY_-1207142165', u'MULTIEQUAL_-1207143682'), (u'INT_EQUAL_-1207144444', u'CBRANCH_-1207144439'), ('const-1', u'PTRADD_-1207144303'), ('tmp_8579', u'PTRADD_-1207141927'), (u'INDIRECT_-1207143292', u'INT_ZEXT_-1207145901'), ('const-7', u'COPY_-1207145945'), ('const-0', u'INT_NOTEQUAL_-1207144660'), (u'MULTIEQUAL_-1207141830', u'MULTIEQUAL_-1207142720'), ('const-7', u'PTRADD_-1207145796'), (u'INT_ADD_-1207145102', u'INT_SUB_-1207145081'), (u'CALL_-1207144191', u'INDIRECT_-1207141746'), ('tmp_872', u'CBRANCH_-1207145573'), (u'CAST_-1207142219', u'INT_SUB_-1207146099'), (u'INT_EQUAL_-1207144660', u'MULTIEQUAL_-1207143333'), (u'CALL_-1207145022', u'CAST_-1207142238'), ('const-8', u'PTRADD_-1207141971'), (u'CALL_-1207144674', u'INDIRECT_-1207142653'), (u'MULTIEQUAL_-1207143631', u'CAST_-1207142161'), ('const-1', u'PTRADD_-1207145856'), (u'MULTIEQUAL_-1207142992', u'MULTIEQUAL_-1207142772'), ('const-256', u'COPY_-1207146230'), ('const-9', u'INT_EQUAL_-1207145820'), (u'INT_ADD_-1207144731', u'STORE_-1207144736'), ('const-1', u'INT_ADD_-1207142218'), (u'MULTIEQUAL_-1207141832', u'LOAD_-1207144267'), (u'INDIRECT_-1207141782', u'INT_NOTEQUAL_-1207144215'), (u'PTRSUB_-1207141826', u'CALL_-1207144122'), (u'MULTIEQUAL_-1207143384', u'INT_ADD_-1207145527'), (u'MULTIEQUAL_-1207143797', u'INT_MULT_-1207143261'), (u'LOAD_-1207145975', u'MULTIEQUAL_-1207142220'), (u'COPY_-1207142201', u'MULTIEQUAL_-1207143570'), (u'INT_LESS_-1207145494', u'CBRANCH_-1207145502'), (u'CALL_-1207145996', u'INDIRECT_-1207143292'), (u'MULTIEQUAL_-1207143327', u'INT_ADD_-1207145579'), (u'LOAD_-1207145459', u'MULTIEQUAL_-1207142044'), ('tmp_1547', u'CBRANCH_-1207145365'), (u'STORE_-1207145472', u'INDIRECT_-1207142743'), (u'LOAD_-1207145533', u'INT_ZEXT_-1207143848'), (u'COPY_-1207145945', u'MULTIEQUAL_-1207143831'), (u'STORE_-1207144710', u'INDIRECT_-1207142080'), (u'CALL_-1207144674', u'INDIRECT_-1207142410'), (u'INDIRECT_-1207141746', u'MULTIEQUAL_-1207141846'), (u'CALL_-1207145106', u'INDIRECT_-1207143160'), (u'INT_ADD_-1207142355', u'PTRADD_-1207145007'), (u'COPY_-1207144243', u'MULTIEQUAL_-1207142155'), (u'MULTIEQUAL_-1207141834', u'INT_NOTEQUAL_-1207145087'), ('const-2305843013508676097', u'INT_RIGHT_-1207145749'), ('tmp_2653', u'BRANCH_-1207144119'), ('const-0', u'INT_EQUAL_-1207144594'), ('const-47', u'INT_EQUAL_-1207145444'), (u'CALL_-1207144699', u'STORE_-1207144684'), (u'CALL_-1207144461', u'INDIRECT_-1207141882'), ('const-2', u'PTRADD_-1207141279'), ('const-0', u'INT_EQUAL_-1207144660'), (u'COPY_-1207144674', u'MULTIEQUAL_-1207143445'), ('tmp_429', u'CBRANCH_-1207145948'), (u'PTRADD_-1207144618', u'MULTIEQUAL_-1207142216'), (u'CAST_-1207141220', u'MULTIEQUAL_-1207143357'), ('const-9', u'INT_EQUAL_-1207144979'), (u'INDIRECT_-1207143101', u'MULTIEQUAL_-1207143030'), (u'INT_EQUAL_-1207145479', u'CBRANCH_-1207145479'), (u'COPY_-1207142195', u'MULTIEQUAL_-1207143618'), ('const-1', u'PTRADD_-1207142164'), ('const-433', u'STORE_-1207144710'), (u'INDIRECT_-1207143126', u'MULTIEQUAL_-1207143068'), (u'CALL_-1207145413', u'INDIRECT_-1207142719'), (u'LOAD_-1207145858', u'INT_EQUAL_-1207145820'), (u'LOAD_-1207145028', u'INT_EQUAL_-1207145000'), ('const-0', u'INT_NOTEQUAL_-1207145765'), (u'INT_EQUAL_-1207144402', u'CBRANCH_-1207144400'), (u'MULTIEQUAL_-1207141832', u'PTRADD_-1207144303'), (u'COPY_-1207141822', u'MULTIEQUAL_-1207143332'), ('tmp_1695', u'CBRANCH_-1207145086'), (u'CALL_-1207146205', u'CAST_-1207142302'), ('tmp_8580', u'CALL_-1207144875'), (u'CAST_-1207141889', u'MULTIEQUAL_-1207143357'), (u'MULTIEQUAL_-1207142671', u'COPY_-1207142742'), (u'MULTIEQUAL_-1207143591', u'INT_EQUAL_-1207146057'), (u'LOAD_-1207145537', u'INT_ADD_-1207145509'), ('tmp_1244', u'BRANCH_-1207144666'), (u'INT_ADD_-1207144506', u'MULTIEQUAL_-1207143047'), (u'INDIRECT_-1207141905', u'MULTIEQUAL_-1207141905'), (u'MULTIEQUAL_-1207142992', u'MULTIEQUAL_-1207142720'), (u'INDIRECT_-1207142701', u'MULTIEQUAL_-1207142652'), ('tmp_3049', u'CBRANCH_-1207145072'), (u'INT_EQUAL_-1207145075', u'CBRANCH_-1207145072'), (u'INT_EQUAL_-1207145896', u'CBRANCH_-1207145897'), (u'PTRADD_-1207141279', u'STORE_-1207144736'), ('const-1', u'PTRADD_-1207144690'), ('tmp_1419', u'CBRANCH_-1207145442'), (u'CALL_-1207146088', u'INT_EQUAL_-1207146074'), (u'PTRADD_-1207141971', u'STORE_-1207145558'), (u'MULTIEQUAL_-1207141832', u'COPY_-1207141822'), (u'MULTIEQUAL_-1207143682', u'COPY_-1207142132'), ('const-433', u'LOAD_-1207145028'), (u'INDIRECT_-1207143292', u'MULTIEQUAL_-1207142976'), ('const-433', u'STORE_-1207145978'), (u'CAST_-1207141220', u'CAST_-1207141206'), (u'PTRADD_-1207145321', u'LOAD_-1207145383'), (u'CALL_-1207145501', u'INDIRECT_-1207142341'), (u'INDIRECT_-1207142979', u'MULTIEQUAL_-1207143326'), (u'MULTIEQUAL_-1207141832', u'CAST_-1207141620'), (u'PTRADD_-1207144957', u'STORE_-1207144270'), (u'PTRADD_-1207145062', u'MULTIEQUAL_-1207143178'), ('tmp_8580', u'CALL_-1207146271'), (u'INDIRECT_-1207143292', u'MULTIEQUAL_-1207142870'), (u'INT_ADD_-1207145102', u'PTRADD_-1207144952'), (u'CALL_-1207145106', u'INDIRECT_-1207143403'), (u'INT_EQUAL_-1207145820', u'CBRANCH_-1207145819'), ('const-0', u'RETURN_-1207145334'), (u'MULTIEQUAL_-1207143631', u'CALL_-1207145413'), (u'MULTIEQUAL_-1207143631', u'INT_EQUAL_-1207146057'), ('tmp_8579', u'PTRADD_-1207141956'), ('tmp_2814', u'BRANCH_-1207144188'), (u'CALL_-1207144424', u'INDIRECT_-1207142288'), (u'MULTIEQUAL_-1207142618', u'INT_ADD_-1207144731'), (u'INDIRECT_-1207142710', u'MULTIEQUAL_-1207142671'), (u'MULTIEQUAL_-1207143618', u'LOAD_-1207145911'), ('const-1', u'INT_AND_-1207145751'), (u'COPY_-1207142132', u'LOAD_-1207145459'), (u'LOAD_-1207144680', u'MULTIEQUAL_-1207143695'), ('const-0', u'INT_EQUAL_-1207144402'), (u'MULTIEQUAL_-1207143631', u'COPY_-1207142210'), (u'INT_EQUAL_-1207144929', u'CBRANCH_-1207144928'), ('tmp_1799', u'CBRANCH_-1207144997'), ('const-433', u'LOAD_-1207144679'), (u'LOAD_-1207145616', u'MULTIEQUAL_-1207143695'), (u'MULTIEQUAL_-1207143797', u'MULTIEQUAL_-1207143797'), (u'CALL_-1207144875', u'INDIRECT_-1207142774'), ('const-0', u'COPY_-1207145153'), (u'CALL_-1207144461', u'INDIRECT_-1207142307'), ('const-1', u'PTRADD_-1207145007'), (u'CALL_-1207144260', u'INDIRECT_-1207142450'), ('tmp_1926', u'CBRANCH_-1207144908'), (u'LOAD_-1207145527', u'INT_ADD_-1207145509'), ('const-8', u'PTRADD_-1207141258'), (u'INDIRECT_-1207141965', u'MULTIEQUAL_-1207141855'), (u'INT_EQUAL_-1207144979', u'CBRANCH_-1207144976'), (u'INT_ADD_-1207145469', u'STORE_-1207145472'), (u'INT_EQUAL_-1207145896', u'MULTIEQUAL_-1207143320'), ('const-0', u'COPY_-1207143402'), (u'INDIRECT_-1207141782', u'MULTIEQUAL_-1207141846'), (u'INT_LESS_-1207145896', u'MULTIEQUAL_-1207143432'), (u'PTRADD_-1207142164', u'MULTIEQUAL_-1207141832'), (u'INT_EQUAL_-1207145917', u'CBRANCH_-1207145922'), (u'MULTIEQUAL_-1207143831', u'INT_ADD_-1207145907'), (u'LOAD_-1207145468', u'INT_ADD_-1207145445'), (u'INT_EQUAL_-1207144612', u'CBRANCH_-1207144610'), (u'INT_NOTEQUAL_-1207144958', u'CBRANCH_-1207144956'), (u'BOOL_NEGATE_-1207143110', u'BOOL_AND_-1207145859'), ('const-10', u'CALL_-1207146034'), (u'PTRADD_-1207141956', u'LOAD_-1207145537'), ('const--136', u'PTRSUB_-1207141826'), (u'INT_AND_-1207145466', u'INT_RIGHT_-1207145462'), ('const-63', u'INT_AND_-1207145753'), (u'INDIRECT_-1207142311', u'MULTIEQUAL_-1207142652'), (u'COPY_-1207142123', u'MULTIEQUAL_-1207143682'), ('tmp_2636', u'BRANCH_-1207144353'), (u'CALL_-1207146088', u'INDIRECT_-1207142676'), (u'MULTIEQUAL_-1207141825', u'MULTIEQUAL_-1207142196'), ('const-8', u'PTRADD_-1207141231'), (u'COPY_-1207141930', u'MULTIEQUAL_-1207143591'), (u'MULTIEQUAL_-1207143631', u'CALL_-1207145022'), ('tmp_273', u'CBRANCH_-1207146071'), (u'INDIRECT_-1207141637', u'MULTIEQUAL_-1207142355'), (u'PTRADD_-1207145330', u'COPY_-1207142062'), ('const-0', u'INT_NOTEQUAL_-1207144232'), ('const-0', u'COPY_-1207144674'), (u'INT_NOTEQUAL_-1207146240', u'CBRANCH_-1207146239'), ('const--1', u'INT_ADD_-1207145907'), ('tmp_1489', u'CBRANCH_-1207144658'), (u'INT_EQUAL_-1207144910', u'CBRANCH_-1207144908'), (u'CALL_-1207144699', u'INDIRECT_-1207142305'), ('const-8', u'PTRADD_-1207141927'), (u'LOAD_-1207145109', u'MULTIEQUAL_-1207141834'), ('tmp_651', u'CBRANCH_-1207145819'), (u'CALL_-1207144699', u'MULTIEQUAL_-1207143384'), (u'INT_EQUAL_-1207145465', u'CBRANCH_-1207145463'), (u'PTRADD_-1207144628', u'CALL_-1207144674'), (u'CAST_-1207141566', u'INT_SUB_-1207141662'), ('tmp_1289', u'BRANCH_-1207144694'), (u'MULTIEQUAL_-1207143590', u'RETURN_-1207145334'), (u'INT_RIGHT_-1207144655', u'INT_AND_-1207144657'), (u'COPY_-1207142210', u'MULTIEQUAL_-1207142216'), (u'PTRSUB_-1207141826', u'CALL_-1207144191'), (u'STORE_-1207144684', u'INDIRECT_-1207142036'), (u'CAST_-1207141923', u'INT_LESSEQUAL_-1207145575'), (u'INT_NOTEQUAL_-1207145087', u'CBRANCH_-1207145086'), ('const-433', u'LOAD_-1207145913'), (u'MULTIEQUAL_-1207141830', u'MULTIEQUAL_-1207142613'), ('const-433', u'STORE_-1207145558'), (u'MULTIEQUAL_-1207143591', u'CAST_-1207142219'), (u'CALL_-1207144784', u'CAST_-1207141590'), (u'INT_ADD_-1207144708', u'INT_ADD_-1207144706'), (u'CALL_-1207144723', u'INDIRECT_-1207142442'), (u'MULTIEQUAL_-1207142870', u'MULTIEQUAL_-1207141831'), ('tmp_440', u'CBRANCH_-1207145922'), ('tmp_585', u'CBRANCH_-1207145859'), ('const-1', u'PTRADD_-1207145796'), (u'CALL_-1207144839', u'INDIRECT_-1207142750'), (u'INT_SUB_-1207146087', u'CALL_-1207146088'), (u'INDIRECT_-1207141782', u'MULTIEQUAL_-1207141925'), (u'CALL_-1207144191', u'INDIRECT_-1207142414'), (u'STORE_-1207145978', u'INDIRECT_-1207143018'), (u'INDIRECT_-1207142573', u'MULTIEQUAL_-1207142579'), (u'CALL_-1207145996', u'STORE_-1207145978'), ('tmp_8579', u'PTRADD_-1207141932'), (u'CALL_-1207146271', u'INDIRECT_-1207143229'), (u'COPY_-1207142079', u'MULTIEQUAL_-1207142050'), (u'CALL_-1207146034', u'INDIRECT_-1207142646'), (u'INT_MULT_-1207143261', u'CALL_-1207145022'), (u'STORE_-1207144270', u'INDIRECT_-1207142221'), (u'MULTIEQUAL_-1207143445', u'MULTIEQUAL_-1207143432'), (u'CALL_-1207145443', u'INDIRECT_-1207142979'), ('const-1', u'PTRADD_-1207142003'), (u'CAST_-1207142238', u'MULTIEQUAL_-1207143631'), ('const-433', u'STORE_-1207145472'), (u'INT_ADD_-1207144689', u'CALL_-1207144674'), (u'COPY_-1207141770', u'MULTIEQUAL_-1207143332'), (u'INDIRECT_-1207142414', u'MULTIEQUAL_-1207142520'), (u'INT_SUB_-1207146099', u'SUBPIECE_-1207143828'), ('const-61', u'INT_LESS_-1207145494'), (u'CALL_-1207144122', u'INDIRECT_-1207142033'), ('const-433', u'STORE_-1207144710'), (u'MULTIEQUAL_-1207142618', u'MULTIEQUAL_-1207143268'), (u'MULTIEQUAL_-1207143591', u'CAST_-1207142212'), (u'INT_LESS_-1207145939', u'CBRANCH_-1207145948'), (u'MULTIEQUAL_-1207141925', u'MULTIEQUAL_-1207141905'), (u'COPY_-1207146230', u'MULTIEQUAL_-1207143797'), ('const-0', u'CALL_-1207144626'), (u'CALL_-1207144725', u'CAST_-1207141220'), (u'INDIRECT_-1207142076', u'MULTIEQUAL_-1207142747'), ('tmp_8579', u'LOAD_-1207145649'), (u'INT_ZEXT_-1207145906', u'INT_MULT_-1207143121'), ('tmp_8579', u'PTRADD_-1207141231'), (u'INT_ADD_-1207141696', u'PTRADD_-1207144747'), (u'CALL_-1207144461', u'INDIRECT_-1207142550'), ('const-433', u'LOAD_-1207145487'), (u'MULTIEQUAL_-1207142216', u'INT_EQUAL_-1207145465'), (u'PTRSUB_-1207141826', u'CALL_-1207144260'), ('const-433', u'LOAD_-1207144670'), (u'MULTIEQUAL_-1207143432', u'MULTIEQUAL_-1207143429'), (u'INDIRECT_-1207143229', u'MULTIEQUAL_-1207142671'), ('const-0', u'INT_EQUAL_-1207144672'), (u'INDIRECT_-1207143071', u'MULTIEQUAL_-1207143011'), (u'COPY_-1207141801', u'PTRADD_-1207144966'), (u'INT_EQUAL_-1207145444', u'CBRANCH_-1207145442'), (u'INT_ADD_-1207142217', u'PTRADD_-1207145851'), ('const-433', u'LOAD_-1207145459'), (u'LOAD_-1207144670', u'MULTIEQUAL_-1207142220'), ('tmp_8579', u'LOAD_-1207145527'), (u'CALL_-1207145022', u'INDIRECT_-1207142701'), (u'INT_AND_-1207144659', u'INT_RIGHT_-1207144655'), ('const-2', u'PTRADD_-1207141998'), (u'CALL_-1207145022', u'INDIRECT_-1207143369'), (u'MULTIEQUAL_-1207143327', u'INT_ADD_-1207144706'), (u'SUBPIECE_-1207143828', u'INT_SUB_-1207146087'), (u'MULTIEQUAL_-1207142264', u'MULTIEQUAL_-1207141830'), ('const-2', u'INT_MULT_-1207143261'), (u'COPY_-1207142365', u'MULTIEQUAL_-1207143591'), ('const-32', u'INT_NOTEQUAL_-1207145087'), (u'CALL_-1207144723', u'INDIRECT_-1207142017'), (u'INDIRECT_-1207143018', u'MULTIEQUAL_-1207142992'), ('const-433', u'STORE_-1207144270'), (u'CALL_-1207146271', u'INDIRECT_-1207142804'), (u'CAST_-1207142183', u'CALL_-1207146034'), (u'LOAD_-1207145028', u'INT_NOTEQUAL_-1207144958'), (u'MULTIEQUAL_-1207142520', u'MULTIEQUAL_-1207142976'), (u'MULTIEQUAL_-1207142520', u'MULTIEQUAL_-1207141831'), (u'MULTIEQUAL_-1207143178', u'LOAD_-1207145109'), (u'INT_AND_-1207145751', u'INT_NOTEQUAL_-1207145765'), (u'LOAD_-1207145069', u'INT_NOTEQUAL_-1207145053'), ('const-433', u'LOAD_-1207145468'), (u'CAST_-1207141897', u'STORE_-1207145541'), (u'INDIRECT_-1207142624', u'MULTIEQUAL_-1207142302'), (u'MULTIEQUAL_-1207141831', u'MULTIEQUAL_-1207142870'), (u'INDIRECT_-1207143160', u'MULTIEQUAL_-1207143030'), ('const-1', u'PTRADD_-1207144618'), (u'INDIRECT_-1207141905', u'INT_LESS_-1207144488'), (u'COPY_-1207141801', u'PTRADD_-1207142164'), ('const-63', u'INT_AND_-1207144659'), (u'MULTIEQUAL_-1207143797', u'SUBPIECE_-1207143775'), (u'COPY_-1207141801', u'PTRADD_-1207144957'), (u'PTRADD_-1207144690', u'CAST_-1207141553'), ('const-1', u'PTRADD_-1207145471'), ('const-0', u'INT_NOTEQUAL_-1207146240'), (u'LOAD_-1207145913', u'INT_LESS_-1207145896'), (u'LOAD_-1207145913', u'INT_EQUAL_-1207145896'), (u'STORE_-1207144710', u'INDIRECT_-1207142054'), (u'MULTIEQUAL_-1207142216', u'CALL_-1207145501'), (u'INT_EQUAL_-1207145368', u'CBRANCH_-1207145365'), ('const-433', u'LOAD_-1207145537'), ('const-8', u'PTRADD_-1207141956'), (u'LOAD_-1207145533', u'INT_LESS_-1207145494'), (u'MULTIEQUAL_-1207143631', u'LOAD_-1207145975'), (u'MULTIEQUAL_-1207141846', u'MULTIEQUAL_-1207142302'), (u'INDIRECT_-1207142207', u'MULTIEQUAL_-1207142264'), (u'INDIRECT_-1207141882', u'MULTIEQUAL_-1207141846'), (u'CAST_-1207141620', u'CALL_-1207144839'), (u'INDIRECT_-1207142207', u'MULTIEQUAL_-1207142343'), (u'INT_ADD_-1207145586', u'MULTIEQUAL_-1207143559'), (u'MULTIEQUAL_-1207141831', u'MULTIEQUAL_-1207142976'), ('const-433', u'LOAD_-1207145616'), (u'INT_EQUAL_-1207145000', u'CBRANCH_-1207144997'), (u'MULTIEQUAL_-1207142264', u'MULTIEQUAL_-1207142720'), (u'INT_NOTEQUAL_-1207144660', u'CBRANCH_-1207144658'), (u'CAST_-1207141528', u'PTRADD_-1207144628'), (u'CAST_-1207142302', u'COPY_-1207142365'), ('const-1', u'INT_ADD_-1207144657'), (u'LOAD_-1207145609', u'CAST_-1207141923'), (u'INDIRECT_-1207143189', u'MULTIEQUAL_-1207143068'), (u'INT_ADD_-1207145579', u'INT_LESSEQUAL_-1207145575'), (u'MULTIEQUAL_-1207142220', u'INT_ZEXT_-1207144011'), ('const-433', u'STORE_-1207144704'), (u'PTRADD_-1207142003', u'LOAD_-1207145616'), (u'MULTIEQUAL_-1207142196', u'MULTIEQUAL_-1207141825'), (u'INT_ZEXT_-1207145901', u'INT_MULT_-1207143120'), (u'INT_ADD_-1207145586', u'INT_ADD_-1207145579'), (u'INDIRECT_-1207142786', u'STORE_-1207145541'), (u'INT_SUB_-1207145081', u'INT_EQUAL_-1207145075'), ('const-32', u'INT_EQUAL_-1207145838'), ('const-0', u'INT_EQUAL_-1207145917'), ('const-0', u'STORE_-1207145978'), (u'INT_ADD_-1207142218', u'PTRADD_-1207145856'), (u'LOAD_-1207145815', u'INT_LESS_-1207145781'), (u'CALL_-1207144626', u'INDIRECT_-1207142390'), (u'CALL_-1207146271', u'CALL_-1207146088'), (u'MULTIEQUAL_-1207142220', u'INT_LESS_-1207145939'), (u'INT_ADD_-1207144506', u'INT_LESS_-1207144488'), (u'LOAD_-1207144680', u'INT_ADD_-1207144657'), (u'CALL_-1207145501', u'INDIRECT_-1207142766'), ('tmp_384', u'CBRANCH_-1207145980'), (u'MULTIEQUAL_-1207143631', u'MULTIEQUAL_-1207143631'), (u'COPY_-1207144208', u'MULTIEQUAL_-1207143590'), (u'INDIRECT_-1207143292', u'INT_ZEXT_-1207145906'), ('tmp_2866', u'CBRANCH_-1207144232'), (u'INT_MULT_-1207143261', u'MULTIEQUAL_-1207143797'), (u'PTRADD_-1207144690', u'CAST_-1207141528'), (u'LOAD_-1207144267', u'INT_NOTEQUAL_-1207144232'), ('tmp_8579', u'PTRADD_-1207142003'), ('tmp_8580', u'CALL_-1207144723'), (u'LOAD_-1207145028', u'INT_EQUAL_-1207144402'), ('tmp_8579', u'STORE_-1207144710'), (u'COPY_-1207142203', u'MULTIEQUAL_-1207143618'), (u'PTRADD_-1207141210', u'LOAD_-1207144680'), (u'INDIRECT_-1207143009', u'MULTIEQUAL_-1207142976'), (u'STORE_-1207145558', u'INDIRECT_-1207142786'), ('const-8', u'PTRADD_-1207141279'), (u'MULTIEQUAL_-1207142216', u'COPY_-1207142203'), (u'INDIRECT_-1207142550', u'MULTIEQUAL_-1207142529'), ('const--2', u'INT_ADD_-1207142355'), (u'INDIRECT_-1207142033', u'MULTIEQUAL_-1207142273'), ('const-8', u'PTRADD_-1207141998'), (u'MULTIEQUAL_-1207142216', u'CAST_-1207141253'), (u'MULTIEQUAL_-1207141834', u'INT_EQUAL_-1207144929'), (u'INDIRECT_-1207142171', u'MULTIEQUAL_-1207142264'), ('tmp_154', u'CBRANCH_-1207146239'), (u'LOAD_-1207145649', u'INT_EQUAL_-1207145631'), ('const--2', u'INT_MULT_-1207143120'), (u'INT_SUB_-1207141699', u'INT_ADD_-1207141696'), ('const-1', u'PTRADD_-1207145463'), (u'MULTIEQUAL_-1207142155', u'MULTIEQUAL_-1207142085'), (u'MULTIEQUAL_-1207143570', u'PTRADD_-1207145856'), (u'INT_SUB_-1207146099', u'INT_SUB_-1207145081'), (u'MULTIEQUAL_-1207142050', u'CAST_-1207141254'), (u'INT_NOTEQUAL_-1207144232', u'CBRANCH_-1207144232'), ('const-1486039', u'COPY_-1207142456'), ('const-2305843013508676097', u'INT_RIGHT_-1207145462'), (u'CAST_-1207142123', u'COPY_-1207142201'), ('const-47', u'INT_EQUAL_-1207144910'), ('tmp_2750', u'CBRANCH_-1207144244'), (u'INT_EQUAL_-1207144660', u'CBRANCH_-1207144659'), (u'INDIRECT_-1207142633', u'MULTIEQUAL_-1207142529'), (u'COPY_-1207142148', u'MULTIEQUAL_-1207143682'), (u'INT_AND_-1207144657', u'INT_EQUAL_-1207144672'), (u'LOAD_-1207144267', u'MULTIEQUAL_-1207142566'), ('const-433', u'LOAD_-1207145649'), ('const-0', u'INT_NOTEQUAL_-1207144958'), (u'CALL_-1207145106', u'INDIRECT_-1207142735'), (u'PTRADD_-1207141998', u'LOAD_-1207145609'), (u'MULTIEQUAL_-1207143317', u'BOOL_NEGATE_-1207143110'), ('const-1', u'INT_AND_-1207144657'), (u'MULTIEQUAL_-1207141832', u'CAST_-1207141318'), (u'MULTIEQUAL_-1207142343', u'MULTIEQUAL_-1207142323'), (u'CALL_-1207145443', u'INT_EQUAL_-1207145429'), (u'LOAD_-1207144396', u'MULTIEQUAL_-1207141834'), (u'MULTIEQUAL_-1207141831', u'MULTIEQUAL_-1207142520'), (u'INDIRECT_-1207142305', u'MULTIEQUAL_-1207143030'), ('const-433', u'STORE_-1207144684'), (u'CALL_-1207146034', u'INDIRECT_-1207143071'), (u'MULTIEQUAL_-1207143320', u'MULTIEQUAL_-1207143317'), (u'INDIRECT_-1207142221', u'MULTIEQUAL_-1207142264'), (u'PTRADD_-1207145463', u'COPY_-1207142079'), ('tmp_8579', u'PTRADD_-1207141210'), (u'MULTIEQUAL_-1207143429', u'INT_EQUAL_-1207145861'), (u'INT_RIGHT_-1207145462', u'INT_AND_-1207145464'), (u'CALL_-1207144424', u'INDIRECT_-1207142531'), (u'INDIRECT_-1207141882', u'MULTIEQUAL_-1207141855'), ('const-0', u'INT_NOTEQUAL_-1207144215'), (u'INDIRECT_-1207142764', u'MULTIEQUAL_-1207142652'), (u'INT_NOTEQUAL_-1207145053', u'CBRANCH_-1207145049'), (u'MULTIEQUAL_-1207143797', u'INT_ADD_-1207145102'), (u'CALL_-1207146034', u'INDIRECT_-1207143314'), (u'INT_EQUAL_-1207144672', u'CBRANCH_-1207144673'), ('tmp_2519', u'CBRANCH_-1207144439'), (u'MULTIEQUAL_-1207142355', u'MULTIEQUAL_-1207142330'), (u'INDIRECT_-1207143101', u'MULTIEQUAL_-1207142696'), ('tmp_1857', u'CBRANCH_-1207144956'), ('const-0', u'SUBPIECE_-1207143828'), ('tmp_693', u'CBRANCH_-1207145789'), ('tmp_3091', u'CBRANCH_-1207145049'), ('const-0', u'INT_EQUAL_-1207145479'), ('const-433', u'LOAD_-1207145858'), (u'CALL_-1207146205', u'INDIRECT_-1207143189'), ('tmp_303', u'CBRANCH_-1207146055'), (u'INDIRECT_-1207142624', u'MULTIEQUAL_-1207142196'), ('tmp_1829', u'CBRANCH_-1207144976'), ('tmp_2318', u'CBRANCH_-1207144589'), (u'INDIRECT_-1207142735', u'MULTIEQUAL_-1207142615'), (u'INDIRECT_-1207142450', u'MULTIEQUAL_-1207142520'), (u'CALL_-1207144122', u'INDIRECT_-1207141608'), ('const-1', u'INT_ADD_-1207145586'), (u'PTRADD_-1207145463', u'INT_EQUAL_-1207145465'), ('const-8', u'PTRADD_-1207141210'), (u'MULTIEQUAL_-1207143559', u'STORE_-1207145558'), (u'INDIRECT_-1207142352', u'MULTIEQUAL_-1207143003'), (u'MULTIEQUAL_-1207142566', u'INT_EQUAL_-1207144910'), ('const-1', u'PTRADD_-1207145330'), (u'PTRADD_-1207144957', u'COPY_-1207141770'), (u'PTRADD_-1207145851', u'COPY_-1207142195'), (u'MULTIEQUAL_-1207141834', u'INT_NOTEQUAL_-1207145067'), ('const-0', u'INT_EQUAL_-1207144612'), (u'LOAD_-1207145858', u'INT_EQUAL_-1207145838'), (u'MULTIEQUAL_-1207142599', u'MULTIEQUAL_-1207142579'), ('const-32', u'INT_EQUAL_-1207145950'), ('const-1', u'INT_ADD_-1207144506'), ('const-433', u'STORE_-1207144736'), ('tmp_8580', u'CAST_-1207141566'), ('tmp_341', u'CBRANCH_-1207146018'), (u'INDIRECT_-1207143344', u'MULTIEQUAL_-1207143289'), ('const-0', u'INT_EQUAL_-1207145049'), (u'CALL_-1207145106', u'INT_EQUAL_-1207145075'), ('tmp_711', u'CBRANCH_-1207145766'), (u'CALL_-1207145501', u'INDIRECT_-1207143009'), (u'CALL_-1207145401', u'INDIRECT_-1207142710'), ('const-433', u'LOAD_-1207145533'), ('const-0', u'INT_EQUAL_-1207145429'), ('const-1', u'PTRADD_-1207141927'), ('const--1', u'INT_ADD_-1207145102'), (u'PTRADD_-1207145463', u'COPY_-1207142106'), (u'CALL_-1207144626', u'INDIRECT_-1207142633'), (u'MULTIEQUAL_-1207143631', u'PTRADD_-1207145007'), (u'CAST_-1207142238', u'PTRADD_-1207144952'), (u'CALL_-1207144674', u'INDIRECT_-1207141985'), (u'MULTIEQUAL_-1207143797', u'INT_ADD_-1207142355'), ('const-1', u'PTRADD_-1207144747'), ('tmp_1338', u'CBRANCH_-1207145502'), ('const-1', u'PTRADD_-1207141971'), (u'MULTIEQUAL_-1207143178', u'MULTIEQUAL_-1207141832'), ('const-1', u'PTRADD_-1207144303'), (u'PTRADD_-1207141258', u'STORE_-1207144704'), (u'CAST_-1207141254', u'INT_SUB_-1207144675'), ('const-63', u'INT_AND_-1207145466'), ('tmp_1896', u'CBRANCH_-1207144928'), (u'INT_NOTEQUAL_-1207145981', u'CBRANCH_-1207145980'), (u'LOAD_-1207145383', u'MULTIEQUAL_-1207142044'), (u'CAST_-1207141318', u'CALL_-1207144260'), ('tmp_8579', u'STORE_-1207144684'), ('tmp_1356', u'CBRANCH_-1207145479'), (u'MULTIEQUAL_-1207142613', u'MULTIEQUAL_-1207141830'), (u'INT_AND_-1207145753', u'INT_RIGHT_-1207145749'), ('const-433', u'LOAD_-1207144680'), ('tmp_8579', u'LOAD_-1207144679'), (u'CALL_-1207144260', u'INT_EQUAL_-1207144246'), (u'INT_SUB_-1207144675', u'MULTIEQUAL_-1207142618'), (u'LOAD_-1207145649', u'MULTIEQUAL_-1207143416'), ('tmp_2459', u'CBRANCH_-1207144484'), (u'INT_ADD_-1207144657', u'MULTIEQUAL_-1207143559'), ('tmp_2907', u'CBRANCH_-1207144659'), ('const-0', u'INT_EQUAL_-1207144929'), (u'CALL_-1207144505', u'INDIRECT_-1207142330'), (u'CALL_-1207145996', u'INDIRECT_-1207142624')] | null | null | 00136890 | x64 | O2 | (translation_unit "undefined8 FUN_00136890(long *param_1,char *param_2)\n\n{\n byte bVar1;\n int iVar2;\n FILE *__stream;\n byte *__s;\n char *pcVar3;\n long lVar4;\n undefined8 uVar5;\n size_t sVar6;\n long lVar7;\n byte bVar8;\n long lVar9;\n long lVar10;\n ulong uVar11;\n byte *pbVar12;\n byte *pbVar13;\n void *__dest;\n bool bVar14;\n bool bVar15;\n byte bVar16;\n byte *local_c0;\n char *local_b0;\n glob_t local_88;\n \n bVar16 = 0;\n __stream = fopen(param_2,"r");\n uVar5 = 0;\n if (__stream != (FILE *)0x0) {\n lVar10 = 0x100;\n __s = (byte *)xmalloc(0x100);\n pbVar12 = __s;\nLAB_00136923:\n do {\n pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar3 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }\n pcVar3 = strchr((char *)__s,10);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n pcVar3 = strchr((char *)__s,0x23);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n bVar8 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar15 = bVar8 == 0x20;\n bVar14 = bVar8 < 0x20;\n if (0x20 < bVar8) break;\n if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar8 = *local_c0;\n }\n lVar7 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar7 == 0) break;\n lVar7 = lVar7 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar6 = 0;\n lVar7 = *param_1;\n if (lVar7 == 0) goto LAB_00136cf7;\nLAB_00136a31:\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }\n param_1[1] = lVar9;\n *(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;\n __dest = (void *)(param_1[1] + *param_1);\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }\n memcpy(__dest,local_c0,sVar6);\n lVar7 = param_1[1];\n param_1[1] = sVar6 + lVar7;\n *(undefined1 *)(*param_1 + sVar6 + lVar7) = 0;\nLAB_00136a89:\n iVar2 = feof(__stream);\n pbVar12 = __s;\n } while (iVar2 == 0);\n free(__s);\n fclose(__stream);\n uVar5 = 1;\n }\n return uVar5;\n}\n\n" (function_definition "undefined8 FUN_00136890(long *param_1,char *param_2)\n\n{\n byte bVar1;\n int iVar2;\n FILE *__stream;\n byte *__s;\n char *pcVar3;\n long lVar4;\n undefined8 uVar5;\n size_t sVar6;\n long lVar7;\n byte bVar8;\n long lVar9;\n long lVar10;\n ulong uVar11;\n byte *pbVar12;\n byte *pbVar13;\n void *__dest;\n bool bVar14;\n bool bVar15;\n byte bVar16;\n byte *local_c0;\n char *local_b0;\n glob_t local_88;\n \n bVar16 = 0;\n __stream = fopen(param_2,"r");\n uVar5 = 0;\n if (__stream != (FILE *)0x0) {\n lVar10 = 0x100;\n __s = (byte *)xmalloc(0x100);\n pbVar12 = __s;\nLAB_00136923:\n do {\n pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar3 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }\n pcVar3 = strchr((char *)__s,10);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n pcVar3 = strchr((char *)__s,0x23);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n bVar8 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar15 = bVar8 == 0x20;\n bVar14 = bVar8 < 0x20;\n if (0x20 < bVar8) break;\n if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar8 = *local_c0;\n }\n lVar7 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar7 == 0) break;\n lVar7 = lVar7 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar6 = 0;\n lVar7 = *param_1;\n if (lVar7 == 0) goto LAB_00136cf7;\nLAB_00136a31:\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }\n param_1[1] = lVar9;\n *(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;\n __dest = (void *)(param_1[1] + *param_1);\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }\n memcpy(__dest,local_c0,sVar6);\n lVar7 = param_1[1];\n param_1[1] = sVar6 + lVar7;\n *(undefined1 *)(*param_1 + sVar6 + lVar7) = 0;\nLAB_00136a89:\n iVar2 = feof(__stream);\n pbVar12 = __s;\n } while (iVar2 == 0);\n free(__s);\n fclose(__stream);\n uVar5 = 1;\n }\n return uVar5;\n}" type_identifier (function_declarator "FUN_00136890(long *param_1,char *param_2)" identifier (parameter_list "(long *param_1,char *param_2)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n byte bVar1;\n int iVar2;\n FILE *__stream;\n byte *__s;\n char *pcVar3;\n long lVar4;\n undefined8 uVar5;\n size_t sVar6;\n long lVar7;\n byte bVar8;\n long lVar9;\n long lVar10;\n ulong uVar11;\n byte *pbVar12;\n byte *pbVar13;\n void *__dest;\n bool bVar14;\n bool bVar15;\n byte bVar16;\n byte *local_c0;\n char *local_b0;\n glob_t local_88;\n \n bVar16 = 0;\n __stream = fopen(param_2,"r");\n uVar5 = 0;\n if (__stream != (FILE *)0x0) {\n lVar10 = 0x100;\n __s = (byte *)xmalloc(0x100);\n pbVar12 = __s;\nLAB_00136923:\n do {\n pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar3 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }\n pcVar3 = strchr((char *)__s,10);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n pcVar3 = strchr((char *)__s,0x23);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n bVar8 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar15 = bVar8 == 0x20;\n bVar14 = bVar8 < 0x20;\n if (0x20 < bVar8) break;\n if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar8 = *local_c0;\n }\n lVar7 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar7 == 0) break;\n lVar7 = lVar7 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar6 = 0;\n lVar7 = *param_1;\n if (lVar7 == 0) goto LAB_00136cf7;\nLAB_00136a31:\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }\n param_1[1] = lVar9;\n *(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;\n __dest = (void *)(param_1[1] + *param_1);\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }\n memcpy(__dest,local_c0,sVar6);\n lVar7 = param_1[1];\n param_1[1] = sVar6 + lVar7;\n *(undefined1 *)(*param_1 + sVar6 + lVar7) = 0;\nLAB_00136a89:\n iVar2 = feof(__stream);\n pbVar12 = __s;\n } while (iVar2 == 0);\n free(__s);\n fclose(__stream);\n uVar5 = 1;\n }\n return uVar5;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "FILE *__stream;" type_identifier (pointer_declarator "*__stream" * identifier) ;) (declaration "byte *__s;" type_identifier (pointer_declarator "*__s" * identifier) ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (declaration "size_t sVar6;" primitive_type identifier ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (declaration "byte bVar8;" type_identifier identifier ;) (declaration "long lVar9;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar10;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar11;" type_identifier identifier ;) (declaration "byte *pbVar12;" type_identifier (pointer_declarator "*pbVar12" * identifier) ;) (declaration "byte *pbVar13;" type_identifier (pointer_declarator "*pbVar13" * identifier) ;) (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "bool bVar14;" primitive_type identifier ;) (declaration "bool bVar15;" primitive_type identifier ;) (declaration "byte bVar16;" type_identifier identifier ;) (declaration "byte *local_c0;" type_identifier (pointer_declarator "*local_c0" * identifier) ;) (declaration "char *local_b0;" primitive_type (pointer_declarator "*local_b0" * identifier) ;) (declaration "glob_t local_88;" type_identifier identifier ;) (expression_statement "bVar16 = 0;" (assignment_expression "bVar16 = 0" identifier = number_literal) ;) (expression_statement "__stream = fopen(param_2,"r");" (assignment_expression "__stream = fopen(param_2,"r")" identifier = (call_expression "fopen(param_2,"r")" identifier (argument_list "(param_2,"r")" ( identifier , (string_literal ""r"" " string_content ") )))) ;) (expression_statement "uVar5 = 0;" (assignment_expression "uVar5 = 0" identifier = number_literal) ;) (if_statement "if (__stream != (FILE *)0x0) {\n lVar10 = 0x100;\n __s = (byte *)xmalloc(0x100);\n pbVar12 = __s;\nLAB_00136923:\n do {\n pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar3 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }\n pcVar3 = strchr((char *)__s,10);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n pcVar3 = strchr((char *)__s,0x23);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n bVar8 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar15 = bVar8 == 0x20;\n bVar14 = bVar8 < 0x20;\n if (0x20 < bVar8) break;\n if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar8 = *local_c0;\n }\n lVar7 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar7 == 0) break;\n lVar7 = lVar7 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar6 = 0;\n lVar7 = *param_1;\n if (lVar7 == 0) goto LAB_00136cf7;\nLAB_00136a31:\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }\n param_1[1] = lVar9;\n *(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;\n __dest = (void *)(param_1[1] + *param_1);\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }\n memcpy(__dest,local_c0,sVar6);\n lVar7 = param_1[1];\n param_1[1] = sVar6 + lVar7;\n *(undefined1 *)(*param_1 + sVar6 + lVar7) = 0;\nLAB_00136a89:\n iVar2 = feof(__stream);\n pbVar12 = __s;\n } while (iVar2 == 0);\n free(__s);\n fclose(__stream);\n uVar5 = 1;\n }" if (parenthesized_expression "(__stream != (FILE *)0x0)" ( (binary_expression "__stream != (FILE *)0x0" identifier != (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n lVar10 = 0x100;\n __s = (byte *)xmalloc(0x100);\n pbVar12 = __s;\nLAB_00136923:\n do {\n pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar3 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }\n pcVar3 = strchr((char *)__s,10);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n pcVar3 = strchr((char *)__s,0x23);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n bVar8 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar15 = bVar8 == 0x20;\n bVar14 = bVar8 < 0x20;\n if (0x20 < bVar8) break;\n if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar8 = *local_c0;\n }\n lVar7 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar7 == 0) break;\n lVar7 = lVar7 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar6 = 0;\n lVar7 = *param_1;\n if (lVar7 == 0) goto LAB_00136cf7;\nLAB_00136a31:\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }\n param_1[1] = lVar9;\n *(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;\n __dest = (void *)(param_1[1] + *param_1);\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }\n memcpy(__dest,local_c0,sVar6);\n lVar7 = param_1[1];\n param_1[1] = sVar6 + lVar7;\n *(undefined1 *)(*param_1 + sVar6 + lVar7) = 0;\nLAB_00136a89:\n iVar2 = feof(__stream);\n pbVar12 = __s;\n } while (iVar2 == 0);\n free(__s);\n fclose(__stream);\n uVar5 = 1;\n }" { (expression_statement "lVar10 = 0x100;" (assignment_expression "lVar10 = 0x100" identifier = number_literal) ;) (expression_statement "__s = (byte *)xmalloc(0x100);" (assignment_expression "__s = (byte *)xmalloc(0x100)" identifier = (cast_expression "(byte *)xmalloc(0x100)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x100)" identifier (argument_list "(0x100)" ( number_literal ))))) ;) (expression_statement "pbVar12 = __s;" (assignment_expression "pbVar12 = __s" identifier = identifier) ;) (labeled_statement "LAB_00136923:\n do {\n pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar3 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }\n pcVar3 = strchr((char *)__s,10);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n pcVar3 = strchr((char *)__s,0x23);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n bVar8 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar15 = bVar8 == 0x20;\n bVar14 = bVar8 < 0x20;\n if (0x20 < bVar8) break;\n if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar8 = *local_c0;\n }\n lVar7 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar7 == 0) break;\n lVar7 = lVar7 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar6 = 0;\n lVar7 = *param_1;\n if (lVar7 == 0) goto LAB_00136cf7;\nLAB_00136a31:\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }\n param_1[1] = lVar9;\n *(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;\n __dest = (void *)(param_1[1] + *param_1);\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }\n memcpy(__dest,local_c0,sVar6);\n lVar7 = param_1[1];\n param_1[1] = sVar6 + lVar7;\n *(undefined1 *)(*param_1 + sVar6 + lVar7) = 0;\nLAB_00136a89:\n iVar2 = feof(__stream);\n pbVar12 = __s;\n } while (iVar2 == 0);" statement_identifier : (do_statement "do {\n pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar3 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }\n pcVar3 = strchr((char *)__s,10);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n pcVar3 = strchr((char *)__s,0x23);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n bVar8 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar15 = bVar8 == 0x20;\n bVar14 = bVar8 < 0x20;\n if (0x20 < bVar8) break;\n if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar8 = *local_c0;\n }\n lVar7 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar7 == 0) break;\n lVar7 = lVar7 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar6 = 0;\n lVar7 = *param_1;\n if (lVar7 == 0) goto LAB_00136cf7;\nLAB_00136a31:\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }\n param_1[1] = lVar9;\n *(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;\n __dest = (void *)(param_1[1] + *param_1);\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }\n memcpy(__dest,local_c0,sVar6);\n lVar7 = param_1[1];\n param_1[1] = sVar6 + lVar7;\n *(undefined1 *)(*param_1 + sVar6 + lVar7) = 0;\nLAB_00136a89:\n iVar2 = feof(__stream);\n pbVar12 = __s;\n } while (iVar2 == 0);" do (compound_statement "{\n pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar3 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }\n pcVar3 = strchr((char *)__s,10);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n pcVar3 = strchr((char *)__s,0x23);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n bVar8 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar15 = bVar8 == 0x20;\n bVar14 = bVar8 < 0x20;\n if (0x20 < bVar8) break;\n if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar8 = *local_c0;\n }\n lVar7 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar7 == 0) break;\n lVar7 = lVar7 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar6 = 0;\n lVar7 = *param_1;\n if (lVar7 == 0) goto LAB_00136cf7;\nLAB_00136a31:\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }\n param_1[1] = lVar9;\n *(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;\n __dest = (void *)(param_1[1] + *param_1);\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }\n memcpy(__dest,local_c0,sVar6);\n lVar7 = param_1[1];\n param_1[1] = sVar6 + lVar7;\n *(undefined1 *)(*param_1 + sVar6 + lVar7) = 0;\nLAB_00136a89:\n iVar2 = feof(__stream);\n pbVar12 = __s;\n }" { (expression_statement "pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);" (assignment_expression "pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream)" identifier = (call_expression "fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream)" identifier (argument_list "((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream)" ( (cast_expression "(char *)pbVar12" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , (binary_expression "(int)lVar10 - (int)((long)pbVar12 - (long)__s)" (cast_expression "(int)lVar10" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)((long)pbVar12 - (long)__s)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((long)pbVar12 - (long)__s)" ( (binary_expression "(long)pbVar12 - (long)__s" (cast_expression "(long)pbVar12" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__s" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) , identifier )))) ;) (if_statement "if (pcVar3 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }" if (parenthesized_expression "(pcVar3 == (char *)0x0)" ( (binary_expression "pcVar3 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (__s == pbVar12) break;\n }" { (if_statement "if (__s == pbVar12) break;" if (parenthesized_expression "(__s == pbVar12)" ( (binary_expression "__s == pbVar12" identifier == identifier) )) (break_statement "break;" break ;)) }) (else_clause "else {\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }" else (compound_statement "{\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }" { (expression_statement "lVar7 = lVar10 + -1;" (assignment_expression "lVar7 = lVar10 + -1" identifier = (binary_expression "lVar10 + -1" identifier + number_literal)) ;) (expression_statement "sVar6 = strlen(pcVar3);" (assignment_expression "sVar6 = strlen(pcVar3)" identifier = (call_expression "strlen(pcVar3)" identifier (argument_list "(pcVar3)" ( identifier )))) ;) (if_statement "if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }" if (parenthesized_expression "((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10))" ( (binary_expression "(sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)" (parenthesized_expression "(sVar6 == lVar7 - ((long)pbVar12 - (long)__s))" ( (binary_expression "sVar6 == lVar7 - ((long)pbVar12 - (long)__s)" identifier == (binary_expression "lVar7 - ((long)pbVar12 - (long)__s)" identifier - (parenthesized_expression "((long)pbVar12 - (long)__s)" ( (binary_expression "(long)pbVar12 - (long)__s" (cast_expression "(long)pbVar12" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__s" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) )) && (parenthesized_expression "(__s[lVar10 + -2] != 10)" ( (binary_expression "__s[lVar10 + -2] != 10" (subscript_expression "__s[lVar10 + -2]" identifier [ (binary_expression "lVar10 + -2" identifier + number_literal) ]) != number_literal) ))) )) (compound_statement "{\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }" { (expression_statement "lVar10 = lVar10 * 2;" (assignment_expression "lVar10 = lVar10 * 2" identifier = (binary_expression "lVar10 * 2" identifier * number_literal)) ;) (expression_statement "__s = (byte *)xrealloc(__s,lVar10);" (assignment_expression "__s = (byte *)xrealloc(__s,lVar10)" identifier = (cast_expression "(byte *)xrealloc(__s,lVar10)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xrealloc(__s,lVar10)" identifier (argument_list "(__s,lVar10)" ( identifier , identifier ))))) ;) (expression_statement "pbVar12 = __s + lVar7;" (assignment_expression "pbVar12 = __s + lVar7" identifier = (binary_expression "__s + lVar7" identifier + identifier)) ;) (goto_statement "goto LAB_00136923;" goto statement_identifier ;) })) }))) (expression_statement "pcVar3 = strchr((char *)__s,10);" (assignment_expression "pcVar3 = strchr((char *)__s,10)" identifier = (call_expression "strchr((char *)__s,10)" identifier (argument_list "((char *)__s,10)" ( (cast_expression "(char *)__s" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , number_literal )))) ;) (if_statement "if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }" if (parenthesized_expression "(pcVar3 != (char *)0x0)" ( (binary_expression "pcVar3 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *pcVar3 = '\0';\n }" { (expression_statement "*pcVar3 = '\0';" (assignment_expression "*pcVar3 = '\0'" (pointer_expression "*pcVar3" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) })) (expression_statement "pcVar3 = strchr((char *)__s,0x23);" (assignment_expression "pcVar3 = strchr((char *)__s,0x23)" identifier = (call_expression "strchr((char *)__s,0x23)" identifier (argument_list "((char *)__s,0x23)" ( (cast_expression "(char *)__s" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , number_literal )))) ;) (if_statement "if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }" if (parenthesized_expression "(pcVar3 != (char *)0x0)" ( (binary_expression "pcVar3 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *pcVar3 = '\0';\n }" { (expression_statement "*pcVar3 = '\0';" (assignment_expression "*pcVar3 = '\0'" (pointer_expression "*pcVar3" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) })) (expression_statement "bVar8 = *__s;" (assignment_expression "bVar8 = *__s" identifier = (pointer_expression "*__s" * identifier)) ;) (expression_statement "local_c0 = __s;" (assignment_expression "local_c0 = __s" identifier = identifier) ;) (while_statement "while( true ) {\n bVar15 = bVar8 == 0x20;\n bVar14 = bVar8 < 0x20;\n if (0x20 < bVar8) break;\n if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar8 = *local_c0;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n bVar15 = bVar8 == 0x20;\n bVar14 = bVar8 < 0x20;\n if (0x20 < bVar8) break;\n if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar8 = *local_c0;\n }" { (expression_statement "bVar15 = bVar8 == 0x20;" (assignment_expression "bVar15 = bVar8 == 0x20" identifier = (binary_expression "bVar8 == 0x20" identifier == number_literal)) ;) (expression_statement "bVar14 = bVar8 < 0x20;" (assignment_expression "bVar14 = bVar8 < 0x20" identifier = (binary_expression "bVar8 < 0x20" identifier < number_literal)) ;) (if_statement "if (0x20 < bVar8) break;" if (parenthesized_expression "(0x20 < bVar8)" ( (binary_expression "0x20 < bVar8" number_literal < identifier) )) (break_statement "break;" break ;)) (if_statement "if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }" if (parenthesized_expression "((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0)" ( (binary_expression "(0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0" (parenthesized_expression "(0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1)" ( (binary_expression "0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1" (binary_expression "0x100003a00U >> ((ulong)bVar8 & 0x3f)" number_literal >> (parenthesized_expression "((ulong)bVar8 & 0x3f)" ( (binary_expression "(ulong)bVar8 & 0x3f" (cast_expression "(ulong)bVar8" ( (type_descriptor "ulong" type_identifier) ) identifier) & number_literal) ))) & number_literal) )) == number_literal) )) (compound_statement "{\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }" { (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" identifier = false) ;) (expression_statement "bVar15 = bVar8 == 0;" (assignment_expression "bVar15 = bVar8 == 0" identifier = (binary_expression "bVar8 == 0" identifier == number_literal)) ;) (if_statement "if (bVar15) goto LAB_00136a89;" if (parenthesized_expression "(bVar15)" ( identifier )) (goto_statement "goto LAB_00136a89;" goto statement_identifier ;)) (break_statement "break;" break ;) })) (expression_statement "local_c0 = local_c0 + 1;" (assignment_expression "local_c0 = local_c0 + 1" identifier = (binary_expression "local_c0 + 1" identifier + number_literal)) ;) (expression_statement "bVar8 = *local_c0;" (assignment_expression "bVar8 = *local_c0" identifier = (pointer_expression "*local_c0" * identifier)) ;) })) (expression_statement "lVar7 = 7;" (assignment_expression "lVar7 = 7" identifier = number_literal) ;) (expression_statement "pbVar12 = local_c0;" (assignment_expression "pbVar12 = local_c0" identifier = identifier) ;) (expression_statement "pbVar13 = (byte *)"include";" (assignment_expression "pbVar13 = (byte *)"include"" identifier = (cast_expression "(byte *)"include"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""include"" " string_content "))) ;) (do_statement "do {\n if (lVar7 == 0) break;\n lVar7 = lVar7 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;\n } while (bVar15);" do (compound_statement "{\n if (lVar7 == 0) break;\n lVar7 = lVar7 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;\n }" { (if_statement "if (lVar7 == 0) break;" if (parenthesized_expression "(lVar7 == 0)" ( (binary_expression "lVar7 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar7 = lVar7 + -1;" (assignment_expression "lVar7 = lVar7 + -1" identifier = (binary_expression "lVar7 + -1" identifier + number_literal)) ;) (expression_statement "bVar14 = *pbVar12 < *pbVar13;" (assignment_expression "bVar14 = *pbVar12 < *pbVar13" identifier = (binary_expression "*pbVar12 < *pbVar13" (pointer_expression "*pbVar12" * identifier) < (pointer_expression "*pbVar13" * identifier))) ;) (expression_statement "bVar15 = *pbVar12 == *pbVar13;" (assignment_expression "bVar15 = *pbVar12 == *pbVar13" identifier = (binary_expression "*pbVar12 == *pbVar13" (pointer_expression "*pbVar12" * identifier) == (pointer_expression "*pbVar13" * identifier))) ;) (expression_statement "pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;" (assignment_expression "pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1" identifier = (binary_expression "pbVar12 + (ulong)bVar16 * -2 + 1" (binary_expression "pbVar12 + (ulong)bVar16 * -2" identifier + (binary_expression "(ulong)bVar16 * -2" (cast_expression "(ulong)bVar16" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;" (assignment_expression "pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1" identifier = (binary_expression "pbVar13 + (ulong)bVar16 * -2 + 1" (binary_expression "pbVar13 + (ulong)bVar16 * -2" identifier + (binary_expression "(ulong)bVar16 * -2" (cast_expression "(ulong)bVar16" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar15)" ( identifier )) ;) (if_statement "if (((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }" if (parenthesized_expression "(((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9))))" ( (binary_expression "((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))" (parenthesized_expression "((!bVar14 && !bVar15) == bVar14)" ( (binary_expression "(!bVar14 && !bVar15) == bVar14" (parenthesized_expression "(!bVar14 && !bVar15)" ( (binary_expression "!bVar14 && !bVar15" (unary_expression "!bVar14" ! identifier) && (unary_expression "!bVar15" ! identifier)) )) == identifier) )) && (parenthesized_expression "((local_c0[7] == 0x20 || (local_c0[7] == 9)))" ( (parenthesized_expression "(local_c0[7] == 0x20 || (local_c0[7] == 9))" ( (binary_expression "local_c0[7] == 0x20 || (local_c0[7] == 9)" (binary_expression "local_c0[7] == 0x20" (subscript_expression "local_c0[7]" identifier [ number_literal ]) == number_literal) || (parenthesized_expression "(local_c0[7] == 9)" ( (binary_expression "local_c0[7] == 9" (subscript_expression "local_c0[7]" identifier [ number_literal ]) == number_literal) ))) )) ))) )) (compound_statement "{\n local_c0 = local_c0 + 8;\n do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }" { (expression_statement "local_c0 = local_c0 + 8;" (assignment_expression "local_c0 = local_c0 + 8" identifier = (binary_expression "local_c0 + 8" identifier + number_literal)) ;) (do_statement "do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );" do (compound_statement "{\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n }" { (expression_statement "bVar8 = *local_c0;" (assignment_expression "bVar8 = *local_c0" identifier = (pointer_expression "*local_c0" * identifier)) ;) (while_statement "while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }" while (parenthesized_expression "((bVar8 != 0x20 && (bVar8 != 9)))" ( (parenthesized_expression "(bVar8 != 0x20 && (bVar8 != 9))" ( (binary_expression "bVar8 != 0x20 && (bVar8 != 9)" (binary_expression "bVar8 != 0x20" identifier != number_literal) && (parenthesized_expression "(bVar8 != 9)" ( (binary_expression "bVar8 != 9" identifier != number_literal) ))) )) )) (compound_statement "{\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }" { (expression_statement "pbVar12 = local_c0;" (assignment_expression "pbVar12 = local_c0" identifier = identifier) ;) (if_statement "if (bVar8 == 0) goto LAB_00136a89;" if (parenthesized_expression "(bVar8 == 0)" ( (binary_expression "bVar8 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00136a89;" goto statement_identifier ;)) (do_statement "do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);" do (compound_statement "{\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n }" { (expression_statement "pbVar13 = pbVar12;" (assignment_expression "pbVar13 = pbVar12" identifier = identifier) ;) (expression_statement "bVar1 = pbVar13[1];" (assignment_expression "bVar1 = pbVar13[1]" identifier = (subscript_expression "pbVar13[1]" identifier [ number_literal ])) ;) (if_statement "if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }" if (parenthesized_expression "((bVar1 == 0x20) || (bVar1 == 9))" ( (binary_expression "(bVar1 == 0x20) || (bVar1 == 9)" (parenthesized_expression "(bVar1 == 0x20)" ( (binary_expression "bVar1 == 0x20" identifier == number_literal) )) || (parenthesized_expression "(bVar1 == 9)" ( (binary_expression "bVar1 == 9" identifier == number_literal) ))) )) (compound_statement "{\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }" { (expression_statement "pbVar13[1] = 0;" (assignment_expression "pbVar13[1] = 0" (subscript_expression "pbVar13[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "bVar8 = *local_c0;" (assignment_expression "bVar8 = *local_c0" identifier = (pointer_expression "*local_c0" * identifier)) ;) (if_statement "if (bVar8 != 0) goto LAB_00136b4e;" if (parenthesized_expression "(bVar8 != 0)" ( (binary_expression "bVar8 != 0" identifier != number_literal) )) (goto_statement "goto LAB_00136b4e;" goto statement_identifier ;)) (goto_statement "goto LAB_00136c55;" goto statement_identifier ;) })) (expression_statement "pbVar12 = pbVar13 + 1;" (assignment_expression "pbVar12 = pbVar13 + 1" identifier = (binary_expression "pbVar13 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(bVar1 != 0)" ( (binary_expression "bVar1 != 0" identifier != number_literal) )) ;) (if_statement "if (bVar8 == 0) goto LAB_00136a89;" if (parenthesized_expression "(bVar8 == 0)" ( (binary_expression "bVar8 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00136a89;" goto statement_identifier ;)) (labeled_statement "LAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }" statement_identifier : (if_statement "if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }" if (parenthesized_expression "(bVar8 == 0x2f)" ( (binary_expression "bVar8 == 0x2f" identifier == number_literal) )) (compound_statement "{\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }" { (expression_statement "iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);" (assignment_expression "iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88)" identifier = (call_expression "glob((char *)local_c0,0,(__errfunc *)0x0,&local_88)" identifier (argument_list "((char *)local_c0,0,(__errfunc *)0x0,&local_88)" ( (cast_expression "(char *)local_c0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , number_literal , (cast_expression "(__errfunc *)0x0" ( (type_descriptor "__errfunc *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , (pointer_expression "&local_88" & identifier) )))) ;) (if_statement "if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }" { (expression_statement "local_b0 = (char *)0x0;" (assignment_expression "local_b0 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (local_88.gl_pathc != 0) goto LAB_00136c03;" if (parenthesized_expression "(local_88.gl_pathc != 0)" ( (binary_expression "local_88.gl_pathc != 0" (field_expression "local_88.gl_pathc" identifier . field_identifier) != number_literal) )) (goto_statement "goto LAB_00136c03;" goto statement_identifier ;)) (expression_statement "globfree(&local_88);" (call_expression "globfree(&local_88)" identifier (argument_list "(&local_88)" ( (pointer_expression "&local_88" & identifier) ))) ;) })) }) (else_clause "else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }" else (compound_statement "{\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }" { (expression_statement "pcVar3 = strrchr(param_2,0x2f);" (assignment_expression "pcVar3 = strrchr(param_2,0x2f)" identifier = (call_expression "strrchr(param_2,0x2f)" identifier (argument_list "(param_2,0x2f)" ( identifier , number_literal )))) ;) (expression_statement "sVar6 = strlen((char *)local_c0);" (assignment_expression "sVar6 = strlen((char *)local_c0)" identifier = (call_expression "strlen((char *)local_c0)" identifier (argument_list "((char *)local_c0)" ( (cast_expression "(char *)local_c0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (expression_statement "local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));" (assignment_expression "local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2))" identifier = (cast_expression "(char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2))" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(pcVar3 + sVar6 + (2 - (long)param_2))" identifier (argument_list "(pcVar3 + sVar6 + (2 - (long)param_2))" ( (binary_expression "pcVar3 + sVar6 + (2 - (long)param_2)" (binary_expression "pcVar3 + sVar6" identifier + identifier) + (parenthesized_expression "(2 - (long)param_2)" ( (binary_expression "2 - (long)param_2" number_literal - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) ))))) ;) (expression_statement "memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));" (call_expression "memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)))" identifier (argument_list "(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)))" ( identifier , identifier , (cast_expression "(size_t)(pcVar3 + (1 - (long)param_2))" ( (type_descriptor "size_t" primitive_type) ) (parenthesized_expression "(pcVar3 + (1 - (long)param_2))" ( (binary_expression "pcVar3 + (1 - (long)param_2)" identifier + (parenthesized_expression "(1 - (long)param_2)" ( (binary_expression "1 - (long)param_2" number_literal - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) ))) ))) ;) (expression_statement "memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);" (call_expression "memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1)" identifier (argument_list "(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1)" ( (binary_expression "local_b0 + (long)(pcVar3 + (1 - (long)param_2))" identifier + (cast_expression "(long)(pcVar3 + (1 - (long)param_2))" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar3 + (1 - (long)param_2))" ( (binary_expression "pcVar3 + (1 - (long)param_2)" identifier + (parenthesized_expression "(1 - (long)param_2)" ( (binary_expression "1 - (long)param_2" number_literal - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) )))) , identifier , (binary_expression "sVar6 + 1" identifier + number_literal) ))) ;) (expression_statement "iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);" (assignment_expression "iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88)" identifier = (call_expression "glob(local_b0,0,(__errfunc *)0x0,&local_88)" identifier (argument_list "(local_b0,0,(__errfunc *)0x0,&local_88)" ( identifier , number_literal , (cast_expression "(__errfunc *)0x0" ( (type_descriptor "__errfunc *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , (pointer_expression "&local_88" & identifier) )))) ;) (if_statement "if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }" { (if_statement "if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }" if (parenthesized_expression "(local_88.gl_pathc == 0)" ( (binary_expression "local_88.gl_pathc == 0" (field_expression "local_88.gl_pathc" identifier . field_identifier) == number_literal) )) (compound_statement "{\n globfree(&local_88);\n }" { (expression_statement "globfree(&local_88);" (call_expression "globfree(&local_88)" identifier (argument_list "(&local_88)" ( (pointer_expression "&local_88" & identifier) ))) ;) }) (else_clause "else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }" else (compound_statement "{\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }" { (labeled_statement "LAB_00136c03:\n uVar11 = 0;" statement_identifier : (expression_statement "uVar11 = 0;" (assignment_expression "uVar11 = 0" identifier = number_literal) ;)) (do_statement "do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);" do (compound_statement "{\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n }" { (expression_statement "uVar11 = uVar11 + 1;" (assignment_expression "uVar11 = uVar11 + 1" identifier = (binary_expression "uVar11 + 1" identifier + number_literal)) ;) (expression_statement "FUN_00136890(param_1);" (call_expression "FUN_00136890(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) }) while (parenthesized_expression "(uVar11 < local_88.gl_pathc)" ( (binary_expression "uVar11 < local_88.gl_pathc" identifier < (field_expression "local_88.gl_pathc" identifier . field_identifier)) )) ;) (expression_statement "globfree(&local_88);" (call_expression "globfree(&local_88)" identifier (argument_list "(&local_88)" ( (pointer_expression "&local_88" & identifier) ))) ;) (if_statement "if (local_b0 == (char *)0x0) goto LAB_00136c55;" if (parenthesized_expression "(local_b0 == (char *)0x0)" ( (binary_expression "local_b0 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00136c55;" goto statement_identifier ;)) }))) })) (expression_statement "free(local_b0);" (call_expression "free(local_b0)" identifier (argument_list "(local_b0)" ( identifier ))) ;) })))) (labeled_statement "LAB_00136c55:\n local_c0 = pbVar13 + 2;" statement_identifier : (expression_statement "local_c0 = pbVar13 + 2;" (assignment_expression "local_c0 = pbVar13 + 2" identifier = (binary_expression "pbVar13 + 2" identifier + number_literal)) ;)) (if_statement "if (bVar1 == 0) goto LAB_00136a89;" if (parenthesized_expression "(bVar1 == 0)" ( (binary_expression "bVar1 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00136a89;" goto statement_identifier ;)) (expression_statement "bVar8 = *local_c0;" (assignment_expression "bVar8 = *local_c0" identifier = (pointer_expression "*local_c0" * identifier)) ;) })) (expression_statement "local_c0 = local_c0 + 1;" (assignment_expression "local_c0 = local_c0 + 1" identifier = (binary_expression "local_c0 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })) (expression_statement "pbVar12 = local_c0;" (assignment_expression "pbVar12 = local_c0" identifier = identifier) ;) (if_statement "if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar6 = 0;\n lVar7 = *param_1;\n if (lVar7 == 0) goto LAB_00136cf7;\nLAB_00136a31:\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }\n param_1[1] = lVar9;\n *(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;\n __dest = (void *)(param_1[1] + *param_1);\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }" if (parenthesized_expression "((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0))" ( (binary_expression "(*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)" (parenthesized_expression "(*local_c0 < 0x3e)" ( (binary_expression "*local_c0 < 0x3e" (pointer_expression "*local_c0" * identifier) < number_literal) )) && (parenthesized_expression "((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)" ( (binary_expression "(0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0" (parenthesized_expression "(0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1)" ( (binary_expression "0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1" (binary_expression "0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f)" number_literal >> (parenthesized_expression "((ulong)*local_c0 & 0x3f)" ( (binary_expression "(ulong)*local_c0 & 0x3f" (binary_expression "(ulong)*local_c0" (parenthesized_expression "(ulong)" ( identifier )) * identifier) & number_literal) ))) & number_literal) )) != number_literal) ))) )) (compound_statement "{\nLAB_00136a20:\n sVar6 = 0;\n lVar7 = *param_1;\n if (lVar7 == 0) goto LAB_00136cf7;\nLAB_00136a31:\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }\n param_1[1] = lVar9;\n *(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;\n __dest = (void *)(param_1[1] + *param_1);\n }" { (labeled_statement "LAB_00136a20:\n sVar6 = 0;" statement_identifier : (expression_statement "sVar6 = 0;" (assignment_expression "sVar6 = 0" identifier = number_literal) ;)) (expression_statement "lVar7 = *param_1;" (assignment_expression "lVar7 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (if_statement "if (lVar7 == 0) goto LAB_00136cf7;" if (parenthesized_expression "(lVar7 == 0)" ( (binary_expression "lVar7 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00136cf7;" goto statement_identifier ;)) (labeled_statement "LAB_00136a31:\n lVar4 = param_1[1];" statement_identifier : (expression_statement "lVar4 = param_1[1];" (assignment_expression "lVar4 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;)) (expression_statement "lVar9 = lVar4 + 1;" (assignment_expression "lVar9 = lVar4 + 1" identifier = (binary_expression "lVar4 + 1" identifier + number_literal)) ;) (if_statement "if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }" if (parenthesized_expression "((ulong)param_1[2] <= lVar9 + sVar6)" ( (binary_expression "(ulong)param_1[2] <= lVar9 + sVar6" (cast_expression "(ulong)param_1[2]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_1[2]" identifier [ number_literal ])) <= (binary_expression "lVar9 + sVar6" identifier + identifier)) )) (compound_statement "{\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }" { (expression_statement "param_1[2] = param_1[2] + 0x100U + sVar6;" (assignment_expression "param_1[2] = param_1[2] + 0x100U + sVar6" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (binary_expression "param_1[2] + 0x100U + sVar6" (binary_expression "param_1[2] + 0x100U" (subscript_expression "param_1[2]" identifier [ number_literal ]) + number_literal) + identifier)) ;) (expression_statement "lVar7 = xrealloc();" (assignment_expression "lVar7 = xrealloc()" identifier = (call_expression "xrealloc()" identifier (argument_list "()" ( )))) ;) (expression_statement "*param_1 = lVar7;" (assignment_expression "*param_1 = lVar7" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "lVar4 = param_1[1];" (assignment_expression "lVar4 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (expression_statement "lVar9 = lVar4 + 1;" (assignment_expression "lVar9 = lVar4 + 1" identifier = (binary_expression "lVar4 + 1" identifier + number_literal)) ;) })) (expression_statement "param_1[1] = lVar9;" (assignment_expression "param_1[1] = lVar9" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;" (assignment_expression "*(undefined1 *)(lVar7 + lVar4) = DAT_002b6108" (pointer_expression "*(undefined1 *)(lVar7 + lVar4)" * (cast_expression "(undefined1 *)(lVar7 + lVar4)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + lVar4)" ( (binary_expression "lVar7 + lVar4" identifier + identifier) )))) = identifier) ;) (expression_statement "__dest = (void *)(param_1[1] + *param_1);" (assignment_expression "__dest = (void *)(param_1[1] + *param_1)" identifier = (cast_expression "(void *)(param_1[1] + *param_1)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[1] + *param_1)" ( (binary_expression "param_1[1] + *param_1" (subscript_expression "param_1[1]" identifier [ number_literal ]) + (pointer_expression "*param_1" * identifier)) )))) ;) }) (else_clause "else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }" else (compound_statement "{\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }" { (do_statement "do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);" do (compound_statement "{\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n }" { (do_statement "do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);" do (compound_statement "{\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n }" { (expression_statement "pbVar13 = pbVar12;" (assignment_expression "pbVar13 = pbVar12" identifier = identifier) ;) (expression_statement "pbVar12 = pbVar13 + 1;" (assignment_expression "pbVar12 = pbVar13 + 1" identifier = (binary_expression "pbVar13 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(0x3d < pbVar13[1])" ( (binary_expression "0x3d < pbVar13[1]" number_literal < (subscript_expression "pbVar13[1]" identifier [ number_literal ])) )) ;) }) while (parenthesized_expression "((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0)" ( (binary_expression "(0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0" (parenthesized_expression "(0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1)" ( (binary_expression "0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1" (binary_expression "0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f)" number_literal >> (parenthesized_expression "((ulong)pbVar13[1] & 0x3f)" ( (binary_expression "(ulong)pbVar13[1] & 0x3f" (cast_expression "(ulong)pbVar13[1]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "pbVar13[1]" identifier [ number_literal ])) & number_literal) ))) & number_literal) )) == number_literal) )) ;) (if_statement "if (pbVar12 == local_c0) goto LAB_00136a20;" if (parenthesized_expression "(pbVar12 == local_c0)" ( (binary_expression "pbVar12 == local_c0" identifier == identifier) )) (goto_statement "goto LAB_00136a20;" goto statement_identifier ;)) (expression_statement "bVar8 = *pbVar13;" (assignment_expression "bVar8 = *pbVar13" identifier = (pointer_expression "*pbVar13" * identifier)) ;) (while_statement "while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }" while (parenthesized_expression "(bVar8 == 0x2f)" ( (binary_expression "bVar8 == 0x2f" identifier == number_literal) )) (compound_statement "{\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }" { (if_statement "if (pbVar12 + -1 == local_c0) goto LAB_00136a20;" if (parenthesized_expression "(pbVar12 + -1 == local_c0)" ( (binary_expression "pbVar12 + -1 == local_c0" (binary_expression "pbVar12 + -1" identifier + number_literal) == identifier) )) (goto_statement "goto LAB_00136a20;" goto statement_identifier ;)) (expression_statement "bVar8 = pbVar12[-2];" (assignment_expression "bVar8 = pbVar12[-2]" identifier = (subscript_expression "pbVar12[-2]" identifier [ number_literal ])) ;) (expression_statement "pbVar12 = pbVar12 + -1;" (assignment_expression "pbVar12 = pbVar12 + -1" identifier = (binary_expression "pbVar12 + -1" identifier + number_literal)) ;) })) (expression_statement "sVar6 = (long)pbVar12 - (long)local_c0;" (assignment_expression "sVar6 = (long)pbVar12 - (long)local_c0" identifier = (binary_expression "(long)pbVar12 - (long)local_c0" (cast_expression "(long)pbVar12" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)local_c0" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "lVar7 = *param_1;" (assignment_expression "lVar7 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (if_statement "if (lVar7 != 0) goto LAB_00136a31;" if (parenthesized_expression "(lVar7 != 0)" ( (binary_expression "lVar7 != 0" identifier != number_literal) )) (goto_statement "goto LAB_00136a31;" goto statement_identifier ;)) (labeled_statement "LAB_00136cf7:\n param_1[2] = sVar6 + 0x101;" statement_identifier : (expression_statement "param_1[2] = sVar6 + 0x101;" (assignment_expression "param_1[2] = sVar6 + 0x101" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (binary_expression "sVar6 + 0x101" identifier + number_literal)) ;)) (expression_statement "__dest = (void *)xmalloc();" (assignment_expression "__dest = (void *)xmalloc()" identifier = (cast_expression "(void *)xmalloc()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc()" identifier (argument_list "()" ( ))))) ;) (expression_statement "*param_1 = (long)__dest;" (assignment_expression "*param_1 = (long)__dest" (pointer_expression "*param_1" * identifier) = (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "param_1[1] = 0;" (assignment_expression "param_1[1] = 0" (subscript_expression "param_1[1]" identifier [ number_literal ]) = number_literal) ;) }))) (expression_statement "memcpy(__dest,local_c0,sVar6);" (call_expression "memcpy(__dest,local_c0,sVar6)" identifier (argument_list "(__dest,local_c0,sVar6)" ( identifier , identifier , identifier ))) ;) (expression_statement "lVar7 = param_1[1];" (assignment_expression "lVar7 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (expression_statement "param_1[1] = sVar6 + lVar7;" (assignment_expression "param_1[1] = sVar6 + lVar7" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (binary_expression "sVar6 + lVar7" identifier + identifier)) ;) (expression_statement "*(undefined1 *)(*param_1 + sVar6 + lVar7) = 0;" (assignment_expression "*(undefined1 *)(*param_1 + sVar6 + lVar7) = 0" (pointer_expression "*(undefined1 *)(*param_1 + sVar6 + lVar7)" * (cast_expression "(undefined1 *)(*param_1 + sVar6 + lVar7)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + sVar6 + lVar7)" ( (binary_expression "*param_1 + sVar6 + lVar7" (binary_expression "*param_1 + sVar6" (pointer_expression "*param_1" * identifier) + identifier) + identifier) )))) = number_literal) ;) (labeled_statement "LAB_00136a89:\n iVar2 = feof(__stream);" statement_identifier : (expression_statement "iVar2 = feof(__stream);" (assignment_expression "iVar2 = feof(__stream)" identifier = (call_expression "feof(__stream)" identifier (argument_list "(__stream)" ( identifier )))) ;)) (expression_statement "pbVar12 = __s;" (assignment_expression "pbVar12 = __s" identifier = identifier) ;) }) while (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) ;)) (expression_statement "free(__s);" (call_expression "free(__s)" identifier (argument_list "(__s)" ( identifier ))) ;) (expression_statement "fclose(__stream);" (call_expression "fclose(__stream)" identifier (argument_list "(__stream)" ( identifier ))) ;) (expression_statement "uVar5 = 1;" (assignment_expression "uVar5 = 1" identifier = number_literal) ;) })) (return_statement "return uVar5;" return identifier ;) }))) | (translation_unit "bfd_boolean gldelf_i386_parse_ld_so_conf(gldelf_i386_ld_so_conf *info,char *filename)\n\n{\n char **ppcVar1;\n byte bVar2;\n bfd_boolean bVar3;\n int iVar4;\n FILE *__stream;\n byte *__s;\n char *pcVar5;\n size_t sVar6;\n size_t sVar7;\n long lVar8;\n byte bVar9;\n long lVar10;\n ulong uVar11;\n byte *pbVar12;\n byte *pbVar13;\n size_t sVar14;\n bool bVar15;\n bool bVar16;\n byte bVar17;\n byte *local_c0;\n char *local_b0;\n glob_t gl;\n \n bVar17 = 0;\n __stream = fopen(filename,"r");\n bVar3 = 0;\n if (__stream != (FILE *)0x0) {\n lVar10 = 0x100;\n __s = (byte *)xmalloc(0x100);\n pbVar12 = __s;\nLAB_00136923:\n do {\n pcVar5 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar5 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar8 = lVar10 + -1;\n sVar7 = strlen(pcVar5);\n if ((sVar7 == lVar8 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar8;\n goto LAB_00136923;\n }\n }\n pcVar5 = strchr((char *)__s,10);\n if (pcVar5 != (char *)0x0) {\n *pcVar5 = '\0';\n }\n pcVar5 = strchr((char *)__s,0x23);\n if (pcVar5 != (char *)0x0) {\n *pcVar5 = '\0';\n }\n bVar9 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar16 = bVar9 == 0x20;\n bVar15 = bVar9 < 0x20;\n if (0x20 < bVar9) break;\n if ((0x100003a00U >> ((ulong)bVar9 & 0x3f) & 1) == 0) {\n bVar15 = false;\n bVar16 = bVar9 == 0;\n if (bVar16) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar9 = *local_c0;\n }\n lVar8 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar15 = *pbVar12 < *pbVar13;\n bVar16 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar17 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar17 * -2 + 1;\n } while (bVar16);\n if (((!bVar15 && !bVar16) == bVar15) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar9 = *local_c0;\n while ((bVar9 != 0x20 && (bVar9 != 9))) {\n pbVar12 = local_c0;\n if (bVar9 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar2 = pbVar13[1];\n if ((bVar2 == 0x20) || (bVar2 == 9)) {\n pbVar13[1] = 0;\n bVar9 = *local_c0;\n if (bVar9 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar2 != 0);\n if (bVar9 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar9 == 0x2f) {\n iVar4 = glob((char *)local_c0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n local_b0 = (char *)0x0;\n if (gl.gl_pathc != 0) goto LAB_00136c03;\n globfree((glob_t *)&gl);\n }\n }\n else {\n pcVar5 = strrchr(filename,0x2f);\n sVar7 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar5 + sVar7 + (2 - (long)filename));\n memcpy(local_b0,filename,(size_t)(pcVar5 + (1 - (long)filename)));\n memcpy(local_b0 + (long)(pcVar5 + (1 - (long)filename)),local_c0,sVar7 + 1);\n iVar4 = glob(local_b0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n if (gl.gl_pathc == 0) {\n globfree((glob_t *)&gl);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n ppcVar1 = gl.gl_pathv + uVar11;\n uVar11 = uVar11 + 1;\n gldelf_i386_parse_ld_so_conf(info,*ppcVar1);\n } while (uVar11 < gl.gl_pathc);\n globfree((glob_t *)&gl);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar2 == 0) goto LAB_00136a89;\n bVar9 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar7 = 0;\n pcVar5 = info->path;\n if (pcVar5 == (char *)0x0) goto LAB_00136cf7;\nLAB_00136a31:\n sVar6 = info->len;\n sVar14 = sVar6 + 1;\n if (info->alloc <= sVar14 + sVar7) {\n info->alloc = info->alloc + 0x100 + sVar7;\n pcVar5 = (char *)xrealloc();\n info->path = pcVar5;\n sVar6 = info->len;\n sVar14 = sVar6 + 1;\n }\n info->len = sVar14;\n pcVar5[sVar6] = config.rpath_separator;\n pcVar5 = info->path + info->len;\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar9 = *pbVar13;\n while (bVar9 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar9 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar7 = (long)pbVar12 - (long)local_c0;\n pcVar5 = info->path;\n if (pcVar5 != (char *)0x0) goto LAB_00136a31;\nLAB_00136cf7:\n info->alloc = sVar7 + 0x101;\n pcVar5 = (char *)xmalloc();\n info->path = pcVar5;\n info->len = 0;\n }\n memcpy(pcVar5,local_c0,sVar7);\n sVar14 = sVar7 + info->len;\n info->len = sVar14;\n info->path[sVar14] = '\0';\nLAB_00136a89:\n iVar4 = feof(__stream);\n pbVar12 = __s;\n } while (iVar4 == 0);\n free(__s);\n fclose(__stream);\n bVar3 = 1;\n }\n return bVar3;\n}\n\n" (function_definition "bfd_boolean gldelf_i386_parse_ld_so_conf(gldelf_i386_ld_so_conf *info,char *filename)\n\n{\n char **ppcVar1;\n byte bVar2;\n bfd_boolean bVar3;\n int iVar4;\n FILE *__stream;\n byte *__s;\n char *pcVar5;\n size_t sVar6;\n size_t sVar7;\n long lVar8;\n byte bVar9;\n long lVar10;\n ulong uVar11;\n byte *pbVar12;\n byte *pbVar13;\n size_t sVar14;\n bool bVar15;\n bool bVar16;\n byte bVar17;\n byte *local_c0;\n char *local_b0;\n glob_t gl;\n \n bVar17 = 0;\n __stream = fopen(filename,"r");\n bVar3 = 0;\n if (__stream != (FILE *)0x0) {\n lVar10 = 0x100;\n __s = (byte *)xmalloc(0x100);\n pbVar12 = __s;\nLAB_00136923:\n do {\n pcVar5 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar5 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar8 = lVar10 + -1;\n sVar7 = strlen(pcVar5);\n if ((sVar7 == lVar8 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar8;\n goto LAB_00136923;\n }\n }\n pcVar5 = strchr((char *)__s,10);\n if (pcVar5 != (char *)0x0) {\n *pcVar5 = '\0';\n }\n pcVar5 = strchr((char *)__s,0x23);\n if (pcVar5 != (char *)0x0) {\n *pcVar5 = '\0';\n }\n bVar9 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar16 = bVar9 == 0x20;\n bVar15 = bVar9 < 0x20;\n if (0x20 < bVar9) break;\n if ((0x100003a00U >> ((ulong)bVar9 & 0x3f) & 1) == 0) {\n bVar15 = false;\n bVar16 = bVar9 == 0;\n if (bVar16) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar9 = *local_c0;\n }\n lVar8 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar15 = *pbVar12 < *pbVar13;\n bVar16 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar17 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar17 * -2 + 1;\n } while (bVar16);\n if (((!bVar15 && !bVar16) == bVar15) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar9 = *local_c0;\n while ((bVar9 != 0x20 && (bVar9 != 9))) {\n pbVar12 = local_c0;\n if (bVar9 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar2 = pbVar13[1];\n if ((bVar2 == 0x20) || (bVar2 == 9)) {\n pbVar13[1] = 0;\n bVar9 = *local_c0;\n if (bVar9 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar2 != 0);\n if (bVar9 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar9 == 0x2f) {\n iVar4 = glob((char *)local_c0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n local_b0 = (char *)0x0;\n if (gl.gl_pathc != 0) goto LAB_00136c03;\n globfree((glob_t *)&gl);\n }\n }\n else {\n pcVar5 = strrchr(filename,0x2f);\n sVar7 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar5 + sVar7 + (2 - (long)filename));\n memcpy(local_b0,filename,(size_t)(pcVar5 + (1 - (long)filename)));\n memcpy(local_b0 + (long)(pcVar5 + (1 - (long)filename)),local_c0,sVar7 + 1);\n iVar4 = glob(local_b0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n if (gl.gl_pathc == 0) {\n globfree((glob_t *)&gl);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n ppcVar1 = gl.gl_pathv + uVar11;\n uVar11 = uVar11 + 1;\n gldelf_i386_parse_ld_so_conf(info,*ppcVar1);\n } while (uVar11 < gl.gl_pathc);\n globfree((glob_t *)&gl);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar2 == 0) goto LAB_00136a89;\n bVar9 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar7 = 0;\n pcVar5 = info->path;\n if (pcVar5 == (char *)0x0) goto LAB_00136cf7;\nLAB_00136a31:\n sVar6 = info->len;\n sVar14 = sVar6 + 1;\n if (info->alloc <= sVar14 + sVar7) {\n info->alloc = info->alloc + 0x100 + sVar7;\n pcVar5 = (char *)xrealloc();\n info->path = pcVar5;\n sVar6 = info->len;\n sVar14 = sVar6 + 1;\n }\n info->len = sVar14;\n pcVar5[sVar6] = config.rpath_separator;\n pcVar5 = info->path + info->len;\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar9 = *pbVar13;\n while (bVar9 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar9 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar7 = (long)pbVar12 - (long)local_c0;\n pcVar5 = info->path;\n if (pcVar5 != (char *)0x0) goto LAB_00136a31;\nLAB_00136cf7:\n info->alloc = sVar7 + 0x101;\n pcVar5 = (char *)xmalloc();\n info->path = pcVar5;\n info->len = 0;\n }\n memcpy(pcVar5,local_c0,sVar7);\n sVar14 = sVar7 + info->len;\n info->len = sVar14;\n info->path[sVar14] = '\0';\nLAB_00136a89:\n iVar4 = feof(__stream);\n pbVar12 = __s;\n } while (iVar4 == 0);\n free(__s);\n fclose(__stream);\n bVar3 = 1;\n }\n return bVar3;\n}" type_identifier (function_declarator "gldelf_i386_parse_ld_so_conf(gldelf_i386_ld_so_conf *info,char *filename)" identifier (parameter_list "(gldelf_i386_ld_so_conf *info,char *filename)" ( (parameter_declaration "gldelf_i386_ld_so_conf *info" type_identifier (pointer_declarator "*info" * identifier)) , (parameter_declaration "char *filename" primitive_type (pointer_declarator "*filename" * identifier)) ))) (compound_statement "{\n char **ppcVar1;\n byte bVar2;\n bfd_boolean bVar3;\n int iVar4;\n FILE *__stream;\n byte *__s;\n char *pcVar5;\n size_t sVar6;\n size_t sVar7;\n long lVar8;\n byte bVar9;\n long lVar10;\n ulong uVar11;\n byte *pbVar12;\n byte *pbVar13;\n size_t sVar14;\n bool bVar15;\n bool bVar16;\n byte bVar17;\n byte *local_c0;\n char *local_b0;\n glob_t gl;\n \n bVar17 = 0;\n __stream = fopen(filename,"r");\n bVar3 = 0;\n if (__stream != (FILE *)0x0) {\n lVar10 = 0x100;\n __s = (byte *)xmalloc(0x100);\n pbVar12 = __s;\nLAB_00136923:\n do {\n pcVar5 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar5 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar8 = lVar10 + -1;\n sVar7 = strlen(pcVar5);\n if ((sVar7 == lVar8 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar8;\n goto LAB_00136923;\n }\n }\n pcVar5 = strchr((char *)__s,10);\n if (pcVar5 != (char *)0x0) {\n *pcVar5 = '\0';\n }\n pcVar5 = strchr((char *)__s,0x23);\n if (pcVar5 != (char *)0x0) {\n *pcVar5 = '\0';\n }\n bVar9 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar16 = bVar9 == 0x20;\n bVar15 = bVar9 < 0x20;\n if (0x20 < bVar9) break;\n if ((0x100003a00U >> ((ulong)bVar9 & 0x3f) & 1) == 0) {\n bVar15 = false;\n bVar16 = bVar9 == 0;\n if (bVar16) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar9 = *local_c0;\n }\n lVar8 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar15 = *pbVar12 < *pbVar13;\n bVar16 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar17 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar17 * -2 + 1;\n } while (bVar16);\n if (((!bVar15 && !bVar16) == bVar15) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar9 = *local_c0;\n while ((bVar9 != 0x20 && (bVar9 != 9))) {\n pbVar12 = local_c0;\n if (bVar9 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar2 = pbVar13[1];\n if ((bVar2 == 0x20) || (bVar2 == 9)) {\n pbVar13[1] = 0;\n bVar9 = *local_c0;\n if (bVar9 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar2 != 0);\n if (bVar9 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar9 == 0x2f) {\n iVar4 = glob((char *)local_c0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n local_b0 = (char *)0x0;\n if (gl.gl_pathc != 0) goto LAB_00136c03;\n globfree((glob_t *)&gl);\n }\n }\n else {\n pcVar5 = strrchr(filename,0x2f);\n sVar7 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar5 + sVar7 + (2 - (long)filename));\n memcpy(local_b0,filename,(size_t)(pcVar5 + (1 - (long)filename)));\n memcpy(local_b0 + (long)(pcVar5 + (1 - (long)filename)),local_c0,sVar7 + 1);\n iVar4 = glob(local_b0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n if (gl.gl_pathc == 0) {\n globfree((glob_t *)&gl);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n ppcVar1 = gl.gl_pathv + uVar11;\n uVar11 = uVar11 + 1;\n gldelf_i386_parse_ld_so_conf(info,*ppcVar1);\n } while (uVar11 < gl.gl_pathc);\n globfree((glob_t *)&gl);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar2 == 0) goto LAB_00136a89;\n bVar9 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar7 = 0;\n pcVar5 = info->path;\n if (pcVar5 == (char *)0x0) goto LAB_00136cf7;\nLAB_00136a31:\n sVar6 = info->len;\n sVar14 = sVar6 + 1;\n if (info->alloc <= sVar14 + sVar7) {\n info->alloc = info->alloc + 0x100 + sVar7;\n pcVar5 = (char *)xrealloc();\n info->path = pcVar5;\n sVar6 = info->len;\n sVar14 = sVar6 + 1;\n }\n info->len = sVar14;\n pcVar5[sVar6] = config.rpath_separator;\n pcVar5 = info->path + info->len;\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar9 = *pbVar13;\n while (bVar9 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar9 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar7 = (long)pbVar12 - (long)local_c0;\n pcVar5 = info->path;\n if (pcVar5 != (char *)0x0) goto LAB_00136a31;\nLAB_00136cf7:\n info->alloc = sVar7 + 0x101;\n pcVar5 = (char *)xmalloc();\n info->path = pcVar5;\n info->len = 0;\n }\n memcpy(pcVar5,local_c0,sVar7);\n sVar14 = sVar7 + info->len;\n info->len = sVar14;\n info->path[sVar14] = '\0';\nLAB_00136a89:\n iVar4 = feof(__stream);\n pbVar12 = __s;\n } while (iVar4 == 0);\n free(__s);\n fclose(__stream);\n bVar3 = 1;\n }\n return bVar3;\n}" { (declaration "char **ppcVar1;" primitive_type (pointer_declarator "**ppcVar1" * (pointer_declarator "*ppcVar1" * identifier)) ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "bfd_boolean bVar3;" type_identifier identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "FILE *__stream;" type_identifier (pointer_declarator "*__stream" * identifier) ;) (declaration "byte *__s;" type_identifier (pointer_declarator "*__s" * identifier) ;) (declaration "char *pcVar5;" primitive_type (pointer_declarator "*pcVar5" * identifier) ;) (declaration "size_t sVar6;" primitive_type identifier ;) (declaration "size_t sVar7;" primitive_type identifier ;) (declaration "long lVar8;" (sized_type_specifier "long" long) identifier ;) (declaration "byte bVar9;" type_identifier identifier ;) (declaration "long lVar10;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar11;" type_identifier identifier ;) (declaration "byte *pbVar12;" type_identifier (pointer_declarator "*pbVar12" * identifier) ;) (declaration "byte *pbVar13;" type_identifier (pointer_declarator "*pbVar13" * identifier) ;) (declaration "size_t sVar14;" primitive_type identifier ;) (declaration "bool bVar15;" primitive_type identifier ;) (declaration "bool bVar16;" primitive_type identifier ;) (declaration "byte bVar17;" type_identifier identifier ;) (declaration "byte *local_c0;" type_identifier (pointer_declarator "*local_c0" * identifier) ;) (declaration "char *local_b0;" primitive_type (pointer_declarator "*local_b0" * identifier) ;) (declaration "glob_t gl;" type_identifier identifier ;) (expression_statement "bVar17 = 0;" (assignment_expression "bVar17 = 0" identifier = number_literal) ;) (expression_statement "__stream = fopen(filename,"r");" (assignment_expression "__stream = fopen(filename,"r")" identifier = (call_expression "fopen(filename,"r")" identifier (argument_list "(filename,"r")" ( identifier , (string_literal ""r"" " string_content ") )))) ;) (expression_statement "bVar3 = 0;" (assignment_expression "bVar3 = 0" identifier = number_literal) ;) (if_statement "if (__stream != (FILE *)0x0) {\n lVar10 = 0x100;\n __s = (byte *)xmalloc(0x100);\n pbVar12 = __s;\nLAB_00136923:\n do {\n pcVar5 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar5 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar8 = lVar10 + -1;\n sVar7 = strlen(pcVar5);\n if ((sVar7 == lVar8 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar8;\n goto LAB_00136923;\n }\n }\n pcVar5 = strchr((char *)__s,10);\n if (pcVar5 != (char *)0x0) {\n *pcVar5 = '\0';\n }\n pcVar5 = strchr((char *)__s,0x23);\n if (pcVar5 != (char *)0x0) {\n *pcVar5 = '\0';\n }\n bVar9 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar16 = bVar9 == 0x20;\n bVar15 = bVar9 < 0x20;\n if (0x20 < bVar9) break;\n if ((0x100003a00U >> ((ulong)bVar9 & 0x3f) & 1) == 0) {\n bVar15 = false;\n bVar16 = bVar9 == 0;\n if (bVar16) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar9 = *local_c0;\n }\n lVar8 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar15 = *pbVar12 < *pbVar13;\n bVar16 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar17 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar17 * -2 + 1;\n } while (bVar16);\n if (((!bVar15 && !bVar16) == bVar15) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar9 = *local_c0;\n while ((bVar9 != 0x20 && (bVar9 != 9))) {\n pbVar12 = local_c0;\n if (bVar9 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar2 = pbVar13[1];\n if ((bVar2 == 0x20) || (bVar2 == 9)) {\n pbVar13[1] = 0;\n bVar9 = *local_c0;\n if (bVar9 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar2 != 0);\n if (bVar9 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar9 == 0x2f) {\n iVar4 = glob((char *)local_c0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n local_b0 = (char *)0x0;\n if (gl.gl_pathc != 0) goto LAB_00136c03;\n globfree((glob_t *)&gl);\n }\n }\n else {\n pcVar5 = strrchr(filename,0x2f);\n sVar7 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar5 + sVar7 + (2 - (long)filename));\n memcpy(local_b0,filename,(size_t)(pcVar5 + (1 - (long)filename)));\n memcpy(local_b0 + (long)(pcVar5 + (1 - (long)filename)),local_c0,sVar7 + 1);\n iVar4 = glob(local_b0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n if (gl.gl_pathc == 0) {\n globfree((glob_t *)&gl);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n ppcVar1 = gl.gl_pathv + uVar11;\n uVar11 = uVar11 + 1;\n gldelf_i386_parse_ld_so_conf(info,*ppcVar1);\n } while (uVar11 < gl.gl_pathc);\n globfree((glob_t *)&gl);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar2 == 0) goto LAB_00136a89;\n bVar9 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar7 = 0;\n pcVar5 = info->path;\n if (pcVar5 == (char *)0x0) goto LAB_00136cf7;\nLAB_00136a31:\n sVar6 = info->len;\n sVar14 = sVar6 + 1;\n if (info->alloc <= sVar14 + sVar7) {\n info->alloc = info->alloc + 0x100 + sVar7;\n pcVar5 = (char *)xrealloc();\n info->path = pcVar5;\n sVar6 = info->len;\n sVar14 = sVar6 + 1;\n }\n info->len = sVar14;\n pcVar5[sVar6] = config.rpath_separator;\n pcVar5 = info->path + info->len;\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar9 = *pbVar13;\n while (bVar9 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar9 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar7 = (long)pbVar12 - (long)local_c0;\n pcVar5 = info->path;\n if (pcVar5 != (char *)0x0) goto LAB_00136a31;\nLAB_00136cf7:\n info->alloc = sVar7 + 0x101;\n pcVar5 = (char *)xmalloc();\n info->path = pcVar5;\n info->len = 0;\n }\n memcpy(pcVar5,local_c0,sVar7);\n sVar14 = sVar7 + info->len;\n info->len = sVar14;\n info->path[sVar14] = '\0';\nLAB_00136a89:\n iVar4 = feof(__stream);\n pbVar12 = __s;\n } while (iVar4 == 0);\n free(__s);\n fclose(__stream);\n bVar3 = 1;\n }" if (parenthesized_expression "(__stream != (FILE *)0x0)" ( (binary_expression "__stream != (FILE *)0x0" identifier != (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n lVar10 = 0x100;\n __s = (byte *)xmalloc(0x100);\n pbVar12 = __s;\nLAB_00136923:\n do {\n pcVar5 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar5 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar8 = lVar10 + -1;\n sVar7 = strlen(pcVar5);\n if ((sVar7 == lVar8 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar8;\n goto LAB_00136923;\n }\n }\n pcVar5 = strchr((char *)__s,10);\n if (pcVar5 != (char *)0x0) {\n *pcVar5 = '\0';\n }\n pcVar5 = strchr((char *)__s,0x23);\n if (pcVar5 != (char *)0x0) {\n *pcVar5 = '\0';\n }\n bVar9 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar16 = bVar9 == 0x20;\n bVar15 = bVar9 < 0x20;\n if (0x20 < bVar9) break;\n if ((0x100003a00U >> ((ulong)bVar9 & 0x3f) & 1) == 0) {\n bVar15 = false;\n bVar16 = bVar9 == 0;\n if (bVar16) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar9 = *local_c0;\n }\n lVar8 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar15 = *pbVar12 < *pbVar13;\n bVar16 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar17 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar17 * -2 + 1;\n } while (bVar16);\n if (((!bVar15 && !bVar16) == bVar15) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar9 = *local_c0;\n while ((bVar9 != 0x20 && (bVar9 != 9))) {\n pbVar12 = local_c0;\n if (bVar9 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar2 = pbVar13[1];\n if ((bVar2 == 0x20) || (bVar2 == 9)) {\n pbVar13[1] = 0;\n bVar9 = *local_c0;\n if (bVar9 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar2 != 0);\n if (bVar9 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar9 == 0x2f) {\n iVar4 = glob((char *)local_c0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n local_b0 = (char *)0x0;\n if (gl.gl_pathc != 0) goto LAB_00136c03;\n globfree((glob_t *)&gl);\n }\n }\n else {\n pcVar5 = strrchr(filename,0x2f);\n sVar7 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar5 + sVar7 + (2 - (long)filename));\n memcpy(local_b0,filename,(size_t)(pcVar5 + (1 - (long)filename)));\n memcpy(local_b0 + (long)(pcVar5 + (1 - (long)filename)),local_c0,sVar7 + 1);\n iVar4 = glob(local_b0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n if (gl.gl_pathc == 0) {\n globfree((glob_t *)&gl);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n ppcVar1 = gl.gl_pathv + uVar11;\n uVar11 = uVar11 + 1;\n gldelf_i386_parse_ld_so_conf(info,*ppcVar1);\n } while (uVar11 < gl.gl_pathc);\n globfree((glob_t *)&gl);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar2 == 0) goto LAB_00136a89;\n bVar9 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar7 = 0;\n pcVar5 = info->path;\n if (pcVar5 == (char *)0x0) goto LAB_00136cf7;\nLAB_00136a31:\n sVar6 = info->len;\n sVar14 = sVar6 + 1;\n if (info->alloc <= sVar14 + sVar7) {\n info->alloc = info->alloc + 0x100 + sVar7;\n pcVar5 = (char *)xrealloc();\n info->path = pcVar5;\n sVar6 = info->len;\n sVar14 = sVar6 + 1;\n }\n info->len = sVar14;\n pcVar5[sVar6] = config.rpath_separator;\n pcVar5 = info->path + info->len;\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar9 = *pbVar13;\n while (bVar9 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar9 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar7 = (long)pbVar12 - (long)local_c0;\n pcVar5 = info->path;\n if (pcVar5 != (char *)0x0) goto LAB_00136a31;\nLAB_00136cf7:\n info->alloc = sVar7 + 0x101;\n pcVar5 = (char *)xmalloc();\n info->path = pcVar5;\n info->len = 0;\n }\n memcpy(pcVar5,local_c0,sVar7);\n sVar14 = sVar7 + info->len;\n info->len = sVar14;\n info->path[sVar14] = '\0';\nLAB_00136a89:\n iVar4 = feof(__stream);\n pbVar12 = __s;\n } while (iVar4 == 0);\n free(__s);\n fclose(__stream);\n bVar3 = 1;\n }" { (expression_statement "lVar10 = 0x100;" (assignment_expression "lVar10 = 0x100" identifier = number_literal) ;) (expression_statement "__s = (byte *)xmalloc(0x100);" (assignment_expression "__s = (byte *)xmalloc(0x100)" identifier = (cast_expression "(byte *)xmalloc(0x100)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x100)" identifier (argument_list "(0x100)" ( number_literal ))))) ;) (expression_statement "pbVar12 = __s;" (assignment_expression "pbVar12 = __s" identifier = identifier) ;) (labeled_statement "LAB_00136923:\n do {\n pcVar5 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar5 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar8 = lVar10 + -1;\n sVar7 = strlen(pcVar5);\n if ((sVar7 == lVar8 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar8;\n goto LAB_00136923;\n }\n }\n pcVar5 = strchr((char *)__s,10);\n if (pcVar5 != (char *)0x0) {\n *pcVar5 = '\0';\n }\n pcVar5 = strchr((char *)__s,0x23);\n if (pcVar5 != (char *)0x0) {\n *pcVar5 = '\0';\n }\n bVar9 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar16 = bVar9 == 0x20;\n bVar15 = bVar9 < 0x20;\n if (0x20 < bVar9) break;\n if ((0x100003a00U >> ((ulong)bVar9 & 0x3f) & 1) == 0) {\n bVar15 = false;\n bVar16 = bVar9 == 0;\n if (bVar16) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar9 = *local_c0;\n }\n lVar8 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar15 = *pbVar12 < *pbVar13;\n bVar16 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar17 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar17 * -2 + 1;\n } while (bVar16);\n if (((!bVar15 && !bVar16) == bVar15) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar9 = *local_c0;\n while ((bVar9 != 0x20 && (bVar9 != 9))) {\n pbVar12 = local_c0;\n if (bVar9 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar2 = pbVar13[1];\n if ((bVar2 == 0x20) || (bVar2 == 9)) {\n pbVar13[1] = 0;\n bVar9 = *local_c0;\n if (bVar9 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar2 != 0);\n if (bVar9 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar9 == 0x2f) {\n iVar4 = glob((char *)local_c0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n local_b0 = (char *)0x0;\n if (gl.gl_pathc != 0) goto LAB_00136c03;\n globfree((glob_t *)&gl);\n }\n }\n else {\n pcVar5 = strrchr(filename,0x2f);\n sVar7 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar5 + sVar7 + (2 - (long)filename));\n memcpy(local_b0,filename,(size_t)(pcVar5 + (1 - (long)filename)));\n memcpy(local_b0 + (long)(pcVar5 + (1 - (long)filename)),local_c0,sVar7 + 1);\n iVar4 = glob(local_b0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n if (gl.gl_pathc == 0) {\n globfree((glob_t *)&gl);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n ppcVar1 = gl.gl_pathv + uVar11;\n uVar11 = uVar11 + 1;\n gldelf_i386_parse_ld_so_conf(info,*ppcVar1);\n } while (uVar11 < gl.gl_pathc);\n globfree((glob_t *)&gl);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar2 == 0) goto LAB_00136a89;\n bVar9 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar7 = 0;\n pcVar5 = info->path;\n if (pcVar5 == (char *)0x0) goto LAB_00136cf7;\nLAB_00136a31:\n sVar6 = info->len;\n sVar14 = sVar6 + 1;\n if (info->alloc <= sVar14 + sVar7) {\n info->alloc = info->alloc + 0x100 + sVar7;\n pcVar5 = (char *)xrealloc();\n info->path = pcVar5;\n sVar6 = info->len;\n sVar14 = sVar6 + 1;\n }\n info->len = sVar14;\n pcVar5[sVar6] = config.rpath_separator;\n pcVar5 = info->path + info->len;\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar9 = *pbVar13;\n while (bVar9 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar9 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar7 = (long)pbVar12 - (long)local_c0;\n pcVar5 = info->path;\n if (pcVar5 != (char *)0x0) goto LAB_00136a31;\nLAB_00136cf7:\n info->alloc = sVar7 + 0x101;\n pcVar5 = (char *)xmalloc();\n info->path = pcVar5;\n info->len = 0;\n }\n memcpy(pcVar5,local_c0,sVar7);\n sVar14 = sVar7 + info->len;\n info->len = sVar14;\n info->path[sVar14] = '\0';\nLAB_00136a89:\n iVar4 = feof(__stream);\n pbVar12 = __s;\n } while (iVar4 == 0);" statement_identifier : (do_statement "do {\n pcVar5 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar5 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar8 = lVar10 + -1;\n sVar7 = strlen(pcVar5);\n if ((sVar7 == lVar8 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar8;\n goto LAB_00136923;\n }\n }\n pcVar5 = strchr((char *)__s,10);\n if (pcVar5 != (char *)0x0) {\n *pcVar5 = '\0';\n }\n pcVar5 = strchr((char *)__s,0x23);\n if (pcVar5 != (char *)0x0) {\n *pcVar5 = '\0';\n }\n bVar9 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar16 = bVar9 == 0x20;\n bVar15 = bVar9 < 0x20;\n if (0x20 < bVar9) break;\n if ((0x100003a00U >> ((ulong)bVar9 & 0x3f) & 1) == 0) {\n bVar15 = false;\n bVar16 = bVar9 == 0;\n if (bVar16) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar9 = *local_c0;\n }\n lVar8 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar15 = *pbVar12 < *pbVar13;\n bVar16 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar17 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar17 * -2 + 1;\n } while (bVar16);\n if (((!bVar15 && !bVar16) == bVar15) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar9 = *local_c0;\n while ((bVar9 != 0x20 && (bVar9 != 9))) {\n pbVar12 = local_c0;\n if (bVar9 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar2 = pbVar13[1];\n if ((bVar2 == 0x20) || (bVar2 == 9)) {\n pbVar13[1] = 0;\n bVar9 = *local_c0;\n if (bVar9 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar2 != 0);\n if (bVar9 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar9 == 0x2f) {\n iVar4 = glob((char *)local_c0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n local_b0 = (char *)0x0;\n if (gl.gl_pathc != 0) goto LAB_00136c03;\n globfree((glob_t *)&gl);\n }\n }\n else {\n pcVar5 = strrchr(filename,0x2f);\n sVar7 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar5 + sVar7 + (2 - (long)filename));\n memcpy(local_b0,filename,(size_t)(pcVar5 + (1 - (long)filename)));\n memcpy(local_b0 + (long)(pcVar5 + (1 - (long)filename)),local_c0,sVar7 + 1);\n iVar4 = glob(local_b0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n if (gl.gl_pathc == 0) {\n globfree((glob_t *)&gl);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n ppcVar1 = gl.gl_pathv + uVar11;\n uVar11 = uVar11 + 1;\n gldelf_i386_parse_ld_so_conf(info,*ppcVar1);\n } while (uVar11 < gl.gl_pathc);\n globfree((glob_t *)&gl);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar2 == 0) goto LAB_00136a89;\n bVar9 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar7 = 0;\n pcVar5 = info->path;\n if (pcVar5 == (char *)0x0) goto LAB_00136cf7;\nLAB_00136a31:\n sVar6 = info->len;\n sVar14 = sVar6 + 1;\n if (info->alloc <= sVar14 + sVar7) {\n info->alloc = info->alloc + 0x100 + sVar7;\n pcVar5 = (char *)xrealloc();\n info->path = pcVar5;\n sVar6 = info->len;\n sVar14 = sVar6 + 1;\n }\n info->len = sVar14;\n pcVar5[sVar6] = config.rpath_separator;\n pcVar5 = info->path + info->len;\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar9 = *pbVar13;\n while (bVar9 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar9 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar7 = (long)pbVar12 - (long)local_c0;\n pcVar5 = info->path;\n if (pcVar5 != (char *)0x0) goto LAB_00136a31;\nLAB_00136cf7:\n info->alloc = sVar7 + 0x101;\n pcVar5 = (char *)xmalloc();\n info->path = pcVar5;\n info->len = 0;\n }\n memcpy(pcVar5,local_c0,sVar7);\n sVar14 = sVar7 + info->len;\n info->len = sVar14;\n info->path[sVar14] = '\0';\nLAB_00136a89:\n iVar4 = feof(__stream);\n pbVar12 = __s;\n } while (iVar4 == 0);" do (compound_statement "{\n pcVar5 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar5 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar8 = lVar10 + -1;\n sVar7 = strlen(pcVar5);\n if ((sVar7 == lVar8 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar8;\n goto LAB_00136923;\n }\n }\n pcVar5 = strchr((char *)__s,10);\n if (pcVar5 != (char *)0x0) {\n *pcVar5 = '\0';\n }\n pcVar5 = strchr((char *)__s,0x23);\n if (pcVar5 != (char *)0x0) {\n *pcVar5 = '\0';\n }\n bVar9 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar16 = bVar9 == 0x20;\n bVar15 = bVar9 < 0x20;\n if (0x20 < bVar9) break;\n if ((0x100003a00U >> ((ulong)bVar9 & 0x3f) & 1) == 0) {\n bVar15 = false;\n bVar16 = bVar9 == 0;\n if (bVar16) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar9 = *local_c0;\n }\n lVar8 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar15 = *pbVar12 < *pbVar13;\n bVar16 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar17 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar17 * -2 + 1;\n } while (bVar16);\n if (((!bVar15 && !bVar16) == bVar15) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar9 = *local_c0;\n while ((bVar9 != 0x20 && (bVar9 != 9))) {\n pbVar12 = local_c0;\n if (bVar9 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar2 = pbVar13[1];\n if ((bVar2 == 0x20) || (bVar2 == 9)) {\n pbVar13[1] = 0;\n bVar9 = *local_c0;\n if (bVar9 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar2 != 0);\n if (bVar9 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar9 == 0x2f) {\n iVar4 = glob((char *)local_c0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n local_b0 = (char *)0x0;\n if (gl.gl_pathc != 0) goto LAB_00136c03;\n globfree((glob_t *)&gl);\n }\n }\n else {\n pcVar5 = strrchr(filename,0x2f);\n sVar7 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar5 + sVar7 + (2 - (long)filename));\n memcpy(local_b0,filename,(size_t)(pcVar5 + (1 - (long)filename)));\n memcpy(local_b0 + (long)(pcVar5 + (1 - (long)filename)),local_c0,sVar7 + 1);\n iVar4 = glob(local_b0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n if (gl.gl_pathc == 0) {\n globfree((glob_t *)&gl);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n ppcVar1 = gl.gl_pathv + uVar11;\n uVar11 = uVar11 + 1;\n gldelf_i386_parse_ld_so_conf(info,*ppcVar1);\n } while (uVar11 < gl.gl_pathc);\n globfree((glob_t *)&gl);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar2 == 0) goto LAB_00136a89;\n bVar9 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar7 = 0;\n pcVar5 = info->path;\n if (pcVar5 == (char *)0x0) goto LAB_00136cf7;\nLAB_00136a31:\n sVar6 = info->len;\n sVar14 = sVar6 + 1;\n if (info->alloc <= sVar14 + sVar7) {\n info->alloc = info->alloc + 0x100 + sVar7;\n pcVar5 = (char *)xrealloc();\n info->path = pcVar5;\n sVar6 = info->len;\n sVar14 = sVar6 + 1;\n }\n info->len = sVar14;\n pcVar5[sVar6] = config.rpath_separator;\n pcVar5 = info->path + info->len;\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar9 = *pbVar13;\n while (bVar9 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar9 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar7 = (long)pbVar12 - (long)local_c0;\n pcVar5 = info->path;\n if (pcVar5 != (char *)0x0) goto LAB_00136a31;\nLAB_00136cf7:\n info->alloc = sVar7 + 0x101;\n pcVar5 = (char *)xmalloc();\n info->path = pcVar5;\n info->len = 0;\n }\n memcpy(pcVar5,local_c0,sVar7);\n sVar14 = sVar7 + info->len;\n info->len = sVar14;\n info->path[sVar14] = '\0';\nLAB_00136a89:\n iVar4 = feof(__stream);\n pbVar12 = __s;\n }" { (expression_statement "pcVar5 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);" (assignment_expression "pcVar5 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream)" identifier = (call_expression "fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream)" identifier (argument_list "((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream)" ( (cast_expression "(char *)pbVar12" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , (binary_expression "(int)lVar10 - (int)((long)pbVar12 - (long)__s)" (cast_expression "(int)lVar10" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)((long)pbVar12 - (long)__s)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((long)pbVar12 - (long)__s)" ( (binary_expression "(long)pbVar12 - (long)__s" (cast_expression "(long)pbVar12" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__s" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) , identifier )))) ;) (if_statement "if (pcVar5 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar8 = lVar10 + -1;\n sVar7 = strlen(pcVar5);\n if ((sVar7 == lVar8 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar8;\n goto LAB_00136923;\n }\n }" if (parenthesized_expression "(pcVar5 == (char *)0x0)" ( (binary_expression "pcVar5 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (__s == pbVar12) break;\n }" { (if_statement "if (__s == pbVar12) break;" if (parenthesized_expression "(__s == pbVar12)" ( (binary_expression "__s == pbVar12" identifier == identifier) )) (break_statement "break;" break ;)) }) (else_clause "else {\n lVar8 = lVar10 + -1;\n sVar7 = strlen(pcVar5);\n if ((sVar7 == lVar8 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar8;\n goto LAB_00136923;\n }\n }" else (compound_statement "{\n lVar8 = lVar10 + -1;\n sVar7 = strlen(pcVar5);\n if ((sVar7 == lVar8 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar8;\n goto LAB_00136923;\n }\n }" { (expression_statement "lVar8 = lVar10 + -1;" (assignment_expression "lVar8 = lVar10 + -1" identifier = (binary_expression "lVar10 + -1" identifier + number_literal)) ;) (expression_statement "sVar7 = strlen(pcVar5);" (assignment_expression "sVar7 = strlen(pcVar5)" identifier = (call_expression "strlen(pcVar5)" identifier (argument_list "(pcVar5)" ( identifier )))) ;) (if_statement "if ((sVar7 == lVar8 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar8;\n goto LAB_00136923;\n }" if (parenthesized_expression "((sVar7 == lVar8 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10))" ( (binary_expression "(sVar7 == lVar8 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)" (parenthesized_expression "(sVar7 == lVar8 - ((long)pbVar12 - (long)__s))" ( (binary_expression "sVar7 == lVar8 - ((long)pbVar12 - (long)__s)" identifier == (binary_expression "lVar8 - ((long)pbVar12 - (long)__s)" identifier - (parenthesized_expression "((long)pbVar12 - (long)__s)" ( (binary_expression "(long)pbVar12 - (long)__s" (cast_expression "(long)pbVar12" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__s" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) )) && (parenthesized_expression "(__s[lVar10 + -2] != 10)" ( (binary_expression "__s[lVar10 + -2] != 10" (subscript_expression "__s[lVar10 + -2]" identifier [ (binary_expression "lVar10 + -2" identifier + number_literal) ]) != number_literal) ))) )) (compound_statement "{\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar8;\n goto LAB_00136923;\n }" { (expression_statement "lVar10 = lVar10 * 2;" (assignment_expression "lVar10 = lVar10 * 2" identifier = (binary_expression "lVar10 * 2" identifier * number_literal)) ;) (expression_statement "__s = (byte *)xrealloc(__s,lVar10);" (assignment_expression "__s = (byte *)xrealloc(__s,lVar10)" identifier = (cast_expression "(byte *)xrealloc(__s,lVar10)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xrealloc(__s,lVar10)" identifier (argument_list "(__s,lVar10)" ( identifier , identifier ))))) ;) (expression_statement "pbVar12 = __s + lVar8;" (assignment_expression "pbVar12 = __s + lVar8" identifier = (binary_expression "__s + lVar8" identifier + identifier)) ;) (goto_statement "goto LAB_00136923;" goto statement_identifier ;) })) }))) (expression_statement "pcVar5 = strchr((char *)__s,10);" (assignment_expression "pcVar5 = strchr((char *)__s,10)" identifier = (call_expression "strchr((char *)__s,10)" identifier (argument_list "((char *)__s,10)" ( (cast_expression "(char *)__s" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , number_literal )))) ;) (if_statement "if (pcVar5 != (char *)0x0) {\n *pcVar5 = '\0';\n }" if (parenthesized_expression "(pcVar5 != (char *)0x0)" ( (binary_expression "pcVar5 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *pcVar5 = '\0';\n }" { (expression_statement "*pcVar5 = '\0';" (assignment_expression "*pcVar5 = '\0'" (pointer_expression "*pcVar5" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) })) (expression_statement "pcVar5 = strchr((char *)__s,0x23);" (assignment_expression "pcVar5 = strchr((char *)__s,0x23)" identifier = (call_expression "strchr((char *)__s,0x23)" identifier (argument_list "((char *)__s,0x23)" ( (cast_expression "(char *)__s" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , number_literal )))) ;) (if_statement "if (pcVar5 != (char *)0x0) {\n *pcVar5 = '\0';\n }" if (parenthesized_expression "(pcVar5 != (char *)0x0)" ( (binary_expression "pcVar5 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *pcVar5 = '\0';\n }" { (expression_statement "*pcVar5 = '\0';" (assignment_expression "*pcVar5 = '\0'" (pointer_expression "*pcVar5" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) })) (expression_statement "bVar9 = *__s;" (assignment_expression "bVar9 = *__s" identifier = (pointer_expression "*__s" * identifier)) ;) (expression_statement "local_c0 = __s;" (assignment_expression "local_c0 = __s" identifier = identifier) ;) (while_statement "while( true ) {\n bVar16 = bVar9 == 0x20;\n bVar15 = bVar9 < 0x20;\n if (0x20 < bVar9) break;\n if ((0x100003a00U >> ((ulong)bVar9 & 0x3f) & 1) == 0) {\n bVar15 = false;\n bVar16 = bVar9 == 0;\n if (bVar16) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar9 = *local_c0;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n bVar16 = bVar9 == 0x20;\n bVar15 = bVar9 < 0x20;\n if (0x20 < bVar9) break;\n if ((0x100003a00U >> ((ulong)bVar9 & 0x3f) & 1) == 0) {\n bVar15 = false;\n bVar16 = bVar9 == 0;\n if (bVar16) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar9 = *local_c0;\n }" { (expression_statement "bVar16 = bVar9 == 0x20;" (assignment_expression "bVar16 = bVar9 == 0x20" identifier = (binary_expression "bVar9 == 0x20" identifier == number_literal)) ;) (expression_statement "bVar15 = bVar9 < 0x20;" (assignment_expression "bVar15 = bVar9 < 0x20" identifier = (binary_expression "bVar9 < 0x20" identifier < number_literal)) ;) (if_statement "if (0x20 < bVar9) break;" if (parenthesized_expression "(0x20 < bVar9)" ( (binary_expression "0x20 < bVar9" number_literal < identifier) )) (break_statement "break;" break ;)) (if_statement "if ((0x100003a00U >> ((ulong)bVar9 & 0x3f) & 1) == 0) {\n bVar15 = false;\n bVar16 = bVar9 == 0;\n if (bVar16) goto LAB_00136a89;\n break;\n }" if (parenthesized_expression "((0x100003a00U >> ((ulong)bVar9 & 0x3f) & 1) == 0)" ( (binary_expression "(0x100003a00U >> ((ulong)bVar9 & 0x3f) & 1) == 0" (parenthesized_expression "(0x100003a00U >> ((ulong)bVar9 & 0x3f) & 1)" ( (binary_expression "0x100003a00U >> ((ulong)bVar9 & 0x3f) & 1" (binary_expression "0x100003a00U >> ((ulong)bVar9 & 0x3f)" number_literal >> (parenthesized_expression "((ulong)bVar9 & 0x3f)" ( (binary_expression "(ulong)bVar9 & 0x3f" (cast_expression "(ulong)bVar9" ( (type_descriptor "ulong" type_identifier) ) identifier) & number_literal) ))) & number_literal) )) == number_literal) )) (compound_statement "{\n bVar15 = false;\n bVar16 = bVar9 == 0;\n if (bVar16) goto LAB_00136a89;\n break;\n }" { (expression_statement "bVar15 = false;" (assignment_expression "bVar15 = false" identifier = false) ;) (expression_statement "bVar16 = bVar9 == 0;" (assignment_expression "bVar16 = bVar9 == 0" identifier = (binary_expression "bVar9 == 0" identifier == number_literal)) ;) (if_statement "if (bVar16) goto LAB_00136a89;" if (parenthesized_expression "(bVar16)" ( identifier )) (goto_statement "goto LAB_00136a89;" goto statement_identifier ;)) (break_statement "break;" break ;) })) (expression_statement "local_c0 = local_c0 + 1;" (assignment_expression "local_c0 = local_c0 + 1" identifier = (binary_expression "local_c0 + 1" identifier + number_literal)) ;) (expression_statement "bVar9 = *local_c0;" (assignment_expression "bVar9 = *local_c0" identifier = (pointer_expression "*local_c0" * identifier)) ;) })) (expression_statement "lVar8 = 7;" (assignment_expression "lVar8 = 7" identifier = number_literal) ;) (expression_statement "pbVar12 = local_c0;" (assignment_expression "pbVar12 = local_c0" identifier = identifier) ;) (expression_statement "pbVar13 = (byte *)"include";" (assignment_expression "pbVar13 = (byte *)"include"" identifier = (cast_expression "(byte *)"include"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""include"" " string_content "))) ;) (do_statement "do {\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar15 = *pbVar12 < *pbVar13;\n bVar16 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar17 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar17 * -2 + 1;\n } while (bVar16);" do (compound_statement "{\n if (lVar8 == 0) break;\n lVar8 = lVar8 + -1;\n bVar15 = *pbVar12 < *pbVar13;\n bVar16 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar17 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar17 * -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 "bVar15 = *pbVar12 < *pbVar13;" (assignment_expression "bVar15 = *pbVar12 < *pbVar13" identifier = (binary_expression "*pbVar12 < *pbVar13" (pointer_expression "*pbVar12" * identifier) < (pointer_expression "*pbVar13" * identifier))) ;) (expression_statement "bVar16 = *pbVar12 == *pbVar13;" (assignment_expression "bVar16 = *pbVar12 == *pbVar13" identifier = (binary_expression "*pbVar12 == *pbVar13" (pointer_expression "*pbVar12" * identifier) == (pointer_expression "*pbVar13" * identifier))) ;) (expression_statement "pbVar12 = pbVar12 + (ulong)bVar17 * -2 + 1;" (assignment_expression "pbVar12 = pbVar12 + (ulong)bVar17 * -2 + 1" identifier = (binary_expression "pbVar12 + (ulong)bVar17 * -2 + 1" (binary_expression "pbVar12 + (ulong)bVar17 * -2" identifier + (binary_expression "(ulong)bVar17 * -2" (cast_expression "(ulong)bVar17" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar13 = pbVar13 + (ulong)bVar17 * -2 + 1;" (assignment_expression "pbVar13 = pbVar13 + (ulong)bVar17 * -2 + 1" identifier = (binary_expression "pbVar13 + (ulong)bVar17 * -2 + 1" (binary_expression "pbVar13 + (ulong)bVar17 * -2" identifier + (binary_expression "(ulong)bVar17 * -2" (cast_expression "(ulong)bVar17" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar16)" ( identifier )) ;) (if_statement "if (((!bVar15 && !bVar16) == bVar15) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar9 = *local_c0;\n while ((bVar9 != 0x20 && (bVar9 != 9))) {\n pbVar12 = local_c0;\n if (bVar9 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar2 = pbVar13[1];\n if ((bVar2 == 0x20) || (bVar2 == 9)) {\n pbVar13[1] = 0;\n bVar9 = *local_c0;\n if (bVar9 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar2 != 0);\n if (bVar9 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar9 == 0x2f) {\n iVar4 = glob((char *)local_c0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n local_b0 = (char *)0x0;\n if (gl.gl_pathc != 0) goto LAB_00136c03;\n globfree((glob_t *)&gl);\n }\n }\n else {\n pcVar5 = strrchr(filename,0x2f);\n sVar7 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar5 + sVar7 + (2 - (long)filename));\n memcpy(local_b0,filename,(size_t)(pcVar5 + (1 - (long)filename)));\n memcpy(local_b0 + (long)(pcVar5 + (1 - (long)filename)),local_c0,sVar7 + 1);\n iVar4 = glob(local_b0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n if (gl.gl_pathc == 0) {\n globfree((glob_t *)&gl);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n ppcVar1 = gl.gl_pathv + uVar11;\n uVar11 = uVar11 + 1;\n gldelf_i386_parse_ld_so_conf(info,*ppcVar1);\n } while (uVar11 < gl.gl_pathc);\n globfree((glob_t *)&gl);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar2 == 0) goto LAB_00136a89;\n bVar9 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }" if (parenthesized_expression "(((!bVar15 && !bVar16) == bVar15) && ((local_c0[7] == 0x20 || (local_c0[7] == 9))))" ( (binary_expression "((!bVar15 && !bVar16) == bVar15) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))" (parenthesized_expression "((!bVar15 && !bVar16) == bVar15)" ( (binary_expression "(!bVar15 && !bVar16) == bVar15" (parenthesized_expression "(!bVar15 && !bVar16)" ( (binary_expression "!bVar15 && !bVar16" (unary_expression "!bVar15" ! identifier) && (unary_expression "!bVar16" ! identifier)) )) == identifier) )) && (parenthesized_expression "((local_c0[7] == 0x20 || (local_c0[7] == 9)))" ( (parenthesized_expression "(local_c0[7] == 0x20 || (local_c0[7] == 9))" ( (binary_expression "local_c0[7] == 0x20 || (local_c0[7] == 9)" (binary_expression "local_c0[7] == 0x20" (subscript_expression "local_c0[7]" identifier [ number_literal ]) == number_literal) || (parenthesized_expression "(local_c0[7] == 9)" ( (binary_expression "local_c0[7] == 9" (subscript_expression "local_c0[7]" identifier [ number_literal ]) == number_literal) ))) )) ))) )) (compound_statement "{\n local_c0 = local_c0 + 8;\n do {\n bVar9 = *local_c0;\n while ((bVar9 != 0x20 && (bVar9 != 9))) {\n pbVar12 = local_c0;\n if (bVar9 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar2 = pbVar13[1];\n if ((bVar2 == 0x20) || (bVar2 == 9)) {\n pbVar13[1] = 0;\n bVar9 = *local_c0;\n if (bVar9 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar2 != 0);\n if (bVar9 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar9 == 0x2f) {\n iVar4 = glob((char *)local_c0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n local_b0 = (char *)0x0;\n if (gl.gl_pathc != 0) goto LAB_00136c03;\n globfree((glob_t *)&gl);\n }\n }\n else {\n pcVar5 = strrchr(filename,0x2f);\n sVar7 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar5 + sVar7 + (2 - (long)filename));\n memcpy(local_b0,filename,(size_t)(pcVar5 + (1 - (long)filename)));\n memcpy(local_b0 + (long)(pcVar5 + (1 - (long)filename)),local_c0,sVar7 + 1);\n iVar4 = glob(local_b0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n if (gl.gl_pathc == 0) {\n globfree((glob_t *)&gl);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n ppcVar1 = gl.gl_pathv + uVar11;\n uVar11 = uVar11 + 1;\n gldelf_i386_parse_ld_so_conf(info,*ppcVar1);\n } while (uVar11 < gl.gl_pathc);\n globfree((glob_t *)&gl);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar2 == 0) goto LAB_00136a89;\n bVar9 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }" { (expression_statement "local_c0 = local_c0 + 8;" (assignment_expression "local_c0 = local_c0 + 8" identifier = (binary_expression "local_c0 + 8" identifier + number_literal)) ;) (do_statement "do {\n bVar9 = *local_c0;\n while ((bVar9 != 0x20 && (bVar9 != 9))) {\n pbVar12 = local_c0;\n if (bVar9 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar2 = pbVar13[1];\n if ((bVar2 == 0x20) || (bVar2 == 9)) {\n pbVar13[1] = 0;\n bVar9 = *local_c0;\n if (bVar9 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar2 != 0);\n if (bVar9 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar9 == 0x2f) {\n iVar4 = glob((char *)local_c0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n local_b0 = (char *)0x0;\n if (gl.gl_pathc != 0) goto LAB_00136c03;\n globfree((glob_t *)&gl);\n }\n }\n else {\n pcVar5 = strrchr(filename,0x2f);\n sVar7 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar5 + sVar7 + (2 - (long)filename));\n memcpy(local_b0,filename,(size_t)(pcVar5 + (1 - (long)filename)));\n memcpy(local_b0 + (long)(pcVar5 + (1 - (long)filename)),local_c0,sVar7 + 1);\n iVar4 = glob(local_b0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n if (gl.gl_pathc == 0) {\n globfree((glob_t *)&gl);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n ppcVar1 = gl.gl_pathv + uVar11;\n uVar11 = uVar11 + 1;\n gldelf_i386_parse_ld_so_conf(info,*ppcVar1);\n } while (uVar11 < gl.gl_pathc);\n globfree((glob_t *)&gl);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar2 == 0) goto LAB_00136a89;\n bVar9 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );" do (compound_statement "{\n bVar9 = *local_c0;\n while ((bVar9 != 0x20 && (bVar9 != 9))) {\n pbVar12 = local_c0;\n if (bVar9 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar2 = pbVar13[1];\n if ((bVar2 == 0x20) || (bVar2 == 9)) {\n pbVar13[1] = 0;\n bVar9 = *local_c0;\n if (bVar9 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar2 != 0);\n if (bVar9 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar9 == 0x2f) {\n iVar4 = glob((char *)local_c0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n local_b0 = (char *)0x0;\n if (gl.gl_pathc != 0) goto LAB_00136c03;\n globfree((glob_t *)&gl);\n }\n }\n else {\n pcVar5 = strrchr(filename,0x2f);\n sVar7 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar5 + sVar7 + (2 - (long)filename));\n memcpy(local_b0,filename,(size_t)(pcVar5 + (1 - (long)filename)));\n memcpy(local_b0 + (long)(pcVar5 + (1 - (long)filename)),local_c0,sVar7 + 1);\n iVar4 = glob(local_b0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n if (gl.gl_pathc == 0) {\n globfree((glob_t *)&gl);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n ppcVar1 = gl.gl_pathv + uVar11;\n uVar11 = uVar11 + 1;\n gldelf_i386_parse_ld_so_conf(info,*ppcVar1);\n } while (uVar11 < gl.gl_pathc);\n globfree((glob_t *)&gl);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar2 == 0) goto LAB_00136a89;\n bVar9 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n }" { (expression_statement "bVar9 = *local_c0;" (assignment_expression "bVar9 = *local_c0" identifier = (pointer_expression "*local_c0" * identifier)) ;) (while_statement "while ((bVar9 != 0x20 && (bVar9 != 9))) {\n pbVar12 = local_c0;\n if (bVar9 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar2 = pbVar13[1];\n if ((bVar2 == 0x20) || (bVar2 == 9)) {\n pbVar13[1] = 0;\n bVar9 = *local_c0;\n if (bVar9 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar2 != 0);\n if (bVar9 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar9 == 0x2f) {\n iVar4 = glob((char *)local_c0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n local_b0 = (char *)0x0;\n if (gl.gl_pathc != 0) goto LAB_00136c03;\n globfree((glob_t *)&gl);\n }\n }\n else {\n pcVar5 = strrchr(filename,0x2f);\n sVar7 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar5 + sVar7 + (2 - (long)filename));\n memcpy(local_b0,filename,(size_t)(pcVar5 + (1 - (long)filename)));\n memcpy(local_b0 + (long)(pcVar5 + (1 - (long)filename)),local_c0,sVar7 + 1);\n iVar4 = glob(local_b0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n if (gl.gl_pathc == 0) {\n globfree((glob_t *)&gl);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n ppcVar1 = gl.gl_pathv + uVar11;\n uVar11 = uVar11 + 1;\n gldelf_i386_parse_ld_so_conf(info,*ppcVar1);\n } while (uVar11 < gl.gl_pathc);\n globfree((glob_t *)&gl);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar2 == 0) goto LAB_00136a89;\n bVar9 = *local_c0;\n }" while (parenthesized_expression "((bVar9 != 0x20 && (bVar9 != 9)))" ( (parenthesized_expression "(bVar9 != 0x20 && (bVar9 != 9))" ( (binary_expression "bVar9 != 0x20 && (bVar9 != 9)" (binary_expression "bVar9 != 0x20" identifier != number_literal) && (parenthesized_expression "(bVar9 != 9)" ( (binary_expression "bVar9 != 9" identifier != number_literal) ))) )) )) (compound_statement "{\n pbVar12 = local_c0;\n if (bVar9 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar2 = pbVar13[1];\n if ((bVar2 == 0x20) || (bVar2 == 9)) {\n pbVar13[1] = 0;\n bVar9 = *local_c0;\n if (bVar9 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar2 != 0);\n if (bVar9 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar9 == 0x2f) {\n iVar4 = glob((char *)local_c0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n local_b0 = (char *)0x0;\n if (gl.gl_pathc != 0) goto LAB_00136c03;\n globfree((glob_t *)&gl);\n }\n }\n else {\n pcVar5 = strrchr(filename,0x2f);\n sVar7 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar5 + sVar7 + (2 - (long)filename));\n memcpy(local_b0,filename,(size_t)(pcVar5 + (1 - (long)filename)));\n memcpy(local_b0 + (long)(pcVar5 + (1 - (long)filename)),local_c0,sVar7 + 1);\n iVar4 = glob(local_b0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n if (gl.gl_pathc == 0) {\n globfree((glob_t *)&gl);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n ppcVar1 = gl.gl_pathv + uVar11;\n uVar11 = uVar11 + 1;\n gldelf_i386_parse_ld_so_conf(info,*ppcVar1);\n } while (uVar11 < gl.gl_pathc);\n globfree((glob_t *)&gl);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar2 == 0) goto LAB_00136a89;\n bVar9 = *local_c0;\n }" { (expression_statement "pbVar12 = local_c0;" (assignment_expression "pbVar12 = local_c0" identifier = identifier) ;) (if_statement "if (bVar9 == 0) goto LAB_00136a89;" if (parenthesized_expression "(bVar9 == 0)" ( (binary_expression "bVar9 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00136a89;" goto statement_identifier ;)) (do_statement "do {\n pbVar13 = pbVar12;\n bVar2 = pbVar13[1];\n if ((bVar2 == 0x20) || (bVar2 == 9)) {\n pbVar13[1] = 0;\n bVar9 = *local_c0;\n if (bVar9 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar2 != 0);" do (compound_statement "{\n pbVar13 = pbVar12;\n bVar2 = pbVar13[1];\n if ((bVar2 == 0x20) || (bVar2 == 9)) {\n pbVar13[1] = 0;\n bVar9 = *local_c0;\n if (bVar9 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n }" { (expression_statement "pbVar13 = pbVar12;" (assignment_expression "pbVar13 = pbVar12" identifier = identifier) ;) (expression_statement "bVar2 = pbVar13[1];" (assignment_expression "bVar2 = pbVar13[1]" identifier = (subscript_expression "pbVar13[1]" identifier [ number_literal ])) ;) (if_statement "if ((bVar2 == 0x20) || (bVar2 == 9)) {\n pbVar13[1] = 0;\n bVar9 = *local_c0;\n if (bVar9 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }" if (parenthesized_expression "((bVar2 == 0x20) || (bVar2 == 9))" ( (binary_expression "(bVar2 == 0x20) || (bVar2 == 9)" (parenthesized_expression "(bVar2 == 0x20)" ( (binary_expression "bVar2 == 0x20" identifier == number_literal) )) || (parenthesized_expression "(bVar2 == 9)" ( (binary_expression "bVar2 == 9" identifier == number_literal) ))) )) (compound_statement "{\n pbVar13[1] = 0;\n bVar9 = *local_c0;\n if (bVar9 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }" { (expression_statement "pbVar13[1] = 0;" (assignment_expression "pbVar13[1] = 0" (subscript_expression "pbVar13[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "bVar9 = *local_c0;" (assignment_expression "bVar9 = *local_c0" identifier = (pointer_expression "*local_c0" * identifier)) ;) (if_statement "if (bVar9 != 0) goto LAB_00136b4e;" if (parenthesized_expression "(bVar9 != 0)" ( (binary_expression "bVar9 != 0" identifier != number_literal) )) (goto_statement "goto LAB_00136b4e;" goto statement_identifier ;)) (goto_statement "goto LAB_00136c55;" goto statement_identifier ;) })) (expression_statement "pbVar12 = pbVar13 + 1;" (assignment_expression "pbVar12 = pbVar13 + 1" identifier = (binary_expression "pbVar13 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(bVar2 != 0)" ( (binary_expression "bVar2 != 0" identifier != number_literal) )) ;) (if_statement "if (bVar9 == 0) goto LAB_00136a89;" if (parenthesized_expression "(bVar9 == 0)" ( (binary_expression "bVar9 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00136a89;" goto statement_identifier ;)) (labeled_statement "LAB_00136b4e:\n if (bVar9 == 0x2f) {\n iVar4 = glob((char *)local_c0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n local_b0 = (char *)0x0;\n if (gl.gl_pathc != 0) goto LAB_00136c03;\n globfree((glob_t *)&gl);\n }\n }\n else {\n pcVar5 = strrchr(filename,0x2f);\n sVar7 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar5 + sVar7 + (2 - (long)filename));\n memcpy(local_b0,filename,(size_t)(pcVar5 + (1 - (long)filename)));\n memcpy(local_b0 + (long)(pcVar5 + (1 - (long)filename)),local_c0,sVar7 + 1);\n iVar4 = glob(local_b0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n if (gl.gl_pathc == 0) {\n globfree((glob_t *)&gl);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n ppcVar1 = gl.gl_pathv + uVar11;\n uVar11 = uVar11 + 1;\n gldelf_i386_parse_ld_so_conf(info,*ppcVar1);\n } while (uVar11 < gl.gl_pathc);\n globfree((glob_t *)&gl);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }" statement_identifier : (if_statement "if (bVar9 == 0x2f) {\n iVar4 = glob((char *)local_c0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n local_b0 = (char *)0x0;\n if (gl.gl_pathc != 0) goto LAB_00136c03;\n globfree((glob_t *)&gl);\n }\n }\n else {\n pcVar5 = strrchr(filename,0x2f);\n sVar7 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar5 + sVar7 + (2 - (long)filename));\n memcpy(local_b0,filename,(size_t)(pcVar5 + (1 - (long)filename)));\n memcpy(local_b0 + (long)(pcVar5 + (1 - (long)filename)),local_c0,sVar7 + 1);\n iVar4 = glob(local_b0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n if (gl.gl_pathc == 0) {\n globfree((glob_t *)&gl);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n ppcVar1 = gl.gl_pathv + uVar11;\n uVar11 = uVar11 + 1;\n gldelf_i386_parse_ld_so_conf(info,*ppcVar1);\n } while (uVar11 < gl.gl_pathc);\n globfree((glob_t *)&gl);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }" if (parenthesized_expression "(bVar9 == 0x2f)" ( (binary_expression "bVar9 == 0x2f" identifier == number_literal) )) (compound_statement "{\n iVar4 = glob((char *)local_c0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n local_b0 = (char *)0x0;\n if (gl.gl_pathc != 0) goto LAB_00136c03;\n globfree((glob_t *)&gl);\n }\n }" { (expression_statement "iVar4 = glob((char *)local_c0,0,(__errfunc *)0x0,(glob_t *)&gl);" (assignment_expression "iVar4 = glob((char *)local_c0,0,(__errfunc *)0x0,(glob_t *)&gl)" identifier = (call_expression "glob((char *)local_c0,0,(__errfunc *)0x0,(glob_t *)&gl)" identifier (argument_list "((char *)local_c0,0,(__errfunc *)0x0,(glob_t *)&gl)" ( (cast_expression "(char *)local_c0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , number_literal , (cast_expression "(__errfunc *)0x0" ( (type_descriptor "__errfunc *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , (cast_expression "(glob_t *)&gl" ( (type_descriptor "glob_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&gl" & identifier)) )))) ;) (if_statement "if (iVar4 == 0) {\n local_b0 = (char *)0x0;\n if (gl.gl_pathc != 0) goto LAB_00136c03;\n globfree((glob_t *)&gl);\n }" if (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) (compound_statement "{\n local_b0 = (char *)0x0;\n if (gl.gl_pathc != 0) goto LAB_00136c03;\n globfree((glob_t *)&gl);\n }" { (expression_statement "local_b0 = (char *)0x0;" (assignment_expression "local_b0 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (gl.gl_pathc != 0) goto LAB_00136c03;" if (parenthesized_expression "(gl.gl_pathc != 0)" ( (binary_expression "gl.gl_pathc != 0" (field_expression "gl.gl_pathc" identifier . field_identifier) != number_literal) )) (goto_statement "goto LAB_00136c03;" goto statement_identifier ;)) (expression_statement "globfree((glob_t *)&gl);" (call_expression "globfree((glob_t *)&gl)" identifier (argument_list "((glob_t *)&gl)" ( (cast_expression "(glob_t *)&gl" ( (type_descriptor "glob_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&gl" & identifier)) ))) ;) })) }) (else_clause "else {\n pcVar5 = strrchr(filename,0x2f);\n sVar7 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar5 + sVar7 + (2 - (long)filename));\n memcpy(local_b0,filename,(size_t)(pcVar5 + (1 - (long)filename)));\n memcpy(local_b0 + (long)(pcVar5 + (1 - (long)filename)),local_c0,sVar7 + 1);\n iVar4 = glob(local_b0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n if (gl.gl_pathc == 0) {\n globfree((glob_t *)&gl);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n ppcVar1 = gl.gl_pathv + uVar11;\n uVar11 = uVar11 + 1;\n gldelf_i386_parse_ld_so_conf(info,*ppcVar1);\n } while (uVar11 < gl.gl_pathc);\n globfree((glob_t *)&gl);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }" else (compound_statement "{\n pcVar5 = strrchr(filename,0x2f);\n sVar7 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar5 + sVar7 + (2 - (long)filename));\n memcpy(local_b0,filename,(size_t)(pcVar5 + (1 - (long)filename)));\n memcpy(local_b0 + (long)(pcVar5 + (1 - (long)filename)),local_c0,sVar7 + 1);\n iVar4 = glob(local_b0,0,(__errfunc *)0x0,(glob_t *)&gl);\n if (iVar4 == 0) {\n if (gl.gl_pathc == 0) {\n globfree((glob_t *)&gl);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n ppcVar1 = gl.gl_pathv + uVar11;\n uVar11 = uVar11 + 1;\n gldelf_i386_parse_ld_so_conf(info,*ppcVar1);\n } while (uVar11 < gl.gl_pathc);\n globfree((glob_t *)&gl);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }" { (expression_statement "pcVar5 = strrchr(filename,0x2f);" (assignment_expression "pcVar5 = strrchr(filename,0x2f)" identifier = (call_expression "strrchr(filename,0x2f)" identifier (argument_list "(filename,0x2f)" ( identifier , number_literal )))) ;) (expression_statement "sVar7 = strlen((char *)local_c0);" (assignment_expression "sVar7 = strlen((char *)local_c0)" identifier = (call_expression "strlen((char *)local_c0)" identifier (argument_list "((char *)local_c0)" ( (cast_expression "(char *)local_c0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (expression_statement "local_b0 = (char *)xmalloc(pcVar5 + sVar7 + (2 - (long)filename));" (assignment_expression "local_b0 = (char *)xmalloc(pcVar5 + sVar7 + (2 - (long)filename))" identifier = (cast_expression "(char *)xmalloc(pcVar5 + sVar7 + (2 - (long)filename))" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(pcVar5 + sVar7 + (2 - (long)filename))" identifier (argument_list "(pcVar5 + sVar7 + (2 - (long)filename))" ( (binary_expression "pcVar5 + sVar7 + (2 - (long)filename)" (binary_expression "pcVar5 + sVar7" identifier + identifier) + (parenthesized_expression "(2 - (long)filename)" ( (binary_expression "2 - (long)filename" number_literal - (cast_expression "(long)filename" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) ))))) ;) (expression_statement "memcpy(local_b0,filename,(size_t)(pcVar5 + (1 - (long)filename)));" (call_expression "memcpy(local_b0,filename,(size_t)(pcVar5 + (1 - (long)filename)))" identifier (argument_list "(local_b0,filename,(size_t)(pcVar5 + (1 - (long)filename)))" ( identifier , identifier , (cast_expression "(size_t)(pcVar5 + (1 - (long)filename))" ( (type_descriptor "size_t" primitive_type) ) (parenthesized_expression "(pcVar5 + (1 - (long)filename))" ( (binary_expression "pcVar5 + (1 - (long)filename)" identifier + (parenthesized_expression "(1 - (long)filename)" ( (binary_expression "1 - (long)filename" number_literal - (cast_expression "(long)filename" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) ))) ))) ;) (expression_statement "memcpy(local_b0 + (long)(pcVar5 + (1 - (long)filename)),local_c0,sVar7 + 1);" (call_expression "memcpy(local_b0 + (long)(pcVar5 + (1 - (long)filename)),local_c0,sVar7 + 1)" identifier (argument_list "(local_b0 + (long)(pcVar5 + (1 - (long)filename)),local_c0,sVar7 + 1)" ( (binary_expression "local_b0 + (long)(pcVar5 + (1 - (long)filename))" identifier + (cast_expression "(long)(pcVar5 + (1 - (long)filename))" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar5 + (1 - (long)filename))" ( (binary_expression "pcVar5 + (1 - (long)filename)" identifier + (parenthesized_expression "(1 - (long)filename)" ( (binary_expression "1 - (long)filename" number_literal - (cast_expression "(long)filename" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) )))) , identifier , (binary_expression "sVar7 + 1" identifier + number_literal) ))) ;) (expression_statement "iVar4 = glob(local_b0,0,(__errfunc *)0x0,(glob_t *)&gl);" (assignment_expression "iVar4 = glob(local_b0,0,(__errfunc *)0x0,(glob_t *)&gl)" identifier = (call_expression "glob(local_b0,0,(__errfunc *)0x0,(glob_t *)&gl)" identifier (argument_list "(local_b0,0,(__errfunc *)0x0,(glob_t *)&gl)" ( identifier , number_literal , (cast_expression "(__errfunc *)0x0" ( (type_descriptor "__errfunc *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , (cast_expression "(glob_t *)&gl" ( (type_descriptor "glob_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&gl" & identifier)) )))) ;) (if_statement "if (iVar4 == 0) {\n if (gl.gl_pathc == 0) {\n globfree((glob_t *)&gl);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n ppcVar1 = gl.gl_pathv + uVar11;\n uVar11 = uVar11 + 1;\n gldelf_i386_parse_ld_so_conf(info,*ppcVar1);\n } while (uVar11 < gl.gl_pathc);\n globfree((glob_t *)&gl);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }" if (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) (compound_statement "{\n if (gl.gl_pathc == 0) {\n globfree((glob_t *)&gl);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n ppcVar1 = gl.gl_pathv + uVar11;\n uVar11 = uVar11 + 1;\n gldelf_i386_parse_ld_so_conf(info,*ppcVar1);\n } while (uVar11 < gl.gl_pathc);\n globfree((glob_t *)&gl);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }" { (if_statement "if (gl.gl_pathc == 0) {\n globfree((glob_t *)&gl);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n ppcVar1 = gl.gl_pathv + uVar11;\n uVar11 = uVar11 + 1;\n gldelf_i386_parse_ld_so_conf(info,*ppcVar1);\n } while (uVar11 < gl.gl_pathc);\n globfree((glob_t *)&gl);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }" if (parenthesized_expression "(gl.gl_pathc == 0)" ( (binary_expression "gl.gl_pathc == 0" (field_expression "gl.gl_pathc" identifier . field_identifier) == number_literal) )) (compound_statement "{\n globfree((glob_t *)&gl);\n }" { (expression_statement "globfree((glob_t *)&gl);" (call_expression "globfree((glob_t *)&gl)" identifier (argument_list "((glob_t *)&gl)" ( (cast_expression "(glob_t *)&gl" ( (type_descriptor "glob_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&gl" & identifier)) ))) ;) }) (else_clause "else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n ppcVar1 = gl.gl_pathv + uVar11;\n uVar11 = uVar11 + 1;\n gldelf_i386_parse_ld_so_conf(info,*ppcVar1);\n } while (uVar11 < gl.gl_pathc);\n globfree((glob_t *)&gl);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }" else (compound_statement "{\nLAB_00136c03:\n uVar11 = 0;\n do {\n ppcVar1 = gl.gl_pathv + uVar11;\n uVar11 = uVar11 + 1;\n gldelf_i386_parse_ld_so_conf(info,*ppcVar1);\n } while (uVar11 < gl.gl_pathc);\n globfree((glob_t *)&gl);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }" { (labeled_statement "LAB_00136c03:\n uVar11 = 0;" statement_identifier : (expression_statement "uVar11 = 0;" (assignment_expression "uVar11 = 0" identifier = number_literal) ;)) (do_statement "do {\n ppcVar1 = gl.gl_pathv + uVar11;\n uVar11 = uVar11 + 1;\n gldelf_i386_parse_ld_so_conf(info,*ppcVar1);\n } while (uVar11 < gl.gl_pathc);" do (compound_statement "{\n ppcVar1 = gl.gl_pathv + uVar11;\n uVar11 = uVar11 + 1;\n gldelf_i386_parse_ld_so_conf(info,*ppcVar1);\n }" { (expression_statement "ppcVar1 = gl.gl_pathv + uVar11;" (assignment_expression "ppcVar1 = gl.gl_pathv + uVar11" identifier = (binary_expression "gl.gl_pathv + uVar11" (field_expression "gl.gl_pathv" identifier . field_identifier) + identifier)) ;) (expression_statement "uVar11 = uVar11 + 1;" (assignment_expression "uVar11 = uVar11 + 1" identifier = (binary_expression "uVar11 + 1" identifier + number_literal)) ;) (expression_statement "gldelf_i386_parse_ld_so_conf(info,*ppcVar1);" (call_expression "gldelf_i386_parse_ld_so_conf(info,*ppcVar1)" identifier (argument_list "(info,*ppcVar1)" ( identifier , (pointer_expression "*ppcVar1" * identifier) ))) ;) }) while (parenthesized_expression "(uVar11 < gl.gl_pathc)" ( (binary_expression "uVar11 < gl.gl_pathc" identifier < (field_expression "gl.gl_pathc" identifier . field_identifier)) )) ;) (expression_statement "globfree((glob_t *)&gl);" (call_expression "globfree((glob_t *)&gl)" identifier (argument_list "((glob_t *)&gl)" ( (cast_expression "(glob_t *)&gl" ( (type_descriptor "glob_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&gl" & identifier)) ))) ;) (if_statement "if (local_b0 == (char *)0x0) goto LAB_00136c55;" if (parenthesized_expression "(local_b0 == (char *)0x0)" ( (binary_expression "local_b0 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00136c55;" goto statement_identifier ;)) }))) })) (expression_statement "free(local_b0);" (call_expression "free(local_b0)" identifier (argument_list "(local_b0)" ( identifier ))) ;) })))) (labeled_statement "LAB_00136c55:\n local_c0 = pbVar13 + 2;" statement_identifier : (expression_statement "local_c0 = pbVar13 + 2;" (assignment_expression "local_c0 = pbVar13 + 2" identifier = (binary_expression "pbVar13 + 2" identifier + number_literal)) ;)) (if_statement "if (bVar2 == 0) goto LAB_00136a89;" if (parenthesized_expression "(bVar2 == 0)" ( (binary_expression "bVar2 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00136a89;" goto statement_identifier ;)) (expression_statement "bVar9 = *local_c0;" (assignment_expression "bVar9 = *local_c0" identifier = (pointer_expression "*local_c0" * identifier)) ;) })) (expression_statement "local_c0 = local_c0 + 1;" (assignment_expression "local_c0 = local_c0 + 1" identifier = (binary_expression "local_c0 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })) (expression_statement "pbVar12 = local_c0;" (assignment_expression "pbVar12 = local_c0" identifier = identifier) ;) (if_statement "if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar7 = 0;\n pcVar5 = info->path;\n if (pcVar5 == (char *)0x0) goto LAB_00136cf7;\nLAB_00136a31:\n sVar6 = info->len;\n sVar14 = sVar6 + 1;\n if (info->alloc <= sVar14 + sVar7) {\n info->alloc = info->alloc + 0x100 + sVar7;\n pcVar5 = (char *)xrealloc();\n info->path = pcVar5;\n sVar6 = info->len;\n sVar14 = sVar6 + 1;\n }\n info->len = sVar14;\n pcVar5[sVar6] = config.rpath_separator;\n pcVar5 = info->path + info->len;\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar9 = *pbVar13;\n while (bVar9 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar9 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar7 = (long)pbVar12 - (long)local_c0;\n pcVar5 = info->path;\n if (pcVar5 != (char *)0x0) goto LAB_00136a31;\nLAB_00136cf7:\n info->alloc = sVar7 + 0x101;\n pcVar5 = (char *)xmalloc();\n info->path = pcVar5;\n info->len = 0;\n }" if (parenthesized_expression "((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0))" ( (binary_expression "(*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)" (parenthesized_expression "(*local_c0 < 0x3e)" ( (binary_expression "*local_c0 < 0x3e" (pointer_expression "*local_c0" * identifier) < number_literal) )) && (parenthesized_expression "((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)" ( (binary_expression "(0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0" (parenthesized_expression "(0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1)" ( (binary_expression "0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1" (binary_expression "0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f)" number_literal >> (parenthesized_expression "((ulong)*local_c0 & 0x3f)" ( (binary_expression "(ulong)*local_c0 & 0x3f" (binary_expression "(ulong)*local_c0" (parenthesized_expression "(ulong)" ( identifier )) * identifier) & number_literal) ))) & number_literal) )) != number_literal) ))) )) (compound_statement "{\nLAB_00136a20:\n sVar7 = 0;\n pcVar5 = info->path;\n if (pcVar5 == (char *)0x0) goto LAB_00136cf7;\nLAB_00136a31:\n sVar6 = info->len;\n sVar14 = sVar6 + 1;\n if (info->alloc <= sVar14 + sVar7) {\n info->alloc = info->alloc + 0x100 + sVar7;\n pcVar5 = (char *)xrealloc();\n info->path = pcVar5;\n sVar6 = info->len;\n sVar14 = sVar6 + 1;\n }\n info->len = sVar14;\n pcVar5[sVar6] = config.rpath_separator;\n pcVar5 = info->path + info->len;\n }" { (labeled_statement "LAB_00136a20:\n sVar7 = 0;" statement_identifier : (expression_statement "sVar7 = 0;" (assignment_expression "sVar7 = 0" identifier = number_literal) ;)) (expression_statement "pcVar5 = info->path;" (assignment_expression "pcVar5 = info->path" identifier = (field_expression "info->path" identifier -> field_identifier)) ;) (if_statement "if (pcVar5 == (char *)0x0) goto LAB_00136cf7;" if (parenthesized_expression "(pcVar5 == (char *)0x0)" ( (binary_expression "pcVar5 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00136cf7;" goto statement_identifier ;)) (labeled_statement "LAB_00136a31:\n sVar6 = info->len;" statement_identifier : (expression_statement "sVar6 = info->len;" (assignment_expression "sVar6 = info->len" identifier = (field_expression "info->len" identifier -> field_identifier)) ;)) (expression_statement "sVar14 = sVar6 + 1;" (assignment_expression "sVar14 = sVar6 + 1" identifier = (binary_expression "sVar6 + 1" identifier + number_literal)) ;) (if_statement "if (info->alloc <= sVar14 + sVar7) {\n info->alloc = info->alloc + 0x100 + sVar7;\n pcVar5 = (char *)xrealloc();\n info->path = pcVar5;\n sVar6 = info->len;\n sVar14 = sVar6 + 1;\n }" if (parenthesized_expression "(info->alloc <= sVar14 + sVar7)" ( (binary_expression "info->alloc <= sVar14 + sVar7" (field_expression "info->alloc" identifier -> field_identifier) <= (binary_expression "sVar14 + sVar7" identifier + identifier)) )) (compound_statement "{\n info->alloc = info->alloc + 0x100 + sVar7;\n pcVar5 = (char *)xrealloc();\n info->path = pcVar5;\n sVar6 = info->len;\n sVar14 = sVar6 + 1;\n }" { (expression_statement "info->alloc = info->alloc + 0x100 + sVar7;" (assignment_expression "info->alloc = info->alloc + 0x100 + sVar7" (field_expression "info->alloc" identifier -> field_identifier) = (binary_expression "info->alloc + 0x100 + sVar7" (binary_expression "info->alloc + 0x100" (field_expression "info->alloc" identifier -> field_identifier) + number_literal) + identifier)) ;) (expression_statement "pcVar5 = (char *)xrealloc();" (assignment_expression "pcVar5 = (char *)xrealloc()" identifier = (cast_expression "(char *)xrealloc()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xrealloc()" identifier (argument_list "()" ( ))))) ;) (expression_statement "info->path = pcVar5;" (assignment_expression "info->path = pcVar5" (field_expression "info->path" identifier -> field_identifier) = identifier) ;) (expression_statement "sVar6 = info->len;" (assignment_expression "sVar6 = info->len" identifier = (field_expression "info->len" identifier -> field_identifier)) ;) (expression_statement "sVar14 = sVar6 + 1;" (assignment_expression "sVar14 = sVar6 + 1" identifier = (binary_expression "sVar6 + 1" identifier + number_literal)) ;) })) (expression_statement "info->len = sVar14;" (assignment_expression "info->len = sVar14" (field_expression "info->len" identifier -> field_identifier) = identifier) ;) (expression_statement "pcVar5[sVar6] = config.rpath_separator;" (assignment_expression "pcVar5[sVar6] = config.rpath_separator" (subscript_expression "pcVar5[sVar6]" identifier [ identifier ]) = (field_expression "config.rpath_separator" identifier . field_identifier)) ;) (expression_statement "pcVar5 = info->path + info->len;" (assignment_expression "pcVar5 = info->path + info->len" identifier = (binary_expression "info->path + info->len" (field_expression "info->path" identifier -> field_identifier) + (field_expression "info->len" identifier -> field_identifier))) ;) }) (else_clause "else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar9 = *pbVar13;\n while (bVar9 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar9 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar7 = (long)pbVar12 - (long)local_c0;\n pcVar5 = info->path;\n if (pcVar5 != (char *)0x0) goto LAB_00136a31;\nLAB_00136cf7:\n info->alloc = sVar7 + 0x101;\n pcVar5 = (char *)xmalloc();\n info->path = pcVar5;\n info->len = 0;\n }" else (compound_statement "{\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar9 = *pbVar13;\n while (bVar9 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar9 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar7 = (long)pbVar12 - (long)local_c0;\n pcVar5 = info->path;\n if (pcVar5 != (char *)0x0) goto LAB_00136a31;\nLAB_00136cf7:\n info->alloc = sVar7 + 0x101;\n pcVar5 = (char *)xmalloc();\n info->path = pcVar5;\n info->len = 0;\n }" { (do_statement "do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);" do (compound_statement "{\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n }" { (do_statement "do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);" do (compound_statement "{\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n }" { (expression_statement "pbVar13 = pbVar12;" (assignment_expression "pbVar13 = pbVar12" identifier = identifier) ;) (expression_statement "pbVar12 = pbVar13 + 1;" (assignment_expression "pbVar12 = pbVar13 + 1" identifier = (binary_expression "pbVar13 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(0x3d < pbVar13[1])" ( (binary_expression "0x3d < pbVar13[1]" number_literal < (subscript_expression "pbVar13[1]" identifier [ number_literal ])) )) ;) }) while (parenthesized_expression "((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0)" ( (binary_expression "(0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0" (parenthesized_expression "(0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1)" ( (binary_expression "0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1" (binary_expression "0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f)" number_literal >> (parenthesized_expression "((ulong)pbVar13[1] & 0x3f)" ( (binary_expression "(ulong)pbVar13[1] & 0x3f" (cast_expression "(ulong)pbVar13[1]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "pbVar13[1]" identifier [ number_literal ])) & number_literal) ))) & number_literal) )) == number_literal) )) ;) (if_statement "if (pbVar12 == local_c0) goto LAB_00136a20;" if (parenthesized_expression "(pbVar12 == local_c0)" ( (binary_expression "pbVar12 == local_c0" identifier == identifier) )) (goto_statement "goto LAB_00136a20;" goto statement_identifier ;)) (expression_statement "bVar9 = *pbVar13;" (assignment_expression "bVar9 = *pbVar13" identifier = (pointer_expression "*pbVar13" * identifier)) ;) (while_statement "while (bVar9 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar9 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }" while (parenthesized_expression "(bVar9 == 0x2f)" ( (binary_expression "bVar9 == 0x2f" identifier == number_literal) )) (compound_statement "{\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar9 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }" { (if_statement "if (pbVar12 + -1 == local_c0) goto LAB_00136a20;" if (parenthesized_expression "(pbVar12 + -1 == local_c0)" ( (binary_expression "pbVar12 + -1 == local_c0" (binary_expression "pbVar12 + -1" identifier + number_literal) == identifier) )) (goto_statement "goto LAB_00136a20;" goto statement_identifier ;)) (expression_statement "bVar9 = pbVar12[-2];" (assignment_expression "bVar9 = pbVar12[-2]" identifier = (subscript_expression "pbVar12[-2]" identifier [ number_literal ])) ;) (expression_statement "pbVar12 = pbVar12 + -1;" (assignment_expression "pbVar12 = pbVar12 + -1" identifier = (binary_expression "pbVar12 + -1" identifier + number_literal)) ;) })) (expression_statement "sVar7 = (long)pbVar12 - (long)local_c0;" (assignment_expression "sVar7 = (long)pbVar12 - (long)local_c0" identifier = (binary_expression "(long)pbVar12 - (long)local_c0" (cast_expression "(long)pbVar12" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)local_c0" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "pcVar5 = info->path;" (assignment_expression "pcVar5 = info->path" identifier = (field_expression "info->path" identifier -> field_identifier)) ;) (if_statement "if (pcVar5 != (char *)0x0) goto LAB_00136a31;" if (parenthesized_expression "(pcVar5 != (char *)0x0)" ( (binary_expression "pcVar5 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00136a31;" goto statement_identifier ;)) (labeled_statement "LAB_00136cf7:\n info->alloc = sVar7 + 0x101;" statement_identifier : (expression_statement "info->alloc = sVar7 + 0x101;" (assignment_expression "info->alloc = sVar7 + 0x101" (field_expression "info->alloc" identifier -> field_identifier) = (binary_expression "sVar7 + 0x101" identifier + number_literal)) ;)) (expression_statement "pcVar5 = (char *)xmalloc();" (assignment_expression "pcVar5 = (char *)xmalloc()" identifier = (cast_expression "(char *)xmalloc()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc()" identifier (argument_list "()" ( ))))) ;) (expression_statement "info->path = pcVar5;" (assignment_expression "info->path = pcVar5" (field_expression "info->path" identifier -> field_identifier) = identifier) ;) (expression_statement "info->len = 0;" (assignment_expression "info->len = 0" (field_expression "info->len" identifier -> field_identifier) = number_literal) ;) }))) (expression_statement "memcpy(pcVar5,local_c0,sVar7);" (call_expression "memcpy(pcVar5,local_c0,sVar7)" identifier (argument_list "(pcVar5,local_c0,sVar7)" ( identifier , identifier , identifier ))) ;) (expression_statement "sVar14 = sVar7 + info->len;" (assignment_expression "sVar14 = sVar7 + info->len" identifier = (binary_expression "sVar7 + info->len" identifier + (field_expression "info->len" identifier -> field_identifier))) ;) (expression_statement "info->len = sVar14;" (assignment_expression "info->len = sVar14" (field_expression "info->len" identifier -> field_identifier) = identifier) ;) (expression_statement "info->path[sVar14] = '\0';" (assignment_expression "info->path[sVar14] = '\0'" (subscript_expression "info->path[sVar14]" (field_expression "info->path" identifier -> field_identifier) [ identifier ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (labeled_statement "LAB_00136a89:\n iVar4 = feof(__stream);" statement_identifier : (expression_statement "iVar4 = feof(__stream);" (assignment_expression "iVar4 = feof(__stream)" identifier = (call_expression "feof(__stream)" identifier (argument_list "(__stream)" ( identifier )))) ;)) (expression_statement "pbVar12 = __s;" (assignment_expression "pbVar12 = __s" identifier = identifier) ;) }) while (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) ;)) (expression_statement "free(__s);" (call_expression "free(__s)" identifier (argument_list "(__s)" ( identifier ))) ;) (expression_statement "fclose(__stream);" (call_expression "fclose(__stream)" identifier (argument_list "(__stream)" ( identifier ))) ;) (expression_statement "bVar3 = 1;" (assignment_expression "bVar3 = 1" identifier = number_literal) ;) })) (return_statement "return bVar3;" return identifier ;) }))) | (translation_unit "undefined8 FUN_00136890(long *param_1,char *param_2)\n\n{\n byte bVar1;\n int iVar2;\n FILE *__stream;\n byte *__s;\n char *pcVar3;\n long lVar4;\n undefined8 uVar5;\n size_t sVar6;\n long lVar7;\n byte bVar8;\n long lVar9;\n long lVar10;\n ulong uVar11;\n byte *pbVar12;\n byte *pbVar13;\n void *__dest;\n bool bVar14;\n bool bVar15;\n byte bVar16;\n byte *local_c0;\n char *local_b0;\n glob_t local_88;\n \n bVar16 = 0;\n __stream = fopen(param_2,"r");\n uVar5 = 0;\n if (__stream != (FILE *)0x0) {\n lVar10 = 0x100;\n __s = (byte *)xmalloc(0x100);\n pbVar12 = __s;\nLAB_00136923:\n do {\n pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar3 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }\n pcVar3 = strchr((char *)__s,10);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n pcVar3 = strchr((char *)__s,0x23);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n bVar8 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar15 = bVar8 == 0x20;\n bVar14 = bVar8 < 0x20;\n if (0x20 < bVar8) break;\n if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar8 = *local_c0;\n }\n lVar7 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar7 == 0) break;\n lVar7 = lVar7 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar6 = 0;\n lVar7 = *param_1;\n if (lVar7 == 0) goto LAB_00136cf7;\nLAB_00136a31:\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }\n param_1[1] = lVar9;\n *(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;\n __dest = (void *)(param_1[1] + *param_1);\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }\n memcpy(__dest,local_c0,sVar6);\n lVar7 = param_1[1];\n param_1[1] = sVar6 + lVar7;\n *(undefined1 *)(*param_1 + sVar6 + lVar7) = 0;\nLAB_00136a89:\n iVar2 = feof(__stream);\n pbVar12 = __s;\n } while (iVar2 == 0);\n free(__s);\n fclose(__stream);\n uVar5 = 1;\n }\n return uVar5;\n}\n\n" (function_definition "undefined8 FUN_00136890(long *param_1,char *param_2)\n\n{\n byte bVar1;\n int iVar2;\n FILE *__stream;\n byte *__s;\n char *pcVar3;\n long lVar4;\n undefined8 uVar5;\n size_t sVar6;\n long lVar7;\n byte bVar8;\n long lVar9;\n long lVar10;\n ulong uVar11;\n byte *pbVar12;\n byte *pbVar13;\n void *__dest;\n bool bVar14;\n bool bVar15;\n byte bVar16;\n byte *local_c0;\n char *local_b0;\n glob_t local_88;\n \n bVar16 = 0;\n __stream = fopen(param_2,"r");\n uVar5 = 0;\n if (__stream != (FILE *)0x0) {\n lVar10 = 0x100;\n __s = (byte *)xmalloc(0x100);\n pbVar12 = __s;\nLAB_00136923:\n do {\n pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar3 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }\n pcVar3 = strchr((char *)__s,10);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n pcVar3 = strchr((char *)__s,0x23);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n bVar8 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar15 = bVar8 == 0x20;\n bVar14 = bVar8 < 0x20;\n if (0x20 < bVar8) break;\n if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar8 = *local_c0;\n }\n lVar7 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar7 == 0) break;\n lVar7 = lVar7 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar6 = 0;\n lVar7 = *param_1;\n if (lVar7 == 0) goto LAB_00136cf7;\nLAB_00136a31:\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }\n param_1[1] = lVar9;\n *(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;\n __dest = (void *)(param_1[1] + *param_1);\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }\n memcpy(__dest,local_c0,sVar6);\n lVar7 = param_1[1];\n param_1[1] = sVar6 + lVar7;\n *(undefined1 *)(*param_1 + sVar6 + lVar7) = 0;\nLAB_00136a89:\n iVar2 = feof(__stream);\n pbVar12 = __s;\n } while (iVar2 == 0);\n free(__s);\n fclose(__stream);\n uVar5 = 1;\n }\n return uVar5;\n}" type_identifier (function_declarator "FUN_00136890(long *param_1,char *param_2)" identifier (parameter_list "(long *param_1,char *param_2)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n byte bVar1;\n int iVar2;\n FILE *__stream;\n byte *__s;\n char *pcVar3;\n long lVar4;\n undefined8 uVar5;\n size_t sVar6;\n long lVar7;\n byte bVar8;\n long lVar9;\n long lVar10;\n ulong uVar11;\n byte *pbVar12;\n byte *pbVar13;\n void *__dest;\n bool bVar14;\n bool bVar15;\n byte bVar16;\n byte *local_c0;\n char *local_b0;\n glob_t local_88;\n \n bVar16 = 0;\n __stream = fopen(param_2,"r");\n uVar5 = 0;\n if (__stream != (FILE *)0x0) {\n lVar10 = 0x100;\n __s = (byte *)xmalloc(0x100);\n pbVar12 = __s;\nLAB_00136923:\n do {\n pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar3 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }\n pcVar3 = strchr((char *)__s,10);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n pcVar3 = strchr((char *)__s,0x23);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n bVar8 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar15 = bVar8 == 0x20;\n bVar14 = bVar8 < 0x20;\n if (0x20 < bVar8) break;\n if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar8 = *local_c0;\n }\n lVar7 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar7 == 0) break;\n lVar7 = lVar7 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar6 = 0;\n lVar7 = *param_1;\n if (lVar7 == 0) goto LAB_00136cf7;\nLAB_00136a31:\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }\n param_1[1] = lVar9;\n *(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;\n __dest = (void *)(param_1[1] + *param_1);\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }\n memcpy(__dest,local_c0,sVar6);\n lVar7 = param_1[1];\n param_1[1] = sVar6 + lVar7;\n *(undefined1 *)(*param_1 + sVar6 + lVar7) = 0;\nLAB_00136a89:\n iVar2 = feof(__stream);\n pbVar12 = __s;\n } while (iVar2 == 0);\n free(__s);\n fclose(__stream);\n uVar5 = 1;\n }\n return uVar5;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "FILE *__stream;" type_identifier (pointer_declarator "*__stream" * identifier) ;) (declaration "byte *__s;" type_identifier (pointer_declarator "*__s" * identifier) ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (declaration "size_t sVar6;" primitive_type identifier ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (declaration "byte bVar8;" type_identifier identifier ;) (declaration "long lVar9;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar10;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar11;" type_identifier identifier ;) (declaration "byte *pbVar12;" type_identifier (pointer_declarator "*pbVar12" * identifier) ;) (declaration "byte *pbVar13;" type_identifier (pointer_declarator "*pbVar13" * identifier) ;) (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "bool bVar14;" primitive_type identifier ;) (declaration "bool bVar15;" primitive_type identifier ;) (declaration "byte bVar16;" type_identifier identifier ;) (declaration "byte *local_c0;" type_identifier (pointer_declarator "*local_c0" * identifier) ;) (declaration "char *local_b0;" primitive_type (pointer_declarator "*local_b0" * identifier) ;) (declaration "glob_t local_88;" type_identifier identifier ;) (expression_statement "bVar16 = 0;" (assignment_expression "bVar16 = 0" identifier = number_literal) ;) (expression_statement "__stream = fopen(param_2,"r");" (assignment_expression "__stream = fopen(param_2,"r")" identifier = (call_expression "fopen(param_2,"r")" identifier (argument_list "(param_2,"r")" ( identifier , (string_literal ""r"" " string_content ") )))) ;) (expression_statement "uVar5 = 0;" (assignment_expression "uVar5 = 0" identifier = number_literal) ;) (if_statement "if (__stream != (FILE *)0x0) {\n lVar10 = 0x100;\n __s = (byte *)xmalloc(0x100);\n pbVar12 = __s;\nLAB_00136923:\n do {\n pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar3 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }\n pcVar3 = strchr((char *)__s,10);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n pcVar3 = strchr((char *)__s,0x23);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n bVar8 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar15 = bVar8 == 0x20;\n bVar14 = bVar8 < 0x20;\n if (0x20 < bVar8) break;\n if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar8 = *local_c0;\n }\n lVar7 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar7 == 0) break;\n lVar7 = lVar7 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar6 = 0;\n lVar7 = *param_1;\n if (lVar7 == 0) goto LAB_00136cf7;\nLAB_00136a31:\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }\n param_1[1] = lVar9;\n *(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;\n __dest = (void *)(param_1[1] + *param_1);\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }\n memcpy(__dest,local_c0,sVar6);\n lVar7 = param_1[1];\n param_1[1] = sVar6 + lVar7;\n *(undefined1 *)(*param_1 + sVar6 + lVar7) = 0;\nLAB_00136a89:\n iVar2 = feof(__stream);\n pbVar12 = __s;\n } while (iVar2 == 0);\n free(__s);\n fclose(__stream);\n uVar5 = 1;\n }" if (parenthesized_expression "(__stream != (FILE *)0x0)" ( (binary_expression "__stream != (FILE *)0x0" identifier != (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n lVar10 = 0x100;\n __s = (byte *)xmalloc(0x100);\n pbVar12 = __s;\nLAB_00136923:\n do {\n pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar3 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }\n pcVar3 = strchr((char *)__s,10);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n pcVar3 = strchr((char *)__s,0x23);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n bVar8 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar15 = bVar8 == 0x20;\n bVar14 = bVar8 < 0x20;\n if (0x20 < bVar8) break;\n if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar8 = *local_c0;\n }\n lVar7 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar7 == 0) break;\n lVar7 = lVar7 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar6 = 0;\n lVar7 = *param_1;\n if (lVar7 == 0) goto LAB_00136cf7;\nLAB_00136a31:\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }\n param_1[1] = lVar9;\n *(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;\n __dest = (void *)(param_1[1] + *param_1);\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }\n memcpy(__dest,local_c0,sVar6);\n lVar7 = param_1[1];\n param_1[1] = sVar6 + lVar7;\n *(undefined1 *)(*param_1 + sVar6 + lVar7) = 0;\nLAB_00136a89:\n iVar2 = feof(__stream);\n pbVar12 = __s;\n } while (iVar2 == 0);\n free(__s);\n fclose(__stream);\n uVar5 = 1;\n }" { (expression_statement "lVar10 = 0x100;" (assignment_expression "lVar10 = 0x100" identifier = number_literal) ;) (expression_statement "__s = (byte *)xmalloc(0x100);" (assignment_expression "__s = (byte *)xmalloc(0x100)" identifier = (cast_expression "(byte *)xmalloc(0x100)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x100)" identifier (argument_list "(0x100)" ( number_literal ))))) ;) (expression_statement "pbVar12 = __s;" (assignment_expression "pbVar12 = __s" identifier = identifier) ;) (labeled_statement "LAB_00136923:\n do {\n pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar3 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }\n pcVar3 = strchr((char *)__s,10);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n pcVar3 = strchr((char *)__s,0x23);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n bVar8 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar15 = bVar8 == 0x20;\n bVar14 = bVar8 < 0x20;\n if (0x20 < bVar8) break;\n if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar8 = *local_c0;\n }\n lVar7 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar7 == 0) break;\n lVar7 = lVar7 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar6 = 0;\n lVar7 = *param_1;\n if (lVar7 == 0) goto LAB_00136cf7;\nLAB_00136a31:\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }\n param_1[1] = lVar9;\n *(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;\n __dest = (void *)(param_1[1] + *param_1);\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }\n memcpy(__dest,local_c0,sVar6);\n lVar7 = param_1[1];\n param_1[1] = sVar6 + lVar7;\n *(undefined1 *)(*param_1 + sVar6 + lVar7) = 0;\nLAB_00136a89:\n iVar2 = feof(__stream);\n pbVar12 = __s;\n } while (iVar2 == 0);" statement_identifier : (do_statement "do {\n pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar3 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }\n pcVar3 = strchr((char *)__s,10);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n pcVar3 = strchr((char *)__s,0x23);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n bVar8 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar15 = bVar8 == 0x20;\n bVar14 = bVar8 < 0x20;\n if (0x20 < bVar8) break;\n if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar8 = *local_c0;\n }\n lVar7 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar7 == 0) break;\n lVar7 = lVar7 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar6 = 0;\n lVar7 = *param_1;\n if (lVar7 == 0) goto LAB_00136cf7;\nLAB_00136a31:\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }\n param_1[1] = lVar9;\n *(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;\n __dest = (void *)(param_1[1] + *param_1);\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }\n memcpy(__dest,local_c0,sVar6);\n lVar7 = param_1[1];\n param_1[1] = sVar6 + lVar7;\n *(undefined1 *)(*param_1 + sVar6 + lVar7) = 0;\nLAB_00136a89:\n iVar2 = feof(__stream);\n pbVar12 = __s;\n } while (iVar2 == 0);" do (compound_statement "{\n pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar3 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }\n pcVar3 = strchr((char *)__s,10);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n pcVar3 = strchr((char *)__s,0x23);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n bVar8 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar15 = bVar8 == 0x20;\n bVar14 = bVar8 < 0x20;\n if (0x20 < bVar8) break;\n if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar8 = *local_c0;\n }\n lVar7 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar7 == 0) break;\n lVar7 = lVar7 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar6 = 0;\n lVar7 = *param_1;\n if (lVar7 == 0) goto LAB_00136cf7;\nLAB_00136a31:\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }\n param_1[1] = lVar9;\n *(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;\n __dest = (void *)(param_1[1] + *param_1);\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }\n memcpy(__dest,local_c0,sVar6);\n lVar7 = param_1[1];\n param_1[1] = sVar6 + lVar7;\n *(undefined1 *)(*param_1 + sVar6 + lVar7) = 0;\nLAB_00136a89:\n iVar2 = feof(__stream);\n pbVar12 = __s;\n }" { (expression_statement "pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);" (assignment_expression "pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream)" identifier = (call_expression "fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream)" identifier (argument_list "((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream)" ( (cast_expression "(char *)pbVar12" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , (binary_expression "(int)lVar10 - (int)((long)pbVar12 - (long)__s)" (cast_expression "(int)lVar10" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)((long)pbVar12 - (long)__s)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((long)pbVar12 - (long)__s)" ( (binary_expression "(long)pbVar12 - (long)__s" (cast_expression "(long)pbVar12" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__s" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) , identifier )))) ;) (if_statement "if (pcVar3 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }" if (parenthesized_expression "(pcVar3 == (char *)0x0)" ( (binary_expression "pcVar3 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (__s == pbVar12) break;\n }" { (if_statement "if (__s == pbVar12) break;" if (parenthesized_expression "(__s == pbVar12)" ( (binary_expression "__s == pbVar12" identifier == identifier) )) (break_statement "break;" break ;)) }) (else_clause "else {\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }" else (compound_statement "{\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }" { (expression_statement "lVar7 = lVar10 + -1;" (assignment_expression "lVar7 = lVar10 + -1" identifier = (binary_expression "lVar10 + -1" identifier + number_literal)) ;) (expression_statement "sVar6 = strlen(pcVar3);" (assignment_expression "sVar6 = strlen(pcVar3)" identifier = (call_expression "strlen(pcVar3)" identifier (argument_list "(pcVar3)" ( identifier )))) ;) (if_statement "if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }" if (parenthesized_expression "((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10))" ( (binary_expression "(sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)" (parenthesized_expression "(sVar6 == lVar7 - ((long)pbVar12 - (long)__s))" ( (binary_expression "sVar6 == lVar7 - ((long)pbVar12 - (long)__s)" identifier == (binary_expression "lVar7 - ((long)pbVar12 - (long)__s)" identifier - (parenthesized_expression "((long)pbVar12 - (long)__s)" ( (binary_expression "(long)pbVar12 - (long)__s" (cast_expression "(long)pbVar12" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__s" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) )) && (parenthesized_expression "(__s[lVar10 + -2] != 10)" ( (binary_expression "__s[lVar10 + -2] != 10" (subscript_expression "__s[lVar10 + -2]" identifier [ (binary_expression "lVar10 + -2" identifier + number_literal) ]) != number_literal) ))) )) (compound_statement "{\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }" { (expression_statement "lVar10 = lVar10 * 2;" (assignment_expression "lVar10 = lVar10 * 2" identifier = (binary_expression "lVar10 * 2" identifier * number_literal)) ;) (expression_statement "__s = (byte *)xrealloc(__s,lVar10);" (assignment_expression "__s = (byte *)xrealloc(__s,lVar10)" identifier = (cast_expression "(byte *)xrealloc(__s,lVar10)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xrealloc(__s,lVar10)" identifier (argument_list "(__s,lVar10)" ( identifier , identifier ))))) ;) (expression_statement "pbVar12 = __s + lVar7;" (assignment_expression "pbVar12 = __s + lVar7" identifier = (binary_expression "__s + lVar7" identifier + identifier)) ;) (goto_statement "goto LAB_00136923;" goto statement_identifier ;) })) }))) (expression_statement "pcVar3 = strchr((char *)__s,10);" (assignment_expression "pcVar3 = strchr((char *)__s,10)" identifier = (call_expression "strchr((char *)__s,10)" identifier (argument_list "((char *)__s,10)" ( (cast_expression "(char *)__s" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , number_literal )))) ;) (if_statement "if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }" if (parenthesized_expression "(pcVar3 != (char *)0x0)" ( (binary_expression "pcVar3 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *pcVar3 = '\0';\n }" { (expression_statement "*pcVar3 = '\0';" (assignment_expression "*pcVar3 = '\0'" (pointer_expression "*pcVar3" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) })) (expression_statement "pcVar3 = strchr((char *)__s,0x23);" (assignment_expression "pcVar3 = strchr((char *)__s,0x23)" identifier = (call_expression "strchr((char *)__s,0x23)" identifier (argument_list "((char *)__s,0x23)" ( (cast_expression "(char *)__s" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , number_literal )))) ;) (if_statement "if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }" if (parenthesized_expression "(pcVar3 != (char *)0x0)" ( (binary_expression "pcVar3 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *pcVar3 = '\0';\n }" { (expression_statement "*pcVar3 = '\0';" (assignment_expression "*pcVar3 = '\0'" (pointer_expression "*pcVar3" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) })) (expression_statement "bVar8 = *__s;" (assignment_expression "bVar8 = *__s" identifier = (pointer_expression "*__s" * identifier)) ;) (expression_statement "local_c0 = __s;" (assignment_expression "local_c0 = __s" identifier = identifier) ;) (while_statement "while( true ) {\n bVar15 = bVar8 == 0x20;\n bVar14 = bVar8 < 0x20;\n if (0x20 < bVar8) break;\n if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar8 = *local_c0;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n bVar15 = bVar8 == 0x20;\n bVar14 = bVar8 < 0x20;\n if (0x20 < bVar8) break;\n if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar8 = *local_c0;\n }" { (expression_statement "bVar15 = bVar8 == 0x20;" (assignment_expression "bVar15 = bVar8 == 0x20" identifier = (binary_expression "bVar8 == 0x20" identifier == number_literal)) ;) (expression_statement "bVar14 = bVar8 < 0x20;" (assignment_expression "bVar14 = bVar8 < 0x20" identifier = (binary_expression "bVar8 < 0x20" identifier < number_literal)) ;) (if_statement "if (0x20 < bVar8) break;" if (parenthesized_expression "(0x20 < bVar8)" ( (binary_expression "0x20 < bVar8" number_literal < identifier) )) (break_statement "break;" break ;)) (if_statement "if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }" if (parenthesized_expression "((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0)" ( (binary_expression "(0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0" (parenthesized_expression "(0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1)" ( (binary_expression "0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1" (binary_expression "0x100003a00U >> ((ulong)bVar8 & 0x3f)" number_literal >> (parenthesized_expression "((ulong)bVar8 & 0x3f)" ( (binary_expression "(ulong)bVar8 & 0x3f" (cast_expression "(ulong)bVar8" ( (type_descriptor "ulong" type_identifier) ) identifier) & number_literal) ))) & number_literal) )) == number_literal) )) (compound_statement "{\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }" { (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" identifier = false) ;) (expression_statement "bVar15 = bVar8 == 0;" (assignment_expression "bVar15 = bVar8 == 0" identifier = (binary_expression "bVar8 == 0" identifier == number_literal)) ;) (if_statement "if (bVar15) goto LAB_00136a89;" if (parenthesized_expression "(bVar15)" ( identifier )) (goto_statement "goto LAB_00136a89;" goto statement_identifier ;)) (break_statement "break;" break ;) })) (expression_statement "local_c0 = local_c0 + 1;" (assignment_expression "local_c0 = local_c0 + 1" identifier = (binary_expression "local_c0 + 1" identifier + number_literal)) ;) (expression_statement "bVar8 = *local_c0;" (assignment_expression "bVar8 = *local_c0" identifier = (pointer_expression "*local_c0" * identifier)) ;) })) (expression_statement "lVar7 = 7;" (assignment_expression "lVar7 = 7" identifier = number_literal) ;) (expression_statement "pbVar12 = local_c0;" (assignment_expression "pbVar12 = local_c0" identifier = identifier) ;) (expression_statement "pbVar13 = (byte *)"include";" (assignment_expression "pbVar13 = (byte *)"include"" identifier = (cast_expression "(byte *)"include"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""include"" " string_content "))) ;) (do_statement "do {\n if (lVar7 == 0) break;\n lVar7 = lVar7 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;\n } while (bVar15);" do (compound_statement "{\n if (lVar7 == 0) break;\n lVar7 = lVar7 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;\n }" { (if_statement "if (lVar7 == 0) break;" if (parenthesized_expression "(lVar7 == 0)" ( (binary_expression "lVar7 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar7 = lVar7 + -1;" (assignment_expression "lVar7 = lVar7 + -1" identifier = (binary_expression "lVar7 + -1" identifier + number_literal)) ;) (expression_statement "bVar14 = *pbVar12 < *pbVar13;" (assignment_expression "bVar14 = *pbVar12 < *pbVar13" identifier = (binary_expression "*pbVar12 < *pbVar13" (pointer_expression "*pbVar12" * identifier) < (pointer_expression "*pbVar13" * identifier))) ;) (expression_statement "bVar15 = *pbVar12 == *pbVar13;" (assignment_expression "bVar15 = *pbVar12 == *pbVar13" identifier = (binary_expression "*pbVar12 == *pbVar13" (pointer_expression "*pbVar12" * identifier) == (pointer_expression "*pbVar13" * identifier))) ;) (expression_statement "pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;" (assignment_expression "pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1" identifier = (binary_expression "pbVar12 + (ulong)bVar16 * -2 + 1" (binary_expression "pbVar12 + (ulong)bVar16 * -2" identifier + (binary_expression "(ulong)bVar16 * -2" (cast_expression "(ulong)bVar16" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;" (assignment_expression "pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1" identifier = (binary_expression "pbVar13 + (ulong)bVar16 * -2 + 1" (binary_expression "pbVar13 + (ulong)bVar16 * -2" identifier + (binary_expression "(ulong)bVar16 * -2" (cast_expression "(ulong)bVar16" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar15)" ( identifier )) ;) (if_statement "if (((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }" if (parenthesized_expression "(((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9))))" ( (binary_expression "((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))" (parenthesized_expression "((!bVar14 && !bVar15) == bVar14)" ( (binary_expression "(!bVar14 && !bVar15) == bVar14" (parenthesized_expression "(!bVar14 && !bVar15)" ( (binary_expression "!bVar14 && !bVar15" (unary_expression "!bVar14" ! identifier) && (unary_expression "!bVar15" ! identifier)) )) == identifier) )) && (parenthesized_expression "((local_c0[7] == 0x20 || (local_c0[7] == 9)))" ( (parenthesized_expression "(local_c0[7] == 0x20 || (local_c0[7] == 9))" ( (binary_expression "local_c0[7] == 0x20 || (local_c0[7] == 9)" (binary_expression "local_c0[7] == 0x20" (subscript_expression "local_c0[7]" identifier [ number_literal ]) == number_literal) || (parenthesized_expression "(local_c0[7] == 9)" ( (binary_expression "local_c0[7] == 9" (subscript_expression "local_c0[7]" identifier [ number_literal ]) == number_literal) ))) )) ))) )) (compound_statement "{\n local_c0 = local_c0 + 8;\n do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }" { (expression_statement "local_c0 = local_c0 + 8;" (assignment_expression "local_c0 = local_c0 + 8" identifier = (binary_expression "local_c0 + 8" identifier + number_literal)) ;) (do_statement "do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );" do (compound_statement "{\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n }" { (expression_statement "bVar8 = *local_c0;" (assignment_expression "bVar8 = *local_c0" identifier = (pointer_expression "*local_c0" * identifier)) ;) (while_statement "while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }" while (parenthesized_expression "((bVar8 != 0x20 && (bVar8 != 9)))" ( (parenthesized_expression "(bVar8 != 0x20 && (bVar8 != 9))" ( (binary_expression "bVar8 != 0x20 && (bVar8 != 9)" (binary_expression "bVar8 != 0x20" identifier != number_literal) && (parenthesized_expression "(bVar8 != 9)" ( (binary_expression "bVar8 != 9" identifier != number_literal) ))) )) )) (compound_statement "{\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }" { (expression_statement "pbVar12 = local_c0;" (assignment_expression "pbVar12 = local_c0" identifier = identifier) ;) (if_statement "if (bVar8 == 0) goto LAB_00136a89;" if (parenthesized_expression "(bVar8 == 0)" ( (binary_expression "bVar8 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00136a89;" goto statement_identifier ;)) (do_statement "do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);" do (compound_statement "{\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n }" { (expression_statement "pbVar13 = pbVar12;" (assignment_expression "pbVar13 = pbVar12" identifier = identifier) ;) (expression_statement "bVar1 = pbVar13[1];" (assignment_expression "bVar1 = pbVar13[1]" identifier = (subscript_expression "pbVar13[1]" identifier [ number_literal ])) ;) (if_statement "if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }" if (parenthesized_expression "((bVar1 == 0x20) || (bVar1 == 9))" ( (binary_expression "(bVar1 == 0x20) || (bVar1 == 9)" (parenthesized_expression "(bVar1 == 0x20)" ( (binary_expression "bVar1 == 0x20" identifier == number_literal) )) || (parenthesized_expression "(bVar1 == 9)" ( (binary_expression "bVar1 == 9" identifier == number_literal) ))) )) (compound_statement "{\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }" { (expression_statement "pbVar13[1] = 0;" (assignment_expression "pbVar13[1] = 0" (subscript_expression "pbVar13[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "bVar8 = *local_c0;" (assignment_expression "bVar8 = *local_c0" identifier = (pointer_expression "*local_c0" * identifier)) ;) (if_statement "if (bVar8 != 0) goto LAB_00136b4e;" if (parenthesized_expression "(bVar8 != 0)" ( (binary_expression "bVar8 != 0" identifier != number_literal) )) (goto_statement "goto LAB_00136b4e;" goto statement_identifier ;)) (goto_statement "goto LAB_00136c55;" goto statement_identifier ;) })) (expression_statement "pbVar12 = pbVar13 + 1;" (assignment_expression "pbVar12 = pbVar13 + 1" identifier = (binary_expression "pbVar13 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(bVar1 != 0)" ( (binary_expression "bVar1 != 0" identifier != number_literal) )) ;) (if_statement "if (bVar8 == 0) goto LAB_00136a89;" if (parenthesized_expression "(bVar8 == 0)" ( (binary_expression "bVar8 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00136a89;" goto statement_identifier ;)) (labeled_statement "LAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }" statement_identifier : (if_statement "if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }" if (parenthesized_expression "(bVar8 == 0x2f)" ( (binary_expression "bVar8 == 0x2f" identifier == number_literal) )) (compound_statement "{\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }" { (expression_statement "iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);" (assignment_expression "iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88)" identifier = (call_expression "glob((char *)local_c0,0,(__errfunc *)0x0,&local_88)" identifier (argument_list "((char *)local_c0,0,(__errfunc *)0x0,&local_88)" ( (cast_expression "(char *)local_c0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , number_literal , (cast_expression "(__errfunc *)0x0" ( (type_descriptor "__errfunc *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , (pointer_expression "&local_88" & identifier) )))) ;) (if_statement "if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }" { (expression_statement "local_b0 = (char *)0x0;" (assignment_expression "local_b0 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (local_88.gl_pathc != 0) goto LAB_00136c03;" if (parenthesized_expression "(local_88.gl_pathc != 0)" ( (binary_expression "local_88.gl_pathc != 0" (field_expression "local_88.gl_pathc" identifier . field_identifier) != number_literal) )) (goto_statement "goto LAB_00136c03;" goto statement_identifier ;)) (expression_statement "globfree(&local_88);" (call_expression "globfree(&local_88)" identifier (argument_list "(&local_88)" ( (pointer_expression "&local_88" & identifier) ))) ;) })) }) (else_clause "else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }" else (compound_statement "{\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }" { (expression_statement "pcVar3 = strrchr(param_2,0x2f);" (assignment_expression "pcVar3 = strrchr(param_2,0x2f)" identifier = (call_expression "strrchr(param_2,0x2f)" identifier (argument_list "(param_2,0x2f)" ( identifier , number_literal )))) ;) (expression_statement "sVar6 = strlen((char *)local_c0);" (assignment_expression "sVar6 = strlen((char *)local_c0)" identifier = (call_expression "strlen((char *)local_c0)" identifier (argument_list "((char *)local_c0)" ( (cast_expression "(char *)local_c0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (expression_statement "local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));" (assignment_expression "local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2))" identifier = (cast_expression "(char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2))" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(pcVar3 + sVar6 + (2 - (long)param_2))" identifier (argument_list "(pcVar3 + sVar6 + (2 - (long)param_2))" ( (binary_expression "pcVar3 + sVar6 + (2 - (long)param_2)" (binary_expression "pcVar3 + sVar6" identifier + identifier) + (parenthesized_expression "(2 - (long)param_2)" ( (binary_expression "2 - (long)param_2" number_literal - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) ))))) ;) (expression_statement "memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));" (call_expression "memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)))" identifier (argument_list "(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)))" ( identifier , identifier , (cast_expression "(size_t)(pcVar3 + (1 - (long)param_2))" ( (type_descriptor "size_t" primitive_type) ) (parenthesized_expression "(pcVar3 + (1 - (long)param_2))" ( (binary_expression "pcVar3 + (1 - (long)param_2)" identifier + (parenthesized_expression "(1 - (long)param_2)" ( (binary_expression "1 - (long)param_2" number_literal - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) ))) ))) ;) (expression_statement "memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);" (call_expression "memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1)" identifier (argument_list "(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1)" ( (binary_expression "local_b0 + (long)(pcVar3 + (1 - (long)param_2))" identifier + (cast_expression "(long)(pcVar3 + (1 - (long)param_2))" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(pcVar3 + (1 - (long)param_2))" ( (binary_expression "pcVar3 + (1 - (long)param_2)" identifier + (parenthesized_expression "(1 - (long)param_2)" ( (binary_expression "1 - (long)param_2" number_literal - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) )))) , identifier , (binary_expression "sVar6 + 1" identifier + number_literal) ))) ;) (expression_statement "iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);" (assignment_expression "iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88)" identifier = (call_expression "glob(local_b0,0,(__errfunc *)0x0,&local_88)" identifier (argument_list "(local_b0,0,(__errfunc *)0x0,&local_88)" ( identifier , number_literal , (cast_expression "(__errfunc *)0x0" ( (type_descriptor "__errfunc *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , (pointer_expression "&local_88" & identifier) )))) ;) (if_statement "if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }" { (if_statement "if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }" if (parenthesized_expression "(local_88.gl_pathc == 0)" ( (binary_expression "local_88.gl_pathc == 0" (field_expression "local_88.gl_pathc" identifier . field_identifier) == number_literal) )) (compound_statement "{\n globfree(&local_88);\n }" { (expression_statement "globfree(&local_88);" (call_expression "globfree(&local_88)" identifier (argument_list "(&local_88)" ( (pointer_expression "&local_88" & identifier) ))) ;) }) (else_clause "else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }" else (compound_statement "{\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }" { (labeled_statement "LAB_00136c03:\n uVar11 = 0;" statement_identifier : (expression_statement "uVar11 = 0;" (assignment_expression "uVar11 = 0" identifier = number_literal) ;)) (do_statement "do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);" do (compound_statement "{\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n }" { (expression_statement "uVar11 = uVar11 + 1;" (assignment_expression "uVar11 = uVar11 + 1" identifier = (binary_expression "uVar11 + 1" identifier + number_literal)) ;) (expression_statement "FUN_00136890(param_1);" (call_expression "FUN_00136890(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) }) while (parenthesized_expression "(uVar11 < local_88.gl_pathc)" ( (binary_expression "uVar11 < local_88.gl_pathc" identifier < (field_expression "local_88.gl_pathc" identifier . field_identifier)) )) ;) (expression_statement "globfree(&local_88);" (call_expression "globfree(&local_88)" identifier (argument_list "(&local_88)" ( (pointer_expression "&local_88" & identifier) ))) ;) (if_statement "if (local_b0 == (char *)0x0) goto LAB_00136c55;" if (parenthesized_expression "(local_b0 == (char *)0x0)" ( (binary_expression "local_b0 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00136c55;" goto statement_identifier ;)) }))) })) (expression_statement "free(local_b0);" (call_expression "free(local_b0)" identifier (argument_list "(local_b0)" ( identifier ))) ;) })))) (labeled_statement "LAB_00136c55:\n local_c0 = pbVar13 + 2;" statement_identifier : (expression_statement "local_c0 = pbVar13 + 2;" (assignment_expression "local_c0 = pbVar13 + 2" identifier = (binary_expression "pbVar13 + 2" identifier + number_literal)) ;)) (if_statement "if (bVar1 == 0) goto LAB_00136a89;" if (parenthesized_expression "(bVar1 == 0)" ( (binary_expression "bVar1 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00136a89;" goto statement_identifier ;)) (expression_statement "bVar8 = *local_c0;" (assignment_expression "bVar8 = *local_c0" identifier = (pointer_expression "*local_c0" * identifier)) ;) })) (expression_statement "local_c0 = local_c0 + 1;" (assignment_expression "local_c0 = local_c0 + 1" identifier = (binary_expression "local_c0 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })) (expression_statement "pbVar12 = local_c0;" (assignment_expression "pbVar12 = local_c0" identifier = identifier) ;) (if_statement "if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar6 = 0;\n lVar7 = *param_1;\n if (lVar7 == 0) goto LAB_00136cf7;\nLAB_00136a31:\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }\n param_1[1] = lVar9;\n *(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;\n __dest = (void *)(param_1[1] + *param_1);\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }" if (parenthesized_expression "((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0))" ( (binary_expression "(*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)" (parenthesized_expression "(*local_c0 < 0x3e)" ( (binary_expression "*local_c0 < 0x3e" (pointer_expression "*local_c0" * identifier) < number_literal) )) && (parenthesized_expression "((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)" ( (binary_expression "(0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0" (parenthesized_expression "(0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1)" ( (binary_expression "0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1" (binary_expression "0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f)" number_literal >> (parenthesized_expression "((ulong)*local_c0 & 0x3f)" ( (binary_expression "(ulong)*local_c0 & 0x3f" (binary_expression "(ulong)*local_c0" (parenthesized_expression "(ulong)" ( identifier )) * identifier) & number_literal) ))) & number_literal) )) != number_literal) ))) )) (compound_statement "{\nLAB_00136a20:\n sVar6 = 0;\n lVar7 = *param_1;\n if (lVar7 == 0) goto LAB_00136cf7;\nLAB_00136a31:\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }\n param_1[1] = lVar9;\n *(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;\n __dest = (void *)(param_1[1] + *param_1);\n }" { (labeled_statement "LAB_00136a20:\n sVar6 = 0;" statement_identifier : (expression_statement "sVar6 = 0;" (assignment_expression "sVar6 = 0" identifier = number_literal) ;)) (expression_statement "lVar7 = *param_1;" (assignment_expression "lVar7 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (if_statement "if (lVar7 == 0) goto LAB_00136cf7;" if (parenthesized_expression "(lVar7 == 0)" ( (binary_expression "lVar7 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00136cf7;" goto statement_identifier ;)) (labeled_statement "LAB_00136a31:\n lVar4 = param_1[1];" statement_identifier : (expression_statement "lVar4 = param_1[1];" (assignment_expression "lVar4 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;)) (expression_statement "lVar9 = lVar4 + 1;" (assignment_expression "lVar9 = lVar4 + 1" identifier = (binary_expression "lVar4 + 1" identifier + number_literal)) ;) (if_statement "if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }" if (parenthesized_expression "((ulong)param_1[2] <= lVar9 + sVar6)" ( (binary_expression "(ulong)param_1[2] <= lVar9 + sVar6" (cast_expression "(ulong)param_1[2]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_1[2]" identifier [ number_literal ])) <= (binary_expression "lVar9 + sVar6" identifier + identifier)) )) (compound_statement "{\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }" { (expression_statement "param_1[2] = param_1[2] + 0x100U + sVar6;" (assignment_expression "param_1[2] = param_1[2] + 0x100U + sVar6" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (binary_expression "param_1[2] + 0x100U + sVar6" (binary_expression "param_1[2] + 0x100U" (subscript_expression "param_1[2]" identifier [ number_literal ]) + number_literal) + identifier)) ;) (expression_statement "lVar7 = xrealloc();" (assignment_expression "lVar7 = xrealloc()" identifier = (call_expression "xrealloc()" identifier (argument_list "()" ( )))) ;) (expression_statement "*param_1 = lVar7;" (assignment_expression "*param_1 = lVar7" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "lVar4 = param_1[1];" (assignment_expression "lVar4 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (expression_statement "lVar9 = lVar4 + 1;" (assignment_expression "lVar9 = lVar4 + 1" identifier = (binary_expression "lVar4 + 1" identifier + number_literal)) ;) })) (expression_statement "param_1[1] = lVar9;" (assignment_expression "param_1[1] = lVar9" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;" (assignment_expression "*(undefined1 *)(lVar7 + lVar4) = DAT_002b6108" (pointer_expression "*(undefined1 *)(lVar7 + lVar4)" * (cast_expression "(undefined1 *)(lVar7 + lVar4)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + lVar4)" ( (binary_expression "lVar7 + lVar4" identifier + identifier) )))) = identifier) ;) (expression_statement "__dest = (void *)(param_1[1] + *param_1);" (assignment_expression "__dest = (void *)(param_1[1] + *param_1)" identifier = (cast_expression "(void *)(param_1[1] + *param_1)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[1] + *param_1)" ( (binary_expression "param_1[1] + *param_1" (subscript_expression "param_1[1]" identifier [ number_literal ]) + (pointer_expression "*param_1" * identifier)) )))) ;) }) (else_clause "else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }" else (compound_statement "{\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }" { (do_statement "do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);" do (compound_statement "{\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n }" { (do_statement "do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);" do (compound_statement "{\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n }" { (expression_statement "pbVar13 = pbVar12;" (assignment_expression "pbVar13 = pbVar12" identifier = identifier) ;) (expression_statement "pbVar12 = pbVar13 + 1;" (assignment_expression "pbVar12 = pbVar13 + 1" identifier = (binary_expression "pbVar13 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(0x3d < pbVar13[1])" ( (binary_expression "0x3d < pbVar13[1]" number_literal < (subscript_expression "pbVar13[1]" identifier [ number_literal ])) )) ;) }) while (parenthesized_expression "((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0)" ( (binary_expression "(0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0" (parenthesized_expression "(0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1)" ( (binary_expression "0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1" (binary_expression "0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f)" number_literal >> (parenthesized_expression "((ulong)pbVar13[1] & 0x3f)" ( (binary_expression "(ulong)pbVar13[1] & 0x3f" (cast_expression "(ulong)pbVar13[1]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "pbVar13[1]" identifier [ number_literal ])) & number_literal) ))) & number_literal) )) == number_literal) )) ;) (if_statement "if (pbVar12 == local_c0) goto LAB_00136a20;" if (parenthesized_expression "(pbVar12 == local_c0)" ( (binary_expression "pbVar12 == local_c0" identifier == identifier) )) (goto_statement "goto LAB_00136a20;" goto statement_identifier ;)) (expression_statement "bVar8 = *pbVar13;" (assignment_expression "bVar8 = *pbVar13" identifier = (pointer_expression "*pbVar13" * identifier)) ;) (while_statement "while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }" while (parenthesized_expression "(bVar8 == 0x2f)" ( (binary_expression "bVar8 == 0x2f" identifier == number_literal) )) (compound_statement "{\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }" { (if_statement "if (pbVar12 + -1 == local_c0) goto LAB_00136a20;" if (parenthesized_expression "(pbVar12 + -1 == local_c0)" ( (binary_expression "pbVar12 + -1 == local_c0" (binary_expression "pbVar12 + -1" identifier + number_literal) == identifier) )) (goto_statement "goto LAB_00136a20;" goto statement_identifier ;)) (expression_statement "bVar8 = pbVar12[-2];" (assignment_expression "bVar8 = pbVar12[-2]" identifier = (subscript_expression "pbVar12[-2]" identifier [ number_literal ])) ;) (expression_statement "pbVar12 = pbVar12 + -1;" (assignment_expression "pbVar12 = pbVar12 + -1" identifier = (binary_expression "pbVar12 + -1" identifier + number_literal)) ;) })) (expression_statement "sVar6 = (long)pbVar12 - (long)local_c0;" (assignment_expression "sVar6 = (long)pbVar12 - (long)local_c0" identifier = (binary_expression "(long)pbVar12 - (long)local_c0" (cast_expression "(long)pbVar12" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)local_c0" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "lVar7 = *param_1;" (assignment_expression "lVar7 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (if_statement "if (lVar7 != 0) goto LAB_00136a31;" if (parenthesized_expression "(lVar7 != 0)" ( (binary_expression "lVar7 != 0" identifier != number_literal) )) (goto_statement "goto LAB_00136a31;" goto statement_identifier ;)) (labeled_statement "LAB_00136cf7:\n param_1[2] = sVar6 + 0x101;" statement_identifier : (expression_statement "param_1[2] = sVar6 + 0x101;" (assignment_expression "param_1[2] = sVar6 + 0x101" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (binary_expression "sVar6 + 0x101" identifier + number_literal)) ;)) (expression_statement "__dest = (void *)xmalloc();" (assignment_expression "__dest = (void *)xmalloc()" identifier = (cast_expression "(void *)xmalloc()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc()" identifier (argument_list "()" ( ))))) ;) (expression_statement "*param_1 = (long)__dest;" (assignment_expression "*param_1 = (long)__dest" (pointer_expression "*param_1" * identifier) = (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "param_1[1] = 0;" (assignment_expression "param_1[1] = 0" (subscript_expression "param_1[1]" identifier [ number_literal ]) = number_literal) ;) }))) (expression_statement "memcpy(__dest,local_c0,sVar6);" (call_expression "memcpy(__dest,local_c0,sVar6)" identifier (argument_list "(__dest,local_c0,sVar6)" ( identifier , identifier , identifier ))) ;) (expression_statement "lVar7 = param_1[1];" (assignment_expression "lVar7 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (expression_statement "param_1[1] = sVar6 + lVar7;" (assignment_expression "param_1[1] = sVar6 + lVar7" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (binary_expression "sVar6 + lVar7" identifier + identifier)) ;) (expression_statement "*(undefined1 *)(*param_1 + sVar6 + lVar7) = 0;" (assignment_expression "*(undefined1 *)(*param_1 + sVar6 + lVar7) = 0" (pointer_expression "*(undefined1 *)(*param_1 + sVar6 + lVar7)" * (cast_expression "(undefined1 *)(*param_1 + sVar6 + lVar7)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + sVar6 + lVar7)" ( (binary_expression "*param_1 + sVar6 + lVar7" (binary_expression "*param_1 + sVar6" (pointer_expression "*param_1" * identifier) + identifier) + identifier) )))) = number_literal) ;) (labeled_statement "LAB_00136a89:\n iVar2 = feof(__stream);" statement_identifier : (expression_statement "iVar2 = feof(__stream);" (assignment_expression "iVar2 = feof(__stream)" identifier = (call_expression "feof(__stream)" identifier (argument_list "(__stream)" ( identifier )))) ;)) (expression_statement "pbVar12 = __s;" (assignment_expression "pbVar12 = __s" identifier = identifier) ;) }) while (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) ;)) (expression_statement "free(__s);" (call_expression "free(__s)" identifier (argument_list "(__s)" ( identifier ))) ;) (expression_statement "fclose(__stream);" (call_expression "fclose(__stream)" identifier (argument_list "(__stream)" ( identifier ))) ;) (expression_statement "uVar5 = 1;" (assignment_expression "uVar5 = 1" identifier = number_literal) ;) })) (return_statement "return uVar5;" return identifier ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = 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 = IDENT) ;) (labeled_statement statement_identifier : (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT) , (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) - (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) )))) , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (break_statement break ;)) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == (binary_expression IDENT - (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) )))) )) && (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ (binary_expression IDENT + LIT) ]) != LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT , IDENT ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (goto_statement goto statement_identifier ;) })) }))) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT) , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (char_literal ' escape_sequence ')) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT) , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (char_literal ' escape_sequence ')) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT == LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT < LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (break_statement break ;)) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression LIT >> (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) & LIT) ))) & LIT) )) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == LIT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (goto_statement goto statement_identifier ;)) (break_statement break ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (string_literal " string_content "))) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) < (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) == (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) }) while (parenthesized_expression ( IDENT )) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (unary_expression ! IDENT) && (unary_expression ! IDENT)) )) == IDENT) )) && (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) == LIT) || (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == LIT) ))) )) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (while_statement while (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression IDENT != LIT) && (parenthesized_expression ( (binary_expression IDENT != LIT) ))) )) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) || (parenthesized_expression ( (binary_expression IDENT == LIT) ))) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != LIT) )) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT) , LIT , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT) , (pointer_expression & IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (field_expression IDENT . field_identifier) != LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) ))) ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (binary_expression (binary_expression IDENT + IDENT) + (parenthesized_expression ( (binary_expression LIT - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ))) ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT + (parenthesized_expression ( (binary_expression LIT - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ))) ))) ))) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + (parenthesized_expression ( (binary_expression LIT - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ))) )))) , IDENT , (binary_expression IDENT + LIT) ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT) , (pointer_expression & IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (field_expression IDENT . field_identifier) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) ))) ;) }) (else_clause else (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = LIT) ;)) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) }) while (parenthesized_expression ( (binary_expression IDENT < (field_expression IDENT . field_identifier)) )) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;)) }))) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })))) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( BOOL )) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) < LIT) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression LIT >> (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( IDENT )) * IDENT) & LIT) ))) & LIT) )) != LIT) ))) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_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 ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) <= (binary_expression IDENT + IDENT)) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) + IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression (pointer_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 (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + (pointer_expression * IDENT)) )))) ;) }) (else_clause else (compound_statement { (do_statement do (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression LIT < (subscript_expression IDENT [ LIT ])) )) ;) }) while (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression LIT >> (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) & LIT) ))) & LIT) )) == LIT) )) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (goto_statement goto statement_identifier ;)) (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 (binary_expression IDENT + LIT) == IDENT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (binary_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)) ) IDENT))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression IDENT + LIT)) ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( ))))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) }))) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * IDENT) + IDENT) + IDENT) )))) = LIT) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;)) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression IDENT == LIT) )) ;)) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) })) (return_statement return IDENT ;) }))) | (function_definition "undefined8 FUN_00136890(long *param_1,char *param_2)\n\n{\n byte bVar1;\n int iVar2;\n FILE *__stream;\n byte *__s;\n char *pcVar3;\n long lVar4;\n undefined8 uVar5;\n size_t sVar6;\n long lVar7;\n byte bVar8;\n long lVar9;\n long lVar10;\n ulong uVar11;\n byte *pbVar12;\n byte *pbVar13;\n void *__dest;\n bool bVar14;\n bool bVar15;\n byte bVar16;\n byte *local_c0;\n char *local_b0;\n glob_t local_88;\n \n bVar16 = 0;\n __stream = fopen(param_2,"r");\n uVar5 = 0;\n if (__stream != (FILE *)0x0) {\n lVar10 = 0x100;\n __s = (byte *)xmalloc(0x100);\n pbVar12 = __s;\nLAB_00136923:\n do {\n pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar3 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }\n pcVar3 = strchr((char *)__s,10);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n pcVar3 = strchr((char *)__s,0x23);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n bVar8 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar15 = bVar8 == 0x20;\n bVar14 = bVar8 < 0x20;\n if (0x20 < bVar8) break;\n if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar8 = *local_c0;\n }\n lVar7 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar7 == 0) break;\n lVar7 = lVar7 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar6 = 0;\n lVar7 = *param_1;\n if (lVar7 == 0) goto LAB_00136cf7;\nLAB_00136a31:\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }\n param_1[1] = lVar9;\n *(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;\n __dest = (void *)(param_1[1] + *param_1);\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }\n memcpy(__dest,local_c0,sVar6);\n lVar7 = param_1[1];\n param_1[1] = sVar6 + lVar7;\n *(undefined1 *)(*param_1 + sVar6 + lVar7) = 0;\nLAB_00136a89:\n iVar2 = feof(__stream);\n pbVar12 = __s;\n } while (iVar2 == 0);\n free(__s);\n fclose(__stream);\n uVar5 = 1;\n }\n return uVar5;\n}" (type_identifier "undefined8") (function_declarator "FUN_00136890(long *param_1,char *param_2)" (identifier "FUN_00136890") (parameter_list "(long *param_1,char *param_2)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "char *param_2" (primitive_type "char") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n byte bVar1;\n int iVar2;\n FILE *__stream;\n byte *__s;\n char *pcVar3;\n long lVar4;\n undefined8 uVar5;\n size_t sVar6;\n long lVar7;\n byte bVar8;\n long lVar9;\n long lVar10;\n ulong uVar11;\n byte *pbVar12;\n byte *pbVar13;\n void *__dest;\n bool bVar14;\n bool bVar15;\n byte bVar16;\n byte *local_c0;\n char *local_b0;\n glob_t local_88;\n \n bVar16 = 0;\n __stream = fopen(param_2,"r");\n uVar5 = 0;\n if (__stream != (FILE *)0x0) {\n lVar10 = 0x100;\n __s = (byte *)xmalloc(0x100);\n pbVar12 = __s;\nLAB_00136923:\n do {\n pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar3 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }\n pcVar3 = strchr((char *)__s,10);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n pcVar3 = strchr((char *)__s,0x23);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n bVar8 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar15 = bVar8 == 0x20;\n bVar14 = bVar8 < 0x20;\n if (0x20 < bVar8) break;\n if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar8 = *local_c0;\n }\n lVar7 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar7 == 0) break;\n lVar7 = lVar7 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar6 = 0;\n lVar7 = *param_1;\n if (lVar7 == 0) goto LAB_00136cf7;\nLAB_00136a31:\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }\n param_1[1] = lVar9;\n *(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;\n __dest = (void *)(param_1[1] + *param_1);\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }\n memcpy(__dest,local_c0,sVar6);\n lVar7 = param_1[1];\n param_1[1] = sVar6 + lVar7;\n *(undefined1 *)(*param_1 + sVar6 + lVar7) = 0;\nLAB_00136a89:\n iVar2 = feof(__stream);\n pbVar12 = __s;\n } while (iVar2 == 0);\n free(__s);\n fclose(__stream);\n uVar5 = 1;\n }\n return uVar5;\n}" ({ "{") (declaration "byte bVar1;" (type_identifier "byte") (identifier "bVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "FILE *__stream;" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream")) (; ";")) (declaration "byte *__s;" (type_identifier "byte") (pointer_declarator "*__s" (* "*") (identifier "__s")) (; ";")) (declaration "char *pcVar3;" (primitive_type "char") (pointer_declarator "*pcVar3" (* "*") (identifier "pcVar3")) (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (declaration "undefined8 uVar5;" (type_identifier "undefined8") (identifier "uVar5") (; ";")) (declaration "size_t sVar6;" (primitive_type "size_t") (identifier "sVar6") (; ";")) (declaration "long lVar7;" (sized_type_specifier "long" (long "long")) (identifier "lVar7") (; ";")) (declaration "byte bVar8;" (type_identifier "byte") (identifier "bVar8") (; ";")) (declaration "long lVar9;" (sized_type_specifier "long" (long "long")) (identifier "lVar9") (; ";")) (declaration "long lVar10;" (sized_type_specifier "long" (long "long")) (identifier "lVar10") (; ";")) (declaration "ulong uVar11;" (type_identifier "ulong") (identifier "uVar11") (; ";")) (declaration "byte *pbVar12;" (type_identifier "byte") (pointer_declarator "*pbVar12" (* "*") (identifier "pbVar12")) (; ";")) (declaration "byte *pbVar13;" (type_identifier "byte") (pointer_declarator "*pbVar13" (* "*") (identifier "pbVar13")) (; ";")) (declaration "void *__dest;" (primitive_type "void") (pointer_declarator "*__dest" (* "*") (identifier "__dest")) (; ";")) (declaration "bool bVar14;" (primitive_type "bool") (identifier "bVar14") (; ";")) (declaration "bool bVar15;" (primitive_type "bool") (identifier "bVar15") (; ";")) (declaration "byte bVar16;" (type_identifier "byte") (identifier "bVar16") (; ";")) (declaration "byte *local_c0;" (type_identifier "byte") (pointer_declarator "*local_c0" (* "*") (identifier "local_c0")) (; ";")) (declaration "char *local_b0;" (primitive_type "char") (pointer_declarator "*local_b0" (* "*") (identifier "local_b0")) (; ";")) (declaration "glob_t local_88;" (type_identifier "glob_t") (identifier "local_88") (; ";")) (expression_statement "bVar16 = 0;" (assignment_expression "bVar16 = 0" (identifier "bVar16") (= "=") (number_literal "0")) (; ";")) (expression_statement "__stream = fopen(param_2,"r");" (assignment_expression "__stream = fopen(param_2,"r")" (identifier "__stream") (= "=") (call_expression "fopen(param_2,"r")" (identifier "fopen") (argument_list "(param_2,"r")" (( "(") (identifier "param_2") (, ",") (string_literal ""r"" (" """) (string_content "r") (" """)) () ")")))) (; ";")) (expression_statement "uVar5 = 0;" (assignment_expression "uVar5 = 0" (identifier "uVar5") (= "=") (number_literal "0")) (; ";")) (if_statement "if (__stream != (FILE *)0x0) {\n lVar10 = 0x100;\n __s = (byte *)xmalloc(0x100);\n pbVar12 = __s;\nLAB_00136923:\n do {\n pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar3 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }\n pcVar3 = strchr((char *)__s,10);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n pcVar3 = strchr((char *)__s,0x23);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n bVar8 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar15 = bVar8 == 0x20;\n bVar14 = bVar8 < 0x20;\n if (0x20 < bVar8) break;\n if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar8 = *local_c0;\n }\n lVar7 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar7 == 0) break;\n lVar7 = lVar7 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar6 = 0;\n lVar7 = *param_1;\n if (lVar7 == 0) goto LAB_00136cf7;\nLAB_00136a31:\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }\n param_1[1] = lVar9;\n *(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;\n __dest = (void *)(param_1[1] + *param_1);\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }\n memcpy(__dest,local_c0,sVar6);\n lVar7 = param_1[1];\n param_1[1] = sVar6 + lVar7;\n *(undefined1 *)(*param_1 + sVar6 + lVar7) = 0;\nLAB_00136a89:\n iVar2 = feof(__stream);\n pbVar12 = __s;\n } while (iVar2 == 0);\n free(__s);\n fclose(__stream);\n uVar5 = 1;\n }" (if "if") (parenthesized_expression "(__stream != (FILE *)0x0)" (( "(") (binary_expression "__stream != (FILE *)0x0" (identifier "__stream") (!= "!=") (cast_expression "(FILE *)0x0" (( "(") (type_descriptor "FILE *" (type_identifier "FILE") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n lVar10 = 0x100;\n __s = (byte *)xmalloc(0x100);\n pbVar12 = __s;\nLAB_00136923:\n do {\n pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar3 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }\n pcVar3 = strchr((char *)__s,10);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n pcVar3 = strchr((char *)__s,0x23);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n bVar8 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar15 = bVar8 == 0x20;\n bVar14 = bVar8 < 0x20;\n if (0x20 < bVar8) break;\n if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar8 = *local_c0;\n }\n lVar7 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar7 == 0) break;\n lVar7 = lVar7 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar6 = 0;\n lVar7 = *param_1;\n if (lVar7 == 0) goto LAB_00136cf7;\nLAB_00136a31:\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }\n param_1[1] = lVar9;\n *(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;\n __dest = (void *)(param_1[1] + *param_1);\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }\n memcpy(__dest,local_c0,sVar6);\n lVar7 = param_1[1];\n param_1[1] = sVar6 + lVar7;\n *(undefined1 *)(*param_1 + sVar6 + lVar7) = 0;\nLAB_00136a89:\n iVar2 = feof(__stream);\n pbVar12 = __s;\n } while (iVar2 == 0);\n free(__s);\n fclose(__stream);\n uVar5 = 1;\n }" ({ "{") (expression_statement "lVar10 = 0x100;" (assignment_expression "lVar10 = 0x100" (identifier "lVar10") (= "=") (number_literal "0x100")) (; ";")) (expression_statement "__s = (byte *)xmalloc(0x100);" (assignment_expression "__s = (byte *)xmalloc(0x100)" (identifier "__s") (= "=") (cast_expression "(byte *)xmalloc(0x100)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(0x100)" (identifier "xmalloc") (argument_list "(0x100)" (( "(") (number_literal "0x100") () ")"))))) (; ";")) (expression_statement "pbVar12 = __s;" (assignment_expression "pbVar12 = __s" (identifier "pbVar12") (= "=") (identifier "__s")) (; ";")) (labeled_statement "LAB_00136923:\n do {\n pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar3 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }\n pcVar3 = strchr((char *)__s,10);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n pcVar3 = strchr((char *)__s,0x23);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n bVar8 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar15 = bVar8 == 0x20;\n bVar14 = bVar8 < 0x20;\n if (0x20 < bVar8) break;\n if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar8 = *local_c0;\n }\n lVar7 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar7 == 0) break;\n lVar7 = lVar7 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar6 = 0;\n lVar7 = *param_1;\n if (lVar7 == 0) goto LAB_00136cf7;\nLAB_00136a31:\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }\n param_1[1] = lVar9;\n *(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;\n __dest = (void *)(param_1[1] + *param_1);\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }\n memcpy(__dest,local_c0,sVar6);\n lVar7 = param_1[1];\n param_1[1] = sVar6 + lVar7;\n *(undefined1 *)(*param_1 + sVar6 + lVar7) = 0;\nLAB_00136a89:\n iVar2 = feof(__stream);\n pbVar12 = __s;\n } while (iVar2 == 0);" (statement_identifier "LAB_00136923") (: ":") (do_statement "do {\n pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar3 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }\n pcVar3 = strchr((char *)__s,10);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n pcVar3 = strchr((char *)__s,0x23);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n bVar8 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar15 = bVar8 == 0x20;\n bVar14 = bVar8 < 0x20;\n if (0x20 < bVar8) break;\n if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar8 = *local_c0;\n }\n lVar7 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar7 == 0) break;\n lVar7 = lVar7 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar6 = 0;\n lVar7 = *param_1;\n if (lVar7 == 0) goto LAB_00136cf7;\nLAB_00136a31:\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }\n param_1[1] = lVar9;\n *(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;\n __dest = (void *)(param_1[1] + *param_1);\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }\n memcpy(__dest,local_c0,sVar6);\n lVar7 = param_1[1];\n param_1[1] = sVar6 + lVar7;\n *(undefined1 *)(*param_1 + sVar6 + lVar7) = 0;\nLAB_00136a89:\n iVar2 = feof(__stream);\n pbVar12 = __s;\n } while (iVar2 == 0);" (do "do") (compound_statement "{\n pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);\n if (pcVar3 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }\n pcVar3 = strchr((char *)__s,10);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n pcVar3 = strchr((char *)__s,0x23);\n if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }\n bVar8 = *__s;\n local_c0 = __s;\n while( true ) {\n bVar15 = bVar8 == 0x20;\n bVar14 = bVar8 < 0x20;\n if (0x20 < bVar8) break;\n if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar8 = *local_c0;\n }\n lVar7 = 7;\n pbVar12 = local_c0;\n pbVar13 = (byte *)"include";\n do {\n if (lVar7 == 0) break;\n lVar7 = lVar7 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }\n pbVar12 = local_c0;\n if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar6 = 0;\n lVar7 = *param_1;\n if (lVar7 == 0) goto LAB_00136cf7;\nLAB_00136a31:\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }\n param_1[1] = lVar9;\n *(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;\n __dest = (void *)(param_1[1] + *param_1);\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }\n memcpy(__dest,local_c0,sVar6);\n lVar7 = param_1[1];\n param_1[1] = sVar6 + lVar7;\n *(undefined1 *)(*param_1 + sVar6 + lVar7) = 0;\nLAB_00136a89:\n iVar2 = feof(__stream);\n pbVar12 = __s;\n }" ({ "{") (expression_statement "pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);" (assignment_expression "pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream)" (identifier "pcVar3") (= "=") (call_expression "fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream)" (identifier "fgets") (argument_list "((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream)" (( "(") (cast_expression "(char *)pbVar12" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "pbVar12")) (, ",") (binary_expression "(int)lVar10 - (int)((long)pbVar12 - (long)__s)" (cast_expression "(int)lVar10" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar10")) (- "-") (cast_expression "(int)((long)pbVar12 - (long)__s)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "((long)pbVar12 - (long)__s)" (( "(") (binary_expression "(long)pbVar12 - (long)__s" (cast_expression "(long)pbVar12" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pbVar12")) (- "-") (cast_expression "(long)__s" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__s"))) () ")")))) (, ",") (identifier "__stream") () ")")))) (; ";")) (if_statement "if (pcVar3 == (char *)0x0) {\n if (__s == pbVar12) break;\n }\n else {\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }" (if "if") (parenthesized_expression "(pcVar3 == (char *)0x0)" (( "(") (binary_expression "pcVar3 == (char *)0x0" (identifier "pcVar3") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n if (__s == pbVar12) break;\n }" ({ "{") (if_statement "if (__s == pbVar12) break;" (if "if") (parenthesized_expression "(__s == pbVar12)" (( "(") (binary_expression "__s == pbVar12" (identifier "__s") (== "==") (identifier "pbVar12")) () ")")) (break_statement "break;" (break "break") (; ";"))) (} "}")) (else_clause "else {\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }" (else "else") (compound_statement "{\n lVar7 = lVar10 + -1;\n sVar6 = strlen(pcVar3);\n if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }\n }" ({ "{") (expression_statement "lVar7 = lVar10 + -1;" (assignment_expression "lVar7 = lVar10 + -1" (identifier "lVar7") (= "=") (binary_expression "lVar10 + -1" (identifier "lVar10") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "sVar6 = strlen(pcVar3);" (assignment_expression "sVar6 = strlen(pcVar3)" (identifier "sVar6") (= "=") (call_expression "strlen(pcVar3)" (identifier "strlen") (argument_list "(pcVar3)" (( "(") (identifier "pcVar3") () ")")))) (; ";")) (if_statement "if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }" (if "if") (parenthesized_expression "((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10))" (( "(") (binary_expression "(sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)" (parenthesized_expression "(sVar6 == lVar7 - ((long)pbVar12 - (long)__s))" (( "(") (binary_expression "sVar6 == lVar7 - ((long)pbVar12 - (long)__s)" (identifier "sVar6") (== "==") (binary_expression "lVar7 - ((long)pbVar12 - (long)__s)" (identifier "lVar7") (- "-") (parenthesized_expression "((long)pbVar12 - (long)__s)" (( "(") (binary_expression "(long)pbVar12 - (long)__s" (cast_expression "(long)pbVar12" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pbVar12")) (- "-") (cast_expression "(long)__s" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__s"))) () ")")))) () ")")) (&& "&&") (parenthesized_expression "(__s[lVar10 + -2] != 10)" (( "(") (binary_expression "__s[lVar10 + -2] != 10" (subscript_expression "__s[lVar10 + -2]" (identifier "__s") ([ "[") (binary_expression "lVar10 + -2" (identifier "lVar10") (+ "+") (number_literal "-2")) (] "]")) (!= "!=") (number_literal "10")) () ")"))) () ")")) (compound_statement "{\n lVar10 = lVar10 * 2;\n __s = (byte *)xrealloc(__s,lVar10);\n pbVar12 = __s + lVar7;\n goto LAB_00136923;\n }" ({ "{") (expression_statement "lVar10 = lVar10 * 2;" (assignment_expression "lVar10 = lVar10 * 2" (identifier "lVar10") (= "=") (binary_expression "lVar10 * 2" (identifier "lVar10") (* "*") (number_literal "2"))) (; ";")) (expression_statement "__s = (byte *)xrealloc(__s,lVar10);" (assignment_expression "__s = (byte *)xrealloc(__s,lVar10)" (identifier "__s") (= "=") (cast_expression "(byte *)xrealloc(__s,lVar10)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xrealloc(__s,lVar10)" (identifier "xrealloc") (argument_list "(__s,lVar10)" (( "(") (identifier "__s") (, ",") (identifier "lVar10") () ")"))))) (; ";")) (expression_statement "pbVar12 = __s + lVar7;" (assignment_expression "pbVar12 = __s + lVar7" (identifier "pbVar12") (= "=") (binary_expression "__s + lVar7" (identifier "__s") (+ "+") (identifier "lVar7"))) (; ";")) (goto_statement "goto LAB_00136923;" (goto "goto") (statement_identifier "LAB_00136923") (; ";")) (} "}"))) (} "}")))) (expression_statement "pcVar3 = strchr((char *)__s,10);" (assignment_expression "pcVar3 = strchr((char *)__s,10)" (identifier "pcVar3") (= "=") (call_expression "strchr((char *)__s,10)" (identifier "strchr") (argument_list "((char *)__s,10)" (( "(") (cast_expression "(char *)__s" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "__s")) (, ",") (number_literal "10") () ")")))) (; ";")) (if_statement "if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }" (if "if") (parenthesized_expression "(pcVar3 != (char *)0x0)" (( "(") (binary_expression "pcVar3 != (char *)0x0" (identifier "pcVar3") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n *pcVar3 = '\0';\n }" ({ "{") (expression_statement "*pcVar3 = '\0';" (assignment_expression "*pcVar3 = '\0'" (pointer_expression "*pcVar3" (* "*") (identifier "pcVar3")) (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (} "}"))) (expression_statement "pcVar3 = strchr((char *)__s,0x23);" (assignment_expression "pcVar3 = strchr((char *)__s,0x23)" (identifier "pcVar3") (= "=") (call_expression "strchr((char *)__s,0x23)" (identifier "strchr") (argument_list "((char *)__s,0x23)" (( "(") (cast_expression "(char *)__s" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "__s")) (, ",") (number_literal "0x23") () ")")))) (; ";")) (if_statement "if (pcVar3 != (char *)0x0) {\n *pcVar3 = '\0';\n }" (if "if") (parenthesized_expression "(pcVar3 != (char *)0x0)" (( "(") (binary_expression "pcVar3 != (char *)0x0" (identifier "pcVar3") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n *pcVar3 = '\0';\n }" ({ "{") (expression_statement "*pcVar3 = '\0';" (assignment_expression "*pcVar3 = '\0'" (pointer_expression "*pcVar3" (* "*") (identifier "pcVar3")) (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (} "}"))) (expression_statement "bVar8 = *__s;" (assignment_expression "bVar8 = *__s" (identifier "bVar8") (= "=") (pointer_expression "*__s" (* "*") (identifier "__s"))) (; ";")) (expression_statement "local_c0 = __s;" (assignment_expression "local_c0 = __s" (identifier "local_c0") (= "=") (identifier "__s")) (; ";")) (while_statement "while( true ) {\n bVar15 = bVar8 == 0x20;\n bVar14 = bVar8 < 0x20;\n if (0x20 < bVar8) break;\n if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar8 = *local_c0;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n bVar15 = bVar8 == 0x20;\n bVar14 = bVar8 < 0x20;\n if (0x20 < bVar8) break;\n if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }\n local_c0 = local_c0 + 1;\n bVar8 = *local_c0;\n }" ({ "{") (expression_statement "bVar15 = bVar8 == 0x20;" (assignment_expression "bVar15 = bVar8 == 0x20" (identifier "bVar15") (= "=") (binary_expression "bVar8 == 0x20" (identifier "bVar8") (== "==") (number_literal "0x20"))) (; ";")) (expression_statement "bVar14 = bVar8 < 0x20;" (assignment_expression "bVar14 = bVar8 < 0x20" (identifier "bVar14") (= "=") (binary_expression "bVar8 < 0x20" (identifier "bVar8") (< "<") (number_literal "0x20"))) (; ";")) (if_statement "if (0x20 < bVar8) break;" (if "if") (parenthesized_expression "(0x20 < bVar8)" (( "(") (binary_expression "0x20 < bVar8" (number_literal "0x20") (< "<") (identifier "bVar8")) () ")")) (break_statement "break;" (break "break") (; ";"))) (if_statement "if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }" (if "if") (parenthesized_expression "((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0)" (( "(") (binary_expression "(0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0" (parenthesized_expression "(0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1)" (( "(") (binary_expression "0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1" (binary_expression "0x100003a00U >> ((ulong)bVar8 & 0x3f)" (number_literal "0x100003a00U") (>> ">>") (parenthesized_expression "((ulong)bVar8 & 0x3f)" (( "(") (binary_expression "(ulong)bVar8 & 0x3f" (cast_expression "(ulong)bVar8" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar8")) (& "&") (number_literal "0x3f")) () ")"))) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n bVar14 = false;\n bVar15 = bVar8 == 0;\n if (bVar15) goto LAB_00136a89;\n break;\n }" ({ "{") (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" (identifier "bVar14") (= "=") (false "false")) (; ";")) (expression_statement "bVar15 = bVar8 == 0;" (assignment_expression "bVar15 = bVar8 == 0" (identifier "bVar15") (= "=") (binary_expression "bVar8 == 0" (identifier "bVar8") (== "==") (number_literal "0"))) (; ";")) (if_statement "if (bVar15) goto LAB_00136a89;" (if "if") (parenthesized_expression "(bVar15)" (( "(") (identifier "bVar15") () ")")) (goto_statement "goto LAB_00136a89;" (goto "goto") (statement_identifier "LAB_00136a89") (; ";"))) (break_statement "break;" (break "break") (; ";")) (} "}"))) (expression_statement "local_c0 = local_c0 + 1;" (assignment_expression "local_c0 = local_c0 + 1" (identifier "local_c0") (= "=") (binary_expression "local_c0 + 1" (identifier "local_c0") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "bVar8 = *local_c0;" (assignment_expression "bVar8 = *local_c0" (identifier "bVar8") (= "=") (pointer_expression "*local_c0" (* "*") (identifier "local_c0"))) (; ";")) (} "}"))) (expression_statement "lVar7 = 7;" (assignment_expression "lVar7 = 7" (identifier "lVar7") (= "=") (number_literal "7")) (; ";")) (expression_statement "pbVar12 = local_c0;" (assignment_expression "pbVar12 = local_c0" (identifier "pbVar12") (= "=") (identifier "local_c0")) (; ";")) (expression_statement "pbVar13 = (byte *)"include";" (assignment_expression "pbVar13 = (byte *)"include"" (identifier "pbVar13") (= "=") (cast_expression "(byte *)"include"" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (string_literal ""include"" (" """) (string_content "include") (" """)))) (; ";")) (do_statement "do {\n if (lVar7 == 0) break;\n lVar7 = lVar7 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;\n } while (bVar15);" (do "do") (compound_statement "{\n if (lVar7 == 0) break;\n lVar7 = lVar7 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;\n }" ({ "{") (if_statement "if (lVar7 == 0) break;" (if "if") (parenthesized_expression "(lVar7 == 0)" (( "(") (binary_expression "lVar7 == 0" (identifier "lVar7") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "lVar7 = lVar7 + -1;" (assignment_expression "lVar7 = lVar7 + -1" (identifier "lVar7") (= "=") (binary_expression "lVar7 + -1" (identifier "lVar7") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar14 = *pbVar12 < *pbVar13;" (assignment_expression "bVar14 = *pbVar12 < *pbVar13" (identifier "bVar14") (= "=") (binary_expression "*pbVar12 < *pbVar13" (pointer_expression "*pbVar12" (* "*") (identifier "pbVar12")) (< "<") (pointer_expression "*pbVar13" (* "*") (identifier "pbVar13")))) (; ";")) (expression_statement "bVar15 = *pbVar12 == *pbVar13;" (assignment_expression "bVar15 = *pbVar12 == *pbVar13" (identifier "bVar15") (= "=") (binary_expression "*pbVar12 == *pbVar13" (pointer_expression "*pbVar12" (* "*") (identifier "pbVar12")) (== "==") (pointer_expression "*pbVar13" (* "*") (identifier "pbVar13")))) (; ";")) (expression_statement "pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;" (assignment_expression "pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1" (identifier "pbVar12") (= "=") (binary_expression "pbVar12 + (ulong)bVar16 * -2 + 1" (binary_expression "pbVar12 + (ulong)bVar16 * -2" (identifier "pbVar12") (+ "+") (binary_expression "(ulong)bVar16 * -2" (cast_expression "(ulong)bVar16" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar16")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;" (assignment_expression "pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1" (identifier "pbVar13") (= "=") (binary_expression "pbVar13 + (ulong)bVar16 * -2 + 1" (binary_expression "pbVar13 + (ulong)bVar16 * -2" (identifier "pbVar13") (+ "+") (binary_expression "(ulong)bVar16 * -2" (cast_expression "(ulong)bVar16" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar16")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar15)" (( "(") (identifier "bVar15") () ")")) (; ";")) (if_statement "if (((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {\n local_c0 = local_c0 + 8;\n do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }" (if "if") (parenthesized_expression "(((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9))))" (( "(") (binary_expression "((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))" (parenthesized_expression "((!bVar14 && !bVar15) == bVar14)" (( "(") (binary_expression "(!bVar14 && !bVar15) == bVar14" (parenthesized_expression "(!bVar14 && !bVar15)" (( "(") (binary_expression "!bVar14 && !bVar15" (unary_expression "!bVar14" (! "!") (identifier "bVar14")) (&& "&&") (unary_expression "!bVar15" (! "!") (identifier "bVar15"))) () ")")) (== "==") (identifier "bVar14")) () ")")) (&& "&&") (parenthesized_expression "((local_c0[7] == 0x20 || (local_c0[7] == 9)))" (( "(") (parenthesized_expression "(local_c0[7] == 0x20 || (local_c0[7] == 9))" (( "(") (binary_expression "local_c0[7] == 0x20 || (local_c0[7] == 9)" (binary_expression "local_c0[7] == 0x20" (subscript_expression "local_c0[7]" (identifier "local_c0") ([ "[") (number_literal "7") (] "]")) (== "==") (number_literal "0x20")) (|| "||") (parenthesized_expression "(local_c0[7] == 9)" (( "(") (binary_expression "local_c0[7] == 9" (subscript_expression "local_c0[7]" (identifier "local_c0") ([ "[") (number_literal "7") (] "]")) (== "==") (number_literal "9")) () ")"))) () ")")) () ")"))) () ")")) (compound_statement "{\n local_c0 = local_c0 + 8;\n do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );\n }" ({ "{") (expression_statement "local_c0 = local_c0 + 8;" (assignment_expression "local_c0 = local_c0 + 8" (identifier "local_c0") (= "=") (binary_expression "local_c0 + 8" (identifier "local_c0") (+ "+") (number_literal "8"))) (; ";")) (do_statement "do {\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n } while( true );" (do "do") (compound_statement "{\n bVar8 = *local_c0;\n while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }\n local_c0 = local_c0 + 1;\n }" ({ "{") (expression_statement "bVar8 = *local_c0;" (assignment_expression "bVar8 = *local_c0" (identifier "bVar8") (= "=") (pointer_expression "*local_c0" (* "*") (identifier "local_c0"))) (; ";")) (while_statement "while ((bVar8 != 0x20 && (bVar8 != 9))) {\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }" (while "while") (parenthesized_expression "((bVar8 != 0x20 && (bVar8 != 9)))" (( "(") (parenthesized_expression "(bVar8 != 0x20 && (bVar8 != 9))" (( "(") (binary_expression "bVar8 != 0x20 && (bVar8 != 9)" (binary_expression "bVar8 != 0x20" (identifier "bVar8") (!= "!=") (number_literal "0x20")) (&& "&&") (parenthesized_expression "(bVar8 != 9)" (( "(") (binary_expression "bVar8 != 9" (identifier "bVar8") (!= "!=") (number_literal "9")) () ")"))) () ")")) () ")")) (compound_statement "{\n pbVar12 = local_c0;\n if (bVar8 == 0) goto LAB_00136a89;\n do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);\n if (bVar8 == 0) goto LAB_00136a89;\nLAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }\nLAB_00136c55:\n local_c0 = pbVar13 + 2;\n if (bVar1 == 0) goto LAB_00136a89;\n bVar8 = *local_c0;\n }" ({ "{") (expression_statement "pbVar12 = local_c0;" (assignment_expression "pbVar12 = local_c0" (identifier "pbVar12") (= "=") (identifier "local_c0")) (; ";")) (if_statement "if (bVar8 == 0) goto LAB_00136a89;" (if "if") (parenthesized_expression "(bVar8 == 0)" (( "(") (binary_expression "bVar8 == 0" (identifier "bVar8") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_00136a89;" (goto "goto") (statement_identifier "LAB_00136a89") (; ";"))) (do_statement "do {\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n } while (bVar1 != 0);" (do "do") (compound_statement "{\n pbVar13 = pbVar12;\n bVar1 = pbVar13[1];\n if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }\n pbVar12 = pbVar13 + 1;\n }" ({ "{") (expression_statement "pbVar13 = pbVar12;" (assignment_expression "pbVar13 = pbVar12" (identifier "pbVar13") (= "=") (identifier "pbVar12")) (; ";")) (expression_statement "bVar1 = pbVar13[1];" (assignment_expression "bVar1 = pbVar13[1]" (identifier "bVar1") (= "=") (subscript_expression "pbVar13[1]" (identifier "pbVar13") ([ "[") (number_literal "1") (] "]"))) (; ";")) (if_statement "if ((bVar1 == 0x20) || (bVar1 == 9)) {\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }" (if "if") (parenthesized_expression "((bVar1 == 0x20) || (bVar1 == 9))" (( "(") (binary_expression "(bVar1 == 0x20) || (bVar1 == 9)" (parenthesized_expression "(bVar1 == 0x20)" (( "(") (binary_expression "bVar1 == 0x20" (identifier "bVar1") (== "==") (number_literal "0x20")) () ")")) (|| "||") (parenthesized_expression "(bVar1 == 9)" (( "(") (binary_expression "bVar1 == 9" (identifier "bVar1") (== "==") (number_literal "9")) () ")"))) () ")")) (compound_statement "{\n pbVar13[1] = 0;\n bVar8 = *local_c0;\n if (bVar8 != 0) goto LAB_00136b4e;\n goto LAB_00136c55;\n }" ({ "{") (expression_statement "pbVar13[1] = 0;" (assignment_expression "pbVar13[1] = 0" (subscript_expression "pbVar13[1]" (identifier "pbVar13") ([ "[") (number_literal "1") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "bVar8 = *local_c0;" (assignment_expression "bVar8 = *local_c0" (identifier "bVar8") (= "=") (pointer_expression "*local_c0" (* "*") (identifier "local_c0"))) (; ";")) (if_statement "if (bVar8 != 0) goto LAB_00136b4e;" (if "if") (parenthesized_expression "(bVar8 != 0)" (( "(") (binary_expression "bVar8 != 0" (identifier "bVar8") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_00136b4e;" (goto "goto") (statement_identifier "LAB_00136b4e") (; ";"))) (goto_statement "goto LAB_00136c55;" (goto "goto") (statement_identifier "LAB_00136c55") (; ";")) (} "}"))) (expression_statement "pbVar12 = pbVar13 + 1;" (assignment_expression "pbVar12 = pbVar13 + 1" (identifier "pbVar12") (= "=") (binary_expression "pbVar13 + 1" (identifier "pbVar13") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar1 != 0)" (( "(") (binary_expression "bVar1 != 0" (identifier "bVar1") (!= "!=") (number_literal "0")) () ")")) (; ";")) (if_statement "if (bVar8 == 0) goto LAB_00136a89;" (if "if") (parenthesized_expression "(bVar8 == 0)" (( "(") (binary_expression "bVar8 == 0" (identifier "bVar8") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_00136a89;" (goto "goto") (statement_identifier "LAB_00136a89") (; ";"))) (labeled_statement "LAB_00136b4e:\n if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }" (statement_identifier "LAB_00136b4e") (: ":") (if_statement "if (bVar8 == 0x2f) {\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }\n else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }" (if "if") (parenthesized_expression "(bVar8 == 0x2f)" (( "(") (binary_expression "bVar8 == 0x2f" (identifier "bVar8") (== "==") (number_literal "0x2f")) () ")")) (compound_statement "{\n iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }\n }" ({ "{") (expression_statement "iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);" (assignment_expression "iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88)" (identifier "iVar2") (= "=") (call_expression "glob((char *)local_c0,0,(__errfunc *)0x0,&local_88)" (identifier "glob") (argument_list "((char *)local_c0,0,(__errfunc *)0x0,&local_88)" (( "(") (cast_expression "(char *)local_c0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "local_c0")) (, ",") (number_literal "0") (, ",") (cast_expression "(__errfunc *)0x0" (( "(") (type_descriptor "__errfunc *" (type_identifier "__errfunc") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")) (, ",") (pointer_expression "&local_88" (& "&") (identifier "local_88")) () ")")))) (; ";")) (if_statement "if (iVar2 == 0) {\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }" (if "if") (parenthesized_expression "(iVar2 == 0)" (( "(") (binary_expression "iVar2 == 0" (identifier "iVar2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n local_b0 = (char *)0x0;\n if (local_88.gl_pathc != 0) goto LAB_00136c03;\n globfree(&local_88);\n }" ({ "{") (expression_statement "local_b0 = (char *)0x0;" (assignment_expression "local_b0 = (char *)0x0" (identifier "local_b0") (= "=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (if_statement "if (local_88.gl_pathc != 0) goto LAB_00136c03;" (if "if") (parenthesized_expression "(local_88.gl_pathc != 0)" (( "(") (binary_expression "local_88.gl_pathc != 0" (field_expression "local_88.gl_pathc" (identifier "local_88") (. ".") (field_identifier "gl_pathc")) (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_00136c03;" (goto "goto") (statement_identifier "LAB_00136c03") (; ";"))) (expression_statement "globfree(&local_88);" (call_expression "globfree(&local_88)" (identifier "globfree") (argument_list "(&local_88)" (( "(") (pointer_expression "&local_88" (& "&") (identifier "local_88")) () ")"))) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }" (else "else") (compound_statement "{\n pcVar3 = strrchr(param_2,0x2f);\n sVar6 = strlen((char *)local_c0);\n local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));\n memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));\n memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);\n iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);\n if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }\n free(local_b0);\n }" ({ "{") (expression_statement "pcVar3 = strrchr(param_2,0x2f);" (assignment_expression "pcVar3 = strrchr(param_2,0x2f)" (identifier "pcVar3") (= "=") (call_expression "strrchr(param_2,0x2f)" (identifier "strrchr") (argument_list "(param_2,0x2f)" (( "(") (identifier "param_2") (, ",") (number_literal "0x2f") () ")")))) (; ";")) (expression_statement "sVar6 = strlen((char *)local_c0);" (assignment_expression "sVar6 = strlen((char *)local_c0)" (identifier "sVar6") (= "=") (call_expression "strlen((char *)local_c0)" (identifier "strlen") (argument_list "((char *)local_c0)" (( "(") (cast_expression "(char *)local_c0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "local_c0")) () ")")))) (; ";")) (expression_statement "local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));" (assignment_expression "local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2))" (identifier "local_b0") (= "=") (cast_expression "(char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2))" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(pcVar3 + sVar6 + (2 - (long)param_2))" (identifier "xmalloc") (argument_list "(pcVar3 + sVar6 + (2 - (long)param_2))" (( "(") (binary_expression "pcVar3 + sVar6 + (2 - (long)param_2)" (binary_expression "pcVar3 + sVar6" (identifier "pcVar3") (+ "+") (identifier "sVar6")) (+ "+") (parenthesized_expression "(2 - (long)param_2)" (( "(") (binary_expression "2 - (long)param_2" (number_literal "2") (- "-") (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2"))) () ")"))) () ")"))))) (; ";")) (expression_statement "memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));" (call_expression "memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)))" (identifier "memcpy") (argument_list "(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)))" (( "(") (identifier "local_b0") (, ",") (identifier "param_2") (, ",") (cast_expression "(size_t)(pcVar3 + (1 - (long)param_2))" (( "(") (type_descriptor "size_t" (primitive_type "size_t")) () ")") (parenthesized_expression "(pcVar3 + (1 - (long)param_2))" (( "(") (binary_expression "pcVar3 + (1 - (long)param_2)" (identifier "pcVar3") (+ "+") (parenthesized_expression "(1 - (long)param_2)" (( "(") (binary_expression "1 - (long)param_2" (number_literal "1") (- "-") (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2"))) () ")"))) () ")"))) () ")"))) (; ";")) (expression_statement "memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);" (call_expression "memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1)" (identifier "memcpy") (argument_list "(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1)" (( "(") (binary_expression "local_b0 + (long)(pcVar3 + (1 - (long)param_2))" (identifier "local_b0") (+ "+") (cast_expression "(long)(pcVar3 + (1 - (long)param_2))" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(pcVar3 + (1 - (long)param_2))" (( "(") (binary_expression "pcVar3 + (1 - (long)param_2)" (identifier "pcVar3") (+ "+") (parenthesized_expression "(1 - (long)param_2)" (( "(") (binary_expression "1 - (long)param_2" (number_literal "1") (- "-") (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2"))) () ")"))) () ")")))) (, ",") (identifier "local_c0") (, ",") (binary_expression "sVar6 + 1" (identifier "sVar6") (+ "+") (number_literal "1")) () ")"))) (; ";")) (expression_statement "iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);" (assignment_expression "iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88)" (identifier "iVar2") (= "=") (call_expression "glob(local_b0,0,(__errfunc *)0x0,&local_88)" (identifier "glob") (argument_list "(local_b0,0,(__errfunc *)0x0,&local_88)" (( "(") (identifier "local_b0") (, ",") (number_literal "0") (, ",") (cast_expression "(__errfunc *)0x0" (( "(") (type_descriptor "__errfunc *" (type_identifier "__errfunc") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")) (, ",") (pointer_expression "&local_88" (& "&") (identifier "local_88")) () ")")))) (; ";")) (if_statement "if (iVar2 == 0) {\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }" (if "if") (parenthesized_expression "(iVar2 == 0)" (( "(") (binary_expression "iVar2 == 0" (identifier "iVar2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }\n }" ({ "{") (if_statement "if (local_88.gl_pathc == 0) {\n globfree(&local_88);\n }\n else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }" (if "if") (parenthesized_expression "(local_88.gl_pathc == 0)" (( "(") (binary_expression "local_88.gl_pathc == 0" (field_expression "local_88.gl_pathc" (identifier "local_88") (. ".") (field_identifier "gl_pathc")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n globfree(&local_88);\n }" ({ "{") (expression_statement "globfree(&local_88);" (call_expression "globfree(&local_88)" (identifier "globfree") (argument_list "(&local_88)" (( "(") (pointer_expression "&local_88" (& "&") (identifier "local_88")) () ")"))) (; ";")) (} "}")) (else_clause "else {\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }" (else "else") (compound_statement "{\nLAB_00136c03:\n uVar11 = 0;\n do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);\n globfree(&local_88);\n if (local_b0 == (char *)0x0) goto LAB_00136c55;\n }" ({ "{") (labeled_statement "LAB_00136c03:\n uVar11 = 0;" (statement_identifier "LAB_00136c03") (: ":") (expression_statement "uVar11 = 0;" (assignment_expression "uVar11 = 0" (identifier "uVar11") (= "=") (number_literal "0")) (; ";"))) (do_statement "do {\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n } while (uVar11 < local_88.gl_pathc);" (do "do") (compound_statement "{\n uVar11 = uVar11 + 1;\n FUN_00136890(param_1);\n }" ({ "{") (expression_statement "uVar11 = uVar11 + 1;" (assignment_expression "uVar11 = uVar11 + 1" (identifier "uVar11") (= "=") (binary_expression "uVar11 + 1" (identifier "uVar11") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "FUN_00136890(param_1);" (call_expression "FUN_00136890(param_1)" (identifier "FUN_00136890") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(uVar11 < local_88.gl_pathc)" (( "(") (binary_expression "uVar11 < local_88.gl_pathc" (identifier "uVar11") (< "<") (field_expression "local_88.gl_pathc" (identifier "local_88") (. ".") (field_identifier "gl_pathc"))) () ")")) (; ";")) (expression_statement "globfree(&local_88);" (call_expression "globfree(&local_88)" (identifier "globfree") (argument_list "(&local_88)" (( "(") (pointer_expression "&local_88" (& "&") (identifier "local_88")) () ")"))) (; ";")) (if_statement "if (local_b0 == (char *)0x0) goto LAB_00136c55;" (if "if") (parenthesized_expression "(local_b0 == (char *)0x0)" (( "(") (binary_expression "local_b0 == (char *)0x0" (identifier "local_b0") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_00136c55;" (goto "goto") (statement_identifier "LAB_00136c55") (; ";"))) (} "}")))) (} "}"))) (expression_statement "free(local_b0);" (call_expression "free(local_b0)" (identifier "free") (argument_list "(local_b0)" (( "(") (identifier "local_b0") () ")"))) (; ";")) (} "}"))))) (labeled_statement "LAB_00136c55:\n local_c0 = pbVar13 + 2;" (statement_identifier "LAB_00136c55") (: ":") (expression_statement "local_c0 = pbVar13 + 2;" (assignment_expression "local_c0 = pbVar13 + 2" (identifier "local_c0") (= "=") (binary_expression "pbVar13 + 2" (identifier "pbVar13") (+ "+") (number_literal "2"))) (; ";"))) (if_statement "if (bVar1 == 0) goto LAB_00136a89;" (if "if") (parenthesized_expression "(bVar1 == 0)" (( "(") (binary_expression "bVar1 == 0" (identifier "bVar1") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_00136a89;" (goto "goto") (statement_identifier "LAB_00136a89") (; ";"))) (expression_statement "bVar8 = *local_c0;" (assignment_expression "bVar8 = *local_c0" (identifier "bVar8") (= "=") (pointer_expression "*local_c0" (* "*") (identifier "local_c0"))) (; ";")) (} "}"))) (expression_statement "local_c0 = local_c0 + 1;" (assignment_expression "local_c0 = local_c0 + 1" (identifier "local_c0") (= "=") (binary_expression "local_c0 + 1" (identifier "local_c0") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";")) (} "}"))) (expression_statement "pbVar12 = local_c0;" (assignment_expression "pbVar12 = local_c0" (identifier "pbVar12") (= "=") (identifier "local_c0")) (; ";")) (if_statement "if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {\nLAB_00136a20:\n sVar6 = 0;\n lVar7 = *param_1;\n if (lVar7 == 0) goto LAB_00136cf7;\nLAB_00136a31:\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }\n param_1[1] = lVar9;\n *(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;\n __dest = (void *)(param_1[1] + *param_1);\n }\n else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }" (if "if") (parenthesized_expression "((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0))" (( "(") (binary_expression "(*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)" (parenthesized_expression "(*local_c0 < 0x3e)" (( "(") (binary_expression "*local_c0 < 0x3e" (pointer_expression "*local_c0" (* "*") (identifier "local_c0")) (< "<") (number_literal "0x3e")) () ")")) (&& "&&") (parenthesized_expression "((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)" (( "(") (binary_expression "(0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0" (parenthesized_expression "(0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1)" (( "(") (binary_expression "0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1" (binary_expression "0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f)" (number_literal "0x2000000100003a01U") (>> ">>") (parenthesized_expression "((ulong)*local_c0 & 0x3f)" (( "(") (binary_expression "(ulong)*local_c0 & 0x3f" (binary_expression "(ulong)*local_c0" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (* "*") (identifier "local_c0")) (& "&") (number_literal "0x3f")) () ")"))) (& "&") (number_literal "1")) () ")")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\nLAB_00136a20:\n sVar6 = 0;\n lVar7 = *param_1;\n if (lVar7 == 0) goto LAB_00136cf7;\nLAB_00136a31:\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }\n param_1[1] = lVar9;\n *(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;\n __dest = (void *)(param_1[1] + *param_1);\n }" ({ "{") (labeled_statement "LAB_00136a20:\n sVar6 = 0;" (statement_identifier "LAB_00136a20") (: ":") (expression_statement "sVar6 = 0;" (assignment_expression "sVar6 = 0" (identifier "sVar6") (= "=") (number_literal "0")) (; ";"))) (expression_statement "lVar7 = *param_1;" (assignment_expression "lVar7 = *param_1" (identifier "lVar7") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (if_statement "if (lVar7 == 0) goto LAB_00136cf7;" (if "if") (parenthesized_expression "(lVar7 == 0)" (( "(") (binary_expression "lVar7 == 0" (identifier "lVar7") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_00136cf7;" (goto "goto") (statement_identifier "LAB_00136cf7") (; ";"))) (labeled_statement "LAB_00136a31:\n lVar4 = param_1[1];" (statement_identifier "LAB_00136a31") (: ":") (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 "lVar9 = lVar4 + 1;" (assignment_expression "lVar9 = lVar4 + 1" (identifier "lVar9") (= "=") (binary_expression "lVar4 + 1" (identifier "lVar4") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if ((ulong)param_1[2] <= lVar9 + sVar6) {\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }" (if "if") (parenthesized_expression "((ulong)param_1[2] <= lVar9 + sVar6)" (( "(") (binary_expression "(ulong)param_1[2] <= lVar9 + sVar6" (cast_expression "(ulong)param_1[2]" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) (<= "<=") (binary_expression "lVar9 + sVar6" (identifier "lVar9") (+ "+") (identifier "sVar6"))) () ")")) (compound_statement "{\n param_1[2] = param_1[2] + 0x100U + sVar6;\n lVar7 = xrealloc();\n *param_1 = lVar7;\n lVar4 = param_1[1];\n lVar9 = lVar4 + 1;\n }" ({ "{") (expression_statement "param_1[2] = param_1[2] + 0x100U + sVar6;" (assignment_expression "param_1[2] = param_1[2] + 0x100U + sVar6" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (binary_expression "param_1[2] + 0x100U + sVar6" (binary_expression "param_1[2] + 0x100U" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (+ "+") (number_literal "0x100U")) (+ "+") (identifier "sVar6"))) (; ";")) (expression_statement "lVar7 = xrealloc();" (assignment_expression "lVar7 = xrealloc()" (identifier "lVar7") (= "=") (call_expression "xrealloc()" (identifier "xrealloc") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "*param_1 = lVar7;" (assignment_expression "*param_1 = lVar7" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "lVar7")) (; ";")) (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 "lVar9 = lVar4 + 1;" (assignment_expression "lVar9 = lVar4 + 1" (identifier "lVar9") (= "=") (binary_expression "lVar4 + 1" (identifier "lVar4") (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (expression_statement "param_1[1] = lVar9;" (assignment_expression "param_1[1] = lVar9" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "lVar9")) (; ";")) (expression_statement "*(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;" (assignment_expression "*(undefined1 *)(lVar7 + lVar4) = DAT_002b6108" (pointer_expression "*(undefined1 *)(lVar7 + lVar4)" (* "*") (cast_expression "(undefined1 *)(lVar7 + lVar4)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + lVar4)" (( "(") (binary_expression "lVar7 + lVar4" (identifier "lVar7") (+ "+") (identifier "lVar4")) () ")")))) (= "=") (identifier "DAT_002b6108")) (; ";")) (expression_statement "__dest = (void *)(param_1[1] + *param_1);" (assignment_expression "__dest = (void *)(param_1[1] + *param_1)" (identifier "__dest") (= "=") (cast_expression "(void *)(param_1[1] + *param_1)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[1] + *param_1)" (( "(") (binary_expression "param_1[1] + *param_1" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (+ "+") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) () ")")))) (; ";")) (} "}")) (else_clause "else {\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }" (else "else") (compound_statement "{\n do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);\n if (pbVar12 == local_c0) goto LAB_00136a20;\n bVar8 = *pbVar13;\n while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }\n sVar6 = (long)pbVar12 - (long)local_c0;\n lVar7 = *param_1;\n if (lVar7 != 0) goto LAB_00136a31;\nLAB_00136cf7:\n param_1[2] = sVar6 + 0x101;\n __dest = (void *)xmalloc();\n *param_1 = (long)__dest;\n param_1[1] = 0;\n }" ({ "{") (do_statement "do {\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n } while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);" (do "do") (compound_statement "{\n do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);\n }" ({ "{") (do_statement "do {\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n } while (0x3d < pbVar13[1]);" (do "do") (compound_statement "{\n pbVar13 = pbVar12;\n pbVar12 = pbVar13 + 1;\n }" ({ "{") (expression_statement "pbVar13 = pbVar12;" (assignment_expression "pbVar13 = pbVar12" (identifier "pbVar13") (= "=") (identifier "pbVar12")) (; ";")) (expression_statement "pbVar12 = pbVar13 + 1;" (assignment_expression "pbVar12 = pbVar13 + 1" (identifier "pbVar12") (= "=") (binary_expression "pbVar13 + 1" (identifier "pbVar13") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(0x3d < pbVar13[1])" (( "(") (binary_expression "0x3d < pbVar13[1]" (number_literal "0x3d") (< "<") (subscript_expression "pbVar13[1]" (identifier "pbVar13") ([ "[") (number_literal "1") (] "]"))) () ")")) (; ";")) (} "}")) (while "while") (parenthesized_expression "((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0)" (( "(") (binary_expression "(0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0" (parenthesized_expression "(0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1)" (( "(") (binary_expression "0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1" (binary_expression "0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f)" (number_literal "0x2000000100003a01U") (>> ">>") (parenthesized_expression "((ulong)pbVar13[1] & 0x3f)" (( "(") (binary_expression "(ulong)pbVar13[1] & 0x3f" (cast_expression "(ulong)pbVar13[1]" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (subscript_expression "pbVar13[1]" (identifier "pbVar13") ([ "[") (number_literal "1") (] "]"))) (& "&") (number_literal "0x3f")) () ")"))) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (; ";")) (if_statement "if (pbVar12 == local_c0) goto LAB_00136a20;" (if "if") (parenthesized_expression "(pbVar12 == local_c0)" (( "(") (binary_expression "pbVar12 == local_c0" (identifier "pbVar12") (== "==") (identifier "local_c0")) () ")")) (goto_statement "goto LAB_00136a20;" (goto "goto") (statement_identifier "LAB_00136a20") (; ";"))) (expression_statement "bVar8 = *pbVar13;" (assignment_expression "bVar8 = *pbVar13" (identifier "bVar8") (= "=") (pointer_expression "*pbVar13" (* "*") (identifier "pbVar13"))) (; ";")) (while_statement "while (bVar8 == 0x2f) {\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }" (while "while") (parenthesized_expression "(bVar8 == 0x2f)" (( "(") (binary_expression "bVar8 == 0x2f" (identifier "bVar8") (== "==") (number_literal "0x2f")) () ")")) (compound_statement "{\n if (pbVar12 + -1 == local_c0) goto LAB_00136a20;\n bVar8 = pbVar12[-2];\n pbVar12 = pbVar12 + -1;\n }" ({ "{") (if_statement "if (pbVar12 + -1 == local_c0) goto LAB_00136a20;" (if "if") (parenthesized_expression "(pbVar12 + -1 == local_c0)" (( "(") (binary_expression "pbVar12 + -1 == local_c0" (binary_expression "pbVar12 + -1" (identifier "pbVar12") (+ "+") (number_literal "-1")) (== "==") (identifier "local_c0")) () ")")) (goto_statement "goto LAB_00136a20;" (goto "goto") (statement_identifier "LAB_00136a20") (; ";"))) (expression_statement "bVar8 = pbVar12[-2];" (assignment_expression "bVar8 = pbVar12[-2]" (identifier "bVar8") (= "=") (subscript_expression "pbVar12[-2]" (identifier "pbVar12") ([ "[") (number_literal "-2") (] "]"))) (; ";")) (expression_statement "pbVar12 = pbVar12 + -1;" (assignment_expression "pbVar12 = pbVar12 + -1" (identifier "pbVar12") (= "=") (binary_expression "pbVar12 + -1" (identifier "pbVar12") (+ "+") (number_literal "-1"))) (; ";")) (} "}"))) (expression_statement "sVar6 = (long)pbVar12 - (long)local_c0;" (assignment_expression "sVar6 = (long)pbVar12 - (long)local_c0" (identifier "sVar6") (= "=") (binary_expression "(long)pbVar12 - (long)local_c0" (cast_expression "(long)pbVar12" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pbVar12")) (- "-") (cast_expression "(long)local_c0" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "local_c0")))) (; ";")) (expression_statement "lVar7 = *param_1;" (assignment_expression "lVar7 = *param_1" (identifier "lVar7") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (if_statement "if (lVar7 != 0) goto LAB_00136a31;" (if "if") (parenthesized_expression "(lVar7 != 0)" (( "(") (binary_expression "lVar7 != 0" (identifier "lVar7") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_00136a31;" (goto "goto") (statement_identifier "LAB_00136a31") (; ";"))) (labeled_statement "LAB_00136cf7:\n param_1[2] = sVar6 + 0x101;" (statement_identifier "LAB_00136cf7") (: ":") (expression_statement "param_1[2] = sVar6 + 0x101;" (assignment_expression "param_1[2] = sVar6 + 0x101" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (binary_expression "sVar6 + 0x101" (identifier "sVar6") (+ "+") (number_literal "0x101"))) (; ";"))) (expression_statement "__dest = (void *)xmalloc();" (assignment_expression "__dest = (void *)xmalloc()" (identifier "__dest") (= "=") (cast_expression "(void *)xmalloc()" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc()" (identifier "xmalloc") (argument_list "()" (( "(") () ")"))))) (; ";")) (expression_statement "*param_1 = (long)__dest;" (assignment_expression "*param_1 = (long)__dest" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (cast_expression "(long)__dest" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest"))) (; ";")) (expression_statement "param_1[1] = 0;" (assignment_expression "param_1[1] = 0" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (number_literal "0")) (; ";")) (} "}")))) (expression_statement "memcpy(__dest,local_c0,sVar6);" (call_expression "memcpy(__dest,local_c0,sVar6)" (identifier "memcpy") (argument_list "(__dest,local_c0,sVar6)" (( "(") (identifier "__dest") (, ",") (identifier "local_c0") (, ",") (identifier "sVar6") () ")"))) (; ";")) (expression_statement "lVar7 = param_1[1];" (assignment_expression "lVar7 = param_1[1]" (identifier "lVar7") (= "=") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "param_1[1] = sVar6 + lVar7;" (assignment_expression "param_1[1] = sVar6 + lVar7" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "sVar6 + lVar7" (identifier "sVar6") (+ "+") (identifier "lVar7"))) (; ";")) (expression_statement "*(undefined1 *)(*param_1 + sVar6 + lVar7) = 0;" (assignment_expression "*(undefined1 *)(*param_1 + sVar6 + lVar7) = 0" (pointer_expression "*(undefined1 *)(*param_1 + sVar6 + lVar7)" (* "*") (cast_expression "(undefined1 *)(*param_1 + sVar6 + lVar7)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + sVar6 + lVar7)" (( "(") (binary_expression "*param_1 + sVar6 + lVar7" (binary_expression "*param_1 + sVar6" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (identifier "sVar6")) (+ "+") (identifier "lVar7")) () ")")))) (= "=") (number_literal "0")) (; ";")) (labeled_statement "LAB_00136a89:\n iVar2 = feof(__stream);" (statement_identifier "LAB_00136a89") (: ":") (expression_statement "iVar2 = feof(__stream);" (assignment_expression "iVar2 = feof(__stream)" (identifier "iVar2") (= "=") (call_expression "feof(__stream)" (identifier "feof") (argument_list "(__stream)" (( "(") (identifier "__stream") () ")")))) (; ";"))) (expression_statement "pbVar12 = __s;" (assignment_expression "pbVar12 = __s" (identifier "pbVar12") (= "=") (identifier "__s")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(iVar2 == 0)" (( "(") (binary_expression "iVar2 == 0" (identifier "iVar2") (== "==") (number_literal "0")) () ")")) (; ";"))) (expression_statement "free(__s);" (call_expression "free(__s)" (identifier "free") (argument_list "(__s)" (( "(") (identifier "__s") () ")"))) (; ";")) (expression_statement "fclose(__stream);" (call_expression "fclose(__stream)" (identifier "fclose") (argument_list "(__stream)" (( "(") (identifier "__stream") () ")"))) (; ";")) (expression_statement "uVar5 = 1;" (assignment_expression "uVar5 = 1" (identifier "uVar5") (= "=") (number_literal "1")) (; ";")) (} "}"))) (return_statement "return uVar5;" (return "return") (identifier "uVar5") (; ";")) (} "}"))) |
type_1 function_1(type_2 *info,char *filename)
{
char **ppcVar1;
type_3 var_18;
type_1 bVar3;
int var_20;
type_4 *var_2;
type_3 *var_6;
char *var_5;
size_t var_27;
size_t var_10;
long var_11;
type_3 var_14;
long var_8;
type_5 var_25;
type_3 *var_7;
type_3 *var_16;
size_t var_28;
bool var_17;
bool bVar16;
type_3 bVar17;
type_3 *var_15;
char *var_24;
type_6 gl;
bVar17 = 0;
var_2 = var_1(filename,"r");
bVar3 = 0;
if (var_2 != (type_4 *)0x0) {
var_8 = 0x100;
var_6 = (type_3 *)var_3(0x100);
var_7 = var_6;
LAB_00136923:
do {
var_5 = var_4((char *)var_7,(int)var_8 - (int)((long)var_7 - (long)var_6),var_2);
if (var_5 == (char *)0x0) {
if (var_6 == var_7) break;
}
else {
var_11 = var_8 + -1;
var_10 = var_9(var_5);
if ((var_10 == var_11 - ((long)var_7 - (long)var_6)) && (var_6[var_8 + -2] != 10)) {
var_8 = var_8 * 2;
var_6 = (type_3 *)var_12(var_6,var_8);
var_7 = var_6 + var_11;
goto LAB_00136923;
}
}
var_5 = var_13((char *)var_6,10);
if (var_5 != (char *)0x0) {
*var_5 = '\0';
}
var_5 = var_13((char *)var_6,0x23);
if (var_5 != (char *)0x0) {
*var_5 = '\0';
}
var_14 = *var_6;
var_15 = var_6;
while( true ) {
bVar16 = var_14 == 0x20;
var_17 = var_14 < 0x20;
if (0x20 < var_14) break;
if ((0x100003a00U >> ((type_5)var_14 & 0x3f) & 1) == 0) {
var_17 = false;
bVar16 = var_14 == 0;
if (bVar16) goto LAB_00136a89;
break;
}
var_15 = var_15 + 1;
var_14 = *var_15;
}
var_11 = 7;
var_7 = var_15;
var_16 = (type_3 *)"include";
do {
if (var_11 == 0) break;
var_11 = var_11 + -1;
var_17 = *var_7 < *var_16;
bVar16 = *var_7 == *var_16;
var_7 = var_7 + (type_5)bVar17 * -2 + 1;
var_16 = var_16 + (type_5)bVar17 * -2 + 1;
} while (bVar16);
if (((!var_17 && !bVar16) == var_17) && ((var_15[7] == 0x20 || (var_15[7] == 9)))) {
var_15 = var_15 + 8;
do {
var_14 = *var_15;
while ((var_14 != 0x20 && (var_14 != 9))) {
var_7 = var_15;
if (var_14 == 0) goto LAB_00136a89;
do {
var_16 = var_7;
var_18 = var_16[1];
if ((var_18 == 0x20) || (var_18 == 9)) {
var_16[1] = 0;
var_14 = *var_15;
if (var_14 != 0) goto LAB_00136b4e;
goto LAB_00136c55;
}
var_7 = var_16 + 1;
} while (var_18 != 0);
if (var_14 == 0) goto LAB_00136a89;
LAB_00136b4e:
if (var_14 == 0x2f) {
var_20 = var_19((char *)var_15,0,(type_7 *)0x0,(type_6 *)&gl);
if (var_20 == 0) {
var_24 = (char *)0x0;
if (gl.gl_pathc != 0) goto LAB_00136c03;
var_21((type_6 *)&gl);
}
}
else {
var_5 = var_22(filename,0x2f);
var_10 = var_9((char *)var_15);
var_24 = (char *)var_3(var_5 + var_10 + (2 - (long)filename));
var_23(var_24,filename,(size_t)(var_5 + (1 - (long)filename)));
var_23(var_24 + (long)(var_5 + (1 - (long)filename)),var_15,var_10 + 1);
var_20 = var_19(var_24,0,(type_7 *)0x0,(type_6 *)&gl);
if (var_20 == 0) {
if (gl.gl_pathc == 0) {
var_21((type_6 *)&gl);
}
else {
LAB_00136c03:
var_25 = 0;
do {
ppcVar1 = gl.gl_pathv + var_25;
var_25 = var_25 + 1;
function_1(info,*ppcVar1);
} while (var_25 < gl.gl_pathc);
var_21((type_6 *)&gl);
if (var_24 == (char *)0x0) goto LAB_00136c55;
}
}
var_26(var_24);
}
LAB_00136c55:
var_15 = var_16 + 2;
if (var_18 == 0) goto LAB_00136a89;
var_14 = *var_15;
}
var_15 = var_15 + 1;
} while( true );
}
var_7 = var_15;
if ((*var_15 < 0x3e) && ((0x2000000100003a01U >> ((type_5)*var_15 & 0x3f) & 1) != 0)) {
LAB_00136a20:
var_10 = 0;
var_5 = info->path;
if (var_5 == (char *)0x0) goto LAB_00136cf7;
LAB_00136a31:
var_27 = info->len;
var_28 = var_27 + 1;
if (info->alloc <= var_28 + var_10) {
info->alloc = info->alloc + 0x100 + var_10;
var_5 = (char *)var_12();
info->path = var_5;
var_27 = info->len;
var_28 = var_27 + 1;
}
info->len = var_28;
var_5[var_27] = config.rpath_separator;
var_5 = info->path + info->len;
}
else {
do {
do {
var_16 = var_7;
var_7 = var_16 + 1;
} while (0x3d < var_16[1]);
} while ((0x2000000100003a01U >> ((type_5)var_16[1] & 0x3f) & 1) == 0);
if (var_7 == var_15) goto LAB_00136a20;
var_14 = *var_16;
while (var_14 == 0x2f) {
if (var_7 + -1 == var_15) goto LAB_00136a20;
var_14 = var_7[-2];
var_7 = var_7 + -1;
}
var_10 = (long)var_7 - (long)var_15;
var_5 = info->path;
if (var_5 != (char *)0x0) goto LAB_00136a31;
LAB_00136cf7:
info->alloc = var_10 + 0x101;
var_5 = (char *)var_3();
info->path = var_5;
info->len = 0;
}
var_23(var_5,var_15,var_10);
var_28 = var_10 + info->len;
info->len = var_28;
info->path[var_28] = '\0';
LAB_00136a89:
var_20 = var_29(var_2);
var_7 = var_6;
} while (var_20 == 0);
var_26(var_6);
var_30(var_2);
bVar3 = 1;
}
return bVar3;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (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: (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: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (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: (identifier))) (labeled_statement label: (statement_identifier) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (identifier)) (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (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 (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (break_statement))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))))) right: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (goto_statement label: (statement_identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (identifier)) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))))) (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)) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (break_statement)) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (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))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (goto_statement label: (statement_identifier))) (break_statement))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (string_literal (string_content))))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal))))) condition: (parenthesized_expression (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (unary_expression argument: (identifier)) right: (unary_expression argument: (identifier)))) right: (identifier))) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)) right: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (while_statement condition: (parenthesized_expression (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) body: (compound_statement (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))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (identifier)) (number_literal) (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)) (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (parenthesized_expression (binary_expression left: (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) (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (number_literal) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (number_literal) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))))))) (identifier) (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (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: (field_expression argument: (identifier) field: (field_identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)))))) alternative: (else_clause (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (field_expression argument: (identifier) field: (field_identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (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: (goto_statement label: (statement_identifier)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (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))))) condition: (parenthesized_expression (true))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (number_literal) right: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (identifier)) right: (identifier)) right: (number_literal)))) right: (number_literal))) right: (number_literal))))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (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: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (identifier)))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (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: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) right: (identifier))) (expression_statement (assignment_expression left: (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: (pointer_expression argument: (identifier)))))))) alternative: (else_clause (compound_statement (do_statement body: (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (number_literal) right: (subscript_expression argument: (identifier) index: (number_literal)))))) condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (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: (number_literal)))) right: (number_literal))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (while_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) 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: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (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: (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier)) right: (identifier))))) right: (number_literal))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (return_statement (identifier))))) | null |
undefined8 MASKED(long *param_1,char *param_2)
{
byte bVar1;
int iVar2;
FILE *__stream;
byte *__s;
char *pcVar3;
long lVar4;
undefined8 uVar5;
size_t sVar6;
long lVar7;
byte bVar8;
long lVar9;
long lVar10;
ulong uVar11;
byte *pbVar12;
byte *pbVar13;
void *__dest;
bool bVar14;
bool bVar15;
byte bVar16;
byte *local_c0;
char *local_b0;
glob_t local_88;
bVar16 = 0;
__stream = fopen(param_2,"r");
uVar5 = 0;
if (__stream != (FILE *)0x0) {
lVar10 = 0x100;
__s = (byte *)xmalloc(0x100);
pbVar12 = __s;
LAB_00136923:
do {
pcVar3 = fgets((char *)pbVar12,(int)lVar10 - (int)((long)pbVar12 - (long)__s),__stream);
if (pcVar3 == (char *)0x0) {
if (__s == pbVar12) break;
}
else {
lVar7 = lVar10 + -1;
sVar6 = strlen(pcVar3);
if ((sVar6 == lVar7 - ((long)pbVar12 - (long)__s)) && (__s[lVar10 + -2] != 10)) {
lVar10 = lVar10 * 2;
__s = (byte *)xrealloc(__s,lVar10);
pbVar12 = __s + lVar7;
goto LAB_00136923;
}
}
pcVar3 = strchr((char *)__s,10);
if (pcVar3 != (char *)0x0) {
*pcVar3 = '\0';
}
pcVar3 = strchr((char *)__s,0x23);
if (pcVar3 != (char *)0x0) {
*pcVar3 = '\0';
}
bVar8 = *__s;
local_c0 = __s;
while( true ) {
bVar15 = bVar8 == 0x20;
bVar14 = bVar8 < 0x20;
if (0x20 < bVar8) break;
if ((0x100003a00U >> ((ulong)bVar8 & 0x3f) & 1) == 0) {
bVar14 = false;
bVar15 = bVar8 == 0;
if (bVar15) goto LAB_00136a89;
break;
}
local_c0 = local_c0 + 1;
bVar8 = *local_c0;
}
lVar7 = 7;
pbVar12 = local_c0;
pbVar13 = (byte *)"include";
do {
if (lVar7 == 0) break;
lVar7 = lVar7 + -1;
bVar14 = *pbVar12 < *pbVar13;
bVar15 = *pbVar12 == *pbVar13;
pbVar12 = pbVar12 + (ulong)bVar16 * -2 + 1;
pbVar13 = pbVar13 + (ulong)bVar16 * -2 + 1;
} while (bVar15);
if (((!bVar14 && !bVar15) == bVar14) && ((local_c0[7] == 0x20 || (local_c0[7] == 9)))) {
local_c0 = local_c0 + 8;
do {
bVar8 = *local_c0;
while ((bVar8 != 0x20 && (bVar8 != 9))) {
pbVar12 = local_c0;
if (bVar8 == 0) goto LAB_00136a89;
do {
pbVar13 = pbVar12;
bVar1 = pbVar13[1];
if ((bVar1 == 0x20) || (bVar1 == 9)) {
pbVar13[1] = 0;
bVar8 = *local_c0;
if (bVar8 != 0) goto LAB_00136b4e;
goto LAB_00136c55;
}
pbVar12 = pbVar13 + 1;
} while (bVar1 != 0);
if (bVar8 == 0) goto LAB_00136a89;
LAB_00136b4e:
if (bVar8 == 0x2f) {
iVar2 = glob((char *)local_c0,0,(__errfunc *)0x0,&local_88);
if (iVar2 == 0) {
local_b0 = (char *)0x0;
if (local_88.gl_pathc != 0) goto LAB_00136c03;
globfree(&local_88);
}
}
else {
pcVar3 = strrchr(param_2,0x2f);
sVar6 = strlen((char *)local_c0);
local_b0 = (char *)xmalloc(pcVar3 + sVar6 + (2 - (long)param_2));
memcpy(local_b0,param_2,(size_t)(pcVar3 + (1 - (long)param_2)));
memcpy(local_b0 + (long)(pcVar3 + (1 - (long)param_2)),local_c0,sVar6 + 1);
iVar2 = glob(local_b0,0,(__errfunc *)0x0,&local_88);
if (iVar2 == 0) {
if (local_88.gl_pathc == 0) {
globfree(&local_88);
}
else {
LAB_00136c03:
uVar11 = 0;
do {
uVar11 = uVar11 + 1;
MASKED(param_1);
} while (uVar11 < local_88.gl_pathc);
globfree(&local_88);
if (local_b0 == (char *)0x0) goto LAB_00136c55;
}
}
free(local_b0);
}
LAB_00136c55:
local_c0 = pbVar13 + 2;
if (bVar1 == 0) goto LAB_00136a89;
bVar8 = *local_c0;
}
local_c0 = local_c0 + 1;
} while( true );
}
pbVar12 = local_c0;
if ((*local_c0 < 0x3e) && ((0x2000000100003a01U >> ((ulong)*local_c0 & 0x3f) & 1) != 0)) {
LAB_00136a20:
sVar6 = 0;
lVar7 = *param_1;
if (lVar7 == 0) goto LAB_00136cf7;
LAB_00136a31:
lVar4 = param_1[1];
lVar9 = lVar4 + 1;
if ((ulong)param_1[2] <= lVar9 + sVar6) {
param_1[2] = param_1[2] + 0x100U + sVar6;
lVar7 = xrealloc();
*param_1 = lVar7;
lVar4 = param_1[1];
lVar9 = lVar4 + 1;
}
param_1[1] = lVar9;
*(undefined1 *)(lVar7 + lVar4) = DAT_002b6108;
__dest = (void *)(param_1[1] + *param_1);
}
else {
do {
do {
pbVar13 = pbVar12;
pbVar12 = pbVar13 + 1;
} while (0x3d < pbVar13[1]);
} while ((0x2000000100003a01U >> ((ulong)pbVar13[1] & 0x3f) & 1) == 0);
if (pbVar12 == local_c0) goto LAB_00136a20;
bVar8 = *pbVar13;
while (bVar8 == 0x2f) {
if (pbVar12 + -1 == local_c0) goto LAB_00136a20;
bVar8 = pbVar12[-2];
pbVar12 = pbVar12 + -1;
}
sVar6 = (long)pbVar12 - (long)local_c0;
lVar7 = *param_1;
if (lVar7 != 0) goto LAB_00136a31;
LAB_00136cf7:
param_1[2] = sVar6 + 0x101;
__dest = (void *)xmalloc();
*param_1 = (long)__dest;
param_1[1] = 0;
}
memcpy(__dest,local_c0,sVar6);
lVar7 = param_1[1];
param_1[1] = sVar6 + lVar7;
*(undefined1 *)(*param_1 + sVar6 + lVar7) = 0;
LAB_00136a89:
iVar2 = feof(__stream);
pbVar12 = __s;
} while (iVar2 == 0);
free(__s);
fclose(__stream);
uVar5 = 1;
}
return uVar5;
}
|
7332_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c | ~Output_merge_data | FUN_002bb460 |
/* DWARF original prototype: void ~Output_merge_data(Output_merge_data * this, int __in_chrg) */
void __thiscall gold::Output_merge_data::~Output_merge_data(Output_merge_data *this,int __in_chrg)
{
_Hash_node_base *p_Var1;
__bucket_type *pp_Var2;
_Hash_node_base *p_Var3;
int __in_chrg_00;
(this->super_Output_merge_base).super_Output_section_data.super_Output_data._vptr_Output_data =
(_func_int_varargs **)&PTR__Output_merge_data_00438220;
p_Var3 = (this->hashtable_)._M_h._M_before_begin._M_nxt;
while (p_Var3 != (_Hash_node_base *)0x0) {
p_Var1 = p_Var3->_M_nxt;
operator_delete(p_Var3);
p_Var3 = p_Var1;
}
__in_chrg_00 = 0;
memset((this->hashtable_)._M_h._M_buckets,0,(this->hashtable_)._M_h._M_bucket_count * 8);
pp_Var2 = (this->hashtable_)._M_h._M_buckets;
(this->hashtable_)._M_h._M_element_count = 0;
(this->hashtable_)._M_h._M_before_begin._M_nxt = (_Hash_node_base *)0x0;
if (pp_Var2 != &(this->hashtable_)._M_h._M_single_bucket) {
operator_delete(pp_Var2);
}
(this->super_Output_merge_base).super_Output_section_data.super_Output_data._vptr_Output_data =
(_func_int_varargs **)&DAT_00438138;
std::
_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>,_std::__detail::_Identity,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>
::~_Hashtable((_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>,_std::__detail::_Identity,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>
*)&(this->super_Output_merge_base).input_sections_,__in_chrg_00);
(this->super_Output_merge_base).super_Output_section_data.super_Output_data._vptr_Output_data =
(_func_int_varargs **)&DAT_00435b70;
Output_data::~Output_data((Output_data *)this,__in_chrg_00);
operator_delete(this,0xf8);
return;
}
|
void FUN_002bb460(undefined8 *param_1)
{
undefined8 *puVar1;
*param_1 = &PTR_FUN_00438220;
puVar1 = (undefined8 *)param_1[0x1a];
while (puVar1 != (undefined8 *)0x0) {
puVar1 = (undefined8 *)*puVar1;
FUN_002dac70();
}
memset((void *)param_1[0x18],0,param_1[0x19] * 8);
param_1[0x1b] = 0;
param_1[0x1a] = 0;
if ((undefined8 *)param_1[0x18] != param_1 + 0x1e) {
FUN_002dac70();
}
*param_1 = &DAT_00438138;
FUN_00209dc0(param_1 + 0xb);
*param_1 = &DAT_00435b70;
FUN_001f5370(param_1);
thunk_FUN_002dac70(param_1,0xf8);
return;
}
| PUSH RBP
LEA RAX,[0x438220]
PUSH RBX
MOV RBX,RDI
SUB RSP,0x8
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0xd0]
TEST RDI,RDI
JZ 0x002bb490
NOP
MOV RBP,qword ptr [RDI]
CALL 0x002dac70
MOV RDI,RBP
TEST RBP,RBP
JNZ 0x002bb480
MOV RAX,qword ptr [RBX + 0xc8]
MOV RDI,qword ptr [RBX + 0xc0]
XOR ESI,ESI
LEA RDX,[RAX*0x8]
CALL 0x00147100
MOV RDI,qword ptr [RBX + 0xc0]
LEA RAX,[RBX + 0xf0]
MOV qword ptr [RBX + 0xd8],0x0
MOV qword ptr [RBX + 0xd0],0x0
CMP RDI,RAX
JZ 0x002bb4db
CALL 0x002dac70
LEA RAX,[0x438138]
LEA RDI,[RBX + 0x58]
MOV qword ptr [RBX],RAX
CALL 0x00209dc0
LEA RAX,[0x435b70]
MOV RDI,RBX
MOV qword ptr [RBX],RAX
CALL 0x001f5370
ADD RSP,0x8
MOV RDI,RBX
MOV ESI,0xf8
POP RBX
POP RBP
JMP 0x002dac60 | null | null | null | null | [(u'PTRSUB_-1204505001', u'PTRSUB_-1204504987'), (u'CALL_-1204505258', u'INDIRECT_-1204505025'), (u'PTRSUB_-1204505056', u'PTRSUB_-1204505094'), (u'PTRSUB_-1204505026', u'LOAD_-1204505404'), (u'PTRSUB_-1204505010', u'PTRSUB_-1204504995'), ('const-176', u'PTRSUB_-1204505021'), (u'PTRSUB_-1204505012', u'PTRSUB_-1204504992'), ('const-4423992', u'PTRSUB_-1204504984'), (u'CALL_-1204505356', u'INDIRECT_-1204505084'), (u'PTRSUB_-1204505074', u'PTRSUB_-1204505056'), (u'LOAD_-1204505404', u'INT_MULT_-1204505343'), ('const-8', u'INT_MULT_-1204505343'), ('const-0', u'INT_NOTEQUAL_-1204505440'), ('const-0', u'PTRSUB_-1204505034'), (u'INDIRECT_-1204505084', u'MULTIEQUAL_-1204505037'), ('const-16', u'PTRSUB_-1204505018'), ('const-0', u'PTRSUB_-1204504934'), (u'INT_MULT_-1204505343', u'CALL_-1204505356'), ('const-176', u'PTRSUB_-1204505096'), (u'LOAD_-1204505394', u'CALL_-1204505356'), (u'MULTIEQUAL_-1204505098', u'CALL_-1204505426'), ('const-433', u'STORE_-1204505333'), ('const-248', u'CALL_-1204505194'), (u'PTRSUB_-1204505034', u'PTRSUB_-1204505018'), ('const-0', u'PTRSUB_-1204505050'), ('const-433', u'LOAD_-1204505404'), ('const-64', u'PTRSUB_-1204504987'), (u'INT_NOTEQUAL_-1204505293', u'CBRANCH_-1204505292'), (u'PTRSUB_-1204505018', u'LOAD_-1204505394'), ('const-0', u'PTRSUB_-1204505094'), (u'PTRSUB_-1204505096', u'PTRSUB_-1204505074'), ('const-176', u'PTRSUB_-1204505012'), ('tmp_360', u'PTRSUB_-1204505030'), (u'CAST_-1204504908', u'STORE_-1204505243'), ('const-0', u'PTRSUB_-1204504984'), (u'INDIRECT_-1204505040', u'MULTIEQUAL_-1204505037'), (u'INDIRECT_-1204505025', u'CALL_-1204505233'), (u'LOAD_-1204505463', u'COPY_-1204505099'), (u'PTRSUB_-1204505063', u'PTRSUB_-1204505043'), ('const-16', u'PTRSUB_-1204504995'), (u'PTRSUB_-1204504999', u'PTRSUB_-1204504979'), ('const-0', u'PTRSUB_-1204504997'), (u'LOAD_-1204505354', u'INT_NOTEQUAL_-1204505293'), (u'PTRSUB_-1204504967', u'PTRSUB_-1204504997'), (u'LOAD_-1204505438', u'COPY_-1204505081'), ('const-0', u'RETURN_-1204505190'), ('const-0', u'PTRSUB_-1204505078'), (u'PTRSUB_-1204504997', u'STORE_-1204505319'), ('const-176', u'PTRSUB_-1204505054'), (u'PTRSUB_-1204504987', u'INT_NOTEQUAL_-1204505293'), ('const-0', u'PTRSUB_-1204504992'), ('const-176', u'PTRSUB_-1204504999'), (u'PTRSUB_-1204504912', u'STORE_-1204505243'), ('const-433', u'STORE_-1204505243'), ('const-0', u'COPY_-1204505155'), (u'PTRSUB_-1204504944', u'PTRSUB_-1204504934'), ('tmp_360', u'PTRSUB_-1204505021'), ('tmp_240', u'CBRANCH_-1204505292'), (u'PTRSUB_-1204504949', u'CAST_-1204504924'), ('tmp_360', u'CAST_-1204504904'), (u'CAST_-1204504924', u'CALL_-1204505258'), ('tmp_360', u'PTRSUB_-1204505096'), ('const-0', u'PTRSUB_-1204504979'), ('const-32', u'PTRSUB_-1204504967'), (u'LOAD_-1204505354', u'CALL_-1204505285'), ('const-0', u'CALL_-1204505356'), ('const-40', u'PTRSUB_-1204504979'), (u'MULTIEQUAL_-1204505098', u'PTRSUB_-1204505080'), ('const-0', u'PTRSUB_-1204504943'), (u'PTRSUB_-1204504915', u'PTRSUB_-1204504912'), ('tmp_360', u'PTRSUB_-1204505054'), (u'PTRSUB_-1204505054', u'PTRSUB_-1204505034'), ('tmp_360', u'PTRSUB_-1204505100'), ('const-0', u'PTRSUB_-1204505010'), ('const-433', u'LOAD_-1204505438'), ('const-0', u'PTRSUB_-1204504967'), ('const-0', u'PTRSUB_-1204504968'), ('const-433', u'STORE_-1204505467'), (u'CAST_-1204504928', u'STORE_-1204505268'), ('const-4414320', u'PTRSUB_-1204504967'), ('const-0', u'PTRSUB_-1204505074'), (u'PTRSUB_-1204504931', u'STORE_-1204505268'), (u'COPY_-1204505081', u'MULTIEQUAL_-1204505098'), ('const-0', u'PTRSUB_-1204504925'), ('tmp_83', u'CBRANCH_-1204505439'), ('const-0', u'PTRSUB_-1204505043'), (u'PTRSUB_-1204505050', u'STORE_-1204505467'), (u'PTRSUB_-1204504925', u'PTRSUB_-1204504915'), (u'PTRSUB_-1204505100', u'PTRSUB_-1204505078'), (u'PTRSUB_-1204504968', u'PTRSUB_-1204504949'), ('const-0', u'PTRSUB_-1204504962'), (u'PTRSUB_-1204504943', u'PTRSUB_-1204504925'), ('const-176', u'PTRSUB_-1204505030'), ('const-32', u'PTRSUB_-1204505056'), (u'COPY_-1204505099', u'MULTIEQUAL_-1204505098'), ('const-433', u'STORE_-1204505319'), ('const-433', u'STORE_-1204505268'), ('const-433', u'LOAD_-1204505394'), (u'MULTIEQUAL_-1204505037', u'CALL_-1204505258'), (u'PTRSUB_-1204504967', u'CAST_-1204504908'), ('const-0', u'PTRSUB_-1204505100'), ('const-0', u'PTRSUB_-1204504931'), ('const-0', u'PTRSUB_-1204504915'), (u'INT_NOTEQUAL_-1204505440', u'CBRANCH_-1204505439'), ('const-24', u'PTRSUB_-1204505026'), ('const-0', u'PTRSUB_-1204504944'), ('tmp_360', u'PTRSUB_-1204505063'), ('tmp_360', u'PTRSUB_-1204504999'), ('tmp_360', u'PTRSUB_-1204504968'), ('const-4424224', u'PTRSUB_-1204505101'), (u'PTRSUB_-1204505030', u'PTRSUB_-1204505010'), (u'PTRSUB_-1204505021', u'PTRSUB_-1204505001'), (u'PTRSUB_-1204505043', u'PTRSUB_-1204505026'), ('const-433', u'LOAD_-1204505463'), ('const-0', u'PTRSUB_-1204505001'), ('const-0', u'PTRSUB_-1204505101'), (u'PTRSUB_-1204504979', u'STORE_-1204505333'), (u'PTRSUB_-1204505078', u'PTRSUB_-1204505060'), ('const-0', u'PTRSUB_-1204504912'), (u'PTRSUB_-1204504984', u'CAST_-1204504928'), (u'PTRSUB_-1204504979', u'PTRSUB_-1204504967'), ('const-433', u'LOAD_-1204505354'), (u'CALL_-1204505285', u'INDIRECT_-1204505040'), (u'CAST_-1204504904', u'CALL_-1204505233'), (u'PTRSUB_-1204505094', u'LOAD_-1204505463'), (u'CAST_-1204505047', u'STORE_-1204505467'), ('const-0', u'STORE_-1204505319'), ('tmp_360', u'CALL_-1204505194'), ('const-176', u'PTRSUB_-1204505063'), (u'PTRSUB_-1204505060', u'PTRSUB_-1204505050'), (u'MULTIEQUAL_-1204505098', u'INT_NOTEQUAL_-1204505440'), ('const-0', u'PTRSUB_-1204505080'), ('const-88', u'PTRSUB_-1204504949'), ('tmp_360', u'PTRSUB_-1204504962'), (u'PTRSUB_-1204505101', u'CAST_-1204505047'), ('const-0', u'STORE_-1204505333'), (u'PTRSUB_-1204504934', u'PTRSUB_-1204504931'), (u'PTRSUB_-1204504992', u'PTRSUB_-1204504979'), (u'PTRSUB_-1204504995', u'LOAD_-1204505354'), ('tmp_360', u'PTRSUB_-1204504943'), ('const-0', u'PTRSUB_-1204505060'), (u'PTRSUB_-1204504962', u'PTRSUB_-1204504944'), (u'PTRSUB_-1204505080', u'LOAD_-1204505438'), ('tmp_360', u'PTRSUB_-1204505012')] | [('const-433', u'LOAD_-1204505394'), ('tmp_83', u'CBRANCH_-1204505439'), (u'CAST_-1204505085', u'MULTIEQUAL_-1204505106'), ('const-433', u'STORE_-1204505319'), ('const-433', u'STORE_-1204505243'), ('const-8', u'INT_MULT_-1204505343'), (u'LOAD_-1204505404', u'INT_MULT_-1204505343'), ('const-4424224', u'PTRSUB_-1204505109'), ('tmp_756', u'STORE_-1204505467'), ('const-0', u'INT_NOTEQUAL_-1204505440'), (u'INT_MULT_-1204505343', u'CALL_-1204505356'), ('const-27', u'PTRADD_-1204505029'), ('tmp_756', u'CALL_-1204505194'), ('const-4414320', u'PTRSUB_-1204504975'), ('tmp_756', u'PTRADD_-1204504988'), (u'MULTIEQUAL_-1204505106', u'INT_NOTEQUAL_-1204505440'), ('tmp_756', u'PTRADD_-1204505106'), (u'PTRSUB_-1204504992', u'STORE_-1204505268'), ('const-433', u'LOAD_-1204505438'), ('const-0', u'STORE_-1204505319'), ('const-24', u'PTRADD_-1204505068'), ('tmp_756', u'PTRADD_-1204505076'), ('tmp_756', u'STORE_-1204505268'), ('const-8', u'PTRADD_-1204505017'), (u'INT_NOTEQUAL_-1204505293', u'CBRANCH_-1204505292'), (u'PTRADD_-1204505106', u'LOAD_-1204505463'), ('const-0', u'PTRSUB_-1204504975'), ('tmp_756', u'PTRADD_-1204505037'), (u'INT_NOTEQUAL_-1204505440', u'CBRANCH_-1204505439'), (u'PTRADD_-1204505017', u'STORE_-1204505319'), ('tmp_756', u'CALL_-1204505233'), ('tmp_756', u'PTRADD_-1204505029'), ('tmp_756', u'STORE_-1204505243'), (u'MULTIEQUAL_-1204505106', u'LOAD_-1204505438'), (u'PTRADD_-1204504988', u'CALL_-1204505258'), (u'LOAD_-1204505463', u'CAST_-1204505099'), (u'PTRADD_-1204505037', u'INT_NOTEQUAL_-1204505293'), ('const-8', u'PTRADD_-1204504988'), ('const-26', u'PTRADD_-1204505106'), ('const-0', u'RETURN_-1204505190'), ('const-30', u'PTRADD_-1204505037'), (u'CAST_-1204505099', u'MULTIEQUAL_-1204505106'), (u'LOAD_-1204505394', u'CAST_-1204505061'), (u'CAST_-1204505061', u'CALL_-1204505356'), ('const-433', u'STORE_-1204505333'), ('const-433', u'STORE_-1204505467'), (u'PTRADD_-1204505076', u'LOAD_-1204505404'), ('const-8', u'PTRADD_-1204505076'), (u'LOAD_-1204505354', u'CAST_-1204505038'), ('tmp_756', u'PTRADD_-1204505017'), (u'LOAD_-1204505438', u'CAST_-1204505085'), ('const-8', u'PTRADD_-1204505037'), ('const-0', u'CALL_-1204505356'), ('const-26', u'PTRADD_-1204505017'), ('tmp_240', u'CBRANCH_-1204505292'), ('const-25', u'PTRADD_-1204505076'), (u'PTRADD_-1204505029', u'STORE_-1204505333'), ('const-0', u'PTRSUB_-1204504992'), ('const-8', u'PTRADD_-1204505106'), ('const-8', u'PTRADD_-1204505045'), ('const-8', u'PTRADD_-1204505029'), ('const-0', u'STORE_-1204505333'), (u'CAST_-1204505038', u'INT_NOTEQUAL_-1204505293'), ('const-11', u'PTRADD_-1204504988'), ('const-4423992', u'PTRSUB_-1204504992'), ('const-24', u'PTRADD_-1204505045'), ('const-248', u'CALL_-1204505194'), (u'PTRSUB_-1204505109', u'STORE_-1204505467'), ('tmp_756', u'PTRADD_-1204505045'), ('const-8', u'PTRADD_-1204505068'), ('const-433', u'STORE_-1204505268'), ('const-0', u'PTRSUB_-1204505109'), (u'PTRADD_-1204505068', u'LOAD_-1204505394'), ('const-433', u'LOAD_-1204505354'), ('tmp_756', u'PTRADD_-1204505068'), (u'PTRADD_-1204505045', u'LOAD_-1204505354'), ('const-433', u'LOAD_-1204505404'), (u'PTRSUB_-1204504975', u'STORE_-1204505243'), ('const-433', u'LOAD_-1204505463')] | null | null | 002bb460 | x64 | O2 | (translation_unit "void FUN_002bb460(undefined8 *param_1)\n\n{\n undefined8 *puVar1;\n \n *param_1 = &PTR_FUN_00438220;\n puVar1 = (undefined8 *)param_1[0x1a];\n while (puVar1 != (undefined8 *)0x0) {\n puVar1 = (undefined8 *)*puVar1;\n FUN_002dac70();\n }\n memset((void *)param_1[0x18],0,param_1[0x19] * 8);\n param_1[0x1b] = 0;\n param_1[0x1a] = 0;\n if ((undefined8 *)param_1[0x18] != param_1 + 0x1e) {\n FUN_002dac70();\n }\n *param_1 = &DAT_00438138;\n FUN_00209dc0(param_1 + 0xb);\n *param_1 = &DAT_00435b70;\n FUN_001f5370(param_1);\n thunk_FUN_002dac70(param_1,0xf8);\n return;\n}\n\n" (function_definition "void FUN_002bb460(undefined8 *param_1)\n\n{\n undefined8 *puVar1;\n \n *param_1 = &PTR_FUN_00438220;\n puVar1 = (undefined8 *)param_1[0x1a];\n while (puVar1 != (undefined8 *)0x0) {\n puVar1 = (undefined8 *)*puVar1;\n FUN_002dac70();\n }\n memset((void *)param_1[0x18],0,param_1[0x19] * 8);\n param_1[0x1b] = 0;\n param_1[0x1a] = 0;\n if ((undefined8 *)param_1[0x18] != param_1 + 0x1e) {\n FUN_002dac70();\n }\n *param_1 = &DAT_00438138;\n FUN_00209dc0(param_1 + 0xb);\n *param_1 = &DAT_00435b70;\n FUN_001f5370(param_1);\n thunk_FUN_002dac70(param_1,0xf8);\n return;\n}" primitive_type (function_declarator "FUN_002bb460(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n undefined8 *puVar1;\n \n *param_1 = &PTR_FUN_00438220;\n puVar1 = (undefined8 *)param_1[0x1a];\n while (puVar1 != (undefined8 *)0x0) {\n puVar1 = (undefined8 *)*puVar1;\n FUN_002dac70();\n }\n memset((void *)param_1[0x18],0,param_1[0x19] * 8);\n param_1[0x1b] = 0;\n param_1[0x1a] = 0;\n if ((undefined8 *)param_1[0x18] != param_1 + 0x1e) {\n FUN_002dac70();\n }\n *param_1 = &DAT_00438138;\n FUN_00209dc0(param_1 + 0xb);\n *param_1 = &DAT_00435b70;\n FUN_001f5370(param_1);\n thunk_FUN_002dac70(param_1,0xf8);\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (expression_statement "*param_1 = &PTR_FUN_00438220;" (assignment_expression "*param_1 = &PTR_FUN_00438220" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00438220" & identifier)) ;) (expression_statement "puVar1 = (undefined8 *)param_1[0x1a];" (assignment_expression "puVar1 = (undefined8 *)param_1[0x1a]" identifier = (cast_expression "(undefined8 *)param_1[0x1a]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0x1a]" identifier [ number_literal ]))) ;) (while_statement "while (puVar1 != (undefined8 *)0x0) {\n puVar1 = (undefined8 *)*puVar1;\n FUN_002dac70();\n }" while (parenthesized_expression "(puVar1 != (undefined8 *)0x0)" ( (binary_expression "puVar1 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar1 = (undefined8 *)*puVar1;\n FUN_002dac70();\n }" { (expression_statement "puVar1 = (undefined8 *)*puVar1;" (assignment_expression "puVar1 = (undefined8 *)*puVar1" identifier = (cast_expression "(undefined8 *)*puVar1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar1" * identifier))) ;) (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "memset((void *)param_1[0x18],0,param_1[0x19] * 8);" (call_expression "memset((void *)param_1[0x18],0,param_1[0x19] * 8)" identifier (argument_list "((void *)param_1[0x18],0,param_1[0x19] * 8)" ( (cast_expression "(void *)param_1[0x18]" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0x18]" identifier [ number_literal ])) , number_literal , (binary_expression "param_1[0x19] * 8" (subscript_expression "param_1[0x19]" 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[0x1a] = 0;" (assignment_expression "param_1[0x1a] = 0" (subscript_expression "param_1[0x1a]" identifier [ number_literal ]) = number_literal) ;) (if_statement "if ((undefined8 *)param_1[0x18] != param_1 + 0x1e) {\n FUN_002dac70();\n }" if (parenthesized_expression "((undefined8 *)param_1[0x18] != param_1 + 0x1e)" ( (binary_expression "(undefined8 *)param_1[0x18] != param_1 + 0x1e" (cast_expression "(undefined8 *)param_1[0x18]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0x18]" identifier [ number_literal ])) != (binary_expression "param_1 + 0x1e" identifier + number_literal)) )) (compound_statement "{\n FUN_002dac70();\n }" { (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "*param_1 = &DAT_00438138;" (assignment_expression "*param_1 = &DAT_00438138" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_00438138" & identifier)) ;) (expression_statement "FUN_00209dc0(param_1 + 0xb);" (call_expression "FUN_00209dc0(param_1 + 0xb)" identifier (argument_list "(param_1 + 0xb)" ( (binary_expression "param_1 + 0xb" identifier + number_literal) ))) ;) (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(param_1);" (call_expression "FUN_001f5370(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (expression_statement "thunk_FUN_002dac70(param_1,0xf8);" (call_expression "thunk_FUN_002dac70(param_1,0xf8)" identifier (argument_list "(param_1,0xf8)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* DWARF original prototype: void ~Output_merge_data(Output_merge_data * this, int __in_chrg) */\n\nvoid __thiscall gold::Output_merge_data::~Output_merge_data(Output_merge_data *this,int __in_chrg)\n\n{\n _Hash_node_base *p_Var1;\n __bucket_type *pp_Var2;\n _Hash_node_base *p_Var3;\n int __in_chrg_00;\n \n (this->super_Output_merge_base).super_Output_section_data.super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&PTR__Output_merge_data_00438220;\n p_Var3 = (this->hashtable_)._M_h._M_before_begin._M_nxt;\n while (p_Var3 != (_Hash_node_base *)0x0) {\n p_Var1 = p_Var3->_M_nxt;\n operator_delete(p_Var3);\n p_Var3 = p_Var1;\n }\n __in_chrg_00 = 0;\n memset((this->hashtable_)._M_h._M_buckets,0,(this->hashtable_)._M_h._M_bucket_count * 8);\n pp_Var2 = (this->hashtable_)._M_h._M_buckets;\n (this->hashtable_)._M_h._M_element_count = 0;\n (this->hashtable_)._M_h._M_before_begin._M_nxt = (_Hash_node_base *)0x0;\n if (pp_Var2 != &(this->hashtable_)._M_h._M_single_bucket) {\n operator_delete(pp_Var2);\n }\n (this->super_Output_merge_base).super_Output_section_data.super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&DAT_00438138;\n std::\n _Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>,_std::__detail::_Identity,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n ::~_Hashtable((_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>,_std::__detail::_Identity,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&(this->super_Output_merge_base).input_sections_,__in_chrg_00);\n (this->super_Output_merge_base).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_00);\n operator_delete(this,0xf8);\n return;\n}\n\n" comment (function_definition "void __thiscall gold::Output_merge_data::~Output_merge_data(Output_merge_data *this,int __in_chrg)\n\n{\n _Hash_node_base *p_Var1;\n __bucket_type *pp_Var2;\n _Hash_node_base *p_Var3;\n int __in_chrg_00;\n \n (this->super_Output_merge_base).super_Output_section_data.super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&PTR__Output_merge_data_00438220;\n p_Var3 = (this->hashtable_)._M_h._M_before_begin._M_nxt;\n while (p_Var3 != (_Hash_node_base *)0x0) {\n p_Var1 = p_Var3->_M_nxt;\n operator_delete(p_Var3);\n p_Var3 = p_Var1;\n }\n __in_chrg_00 = 0;\n memset((this->hashtable_)._M_h._M_buckets,0,(this->hashtable_)._M_h._M_bucket_count * 8);\n pp_Var2 = (this->hashtable_)._M_h._M_buckets;\n (this->hashtable_)._M_h._M_element_count = 0;\n (this->hashtable_)._M_h._M_before_begin._M_nxt = (_Hash_node_base *)0x0;\n if (pp_Var2 != &(this->hashtable_)._M_h._M_single_bucket) {\n operator_delete(pp_Var2);\n }\n (this->super_Output_merge_base).super_Output_section_data.super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&DAT_00438138;\n std::\n _Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>,_std::__detail::_Identity,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n ::~_Hashtable((_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>,_std::__detail::_Identity,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&(this->super_Output_merge_base).input_sections_,__in_chrg_00);\n (this->super_Output_merge_base).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_00);\n operator_delete(this,0xf8);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Output_merge_data::~" identifier : : identifier : : ~) (function_declarator "Output_merge_data(Output_merge_data *this,int __in_chrg)" identifier (parameter_list "(Output_merge_data *this,int __in_chrg)" ( (parameter_declaration "Output_merge_data *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n _Hash_node_base *p_Var1;\n __bucket_type *pp_Var2;\n _Hash_node_base *p_Var3;\n int __in_chrg_00;\n \n (this->super_Output_merge_base).super_Output_section_data.super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&PTR__Output_merge_data_00438220;\n p_Var3 = (this->hashtable_)._M_h._M_before_begin._M_nxt;\n while (p_Var3 != (_Hash_node_base *)0x0) {\n p_Var1 = p_Var3->_M_nxt;\n operator_delete(p_Var3);\n p_Var3 = p_Var1;\n }\n __in_chrg_00 = 0;\n memset((this->hashtable_)._M_h._M_buckets,0,(this->hashtable_)._M_h._M_bucket_count * 8);\n pp_Var2 = (this->hashtable_)._M_h._M_buckets;\n (this->hashtable_)._M_h._M_element_count = 0;\n (this->hashtable_)._M_h._M_before_begin._M_nxt = (_Hash_node_base *)0x0;\n if (pp_Var2 != &(this->hashtable_)._M_h._M_single_bucket) {\n operator_delete(pp_Var2);\n }\n (this->super_Output_merge_base).super_Output_section_data.super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&DAT_00438138;\n std::\n _Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>,_std::__detail::_Identity,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n ::~_Hashtable((_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>,_std::__detail::_Identity,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&(this->super_Output_merge_base).input_sections_,__in_chrg_00);\n (this->super_Output_merge_base).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_00);\n operator_delete(this,0xf8);\n return;\n}" { (declaration "_Hash_node_base *p_Var1;" type_identifier (pointer_declarator "*p_Var1" * identifier) ;) (declaration "__bucket_type *pp_Var2;" type_identifier (pointer_declarator "*pp_Var2" * identifier) ;) (declaration "_Hash_node_base *p_Var3;" type_identifier (pointer_declarator "*p_Var3" * identifier) ;) (declaration "int __in_chrg_00;" primitive_type identifier ;) (expression_statement "(this->super_Output_merge_base).super_Output_section_data.super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&PTR__Output_merge_data_00438220;" (assignment_expression "(this->super_Output_merge_base).super_Output_section_data.super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&PTR__Output_merge_data_00438220" (field_expression "(this->super_Output_merge_base).super_Output_section_data.super_Output_data._vptr_Output_data" (field_expression "(this->super_Output_merge_base).super_Output_section_data.super_Output_data" (field_expression "(this->super_Output_merge_base).super_Output_section_data" (parenthesized_expression "(this->super_Output_merge_base)" ( (field_expression "this->super_Output_merge_base" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) = (cast_expression "(_func_int_varargs **)&PTR__Output_merge_data_00438220" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR__Output_merge_data_00438220" & identifier))) ;) (expression_statement "p_Var3 = (this->hashtable_)._M_h._M_before_begin._M_nxt;" (assignment_expression "p_Var3 = (this->hashtable_)._M_h._M_before_begin._M_nxt" identifier = (field_expression "(this->hashtable_)._M_h._M_before_begin._M_nxt" (field_expression "(this->hashtable_)._M_h._M_before_begin" (field_expression "(this->hashtable_)._M_h" (parenthesized_expression "(this->hashtable_)" ( (field_expression "this->hashtable_" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (while_statement "while (p_Var3 != (_Hash_node_base *)0x0) {\n p_Var1 = p_Var3->_M_nxt;\n operator_delete(p_Var3);\n p_Var3 = p_Var1;\n }" while (parenthesized_expression "(p_Var3 != (_Hash_node_base *)0x0)" ( (binary_expression "p_Var3 != (_Hash_node_base *)0x0" identifier != (cast_expression "(_Hash_node_base *)0x0" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n p_Var1 = p_Var3->_M_nxt;\n operator_delete(p_Var3);\n p_Var3 = p_Var1;\n }" { (expression_statement "p_Var1 = p_Var3->_M_nxt;" (assignment_expression "p_Var1 = p_Var3->_M_nxt" identifier = (field_expression "p_Var3->_M_nxt" identifier -> field_identifier)) ;) (expression_statement "operator_delete(p_Var3);" (call_expression "operator_delete(p_Var3)" identifier (argument_list "(p_Var3)" ( identifier ))) ;) (expression_statement "p_Var3 = p_Var1;" (assignment_expression "p_Var3 = p_Var1" identifier = identifier) ;) })) (expression_statement "__in_chrg_00 = 0;" (assignment_expression "__in_chrg_00 = 0" identifier = number_literal) ;) (expression_statement "memset((this->hashtable_)._M_h._M_buckets,0,(this->hashtable_)._M_h._M_bucket_count * 8);" (call_expression "memset((this->hashtable_)._M_h._M_buckets,0,(this->hashtable_)._M_h._M_bucket_count * 8)" identifier (argument_list "((this->hashtable_)._M_h._M_buckets,0,(this->hashtable_)._M_h._M_bucket_count * 8)" ( (field_expression "(this->hashtable_)._M_h._M_buckets" (field_expression "(this->hashtable_)._M_h" (parenthesized_expression "(this->hashtable_)" ( (field_expression "this->hashtable_" identifier -> field_identifier) )) . field_identifier) . field_identifier) , number_literal , (binary_expression "(this->hashtable_)._M_h._M_bucket_count * 8" (field_expression "(this->hashtable_)._M_h._M_bucket_count" (field_expression "(this->hashtable_)._M_h" (parenthesized_expression "(this->hashtable_)" ( (field_expression "this->hashtable_" identifier -> field_identifier) )) . field_identifier) . field_identifier) * number_literal) ))) ;) (expression_statement "pp_Var2 = (this->hashtable_)._M_h._M_buckets;" (assignment_expression "pp_Var2 = (this->hashtable_)._M_h._M_buckets" identifier = (field_expression "(this->hashtable_)._M_h._M_buckets" (field_expression "(this->hashtable_)._M_h" (parenthesized_expression "(this->hashtable_)" ( (field_expression "this->hashtable_" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "(this->hashtable_)._M_h._M_element_count = 0;" (assignment_expression "(this->hashtable_)._M_h._M_element_count = 0" (field_expression "(this->hashtable_)._M_h._M_element_count" (field_expression "(this->hashtable_)._M_h" (parenthesized_expression "(this->hashtable_)" ( (field_expression "this->hashtable_" identifier -> field_identifier) )) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "(this->hashtable_)._M_h._M_before_begin._M_nxt = (_Hash_node_base *)0x0;" (assignment_expression "(this->hashtable_)._M_h._M_before_begin._M_nxt = (_Hash_node_base *)0x0" (field_expression "(this->hashtable_)._M_h._M_before_begin._M_nxt" (field_expression "(this->hashtable_)._M_h._M_before_begin" (field_expression "(this->hashtable_)._M_h" (parenthesized_expression "(this->hashtable_)" ( (field_expression "this->hashtable_" 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)) ;) (if_statement "if (pp_Var2 != &(this->hashtable_)._M_h._M_single_bucket) {\n operator_delete(pp_Var2);\n }" if (parenthesized_expression "(pp_Var2 != &(this->hashtable_)._M_h._M_single_bucket)" ( (binary_expression "pp_Var2 != &(this->hashtable_)._M_h._M_single_bucket" identifier != (pointer_expression "&(this->hashtable_)._M_h._M_single_bucket" & (field_expression "(this->hashtable_)._M_h._M_single_bucket" (field_expression "(this->hashtable_)._M_h" (parenthesized_expression "(this->hashtable_)" ( (field_expression "this->hashtable_" identifier -> field_identifier) )) . field_identifier) . field_identifier))) )) (compound_statement "{\n operator_delete(pp_Var2);\n }" { (expression_statement "operator_delete(pp_Var2);" (call_expression "operator_delete(pp_Var2)" identifier (argument_list "(pp_Var2)" ( identifier ))) ;) })) (expression_statement "(this->super_Output_merge_base).super_Output_section_data.super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&DAT_00438138;" (assignment_expression "(this->super_Output_merge_base).super_Output_section_data.super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&DAT_00438138" (field_expression "(this->super_Output_merge_base).super_Output_section_data.super_Output_data._vptr_Output_data" (field_expression "(this->super_Output_merge_base).super_Output_section_data.super_Output_data" (field_expression "(this->super_Output_merge_base).super_Output_section_data" (parenthesized_expression "(this->super_Output_merge_base)" ( (field_expression "this->super_Output_merge_base" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) = (cast_expression "(_func_int_varargs **)&DAT_00438138" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&DAT_00438138" & identifier))) ;) (ERROR "std::\n _Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>,_std::__detail::_Identity,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::" (comma_expression "std::\n _Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std" identifier (ERROR "::\n _Hashtable<std::pair<gold::Relobj*,_unsigned_int>" : : (binary_expression "_Hashtable<std" identifier < identifier) : : (binary_expression "pair<gold" identifier < identifier) : : identifier * , identifier >) , identifier) : : (binary_expression "pair<gold" identifier < identifier) : : (binary_expression "Relobj*,_unsigned_int>,_std" (binary_expression "Relobj*,_unsigned_int" identifier * (ERROR "," ,) identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (binary_expression "pair<gold" identifier < identifier) : : (binary_expression "Relobj*,_unsigned_int>_>,_std" (binary_expression "Relobj*,_unsigned_int>_" (binary_expression "Relobj*,_unsigned_int" identifier * (ERROR "," ,) identifier) > identifier) > (ERROR "," ,) identifier) : : (comma_expression "__detail::_Identity,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold" identifier (ERROR "::_Identity,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>" : : (comma_expression "_Identity,_std" identifier , identifier) : : (binary_expression "equal_to<std" identifier < identifier) : : (binary_expression "pair<gold" identifier < identifier) : : identifier * , (binary_expression "_unsigned_int>_" identifier > identifier) >) , identifier) : : (comma_expression "Section_id_hash,_std" identifier , 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::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>,_std::__detail::_Identity,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&(this->super_Output_merge_base).input_sections_,__in_chrg_00);" 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::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>,_std::__detail::_Identity,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&(this->super_Output_merge_base).input_sections_,__in_chrg_00);" 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::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>,_std::__detail::_Identity,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&(this->super_Output_merge_base).input_sections_,__in_chrg_00);" 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::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>,_std::__detail::_Identity,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&(this->super_Output_merge_base).input_sections_,__in_chrg_00);" statement_identifier : (ERROR ":" :) (expression_statement "_Hashtable_traits<true,_true,_true>_>\n ::~_Hashtable((_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>,_std::__detail::_Identity,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&(this->super_Output_merge_base).input_sections_,__in_chrg_00);" (comma_expression "_Hashtable_traits<true,_true,_true>_>\n ::~_Hashtable((_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>,_std::__detail::_Identity,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&(this->super_Output_merge_base).input_sections_,__in_chrg_00)" (binary_expression "_Hashtable_traits<true" identifier < true) , (comma_expression "_true,_true>_>\n ::~_Hashtable((_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>,_std::__detail::_Identity,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&(this->super_Output_merge_base).input_sections_,__in_chrg_00)" identifier , (binary_expression "_true>_>\n ::~_Hashtable((_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>,_std::__detail::_Identity,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&(this->super_Output_merge_base).input_sections_,__in_chrg_00)" (binary_expression "_true>_" identifier > identifier) > (ERROR "::" : :) (unary_expression "~_Hashtable((_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>,_std::__detail::_Identity,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&(this->super_Output_merge_base).input_sections_,__in_chrg_00)" ~ (call_expression "_Hashtable((_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>,_std::__detail::_Identity,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&(this->super_Output_merge_base).input_sections_,__in_chrg_00)" identifier (argument_list "((_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>,_std::__detail::_Identity,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&(this->super_Output_merge_base).input_sections_,__in_chrg_00)" ( (binary_expression "(_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>,_std::__detail::_Identity,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&(this->super_Output_merge_base).input_sections_" (parenthesized_expression "(_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>,_std::__detail::_Identity,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)" ( (ERROR "_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>,_std::__detail::_Identity,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::" (comma_expression "_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>,_std::__detail::_Identity,_std" (binary_expression "_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>,_std" (binary_expression "_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_" (binary_expression "_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int" (binary_expression "_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold" (binary_expression "_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std" (binary_expression "_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std" (binary_expression "_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int" (binary_expression "_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold" (binary_expression "_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std" (binary_expression "_Hashtable<std::pair<gold::Relobj*,_unsigned_int" (binary_expression "_Hashtable<std::pair<gold" (binary_expression "_Hashtable<std" identifier < identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR "::Relobj" : : identifier) * (ERROR "," ,) identifier) > (ERROR "," ,) identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR "::Relobj" : : identifier) * (ERROR "," ,) identifier) > (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR "::Relobj" : : identifier) * (ERROR "," ,) identifier) > identifier) > (ERROR "," ,) identifier) (ERROR "::__detail::_Identity" : : identifier : : identifier) , identifier) : : (binary_expression "equal_to<std" identifier < identifier) : : (binary_expression "pair<gold" identifier < identifier) : : (type_descriptor "Relobj*" type_identifier (abstract_pointer_declarator "*" *)) , (binary_expression "_unsigned_int>_>,_gold" (binary_expression "_unsigned_int>_" identifier > identifier) > (ERROR "," ,) identifier) : : (comma_expression "Section_id_hash,_std" identifier , identifier) : : identifier : : (comma_expression "_Mod_range_hashing,_std" identifier , identifier) : : identifier : : (comma_expression "_Default_ranged_hash,_std" identifier , identifier) : : identifier : : (comma_expression "_Prime_rehash_policy,_std" identifier , identifier) : : identifier : :) (comma_expression "_Hashtable_traits<true,_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->super_Output_merge_base).input_sections_" (parenthesized_expression "(this->super_Output_merge_base)" ( (field_expression "this->super_Output_merge_base" identifier -> field_identifier) )) . field_identifier)) , identifier ))))))) ;))))) (expression_statement "(this->super_Output_merge_base).super_Output_section_data.super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&DAT_00435b70;" (assignment_expression "(this->super_Output_merge_base).super_Output_section_data.super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&DAT_00435b70" (field_expression "(this->super_Output_merge_base).super_Output_section_data.super_Output_data._vptr_Output_data" (field_expression "(this->super_Output_merge_base).super_Output_section_data.super_Output_data" (field_expression "(this->super_Output_merge_base).super_Output_section_data" (parenthesized_expression "(this->super_Output_merge_base)" ( (field_expression "this->super_Output_merge_base" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_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_00);" statement_identifier : (ERROR ":" :) (expression_statement "~Output_data((Output_data *)this,__in_chrg_00);" (unary_expression "~Output_data((Output_data *)this,__in_chrg_00)" ~ (call_expression "Output_data((Output_data *)this,__in_chrg_00)" identifier (argument_list "((Output_data *)this,__in_chrg_00)" ( (cast_expression "(Output_data *)this" ( (type_descriptor "Output_data *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier )))) ;)) (expression_statement "operator_delete(this,0xf8);" (call_expression "operator_delete(this,0xf8)" identifier (argument_list "(this,0xf8)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void FUN_002bb460(undefined8 *param_1)\n\n{\n undefined8 *puVar1;\n \n *param_1 = &PTR_FUN_00438220;\n puVar1 = (undefined8 *)param_1[0x1a];\n while (puVar1 != (undefined8 *)0x0) {\n puVar1 = (undefined8 *)*puVar1;\n FUN_002dac70();\n }\n memset((void *)param_1[0x18],0,param_1[0x19] * 8);\n param_1[0x1b] = 0;\n param_1[0x1a] = 0;\n if ((undefined8 *)param_1[0x18] != param_1 + 0x1e) {\n FUN_002dac70();\n }\n *param_1 = &DAT_00438138;\n FUN_00209dc0(param_1 + 0xb);\n *param_1 = &DAT_00435b70;\n FUN_001f5370(param_1);\n thunk_FUN_002dac70(param_1,0xf8);\n return;\n}\n\n" (function_definition "void FUN_002bb460(undefined8 *param_1)\n\n{\n undefined8 *puVar1;\n \n *param_1 = &PTR_FUN_00438220;\n puVar1 = (undefined8 *)param_1[0x1a];\n while (puVar1 != (undefined8 *)0x0) {\n puVar1 = (undefined8 *)*puVar1;\n FUN_002dac70();\n }\n memset((void *)param_1[0x18],0,param_1[0x19] * 8);\n param_1[0x1b] = 0;\n param_1[0x1a] = 0;\n if ((undefined8 *)param_1[0x18] != param_1 + 0x1e) {\n FUN_002dac70();\n }\n *param_1 = &DAT_00438138;\n FUN_00209dc0(param_1 + 0xb);\n *param_1 = &DAT_00435b70;\n FUN_001f5370(param_1);\n thunk_FUN_002dac70(param_1,0xf8);\n return;\n}" primitive_type (function_declarator "FUN_002bb460(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n undefined8 *puVar1;\n \n *param_1 = &PTR_FUN_00438220;\n puVar1 = (undefined8 *)param_1[0x1a];\n while (puVar1 != (undefined8 *)0x0) {\n puVar1 = (undefined8 *)*puVar1;\n FUN_002dac70();\n }\n memset((void *)param_1[0x18],0,param_1[0x19] * 8);\n param_1[0x1b] = 0;\n param_1[0x1a] = 0;\n if ((undefined8 *)param_1[0x18] != param_1 + 0x1e) {\n FUN_002dac70();\n }\n *param_1 = &DAT_00438138;\n FUN_00209dc0(param_1 + 0xb);\n *param_1 = &DAT_00435b70;\n FUN_001f5370(param_1);\n thunk_FUN_002dac70(param_1,0xf8);\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (expression_statement "*param_1 = &PTR_FUN_00438220;" (assignment_expression "*param_1 = &PTR_FUN_00438220" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00438220" & identifier)) ;) (expression_statement "puVar1 = (undefined8 *)param_1[0x1a];" (assignment_expression "puVar1 = (undefined8 *)param_1[0x1a]" identifier = (cast_expression "(undefined8 *)param_1[0x1a]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0x1a]" identifier [ number_literal ]))) ;) (while_statement "while (puVar1 != (undefined8 *)0x0) {\n puVar1 = (undefined8 *)*puVar1;\n FUN_002dac70();\n }" while (parenthesized_expression "(puVar1 != (undefined8 *)0x0)" ( (binary_expression "puVar1 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar1 = (undefined8 *)*puVar1;\n FUN_002dac70();\n }" { (expression_statement "puVar1 = (undefined8 *)*puVar1;" (assignment_expression "puVar1 = (undefined8 *)*puVar1" identifier = (cast_expression "(undefined8 *)*puVar1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar1" * identifier))) ;) (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "memset((void *)param_1[0x18],0,param_1[0x19] * 8);" (call_expression "memset((void *)param_1[0x18],0,param_1[0x19] * 8)" identifier (argument_list "((void *)param_1[0x18],0,param_1[0x19] * 8)" ( (cast_expression "(void *)param_1[0x18]" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0x18]" identifier [ number_literal ])) , number_literal , (binary_expression "param_1[0x19] * 8" (subscript_expression "param_1[0x19]" 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[0x1a] = 0;" (assignment_expression "param_1[0x1a] = 0" (subscript_expression "param_1[0x1a]" identifier [ number_literal ]) = number_literal) ;) (if_statement "if ((undefined8 *)param_1[0x18] != param_1 + 0x1e) {\n FUN_002dac70();\n }" if (parenthesized_expression "((undefined8 *)param_1[0x18] != param_1 + 0x1e)" ( (binary_expression "(undefined8 *)param_1[0x18] != param_1 + 0x1e" (cast_expression "(undefined8 *)param_1[0x18]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0x18]" identifier [ number_literal ])) != (binary_expression "param_1 + 0x1e" identifier + number_literal)) )) (compound_statement "{\n FUN_002dac70();\n }" { (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "*param_1 = &DAT_00438138;" (assignment_expression "*param_1 = &DAT_00438138" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_00438138" & identifier)) ;) (expression_statement "FUN_00209dc0(param_1 + 0xb);" (call_expression "FUN_00209dc0(param_1 + 0xb)" identifier (argument_list "(param_1 + 0xb)" ( (binary_expression "param_1 + 0xb" identifier + number_literal) ))) ;) (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(param_1);" (call_expression "FUN_001f5370(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (expression_statement "thunk_FUN_002dac70(param_1,0xf8);" (call_expression "thunk_FUN_002dac70(param_1,0xf8)" identifier (argument_list "(param_1,0xf8)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (while_statement while (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) , LIT , (binary_expression (subscript_expression IDENT [ LIT ]) * LIT) ))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_002bb460(undefined8 *param_1)\n\n{\n undefined8 *puVar1;\n \n *param_1 = &PTR_FUN_00438220;\n puVar1 = (undefined8 *)param_1[0x1a];\n while (puVar1 != (undefined8 *)0x0) {\n puVar1 = (undefined8 *)*puVar1;\n FUN_002dac70();\n }\n memset((void *)param_1[0x18],0,param_1[0x19] * 8);\n param_1[0x1b] = 0;\n param_1[0x1a] = 0;\n if ((undefined8 *)param_1[0x18] != param_1 + 0x1e) {\n FUN_002dac70();\n }\n *param_1 = &DAT_00438138;\n FUN_00209dc0(param_1 + 0xb);\n *param_1 = &DAT_00435b70;\n FUN_001f5370(param_1);\n thunk_FUN_002dac70(param_1,0xf8);\n return;\n}" (primitive_type "void") (function_declarator "FUN_002bb460(undefined8 *param_1)" (identifier "FUN_002bb460") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n undefined8 *puVar1;\n \n *param_1 = &PTR_FUN_00438220;\n puVar1 = (undefined8 *)param_1[0x1a];\n while (puVar1 != (undefined8 *)0x0) {\n puVar1 = (undefined8 *)*puVar1;\n FUN_002dac70();\n }\n memset((void *)param_1[0x18],0,param_1[0x19] * 8);\n param_1[0x1b] = 0;\n param_1[0x1a] = 0;\n if ((undefined8 *)param_1[0x18] != param_1 + 0x1e) {\n FUN_002dac70();\n }\n *param_1 = &DAT_00438138;\n FUN_00209dc0(param_1 + 0xb);\n *param_1 = &DAT_00435b70;\n FUN_001f5370(param_1);\n thunk_FUN_002dac70(param_1,0xf8);\n return;\n}" ({ "{") (declaration "undefined8 *puVar1;" (type_identifier "undefined8") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (expression_statement "*param_1 = &PTR_FUN_00438220;" (assignment_expression "*param_1 = &PTR_FUN_00438220" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00438220" (& "&") (identifier "PTR_FUN_00438220"))) (; ";")) (expression_statement "puVar1 = (undefined8 *)param_1[0x1a];" (assignment_expression "puVar1 = (undefined8 *)param_1[0x1a]" (identifier "puVar1") (= "=") (cast_expression "(undefined8 *)param_1[0x1a]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[0x1a]" (identifier "param_1") ([ "[") (number_literal "0x1a") (] "]")))) (; ";")) (while_statement "while (puVar1 != (undefined8 *)0x0) {\n puVar1 = (undefined8 *)*puVar1;\n FUN_002dac70();\n }" (while "while") (parenthesized_expression "(puVar1 != (undefined8 *)0x0)" (( "(") (binary_expression "puVar1 != (undefined8 *)0x0" (identifier "puVar1") (!= "!=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n puVar1 = (undefined8 *)*puVar1;\n FUN_002dac70();\n }" ({ "{") (expression_statement "puVar1 = (undefined8 *)*puVar1;" (assignment_expression "puVar1 = (undefined8 *)*puVar1" (identifier "puVar1") (= "=") (cast_expression "(undefined8 *)*puVar1" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar1" (* "*") (identifier "puVar1")))) (; ";")) (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" (identifier "FUN_002dac70") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "memset((void *)param_1[0x18],0,param_1[0x19] * 8);" (call_expression "memset((void *)param_1[0x18],0,param_1[0x19] * 8)" (identifier "memset") (argument_list "((void *)param_1[0x18],0,param_1[0x19] * 8)" (( "(") (cast_expression "(void *)param_1[0x18]" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[0x18]" (identifier "param_1") ([ "[") (number_literal "0x18") (] "]"))) (, ",") (number_literal "0") (, ",") (binary_expression "param_1[0x19] * 8" (subscript_expression "param_1[0x19]" (identifier "param_1") ([ "[") (number_literal "0x19") (] "]")) (* "*") (number_literal "8")) () ")"))) (; ";")) (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[0x1a] = 0;" (assignment_expression "param_1[0x1a] = 0" (subscript_expression "param_1[0x1a]" (identifier "param_1") ([ "[") (number_literal "0x1a") (] "]")) (= "=") (number_literal "0")) (; ";")) (if_statement "if ((undefined8 *)param_1[0x18] != param_1 + 0x1e) {\n FUN_002dac70();\n }" (if "if") (parenthesized_expression "((undefined8 *)param_1[0x18] != param_1 + 0x1e)" (( "(") (binary_expression "(undefined8 *)param_1[0x18] != param_1 + 0x1e" (cast_expression "(undefined8 *)param_1[0x18]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[0x18]" (identifier "param_1") ([ "[") (number_literal "0x18") (] "]"))) (!= "!=") (binary_expression "param_1 + 0x1e" (identifier "param_1") (+ "+") (number_literal "0x1e"))) () ")")) (compound_statement "{\n FUN_002dac70();\n }" ({ "{") (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" (identifier "FUN_002dac70") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "*param_1 = &DAT_00438138;" (assignment_expression "*param_1 = &DAT_00438138" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&DAT_00438138" (& "&") (identifier "DAT_00438138"))) (; ";")) (expression_statement "FUN_00209dc0(param_1 + 0xb);" (call_expression "FUN_00209dc0(param_1 + 0xb)" (identifier "FUN_00209dc0") (argument_list "(param_1 + 0xb)" (( "(") (binary_expression "param_1 + 0xb" (identifier "param_1") (+ "+") (number_literal "0xb")) () ")"))) (; ";")) (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(param_1);" (call_expression "FUN_001f5370(param_1)" (identifier "FUN_001f5370") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (expression_statement "thunk_FUN_002dac70(param_1,0xf8);" (call_expression "thunk_FUN_002dac70(param_1,0xf8)" (identifier "thunk_FUN_002dac70") (argument_list "(param_1,0xf8)" (( "(") (identifier "param_1") (, ",") (number_literal "0xf8") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* DWARF original prototype: void ~Output_merge_data(Output_merge_data * this, int __in_chrg) */
void __thiscall gold::function_1::~function_1(function_1 *this,int __in_chrg)
{
type_1 *p_Var1;
type_2 *var_4;
type_1 *var_1;
int __in_chrg_00;
(this->super_Output_merge_base).super_Output_section_data.super_Output_data._vptr_Output_data =
(type_3 **)&PTR__Output_merge_data_00438220;
var_1 = (this->hashtable_)._M_h._M_before_begin._M_nxt;
while (var_1 != (type_1 *)0x0) {
p_Var1 = var_1->_M_nxt;
var_2(var_1);
var_1 = p_Var1;
}
__in_chrg_00 = 0;
var_3((this->hashtable_)._M_h._M_buckets,0,(this->hashtable_)._M_h._M_bucket_count * 8);
var_4 = (this->hashtable_)._M_h._M_buckets;
(this->hashtable_)._M_h._M_element_count = 0;
(this->hashtable_)._M_h._M_before_begin._M_nxt = (type_1 *)0x0;
if (var_4 != &(this->hashtable_)._M_h._M_single_bucket) {
var_2(var_4);
}
(this->super_Output_merge_base).super_Output_section_data.super_Output_data._vptr_Output_data =
(type_3 **)&DAT_00438138;
std::
var_8<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>var_7>,_std::__detail::_Identity,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>var_7>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::var_5<true,var_6,var_6>var_7>
::~var_8((var_8<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>var_7>,_std::__detail::_Identity,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>var_7>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::var_5<true,var_6,var_6>var_7>
*)&(this->super_Output_merge_base).input_sections_,__in_chrg_00);
(this->super_Output_merge_base).super_Output_section_data.super_Output_data._vptr_Output_data =
(type_3 **)&DAT_00435b70;
Output_data::~var_9((var_9 *)this,__in_chrg_00);
var_2(this,0xf8);
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (while_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) (number_literal) (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement)))) | null |
void MASKED(undefined8 *param_1)
{
undefined8 *puVar1;
*param_1 = &PTR_FUN_00438220;
puVar1 = (undefined8 *)param_1[0x1a];
while (puVar1 != (undefined8 *)0x0) {
puVar1 = (undefined8 *)*puVar1;
FUN_002dac70();
}
memset((void *)param_1[0x18],0,param_1[0x19] * 8);
param_1[0x1b] = 0;
param_1[0x1a] = 0;
if ((undefined8 *)param_1[0x18] != param_1 + 0x1e) {
FUN_002dac70();
}
*param_1 = &DAT_00438138;
FUN_00209dc0(param_1 + 0xb);
*param_1 = &DAT_00435b70;
FUN_001f5370(param_1);
thunk_FUN_002dac70(param_1,0xf8);
return;
}
|
42_x86_64-linux-gnux32-objdump_and_x86_64-linux-gnux32-objdump_strip.c | snprintf | snprintf |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int snprintf(char *__s,size_t __maxlen,char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_snprintf_00155150)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int snprintf(char *__s,size_t __maxlen,char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_snprintf_00155150)();
return iVar1;
}
| JMP qword ptr [0x00155150] | null | null | null | null | [(u'CALLIND_-1206947160', u'RETURN_-1206947157'), ('tmp_44', u'CAST_-1206947091'), (u'CAST_-1206947091', u'CALLIND_-1206947160'), (u'INDIRECT_-1206947096', u'COPY_-1206947155'), ('const-0', u'RETURN_-1206947157'), (u'CALLIND_-1206947160', u'INDIRECT_-1206947096')] | [(u'CALLIND_-1206947160', u'RETURN_-1206947157'), ('tmp_44', u'CAST_-1206947091'), (u'CAST_-1206947091', u'CALLIND_-1206947160'), (u'INDIRECT_-1206947096', u'COPY_-1206947155'), ('const-0', u'RETURN_-1206947157'), (u'CALLIND_-1206947160', u'INDIRECT_-1206947096')] | null | null | 001072a0 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint snprintf(char *__s,size_t __maxlen,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_snprintf_00155150)();\n return iVar1;\n}\n\n" comment (function_definition "int snprintf(char *__s,size_t __maxlen,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_snprintf_00155150)();\n return iVar1;\n}" primitive_type (function_declarator "snprintf(char *__s,size_t __maxlen,char *__format,...)" identifier (parameter_list "(char *__s,size_t __maxlen,char *__format,...)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "size_t __maxlen" primitive_type identifier) , (parameter_declaration "char *__format" primitive_type (pointer_declarator "*__format" * identifier)) , (variadic_parameter "..." ...) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_snprintf_00155150)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_snprintf_00155150)();" (assignment_expression "iVar1 = (*(code *)PTR_snprintf_00155150)()" identifier = (call_expression "(*(code *)PTR_snprintf_00155150)()" (parenthesized_expression "(*(code *)PTR_snprintf_00155150)" ( (pointer_expression "*(code *)PTR_snprintf_00155150" * (cast_expression "(code *)PTR_snprintf_00155150" ( (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 snprintf(char *__s,size_t __maxlen,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_snprintf_00155150)();\n return iVar1;\n}\n\n" comment (function_definition "int snprintf(char *__s,size_t __maxlen,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_snprintf_00155150)();\n return iVar1;\n}" primitive_type (function_declarator "snprintf(char *__s,size_t __maxlen,char *__format,...)" identifier (parameter_list "(char *__s,size_t __maxlen,char *__format,...)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "size_t __maxlen" primitive_type identifier) , (parameter_declaration "char *__format" primitive_type (pointer_declarator "*__format" * identifier)) , (variadic_parameter "..." ...) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_snprintf_00155150)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_snprintf_00155150)();" (assignment_expression "iVar1 = (*(code *)PTR_snprintf_00155150)()" identifier = (call_expression "(*(code *)PTR_snprintf_00155150)()" (parenthesized_expression "(*(code *)PTR_snprintf_00155150)" ( (pointer_expression "*(code *)PTR_snprintf_00155150" * (cast_expression "(code *)PTR_snprintf_00155150" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) }))) | (translation_unit "int snprintf(char *__s,size_t __maxlen,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_snprintf_00155150)();\n return iVar1;\n}\n\n" (function_definition "int snprintf(char *__s,size_t __maxlen,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_snprintf_00155150)();\n return iVar1;\n}" primitive_type (function_declarator "snprintf(char *__s,size_t __maxlen,char *__format,...)" identifier (parameter_list "(char *__s,size_t __maxlen,char *__format,...)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "size_t __maxlen" primitive_type identifier) , (parameter_declaration "char *__format" primitive_type (pointer_declarator "*__format" * identifier)) , (variadic_parameter "..." ...) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_snprintf_00155150)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_snprintf_00155150)();" (assignment_expression "iVar1 = (*(code *)PTR_snprintf_00155150)()" identifier = (call_expression "(*(code *)PTR_snprintf_00155150)()" (parenthesized_expression "(*(code *)PTR_snprintf_00155150)" ( (pointer_expression "*(code *)PTR_snprintf_00155150" * (cast_expression "(code *)PTR_snprintf_00155150" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (variadic_parameter ...) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( )))) ;) (return_statement return IDENT ;) }))) | (function_definition "int snprintf(char *__s,size_t __maxlen,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_snprintf_00155150)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "snprintf(char *__s,size_t __maxlen,char *__format,...)" (identifier "snprintf") (parameter_list "(char *__s,size_t __maxlen,char *__format,...)" (( "(") (parameter_declaration "char *__s" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s"))) (, ",") (parameter_declaration "size_t __maxlen" (primitive_type "size_t") (identifier "__maxlen")) (, ",") (parameter_declaration "char *__format" (primitive_type "char") (pointer_declarator "*__format" (* "*") (identifier "__format"))) (, ",") (variadic_parameter "..." (... "...")) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_snprintf_00155150)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_snprintf_00155150)();" (assignment_expression "iVar1 = (*(code *)PTR_snprintf_00155150)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_snprintf_00155150)()" (parenthesized_expression "(*(code *)PTR_snprintf_00155150)" (( "(") (pointer_expression "*(code *)PTR_snprintf_00155150" (* "*") (cast_expression "(code *)PTR_snprintf_00155150" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_snprintf_00155150"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}"))) |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__s,size_t __maxlen,char *__format,...)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_snprintf_00155150)();
return iVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (variadic_parameter))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier))))) | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__s,size_t __maxlen,char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_00155150)();
return iVar1;
}
|
4959_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c | _M_realloc_insert<gold::Version_expression_list*> | FUN_00217310 |
/* DWARF original prototype: void
_M_realloc_insert<gold::Version_expression_list*>(vector<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>
* this, iterator __position, Version_expression_list * * __args#0) */
void __thiscall
std::vector<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>::
_M_realloc_insert<gold::Version_expression_list*>
(vector<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>
*this,iterator __position,Version_expression_list **__args_0)
{
void *__dest;
Version_expression_list **ppVVar1;
Version_expression_list **__src;
ulong uVar2;
pointer __dest_00;
size_t __n;
ulong uVar3;
ulong uVar4;
pointer ppVVar5;
ppVVar1 = (this->
super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>
)._M_impl._M_finish;
__src = (this->
super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>
)._M_impl._M_start;
__n = (long)__position._M_current - (long)__src;
uVar2 = (long)ppVVar1 - (long)__src >> 3;
if (uVar2 == 0) {
uVar3 = 1;
LAB_00217445:
uVar4 = uVar3 * 8;
LAB_00217358:
__dest_00 = (pointer)operator_new(uVar4);
ppVVar5 = (pointer)(uVar4 + (long)__dest_00);
}
else {
uVar3 = uVar2 * 2;
uVar4 = 0xfffffffffffffff8;
if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_00217358;
ppVVar5 = (pointer)0x0;
__dest_00 = (pointer)0x0;
if (uVar3 != 0) goto LAB_00217445;
}
__dest = (void *)((long)__dest_00 + __n + 8);
*(Version_expression_list **)((long)__dest_00 + __n) = *__args_0;
if (__position._M_current == __src) {
if (__position._M_current != ppVVar1) goto LAB_002173c8;
LAB_002173d6:
if (__src == (Version_expression_list **)0x0) goto LAB_002173db;
}
else {
memmove(__dest_00,__src,__n);
if (__position._M_current != ppVVar1) {
LAB_002173c8:
memcpy(__dest,__position._M_current,(long)ppVVar1 - (long)__position._M_current);
goto LAB_002173d6;
}
}
operator_delete(__src);
LAB_002173db:
(this->
super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>
)._M_impl._M_start = __dest_00;
(this->
super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>
)._M_impl._M_finish = (pointer)((long)__dest + ((long)ppVVar1 - (long)__position._M_current));
(this->
super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>
)._M_impl._M_end_of_storage = ppVVar5;
return;
}
|
void FUN_00217310(undefined8 *param_1,void *param_2,undefined8 *param_3)
{
void *__dest;
void *pvVar1;
void *__src;
ulong uVar2;
void *__dest_00;
size_t __n;
ulong uVar3;
long lVar4;
pvVar1 = (void *)param_1[1];
__src = (void *)*param_1;
__n = (long)param_2 - (long)__src;
uVar2 = (long)pvVar1 - (long)__src >> 3;
if (uVar2 == 0) {
uVar3 = 1;
LAB_00217445:
lVar4 = uVar3 * 8;
LAB_00217358:
__dest_00 = (void *)FUN_00275550(lVar4);
lVar4 = lVar4 + (long)__dest_00;
}
else {
uVar3 = uVar2 * 2;
lVar4 = -8;
if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_00217358;
lVar4 = 0;
__dest_00 = (void *)0x0;
if (uVar3 != 0) goto LAB_00217445;
}
__dest = (void *)((long)__dest_00 + __n + 8);
*(undefined8 *)((long)__dest_00 + __n) = *param_3;
if (param_2 == __src) {
if (param_2 != pvVar1) goto LAB_002173c8;
LAB_002173d6:
if (__src == (void *)0x0) goto LAB_002173db;
}
else {
memmove(__dest_00,__src,__n);
if (param_2 != pvVar1) {
LAB_002173c8:
memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);
goto LAB_002173d6;
}
}
FUN_00276d20(__src);
LAB_002173db:
*param_1 = __dest_00;
param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);
param_1[2] = lVar4;
return;
}
| PUSH R15
MOV R15,RDX
MOV RDX,RSI
PUSH R14
PUSH R13
PUSH R12
MOV R12,RSI
PUSH RBP
PUSH RBX
MOV RBX,RDI
SUB RSP,0x28
MOV RCX,qword ptr [RDI + 0x8]
MOV RBP,qword ptr [RDI]
MOV RAX,RCX
SUB RDX,RBP
SUB RAX,RBP
SAR RAX,0x3
JZ 0x00217440
LEA RDI,[RAX + RAX*0x1]
MOV R14,-0x8
CMP RAX,RDI
JBE 0x00217408
MOV RDI,R14
MOV qword ptr [RSP + 0x10],RDX
MOV qword ptr [RSP + 0x8],RCX
CALL 0x00275550
MOV RDX,qword ptr [RSP + 0x10]
MOV RCX,qword ptr [RSP + 0x8]
MOV R13,RAX
ADD R14,RAX
MOV RAX,qword ptr [R15]
MOV R8,RCX
LEA R9,[R13 + RDX*0x1 + 0x8]
SUB R8,R12
MOV qword ptr [R13 + RDX*0x1],RAX
LEA R15,[R9 + R8*0x1]
CMP R12,RBP
JZ 0x00217430
MOV RSI,RBP
MOV RDI,R13
MOV qword ptr [RSP + 0x18],R9
MOV qword ptr [RSP + 0x10],R8
MOV qword ptr [RSP + 0x8],RCX
CALL 0x0013e6d0
MOV RCX,qword ptr [RSP + 0x8]
MOV R8,qword ptr [RSP + 0x10]
MOV R9,qword ptr [RSP + 0x18]
CMP R12,RCX
JZ 0x002173f8
MOV RDX,R8
MOV RSI,R12
MOV RDI,R9
CALL 0x0013eaa0
TEST RBP,RBP
JNZ 0x002173f8
MOV qword ptr [RBX],R13
MOV qword ptr [RBX + 0x8],R15
MOV qword ptr [RBX + 0x10],R14
ADD RSP,0x28
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV RDI,RBP
CALL 0x00276d20
JMP 0x002173db
MOV RAX,0x1fffffffffffffff
CMP RDI,RAX
JA 0x00217358
XOR R14D,R14D
XOR R13D,R13D
TEST RDI,RDI
JZ 0x0021737a
JMP 0x00217445
CMP R12,RCX
JNZ 0x002173c8
JMP 0x002173d6
MOV EDI,0x1
LEA R14,[RDI*0x8]
JMP 0x00217358 | null | null | null | null | [(u'CAST_-1203865947', u'INT_SUB_-1203866586'), ('tmp_540', u'CBRANCH_-1203866478'), (u'CAST_-1203866036', u'INT_SUB_-1203866769'), (u'INT_NOTEQUAL_-1203866262', u'CBRANCH_-1203866261'), ('const-0', u'PTRSUB_-1203866061'), ('tmp_881', u'PTRSUB_-1203865876'), (u'LOAD_-1203866804', u'CAST_-1203866032'), (u'MULTIEQUAL_-1203866198', u'STORE_-1203866440'), ('const-433', u'STORE_-1203866440'), (u'LOAD_-1203866798', u'INT_EQUAL_-1203866445'), (u'LOAD_-1203866804', u'CAST_-1203865947'), (u'COPY_-1203866086', u'MULTIEQUAL_-1203866187'), ('const-0', u'PTRSUB_-1203865868'), (u'INT_MULT_-1203866170', u'INT_LESS_-1203866679'), (u'PTRSUB_-1203865886', u'PTRSUB_-1203865878'), ('const-433', u'LOAD_-1203866804'), (u'INT_SUB_-1203866586', u'INT_ADD_-1203866567'), (u'INT_MULT_-1203866199', u'MULTIEQUAL_-1203866219'), (u'COPY_-1203866094', u'MULTIEQUAL_-1203866198'), ('tmp_881', u'PTRSUB_-1203866067'), (u'PTRSUB_-1203866061', u'PTRSUB_-1203866052'), ('const-1', u'COPY_-1203866232'), ('const-0', u'PTRSUB_-1203866045'), (u'INT_SUB_-1203866769', u'INT_ADD_-1203866576'), ('tmp_882', u'INT_NOTEQUAL_-1203866479'), ('const-8', u'PTRSUB_-1203866050'), ('const-0', u'PTRSUB_-1203865886'), (u'INT_LESS_-1203866297', u'CBRANCH_-1203866306'), (u'LOAD_-1203866798', u'CALL_-1203866358'), ('tmp_450', u'CBRANCH_-1203866562'), (u'CAST_-1203866032', u'INT_SUB_-1203866757'), (u'CAST_-1203865934', u'STORE_-1203866434'), ('const-2305843009213693951', u'INT_LESS_-1203866297'), ('tmp_881', u'PTRSUB_-1203866061'), ('const-0', u'PTRSUB_-1203866067'), (u'CAST_-1203865953', u'CAST_-1203865935'), (u'MULTIEQUAL_-1203866187', u'STORE_-1203866427'), ('const-16', u'PTRSUB_-1203865862'), (u'CAST_-1203865964', u'MULTIEQUAL_-1203866187'), (u'INT_SRIGHT_-1203866734', u'INT_MULT_-1203866170'), (u'INT_LESS_-1203866679', u'CBRANCH_-1203866688'), ('tmp_739', u'CBRANCH_-1203866291'), ('const-0', u'PTRSUB_-1203865878'), ('const-0', u'PTRSUB_-1203865874'), ('const-0', u'COPY_-1203866094'), (u'CAST_-1203865965', u'INT_ADD_-1203866617'), (u'LOAD_-1203866798', u'CAST_-1203866031'), (u'INT_SUB_-1203866586', u'CALL_-1203866459'), (u'PTRSUB_-1203866067', u'PTRSUB_-1203866058'), ('tmp_882', u'INT_NOTEQUAL_-1203866293'), (u'INT_NOTEQUAL_-1203866293', u'CBRANCH_-1203866291'), ('const-0', u'INT_NOTEQUAL_-1203866262'), (u'MULTIEQUAL_-1203866198', u'CAST_-1203865954'), ('tmp_881', u'PTRSUB_-1203865886'), (u'LOAD_-1203866804', u'INT_NOTEQUAL_-1203866293'), (u'INT_ADD_-1203866025', u'INT_ADD_-1203866596'), (u'MULTIEQUAL_-1203866219', u'CALL_-1203866657'), ('const-0', u'RETURN_-1203866366'), (u'COPY_-1203866714', u'MULTIEQUAL_-1203866219'), (u'LOAD_-1203866804', u'INT_NOTEQUAL_-1203866479'), (u'INT_SRIGHT_-1203866734', u'INT_LESS_-1203866679'), ('const-0', u'INT_EQUAL_-1203866445'), (u'INT_SRIGHT_-1203866734', u'INT_EQUAL_-1203866735'), (u'INT_SUB_-1203866769', u'INT_ADD_-1203866025'), ('tmp_244', u'CBRANCH_-1203866724'), (u'INT_MULT_-1203866170', u'INT_LESS_-1203866297'), ('const-433', u'LOAD_-1203866624'), ('const-433', u'STORE_-1203866590'), ('const-0', u'PTRSUB_-1203865876'), (u'MULTIEQUAL_-1203866198', u'CALL_-1203866519'), ('tmp_882', u'CAST_-1203865946'), ('tmp_708', u'BRANCH_-1203866355'), (u'INT_ADD_-1203866567', u'CAST_-1203865934'), ('tmp_883', u'LOAD_-1203866624'), ('tmp_882', u'CALL_-1203866459'), (u'CAST_-1203865984', u'CAST_-1203865965'), ('tmp_882', u'INT_EQUAL_-1203866564'), (u'PTRSUB_-1203865862', u'STORE_-1203866427'), (u'INT_ADD_-1203866576', u'CAST_-1203865941'), ('const-0', u'PTRSUB_-1203865871'), ('const-2', u'INT_MULT_-1203866170'), (u'INT_SUB_-1203866757', u'INT_SRIGHT_-1203866734'), ('tmp_863', u'BRANCH_-1203866217'), (u'PTRSUB_-1203865874', u'PTRSUB_-1203865867'), (u'INT_SUB_-1203866769', u'CALL_-1203866519'), (u'CAST_-1203865941', u'STORE_-1203866590'), ('const--8', u'COPY_-1203866714'), (u'CAST_-1203865946', u'INT_SUB_-1203866586'), (u'INT_MULT_-1203866170', u'MULTIEQUAL_-1203866024'), ('tmp_287', u'CBRANCH_-1203866688'), (u'INT_EQUAL_-1203866735', u'CBRANCH_-1203866724'), (u'CAST_-1203865954', u'INT_ADD_-1203866596'), (u'INT_EQUAL_-1203866564', u'CBRANCH_-1203866562'), ('const-433', u'STORE_-1203866434'), (u'PTRSUB_-1203865882', u'PTRSUB_-1203865874'), ('const-0', u'PTRSUB_-1203866058'), (u'LOAD_-1203866798', u'INT_EQUAL_-1203866564'), (u'INT_ADD_-1203866596', u'CAST_-1203865953'), ('const-0', u'PTRSUB_-1203866052'), (u'PTRSUB_-1203865868', u'PTRSUB_-1203865862'), (u'INT_EQUAL_-1203866445', u'CBRANCH_-1203866442'), ('const-433', u'LOAD_-1203866798'), ('const-0', u'PTRSUB_-1203865882'), (u'CALL_-1203866657', u'CAST_-1203865984'), ('const-0', u'COPY_-1203866086'), (u'CAST_-1203866037', u'INT_SUB_-1203866769'), ('tmp_855', u'CBRANCH_-1203866261'), ('tmp_882', u'CAST_-1203866037'), (u'CAST_-1203865942', u'INT_ADD_-1203866576'), ('tmp_582', u'CBRANCH_-1203866442'), (u'MULTIEQUAL_-1203866024', u'INT_MULT_-1203866199'), (u'PTRSUB_-1203865867', u'STORE_-1203866434'), (u'LOAD_-1203866624', u'STORE_-1203866590'), (u'MULTIEQUAL_-1203866198', u'CAST_-1203865942'), ('const-8', u'INT_ADD_-1203866025'), (u'PTRSUB_-1203865878', u'PTRSUB_-1203865871'), ('const-0', u'INT_EQUAL_-1203866735'), (u'PTRSUB_-1203866058', u'PTRSUB_-1203866050'), (u'PTRSUB_-1203865871', u'STORE_-1203866440'), ('const-433', u'STORE_-1203866427'), (u'INT_NOTEQUAL_-1203866479', u'CBRANCH_-1203866478'), ('const-8', u'PTRSUB_-1203865867'), (u'CAST_-1203865984', u'MULTIEQUAL_-1203866198'), (u'PTRSUB_-1203866050', u'LOAD_-1203866804'), ('tmp_777', u'CBRANCH_-1203866306'), (u'INT_MULT_-1203866170', u'INT_NOTEQUAL_-1203866262'), (u'COPY_-1203866232', u'MULTIEQUAL_-1203866024'), (u'CAST_-1203866031', u'INT_SUB_-1203866757'), (u'CAST_-1203865953', u'CALL_-1203866459'), (u'LOAD_-1203866798', u'CALL_-1203866519'), ('tmp_881', u'PTRSUB_-1203865882'), (u'PTRSUB_-1203866045', u'LOAD_-1203866798'), (u'INT_ADD_-1203866617', u'CAST_-1203865964'), (u'LOAD_-1203866798', u'CAST_-1203866036'), (u'CAST_-1203865935', u'INT_ADD_-1203866567'), ('const-8', u'INT_MULT_-1203866199'), (u'MULTIEQUAL_-1203866219', u'INT_ADD_-1203866617'), (u'PTRSUB_-1203865876', u'PTRSUB_-1203865868'), (u'PTRSUB_-1203866052', u'PTRSUB_-1203866045'), ('const-3', u'INT_SRIGHT_-1203866734')] | [(u'CAST_-1203865962', u'INT_SUB_-1203866586'), ('tmp_540', u'CBRANCH_-1203866478'), (u'INT_NOTEQUAL_-1203866262', u'CBRANCH_-1203866261'), (u'COPY_-1203866232', u'MULTIEQUAL_-1203866023'), ('tmp_1672', u'STORE_-1203866440'), ('const-0', u'COPY_-1203866093'), (u'INT_MULT_-1203866169', u'INT_NOTEQUAL_-1203866262'), (u'INT_SUB_-1203866586', u'INT_ADD_-1203866567'), (u'INT_MULT_-1203866169', u'INT_LESS_-1203866297'), ('tmp_1672', u'PTRADD_-1203866067'), ('const-433', u'LOAD_-1203866804'), (u'CAST_-1203866059', u'INT_EQUAL_-1203866564'), (u'CAST_-1203866059', u'CAST_-1203866046'), (u'MULTIEQUAL_-1203866197', u'CAST_-1203865970'), ('const-1', u'COPY_-1203866232'), (u'PTRADD_-1203866067', u'LOAD_-1203866804'), (u'INT_SUB_-1203866769', u'INT_ADD_-1203866576'), (u'CAST_-1203865969', u'CALL_-1203866459'), (u'CAST_-1203866064', u'CAST_-1203865963'), ('tmp_1672', u'PTRADD_-1203865880'), (u'INT_LESS_-1203866297', u'CBRANCH_-1203866306'), ('tmp_450', u'CBRANCH_-1203866562'), ('tmp_1665', u'LOAD_-1203866624'), (u'INT_ADD_-1203866617', u'MULTIEQUAL_-1203866186'), (u'CAST_-1203865999', u'MULTIEQUAL_-1203866197'), ('tmp_1666', u'CALL_-1203866459'), (u'CAST_-1203866046', u'INT_SUB_-1203866757'), (u'INT_ADD_-1203866026', u'INT_ADD_-1203866596'), ('const-8', u'PTRADD_-1203865885'), (u'INT_MULT_-1203866169', u'MULTIEQUAL_-1203866023'), (u'INT_ADD_-1203866576', u'CAST_-1203865957'), (u'CAST_-1203866059', u'CALL_-1203866519'), (u'CAST_-1203866052', u'INT_SUB_-1203866769'), (u'INT_LESS_-1203866679', u'CBRANCH_-1203866688'), ('tmp_739', u'CBRANCH_-1203866291'), (u'MULTIEQUAL_-1203866218', u'CALL_-1203866657'), ('const-8', u'PTRADD_-1203865880'), ('const-1', u'PTRADD_-1203866067'), (u'INT_SUB_-1203866586', u'CALL_-1203866459'), (u'CAST_-1203865958', u'INT_ADD_-1203866576'), (u'INT_NOTEQUAL_-1203866293', u'CBRANCH_-1203866291'), ('const-0', u'INT_NOTEQUAL_-1203866262'), (u'PTRADD_-1203865880', u'STORE_-1203866427'), (u'INT_SUB_-1203866769', u'INT_ADD_-1203866026'), (u'COPY_-1203866085', u'MULTIEQUAL_-1203866186'), ('tmp_1672', u'PTRADD_-1203865885'), ('const-0', u'RETURN_-1203866366'), (u'INT_SRIGHT_-1203866734', u'INT_LESS_-1203866679'), ('const-0', u'INT_EQUAL_-1203866445'), (u'INT_SRIGHT_-1203866734', u'INT_EQUAL_-1203866735'), ('const-1', u'PTRADD_-1203865885'), ('const-433', u'STORE_-1203866440'), (u'MULTIEQUAL_-1203866197', u'CAST_-1203865958'), ('tmp_244', u'CBRANCH_-1203866724'), (u'CAST_-1203865951', u'INT_ADD_-1203866567'), ('tmp_1666', u'INT_EQUAL_-1203866564'), (u'CAST_-1203866064', u'INT_NOTEQUAL_-1203866479'), (u'LOAD_-1203866798', u'CAST_-1203866059'), (u'INT_MULT_-1203866169', u'INT_LESS_-1203866679'), ('const-2', u'INT_MULT_-1203866169'), (u'CAST_-1203865999', u'CAST_-1203865980'), ('const-433', u'STORE_-1203866427'), ('tmp_708', u'BRANCH_-1203866355'), ('tmp_1672', u'LOAD_-1203866798'), (u'MULTIEQUAL_-1203866197', u'STORE_-1203866440'), (u'COPY_-1203866093', u'MULTIEQUAL_-1203866197'), (u'INT_SUB_-1203866757', u'INT_SRIGHT_-1203866734'), ('tmp_863', u'BRANCH_-1203866217'), (u'CAST_-1203865969', u'CAST_-1203865951'), (u'INT_SUB_-1203866769', u'CALL_-1203866519'), (u'CALL_-1203866657', u'CAST_-1203865999'), ('const--8', u'COPY_-1203866714'), (u'CAST_-1203865963', u'INT_SUB_-1203866586'), ('tmp_287', u'CBRANCH_-1203866688'), (u'INT_EQUAL_-1203866735', u'CBRANCH_-1203866724'), (u'CAST_-1203866047', u'INT_SUB_-1203866757'), (u'INT_EQUAL_-1203866564', u'CBRANCH_-1203866562'), (u'COPY_-1203866714', u'MULTIEQUAL_-1203866218'), ('tmp_1666', u'INT_NOTEQUAL_-1203866293'), (u'MULTIEQUAL_-1203866023', u'INT_MULT_-1203866199'), (u'INT_MULT_-1203866199', u'MULTIEQUAL_-1203866218'), ('const-8', u'INT_ADD_-1203866026'), ('tmp_1666', u'INT_NOTEQUAL_-1203866479'), (u'CAST_-1203866059', u'CALL_-1203866358'), (u'INT_EQUAL_-1203866445', u'CBRANCH_-1203866442'), (u'CAST_-1203866059', u'INT_EQUAL_-1203866445'), (u'INT_ADD_-1203866596', u'CAST_-1203865969'), ('tmp_855', u'CBRANCH_-1203866261'), ('const-2', u'PTRADD_-1203865880'), ('tmp_582', u'CBRANCH_-1203866442'), (u'CAST_-1203865970', u'INT_ADD_-1203866596'), (u'CAST_-1203866064', u'CAST_-1203866047'), ('const-3', u'INT_SRIGHT_-1203866734'), ('const-8', u'PTRADD_-1203866067'), (u'INT_ADD_-1203866567', u'STORE_-1203866434'), (u'CAST_-1203865980', u'INT_ADD_-1203866617'), (u'LOAD_-1203866624', u'STORE_-1203866590'), ('const-433', u'STORE_-1203866590'), ('const-0', u'INT_EQUAL_-1203866735'), ('const-2305843009213693951', u'INT_LESS_-1203866297'), (u'CAST_-1203865957', u'STORE_-1203866590'), ('const-433', u'LOAD_-1203866624'), (u'INT_NOTEQUAL_-1203866479', u'CBRANCH_-1203866478'), (u'PTRADD_-1203865885', u'STORE_-1203866434'), (u'MULTIEQUAL_-1203866186', u'STORE_-1203866427'), ('tmp_777', u'CBRANCH_-1203866306'), ('const-433', u'STORE_-1203866434'), (u'MULTIEQUAL_-1203866218', u'INT_ADD_-1203866617'), (u'CAST_-1203866064', u'INT_NOTEQUAL_-1203866293'), (u'CAST_-1203866059', u'CAST_-1203866051'), (u'LOAD_-1203866804', u'CAST_-1203866064'), ('tmp_1666', u'CAST_-1203865962'), ('tmp_1666', u'CAST_-1203866052'), (u'CAST_-1203866051', u'INT_SUB_-1203866769'), ('const-8', u'INT_MULT_-1203866199'), (u'INT_SRIGHT_-1203866734', u'INT_MULT_-1203866169'), ('const-0', u'COPY_-1203866085'), (u'MULTIEQUAL_-1203866197', u'CALL_-1203866519'), ('const-433', u'LOAD_-1203866798')] | null | null | 00217310 | x64 | O2 | (translation_unit "void FUN_00217310(undefined8 *param_1,void *param_2,undefined8 *param_3)\n\n{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_00217445:\n lVar4 = uVar3 * 8;\nLAB_00217358:\n __dest_00 = (void *)FUN_00275550(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_00217358;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_00217445;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_002173c8;\nLAB_002173d6:\n if (__src == (void *)0x0) goto LAB_002173db;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_002173c8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_002173d6;\n }\n }\n FUN_00276d20(__src);\nLAB_002173db:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}\n\n" (function_definition "void FUN_00217310(undefined8 *param_1,void *param_2,undefined8 *param_3)\n\n{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_00217445:\n lVar4 = uVar3 * 8;\nLAB_00217358:\n __dest_00 = (void *)FUN_00275550(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_00217358;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_00217445;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_002173c8;\nLAB_002173d6:\n if (__src == (void *)0x0) goto LAB_002173db;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_002173c8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_002173d6;\n }\n }\n FUN_00276d20(__src);\nLAB_002173db:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}" primitive_type (function_declarator "FUN_00217310(undefined8 *param_1,void *param_2,undefined8 *param_3)" identifier (parameter_list "(undefined8 *param_1,void *param_2,undefined8 *param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "void *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_00217445:\n lVar4 = uVar3 * 8;\nLAB_00217358:\n __dest_00 = (void *)FUN_00275550(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_00217358;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_00217445;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_002173c8;\nLAB_002173d6:\n if (__src == (void *)0x0) goto LAB_002173db;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_002173c8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_002173d6;\n }\n }\n FUN_00276d20(__src);\nLAB_002173db:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}" { (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (declaration "void *__src;" primitive_type (pointer_declarator "*__src" * identifier) ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "void *__dest_00;" primitive_type (pointer_declarator "*__dest_00" * identifier) ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (expression_statement "pvVar1 = (void *)param_1[1];" (assignment_expression "pvVar1 = (void *)param_1[1]" identifier = (cast_expression "(void *)param_1[1]" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "__src = (void *)*param_1;" (assignment_expression "__src = (void *)*param_1" identifier = (cast_expression "(void *)*param_1" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "__n = (long)param_2 - (long)__src;" (assignment_expression "__n = (long)param_2 - (long)__src" identifier = (binary_expression "(long)param_2 - (long)__src" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__src" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "uVar2 = (long)pvVar1 - (long)__src >> 3;" (assignment_expression "uVar2 = (long)pvVar1 - (long)__src >> 3" identifier = (binary_expression "(long)pvVar1 - (long)__src >> 3" (binary_expression "(long)pvVar1 - (long)__src" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__src" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) (if_statement "if (uVar2 == 0) {\n uVar3 = 1;\nLAB_00217445:\n lVar4 = uVar3 * 8;\nLAB_00217358:\n __dest_00 = (void *)FUN_00275550(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_00217358;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_00217445;\n }" if (parenthesized_expression "(uVar2 == 0)" ( (binary_expression "uVar2 == 0" identifier == number_literal) )) (compound_statement "{\n uVar3 = 1;\nLAB_00217445:\n lVar4 = uVar3 * 8;\nLAB_00217358:\n __dest_00 = (void *)FUN_00275550(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }" { (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" identifier = number_literal) ;) (labeled_statement "LAB_00217445:\n lVar4 = uVar3 * 8;" statement_identifier : (expression_statement "lVar4 = uVar3 * 8;" (assignment_expression "lVar4 = uVar3 * 8" identifier = (binary_expression "uVar3 * 8" identifier * number_literal)) ;)) (labeled_statement "LAB_00217358:\n __dest_00 = (void *)FUN_00275550(lVar4);" statement_identifier : (expression_statement "__dest_00 = (void *)FUN_00275550(lVar4);" (assignment_expression "__dest_00 = (void *)FUN_00275550(lVar4)" identifier = (cast_expression "(void *)FUN_00275550(lVar4)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00275550(lVar4)" identifier (argument_list "(lVar4)" ( identifier ))))) ;)) (expression_statement "lVar4 = lVar4 + (long)__dest_00;" (assignment_expression "lVar4 = lVar4 + (long)__dest_00" identifier = (binary_expression "lVar4 + (long)__dest_00" identifier + (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) }) (else_clause "else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_00217358;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_00217445;\n }" else (compound_statement "{\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_00217358;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_00217445;\n }" { (expression_statement "uVar3 = uVar2 * 2;" (assignment_expression "uVar3 = uVar2 * 2" identifier = (binary_expression "uVar2 * 2" identifier * number_literal)) ;) (expression_statement "lVar4 = -8;" (assignment_expression "lVar4 = -8" identifier = number_literal) ;) (if_statement "if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_00217358;" if (parenthesized_expression "((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3))" ( (binary_expression "(uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)" (parenthesized_expression "(uVar3 < uVar2)" ( (binary_expression "uVar3 < uVar2" identifier < identifier) )) || (parenthesized_expression "(0x1fffffffffffffff < uVar3)" ( (binary_expression "0x1fffffffffffffff < uVar3" number_literal < identifier) ))) )) (goto_statement "goto LAB_00217358;" goto statement_identifier ;)) (expression_statement "lVar4 = 0;" (assignment_expression "lVar4 = 0" identifier = number_literal) ;) (expression_statement "__dest_00 = (void *)0x0;" (assignment_expression "__dest_00 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (uVar3 != 0) goto LAB_00217445;" if (parenthesized_expression "(uVar3 != 0)" ( (binary_expression "uVar3 != 0" identifier != number_literal) )) (goto_statement "goto LAB_00217445;" goto statement_identifier ;)) }))) (expression_statement "__dest = (void *)((long)__dest_00 + __n + 8);" (assignment_expression "__dest = (void *)((long)__dest_00 + __n + 8)" identifier = (cast_expression "(void *)((long)__dest_00 + __n + 8)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n + 8)" ( (binary_expression "(long)__dest_00 + __n + 8" (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) ;) (expression_statement "*(undefined8 *)((long)__dest_00 + __n) = *param_3;" (assignment_expression "*(undefined8 *)((long)__dest_00 + __n) = *param_3" (pointer_expression "*(undefined8 *)((long)__dest_00 + __n)" * (cast_expression "(undefined8 *)((long)__dest_00 + __n)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n)" ( (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = (pointer_expression "*param_3" * identifier)) ;) (if_statement "if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_002173c8;\nLAB_002173d6:\n if (__src == (void *)0x0) goto LAB_002173db;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_002173c8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_002173d6;\n }\n }" if (parenthesized_expression "(param_2 == __src)" ( (binary_expression "param_2 == __src" identifier == identifier) )) (compound_statement "{\n if (param_2 != pvVar1) goto LAB_002173c8;\nLAB_002173d6:\n if (__src == (void *)0x0) goto LAB_002173db;\n }" { (if_statement "if (param_2 != pvVar1) goto LAB_002173c8;" if (parenthesized_expression "(param_2 != pvVar1)" ( (binary_expression "param_2 != pvVar1" identifier != identifier) )) (goto_statement "goto LAB_002173c8;" goto statement_identifier ;)) (labeled_statement "LAB_002173d6:\n if (__src == (void *)0x0) goto LAB_002173db;" statement_identifier : (if_statement "if (__src == (void *)0x0) goto LAB_002173db;" if (parenthesized_expression "(__src == (void *)0x0)" ( (binary_expression "__src == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_002173db;" goto statement_identifier ;))) }) (else_clause "else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_002173c8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_002173d6;\n }\n }" else (compound_statement "{\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_002173c8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_002173d6;\n }\n }" { (expression_statement "memmove(__dest_00,__src,__n);" (call_expression "memmove(__dest_00,__src,__n)" identifier (argument_list "(__dest_00,__src,__n)" ( identifier , identifier , identifier ))) ;) (if_statement "if (param_2 != pvVar1) {\nLAB_002173c8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_002173d6;\n }" if (parenthesized_expression "(param_2 != pvVar1)" ( (binary_expression "param_2 != pvVar1" identifier != identifier) )) (compound_statement "{\nLAB_002173c8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_002173d6;\n }" { (labeled_statement "LAB_002173c8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);" statement_identifier : (expression_statement "memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);" (call_expression "memcpy(__dest,param_2,(long)pvVar1 - (long)param_2)" identifier (argument_list "(__dest,param_2,(long)pvVar1 - (long)param_2)" ( identifier , identifier , (binary_expression "(long)pvVar1 - (long)param_2" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) ;)) (goto_statement "goto LAB_002173d6;" goto statement_identifier ;) })) }))) (expression_statement "FUN_00276d20(__src);" (call_expression "FUN_00276d20(__src)" identifier (argument_list "(__src)" ( identifier ))) ;) (labeled_statement "LAB_002173db:\n *param_1 = __dest_00;" statement_identifier : (expression_statement "*param_1 = __dest_00;" (assignment_expression "*param_1 = __dest_00" (pointer_expression "*param_1" * identifier) = identifier) ;)) (expression_statement "param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);" (assignment_expression "param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2)" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (binary_expression "(long)__dest + ((long)pvVar1 - (long)param_2)" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)pvVar1 - (long)param_2)" ( (binary_expression "(long)pvVar1 - (long)param_2" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;) (expression_statement "param_1[2] = lVar4;" (assignment_expression "param_1[2] = lVar4" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* DWARF original prototype: void\n _M_realloc_insert<gold::Version_expression_list*>(vector<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n * this, iterator __position, Version_expression_list * * __args#0) */\n\nvoid __thiscall\nstd::vector<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>::\n_M_realloc_insert<gold::Version_expression_list*>\n (vector<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n *this,iterator __position,Version_expression_list **__args_0)\n\n{\n void *__dest;\n Version_expression_list **ppVVar1;\n Version_expression_list **__src;\n ulong uVar2;\n pointer __dest_00;\n size_t __n;\n ulong uVar3;\n ulong uVar4;\n pointer ppVVar5;\n \n ppVVar1 = (this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )._M_impl._M_finish;\n __src = (this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )._M_impl._M_start;\n __n = (long)__position._M_current - (long)__src;\n uVar2 = (long)ppVVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_00217445:\n uVar4 = uVar3 * 8;\nLAB_00217358:\n __dest_00 = (pointer)operator_new(uVar4);\n ppVVar5 = (pointer)(uVar4 + (long)__dest_00);\n }\n else {\n uVar3 = uVar2 * 2;\n uVar4 = 0xfffffffffffffff8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_00217358;\n ppVVar5 = (pointer)0x0;\n __dest_00 = (pointer)0x0;\n if (uVar3 != 0) goto LAB_00217445;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(Version_expression_list **)((long)__dest_00 + __n) = *__args_0;\n if (__position._M_current == __src) {\n if (__position._M_current != ppVVar1) goto LAB_002173c8;\nLAB_002173d6:\n if (__src == (Version_expression_list **)0x0) goto LAB_002173db;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (__position._M_current != ppVVar1) {\nLAB_002173c8:\n memcpy(__dest,__position._M_current,(long)ppVVar1 - (long)__position._M_current);\n goto LAB_002173d6;\n }\n }\n operator_delete(__src);\nLAB_002173db:\n (this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )._M_impl._M_start = __dest_00;\n (this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )._M_impl._M_finish = (pointer)((long)__dest + ((long)ppVVar1 - (long)__position._M_current));\n (this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )._M_impl._M_end_of_storage = ppVVar5;\n return;\n}\n\n" comment (declaration "void __thiscall\nstd::vector<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>::\n_M_realloc_insert<gold::Version_expression_list*>\n (vector<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n *this,iterator __position,Version_expression_list **__args_0)\n\n{\n void *__dest;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::vector<gold::" identifier : : identifier < identifier : :) identifier (ERROR "*" *) , (ERROR "_std::allocator<gold::Version_expression_list*>_>::\n_M_realloc_insert<gold::Version_expression_list*>\n (vector<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n *this,iterator __position,Version_expression_list **__args_0)\n\n{\n void" identifier : : identifier < identifier : : identifier * > identifier > : : identifier < identifier : : (function_declarator "Version_expression_list*>\n (vector<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n *this,iterator __position,Version_expression_list **__args_0)" identifier (ERROR "*>" * >) (parameter_list "(vector<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n *this,iterator __position,Version_expression_list **__args_0)" ( (parameter_declaration "vector<gold::Version_expression_list*" type_identifier (ERROR "<gold::Version_expression_list" < identifier : : identifier) (abstract_pointer_declarator "*" *)) , (parameter_declaration "_std::allocator<gold::Version_expression_list*>_>\n *this" type_identifier (ERROR "::allocator<gold::Version_expression_list*>_>" : : identifier < identifier : : identifier * > identifier >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "iterator __position" type_identifier identifier) , (parameter_declaration "Version_expression_list **__args_0" type_identifier (pointer_declarator "**__args_0" * (pointer_declarator "*__args_0" * identifier))) ))) { primitive_type) (pointer_declarator "*__dest" * identifier) ;) (declaration "Version_expression_list **ppVVar1;" type_identifier (pointer_declarator "**ppVVar1" * (pointer_declarator "*ppVVar1" * identifier)) ;) (declaration "Version_expression_list **__src;" type_identifier (pointer_declarator "**__src" * (pointer_declarator "*__src" * identifier)) ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "pointer __dest_00;" type_identifier identifier ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "ulong uVar4;" type_identifier identifier ;) (declaration "pointer ppVVar5;" type_identifier identifier ;) (expression_statement "ppVVar1 = (this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )._M_impl._M_finish;" (assignment_expression "ppVVar1 = (this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )._M_impl._M_finish" identifier = (field_expression "(this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )._M_impl._M_finish" (field_expression "(this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )" ( (binary_expression "this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>" (binary_expression "this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_" (binary_expression "this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold" (binary_expression "this->\n super__Vector_base<gold::Version_expression_list*,_std" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Version_expression_list" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Version_expression_list" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "__src = (this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )._M_impl._M_start;" (assignment_expression "__src = (this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )._M_impl._M_start" identifier = (field_expression "(this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )._M_impl._M_start" (field_expression "(this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )" ( (binary_expression "this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>" (binary_expression "this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_" (binary_expression "this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold" (binary_expression "this->\n super__Vector_base<gold::Version_expression_list*,_std" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Version_expression_list" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Version_expression_list" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "__n = (long)__position._M_current - (long)__src;" (assignment_expression "__n = (long)__position._M_current - (long)__src" identifier = (binary_expression "(long)__position._M_current - (long)__src" (cast_expression "(long)__position._M_current" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "__position._M_current" identifier . field_identifier)) - (cast_expression "(long)__src" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "uVar2 = (long)ppVVar1 - (long)__src >> 3;" (assignment_expression "uVar2 = (long)ppVVar1 - (long)__src >> 3" identifier = (binary_expression "(long)ppVVar1 - (long)__src >> 3" (binary_expression "(long)ppVVar1 - (long)__src" (cast_expression "(long)ppVVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__src" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) (if_statement "if (uVar2 == 0) {\n uVar3 = 1;\nLAB_00217445:\n uVar4 = uVar3 * 8;\nLAB_00217358:\n __dest_00 = (pointer)operator_new(uVar4);\n ppVVar5 = (pointer)(uVar4 + (long)__dest_00);\n }\n else {\n uVar3 = uVar2 * 2;\n uVar4 = 0xfffffffffffffff8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_00217358;\n ppVVar5 = (pointer)0x0;\n __dest_00 = (pointer)0x0;\n if (uVar3 != 0) goto LAB_00217445;\n }" if (parenthesized_expression "(uVar2 == 0)" ( (binary_expression "uVar2 == 0" identifier == number_literal) )) (compound_statement "{\n uVar3 = 1;\nLAB_00217445:\n uVar4 = uVar3 * 8;\nLAB_00217358:\n __dest_00 = (pointer)operator_new(uVar4);\n ppVVar5 = (pointer)(uVar4 + (long)__dest_00);\n }" { (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" identifier = number_literal) ;) (labeled_statement "LAB_00217445:\n uVar4 = uVar3 * 8;" statement_identifier : (expression_statement "uVar4 = uVar3 * 8;" (assignment_expression "uVar4 = uVar3 * 8" identifier = (binary_expression "uVar3 * 8" identifier * number_literal)) ;)) (labeled_statement "LAB_00217358:\n __dest_00 = (pointer)operator_new(uVar4);" statement_identifier : (expression_statement "__dest_00 = (pointer)operator_new(uVar4);" (assignment_expression "__dest_00 = (pointer)operator_new(uVar4)" identifier = (cast_expression "(pointer)operator_new(uVar4)" ( (type_descriptor "pointer" type_identifier) ) (call_expression "operator_new(uVar4)" identifier (argument_list "(uVar4)" ( identifier ))))) ;)) (expression_statement "ppVVar5 = (pointer)(uVar4 + (long)__dest_00);" (assignment_expression "ppVVar5 = (pointer)(uVar4 + (long)__dest_00)" identifier = (call_expression "(pointer)(uVar4 + (long)__dest_00)" (parenthesized_expression "(pointer)" ( identifier )) (argument_list "(uVar4 + (long)__dest_00)" ( (binary_expression "uVar4 + (long)__dest_00" identifier + (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;) }) (else_clause "else {\n uVar3 = uVar2 * 2;\n uVar4 = 0xfffffffffffffff8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_00217358;\n ppVVar5 = (pointer)0x0;\n __dest_00 = (pointer)0x0;\n if (uVar3 != 0) goto LAB_00217445;\n }" else (compound_statement "{\n uVar3 = uVar2 * 2;\n uVar4 = 0xfffffffffffffff8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_00217358;\n ppVVar5 = (pointer)0x0;\n __dest_00 = (pointer)0x0;\n if (uVar3 != 0) goto LAB_00217445;\n }" { (expression_statement "uVar3 = uVar2 * 2;" (assignment_expression "uVar3 = uVar2 * 2" identifier = (binary_expression "uVar2 * 2" identifier * number_literal)) ;) (expression_statement "uVar4 = 0xfffffffffffffff8;" (assignment_expression "uVar4 = 0xfffffffffffffff8" identifier = number_literal) ;) (if_statement "if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_00217358;" if (parenthesized_expression "((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3))" ( (binary_expression "(uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)" (parenthesized_expression "(uVar3 < uVar2)" ( (binary_expression "uVar3 < uVar2" identifier < identifier) )) || (parenthesized_expression "(0x1fffffffffffffff < uVar3)" ( (binary_expression "0x1fffffffffffffff < uVar3" number_literal < identifier) ))) )) (goto_statement "goto LAB_00217358;" goto statement_identifier ;)) (expression_statement "ppVVar5 = (pointer)0x0;" (assignment_expression "ppVVar5 = (pointer)0x0" identifier = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (expression_statement "__dest_00 = (pointer)0x0;" (assignment_expression "__dest_00 = (pointer)0x0" identifier = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (if_statement "if (uVar3 != 0) goto LAB_00217445;" if (parenthesized_expression "(uVar3 != 0)" ( (binary_expression "uVar3 != 0" identifier != number_literal) )) (goto_statement "goto LAB_00217445;" goto statement_identifier ;)) }))) (expression_statement "__dest = (void *)((long)__dest_00 + __n + 8);" (assignment_expression "__dest = (void *)((long)__dest_00 + __n + 8)" identifier = (cast_expression "(void *)((long)__dest_00 + __n + 8)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n + 8)" ( (binary_expression "(long)__dest_00 + __n + 8" (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) ;) (expression_statement "*(Version_expression_list **)((long)__dest_00 + __n) = *__args_0;" (assignment_expression "*(Version_expression_list **)((long)__dest_00 + __n) = *__args_0" (pointer_expression "*(Version_expression_list **)((long)__dest_00 + __n)" * (cast_expression "(Version_expression_list **)((long)__dest_00 + __n)" ( (type_descriptor "Version_expression_list **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)__dest_00 + __n)" ( (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = (pointer_expression "*__args_0" * identifier)) ;) (if_statement "if (__position._M_current == __src) {\n if (__position._M_current != ppVVar1) goto LAB_002173c8;\nLAB_002173d6:\n if (__src == (Version_expression_list **)0x0) goto LAB_002173db;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (__position._M_current != ppVVar1) {\nLAB_002173c8:\n memcpy(__dest,__position._M_current,(long)ppVVar1 - (long)__position._M_current);\n goto LAB_002173d6;\n }\n }" if (parenthesized_expression "(__position._M_current == __src)" ( (binary_expression "__position._M_current == __src" (field_expression "__position._M_current" identifier . field_identifier) == identifier) )) (compound_statement "{\n if (__position._M_current != ppVVar1) goto LAB_002173c8;\nLAB_002173d6:\n if (__src == (Version_expression_list **)0x0) goto LAB_002173db;\n }" { (if_statement "if (__position._M_current != ppVVar1) goto LAB_002173c8;" if (parenthesized_expression "(__position._M_current != ppVVar1)" ( (binary_expression "__position._M_current != ppVVar1" (field_expression "__position._M_current" identifier . field_identifier) != identifier) )) (goto_statement "goto LAB_002173c8;" goto statement_identifier ;)) (labeled_statement "LAB_002173d6:\n if (__src == (Version_expression_list **)0x0) goto LAB_002173db;" statement_identifier : (if_statement "if (__src == (Version_expression_list **)0x0) goto LAB_002173db;" if (parenthesized_expression "(__src == (Version_expression_list **)0x0)" ( (binary_expression "__src == (Version_expression_list **)0x0" identifier == (cast_expression "(Version_expression_list **)0x0" ( (type_descriptor "Version_expression_list **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) )) (goto_statement "goto LAB_002173db;" goto statement_identifier ;))) }) (else_clause "else {\n memmove(__dest_00,__src,__n);\n if (__position._M_current != ppVVar1) {\nLAB_002173c8:\n memcpy(__dest,__position._M_current,(long)ppVVar1 - (long)__position._M_current);\n goto LAB_002173d6;\n }\n }" else (compound_statement "{\n memmove(__dest_00,__src,__n);\n if (__position._M_current != ppVVar1) {\nLAB_002173c8:\n memcpy(__dest,__position._M_current,(long)ppVVar1 - (long)__position._M_current);\n goto LAB_002173d6;\n }\n }" { (expression_statement "memmove(__dest_00,__src,__n);" (call_expression "memmove(__dest_00,__src,__n)" identifier (argument_list "(__dest_00,__src,__n)" ( identifier , identifier , identifier ))) ;) (if_statement "if (__position._M_current != ppVVar1) {\nLAB_002173c8:\n memcpy(__dest,__position._M_current,(long)ppVVar1 - (long)__position._M_current);\n goto LAB_002173d6;\n }" if (parenthesized_expression "(__position._M_current != ppVVar1)" ( (binary_expression "__position._M_current != ppVVar1" (field_expression "__position._M_current" identifier . field_identifier) != identifier) )) (compound_statement "{\nLAB_002173c8:\n memcpy(__dest,__position._M_current,(long)ppVVar1 - (long)__position._M_current);\n goto LAB_002173d6;\n }" { (labeled_statement "LAB_002173c8:\n memcpy(__dest,__position._M_current,(long)ppVVar1 - (long)__position._M_current);" statement_identifier : (expression_statement "memcpy(__dest,__position._M_current,(long)ppVVar1 - (long)__position._M_current);" (call_expression "memcpy(__dest,__position._M_current,(long)ppVVar1 - (long)__position._M_current)" identifier (argument_list "(__dest,__position._M_current,(long)ppVVar1 - (long)__position._M_current)" ( identifier , (field_expression "__position._M_current" identifier . field_identifier) , (binary_expression "(long)ppVVar1 - (long)__position._M_current" (cast_expression "(long)ppVVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__position._M_current" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "__position._M_current" identifier . field_identifier))) ))) ;)) (goto_statement "goto LAB_002173d6;" goto statement_identifier ;) })) }))) (expression_statement "operator_delete(__src);" (call_expression "operator_delete(__src)" identifier (argument_list "(__src)" ( identifier ))) ;) (labeled_statement "LAB_002173db:\n (this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )._M_impl._M_start = __dest_00;" statement_identifier : (expression_statement "(this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )._M_impl._M_start = __dest_00;" (assignment_expression "(this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )._M_impl._M_start = __dest_00" (field_expression "(this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )._M_impl._M_start" (field_expression "(this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )" ( (binary_expression "this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>" (binary_expression "this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_" (binary_expression "this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold" (binary_expression "this->\n super__Vector_base<gold::Version_expression_list*,_std" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Version_expression_list" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Version_expression_list" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier) = identifier) ;)) (expression_statement "(this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )._M_impl._M_finish = (pointer)((long)__dest + ((long)ppVVar1 - (long)__position._M_current));" (assignment_expression "(this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )._M_impl._M_finish = (pointer)((long)__dest + ((long)ppVVar1 - (long)__position._M_current))" (field_expression "(this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )._M_impl._M_finish" (field_expression "(this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )" ( (binary_expression "this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>" (binary_expression "this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_" (binary_expression "this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold" (binary_expression "this->\n super__Vector_base<gold::Version_expression_list*,_std" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Version_expression_list" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Version_expression_list" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier) = (call_expression "(pointer)((long)__dest + ((long)ppVVar1 - (long)__position._M_current))" (parenthesized_expression "(pointer)" ( identifier )) (argument_list "((long)__dest + ((long)ppVVar1 - (long)__position._M_current))" ( (binary_expression "(long)__dest + ((long)ppVVar1 - (long)__position._M_current)" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)ppVVar1 - (long)__position._M_current)" ( (binary_expression "(long)ppVVar1 - (long)__position._M_current" (cast_expression "(long)ppVVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__position._M_current" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "__position._M_current" identifier . field_identifier))) ))) )))) ;) (expression_statement "(this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )._M_impl._M_end_of_storage = ppVVar5;" (assignment_expression "(this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )._M_impl._M_end_of_storage = ppVVar5" (field_expression "(this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )._M_impl._M_end_of_storage" (field_expression "(this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>\n )" ( (binary_expression "this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>" (binary_expression "this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_" (binary_expression "this->\n super__Vector_base<gold::Version_expression_list*,_std::allocator<gold" (binary_expression "this->\n super__Vector_base<gold::Version_expression_list*,_std" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Version_expression_list" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Version_expression_list" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier) = identifier) ;) (return_statement "return;" return ;) (ERROR "}" })) | (translation_unit "void FUN_00217310(undefined8 *param_1,void *param_2,undefined8 *param_3)\n\n{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_00217445:\n lVar4 = uVar3 * 8;\nLAB_00217358:\n __dest_00 = (void *)FUN_00275550(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_00217358;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_00217445;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_002173c8;\nLAB_002173d6:\n if (__src == (void *)0x0) goto LAB_002173db;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_002173c8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_002173d6;\n }\n }\n FUN_00276d20(__src);\nLAB_002173db:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}\n\n" (function_definition "void FUN_00217310(undefined8 *param_1,void *param_2,undefined8 *param_3)\n\n{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_00217445:\n lVar4 = uVar3 * 8;\nLAB_00217358:\n __dest_00 = (void *)FUN_00275550(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_00217358;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_00217445;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_002173c8;\nLAB_002173d6:\n if (__src == (void *)0x0) goto LAB_002173db;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_002173c8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_002173d6;\n }\n }\n FUN_00276d20(__src);\nLAB_002173db:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}" primitive_type (function_declarator "FUN_00217310(undefined8 *param_1,void *param_2,undefined8 *param_3)" identifier (parameter_list "(undefined8 *param_1,void *param_2,undefined8 *param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "void *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_00217445:\n lVar4 = uVar3 * 8;\nLAB_00217358:\n __dest_00 = (void *)FUN_00275550(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_00217358;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_00217445;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_002173c8;\nLAB_002173d6:\n if (__src == (void *)0x0) goto LAB_002173db;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_002173c8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_002173d6;\n }\n }\n FUN_00276d20(__src);\nLAB_002173db:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}" { (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (declaration "void *__src;" primitive_type (pointer_declarator "*__src" * identifier) ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "void *__dest_00;" primitive_type (pointer_declarator "*__dest_00" * identifier) ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (expression_statement "pvVar1 = (void *)param_1[1];" (assignment_expression "pvVar1 = (void *)param_1[1]" identifier = (cast_expression "(void *)param_1[1]" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "__src = (void *)*param_1;" (assignment_expression "__src = (void *)*param_1" identifier = (cast_expression "(void *)*param_1" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "__n = (long)param_2 - (long)__src;" (assignment_expression "__n = (long)param_2 - (long)__src" identifier = (binary_expression "(long)param_2 - (long)__src" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__src" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "uVar2 = (long)pvVar1 - (long)__src >> 3;" (assignment_expression "uVar2 = (long)pvVar1 - (long)__src >> 3" identifier = (binary_expression "(long)pvVar1 - (long)__src >> 3" (binary_expression "(long)pvVar1 - (long)__src" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__src" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) (if_statement "if (uVar2 == 0) {\n uVar3 = 1;\nLAB_00217445:\n lVar4 = uVar3 * 8;\nLAB_00217358:\n __dest_00 = (void *)FUN_00275550(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_00217358;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_00217445;\n }" if (parenthesized_expression "(uVar2 == 0)" ( (binary_expression "uVar2 == 0" identifier == number_literal) )) (compound_statement "{\n uVar3 = 1;\nLAB_00217445:\n lVar4 = uVar3 * 8;\nLAB_00217358:\n __dest_00 = (void *)FUN_00275550(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }" { (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" identifier = number_literal) ;) (labeled_statement "LAB_00217445:\n lVar4 = uVar3 * 8;" statement_identifier : (expression_statement "lVar4 = uVar3 * 8;" (assignment_expression "lVar4 = uVar3 * 8" identifier = (binary_expression "uVar3 * 8" identifier * number_literal)) ;)) (labeled_statement "LAB_00217358:\n __dest_00 = (void *)FUN_00275550(lVar4);" statement_identifier : (expression_statement "__dest_00 = (void *)FUN_00275550(lVar4);" (assignment_expression "__dest_00 = (void *)FUN_00275550(lVar4)" identifier = (cast_expression "(void *)FUN_00275550(lVar4)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00275550(lVar4)" identifier (argument_list "(lVar4)" ( identifier ))))) ;)) (expression_statement "lVar4 = lVar4 + (long)__dest_00;" (assignment_expression "lVar4 = lVar4 + (long)__dest_00" identifier = (binary_expression "lVar4 + (long)__dest_00" identifier + (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) }) (else_clause "else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_00217358;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_00217445;\n }" else (compound_statement "{\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_00217358;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_00217445;\n }" { (expression_statement "uVar3 = uVar2 * 2;" (assignment_expression "uVar3 = uVar2 * 2" identifier = (binary_expression "uVar2 * 2" identifier * number_literal)) ;) (expression_statement "lVar4 = -8;" (assignment_expression "lVar4 = -8" identifier = number_literal) ;) (if_statement "if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_00217358;" if (parenthesized_expression "((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3))" ( (binary_expression "(uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)" (parenthesized_expression "(uVar3 < uVar2)" ( (binary_expression "uVar3 < uVar2" identifier < identifier) )) || (parenthesized_expression "(0x1fffffffffffffff < uVar3)" ( (binary_expression "0x1fffffffffffffff < uVar3" number_literal < identifier) ))) )) (goto_statement "goto LAB_00217358;" goto statement_identifier ;)) (expression_statement "lVar4 = 0;" (assignment_expression "lVar4 = 0" identifier = number_literal) ;) (expression_statement "__dest_00 = (void *)0x0;" (assignment_expression "__dest_00 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (uVar3 != 0) goto LAB_00217445;" if (parenthesized_expression "(uVar3 != 0)" ( (binary_expression "uVar3 != 0" identifier != number_literal) )) (goto_statement "goto LAB_00217445;" goto statement_identifier ;)) }))) (expression_statement "__dest = (void *)((long)__dest_00 + __n + 8);" (assignment_expression "__dest = (void *)((long)__dest_00 + __n + 8)" identifier = (cast_expression "(void *)((long)__dest_00 + __n + 8)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n + 8)" ( (binary_expression "(long)__dest_00 + __n + 8" (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) ;) (expression_statement "*(undefined8 *)((long)__dest_00 + __n) = *param_3;" (assignment_expression "*(undefined8 *)((long)__dest_00 + __n) = *param_3" (pointer_expression "*(undefined8 *)((long)__dest_00 + __n)" * (cast_expression "(undefined8 *)((long)__dest_00 + __n)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n)" ( (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = (pointer_expression "*param_3" * identifier)) ;) (if_statement "if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_002173c8;\nLAB_002173d6:\n if (__src == (void *)0x0) goto LAB_002173db;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_002173c8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_002173d6;\n }\n }" if (parenthesized_expression "(param_2 == __src)" ( (binary_expression "param_2 == __src" identifier == identifier) )) (compound_statement "{\n if (param_2 != pvVar1) goto LAB_002173c8;\nLAB_002173d6:\n if (__src == (void *)0x0) goto LAB_002173db;\n }" { (if_statement "if (param_2 != pvVar1) goto LAB_002173c8;" if (parenthesized_expression "(param_2 != pvVar1)" ( (binary_expression "param_2 != pvVar1" identifier != identifier) )) (goto_statement "goto LAB_002173c8;" goto statement_identifier ;)) (labeled_statement "LAB_002173d6:\n if (__src == (void *)0x0) goto LAB_002173db;" statement_identifier : (if_statement "if (__src == (void *)0x0) goto LAB_002173db;" if (parenthesized_expression "(__src == (void *)0x0)" ( (binary_expression "__src == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_002173db;" goto statement_identifier ;))) }) (else_clause "else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_002173c8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_002173d6;\n }\n }" else (compound_statement "{\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_002173c8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_002173d6;\n }\n }" { (expression_statement "memmove(__dest_00,__src,__n);" (call_expression "memmove(__dest_00,__src,__n)" identifier (argument_list "(__dest_00,__src,__n)" ( identifier , identifier , identifier ))) ;) (if_statement "if (param_2 != pvVar1) {\nLAB_002173c8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_002173d6;\n }" if (parenthesized_expression "(param_2 != pvVar1)" ( (binary_expression "param_2 != pvVar1" identifier != identifier) )) (compound_statement "{\nLAB_002173c8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_002173d6;\n }" { (labeled_statement "LAB_002173c8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);" statement_identifier : (expression_statement "memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);" (call_expression "memcpy(__dest,param_2,(long)pvVar1 - (long)param_2)" identifier (argument_list "(__dest,param_2,(long)pvVar1 - (long)param_2)" ( identifier , identifier , (binary_expression "(long)pvVar1 - (long)param_2" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) ;)) (goto_statement "goto LAB_002173d6;" goto statement_identifier ;) })) }))) (expression_statement "FUN_00276d20(__src);" (call_expression "FUN_00276d20(__src)" identifier (argument_list "(__src)" ( identifier ))) ;) (labeled_statement "LAB_002173db:\n *param_1 = __dest_00;" statement_identifier : (expression_statement "*param_1 = __dest_00;" (assignment_expression "*param_1 = __dest_00" (pointer_expression "*param_1" * identifier) = identifier) ;)) (expression_statement "param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);" (assignment_expression "param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2)" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (binary_expression "(long)__dest + ((long)pvVar1 - (long)param_2)" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)pvVar1 - (long)param_2)" ( (binary_expression "(long)pvVar1 - (long)param_2" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;) (expression_statement "param_1[2] = lVar4;" (assignment_expression "param_1[2] = lVar4" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) >> LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < IDENT) )) || (parenthesized_expression ( (binary_expression LIT < IDENT) ))) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) }))) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) + LIT) )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) )))) = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;))) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ))) ;)) (goto_statement goto statement_identifier ;) })) }))) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;)) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (return_statement return ;) }))) | (function_definition "void FUN_00217310(undefined8 *param_1,void *param_2,undefined8 *param_3)\n\n{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_00217445:\n lVar4 = uVar3 * 8;\nLAB_00217358:\n __dest_00 = (void *)FUN_00275550(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_00217358;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_00217445;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_002173c8;\nLAB_002173d6:\n if (__src == (void *)0x0) goto LAB_002173db;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_002173c8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_002173d6;\n }\n }\n FUN_00276d20(__src);\nLAB_002173db:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00217310(undefined8 *param_1,void *param_2,undefined8 *param_3)" (identifier "FUN_00217310") (parameter_list "(undefined8 *param_1,void *param_2,undefined8 *param_3)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "void *param_2" (primitive_type "void") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "undefined8 *param_3" (type_identifier "undefined8") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_00217445:\n lVar4 = uVar3 * 8;\nLAB_00217358:\n __dest_00 = (void *)FUN_00275550(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_00217358;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_00217445;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_002173c8;\nLAB_002173d6:\n if (__src == (void *)0x0) goto LAB_002173db;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_002173c8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_002173d6;\n }\n }\n FUN_00276d20(__src);\nLAB_002173db:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}" ({ "{") (declaration "void *__dest;" (primitive_type "void") (pointer_declarator "*__dest" (* "*") (identifier "__dest")) (; ";")) (declaration "void *pvVar1;" (primitive_type "void") (pointer_declarator "*pvVar1" (* "*") (identifier "pvVar1")) (; ";")) (declaration "void *__src;" (primitive_type "void") (pointer_declarator "*__src" (* "*") (identifier "__src")) (; ";")) (declaration "ulong uVar2;" (type_identifier "ulong") (identifier "uVar2") (; ";")) (declaration "void *__dest_00;" (primitive_type "void") (pointer_declarator "*__dest_00" (* "*") (identifier "__dest_00")) (; ";")) (declaration "size_t __n;" (primitive_type "size_t") (identifier "__n") (; ";")) (declaration "ulong uVar3;" (type_identifier "ulong") (identifier "uVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (expression_statement "pvVar1 = (void *)param_1[1];" (assignment_expression "pvVar1 = (void *)param_1[1]" (identifier "pvVar1") (= "=") (cast_expression "(void *)param_1[1]" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) (; ";")) (expression_statement "__src = (void *)*param_1;" (assignment_expression "__src = (void *)*param_1" (identifier "__src") (= "=") (cast_expression "(void *)*param_1" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (expression_statement "__n = (long)param_2 - (long)__src;" (assignment_expression "__n = (long)param_2 - (long)__src" (identifier "__n") (= "=") (binary_expression "(long)param_2 - (long)__src" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (- "-") (cast_expression "(long)__src" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__src")))) (; ";")) (expression_statement "uVar2 = (long)pvVar1 - (long)__src >> 3;" (assignment_expression "uVar2 = (long)pvVar1 - (long)__src >> 3" (identifier "uVar2") (= "=") (binary_expression "(long)pvVar1 - (long)__src >> 3" (binary_expression "(long)pvVar1 - (long)__src" (cast_expression "(long)pvVar1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pvVar1")) (- "-") (cast_expression "(long)__src" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__src"))) (>> ">>") (number_literal "3"))) (; ";")) (if_statement "if (uVar2 == 0) {\n uVar3 = 1;\nLAB_00217445:\n lVar4 = uVar3 * 8;\nLAB_00217358:\n __dest_00 = (void *)FUN_00275550(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_00217358;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_00217445;\n }" (if "if") (parenthesized_expression "(uVar2 == 0)" (( "(") (binary_expression "uVar2 == 0" (identifier "uVar2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar3 = 1;\nLAB_00217445:\n lVar4 = uVar3 * 8;\nLAB_00217358:\n __dest_00 = (void *)FUN_00275550(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }" ({ "{") (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" (identifier "uVar3") (= "=") (number_literal "1")) (; ";")) (labeled_statement "LAB_00217445:\n lVar4 = uVar3 * 8;" (statement_identifier "LAB_00217445") (: ":") (expression_statement "lVar4 = uVar3 * 8;" (assignment_expression "lVar4 = uVar3 * 8" (identifier "lVar4") (= "=") (binary_expression "uVar3 * 8" (identifier "uVar3") (* "*") (number_literal "8"))) (; ";"))) (labeled_statement "LAB_00217358:\n __dest_00 = (void *)FUN_00275550(lVar4);" (statement_identifier "LAB_00217358") (: ":") (expression_statement "__dest_00 = (void *)FUN_00275550(lVar4);" (assignment_expression "__dest_00 = (void *)FUN_00275550(lVar4)" (identifier "__dest_00") (= "=") (cast_expression "(void *)FUN_00275550(lVar4)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00275550(lVar4)" (identifier "FUN_00275550") (argument_list "(lVar4)" (( "(") (identifier "lVar4") () ")"))))) (; ";"))) (expression_statement "lVar4 = lVar4 + (long)__dest_00;" (assignment_expression "lVar4 = lVar4 + (long)__dest_00" (identifier "lVar4") (= "=") (binary_expression "lVar4 + (long)__dest_00" (identifier "lVar4") (+ "+") (cast_expression "(long)__dest_00" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest_00")))) (; ";")) (} "}")) (else_clause "else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_00217358;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_00217445;\n }" (else "else") (compound_statement "{\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_00217358;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_00217445;\n }" ({ "{") (expression_statement "uVar3 = uVar2 * 2;" (assignment_expression "uVar3 = uVar2 * 2" (identifier "uVar3") (= "=") (binary_expression "uVar2 * 2" (identifier "uVar2") (* "*") (number_literal "2"))) (; ";")) (expression_statement "lVar4 = -8;" (assignment_expression "lVar4 = -8" (identifier "lVar4") (= "=") (number_literal "-8")) (; ";")) (if_statement "if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_00217358;" (if "if") (parenthesized_expression "((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3))" (( "(") (binary_expression "(uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)" (parenthesized_expression "(uVar3 < uVar2)" (( "(") (binary_expression "uVar3 < uVar2" (identifier "uVar3") (< "<") (identifier "uVar2")) () ")")) (|| "||") (parenthesized_expression "(0x1fffffffffffffff < uVar3)" (( "(") (binary_expression "0x1fffffffffffffff < uVar3" (number_literal "0x1fffffffffffffff") (< "<") (identifier "uVar3")) () ")"))) () ")")) (goto_statement "goto LAB_00217358;" (goto "goto") (statement_identifier "LAB_00217358") (; ";"))) (expression_statement "lVar4 = 0;" (assignment_expression "lVar4 = 0" (identifier "lVar4") (= "=") (number_literal "0")) (; ";")) (expression_statement "__dest_00 = (void *)0x0;" (assignment_expression "__dest_00 = (void *)0x0" (identifier "__dest_00") (= "=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (if_statement "if (uVar3 != 0) goto LAB_00217445;" (if "if") (parenthesized_expression "(uVar3 != 0)" (( "(") (binary_expression "uVar3 != 0" (identifier "uVar3") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_00217445;" (goto "goto") (statement_identifier "LAB_00217445") (; ";"))) (} "}")))) (expression_statement "__dest = (void *)((long)__dest_00 + __n + 8);" (assignment_expression "__dest = (void *)((long)__dest_00 + __n + 8)" (identifier "__dest") (= "=") (cast_expression "(void *)((long)__dest_00 + __n + 8)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)__dest_00 + __n + 8)" (( "(") (binary_expression "(long)__dest_00 + __n + 8" (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest_00")) (+ "+") (identifier "__n")) (+ "+") (number_literal "8")) () ")")))) (; ";")) (expression_statement "*(undefined8 *)((long)__dest_00 + __n) = *param_3;" (assignment_expression "*(undefined8 *)((long)__dest_00 + __n) = *param_3" (pointer_expression "*(undefined8 *)((long)__dest_00 + __n)" (* "*") (cast_expression "(undefined8 *)((long)__dest_00 + __n)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)__dest_00 + __n)" (( "(") (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest_00")) (+ "+") (identifier "__n")) () ")")))) (= "=") (pointer_expression "*param_3" (* "*") (identifier "param_3"))) (; ";")) (if_statement "if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_002173c8;\nLAB_002173d6:\n if (__src == (void *)0x0) goto LAB_002173db;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_002173c8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_002173d6;\n }\n }" (if "if") (parenthesized_expression "(param_2 == __src)" (( "(") (binary_expression "param_2 == __src" (identifier "param_2") (== "==") (identifier "__src")) () ")")) (compound_statement "{\n if (param_2 != pvVar1) goto LAB_002173c8;\nLAB_002173d6:\n if (__src == (void *)0x0) goto LAB_002173db;\n }" ({ "{") (if_statement "if (param_2 != pvVar1) goto LAB_002173c8;" (if "if") (parenthesized_expression "(param_2 != pvVar1)" (( "(") (binary_expression "param_2 != pvVar1" (identifier "param_2") (!= "!=") (identifier "pvVar1")) () ")")) (goto_statement "goto LAB_002173c8;" (goto "goto") (statement_identifier "LAB_002173c8") (; ";"))) (labeled_statement "LAB_002173d6:\n if (__src == (void *)0x0) goto LAB_002173db;" (statement_identifier "LAB_002173d6") (: ":") (if_statement "if (__src == (void *)0x0) goto LAB_002173db;" (if "if") (parenthesized_expression "(__src == (void *)0x0)" (( "(") (binary_expression "__src == (void *)0x0" (identifier "__src") (== "==") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_002173db;" (goto "goto") (statement_identifier "LAB_002173db") (; ";")))) (} "}")) (else_clause "else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_002173c8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_002173d6;\n }\n }" (else "else") (compound_statement "{\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_002173c8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_002173d6;\n }\n }" ({ "{") (expression_statement "memmove(__dest_00,__src,__n);" (call_expression "memmove(__dest_00,__src,__n)" (identifier "memmove") (argument_list "(__dest_00,__src,__n)" (( "(") (identifier "__dest_00") (, ",") (identifier "__src") (, ",") (identifier "__n") () ")"))) (; ";")) (if_statement "if (param_2 != pvVar1) {\nLAB_002173c8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_002173d6;\n }" (if "if") (parenthesized_expression "(param_2 != pvVar1)" (( "(") (binary_expression "param_2 != pvVar1" (identifier "param_2") (!= "!=") (identifier "pvVar1")) () ")")) (compound_statement "{\nLAB_002173c8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_002173d6;\n }" ({ "{") (labeled_statement "LAB_002173c8:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);" (statement_identifier "LAB_002173c8") (: ":") (expression_statement "memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);" (call_expression "memcpy(__dest,param_2,(long)pvVar1 - (long)param_2)" (identifier "memcpy") (argument_list "(__dest,param_2,(long)pvVar1 - (long)param_2)" (( "(") (identifier "__dest") (, ",") (identifier "param_2") (, ",") (binary_expression "(long)pvVar1 - (long)param_2" (cast_expression "(long)pvVar1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pvVar1")) (- "-") (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2"))) () ")"))) (; ";"))) (goto_statement "goto LAB_002173d6;" (goto "goto") (statement_identifier "LAB_002173d6") (; ";")) (} "}"))) (} "}")))) (expression_statement "FUN_00276d20(__src);" (call_expression "FUN_00276d20(__src)" (identifier "FUN_00276d20") (argument_list "(__src)" (( "(") (identifier "__src") () ")"))) (; ";")) (labeled_statement "LAB_002173db:\n *param_1 = __dest_00;" (statement_identifier "LAB_002173db") (: ":") (expression_statement "*param_1 = __dest_00;" (assignment_expression "*param_1 = __dest_00" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "__dest_00")) (; ";"))) (expression_statement "param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);" (assignment_expression "param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2)" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "(long)__dest + ((long)pvVar1 - (long)param_2)" (cast_expression "(long)__dest" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest")) (+ "+") (parenthesized_expression "((long)pvVar1 - (long)param_2)" (( "(") (binary_expression "(long)pvVar1 - (long)param_2" (cast_expression "(long)pvVar1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pvVar1")) (- "-") (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2"))) () ")")))) (; ";")) (expression_statement "param_1[2] = lVar4;" (assignment_expression "param_1[2] = lVar4" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "lVar4")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* DWARF original prototype: void
_M_realloc_insert<gold::Version_expression_list*>(vector<gold::Version_expression_list*,_std::allocator<gold::Version_expression_list*>_>
* this, iterator __position, Version_expression_list * * __args#0) */
void __thiscall
std::vector<var_1::type_1*,var_2::allocator<var_1::type_1*>var_3>::
_M_realloc_insert<var_1::type_1*>
(vector<var_1::type_1*,var_2::allocator<var_1::type_1*>var_3>
*this,iterator __position,type_1 **__args_0)
{
void *__dest;
type_1 **var_11;
type_1 **var_10;
type_2 var_5;
type_3 __dest_00;
size_t var_9;
type_2 var_6;
type_2 var_8;
type_3 ppVVar5;
var_11 = (this->
super__Vector_base<var_1::type_1*,var_2::allocator<var_1::type_1*>var_3>var_4
)._M_impl._M_finish;
var_10 = (this->
super__Vector_base<var_1::type_1*,var_2::allocator<var_1::type_1*>var_3>var_4
)._M_impl._M_start;
var_9 = (long)__position._M_current - (long)var_10;
var_5 = (long)var_11 - (long)var_10 >> 3;
if (var_5 == 0) {
var_6 = 1;
LAB_00217445:
var_8 = var_6 * 8;
LAB_00217358:
__dest_00 = (type_3)var_7(var_8);
ppVVar5 = (type_3)(var_8 + (long)__dest_00);
}
else {
var_6 = var_5 * 2;
var_8 = 0xfffffffffffffff8;
if ((var_6 < var_5) || (0x1fffffffffffffff < var_6)) goto LAB_00217358;
ppVVar5 = (type_3)0x0;
__dest_00 = (type_3)0x0;
if (var_6 != 0) goto LAB_00217445;
}
__dest = (void *)((long)__dest_00 + var_9 + 8);
*(type_1 **)((long)__dest_00 + var_9) = *__args_0;
if (__position._M_current == var_10) {
if (__position._M_current != var_11) goto LAB_002173c8;
LAB_002173d6:
if (var_10 == (type_1 **)0x0) goto LAB_002173db;
}
else {
var_12(__dest_00,var_10,var_9);
if (__position._M_current != var_11) {
LAB_002173c8:
var_13(__dest,__position._M_current,(long)var_11 - (long)__position._M_current);
goto LAB_002173d6;
}
}
var_14(var_10);
LAB_002173db:
(this->
super__Vector_base<var_1::type_1*,var_2::allocator<var_1::type_1*>var_3>var_4
)._M_impl._M_start = __dest_00;
(this->
super__Vector_base<var_1::type_1*,var_2::allocator<var_1::type_1*>var_3>var_4
)._M_impl._M_finish = (type_3)((long)__dest + ((long)var_11 - (long)__position._M_current));
(this->
super__Vector_base<var_1::type_1*,var_2::allocator<var_1::type_1*>var_3>var_4
)._M_impl._M_end_of_storage = ppVVar5;
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier)) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier))))) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_identifier))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))))) (goto_statement label: (statement_identifier))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (return_statement)))) | null |
void MASKED(undefined8 *param_1,void *param_2,undefined8 *param_3)
{
void *__dest;
void *pvVar1;
void *__src;
ulong uVar2;
void *__dest_00;
size_t __n;
ulong uVar3;
long lVar4;
pvVar1 = (void *)param_1[1];
__src = (void *)*param_1;
__n = (long)param_2 - (long)__src;
uVar2 = (long)pvVar1 - (long)__src >> 3;
if (uVar2 == 0) {
uVar3 = 1;
LAB_00217445:
lVar4 = uVar3 * 8;
LAB_00217358:
__dest_00 = (void *)FUN_00275550(lVar4);
lVar4 = lVar4 + (long)__dest_00;
}
else {
uVar3 = uVar2 * 2;
lVar4 = -8;
if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_00217358;
lVar4 = 0;
__dest_00 = (void *)0x0;
if (uVar3 != 0) goto LAB_00217445;
}
__dest = (void *)((long)__dest_00 + __n + 8);
*(undefined8 *)((long)__dest_00 + __n) = *param_3;
if (param_2 == __src) {
if (param_2 != pvVar1) goto LAB_002173c8;
LAB_002173d6:
if (__src == (void *)0x0) goto LAB_002173db;
}
else {
memmove(__dest_00,__src,__n);
if (param_2 != pvVar1) {
LAB_002173c8:
memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);
goto LAB_002173d6;
}
}
FUN_00276d20(__src);
LAB_002173db:
*param_1 = __dest_00;
param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);
param_1[2] = lVar4;
return;
}
|
9198_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c | replace | FUN_0030f630 |
/* std::string::replace(__normal_iterator<char*, std::string >, __normal_iterator<char*, std::string
>, __normal_iterator<char const*, std::string >, __normal_iterator<char const*, std::string >) */
void __thiscall
std::string::replace(string *this,long param_2,long param_3,char *param_4,long param_5)
{
replace(this,param_2 - *(long *)this,param_3 - param_2,param_4,param_5 - (long)param_4);
return;
}
|
void FUN_0030f630(long *param_1,long param_2,long param_3,long param_4,long param_5)
{
FUN_0030f300(param_1,param_2 - *param_1,param_3 - param_2,param_4,param_5 - param_4);
return;
}
| SUB RDX,RSI
SUB R8,RCX
SUB RSI,qword ptr [RDI]
JMP 0x0030f300 | null | null | null | null | [('tmp_139', u'INT_SUB_-1204816314'), ('tmp_140', u'INT_SUB_-1204816314'), ('tmp_140', u'INT_SUB_-1204816287'), ('tmp_141', u'INT_SUB_-1204816302'), ('const-433', u'LOAD_-1204816306'), ('tmp_143', u'CAST_-1204816215'), ('tmp_142', u'CALL_-1204816290'), (u'INT_SUB_-1204816302', u'CALL_-1204816290'), ('tmp_142', u'CAST_-1204816219'), (u'CAST_-1204816215', u'LOAD_-1204816306'), (u'LOAD_-1204816306', u'INT_SUB_-1204816287'), ('const-0', u'RETURN_-1204816286'), (u'CAST_-1204816219', u'INT_SUB_-1204816302'), (u'INT_SUB_-1204816287', u'CALL_-1204816290'), ('tmp_143', u'CALL_-1204816290'), (u'INT_SUB_-1204816314', u'CALL_-1204816290')] | [('tmp_139', u'INT_SUB_-1204816314'), ('tmp_140', u'INT_SUB_-1204816314'), ('tmp_140', u'INT_SUB_-1204816287'), ('tmp_141', u'INT_SUB_-1204816302'), ('tmp_142', u'CALL_-1204816290'), (u'INT_SUB_-1204816302', u'CALL_-1204816290'), ('const-433', u'LOAD_-1204816306'), ('tmp_143', u'LOAD_-1204816306'), (u'LOAD_-1204816306', u'INT_SUB_-1204816287'), ('const-0', u'RETURN_-1204816286'), ('tmp_142', u'INT_SUB_-1204816302'), (u'INT_SUB_-1204816287', u'CALL_-1204816290'), ('tmp_143', u'CALL_-1204816290'), (u'INT_SUB_-1204816314', u'CALL_-1204816290')] | null | null | 0030f630 | x64 | O2 | (translation_unit "void FUN_0030f630(long *param_1,long param_2,long param_3,long param_4,long param_5)\n\n{\n FUN_0030f300(param_1,param_2 - *param_1,param_3 - param_2,param_4,param_5 - param_4);\n return;\n}\n\n" (function_definition "void FUN_0030f630(long *param_1,long param_2,long param_3,long param_4,long param_5)\n\n{\n FUN_0030f300(param_1,param_2 - *param_1,param_3 - param_2,param_4,param_5 - param_4);\n return;\n}" primitive_type (function_declarator "FUN_0030f630(long *param_1,long param_2,long param_3,long param_4,long param_5)" identifier (parameter_list "(long *param_1,long param_2,long param_3,long param_4,long param_5)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_4" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_5" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n FUN_0030f300(param_1,param_2 - *param_1,param_3 - param_2,param_4,param_5 - param_4);\n return;\n}" { (expression_statement "FUN_0030f300(param_1,param_2 - *param_1,param_3 - param_2,param_4,param_5 - param_4);" (call_expression "FUN_0030f300(param_1,param_2 - *param_1,param_3 - param_2,param_4,param_5 - param_4)" identifier (argument_list "(param_1,param_2 - *param_1,param_3 - param_2,param_4,param_5 - param_4)" ( identifier , (binary_expression "param_2 - *param_1" identifier - (pointer_expression "*param_1" * identifier)) , (binary_expression "param_3 - param_2" identifier - identifier) , identifier , (binary_expression "param_5 - param_4" identifier - identifier) ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* std::string::replace(__normal_iterator<char*, std::string >, __normal_iterator<char*, std::string\n >, __normal_iterator<char const*, std::string >, __normal_iterator<char const*, std::string >) */\n\nvoid __thiscall\nstd::string::replace(string *this,long param_2,long param_3,char *param_4,long param_5)\n\n{\n replace(this,param_2 - *(long *)this,param_3 - param_2,param_4,param_5 - (long)param_4);\n return;\n}\n\n" comment (function_definition "void __thiscall\nstd::string::replace(string *this,long param_2,long param_3,char *param_4,long param_5)\n\n{\n replace(this,param_2 - *(long *)this,param_3 - param_2,param_4,param_5 - (long)param_4);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::string::" identifier : : identifier : :) (function_declarator "replace(string *this,long param_2,long param_3,char *param_4,long param_5)" identifier (parameter_list "(string *this,long param_2,long param_3,char *param_4,long param_5)" ( (parameter_declaration "string *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) , (parameter_declaration "char *param_4" primitive_type (pointer_declarator "*param_4" * identifier)) , (parameter_declaration "long param_5" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n replace(this,param_2 - *(long *)this,param_3 - param_2,param_4,param_5 - (long)param_4);\n return;\n}" { (expression_statement "replace(this,param_2 - *(long *)this,param_3 - param_2,param_4,param_5 - (long)param_4);" (call_expression "replace(this,param_2 - *(long *)this,param_3 - param_2,param_4,param_5 - (long)param_4)" identifier (argument_list "(this,param_2 - *(long *)this,param_3 - param_2,param_4,param_5 - (long)param_4)" ( identifier , (binary_expression "param_2 - *(long *)this" identifier - (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier))) , (binary_expression "param_3 - param_2" identifier - identifier) , identifier , (binary_expression "param_5 - (long)param_4" identifier - (cast_expression "(long)param_4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void FUN_0030f630(long *param_1,long param_2,long param_3,long param_4,long param_5)\n\n{\n FUN_0030f300(param_1,param_2 - *param_1,param_3 - param_2,param_4,param_5 - param_4);\n return;\n}\n\n" (function_definition "void FUN_0030f630(long *param_1,long param_2,long param_3,long param_4,long param_5)\n\n{\n FUN_0030f300(param_1,param_2 - *param_1,param_3 - param_2,param_4,param_5 - param_4);\n return;\n}" primitive_type (function_declarator "FUN_0030f630(long *param_1,long param_2,long param_3,long param_4,long param_5)" identifier (parameter_list "(long *param_1,long param_2,long param_3,long param_4,long param_5)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_4" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_5" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n FUN_0030f300(param_1,param_2 - *param_1,param_3 - param_2,param_4,param_5 - param_4);\n return;\n}" { (expression_statement "FUN_0030f300(param_1,param_2 - *param_1,param_3 - param_2,param_4,param_5 - param_4);" (call_expression "FUN_0030f300(param_1,param_2 - *param_1,param_3 - param_2,param_4,param_5 - param_4)" identifier (argument_list "(param_1,param_2 - *param_1,param_3 - param_2,param_4,param_5 - param_4)" ( identifier , (binary_expression "param_2 - *param_1" identifier - (pointer_expression "*param_1" * identifier)) , (binary_expression "param_3 - param_2" identifier - identifier) , identifier , (binary_expression "param_5 - param_4" identifier - identifier) ))) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (binary_expression IDENT - (pointer_expression * IDENT)) , (binary_expression IDENT - IDENT) , IDENT , (binary_expression IDENT - IDENT) ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_0030f630(long *param_1,long param_2,long param_3,long param_4,long param_5)\n\n{\n FUN_0030f300(param_1,param_2 - *param_1,param_3 - param_2,param_4,param_5 - param_4);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0030f630(long *param_1,long param_2,long param_3,long param_4,long param_5)" (identifier "FUN_0030f630") (parameter_list "(long *param_1,long param_2,long param_3,long param_4,long param_5)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) (, ",") (parameter_declaration "long param_3" (sized_type_specifier "long" (long "long")) (identifier "param_3")) (, ",") (parameter_declaration "long param_4" (sized_type_specifier "long" (long "long")) (identifier "param_4")) (, ",") (parameter_declaration "long param_5" (sized_type_specifier "long" (long "long")) (identifier "param_5")) () ")"))) (compound_statement "{\n FUN_0030f300(param_1,param_2 - *param_1,param_3 - param_2,param_4,param_5 - param_4);\n return;\n}" ({ "{") (expression_statement "FUN_0030f300(param_1,param_2 - *param_1,param_3 - param_2,param_4,param_5 - param_4);" (call_expression "FUN_0030f300(param_1,param_2 - *param_1,param_3 - param_2,param_4,param_5 - param_4)" (identifier "FUN_0030f300") (argument_list "(param_1,param_2 - *param_1,param_3 - param_2,param_4,param_5 - param_4)" (( "(") (identifier "param_1") (, ",") (binary_expression "param_2 - *param_1" (identifier "param_2") (- "-") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (, ",") (binary_expression "param_3 - param_2" (identifier "param_3") (- "-") (identifier "param_2")) (, ",") (identifier "param_4") (, ",") (binary_expression "param_5 - param_4" (identifier "param_5") (- "-") (identifier "param_4")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* std::string::replace(__normal_iterator<char*, std::string >, __normal_iterator<char*, std::string
>, __normal_iterator<char const*, std::string >, __normal_iterator<char const*, std::string >) */
void __thiscall
std::type_1::function_1(type_1 *this,long var_1,long var_2,char *param_4,long var_3)
{
function_1(this,var_1 - *(long *)this,var_2 - var_1,param_4,var_3 - (long)param_4);
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (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: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (identifier) right: (pointer_expression argument: (identifier))) (binary_expression left: (identifier) right: (identifier)) (identifier) (binary_expression left: (identifier) right: (identifier))))) (return_statement)))) | null |
void MASKED(long *param_1,long param_2,long param_3,long param_4,long param_5)
{
FUN_0030f300(param_1,param_2 - *param_1,param_3 - param_2,param_4,param_5 - param_4);
return;
}
|
399_du_and_du_strip.c | __fxstat | __fxstat |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int __fxstat(int __ver,int __fildes,stat *__stat_buf)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __fxstat@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int __fxstat(int __ver,int __fildes,stat *__stat_buf)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206992294')] | [('const-1', u'RETURN_-1206992294')] | null | null | 0011c250 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint __fxstat(int __ver,int __fildes,stat *__stat_buf)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int __fxstat(int __ver,int __fildes,stat *__stat_buf)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\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 /* 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 __fxstat(int __ver,int __fildes,stat *__stat_buf)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __fxstat@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int __fxstat(int __ver,int __fildes,stat *__stat_buf)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __fxstat@@GLIBC_2.2.5 */\n halt_baddata();\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 /* WARNING: Bad instruction - Truncating control flow here */\n /* __fxstat@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "int __fxstat(int __ver,int __fildes,stat *__stat_buf)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int __fxstat(int __ver,int __fildes,stat *__stat_buf)\n\n{\n \n halt_baddata();\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 \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 (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "int __fxstat(int __ver,int __fildes,stat *__stat_buf)\n\n{\n \n halt_baddata();\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 \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 __ver,int __fildes,type_1 *__stat_buf)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __fxstat@@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: (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 __ver,int __fildes,stat *__stat_buf)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
152_m68k-linux-gnu-c++filt_and_m68k-linux-gnu-c++filt_strip.c | bfd_printable_arch_mach | bfd_printable_arch_mach |
/* WARNING: Control flow encountered bad instruction data */
void bfd_printable_arch_mach(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_printable_arch_mach(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207037590')] | [('const-1', u'RETURN_-1207037590')] | null | null | 00111160 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_printable_arch_mach(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_printable_arch_mach(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_printable_arch_mach(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_printable_arch_mach(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_printable_arch_mach(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_printable_arch_mach(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_printable_arch_mach(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_printable_arch_mach(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_printable_arch_mach(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_printable_arch_mach(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_printable_arch_mach(void)" (identifier "bfd_printable_arch_mach") (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();
}
|
53_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c | ungetwc | ungetwc |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
wint_t ungetwc(wint_t __wc,__FILE *__stream)
{
wint_t wVar1;
wVar1 = (*(code *)PTR_ungetwc_0043e1a8)();
return wVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
wint_t ungetwc(wint_t __wc,__FILE *__stream)
{
wint_t wVar1;
wVar1 = (*(code *)PTR_ungetwc_0043e1a8)();
return wVar1;
}
| JMP qword ptr [0x0043e1a8] | null | null | null | null | [(u'INDIRECT_-1207209065', u'COPY_-1207209124'), (u'CAST_-1207209060', u'CALLIND_-1207209128'), ('const-0', u'RETURN_-1207209125'), ('tmp_38', u'CAST_-1207209060'), (u'CALLIND_-1207209128', u'INDIRECT_-1207209065'), (u'CALLIND_-1207209128', u'RETURN_-1207209125')] | [(u'INDIRECT_-1207209065', u'COPY_-1207209124'), (u'CAST_-1207209060', u'CALLIND_-1207209128'), ('const-0', u'RETURN_-1207209125'), ('tmp_38', u'CAST_-1207209060'), (u'CALLIND_-1207209128', u'INDIRECT_-1207209065'), (u'CALLIND_-1207209128', u'RETURN_-1207209125')] | null | null | 00147350 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nwint_t ungetwc(wint_t __wc,__FILE *__stream)\n\n{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_ungetwc_0043e1a8)();\n return wVar1;\n}\n\n" comment (function_definition "wint_t ungetwc(wint_t __wc,__FILE *__stream)\n\n{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_ungetwc_0043e1a8)();\n return wVar1;\n}" type_identifier (function_declarator "ungetwc(wint_t __wc,__FILE *__stream)" identifier (parameter_list "(wint_t __wc,__FILE *__stream)" ( (parameter_declaration "wint_t __wc" type_identifier identifier) , (parameter_declaration "__FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_ungetwc_0043e1a8)();\n return wVar1;\n}" { (declaration "wint_t wVar1;" type_identifier identifier ;) (expression_statement "wVar1 = (*(code *)PTR_ungetwc_0043e1a8)();" (assignment_expression "wVar1 = (*(code *)PTR_ungetwc_0043e1a8)()" identifier = (call_expression "(*(code *)PTR_ungetwc_0043e1a8)()" (parenthesized_expression "(*(code *)PTR_ungetwc_0043e1a8)" ( (pointer_expression "*(code *)PTR_ungetwc_0043e1a8" * (cast_expression "(code *)PTR_ungetwc_0043e1a8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return wVar1;" return identifier ;) }))) | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nwint_t ungetwc(wint_t __wc,__FILE *__stream)\n\n{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_ungetwc_0043e1a8)();\n return wVar1;\n}\n\n" comment (function_definition "wint_t ungetwc(wint_t __wc,__FILE *__stream)\n\n{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_ungetwc_0043e1a8)();\n return wVar1;\n}" type_identifier (function_declarator "ungetwc(wint_t __wc,__FILE *__stream)" identifier (parameter_list "(wint_t __wc,__FILE *__stream)" ( (parameter_declaration "wint_t __wc" type_identifier identifier) , (parameter_declaration "__FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_ungetwc_0043e1a8)();\n return wVar1;\n}" { (declaration "wint_t wVar1;" type_identifier identifier ;) (expression_statement "wVar1 = (*(code *)PTR_ungetwc_0043e1a8)();" (assignment_expression "wVar1 = (*(code *)PTR_ungetwc_0043e1a8)()" identifier = (call_expression "(*(code *)PTR_ungetwc_0043e1a8)()" (parenthesized_expression "(*(code *)PTR_ungetwc_0043e1a8)" ( (pointer_expression "*(code *)PTR_ungetwc_0043e1a8" * (cast_expression "(code *)PTR_ungetwc_0043e1a8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return wVar1;" return identifier ;) }))) | (translation_unit "wint_t ungetwc(wint_t __wc,__FILE *__stream)\n\n{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_ungetwc_0043e1a8)();\n return wVar1;\n}\n\n" (function_definition "wint_t ungetwc(wint_t __wc,__FILE *__stream)\n\n{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_ungetwc_0043e1a8)();\n return wVar1;\n}" type_identifier (function_declarator "ungetwc(wint_t __wc,__FILE *__stream)" identifier (parameter_list "(wint_t __wc,__FILE *__stream)" ( (parameter_declaration "wint_t __wc" type_identifier identifier) , (parameter_declaration "__FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_ungetwc_0043e1a8)();\n return wVar1;\n}" { (declaration "wint_t wVar1;" type_identifier identifier ;) (expression_statement "wVar1 = (*(code *)PTR_ungetwc_0043e1a8)();" (assignment_expression "wVar1 = (*(code *)PTR_ungetwc_0043e1a8)()" identifier = (call_expression "(*(code *)PTR_ungetwc_0043e1a8)()" (parenthesized_expression "(*(code *)PTR_ungetwc_0043e1a8)" ( (pointer_expression "*(code *)PTR_ungetwc_0043e1a8" * (cast_expression "(code *)PTR_ungetwc_0043e1a8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return wVar1;" return identifier ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (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 "wint_t ungetwc(wint_t __wc,__FILE *__stream)\n\n{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_ungetwc_0043e1a8)();\n return wVar1;\n}" (type_identifier "wint_t") (function_declarator "ungetwc(wint_t __wc,__FILE *__stream)" (identifier "ungetwc") (parameter_list "(wint_t __wc,__FILE *__stream)" (( "(") (parameter_declaration "wint_t __wc" (type_identifier "wint_t") (identifier "__wc")) (, ",") (parameter_declaration "__FILE *__stream" (type_identifier "__FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) () ")"))) (compound_statement "{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_ungetwc_0043e1a8)();\n return wVar1;\n}" ({ "{") (declaration "wint_t wVar1;" (type_identifier "wint_t") (identifier "wVar1") (; ";")) (expression_statement "wVar1 = (*(code *)PTR_ungetwc_0043e1a8)();" (assignment_expression "wVar1 = (*(code *)PTR_ungetwc_0043e1a8)()" (identifier "wVar1") (= "=") (call_expression "(*(code *)PTR_ungetwc_0043e1a8)()" (parenthesized_expression "(*(code *)PTR_ungetwc_0043e1a8)" (( "(") (pointer_expression "*(code *)PTR_ungetwc_0043e1a8" (* "*") (cast_expression "(code *)PTR_ungetwc_0043e1a8" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_ungetwc_0043e1a8"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return wVar1;" (return "return") (identifier "wVar1") (; ";")) (} "}"))) |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 function_1(type_1 __wc,type_2 *__stream)
{
type_1 wVar1;
wVar1 = (*(type_3 *)PTR_ungetwc_0043e1a8)();
return wVar1;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier))))) | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
wint_t MASKED(wint_t __wc,__FILE *__stream)
{
wint_t wVar1;
wVar1 = (*(code *)PTR_MASKED_0043e1a8)();
return wVar1;
}
|
2359_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | signal | FUN_0017f490 |
/* DWARF original prototype: void signal(Condvar_impl_nothreads * this) */
__sighandler_t __thiscall
gold::Condvar_impl_nothreads::signal
(Condvar_impl_nothreads *this,int __sig,__sighandler_t __handler)
{
__sighandler_t in_RAX;
return in_RAX;
}
|
void FUN_0017f490(void)
{
return;
}
| RET | null | null | null | null | [('const-0', u'RETURN_-1207372644'), ('tmp_15', u'RETURN_-1207372644')] | [('const-0', u'RETURN_-1207372644')] | null | null | 0017f490 | x64 | O2 | (translation_unit "void FUN_0017f490(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_0017f490(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_0017f490(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 signal(Condvar_impl_nothreads * this) */\n\n__sighandler_t __thiscall\ngold::Condvar_impl_nothreads::signal\n (Condvar_impl_nothreads *this,int __sig,__sighandler_t __handler)\n\n{\n __sighandler_t in_RAX;\n \n return in_RAX;\n}\n\n" comment (function_definition "__sighandler_t __thiscall\ngold::Condvar_impl_nothreads::signal\n (Condvar_impl_nothreads *this,int __sig,__sighandler_t __handler)\n\n{\n __sighandler_t in_RAX;\n \n return in_RAX;\n}" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Condvar_impl_nothreads::" identifier : : identifier : :) (function_declarator "signal\n (Condvar_impl_nothreads *this,int __sig,__sighandler_t __handler)" identifier (parameter_list "(Condvar_impl_nothreads *this,int __sig,__sighandler_t __handler)" ( (parameter_declaration "Condvar_impl_nothreads *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __sig" primitive_type identifier) , (parameter_declaration "__sighandler_t __handler" type_identifier identifier) ))) (compound_statement "{\n __sighandler_t in_RAX;\n \n return in_RAX;\n}" { (declaration "__sighandler_t in_RAX;" type_identifier identifier ;) (return_statement "return in_RAX;" return identifier ;) }))) | (translation_unit "void FUN_0017f490(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_0017f490(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_0017f490(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_0017f490(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_0017f490(void)" (identifier "FUN_0017f490") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* DWARF original prototype: void signal(Condvar_impl_nothreads * this) */
type_1 __thiscall
gold::type_2::function_1
(type_2 *this,int __sig,type_1 __handler)
{
type_1 in_RAX;
return in_RAX;
}
| 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;
}
|
5051_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c | add_global_generic | FUN_0021ffa0 |
/* DWARF original prototype: void add_global_generic(Output_data_reloc<4,_false,_32,_true> * this,
Symbol * gsym, uint type, Output_data * od, Relobj * relobj, uint shndx, uint64_t address,
uint64_t addend) */
void __thiscall
gold::Output_data_reloc<4,_false,_32,_true>::add_global_generic
(Output_data_reloc<4,_false,_32,_true> *this,Symbol *gsym,uint type,Output_data *od,
Relobj *relobj,uint shndx,uint64_t address,uint64_t addend)
{
Output_reloc_type OStack_58;
if ((addend == (addend & 0xffffffff)) && (address == (address & 0xffffffff))) {
Output_reloc<9,_false,_32,_true>::Output_reloc
(&OStack_58.rel_,gsym,type,(Sized_relobj<32,_true> *)relobj,shndx,(Address)address,
false,false,false);
OStack_58.addend_ = (Addend)addend;
Output_data_reloc_base<4,_false,_32,_true>::add
(&this->super_Output_data_reloc_base<4,_false,_32,_true>,od,&OStack_58);
return;
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types");
}
|
void FUN_0021ffa0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined8 param_5,undefined4 param_6,ulong param_7,ulong param_8)
{
undefined1 auStack_58 [32];
undefined4 local_38;
if ((param_8 == (param_8 & 0xffffffff)) && (param_7 == (param_7 & 0xffffffff))) {
FUN_00200a00(auStack_58);
local_38 = (int)param_8;
FUN_0021fda0(param_1,param_4,auStack_58);
return;
}
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_5,param_6);
}
| PUSH R13
MOV R13,RCX
MOV RCX,R8
MOV R8D,R9D
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x38
MOV RBX,qword ptr [RSP + 0x68]
MOV R9,qword ptr [RSP + 0x60]
MOV EAX,EBX
CMP RBX,RAX
JNZ 0x00220005
MOV EAX,R9D
CMP R9,RAX
JNZ 0x00220005
MOV RBP,RSP
SUB RSP,0x8
MOV R12,RDI
PUSH 0x0
MOV RDI,RBP
PUSH 0x0
PUSH 0x0
CALL 0x00200a00
MOV dword ptr [RSP + 0x40],EBX
MOV RDX,RBP
ADD RSP,0x20
MOV RSI,R13
MOV RDI,R12
CALL 0x0021fda0
ADD RSP,0x38
POP RBX
POP RBP
POP R12
POP R13
RET
LEA RDX,[0x37f588]
MOV ESI,0xc0
LEA RDI,[0x3734af]
CALL 0x0017c650 | null | null | null | null | [(u'PTRSUB_-1203830515', u'PTRSUB_-1203830464'), ('const-0', u'PTRSUB_-1203830464'), (u'INT_AND_-1203830664', u'INT_EQUAL_-1203830800'), ('tmp_372', u'CALL_-1203830728'), ('const-0', u'CALL_-1203830728'), (u'SUBPIECE_-1203830613', u'COPY_-1203830508'), ('tmp_370', u'CALL_-1203830688'), ('tmp_152', u'CBRANCH_-1203830775'), (u'CAST_-1203830465', u'CALL_-1203830728'), ('tmp_613', u'PTRSUB_-1203830514'), (u'COPY_-1203961549', u'CALL_-1203961691'), ('const-192', u'CALL_-1203961691'), ('const-4294967295', u'INT_AND_-1203830664'), ('const--88', u'PTRSUB_-1203830514'), ('tmp_116', u'CBRANCH_-1203830797'), (u'PTRSUB_-1203830440', u'CALL_-1203830688'), ('tmp_369', u'CALL_-1203830728'), (u'PTRSUB_-1203830464', u'CALL_-1203830728'), ('const-0', u'CALL_-1203830728'), (u'INT_EQUAL_-1203830778', u'CBRANCH_-1203830775'), ('tmp_613', u'PTRSUB_-1203830515'), ('tmp_374', u'INT_EQUAL_-1203830800'), (u'INT_EQUAL_-1203830800', u'CBRANCH_-1203830797'), ('tmp_374', u'INT_AND_-1203830664'), ('tmp_373', u'INT_AND_-1203830655'), ('tmp_367', u'PTRSUB_-1203830440'), ('const-4294967295', u'INT_AND_-1203830655'), ('const-0', u'CALL_-1203830728'), ('tmp_374', u'SUBPIECE_-1203830613'), ('tmp_371', u'CAST_-1203830465'), ('const-0', u'SUBPIECE_-1203830613'), ('tmp_368', u'CALL_-1203830728'), ('tmp_373', u'SUBPIECE_-1203830588'), ('tmp_373', u'INT_EQUAL_-1203830778'), ('const-0', u'SUBPIECE_-1203830588'), ('const-3617967', u'COPY_-1203961549'), (u'PTRSUB_-1203830514', u'CALL_-1203830688'), ('const-0', u'PTRSUB_-1203830440'), ('const-1', u'RETURN_-1203961686'), (u'INT_AND_-1203830655', u'INT_EQUAL_-1203830778'), (u'SUBPIECE_-1203830588', u'CALL_-1203830728'), (u'CALL_-1203830688', u'INDIRECT_-1203830469'), (u'COPY_-1203961548', u'CALL_-1203961691'), ('const-0', u'RETURN_-1203961714'), ('const--88', u'PTRSUB_-1203830515'), ('const-3667336', u'COPY_-1203961548')] | [(u'PTRSUB_-1203830528', u'CALL_-1203830728'), ('const-0', u'SUBPIECE_-1203830619'), (u'PTRSUB_-1203830527', u'CALL_-1203830688'), ('tmp_849', u'SUBPIECE_-1203830619'), (u'CALL_-1203830688', u'INDIRECT_-1203830483'), ('const-3667336', u'COPY_-1203961561'), (u'COPY_-1203961561', u'CALL_-1203961691'), ('tmp_152', u'CBRANCH_-1203830775'), ('const-192', u'CALL_-1203961691'), (u'INT_AND_-1203830659', u'INT_EQUAL_-1203830778'), ('tmp_593', u'CALL_-1203961691'), ('tmp_885', u'CALL_-1203961691'), ('tmp_591', u'PTRSUB_-1203830528'), ('tmp_116', u'CBRANCH_-1203830797'), (u'SUBPIECE_-1203830619', u'COPY_-1203830521'), ('tmp_849', u'INT_AND_-1203830668'), (u'INT_EQUAL_-1203830778', u'CBRANCH_-1203830775'), (u'INT_EQUAL_-1203830800', u'CBRANCH_-1203830797'), ('tmp_592', u'CALL_-1203830688'), (u'INT_AND_-1203830668', u'INT_EQUAL_-1203830800'), ('tmp_849', u'INT_EQUAL_-1203830800'), ('tmp_850', u'INT_AND_-1203830659'), ('const--88', u'PTRSUB_-1203830528'), ('tmp_850', u'INT_EQUAL_-1203830778'), ('tmp_591', u'PTRSUB_-1203830527'), ('tmp_599', u'CALL_-1203830688'), ('const-4294967295', u'INT_AND_-1203830668'), (u'COPY_-1203961562', u'CALL_-1203961691'), ('const-3617967', u'COPY_-1203961562'), ('const--88', u'PTRSUB_-1203830527'), ('const-1', u'RETURN_-1203961686'), ('const-0', u'RETURN_-1203961714'), ('const-4294967295', u'INT_AND_-1203830659')] | null | null | 0021ffa0 | x64 | O2 | (translation_unit "void FUN_0021ffa0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,ulong param_7,ulong param_8)\n\n{\n undefined1 auStack_58 [32];\n undefined4 local_38;\n \n if ((param_8 == (param_8 & 0xffffffff)) && (param_7 == (param_7 & 0xffffffff))) {\n FUN_00200a00(auStack_58);\n local_38 = (int)param_8;\n FUN_0021fda0(param_1,param_4,auStack_58);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_5,param_6);\n}\n\n" (function_definition "void FUN_0021ffa0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,ulong param_7,ulong param_8)\n\n{\n undefined1 auStack_58 [32];\n undefined4 local_38;\n \n if ((param_8 == (param_8 & 0xffffffff)) && (param_7 == (param_7 & 0xffffffff))) {\n FUN_00200a00(auStack_58);\n local_38 = (int)param_8;\n FUN_0021fda0(param_1,param_4,auStack_58);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_5,param_6);\n}" primitive_type (function_declarator "FUN_0021ffa0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,ulong param_7,ulong param_8)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,ulong param_7,ulong param_8)" ( (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 "undefined4 param_6" type_identifier identifier) , (parameter_declaration "ulong param_7" type_identifier identifier) , (parameter_declaration "ulong param_8" type_identifier identifier) ))) (compound_statement "{\n undefined1 auStack_58 [32];\n undefined4 local_38;\n \n if ((param_8 == (param_8 & 0xffffffff)) && (param_7 == (param_7 & 0xffffffff))) {\n FUN_00200a00(auStack_58);\n local_38 = (int)param_8;\n FUN_0021fda0(param_1,param_4,auStack_58);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_5,param_6);\n}" { (declaration "undefined1 auStack_58 [32];" type_identifier (array_declarator "auStack_58 [32]" identifier [ number_literal ]) ;) (declaration "undefined4 local_38;" type_identifier identifier ;) (if_statement "if ((param_8 == (param_8 & 0xffffffff)) && (param_7 == (param_7 & 0xffffffff))) {\n FUN_00200a00(auStack_58);\n local_38 = (int)param_8;\n FUN_0021fda0(param_1,param_4,auStack_58);\n return;\n }" if (parenthesized_expression "((param_8 == (param_8 & 0xffffffff)) && (param_7 == (param_7 & 0xffffffff)))" ( (binary_expression "(param_8 == (param_8 & 0xffffffff)) && (param_7 == (param_7 & 0xffffffff))" (parenthesized_expression "(param_8 == (param_8 & 0xffffffff))" ( (binary_expression "param_8 == (param_8 & 0xffffffff)" identifier == (parenthesized_expression "(param_8 & 0xffffffff)" ( (binary_expression "param_8 & 0xffffffff" identifier & number_literal) ))) )) && (parenthesized_expression "(param_7 == (param_7 & 0xffffffff))" ( (binary_expression "param_7 == (param_7 & 0xffffffff)" identifier == (parenthesized_expression "(param_7 & 0xffffffff)" ( (binary_expression "param_7 & 0xffffffff" identifier & number_literal) ))) ))) )) (compound_statement "{\n FUN_00200a00(auStack_58);\n local_38 = (int)param_8;\n FUN_0021fda0(param_1,param_4,auStack_58);\n return;\n }" { (expression_statement "FUN_00200a00(auStack_58);" (call_expression "FUN_00200a00(auStack_58)" identifier (argument_list "(auStack_58)" ( identifier ))) ;) (expression_statement "local_38 = (int)param_8;" (assignment_expression "local_38 = (int)param_8" identifier = (cast_expression "(int)param_8" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "FUN_0021fda0(param_1,param_4,auStack_58);" (call_expression "FUN_0021fda0(param_1,param_4,auStack_58)" identifier (argument_list "(param_1,param_4,auStack_58)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_5,param_6);" (call_expression "FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_5,param_6)" identifier (argument_list "("../../gold/gold.h",0xc0,"convert_types",param_5,param_6)" ( (string_literal ""../../gold/gold.h"" " string_content ") , number_literal , (string_literal ""convert_types"" " string_content ") , identifier , identifier ))) ;) }))) | (translation_unit "/* DWARF original prototype: void add_global_generic(Output_data_reloc<4,_false,_32,_true> * this,\n Symbol * gsym, uint type, Output_data * od, Relobj * relobj, uint shndx, uint64_t address,\n uint64_t addend) */\n\nvoid __thiscall\ngold::Output_data_reloc<4,_false,_32,_true>::add_global_generic\n (Output_data_reloc<4,_false,_32,_true> *this,Symbol *gsym,uint type,Output_data *od,\n Relobj *relobj,uint shndx,uint64_t address,uint64_t addend)\n\n{\n Output_reloc_type OStack_58;\n \n if ((addend == (addend & 0xffffffff)) && (address == (address & 0xffffffff))) {\n Output_reloc<9,_false,_32,_true>::Output_reloc\n (&OStack_58.rel_,gsym,type,(Sized_relobj<32,_true> *)relobj,shndx,(Address)address,\n false,false,false);\n OStack_58.addend_ = (Addend)addend;\n Output_data_reloc_base<4,_false,_32,_true>::add\n (&this->super_Output_data_reloc_base<4,_false,_32,_true>,od,&OStack_58);\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types");\n}\n\n" comment (declaration "void __thiscall\ngold::Output_data_reloc<4,_false,_32,_true>::add_global_generic\n (Output_data_reloc<4,_false,_32,_true> *this,Symbol *gsym,uint type,Output_data *od,\n Relobj *relobj,uint shndx,uint64_t address,uint64_t addend)\n\n{\n Output_reloc_type OStack_58;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<4" < number_literal) , identifier , identifier , (ERROR "_true>::add_global_generic\n (Output_data_reloc<4,_false,_32,_true> *this,Symbol *gsym,uint type,Output_data *od,\n Relobj *relobj,uint shndx,uint64_t address,uint64_t addend)\n\n{\n Output_reloc_type" identifier > : : (function_declarator "add_global_generic\n (Output_data_reloc<4,_false,_32,_true> *this,Symbol *gsym,uint type,Output_data *od,\n Relobj *relobj,uint shndx,uint64_t address,uint64_t addend)" identifier (parameter_list "(Output_data_reloc<4,_false,_32,_true> *this,Symbol *gsym,uint type,Output_data *od,\n Relobj *relobj,uint shndx,uint64_t address,uint64_t addend)" ( (parameter_declaration "Output_data_reloc" type_identifier) (ERROR "<4" < number_literal) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_32" type_identifier) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol *gsym" type_identifier (pointer_declarator "*gsym" * identifier)) , (parameter_declaration "uint type" type_identifier identifier) , (parameter_declaration "Output_data *od" type_identifier (pointer_declarator "*od" * identifier)) , (parameter_declaration "Relobj *relobj" type_identifier (pointer_declarator "*relobj" * identifier)) , (parameter_declaration "uint shndx" type_identifier identifier) , (parameter_declaration "uint64_t address" primitive_type identifier) , (parameter_declaration "uint64_t addend" primitive_type identifier) ))) { identifier) identifier ;) (if_statement "if ((addend == (addend & 0xffffffff)) && (address == (address & 0xffffffff))) {\n Output_reloc<9,_false,_32,_true>::Output_reloc\n (&OStack_58.rel_,gsym,type,(Sized_relobj<32,_true> *)relobj,shndx,(Address)address,\n false,false,false);\n OStack_58.addend_ = (Addend)addend;\n Output_data_reloc_base<4,_false,_32,_true>::add\n (&this->super_Output_data_reloc_base<4,_false,_32,_true>,od,&OStack_58);\n return;\n }" if (parenthesized_expression "((addend == (addend & 0xffffffff)) && (address == (address & 0xffffffff)))" ( (binary_expression "(addend == (addend & 0xffffffff)) && (address == (address & 0xffffffff))" (parenthesized_expression "(addend == (addend & 0xffffffff))" ( (binary_expression "addend == (addend & 0xffffffff)" identifier == (parenthesized_expression "(addend & 0xffffffff)" ( (binary_expression "addend & 0xffffffff" identifier & number_literal) ))) )) && (parenthesized_expression "(address == (address & 0xffffffff))" ( (binary_expression "address == (address & 0xffffffff)" identifier == (parenthesized_expression "(address & 0xffffffff)" ( (binary_expression "address & 0xffffffff" identifier & number_literal) ))) ))) )) (compound_statement "{\n Output_reloc<9,_false,_32,_true>::Output_reloc\n (&OStack_58.rel_,gsym,type,(Sized_relobj<32,_true> *)relobj,shndx,(Address)address,\n false,false,false);\n OStack_58.addend_ = (Addend)addend;\n Output_data_reloc_base<4,_false,_32,_true>::add\n (&this->super_Output_data_reloc_base<4,_false,_32,_true>,od,&OStack_58);\n return;\n }" { (expression_statement "Output_reloc<9,_false,_32,_true>::Output_reloc\n (&OStack_58.rel_,gsym,type,(Sized_relobj<32,_true> *)relobj,shndx,(Address)address,\n false,false,false);" (comma_expression "Output_reloc<9,_false,_32,_true>::Output_reloc\n (&OStack_58.rel_,gsym,type,(Sized_relobj<32,_true> *)relobj,shndx,(Address)address,\n false,false,false)" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_false,_32,_true>::Output_reloc\n (&OStack_58.rel_,gsym,type,(Sized_relobj<32,_true> *)relobj,shndx,(Address)address,\n false,false,false)" identifier , (comma_expression "_32,_true>::Output_reloc\n (&OStack_58.rel_,gsym,type,(Sized_relobj<32,_true> *)relobj,shndx,(Address)address,\n false,false,false)" identifier , (binary_expression "_true>::Output_reloc\n (&OStack_58.rel_,gsym,type,(Sized_relobj<32,_true> *)relobj,shndx,(Address)address,\n false,false,false)" identifier > (ERROR "::" : :) (call_expression "Output_reloc\n (&OStack_58.rel_,gsym,type,(Sized_relobj<32,_true> *)relobj,shndx,(Address)address,\n false,false,false)" identifier (argument_list "(&OStack_58.rel_,gsym,type,(Sized_relobj<32,_true> *)relobj,shndx,(Address)address,\n false,false,false)" ( (pointer_expression "&OStack_58.rel_" & (field_expression "OStack_58.rel_" identifier . field_identifier)) , identifier , identifier , (parenthesized_expression "(Sized_relobj<32,_true> *)relobj,shndx,(Address)address,\n false,false,false)" ( (comma_expression "Sized_relobj<32,_true> *)relobj,shndx,(Address)address,\n false,false,false" (binary_expression "Sized_relobj<32" identifier < number_literal) , (comma_expression "_true> *)relobj,shndx,(Address)address,\n false,false,false" (binary_expression "_true> *)relobj" identifier > (pointer_expression "*)relobj" * (ERROR ")" )) identifier)) , (comma_expression "shndx,(Address)address,\n false,false,false" identifier , (comma_expression "(Address)address,\n false,false,false" (cast_expression "(Address)address" ( (type_descriptor "Address" type_identifier) ) identifier) , (comma_expression "false,false,false" false , (comma_expression "false,false" false , false)))))) )) ))))))) ;) (expression_statement "OStack_58.addend_ = (Addend)addend;" (assignment_expression "OStack_58.addend_ = (Addend)addend" (field_expression "OStack_58.addend_" identifier . field_identifier) = (cast_expression "(Addend)addend" ( (type_descriptor "Addend" type_identifier) ) identifier)) ;) (expression_statement "Output_data_reloc_base<4,_false,_32,_true>::add\n (&this->super_Output_data_reloc_base<4,_false,_32,_true>,od,&OStack_58);" (comma_expression "Output_data_reloc_base<4,_false,_32,_true>::add\n (&this->super_Output_data_reloc_base<4,_false,_32,_true>,od,&OStack_58)" (binary_expression "Output_data_reloc_base<4" identifier < number_literal) , (comma_expression "_false,_32,_true>::add\n (&this->super_Output_data_reloc_base<4,_false,_32,_true>,od,&OStack_58)" identifier , (comma_expression "_32,_true>::add\n (&this->super_Output_data_reloc_base<4,_false,_32,_true>,od,&OStack_58)" identifier , (binary_expression "_true>::add\n (&this->super_Output_data_reloc_base<4,_false,_32,_true>,od,&OStack_58)" identifier > (ERROR "::" : :) (call_expression "add\n (&this->super_Output_data_reloc_base<4,_false,_32,_true>,od,&OStack_58)" identifier (argument_list "(&this->super_Output_data_reloc_base<4,_false,_32,_true>,od,&OStack_58)" ( (binary_expression "&this->super_Output_data_reloc_base<4" (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_58" & identifier) ))))))) ;) (return_statement "return;" return ;) })) comment (expression_statement "do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types");" (call_expression "do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types")" identifier (argument_list "("../../gold/gold.h",0xc0,"convert_types")" ( (string_literal ""../../gold/gold.h"" " string_content ") , number_literal , (string_literal ""convert_types"" " string_content ") ))) ;) (ERROR "}" })) | (translation_unit "void FUN_0021ffa0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,ulong param_7,ulong param_8)\n\n{\n undefined1 auStack_58 [32];\n undefined4 local_38;\n \n if ((param_8 == (param_8 & 0xffffffff)) && (param_7 == (param_7 & 0xffffffff))) {\n FUN_00200a00(auStack_58);\n local_38 = (int)param_8;\n FUN_0021fda0(param_1,param_4,auStack_58);\n return;\n }\n \n FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_5,param_6);\n}\n\n" (function_definition "void FUN_0021ffa0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,ulong param_7,ulong param_8)\n\n{\n undefined1 auStack_58 [32];\n undefined4 local_38;\n \n if ((param_8 == (param_8 & 0xffffffff)) && (param_7 == (param_7 & 0xffffffff))) {\n FUN_00200a00(auStack_58);\n local_38 = (int)param_8;\n FUN_0021fda0(param_1,param_4,auStack_58);\n return;\n }\n \n FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_5,param_6);\n}" primitive_type (function_declarator "FUN_0021ffa0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,ulong param_7,ulong param_8)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,ulong param_7,ulong param_8)" ( (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 "undefined4 param_6" type_identifier identifier) , (parameter_declaration "ulong param_7" type_identifier identifier) , (parameter_declaration "ulong param_8" type_identifier identifier) ))) (compound_statement "{\n undefined1 auStack_58 [32];\n undefined4 local_38;\n \n if ((param_8 == (param_8 & 0xffffffff)) && (param_7 == (param_7 & 0xffffffff))) {\n FUN_00200a00(auStack_58);\n local_38 = (int)param_8;\n FUN_0021fda0(param_1,param_4,auStack_58);\n return;\n }\n \n FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_5,param_6);\n}" { (declaration "undefined1 auStack_58 [32];" type_identifier (array_declarator "auStack_58 [32]" identifier [ number_literal ]) ;) (declaration "undefined4 local_38;" type_identifier identifier ;) (if_statement "if ((param_8 == (param_8 & 0xffffffff)) && (param_7 == (param_7 & 0xffffffff))) {\n FUN_00200a00(auStack_58);\n local_38 = (int)param_8;\n FUN_0021fda0(param_1,param_4,auStack_58);\n return;\n }" if (parenthesized_expression "((param_8 == (param_8 & 0xffffffff)) && (param_7 == (param_7 & 0xffffffff)))" ( (binary_expression "(param_8 == (param_8 & 0xffffffff)) && (param_7 == (param_7 & 0xffffffff))" (parenthesized_expression "(param_8 == (param_8 & 0xffffffff))" ( (binary_expression "param_8 == (param_8 & 0xffffffff)" identifier == (parenthesized_expression "(param_8 & 0xffffffff)" ( (binary_expression "param_8 & 0xffffffff" identifier & number_literal) ))) )) && (parenthesized_expression "(param_7 == (param_7 & 0xffffffff))" ( (binary_expression "param_7 == (param_7 & 0xffffffff)" identifier == (parenthesized_expression "(param_7 & 0xffffffff)" ( (binary_expression "param_7 & 0xffffffff" identifier & number_literal) ))) ))) )) (compound_statement "{\n FUN_00200a00(auStack_58);\n local_38 = (int)param_8;\n FUN_0021fda0(param_1,param_4,auStack_58);\n return;\n }" { (expression_statement "FUN_00200a00(auStack_58);" (call_expression "FUN_00200a00(auStack_58)" identifier (argument_list "(auStack_58)" ( identifier ))) ;) (expression_statement "local_38 = (int)param_8;" (assignment_expression "local_38 = (int)param_8" identifier = (cast_expression "(int)param_8" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "FUN_0021fda0(param_1,param_4,auStack_58);" (call_expression "FUN_0021fda0(param_1,param_4,auStack_58)" identifier (argument_list "(param_1,param_4,auStack_58)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_5,param_6);" (call_expression "FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_5,param_6)" identifier (argument_list "("../../gold/gold.h",0xc0,"convert_types",param_5,param_6)" ( (string_literal ""../../gold/gold.h"" " string_content ") , number_literal , (string_literal ""convert_types"" " string_content ") , identifier , identifier ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == (parenthesized_expression ( (binary_expression IDENT & LIT) ))) )) && (parenthesized_expression ( (binary_expression IDENT == (parenthesized_expression ( (binary_expression IDENT & LIT) ))) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) 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 ") , IDENT , IDENT ))) ;) }))) | (function_definition "void FUN_0021ffa0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,ulong param_7,ulong param_8)\n\n{\n undefined1 auStack_58 [32];\n undefined4 local_38;\n \n if ((param_8 == (param_8 & 0xffffffff)) && (param_7 == (param_7 & 0xffffffff))) {\n FUN_00200a00(auStack_58);\n local_38 = (int)param_8;\n FUN_0021fda0(param_1,param_4,auStack_58);\n return;\n }\n \n FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_5,param_6);\n}" (primitive_type "void") (function_declarator "FUN_0021ffa0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,ulong param_7,ulong param_8)" (identifier "FUN_0021ffa0") (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,ulong param_7,ulong param_8)" (( "(") (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 "undefined4 param_6" (type_identifier "undefined4") (identifier "param_6")) (, ",") (parameter_declaration "ulong param_7" (type_identifier "ulong") (identifier "param_7")) (, ",") (parameter_declaration "ulong param_8" (type_identifier "ulong") (identifier "param_8")) () ")"))) (compound_statement "{\n undefined1 auStack_58 [32];\n undefined4 local_38;\n \n if ((param_8 == (param_8 & 0xffffffff)) && (param_7 == (param_7 & 0xffffffff))) {\n FUN_00200a00(auStack_58);\n local_38 = (int)param_8;\n FUN_0021fda0(param_1,param_4,auStack_58);\n return;\n }\n \n FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_5,param_6);\n}" ({ "{") (declaration "undefined1 auStack_58 [32];" (type_identifier "undefined1") (array_declarator "auStack_58 [32]" (identifier "auStack_58") ([ "[") (number_literal "32") (] "]")) (; ";")) (declaration "undefined4 local_38;" (type_identifier "undefined4") (identifier "local_38") (; ";")) (if_statement "if ((param_8 == (param_8 & 0xffffffff)) && (param_7 == (param_7 & 0xffffffff))) {\n FUN_00200a00(auStack_58);\n local_38 = (int)param_8;\n FUN_0021fda0(param_1,param_4,auStack_58);\n return;\n }" (if "if") (parenthesized_expression "((param_8 == (param_8 & 0xffffffff)) && (param_7 == (param_7 & 0xffffffff)))" (( "(") (binary_expression "(param_8 == (param_8 & 0xffffffff)) && (param_7 == (param_7 & 0xffffffff))" (parenthesized_expression "(param_8 == (param_8 & 0xffffffff))" (( "(") (binary_expression "param_8 == (param_8 & 0xffffffff)" (identifier "param_8") (== "==") (parenthesized_expression "(param_8 & 0xffffffff)" (( "(") (binary_expression "param_8 & 0xffffffff" (identifier "param_8") (& "&") (number_literal "0xffffffff")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(param_7 == (param_7 & 0xffffffff))" (( "(") (binary_expression "param_7 == (param_7 & 0xffffffff)" (identifier "param_7") (== "==") (parenthesized_expression "(param_7 & 0xffffffff)" (( "(") (binary_expression "param_7 & 0xffffffff" (identifier "param_7") (& "&") (number_literal "0xffffffff")) () ")"))) () ")"))) () ")")) (compound_statement "{\n FUN_00200a00(auStack_58);\n local_38 = (int)param_8;\n FUN_0021fda0(param_1,param_4,auStack_58);\n return;\n }" ({ "{") (expression_statement "FUN_00200a00(auStack_58);" (call_expression "FUN_00200a00(auStack_58)" (identifier "FUN_00200a00") (argument_list "(auStack_58)" (( "(") (identifier "auStack_58") () ")"))) (; ";")) (expression_statement "local_38 = (int)param_8;" (assignment_expression "local_38 = (int)param_8" (identifier "local_38") (= "=") (cast_expression "(int)param_8" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_8"))) (; ";")) (expression_statement "FUN_0021fda0(param_1,param_4,auStack_58);" (call_expression "FUN_0021fda0(param_1,param_4,auStack_58)" (identifier "FUN_0021fda0") (argument_list "(param_1,param_4,auStack_58)" (( "(") (identifier "param_1") (, ",") (identifier "param_4") (, ",") (identifier "auStack_58") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_5,param_6);" (call_expression "FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_5,param_6)" (identifier "FUN_0017c650") (argument_list "("../../gold/gold.h",0xc0,"convert_types",param_5,param_6)" (( "(") (string_literal ""../../gold/gold.h"" (" """) (string_content "../../gold/gold.h") (" """)) (, ",") (number_literal "0xc0") (, ",") (string_literal ""convert_types"" (" """) (string_content "convert_types") (" """)) (, ",") (identifier "param_5") (, ",") (identifier "param_6") () ")"))) (; ";")) (} "}"))) |
/* DWARF original prototype: void add_global_generic(Output_data_reloc<4,_false,_32,_true> * this,
Symbol * gsym, uint type, Output_data * od, Relobj * relobj, uint shndx, uint64_t address,
uint64_t addend) */
void __thiscall
gold::Output_data_reloc<4,_false,_32,var_4>::add_global_generic
(Output_data_reloc<4,_false,_32,var_4> *this,Symbol *gsym,uint type,Output_data *od,
Relobj *relobj,uint shndx,uint64_t var_2,uint64_t var_1)
{
Output_reloc_type OStack_58;
if ((var_1 == (var_1 & 0xffffffff)) && (var_2 == (var_2 & 0xffffffff))) {
var_3<9,_false,_32,var_4>::var_3
(&OStack_58.rel_,gsym,type,(var_5<32,var_4> *)relobj,shndx,(type_1)var_2,
false,false,false);
OStack_58.addend_ = (type_2)var_1;
var_6<4,_false,_32,var_4>::var_7
(&this->super_Output_data_reloc_base<4,_false,_32,var_4>,od,&OStack_58);
return;
}
/* WARNING: Subroutine does not return */
var_8("../../gold/gold.h",0xc0,"convert_types");
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (parenthesized_expression (binary_expression left: (identifier) right: (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (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)) (identifier) (identifier))))))) | null |
void MASKED(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined8 param_5,undefined4 param_6,ulong param_7,ulong param_8)
{
undefined1 auStack_58 [32];
undefined4 local_38;
if ((param_8 == (param_8 & 0xffffffff)) && (param_7 == (param_7 & 0xffffffff))) {
FUN_00200a00(auStack_58);
local_38 = (int)param_8;
FUN_0021fda0(param_1,param_4,auStack_58);
return;
}
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_5,param_6);
}
|
8291_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c | do_out | FUN_002c0970 |
/* std::codecvt<char, char, __mbstate_t>::do_out(__mbstate_t&, char const*, char const*, char
const*&, char*, char*, char*&) const */
undefined8 __thiscall
std::codecvt<char,char,__mbstate_t>::do_out
(codecvt<char,char,__mbstate_t> *this,__mbstate_t *param_1,char *param_2,char *param_3,
char **param_4,char *param_5,char *param_6,char **param_7)
{
*param_4 = param_2;
*param_7 = param_5;
return 3;
}
|
undefined8
FUN_002c0970(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined8 *param_5,undefined8 param_6,undefined8 param_7,undefined8 *param_8)
{
*param_5 = param_3;
*param_8 = param_6;
return 3;
}
| MOV RAX,qword ptr [RSP + 0x10]
MOV qword ptr [R8],RDX
MOV qword ptr [RAX],R9
MOV EAX,0x3
RET | null | null | null | null | [('tmp_37', u'STORE_-1204614783'), (u'COPY_-1204614781', u'RETURN_-1204614764'), ('tmp_35', u'STORE_-1204614783'), ('const-3', u'COPY_-1204614781'), ('tmp_32', u'STORE_-1204614788'), ('tmp_34', u'STORE_-1204614788'), ('const-433', u'STORE_-1204614783'), ('const-433', u'STORE_-1204614788'), ('const-0', u'RETURN_-1204614764')] | [('tmp_33', u'STORE_-1204614788'), ('tmp_37', u'STORE_-1204614783'), (u'COPY_-1204614781', u'RETURN_-1204614764'), ('tmp_35', u'STORE_-1204614783'), ('const-3', u'COPY_-1204614781'), ('tmp_34', u'STORE_-1204614788'), ('const-433', u'STORE_-1204614783'), ('const-433', u'STORE_-1204614788'), ('const-0', u'RETURN_-1204614764')] | null | null | 002c0970 | x64 | O2 | (translation_unit "undefined8\nFUN_002c0970(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 *param_5,undefined8 param_6,undefined8 param_7,undefined8 *param_8)\n\n{\n *param_5 = param_3;\n *param_8 = param_6;\n return 3;\n}\n\n" (function_definition "undefined8\nFUN_002c0970(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 *param_5,undefined8 param_6,undefined8 param_7,undefined8 *param_8)\n\n{\n *param_5 = param_3;\n *param_8 = param_6;\n return 3;\n}" type_identifier (function_declarator "FUN_002c0970(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 *param_5,undefined8 param_6,undefined8 param_7,undefined8 *param_8)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 *param_5,undefined8 param_6,undefined8 param_7,undefined8 *param_8)" ( (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 (pointer_declarator "*param_5" * identifier)) , (parameter_declaration "undefined8 param_6" type_identifier identifier) , (parameter_declaration "undefined8 param_7" type_identifier identifier) , (parameter_declaration "undefined8 *param_8" type_identifier (pointer_declarator "*param_8" * identifier)) ))) (compound_statement "{\n *param_5 = param_3;\n *param_8 = param_6;\n return 3;\n}" { (expression_statement "*param_5 = param_3;" (assignment_expression "*param_5 = param_3" (pointer_expression "*param_5" * identifier) = identifier) ;) (expression_statement "*param_8 = param_6;" (assignment_expression "*param_8 = param_6" (pointer_expression "*param_8" * identifier) = identifier) ;) (return_statement "return 3;" return number_literal ;) }))) | (translation_unit "/* std::codecvt<char, char, __mbstate_t>::do_out(__mbstate_t&, char const*, char const*, char\n const*&, char*, char*, char*&) const */\n\nundefined8 __thiscall\nstd::codecvt<char,char,__mbstate_t>::do_out\n (codecvt<char,char,__mbstate_t> *this,__mbstate_t *param_1,char *param_2,char *param_3,\n char **param_4,char *param_5,char *param_6,char **param_7)\n\n{\n *param_4 = param_2;\n *param_7 = param_5;\n return 3;\n}\n\n" comment (declaration "undefined8 __thiscall\nstd::codecvt<char,char,__mbstate_t>::do_out\n (codecvt<char,char,__mbstate_t> *this,__mbstate_t *param_1,char *param_2,char *param_3,\n char **param_4,char *param_5,char *param_6,char **param_7)\n\n{\n *param_4 = param_2;" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::" identifier : :) identifier (ERROR "<char" < primitive_type) , identifier , (init_declarator "__mbstate_t>::do_out\n (codecvt<char,char,__mbstate_t> *this,__mbstate_t *param_1,char *param_2,char *param_3,\n char **param_4,char *param_5,char *param_6,char **param_7)\n\n{\n *param_4 = param_2" (function_declarator "__mbstate_t>::do_out\n (codecvt<char,char,__mbstate_t> *this,__mbstate_t *param_1,char *param_2,char *param_3,\n char **param_4,char *param_5,char *param_6,char **param_7)" identifier (ERROR ">::do_out" > : : identifier) (parameter_list "(codecvt<char,char,__mbstate_t> *this,__mbstate_t *param_1,char *param_2,char *param_3,\n char **param_4,char *param_5,char *param_6,char **param_7)" ( (parameter_declaration "codecvt" type_identifier) (ERROR "<char" < primitive_type) , (parameter_declaration "char" primitive_type) , (parameter_declaration "__mbstate_t> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "__mbstate_t *param_1" type_identifier (pointer_declarator "*param_1" * 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 "char **param_4" primitive_type (pointer_declarator "**param_4" * (pointer_declarator "*param_4" * identifier))) , (parameter_declaration "char *param_5" primitive_type (pointer_declarator "*param_5" * identifier)) , (parameter_declaration "char *param_6" primitive_type (pointer_declarator "*param_6" * identifier)) , (parameter_declaration "char **param_7" primitive_type (pointer_declarator "**param_7" * (pointer_declarator "*param_7" * identifier))) ))) (ERROR "{\n *param_4" { * identifier) = identifier) ;) (expression_statement "*param_7 = param_5;" (assignment_expression "*param_7 = param_5" (pointer_expression "*param_7" * identifier) = identifier) ;) (return_statement "return 3;" return number_literal ;) (ERROR "}" })) | (translation_unit "undefined8\nFUN_002c0970(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 *param_5,undefined8 param_6,undefined8 param_7,undefined8 *param_8)\n\n{\n *param_5 = param_3;\n *param_8 = param_6;\n return 3;\n}\n\n" (function_definition "undefined8\nFUN_002c0970(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 *param_5,undefined8 param_6,undefined8 param_7,undefined8 *param_8)\n\n{\n *param_5 = param_3;\n *param_8 = param_6;\n return 3;\n}" type_identifier (function_declarator "FUN_002c0970(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 *param_5,undefined8 param_6,undefined8 param_7,undefined8 *param_8)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 *param_5,undefined8 param_6,undefined8 param_7,undefined8 *param_8)" ( (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 (pointer_declarator "*param_5" * identifier)) , (parameter_declaration "undefined8 param_6" type_identifier identifier) , (parameter_declaration "undefined8 param_7" type_identifier identifier) , (parameter_declaration "undefined8 *param_8" type_identifier (pointer_declarator "*param_8" * identifier)) ))) (compound_statement "{\n *param_5 = param_3;\n *param_8 = param_6;\n return 3;\n}" { (expression_statement "*param_5 = param_3;" (assignment_expression "*param_5 = param_3" (pointer_expression "*param_5" * identifier) = identifier) ;) (expression_statement "*param_8 = param_6;" (assignment_expression "*param_8 = param_6" (pointer_expression "*param_8" * identifier) = identifier) ;) (return_statement "return 3;" return number_literal ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (return_statement return LIT ;) }))) | (function_definition "undefined8\nFUN_002c0970(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 *param_5,undefined8 param_6,undefined8 param_7,undefined8 *param_8)\n\n{\n *param_5 = param_3;\n *param_8 = param_6;\n return 3;\n}" (type_identifier "undefined8") (function_declarator "FUN_002c0970(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 *param_5,undefined8 param_6,undefined8 param_7,undefined8 *param_8)" (identifier "FUN_002c0970") (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 *param_5,undefined8 param_6,undefined8 param_7,undefined8 *param_8)" (( "(") (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") (pointer_declarator "*param_5" (* "*") (identifier "param_5"))) (, ",") (parameter_declaration "undefined8 param_6" (type_identifier "undefined8") (identifier "param_6")) (, ",") (parameter_declaration "undefined8 param_7" (type_identifier "undefined8") (identifier "param_7")) (, ",") (parameter_declaration "undefined8 *param_8" (type_identifier "undefined8") (pointer_declarator "*param_8" (* "*") (identifier "param_8"))) () ")"))) (compound_statement "{\n *param_5 = param_3;\n *param_8 = param_6;\n return 3;\n}" ({ "{") (expression_statement "*param_5 = param_3;" (assignment_expression "*param_5 = param_3" (pointer_expression "*param_5" (* "*") (identifier "param_5")) (= "=") (identifier "param_3")) (; ";")) (expression_statement "*param_8 = param_6;" (assignment_expression "*param_8 = param_6" (pointer_expression "*param_8" (* "*") (identifier "param_8")) (= "=") (identifier "param_6")) (; ";")) (return_statement "return 3;" (return "return") (number_literal "3") (; ";")) (} "}"))) |
/* std::codecvt<char, char, __mbstate_t>::do_out(__mbstate_t&, char const*, char const*, char
const*&, char*, char*, char*&) const */
type_1 __thiscall
std::type_2<char,char,function_1>::do_out
(type_2<char,char,function_1> *this,function_1 *param_1,char *param_2,char *param_3,
char **param_4,char *param_5,char *param_6,char **param_7)
{
*param_4 = param_2;
*param_7 = param_5;
return 3;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (return_statement (number_literal))))) | null |
undefined8
MASKED(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined8 *param_5,undefined8 param_6,undefined8 param_7,undefined8 *param_8)
{
*param_5 = param_3;
*param_8 = param_6;
return 3;
}
|
1137_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | print_discarded_sections | FUN_00181ed8 |
/* gold::Mapfile::print_discarded_sections(gold::Input_objects const*) [clone .cold.37] */
void gold::Mapfile::print_discarded_sections(Input_objects *param_1)
{
long unaff_R12;
if (*(long *)(unaff_R12 + 0x28) != 0) {
File_read::unlock((File_read *)(*(long *)(unaff_R12 + 0x28) + 0x28),(Task *)0xffffffffffffffff);
}
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_00181ed8(void)
{
long unaff_R12;
if (*(long *)(unaff_R12 + 0x28) != 0) {
FUN_0034cac0(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);
}
/* WARNING: Subroutine does not return */
FUN_0052bfa0();
}
| MOV RDX,qword ptr [R12 + 0x28]
TEST RDX,RDX
JZ 0x00181eef
LEA RDI,[RDX + 0x28]
OR RSI,-0x1
CALL 0x0034cac0
MOV RDI,RBX
CALL 0x0052bfa0 | null | null | null | null | [('const-0', u'INT_NOTEQUAL_-1207492880'), (u'CAST_-1207492762', u'LOAD_-1207492901'), (u'INT_ADD_-1207492885', u'CAST_-1207492762'), ('tmp_32', u'CBRANCH_-1207492879'), (u'LOAD_-1207492901', u'INT_ADD_-1207492862'), ('const-40', u'INT_ADD_-1207492885'), (u'CAST_-1207492751', u'CALL_-1207492853'), (u'INT_ADD_-1207492862', u'CAST_-1207492751'), (u'LOAD_-1207492901', u'INT_NOTEQUAL_-1207492880'), ('const--1', u'CALL_-1207492853'), ('const-433', u'LOAD_-1207492901'), (u'INT_NOTEQUAL_-1207492880', u'CBRANCH_-1207492879'), ('const-1', u'RETURN_-1207492836'), ('tmp_203', u'INT_ADD_-1207492885'), ('const-40', u'INT_ADD_-1207492862')] | [('const-0', u'INT_NOTEQUAL_-1207492880'), ('const-433', u'LOAD_-1207492901'), (u'CAST_-1207492762', u'LOAD_-1207492901'), (u'INT_ADD_-1207492885', u'CAST_-1207492762'), ('tmp_32', u'CBRANCH_-1207492879'), (u'LOAD_-1207492901', u'INT_ADD_-1207492862'), ('const-40', u'INT_ADD_-1207492885'), (u'INT_ADD_-1207492862', u'CALL_-1207492853'), (u'LOAD_-1207492901', u'INT_NOTEQUAL_-1207492880'), ('const--1', u'CALL_-1207492853'), (u'INT_NOTEQUAL_-1207492880', u'CBRANCH_-1207492879'), ('const-1', u'RETURN_-1207492836'), ('tmp_203', u'INT_ADD_-1207492885'), ('const-40', u'INT_ADD_-1207492862')] | null | null | 00181ed8 | x64 | O2 | (translation_unit "void FUN_00181ed8(void)\n\n{\n long unaff_R12;\n \n if (*(long *)(unaff_R12 + 0x28) != 0) {\n FUN_0034cac0(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);\n }\n /* WARNING: Subroutine does not return */\n FUN_0052bfa0();\n}\n\n" (function_definition "void FUN_00181ed8(void)\n\n{\n long unaff_R12;\n \n if (*(long *)(unaff_R12 + 0x28) != 0) {\n FUN_0034cac0(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);\n }\n /* WARNING: Subroutine does not return */\n FUN_0052bfa0();\n}" primitive_type (function_declarator "FUN_00181ed8(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_R12;\n \n if (*(long *)(unaff_R12 + 0x28) != 0) {\n FUN_0034cac0(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);\n }\n /* WARNING: Subroutine does not return */\n FUN_0052bfa0();\n}" { (declaration "long unaff_R12;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (*(long *)(unaff_R12 + 0x28) != 0) {\n FUN_0034cac0(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);\n }" if (parenthesized_expression "(*(long *)(unaff_R12 + 0x28) != 0)" ( (binary_expression "*(long *)(unaff_R12 + 0x28) != 0" (pointer_expression "*(long *)(unaff_R12 + 0x28)" * (cast_expression "(long *)(unaff_R12 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_R12 + 0x28)" ( (binary_expression "unaff_R12 + 0x28" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_0034cac0(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);\n }" { (expression_statement "FUN_0034cac0(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);" (call_expression "FUN_0034cac0(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff)" identifier (argument_list "(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff)" ( (binary_expression "*(long *)(unaff_R12 + 0x28) + 0x28" (pointer_expression "*(long *)(unaff_R12 + 0x28)" * (cast_expression "(long *)(unaff_R12 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_R12 + 0x28)" ( (binary_expression "unaff_R12 + 0x28" identifier + number_literal) )))) + number_literal) , number_literal ))) ;) })) comment (expression_statement "FUN_0052bfa0();" (call_expression "FUN_0052bfa0()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "/* gold::Mapfile::print_discarded_sections(gold::Input_objects const*) [clone .cold.37] */\n\nvoid gold::Mapfile::print_discarded_sections(Input_objects *param_1)\n\n{\n long unaff_R12;\n \n if (*(long *)(unaff_R12 + 0x28) != 0) {\n File_read::unlock((File_read *)(*(long *)(unaff_R12 + 0x28) + 0x28),(Task *)0xffffffffffffffff);\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" comment (function_definition "void gold::Mapfile::print_discarded_sections(Input_objects *param_1)\n\n{\n long unaff_R12;\n \n if (*(long *)(unaff_R12 + 0x28) != 0) {\n File_read::unlock((File_read *)(*(long *)(unaff_R12 + 0x28) + 0x28),(Task *)0xffffffffffffffff);\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (ERROR "gold::Mapfile::" identifier : : identifier : :) (function_declarator "print_discarded_sections(Input_objects *param_1)" identifier (parameter_list "(Input_objects *param_1)" ( (parameter_declaration "Input_objects *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n long unaff_R12;\n \n if (*(long *)(unaff_R12 + 0x28) != 0) {\n File_read::unlock((File_read *)(*(long *)(unaff_R12 + 0x28) + 0x28),(Task *)0xffffffffffffffff);\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (declaration "long unaff_R12;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (*(long *)(unaff_R12 + 0x28) != 0) {\n File_read::unlock((File_read *)(*(long *)(unaff_R12 + 0x28) + 0x28),(Task *)0xffffffffffffffff);\n }" if (parenthesized_expression "(*(long *)(unaff_R12 + 0x28) != 0)" ( (binary_expression "*(long *)(unaff_R12 + 0x28) != 0" (pointer_expression "*(long *)(unaff_R12 + 0x28)" * (cast_expression "(long *)(unaff_R12 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_R12 + 0x28)" ( (binary_expression "unaff_R12 + 0x28" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n File_read::unlock((File_read *)(*(long *)(unaff_R12 + 0x28) + 0x28),(Task *)0xffffffffffffffff);\n }" { (labeled_statement "File_read::unlock((File_read *)(*(long *)(unaff_R12 + 0x28) + 0x28),(Task *)0xffffffffffffffff);" statement_identifier : (ERROR ":" :) (expression_statement "unlock((File_read *)(*(long *)(unaff_R12 + 0x28) + 0x28),(Task *)0xffffffffffffffff);" (call_expression "unlock((File_read *)(*(long *)(unaff_R12 + 0x28) + 0x28),(Task *)0xffffffffffffffff)" identifier (argument_list "((File_read *)(*(long *)(unaff_R12 + 0x28) + 0x28),(Task *)0xffffffffffffffff)" ( (cast_expression "(File_read *)(*(long *)(unaff_R12 + 0x28) + 0x28)" ( (type_descriptor "File_read *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(unaff_R12 + 0x28) + 0x28)" ( (binary_expression "*(long *)(unaff_R12 + 0x28) + 0x28" (pointer_expression "*(long *)(unaff_R12 + 0x28)" * (cast_expression "(long *)(unaff_R12 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_R12 + 0x28)" ( (binary_expression "unaff_R12 + 0x28" identifier + number_literal) )))) + number_literal) ))) , (cast_expression "(Task *)0xffffffffffffffff" ( (type_descriptor "Task *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ))) ;)) })) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void FUN_00181ed8(void)\n\n{\n long unaff_R12;\n \n if (*(long *)(unaff_R12 + 0x28) != 0) {\n FUN_0034cac0(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);\n }\n \n FUN_0052bfa0();\n}\n\n" (function_definition "void FUN_00181ed8(void)\n\n{\n long unaff_R12;\n \n if (*(long *)(unaff_R12 + 0x28) != 0) {\n FUN_0034cac0(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);\n }\n \n FUN_0052bfa0();\n}" primitive_type (function_declarator "FUN_00181ed8(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_R12;\n \n if (*(long *)(unaff_R12 + 0x28) != 0) {\n FUN_0034cac0(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);\n }\n \n FUN_0052bfa0();\n}" { (declaration "long unaff_R12;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (*(long *)(unaff_R12 + 0x28) != 0) {\n FUN_0034cac0(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);\n }" if (parenthesized_expression "(*(long *)(unaff_R12 + 0x28) != 0)" ( (binary_expression "*(long *)(unaff_R12 + 0x28) != 0" (pointer_expression "*(long *)(unaff_R12 + 0x28)" * (cast_expression "(long *)(unaff_R12 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_R12 + 0x28)" ( (binary_expression "unaff_R12 + 0x28" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_0034cac0(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);\n }" { (expression_statement "FUN_0034cac0(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);" (call_expression "FUN_0034cac0(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff)" identifier (argument_list "(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff)" ( (binary_expression "*(long *)(unaff_R12 + 0x28) + 0x28" (pointer_expression "*(long *)(unaff_R12 + 0x28)" * (cast_expression "(long *)(unaff_R12 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_R12 + 0x28)" ( (binary_expression "unaff_R12 + 0x28" identifier + number_literal) )))) + number_literal) , number_literal ))) ;) })) (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 ;) (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 ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) , LIT ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void FUN_00181ed8(void)\n\n{\n long unaff_R12;\n \n if (*(long *)(unaff_R12 + 0x28) != 0) {\n FUN_0034cac0(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);\n }\n \n FUN_0052bfa0();\n}" (primitive_type "void") (function_declarator "FUN_00181ed8(void)" (identifier "FUN_00181ed8") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long unaff_R12;\n \n if (*(long *)(unaff_R12 + 0x28) != 0) {\n FUN_0034cac0(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);\n }\n \n FUN_0052bfa0();\n}" ({ "{") (declaration "long unaff_R12;" (sized_type_specifier "long" (long "long")) (identifier "unaff_R12") (; ";")) (if_statement "if (*(long *)(unaff_R12 + 0x28) != 0) {\n FUN_0034cac0(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_R12 + 0x28) != 0)" (( "(") (binary_expression "*(long *)(unaff_R12 + 0x28) != 0" (pointer_expression "*(long *)(unaff_R12 + 0x28)" (* "*") (cast_expression "(long *)(unaff_R12 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_R12 + 0x28)" (( "(") (binary_expression "unaff_R12 + 0x28" (identifier "unaff_R12") (+ "+") (number_literal "0x28")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0034cac0(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);\n }" ({ "{") (expression_statement "FUN_0034cac0(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);" (call_expression "FUN_0034cac0(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff)" (identifier "FUN_0034cac0") (argument_list "(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff)" (( "(") (binary_expression "*(long *)(unaff_R12 + 0x28) + 0x28" (pointer_expression "*(long *)(unaff_R12 + 0x28)" (* "*") (cast_expression "(long *)(unaff_R12 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_R12 + 0x28)" (( "(") (binary_expression "unaff_R12 + 0x28" (identifier "unaff_R12") (+ "+") (number_literal "0x28")) () ")")))) (+ "+") (number_literal "0x28")) (, ",") (number_literal "0xffffffffffffffff") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_0052bfa0();" (call_expression "FUN_0052bfa0()" (identifier "FUN_0052bfa0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) |
/* gold::Mapfile::print_discarded_sections(gold::Input_objects const*) [clone .cold.37] */
void gold::Mapfile::function_1(type_1 *param_1)
{
long var_1;
if (*(long *)(var_1 + 0x28) != 0) {
File_read::var_2((type_2 *)(*(long *)(var_1 + 0x28) + 0x28),(type_3 *)0xffffffffffffffff);
}
/* WARNING: Subroutine does not return */
var_3();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (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 (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)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
void MASKED(void)
{
long unaff_R12;
if (*(long *)(unaff_R12 + 0x28) != 0) {
FUN_0034cac0(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);
}
/* WARNING: Subroutine does not return */
FUN_0052bfa0();
}
|
2810_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | section_addralign | FUN_001c43b0 |
/* DWARF original prototype: Elf_WXword section_addralign(Elf_file<32,_false,_gold::Object> * this,
uint shndx) */
Elf_WXword __thiscall
elfcpp::Elf_file<32,_false,_gold::Object>::section_addralign
(Elf_file<32,_false,_gold::Object> *this,uint shndx)
{
uint uVar1;
Object *this_00;
off_t start;
uchar *puVar2;
char *format;
this_00 = this->file_;
initialize_shnum(this);
if (this->shnum_ <= shndx) {
initialize_shnum(this);
uVar1 = this->shnum_;
format = (char *)gettext("section_addralign: bad shndx %u >= %u");
gold::Object::error(this_00,format,shndx,(ulong)uVar1);
}
start = section_header_offset(this,shndx);
if (this_00->input_file_ != (Input_file *)0x0) {
puVar2 = gold::File_read::get_view
(&this_00->input_file_->file_,this_00->offset_,start,0x28,true,true);
return *(Elf_WXword *)(puVar2 + 0x20);
}
/* WARNING: Subroutine does not return */
gold::Object::input_file((Object *)0x0);
}
|
undefined4 FUN_001c43b0(long *param_1,uint param_2)
{
long lVar1;
undefined8 uVar2;
long lVar3;
lVar3 = *param_1;
FUN_001c41f0();
if (*(uint *)(param_1 + 2) <= param_2) {
FUN_001c41f0(param_1);
lVar1 = param_1[2];
uVar2 = gettext("section_addralign: bad shndx %u >= %u");
FUN_00229f40(lVar3,uVar2,param_2,(int)lVar1);
}
uVar2 = FUN_001c36b0(param_1,param_2);
if (*(long *)(lVar3 + 0x28) != 0) {
lVar3 = FUN_001e43a0(*(long *)(lVar3 + 0x28) + 0x28,*(undefined8 *)(lVar3 + 0x30),uVar2,0x28,1,1
);
return *(undefined4 *)(lVar3 + 0x20);
}
/* WARNING: Subroutine does not return */
FUN_0016e0c0();
}
| PUSH R13
PUSH R12
PUSH RBP
MOV EBP,ESI
PUSH RBX
MOV RBX,RDI
SUB RSP,0x8
MOV R12,qword ptr [RDI]
CALL 0x001c41f0
CMP EBP,dword ptr [RBX + 0x10]
JNC 0x001c4410
MOV RDI,RBX
MOV ESI,EBP
CALL 0x001c36b0
MOV RDI,qword ptr [R12 + 0x28]
TEST RDI,RDI
JZ 0x001c443c
MOV RSI,qword ptr [R12 + 0x30]
ADD RDI,0x28
MOV ECX,0x28
MOV R9D,0x1
MOV R8D,0x1
MOV RDX,RAX
CALL 0x001e43a0
MOV EAX,dword ptr [RAX + 0x20]
ADD RSP,0x8
POP RBX
POP RBP
POP R12
POP R13
RET
MOV RDI,RBX
CALL 0x001c41f0
MOV R13D,dword ptr [RBX + 0x10]
LEA RDI,[0x3df420]
CALL 0x00150320
MOV EDX,EBP
MOV RDI,R12
MOV RSI,RAX
MOV ECX,R13D
XOR EAX,EAX
CALL 0x00229f40
JMP 0x001c43cc
CALL 0x0016e0c0 | null | null | null | null | [('const-16', u'PTRSUB_-1207745134'), ('tmp_409', u'CALL_-1207745528'), ('const-40', u'PTRSUB_-1207745101'), (u'LOAD_-1207745575', u'CALL_-1207745328'), ('const-1', u'CALL_-1207745452'), ('const-1', u'PTRADD_-1207745388'), ('tmp_408', u'PTRSUB_-1207745143'), (u'COPY_-1207745330', u'RETURN_-1207745399'), ('const-16', u'PTRSUB_-1207745049'), (u'LOAD_-1207745575', u'PTRSUB_-1207745118'), ('tmp_408', u'CALL_-1207745528'), ('tmp_408', u'CALL_-1207745389'), ('const-40', u'CALL_-1207745452'), ('const-0', u'RETURN_-1207745399'), (u'CALL_-1207745365', u'CAST_-1207745039'), ('tmp_113', u'CBRANCH_-1207745543'), (u'PTRSUB_-1207745118', u'LOAD_-1207745526'), ('const-40', u'PTRSUB_-1207745118'), (u'LOAD_-1207745503', u'CALL_-1207745452'), (u'COPY_-1207745109', u'CALL_-1207745365'), ('const-0', u'INT_NOTEQUAL_-1207745505'), ('const-4060192', u'COPY_-1207745109'), (u'PTRSUB_-1207745049', u'LOAD_-1207745387'), ('const-433', u'LOAD_-1207745575'), (u'CAST_-1207745039', u'CALL_-1207745328'), (u'CALL_-1207745528', u'CALL_-1207745452'), ('tmp_408', u'PTRSUB_-1207745049'), (u'LOAD_-1207745575', u'PTRSUB_-1207745107'), ('const-433', u'LOAD_-1207745387'), ('const-48', u'PTRSUB_-1207745107'), ('const-433', u'LOAD_-1207745561'), (u'LOAD_-1207745526', u'INT_NOTEQUAL_-1207745505'), ('tmp_382', u'BRANCH_-1207745325'), ('const-0', u'PTRSUB_-1207745143'), ('tmp_409', u'INT_LESSEQUAL_-1207745545'), (u'INT_LESSEQUAL_-1207745545', u'CBRANCH_-1207745543'), (u'INT_ZEXT_-1207745269', u'CALL_-1207745328'), (u'PTRSUB_-1207745143', u'LOAD_-1207745575'), (u'PTRSUB_-1207745107', u'LOAD_-1207745503'), ('const-1', u'RETURN_-1207745349'), (u'PTRSUB_-1207745101', u'CALL_-1207745452'), (u'INT_NOTEQUAL_-1207745505', u'CBRANCH_-1207745504'), ('tmp_408', u'CALL_-1207745563'), (u'CALL_-1207745452', u'PTRADD_-1207745388'), (u'PTRADD_-1207745388', u'CAST_-1207745071'), (u'LOAD_-1207745526', u'PTRSUB_-1207745101'), ('tmp_161', u'CBRANCH_-1207745504'), (u'LOAD_-1207745561', u'INT_LESSEQUAL_-1207745545'), ('const-433', u'LOAD_-1207745450'), (u'PTRSUB_-1207745134', u'LOAD_-1207745561'), ('const-433', u'LOAD_-1207745526'), ('const-1', u'CALL_-1207745452'), ('const-32', u'PTRADD_-1207745388'), ('const-433', u'LOAD_-1207745503'), ('tmp_409', u'CALL_-1207745328'), (u'CAST_-1207745071', u'LOAD_-1207745450'), ('const-0', u'CALL_-1207745354'), ('tmp_408', u'PTRSUB_-1207745134'), (u'LOAD_-1207745387', u'INT_ZEXT_-1207745269'), (u'LOAD_-1207745450', u'COPY_-1207745330')] | [('const-433', u'LOAD_-1207745450'), ('tmp_1244', u'INT_LESSEQUAL_-1207745545'), (u'LOAD_-1207745575', u'CALL_-1207745328'), ('const-1', u'CALL_-1207745452'), ('const-0', u'SUBPIECE_-1207745056'), ('const-433', u'LOAD_-1207745526'), (u'INT_ADD_-1207745510', u'CAST_-1207745119'), ('const-4060192', u'COPY_-1207745110'), ('const-40', u'INT_ADD_-1207745510'), ('const-433', u'LOAD_-1207745575'), ('const-32', u'INT_ADD_-1207745434'), ('const-0', u'RETURN_-1207745399'), ('const-433', u'LOAD_-1207745503'), (u'CAST_-1207745119', u'LOAD_-1207745526'), (u'SUBPIECE_-1207745056', u'CALL_-1207745328'), (u'CAST_-1207745073', u'LOAD_-1207745450'), (u'COPY_-1207745110', u'CALL_-1207745365'), ('tmp_113', u'CBRANCH_-1207745543'), (u'INT_ADD_-1207745487', u'CAST_-1207745108'), ('tmp_927', u'PTRADD_-1207745055'), (u'LOAD_-1207745503', u'CALL_-1207745452'), (u'INT_ADD_-1207745434', u'CAST_-1207745073'), (u'INT_ADD_-1207745477', u'CALL_-1207745452'), ('const-0', u'INT_NOTEQUAL_-1207745505'), (u'LOAD_-1207745450', u'COPY_-1207745145'), (u'LOAD_-1207745526', u'INT_ADD_-1207745477'), ('const-1', u'CALL_-1207745452'), ('const-8', u'PTRADD_-1207745137'), (u'CALL_-1207745528', u'CALL_-1207745452'), ('tmp_1244', u'CALL_-1207745328'), ('tmp_1244', u'CALL_-1207745528'), (u'CAST_-1207745135', u'LOAD_-1207745561'), ('const-2', u'PTRADD_-1207745137'), ('tmp_927', u'CALL_-1207745389'), (u'PTRADD_-1207745055', u'LOAD_-1207745387'), (u'CAST_-1207745108', u'LOAD_-1207745503'), (u'LOAD_-1207745526', u'INT_NOTEQUAL_-1207745505'), ('const-40', u'CALL_-1207745452'), ('tmp_382', u'BRANCH_-1207745325'), (u'LOAD_-1207745575', u'INT_ADD_-1207745487'), ('const-8', u'PTRADD_-1207745055'), (u'LOAD_-1207745387', u'SUBPIECE_-1207745056'), ('tmp_927', u'PTRADD_-1207745137'), ('const-2', u'PTRADD_-1207745055'), (u'INT_LESSEQUAL_-1207745545', u'CBRANCH_-1207745543'), ('const-48', u'INT_ADD_-1207745487'), ('const-1', u'RETURN_-1207745349'), (u'CALL_-1207745452', u'INT_ADD_-1207745434'), ('const-40', u'INT_ADD_-1207745477'), (u'CALL_-1207745365', u'CALL_-1207745328'), (u'INT_NOTEQUAL_-1207745505', u'CBRANCH_-1207745504'), ('tmp_161', u'CBRANCH_-1207745504'), (u'LOAD_-1207745561', u'INT_LESSEQUAL_-1207745545'), ('const-433', u'LOAD_-1207745387'), ('const-433', u'LOAD_-1207745561'), (u'PTRADD_-1207745137', u'CAST_-1207745135'), (u'LOAD_-1207745575', u'INT_ADD_-1207745510'), (u'COPY_-1207745145', u'RETURN_-1207745399'), ('tmp_927', u'LOAD_-1207745575'), ('tmp_927', u'CALL_-1207745528')] | null | null | 001c43b0 | x64 | O2 | (translation_unit "undefined4 FUN_001c43b0(long *param_1,uint param_2)\n\n{\n long lVar1;\n undefined8 uVar2;\n long lVar3;\n \n lVar3 = *param_1;\n FUN_001c41f0();\n if (*(uint *)(param_1 + 2) <= param_2) {\n FUN_001c41f0(param_1);\n lVar1 = param_1[2];\n uVar2 = gettext("section_addralign: bad shndx %u >= %u");\n FUN_00229f40(lVar3,uVar2,param_2,(int)lVar1);\n }\n uVar2 = FUN_001c36b0(param_1,param_2);\n if (*(long *)(lVar3 + 0x28) != 0) {\n lVar3 = FUN_001e43a0(*(long *)(lVar3 + 0x28) + 0x28,*(undefined8 *)(lVar3 + 0x30),uVar2,0x28,1,1\n );\n return *(undefined4 *)(lVar3 + 0x20);\n }\n /* WARNING: Subroutine does not return */\n FUN_0016e0c0();\n}\n\n" (function_definition "undefined4 FUN_001c43b0(long *param_1,uint param_2)\n\n{\n long lVar1;\n undefined8 uVar2;\n long lVar3;\n \n lVar3 = *param_1;\n FUN_001c41f0();\n if (*(uint *)(param_1 + 2) <= param_2) {\n FUN_001c41f0(param_1);\n lVar1 = param_1[2];\n uVar2 = gettext("section_addralign: bad shndx %u >= %u");\n FUN_00229f40(lVar3,uVar2,param_2,(int)lVar1);\n }\n uVar2 = FUN_001c36b0(param_1,param_2);\n if (*(long *)(lVar3 + 0x28) != 0) {\n lVar3 = FUN_001e43a0(*(long *)(lVar3 + 0x28) + 0x28,*(undefined8 *)(lVar3 + 0x30),uVar2,0x28,1,1\n );\n return *(undefined4 *)(lVar3 + 0x20);\n }\n /* WARNING: Subroutine does not return */\n FUN_0016e0c0();\n}" type_identifier (function_declarator "FUN_001c43b0(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) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n undefined8 uVar2;\n long lVar3;\n \n lVar3 = *param_1;\n FUN_001c41f0();\n if (*(uint *)(param_1 + 2) <= param_2) {\n FUN_001c41f0(param_1);\n lVar1 = param_1[2];\n uVar2 = gettext("section_addralign: bad shndx %u >= %u");\n FUN_00229f40(lVar3,uVar2,param_2,(int)lVar1);\n }\n uVar2 = FUN_001c36b0(param_1,param_2);\n if (*(long *)(lVar3 + 0x28) != 0) {\n lVar3 = FUN_001e43a0(*(long *)(lVar3 + 0x28) + 0x28,*(undefined8 *)(lVar3 + 0x30),uVar2,0x28,1,1\n );\n return *(undefined4 *)(lVar3 + 0x20);\n }\n /* WARNING: Subroutine does not return */\n FUN_0016e0c0();\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar3 = *param_1;" (assignment_expression "lVar3 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "FUN_001c41f0();" (call_expression "FUN_001c41f0()" identifier (argument_list "()" ( ))) ;) (if_statement "if (*(uint *)(param_1 + 2) <= param_2) {\n FUN_001c41f0(param_1);\n lVar1 = param_1[2];\n uVar2 = gettext("section_addralign: bad shndx %u >= %u");\n FUN_00229f40(lVar3,uVar2,param_2,(int)lVar1);\n }" if (parenthesized_expression "(*(uint *)(param_1 + 2) <= param_2)" ( (binary_expression "*(uint *)(param_1 + 2) <= param_2" (pointer_expression "*(uint *)(param_1 + 2)" * (cast_expression "(uint *)(param_1 + 2)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) <= identifier) )) (compound_statement "{\n FUN_001c41f0(param_1);\n lVar1 = param_1[2];\n uVar2 = gettext("section_addralign: bad shndx %u >= %u");\n FUN_00229f40(lVar3,uVar2,param_2,(int)lVar1);\n }" { (expression_statement "FUN_001c41f0(param_1);" (call_expression "FUN_001c41f0(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (expression_statement "lVar1 = param_1[2];" (assignment_expression "lVar1 = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (expression_statement "uVar2 = gettext("section_addralign: bad shndx %u >= %u");" (assignment_expression "uVar2 = gettext("section_addralign: bad shndx %u >= %u")" identifier = (call_expression "gettext("section_addralign: bad shndx %u >= %u")" identifier (argument_list "("section_addralign: bad shndx %u >= %u")" ( (string_literal ""section_addralign: bad shndx %u >= %u"" " string_content ") )))) ;) (expression_statement "FUN_00229f40(lVar3,uVar2,param_2,(int)lVar1);" (call_expression "FUN_00229f40(lVar3,uVar2,param_2,(int)lVar1)" identifier (argument_list "(lVar3,uVar2,param_2,(int)lVar1)" ( identifier , identifier , identifier , (cast_expression "(int)lVar1" ( (type_descriptor "int" primitive_type) ) identifier) ))) ;) })) (expression_statement "uVar2 = FUN_001c36b0(param_1,param_2);" (assignment_expression "uVar2 = FUN_001c36b0(param_1,param_2)" identifier = (call_expression "FUN_001c36b0(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier )))) ;) (if_statement "if (*(long *)(lVar3 + 0x28) != 0) {\n lVar3 = FUN_001e43a0(*(long *)(lVar3 + 0x28) + 0x28,*(undefined8 *)(lVar3 + 0x30),uVar2,0x28,1,1\n );\n return *(undefined4 *)(lVar3 + 0x20);\n }" if (parenthesized_expression "(*(long *)(lVar3 + 0x28) != 0)" ( (binary_expression "*(long *)(lVar3 + 0x28) != 0" (pointer_expression "*(long *)(lVar3 + 0x28)" * (cast_expression "(long *)(lVar3 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x28)" ( (binary_expression "lVar3 + 0x28" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n lVar3 = FUN_001e43a0(*(long *)(lVar3 + 0x28) + 0x28,*(undefined8 *)(lVar3 + 0x30),uVar2,0x28,1,1\n );\n return *(undefined4 *)(lVar3 + 0x20);\n }" { (expression_statement "lVar3 = FUN_001e43a0(*(long *)(lVar3 + 0x28) + 0x28,*(undefined8 *)(lVar3 + 0x30),uVar2,0x28,1,1\n );" (assignment_expression "lVar3 = FUN_001e43a0(*(long *)(lVar3 + 0x28) + 0x28,*(undefined8 *)(lVar3 + 0x30),uVar2,0x28,1,1\n )" identifier = (call_expression "FUN_001e43a0(*(long *)(lVar3 + 0x28) + 0x28,*(undefined8 *)(lVar3 + 0x30),uVar2,0x28,1,1\n )" identifier (argument_list "(*(long *)(lVar3 + 0x28) + 0x28,*(undefined8 *)(lVar3 + 0x30),uVar2,0x28,1,1\n )" ( (binary_expression "*(long *)(lVar3 + 0x28) + 0x28" (pointer_expression "*(long *)(lVar3 + 0x28)" * (cast_expression "(long *)(lVar3 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x28)" ( (binary_expression "lVar3 + 0x28" identifier + number_literal) )))) + number_literal) , (pointer_expression "*(undefined8 *)(lVar3 + 0x30)" * (cast_expression "(undefined8 *)(lVar3 + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x30)" ( (binary_expression "lVar3 + 0x30" identifier + number_literal) )))) , identifier , number_literal , number_literal , number_literal )))) ;) (return_statement "return *(undefined4 *)(lVar3 + 0x20);" return (pointer_expression "*(undefined4 *)(lVar3 + 0x20)" * (cast_expression "(undefined4 *)(lVar3 + 0x20)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x20)" ( (binary_expression "lVar3 + 0x20" identifier + number_literal) )))) ;) })) comment (expression_statement "FUN_0016e0c0();" (call_expression "FUN_0016e0c0()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "/* DWARF original prototype: Elf_WXword section_addralign(Elf_file<32,_false,_gold::Object> * this,\n uint shndx) */\n\nElf_WXword __thiscall\nelfcpp::Elf_file<32,_false,_gold::Object>::section_addralign\n (Elf_file<32,_false,_gold::Object> *this,uint shndx)\n\n{\n uint uVar1;\n Object *this_00;\n off_t start;\n uchar *puVar2;\n char *format;\n \n this_00 = this->file_;\n initialize_shnum(this);\n if (this->shnum_ <= shndx) {\n initialize_shnum(this);\n uVar1 = this->shnum_;\n format = (char *)gettext("section_addralign: bad shndx %u >= %u");\n gold::Object::error(this_00,format,shndx,(ulong)uVar1);\n }\n start = section_header_offset(this,shndx);\n if (this_00->input_file_ != (Input_file *)0x0) {\n puVar2 = gold::File_read::get_view\n (&this_00->input_file_->file_,this_00->offset_,start,0x28,true,true);\n return *(Elf_WXword *)(puVar2 + 0x20);\n }\n /* WARNING: Subroutine does not return */\n gold::Object::input_file((Object *)0x0);\n}\n\n" comment (declaration "Elf_WXword __thiscall\nelfcpp::Elf_file<32,_false,_gold::Object>::section_addralign\n (Elf_file<32,_false,_gold::Object> *this,uint shndx)\n\n{\n uint uVar1;" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "elfcpp::" identifier : :) identifier (ERROR "<32" < number_literal) , identifier , (ERROR "_gold::Object>::section_addralign\n (Elf_file<32,_false,_gold::Object> *this,uint shndx)\n\n{\n uint" identifier : : identifier > : : (function_declarator "section_addralign\n (Elf_file<32,_false,_gold::Object> *this,uint shndx)" identifier (parameter_list "(Elf_file<32,_false,_gold::Object> *this,uint shndx)" ( (parameter_declaration "Elf_file" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_gold::Object> *this" type_identifier (ERROR "::Object>" : : identifier >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "uint shndx" type_identifier identifier) ))) { identifier) identifier ;) (declaration "Object *this_00;" type_identifier (pointer_declarator "*this_00" * 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->file_;" (assignment_expression "this_00 = this->file_" identifier = (field_expression "this->file_" identifier -> field_identifier)) ;) (expression_statement "initialize_shnum(this);" (call_expression "initialize_shnum(this)" identifier (argument_list "(this)" ( identifier ))) ;) (if_statement "if (this->shnum_ <= shndx) {\n initialize_shnum(this);\n uVar1 = this->shnum_;\n format = (char *)gettext("section_addralign: bad shndx %u >= %u");\n gold::Object::error(this_00,format,shndx,(ulong)uVar1);\n }" if (parenthesized_expression "(this->shnum_ <= shndx)" ( (binary_expression "this->shnum_ <= shndx" (field_expression "this->shnum_" identifier -> field_identifier) <= identifier) )) (compound_statement "{\n initialize_shnum(this);\n uVar1 = this->shnum_;\n format = (char *)gettext("section_addralign: bad shndx %u >= %u");\n gold::Object::error(this_00,format,shndx,(ulong)uVar1);\n }" { (expression_statement "initialize_shnum(this);" (call_expression "initialize_shnum(this)" identifier (argument_list "(this)" ( identifier ))) ;) (expression_statement "uVar1 = this->shnum_;" (assignment_expression "uVar1 = this->shnum_" identifier = (field_expression "this->shnum_" identifier -> field_identifier)) ;) (expression_statement "format = (char *)gettext("section_addralign: bad shndx %u >= %u");" (assignment_expression "format = (char *)gettext("section_addralign: bad shndx %u >= %u")" identifier = (cast_expression "(char *)gettext("section_addralign: bad shndx %u >= %u")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("section_addralign: bad shndx %u >= %u")" identifier (argument_list "("section_addralign: bad shndx %u >= %u")" ( (string_literal ""section_addralign: bad shndx %u >= %u"" " string_content ") ))))) ;) (labeled_statement "gold::Object::error(this_00,format,shndx,(ulong)uVar1);" statement_identifier : (ERROR ":" :) (labeled_statement "Object::error(this_00,format,shndx,(ulong)uVar1);" statement_identifier : (ERROR ":" :) (expression_statement "error(this_00,format,shndx,(ulong)uVar1);" (call_expression "error(this_00,format,shndx,(ulong)uVar1)" identifier (argument_list "(this_00,format,shndx,(ulong)uVar1)" ( identifier , identifier , identifier , (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier) ))) ;))) })) (expression_statement "start = section_header_offset(this,shndx);" (assignment_expression "start = section_header_offset(this,shndx)" identifier = (call_expression "section_header_offset(this,shndx)" identifier (argument_list "(this,shndx)" ( identifier , identifier )))) ;) (if_statement "if (this_00->input_file_ != (Input_file *)0x0) {\n puVar2 = gold::File_read::get_view\n (&this_00->input_file_->file_,this_00->offset_,start,0x28,true,true);\n return *(Elf_WXword *)(puVar2 + 0x20);\n }" if (parenthesized_expression "(this_00->input_file_ != (Input_file *)0x0)" ( (binary_expression "this_00->input_file_ != (Input_file *)0x0" (field_expression "this_00->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 = gold::File_read::get_view\n (&this_00->input_file_->file_,this_00->offset_,start,0x28,true,true);\n return *(Elf_WXword *)(puVar2 + 0x20);\n }" { (ERROR "puVar2 = gold::" (assignment_expression "puVar2 = gold" identifier = identifier) : :) (labeled_statement "File_read::get_view\n (&this_00->input_file_->file_,this_00->offset_,start,0x28,true,true);" statement_identifier : (ERROR ":" :) (expression_statement "get_view\n (&this_00->input_file_->file_,this_00->offset_,start,0x28,true,true);" (call_expression "get_view\n (&this_00->input_file_->file_,this_00->offset_,start,0x28,true,true)" identifier (argument_list "(&this_00->input_file_->file_,this_00->offset_,start,0x28,true,true)" ( (pointer_expression "&this_00->input_file_->file_" & (field_expression "this_00->input_file_->file_" (field_expression "this_00->input_file_" identifier -> field_identifier) -> field_identifier)) , (field_expression "this_00->offset_" identifier -> field_identifier) , identifier , number_literal , true , true ))) ;)) (return_statement "return *(Elf_WXword *)(puVar2 + 0x20);" return (pointer_expression "*(Elf_WXword *)(puVar2 + 0x20)" * (cast_expression "(Elf_WXword *)(puVar2 + 0x20)" ( (type_descriptor "Elf_WXword *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 0x20)" ( (binary_expression "puVar2 + 0x20" identifier + number_literal) )))) ;) })) comment (labeled_statement "gold::Object::input_file((Object *)0x0);" statement_identifier : (ERROR ":" :) (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_001c43b0(long *param_1,uint param_2)\n\n{\n long lVar1;\n undefined8 uVar2;\n long lVar3;\n \n lVar3 = *param_1;\n FUN_001c41f0();\n if (*(uint *)(param_1 + 2) <= param_2) {\n FUN_001c41f0(param_1);\n lVar1 = param_1[2];\n uVar2 = gettext("section_addralign: bad shndx %u >= %u");\n FUN_00229f40(lVar3,uVar2,param_2,(int)lVar1);\n }\n uVar2 = FUN_001c36b0(param_1,param_2);\n if (*(long *)(lVar3 + 0x28) != 0) {\n lVar3 = FUN_001e43a0(*(long *)(lVar3 + 0x28) + 0x28,*(undefined8 *)(lVar3 + 0x30),uVar2,0x28,1,1\n );\n return *(undefined4 *)(lVar3 + 0x20);\n }\n \n FUN_0016e0c0();\n}\n\n" (function_definition "undefined4 FUN_001c43b0(long *param_1,uint param_2)\n\n{\n long lVar1;\n undefined8 uVar2;\n long lVar3;\n \n lVar3 = *param_1;\n FUN_001c41f0();\n if (*(uint *)(param_1 + 2) <= param_2) {\n FUN_001c41f0(param_1);\n lVar1 = param_1[2];\n uVar2 = gettext("section_addralign: bad shndx %u >= %u");\n FUN_00229f40(lVar3,uVar2,param_2,(int)lVar1);\n }\n uVar2 = FUN_001c36b0(param_1,param_2);\n if (*(long *)(lVar3 + 0x28) != 0) {\n lVar3 = FUN_001e43a0(*(long *)(lVar3 + 0x28) + 0x28,*(undefined8 *)(lVar3 + 0x30),uVar2,0x28,1,1\n );\n return *(undefined4 *)(lVar3 + 0x20);\n }\n \n FUN_0016e0c0();\n}" type_identifier (function_declarator "FUN_001c43b0(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) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n undefined8 uVar2;\n long lVar3;\n \n lVar3 = *param_1;\n FUN_001c41f0();\n if (*(uint *)(param_1 + 2) <= param_2) {\n FUN_001c41f0(param_1);\n lVar1 = param_1[2];\n uVar2 = gettext("section_addralign: bad shndx %u >= %u");\n FUN_00229f40(lVar3,uVar2,param_2,(int)lVar1);\n }\n uVar2 = FUN_001c36b0(param_1,param_2);\n if (*(long *)(lVar3 + 0x28) != 0) {\n lVar3 = FUN_001e43a0(*(long *)(lVar3 + 0x28) + 0x28,*(undefined8 *)(lVar3 + 0x30),uVar2,0x28,1,1\n );\n return *(undefined4 *)(lVar3 + 0x20);\n }\n \n FUN_0016e0c0();\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar3 = *param_1;" (assignment_expression "lVar3 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "FUN_001c41f0();" (call_expression "FUN_001c41f0()" identifier (argument_list "()" ( ))) ;) (if_statement "if (*(uint *)(param_1 + 2) <= param_2) {\n FUN_001c41f0(param_1);\n lVar1 = param_1[2];\n uVar2 = gettext("section_addralign: bad shndx %u >= %u");\n FUN_00229f40(lVar3,uVar2,param_2,(int)lVar1);\n }" if (parenthesized_expression "(*(uint *)(param_1 + 2) <= param_2)" ( (binary_expression "*(uint *)(param_1 + 2) <= param_2" (pointer_expression "*(uint *)(param_1 + 2)" * (cast_expression "(uint *)(param_1 + 2)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) <= identifier) )) (compound_statement "{\n FUN_001c41f0(param_1);\n lVar1 = param_1[2];\n uVar2 = gettext("section_addralign: bad shndx %u >= %u");\n FUN_00229f40(lVar3,uVar2,param_2,(int)lVar1);\n }" { (expression_statement "FUN_001c41f0(param_1);" (call_expression "FUN_001c41f0(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (expression_statement "lVar1 = param_1[2];" (assignment_expression "lVar1 = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (expression_statement "uVar2 = gettext("section_addralign: bad shndx %u >= %u");" (assignment_expression "uVar2 = gettext("section_addralign: bad shndx %u >= %u")" identifier = (call_expression "gettext("section_addralign: bad shndx %u >= %u")" identifier (argument_list "("section_addralign: bad shndx %u >= %u")" ( (string_literal ""section_addralign: bad shndx %u >= %u"" " string_content ") )))) ;) (expression_statement "FUN_00229f40(lVar3,uVar2,param_2,(int)lVar1);" (call_expression "FUN_00229f40(lVar3,uVar2,param_2,(int)lVar1)" identifier (argument_list "(lVar3,uVar2,param_2,(int)lVar1)" ( identifier , identifier , identifier , (cast_expression "(int)lVar1" ( (type_descriptor "int" primitive_type) ) identifier) ))) ;) })) (expression_statement "uVar2 = FUN_001c36b0(param_1,param_2);" (assignment_expression "uVar2 = FUN_001c36b0(param_1,param_2)" identifier = (call_expression "FUN_001c36b0(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier )))) ;) (if_statement "if (*(long *)(lVar3 + 0x28) != 0) {\n lVar3 = FUN_001e43a0(*(long *)(lVar3 + 0x28) + 0x28,*(undefined8 *)(lVar3 + 0x30),uVar2,0x28,1,1\n );\n return *(undefined4 *)(lVar3 + 0x20);\n }" if (parenthesized_expression "(*(long *)(lVar3 + 0x28) != 0)" ( (binary_expression "*(long *)(lVar3 + 0x28) != 0" (pointer_expression "*(long *)(lVar3 + 0x28)" * (cast_expression "(long *)(lVar3 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x28)" ( (binary_expression "lVar3 + 0x28" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n lVar3 = FUN_001e43a0(*(long *)(lVar3 + 0x28) + 0x28,*(undefined8 *)(lVar3 + 0x30),uVar2,0x28,1,1\n );\n return *(undefined4 *)(lVar3 + 0x20);\n }" { (expression_statement "lVar3 = FUN_001e43a0(*(long *)(lVar3 + 0x28) + 0x28,*(undefined8 *)(lVar3 + 0x30),uVar2,0x28,1,1\n );" (assignment_expression "lVar3 = FUN_001e43a0(*(long *)(lVar3 + 0x28) + 0x28,*(undefined8 *)(lVar3 + 0x30),uVar2,0x28,1,1\n )" identifier = (call_expression "FUN_001e43a0(*(long *)(lVar3 + 0x28) + 0x28,*(undefined8 *)(lVar3 + 0x30),uVar2,0x28,1,1\n )" identifier (argument_list "(*(long *)(lVar3 + 0x28) + 0x28,*(undefined8 *)(lVar3 + 0x30),uVar2,0x28,1,1\n )" ( (binary_expression "*(long *)(lVar3 + 0x28) + 0x28" (pointer_expression "*(long *)(lVar3 + 0x28)" * (cast_expression "(long *)(lVar3 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x28)" ( (binary_expression "lVar3 + 0x28" identifier + number_literal) )))) + number_literal) , (pointer_expression "*(undefined8 *)(lVar3 + 0x30)" * (cast_expression "(undefined8 *)(lVar3 + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x30)" ( (binary_expression "lVar3 + 0x30" identifier + number_literal) )))) , identifier , number_literal , number_literal , number_literal )))) ;) (return_statement "return *(undefined4 *)(lVar3 + 0x20);" return (pointer_expression "*(undefined4 *)(lVar3 + 0x20)" * (cast_expression "(undefined4 *)(lVar3 + 0x20)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x20)" ( (binary_expression "lVar3 + 0x20" identifier + number_literal) )))) ;) })) (expression_statement "FUN_0016e0c0();" (call_expression "FUN_0016e0c0()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) <= IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (subscript_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 , (cast_expression ( (type_descriptor TYPE) ) 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_001c43b0(long *param_1,uint param_2)\n\n{\n long lVar1;\n undefined8 uVar2;\n long lVar3;\n \n lVar3 = *param_1;\n FUN_001c41f0();\n if (*(uint *)(param_1 + 2) <= param_2) {\n FUN_001c41f0(param_1);\n lVar1 = param_1[2];\n uVar2 = gettext("section_addralign: bad shndx %u >= %u");\n FUN_00229f40(lVar3,uVar2,param_2,(int)lVar1);\n }\n uVar2 = FUN_001c36b0(param_1,param_2);\n if (*(long *)(lVar3 + 0x28) != 0) {\n lVar3 = FUN_001e43a0(*(long *)(lVar3 + 0x28) + 0x28,*(undefined8 *)(lVar3 + 0x30),uVar2,0x28,1,1\n );\n return *(undefined4 *)(lVar3 + 0x20);\n }\n \n FUN_0016e0c0();\n}" (type_identifier "undefined4") (function_declarator "FUN_001c43b0(long *param_1,uint param_2)" (identifier "FUN_001c43b0") (parameter_list "(long *param_1,uint param_2)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "uint param_2" (type_identifier "uint") (identifier "param_2")) () ")"))) (compound_statement "{\n long lVar1;\n undefined8 uVar2;\n long lVar3;\n \n lVar3 = *param_1;\n FUN_001c41f0();\n if (*(uint *)(param_1 + 2) <= param_2) {\n FUN_001c41f0(param_1);\n lVar1 = param_1[2];\n uVar2 = gettext("section_addralign: bad shndx %u >= %u");\n FUN_00229f40(lVar3,uVar2,param_2,(int)lVar1);\n }\n uVar2 = FUN_001c36b0(param_1,param_2);\n if (*(long *)(lVar3 + 0x28) != 0) {\n lVar3 = FUN_001e43a0(*(long *)(lVar3 + 0x28) + 0x28,*(undefined8 *)(lVar3 + 0x30),uVar2,0x28,1,1\n );\n return *(undefined4 *)(lVar3 + 0x20);\n }\n \n FUN_0016e0c0();\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "undefined8 uVar2;" (type_identifier "undefined8") (identifier "uVar2") (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (expression_statement "lVar3 = *param_1;" (assignment_expression "lVar3 = *param_1" (identifier "lVar3") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "FUN_001c41f0();" (call_expression "FUN_001c41f0()" (identifier "FUN_001c41f0") (argument_list "()" (( "(") () ")"))) (; ";")) (if_statement "if (*(uint *)(param_1 + 2) <= param_2) {\n FUN_001c41f0(param_1);\n lVar1 = param_1[2];\n uVar2 = gettext("section_addralign: bad shndx %u >= %u");\n FUN_00229f40(lVar3,uVar2,param_2,(int)lVar1);\n }" (if "if") (parenthesized_expression "(*(uint *)(param_1 + 2) <= param_2)" (( "(") (binary_expression "*(uint *)(param_1 + 2) <= param_2" (pointer_expression "*(uint *)(param_1 + 2)" (* "*") (cast_expression "(uint *)(param_1 + 2)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")")))) (<= "<=") (identifier "param_2")) () ")")) (compound_statement "{\n FUN_001c41f0(param_1);\n lVar1 = param_1[2];\n uVar2 = gettext("section_addralign: bad shndx %u >= %u");\n FUN_00229f40(lVar3,uVar2,param_2,(int)lVar1);\n }" ({ "{") (expression_statement "FUN_001c41f0(param_1);" (call_expression "FUN_001c41f0(param_1)" (identifier "FUN_001c41f0") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (expression_statement "lVar1 = param_1[2];" (assignment_expression "lVar1 = param_1[2]" (identifier "lVar1") (= "=") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "uVar2 = gettext("section_addralign: bad shndx %u >= %u");" (assignment_expression "uVar2 = gettext("section_addralign: bad shndx %u >= %u")" (identifier "uVar2") (= "=") (call_expression "gettext("section_addralign: bad shndx %u >= %u")" (identifier "gettext") (argument_list "("section_addralign: bad shndx %u >= %u")" (( "(") (string_literal ""section_addralign: bad shndx %u >= %u"" (" """) (string_content "section_addralign: bad shndx %u >= %u") (" """)) () ")")))) (; ";")) (expression_statement "FUN_00229f40(lVar3,uVar2,param_2,(int)lVar1);" (call_expression "FUN_00229f40(lVar3,uVar2,param_2,(int)lVar1)" (identifier "FUN_00229f40") (argument_list "(lVar3,uVar2,param_2,(int)lVar1)" (( "(") (identifier "lVar3") (, ",") (identifier "uVar2") (, ",") (identifier "param_2") (, ",") (cast_expression "(int)lVar1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar1")) () ")"))) (; ";")) (} "}"))) (expression_statement "uVar2 = FUN_001c36b0(param_1,param_2);" (assignment_expression "uVar2 = FUN_001c36b0(param_1,param_2)" (identifier "uVar2") (= "=") (call_expression "FUN_001c36b0(param_1,param_2)" (identifier "FUN_001c36b0") (argument_list "(param_1,param_2)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") () ")")))) (; ";")) (if_statement "if (*(long *)(lVar3 + 0x28) != 0) {\n lVar3 = FUN_001e43a0(*(long *)(lVar3 + 0x28) + 0x28,*(undefined8 *)(lVar3 + 0x30),uVar2,0x28,1,1\n );\n return *(undefined4 *)(lVar3 + 0x20);\n }" (if "if") (parenthesized_expression "(*(long *)(lVar3 + 0x28) != 0)" (( "(") (binary_expression "*(long *)(lVar3 + 0x28) != 0" (pointer_expression "*(long *)(lVar3 + 0x28)" (* "*") (cast_expression "(long *)(lVar3 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x28)" (( "(") (binary_expression "lVar3 + 0x28" (identifier "lVar3") (+ "+") (number_literal "0x28")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n lVar3 = FUN_001e43a0(*(long *)(lVar3 + 0x28) + 0x28,*(undefined8 *)(lVar3 + 0x30),uVar2,0x28,1,1\n );\n return *(undefined4 *)(lVar3 + 0x20);\n }" ({ "{") (expression_statement "lVar3 = FUN_001e43a0(*(long *)(lVar3 + 0x28) + 0x28,*(undefined8 *)(lVar3 + 0x30),uVar2,0x28,1,1\n );" (assignment_expression "lVar3 = FUN_001e43a0(*(long *)(lVar3 + 0x28) + 0x28,*(undefined8 *)(lVar3 + 0x30),uVar2,0x28,1,1\n )" (identifier "lVar3") (= "=") (call_expression "FUN_001e43a0(*(long *)(lVar3 + 0x28) + 0x28,*(undefined8 *)(lVar3 + 0x30),uVar2,0x28,1,1\n )" (identifier "FUN_001e43a0") (argument_list "(*(long *)(lVar3 + 0x28) + 0x28,*(undefined8 *)(lVar3 + 0x30),uVar2,0x28,1,1\n )" (( "(") (binary_expression "*(long *)(lVar3 + 0x28) + 0x28" (pointer_expression "*(long *)(lVar3 + 0x28)" (* "*") (cast_expression "(long *)(lVar3 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x28)" (( "(") (binary_expression "lVar3 + 0x28" (identifier "lVar3") (+ "+") (number_literal "0x28")) () ")")))) (+ "+") (number_literal "0x28")) (, ",") (pointer_expression "*(undefined8 *)(lVar3 + 0x30)" (* "*") (cast_expression "(undefined8 *)(lVar3 + 0x30)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x30)" (( "(") (binary_expression "lVar3 + 0x30" (identifier "lVar3") (+ "+") (number_literal "0x30")) () ")")))) (, ",") (identifier "uVar2") (, ",") (number_literal "0x28") (, ",") (number_literal "1") (, ",") (number_literal "1") () ")")))) (; ";")) (return_statement "return *(undefined4 *)(lVar3 + 0x20);" (return "return") (pointer_expression "*(undefined4 *)(lVar3 + 0x20)" (* "*") (cast_expression "(undefined4 *)(lVar3 + 0x20)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x20)" (( "(") (binary_expression "lVar3 + 0x20" (identifier "lVar3") (+ "+") (number_literal "0x20")) () ")")))) (; ";")) (} "}"))) (expression_statement "FUN_0016e0c0();" (call_expression "FUN_0016e0c0()" (identifier "FUN_0016e0c0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) |
/* DWARF original prototype: Elf_WXword section_addralign(Elf_file<32,_false,_gold::Object> * this,
uint shndx) */
type_1 __thiscall
elfcpp::Elf_file<32,_false,_gold::type_2>::section_addralign
(Elf_file<32,_false,_gold::type_2> *this,uint var_2)
{
uint uVar1;
type_2 *this_00;
type_3 start;
type_4 *var_7;
char *format;
this_00 = this->file_;
var_1(this);
if (this->shnum_ <= var_2) {
var_1(this);
uVar1 = this->shnum_;
format = (char *)var_3("section_addralign: bad shndx %u >= %u");
gold::Object::var_4(this_00,format,var_2,(type_5)uVar1);
}
start = var_5(this,var_2);
if (this_00->input_file_ != (type_6 *)0x0) {
var_7 = gold::File_read::var_6
(&this_00->input_file_->file_,this_00->offset_,start,0x28,true,true);
return *(type_1 *)(var_7 + 0x20);
}
/* WARNING: Subroutine does not return */
gold::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: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (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: (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: (subscript_expression argument: (identifier) index: (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) (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (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)
{
long lVar1;
undefined8 uVar2;
long lVar3;
lVar3 = *param_1;
FUN_001c41f0();
if (*(uint *)(param_1 + 2) <= param_2) {
FUN_001c41f0(param_1);
lVar1 = param_1[2];
uVar2 = gettext("section_addralign: bad shndx %u >= %u");
FUN_00229f40(lVar3,uVar2,param_2,(int)lVar1);
}
uVar2 = FUN_001c36b0(param_1,param_2);
if (*(long *)(lVar3 + 0x28) != 0) {
lVar3 = FUN_001e43a0(*(long *)(lVar3 + 0x28) + 0x28,*(undefined8 *)(lVar3 + 0x30),uVar2,0x28,1,1
);
return *(undefined4 *)(lVar3 + 0x20);
}
/* WARNING: Subroutine does not return */
FUN_0016e0c0();
}
|
556_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c | FUN_0014ea46 | FUN_0014ea46 |
void FUN_0014ea46(void)
{
long unaff_R12;
*(undefined ***)(unaff_R12 + 0x10) = &PTR__wios_00439498;
std::ios_base::~ios_base((ios_base *)(unaff_R12 + 0x10));
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_0014ea46(void)
{
long unaff_R12;
*(undefined ***)(unaff_R12 + 0x10) = &PTR_FUN_00439498;
FUN_00318d20(unaff_R12 + 0x10);
/* WARNING: Subroutine does not return */
FUN_003688e0();
}
| LEA RAX,[0x439488]
LEA RDI,[R12 + 0x10]
ADD RAX,0x10
MOV qword ptr [R12 + 0x10],RAX
CALL 0x00318d20
MOV RDI,RBX
CALL 0x003688e0 | null | null | null | null | [(u'INT_ADD_-1207178655', u'CAST_-1207178559'), ('const-16', u'INT_ADD_-1207178635'), (u'INT_ADD_-1207178635', u'CAST_-1207178549'), ('tmp_129', u'INT_ADD_-1207178655'), (u'CAST_-1207178549', u'STORE_-1207178649'), (u'PTRSUB_-1207178549', u'STORE_-1207178649'), ('const-4428952', u'PTRSUB_-1207178549'), (u'CAST_-1207178559', u'CALL_-1207178637'), ('const-433', u'STORE_-1207178649'), ('tmp_129', u'INT_ADD_-1207178635'), ('const-0', u'PTRSUB_-1207178549'), ('const-16', u'INT_ADD_-1207178655'), ('const-1', u'RETURN_-1207178620')] | [('const-16', u'INT_ADD_-1207178635'), (u'INT_ADD_-1207178655', u'CALL_-1207178637'), ('const-433', u'STORE_-1207178649'), ('tmp_129', u'INT_ADD_-1207178655'), (u'PTRSUB_-1207178549', u'STORE_-1207178649'), ('const-4428952', u'PTRSUB_-1207178549'), (u'CAST_-1207178550', u'STORE_-1207178649'), (u'INT_ADD_-1207178635', u'CAST_-1207178550'), ('tmp_129', u'INT_ADD_-1207178635'), ('const-0', u'PTRSUB_-1207178549'), ('const-16', u'INT_ADD_-1207178655'), ('const-1', u'RETURN_-1207178620')] | null | null | 0014ea46 | x64 | O2 | (translation_unit "void FUN_0014ea46(void)\n\n{\n long unaff_R12;\n \n *(undefined ***)(unaff_R12 + 0x10) = &PTR_FUN_00439498;\n FUN_00318d20(unaff_R12 + 0x10);\n /* WARNING: Subroutine does not return */\n FUN_003688e0();\n}\n\n" (function_definition "void FUN_0014ea46(void)\n\n{\n long unaff_R12;\n \n *(undefined ***)(unaff_R12 + 0x10) = &PTR_FUN_00439498;\n FUN_00318d20(unaff_R12 + 0x10);\n /* WARNING: Subroutine does not return */\n FUN_003688e0();\n}" primitive_type (function_declarator "FUN_0014ea46(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_R12;\n \n *(undefined ***)(unaff_R12 + 0x10) = &PTR_FUN_00439498;\n FUN_00318d20(unaff_R12 + 0x10);\n /* WARNING: Subroutine does not return */\n FUN_003688e0();\n}" { (declaration "long unaff_R12;" (sized_type_specifier "long" long) identifier ;) (expression_statement "*(undefined ***)(unaff_R12 + 0x10) = &PTR_FUN_00439498;" (assignment_expression "*(undefined ***)(unaff_R12 + 0x10) = &PTR_FUN_00439498" (pointer_expression "*(undefined ***)(unaff_R12 + 0x10)" * (cast_expression "(undefined ***)(unaff_R12 + 0x10)" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) (parenthesized_expression "(unaff_R12 + 0x10)" ( (binary_expression "unaff_R12 + 0x10" identifier + number_literal) )))) = (pointer_expression "&PTR_FUN_00439498" & identifier)) ;) (expression_statement "FUN_00318d20(unaff_R12 + 0x10);" (call_expression "FUN_00318d20(unaff_R12 + 0x10)" identifier (argument_list "(unaff_R12 + 0x10)" ( (binary_expression "unaff_R12 + 0x10" identifier + number_literal) ))) ;) comment (expression_statement "FUN_003688e0();" (call_expression "FUN_003688e0()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void FUN_0014ea46(void)\n\n{\n long unaff_R12;\n \n *(undefined ***)(unaff_R12 + 0x10) = &PTR__wios_00439498;\n std::ios_base::~ios_base((ios_base *)(unaff_R12 + 0x10));\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" (function_definition "void FUN_0014ea46(void)\n\n{\n long unaff_R12;\n \n *(undefined ***)(unaff_R12 + 0x10) = &PTR__wios_00439498;\n std::ios_base::~ios_base((ios_base *)(unaff_R12 + 0x10));\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (function_declarator "FUN_0014ea46(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_R12;\n \n *(undefined ***)(unaff_R12 + 0x10) = &PTR__wios_00439498;\n std::ios_base::~ios_base((ios_base *)(unaff_R12 + 0x10));\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (declaration "long unaff_R12;" (sized_type_specifier "long" long) identifier ;) (expression_statement "*(undefined ***)(unaff_R12 + 0x10) = &PTR__wios_00439498;" (assignment_expression "*(undefined ***)(unaff_R12 + 0x10) = &PTR__wios_00439498" (pointer_expression "*(undefined ***)(unaff_R12 + 0x10)" * (cast_expression "(undefined ***)(unaff_R12 + 0x10)" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) (parenthesized_expression "(unaff_R12 + 0x10)" ( (binary_expression "unaff_R12 + 0x10" identifier + number_literal) )))) = (pointer_expression "&PTR__wios_00439498" & identifier)) ;) (labeled_statement "std::ios_base::~ios_base((ios_base *)(unaff_R12 + 0x10));" statement_identifier : (ERROR ":" :) (labeled_statement "ios_base::~ios_base((ios_base *)(unaff_R12 + 0x10));" statement_identifier : (ERROR ":" :) (expression_statement "~ios_base((ios_base *)(unaff_R12 + 0x10));" (unary_expression "~ios_base((ios_base *)(unaff_R12 + 0x10))" ~ (call_expression "ios_base((ios_base *)(unaff_R12 + 0x10))" identifier (argument_list "((ios_base *)(unaff_R12 + 0x10))" ( (cast_expression "(ios_base *)(unaff_R12 + 0x10)" ( (type_descriptor "ios_base *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_R12 + 0x10)" ( (binary_expression "unaff_R12 + 0x10" identifier + number_literal) ))) )))) ;))) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void FUN_0014ea46(void)\n\n{\n long unaff_R12;\n \n *(undefined ***)(unaff_R12 + 0x10) = &PTR_FUN_00439498;\n FUN_00318d20(unaff_R12 + 0x10);\n \n FUN_003688e0();\n}\n\n" (function_definition "void FUN_0014ea46(void)\n\n{\n long unaff_R12;\n \n *(undefined ***)(unaff_R12 + 0x10) = &PTR_FUN_00439498;\n FUN_00318d20(unaff_R12 + 0x10);\n \n FUN_003688e0();\n}" primitive_type (function_declarator "FUN_0014ea46(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_R12;\n \n *(undefined ***)(unaff_R12 + 0x10) = &PTR_FUN_00439498;\n FUN_00318d20(unaff_R12 + 0x10);\n \n FUN_003688e0();\n}" { (declaration "long unaff_R12;" (sized_type_specifier "long" long) identifier ;) (expression_statement "*(undefined ***)(unaff_R12 + 0x10) = &PTR_FUN_00439498;" (assignment_expression "*(undefined ***)(unaff_R12 + 0x10) = &PTR_FUN_00439498" (pointer_expression "*(undefined ***)(unaff_R12 + 0x10)" * (cast_expression "(undefined ***)(unaff_R12 + 0x10)" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) (parenthesized_expression "(unaff_R12 + 0x10)" ( (binary_expression "unaff_R12 + 0x10" identifier + number_literal) )))) = (pointer_expression "&PTR_FUN_00439498" & identifier)) ;) (expression_statement "FUN_00318d20(unaff_R12 + 0x10);" (call_expression "FUN_00318d20(unaff_R12 + 0x10)" identifier (argument_list "(unaff_R12 + 0x10)" ( (binary_expression "unaff_R12 + 0x10" identifier + number_literal) ))) ;) (expression_statement "FUN_003688e0();" (call_expression "FUN_003688e0()" 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 (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator * (abstract_pointer_declarator *)))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void FUN_0014ea46(void)\n\n{\n long unaff_R12;\n \n *(undefined ***)(unaff_R12 + 0x10) = &PTR_FUN_00439498;\n FUN_00318d20(unaff_R12 + 0x10);\n \n FUN_003688e0();\n}" (primitive_type "void") (function_declarator "FUN_0014ea46(void)" (identifier "FUN_0014ea46") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long unaff_R12;\n \n *(undefined ***)(unaff_R12 + 0x10) = &PTR_FUN_00439498;\n FUN_00318d20(unaff_R12 + 0x10);\n \n FUN_003688e0();\n}" ({ "{") (declaration "long unaff_R12;" (sized_type_specifier "long" (long "long")) (identifier "unaff_R12") (; ";")) (expression_statement "*(undefined ***)(unaff_R12 + 0x10) = &PTR_FUN_00439498;" (assignment_expression "*(undefined ***)(unaff_R12 + 0x10) = &PTR_FUN_00439498" (pointer_expression "*(undefined ***)(unaff_R12 + 0x10)" (* "*") (cast_expression "(undefined ***)(unaff_R12 + 0x10)" (( "(") (type_descriptor "undefined ***" (type_identifier "undefined") (abstract_pointer_declarator "***" (* "*") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*"))))) () ")") (parenthesized_expression "(unaff_R12 + 0x10)" (( "(") (binary_expression "unaff_R12 + 0x10" (identifier "unaff_R12") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (pointer_expression "&PTR_FUN_00439498" (& "&") (identifier "PTR_FUN_00439498"))) (; ";")) (expression_statement "FUN_00318d20(unaff_R12 + 0x10);" (call_expression "FUN_00318d20(unaff_R12 + 0x10)" (identifier "FUN_00318d20") (argument_list "(unaff_R12 + 0x10)" (( "(") (binary_expression "unaff_R12 + 0x10" (identifier "unaff_R12") (+ "+") (number_literal "0x10")) () ")"))) (; ";")) (expression_statement "FUN_003688e0();" (call_expression "FUN_003688e0()" (identifier "FUN_003688e0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) |
void function_1(void)
{
long var_1;
*(type_1 ***)(var_1 + 0x10) = &PTR__wios_00439498;
std::ios_base::~var_2((var_2 *)(var_1 + 0x10));
/* WARNING: Subroutine does not return */
var_3();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator)))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (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)))))) | null |
void MASKED(void)
{
long unaff_R12;
*(undefined ***)(unaff_R12 + 0x10) = &PTR_FUN_00439498;
FUN_00318d20(unaff_R12 + 0x10);
/* WARNING: Subroutine does not return */
FUN_003688e0();
}
|
4303_x86_64-linux-gnu-dwp_and_x86_64-linux-gnu-dwp_strip.c | set_extra_library_path | FUN_001f07c0 |
/* WARNING: Enum "DT": Some values do not have unique names */
ld_plugin_status gold::set_extra_library_path(char *path)
{
Plugin_manager *this;
ld_plugin_status lVar1;
if (parameters->options_ == (General_options *)0x0) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/parameters.h",0x5c,"options");
}
this = parameters->options_->plugins_;
if (this != (Plugin_manager *)0x0) {
lVar1 = Plugin_manager::set_extra_library_path(this,path);
return lVar1;
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/plugin.cc",0x788,"set_extra_library_path");
}
|
void FUN_001f07c0(undefined8 param_1)
{
long lVar1;
if (*(long *)(PTR_DAT_003be6b0 + 0x10) == 0) {
/* WARNING: Subroutine does not return */
FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");
}
lVar1 = *(long *)(*(long *)(PTR_DAT_003be6b0 + 0x10) + 0x9058);
if (lVar1 != 0) {
FUN_001f0690(lVar1,param_1);
return;
}
/* WARNING: Subroutine does not return */
FUN_0016cdf0("../../gold/plugin.cc",0x788,"set_extra_library_path");
}
| SUB RSP,0x8
MOV RAX,qword ptr [0x003be6b0]
MOV RAX,qword ptr [RAX + 0x10]
TEST RAX,RAX
JZ 0x001f07ec
MOV RSI,RDI
MOV RDI,qword ptr [RAX + 0x9058]
TEST RDI,RDI
JZ 0x001f0804
ADD RSP,0x8
JMP 0x001f0690
LEA RDX,[0x31b028]
MOV ESI,0x5c
LEA RDI,[0x30dc70]
CALL 0x0016cdf0
LEA RDX,[0x31b1a0]
MOV ESI,0x788
LEA RDI,[0x31aa44]
CALL 0x0016cdf0 | null | null | null | null | [(u'COPY_-1207957382', u'CALL_-1207957437'), (u'CALL_-1207957476', u'COPY_-1207957454'), (u'INT_EQUAL_-1207957525', u'CBRANCH_-1207957523'), (u'LOAD_-1207957518', u'INT_NOTEQUAL_-1207957495'), ('tmp_171', u'CALL_-1207957476'), (u'COPY_-1207957357', u'CALL_-1207957421'), (u'CALL_-1207957421', u'INDIRECT_-1207957307'), ('tmp_96', u'CBRANCH_-1207957494'), ('const-3256736', u'COPY_-1207957355'), (u'LOAD_-1207957544', u'PTRSUB_-1207957352'), ('const-3202160', u'COPY_-1207957382'), ('const-92', u'CALL_-1207957437'), (u'COPY_-1207957355', u'CALL_-1207957421'), ('const-1', u'RETURN_-1207957416'), ('const-0', u'INT_EQUAL_-1207957525'), ('const-433', u'LOAD_-1207957544'), ('const-0', u'RETURN_-1207957472'), (u'CALL_-1207957437', u'INDIRECT_-1207957332'), (u'LOAD_-1207957544', u'INT_EQUAL_-1207957525'), ('const-3254852', u'COPY_-1207957357'), ('const-3256360', u'COPY_-1207957380'), (u'PTRSUB_-1207957365', u'LOAD_-1207957544'), (u'COPY_-1207957380', u'CALL_-1207957437'), ('tmp_355', u'PTRSUB_-1207957365'), (u'INDIRECT_-1207957332', u'COPY_-1207957387'), ('tmp_60', u'CBRANCH_-1207957523'), ('const-1', u'RETURN_-1207957432'), ('const-433', u'LOAD_-1207957518'), ('const-1928', u'CALL_-1207957421'), (u'PTRSUB_-1207957352', u'LOAD_-1207957518'), ('const-16', u'PTRSUB_-1207957365'), (u'INT_NOTEQUAL_-1207957495', u'CBRANCH_-1207957494'), (u'INDIRECT_-1207957354', u'COPY_-1207957413'), (u'LOAD_-1207957518', u'CALL_-1207957476'), ('const-0', u'INT_NOTEQUAL_-1207957495'), (u'COPY_-1207957454', u'RETURN_-1207957472'), (u'CALL_-1207957476', u'INDIRECT_-1207957354'), (u'INDIRECT_-1207957307', u'COPY_-1207957364'), ('const-36952', u'PTRSUB_-1207957352')] | [('tmp_341', u'PTRADD_-1207957482'), (u'CAST_-1207957359', u'LOAD_-1207957518'), (u'COPY_-1207957385', u'CALL_-1207957437'), ('const-3254852', u'COPY_-1207957362'), ('const-433', u'LOAD_-1207957518'), ('const-433', u'LOAD_-1207957544'), (u'CAST_-1207957372', u'LOAD_-1207957544'), (u'LOAD_-1207957544', u'INT_ADD_-1207957502'), ('const-1', u'PTRADD_-1207957482'), (u'INT_EQUAL_-1207957525', u'CBRANCH_-1207957523'), (u'LOAD_-1207957518', u'INT_NOTEQUAL_-1207957495'), (u'INDIRECT_-1207957312', u'COPY_-1207957369'), ('tmp_96', u'CBRANCH_-1207957494'), (u'INDIRECT_-1207957337', u'COPY_-1207957392'), ('const-1', u'RETURN_-1207957416'), ('const-0', u'INT_EQUAL_-1207957525'), ('const-92', u'CALL_-1207957437'), ('tmp_287', u'CALL_-1207957476'), ('const-16', u'PTRADD_-1207957482'), ('const-3202160', u'COPY_-1207957387'), (u'PTRADD_-1207957482', u'CAST_-1207957372'), ('const-0', u'RETURN_-1207957472'), (u'LOAD_-1207957544', u'INT_EQUAL_-1207957525'), (u'CALL_-1207957437', u'INDIRECT_-1207957337'), (u'COPY_-1207957360', u'CALL_-1207957421'), (u'COPY_-1207957387', u'CALL_-1207957437'), ('const-3256736', u'COPY_-1207957360'), ('tmp_60', u'CBRANCH_-1207957523'), ('const-1', u'RETURN_-1207957432'), (u'INT_ADD_-1207957502', u'CAST_-1207957359'), (u'CALL_-1207957421', u'INDIRECT_-1207957312'), (u'INT_NOTEQUAL_-1207957495', u'CBRANCH_-1207957494'), ('const-3256360', u'COPY_-1207957385'), (u'LOAD_-1207957518', u'CALL_-1207957476'), (u'COPY_-1207957362', u'CALL_-1207957421'), ('const-0', u'INT_NOTEQUAL_-1207957495'), (u'INDIRECT_-1207957359', u'COPY_-1207957418'), ('const-1928', u'CALL_-1207957421'), ('const-36952', u'INT_ADD_-1207957502'), (u'CALL_-1207957476', u'INDIRECT_-1207957359')] | null | null | 001f07c0 | x64 | O2 | (translation_unit "void FUN_001f07c0(undefined8 param_1)\n\n{\n long lVar1;\n \n if (*(long *)(PTR_DAT_003be6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }\n lVar1 = *(long *)(*(long *)(PTR_DAT_003be6b0 + 0x10) + 0x9058);\n if (lVar1 != 0) {\n FUN_001f0690(lVar1,param_1);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/plugin.cc",0x788,"set_extra_library_path");\n}\n\n" (function_definition "void FUN_001f07c0(undefined8 param_1)\n\n{\n long lVar1;\n \n if (*(long *)(PTR_DAT_003be6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }\n lVar1 = *(long *)(*(long *)(PTR_DAT_003be6b0 + 0x10) + 0x9058);\n if (lVar1 != 0) {\n FUN_001f0690(lVar1,param_1);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/plugin.cc",0x788,"set_extra_library_path");\n}" primitive_type (function_declarator "FUN_001f07c0(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n \n if (*(long *)(PTR_DAT_003be6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }\n lVar1 = *(long *)(*(long *)(PTR_DAT_003be6b0 + 0x10) + 0x9058);\n if (lVar1 != 0) {\n FUN_001f0690(lVar1,param_1);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/plugin.cc",0x788,"set_extra_library_path");\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (*(long *)(PTR_DAT_003be6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(*(long *)(PTR_DAT_003be6b0 + 0x10) == 0)" ( (binary_expression "*(long *)(PTR_DAT_003be6b0 + 0x10) == 0" (pointer_expression "*(long *)(PTR_DAT_003be6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_003be6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_003be6b0 + 0x10)" ( (binary_expression "PTR_DAT_003be6b0 + 0x10" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }" { comment (expression_statement "FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_0016cdf0("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) })) (expression_statement "lVar1 = *(long *)(*(long *)(PTR_DAT_003be6b0 + 0x10) + 0x9058);" (assignment_expression "lVar1 = *(long *)(*(long *)(PTR_DAT_003be6b0 + 0x10) + 0x9058)" identifier = (pointer_expression "*(long *)(*(long *)(PTR_DAT_003be6b0 + 0x10) + 0x9058)" * (cast_expression "(long *)(*(long *)(PTR_DAT_003be6b0 + 0x10) + 0x9058)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(PTR_DAT_003be6b0 + 0x10) + 0x9058)" ( (binary_expression "*(long *)(PTR_DAT_003be6b0 + 0x10) + 0x9058" (pointer_expression "*(long *)(PTR_DAT_003be6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_003be6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_003be6b0 + 0x10)" ( (binary_expression "PTR_DAT_003be6b0 + 0x10" identifier + number_literal) )))) + number_literal) ))))) ;) (if_statement "if (lVar1 != 0) {\n FUN_001f0690(lVar1,param_1);\n return;\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_001f0690(lVar1,param_1);\n return;\n }" { (expression_statement "FUN_001f0690(lVar1,param_1);" (call_expression "FUN_001f0690(lVar1,param_1)" identifier (argument_list "(lVar1,param_1)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_0016cdf0("../../gold/plugin.cc",0x788,"set_extra_library_path");" (call_expression "FUN_0016cdf0("../../gold/plugin.cc",0x788,"set_extra_library_path")" identifier (argument_list "("../../gold/plugin.cc",0x788,"set_extra_library_path")" ( (string_literal ""../../gold/plugin.cc"" " string_content ") , number_literal , (string_literal ""set_extra_library_path"" " string_content ") ))) ;) }))) | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n\nld_plugin_status gold::set_extra_library_path(char *path)\n\n{\n Plugin_manager *this;\n ld_plugin_status lVar1;\n \n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n this = parameters->options_->plugins_;\n if (this != (Plugin_manager *)0x0) {\n lVar1 = Plugin_manager::set_extra_library_path(this,path);\n return lVar1;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/plugin.cc",0x788,"set_extra_library_path");\n}\n\n" comment (function_definition "ld_plugin_status gold::set_extra_library_path(char *path)\n\n{\n Plugin_manager *this;\n ld_plugin_status lVar1;\n \n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n this = parameters->options_->plugins_;\n if (this != (Plugin_manager *)0x0) {\n lVar1 = Plugin_manager::set_extra_library_path(this,path);\n return lVar1;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/plugin.cc",0x788,"set_extra_library_path");\n}" type_identifier (ERROR "gold::" identifier : :) (function_declarator "set_extra_library_path(char *path)" identifier (parameter_list "(char *path)" ( (parameter_declaration "char *path" primitive_type (pointer_declarator "*path" * identifier)) ))) (compound_statement "{\n Plugin_manager *this;\n ld_plugin_status lVar1;\n \n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n this = parameters->options_->plugins_;\n if (this != (Plugin_manager *)0x0) {\n lVar1 = Plugin_manager::set_extra_library_path(this,path);\n return lVar1;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/plugin.cc",0x788,"set_extra_library_path");\n}" { (declaration "Plugin_manager *this;" type_identifier (pointer_declarator "*this" * identifier) ;) (declaration "ld_plugin_status lVar1;" type_identifier identifier ;) (if_statement "if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(parameters->options_ == (General_options *)0x0)" ( (binary_expression "parameters->options_ == (General_options *)0x0" (field_expression "parameters->options_" identifier -> field_identifier) == (cast_expression "(General_options *)0x0" ( (type_descriptor "General_options *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" (call_expression "do_gold_unreachable("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) })) (expression_statement "this = parameters->options_->plugins_;" (assignment_expression "this = parameters->options_->plugins_" identifier = (field_expression "parameters->options_->plugins_" (field_expression "parameters->options_" identifier -> field_identifier) -> field_identifier)) ;) (if_statement "if (this != (Plugin_manager *)0x0) {\n lVar1 = Plugin_manager::set_extra_library_path(this,path);\n return lVar1;\n }" if (parenthesized_expression "(this != (Plugin_manager *)0x0)" ( (binary_expression "this != (Plugin_manager *)0x0" identifier != (cast_expression "(Plugin_manager *)0x0" ( (type_descriptor "Plugin_manager *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n lVar1 = Plugin_manager::set_extra_library_path(this,path);\n return lVar1;\n }" { (ERROR "lVar1 = Plugin_manager::" (assignment_expression "lVar1 = Plugin_manager" identifier = identifier) : :) (expression_statement "set_extra_library_path(this,path);" (call_expression "set_extra_library_path(this,path)" identifier (argument_list "(this,path)" ( identifier , identifier ))) ;) (return_statement "return lVar1;" return identifier ;) })) comment (expression_statement "do_gold_unreachable("../../gold/plugin.cc",0x788,"set_extra_library_path");" (call_expression "do_gold_unreachable("../../gold/plugin.cc",0x788,"set_extra_library_path")" identifier (argument_list "("../../gold/plugin.cc",0x788,"set_extra_library_path")" ( (string_literal ""../../gold/plugin.cc"" " string_content ") , number_literal , (string_literal ""set_extra_library_path"" " string_content ") ))) ;) }))) | (translation_unit "void FUN_001f07c0(undefined8 param_1)\n\n{\n long lVar1;\n \n if (*(long *)(PTR_DAT_003be6b0 + 0x10) == 0) {\n \n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }\n lVar1 = *(long *)(*(long *)(PTR_DAT_003be6b0 + 0x10) + 0x9058);\n if (lVar1 != 0) {\n FUN_001f0690(lVar1,param_1);\n return;\n }\n \n FUN_0016cdf0("../../gold/plugin.cc",0x788,"set_extra_library_path");\n}\n\n" (function_definition "void FUN_001f07c0(undefined8 param_1)\n\n{\n long lVar1;\n \n if (*(long *)(PTR_DAT_003be6b0 + 0x10) == 0) {\n \n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }\n lVar1 = *(long *)(*(long *)(PTR_DAT_003be6b0 + 0x10) + 0x9058);\n if (lVar1 != 0) {\n FUN_001f0690(lVar1,param_1);\n return;\n }\n \n FUN_0016cdf0("../../gold/plugin.cc",0x788,"set_extra_library_path");\n}" primitive_type (function_declarator "FUN_001f07c0(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n \n if (*(long *)(PTR_DAT_003be6b0 + 0x10) == 0) {\n \n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }\n lVar1 = *(long *)(*(long *)(PTR_DAT_003be6b0 + 0x10) + 0x9058);\n if (lVar1 != 0) {\n FUN_001f0690(lVar1,param_1);\n return;\n }\n \n FUN_0016cdf0("../../gold/plugin.cc",0x788,"set_extra_library_path");\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (*(long *)(PTR_DAT_003be6b0 + 0x10) == 0) {\n \n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(*(long *)(PTR_DAT_003be6b0 + 0x10) == 0)" ( (binary_expression "*(long *)(PTR_DAT_003be6b0 + 0x10) == 0" (pointer_expression "*(long *)(PTR_DAT_003be6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_003be6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_003be6b0 + 0x10)" ( (binary_expression "PTR_DAT_003be6b0 + 0x10" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n \n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }" { (expression_statement "FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_0016cdf0("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) })) (expression_statement "lVar1 = *(long *)(*(long *)(PTR_DAT_003be6b0 + 0x10) + 0x9058);" (assignment_expression "lVar1 = *(long *)(*(long *)(PTR_DAT_003be6b0 + 0x10) + 0x9058)" identifier = (pointer_expression "*(long *)(*(long *)(PTR_DAT_003be6b0 + 0x10) + 0x9058)" * (cast_expression "(long *)(*(long *)(PTR_DAT_003be6b0 + 0x10) + 0x9058)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(PTR_DAT_003be6b0 + 0x10) + 0x9058)" ( (binary_expression "*(long *)(PTR_DAT_003be6b0 + 0x10) + 0x9058" (pointer_expression "*(long *)(PTR_DAT_003be6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_003be6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_003be6b0 + 0x10)" ( (binary_expression "PTR_DAT_003be6b0 + 0x10" identifier + number_literal) )))) + number_literal) ))))) ;) (if_statement "if (lVar1 != 0) {\n FUN_001f0690(lVar1,param_1);\n return;\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_001f0690(lVar1,param_1);\n return;\n }" { (expression_statement "FUN_001f0690(lVar1,param_1);" (call_expression "FUN_001f0690(lVar1,param_1)" identifier (argument_list "(lVar1,param_1)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_0016cdf0("../../gold/plugin.cc",0x788,"set_extra_library_path");" (call_expression "FUN_0016cdf0("../../gold/plugin.cc",0x788,"set_extra_library_path")" identifier (argument_list "("../../gold/plugin.cc",0x788,"set_extra_library_path")" ( (string_literal ""../../gold/plugin.cc"" " string_content ") , number_literal , (string_literal ""set_extra_library_path"" " string_content ") ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( 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_001f07c0(undefined8 param_1)\n\n{\n long lVar1;\n \n if (*(long *)(PTR_DAT_003be6b0 + 0x10) == 0) {\n \n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }\n lVar1 = *(long *)(*(long *)(PTR_DAT_003be6b0 + 0x10) + 0x9058);\n if (lVar1 != 0) {\n FUN_001f0690(lVar1,param_1);\n return;\n }\n \n FUN_0016cdf0("../../gold/plugin.cc",0x788,"set_extra_library_path");\n}" (primitive_type "void") (function_declarator "FUN_001f07c0(undefined8 param_1)" (identifier "FUN_001f07c0") (parameter_list "(undefined8 param_1)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) () ")"))) (compound_statement "{\n long lVar1;\n \n if (*(long *)(PTR_DAT_003be6b0 + 0x10) == 0) {\n \n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }\n lVar1 = *(long *)(*(long *)(PTR_DAT_003be6b0 + 0x10) + 0x9058);\n if (lVar1 != 0) {\n FUN_001f0690(lVar1,param_1);\n return;\n }\n \n FUN_0016cdf0("../../gold/plugin.cc",0x788,"set_extra_library_path");\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (if_statement "if (*(long *)(PTR_DAT_003be6b0 + 0x10) == 0) {\n \n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }" (if "if") (parenthesized_expression "(*(long *)(PTR_DAT_003be6b0 + 0x10) == 0)" (( "(") (binary_expression "*(long *)(PTR_DAT_003be6b0 + 0x10) == 0" (pointer_expression "*(long *)(PTR_DAT_003be6b0 + 0x10)" (* "*") (cast_expression "(long *)(PTR_DAT_003be6b0 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_003be6b0 + 0x10)" (( "(") (binary_expression "PTR_DAT_003be6b0 + 0x10" (identifier "PTR_DAT_003be6b0") (+ "+") (number_literal "0x10")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }" ({ "{") (expression_statement "FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_0016cdf0("../../gold/parameters.h",0x5c,"options")" (identifier "FUN_0016cdf0") (argument_list "("../../gold/parameters.h",0x5c,"options")" (( "(") (string_literal ""../../gold/parameters.h"" (" """) (string_content "../../gold/parameters.h") (" """)) (, ",") (number_literal "0x5c") (, ",") (string_literal ""options"" (" """) (string_content "options") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "lVar1 = *(long *)(*(long *)(PTR_DAT_003be6b0 + 0x10) + 0x9058);" (assignment_expression "lVar1 = *(long *)(*(long *)(PTR_DAT_003be6b0 + 0x10) + 0x9058)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(*(long *)(PTR_DAT_003be6b0 + 0x10) + 0x9058)" (* "*") (cast_expression "(long *)(*(long *)(PTR_DAT_003be6b0 + 0x10) + 0x9058)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(PTR_DAT_003be6b0 + 0x10) + 0x9058)" (( "(") (binary_expression "*(long *)(PTR_DAT_003be6b0 + 0x10) + 0x9058" (pointer_expression "*(long *)(PTR_DAT_003be6b0 + 0x10)" (* "*") (cast_expression "(long *)(PTR_DAT_003be6b0 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_003be6b0 + 0x10)" (( "(") (binary_expression "PTR_DAT_003be6b0 + 0x10" (identifier "PTR_DAT_003be6b0") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x9058")) () ")"))))) (; ";")) (if_statement "if (lVar1 != 0) {\n FUN_001f0690(lVar1,param_1);\n return;\n }" (if "if") (parenthesized_expression "(lVar1 != 0)" (( "(") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_001f0690(lVar1,param_1);\n return;\n }" ({ "{") (expression_statement "FUN_001f0690(lVar1,param_1);" (call_expression "FUN_001f0690(lVar1,param_1)" (identifier "FUN_001f0690") (argument_list "(lVar1,param_1)" (( "(") (identifier "lVar1") (, ",") (identifier "param_1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_0016cdf0("../../gold/plugin.cc",0x788,"set_extra_library_path");" (call_expression "FUN_0016cdf0("../../gold/plugin.cc",0x788,"set_extra_library_path")" (identifier "FUN_0016cdf0") (argument_list "("../../gold/plugin.cc",0x788,"set_extra_library_path")" (( "(") (string_literal ""../../gold/plugin.cc"" (" """) (string_content "../../gold/plugin.cc") (" """)) (, ",") (number_literal "0x788") (, ",") (string_literal ""set_extra_library_path"" (" """) (string_content "set_extra_library_path") (" """)) () ")"))) (; ";")) (} "}"))) |
/* WARNING: Enum "DT": Some values do not have unique names */
type_1 gold::function_1(char *path)
{
type_2 *var_2;
type_1 lVar1;
if (parameters->options_ == (type_3 *)0x0) {
/* WARNING: Subroutine does not return */
var_1("../../gold/parameters.h",0x5c,"options");
}
var_2 = parameters->options_->plugins_;
if (var_2 != (type_2 *)0x0) {
lVar1 = type_2::function_1(var_2,path);
return lVar1;
}
/* WARNING: Subroutine does not return */
var_1("../../gold/plugin.cc",0x788,"set_extra_library_path");
}
| 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: (sized_type_specifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (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)
{
long lVar1;
if (*(long *)(PTR_DAT_003be6b0 + 0x10) == 0) {
/* WARNING: Subroutine does not return */
FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");
}
lVar1 = *(long *)(*(long *)(PTR_DAT_003be6b0 + 0x10) + 0x9058);
if (lVar1 != 0) {
FUN_001f0690(lVar1,param_1);
return;
}
/* WARNING: Subroutine does not return */
FUN_0016cdf0("../../gold/plugin.cc",0x788,"set_extra_library_path");
}
|
3344_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | do_local_symbol_count | FUN_001be6a0 |
/* DWARF original prototype: uint do_local_symbol_count(Sized_relobj_file<32,_false> * this) */
uint __thiscall
gold::Sized_relobj_file<32,_false>::do_local_symbol_count(Sized_relobj_file<32,_false> *this)
{
return this->local_symbol_count_;
}
|
undefined4 FUN_001be6a0(long param_1)
{
return *(undefined4 *)(param_1 + 0x120);
}
| MOV EAX,dword ptr [RDI + 0x120]
RET | null | null | null | null | [('const-433', u'LOAD_-1207638365'), (u'PTRSUB_-1207638288', u'LOAD_-1207638365'), ('tmp_21', u'PTRSUB_-1207638288'), ('const-0', u'RETURN_-1207638346'), (u'COPY_-1207638352', u'RETURN_-1207638346'), ('const-288', u'PTRSUB_-1207638288'), (u'LOAD_-1207638365', u'COPY_-1207638352')] | [(u'COPY_-1207638355', u'RETURN_-1207638346'), ('tmp_27', u'INT_ADD_-1207638349'), ('const-433', u'LOAD_-1207638365'), (u'INT_ADD_-1207638349', u'CAST_-1207638291'), ('const-0', u'RETURN_-1207638346'), (u'LOAD_-1207638365', u'COPY_-1207638355'), (u'CAST_-1207638291', u'LOAD_-1207638365'), ('const-288', u'INT_ADD_-1207638349')] | null | null | 001be6a0 | x64 | O2 | (translation_unit "undefined4 FUN_001be6a0(long param_1)\n\n{\n return *(undefined4 *)(param_1 + 0x120);\n}\n\n" (function_definition "undefined4 FUN_001be6a0(long param_1)\n\n{\n return *(undefined4 *)(param_1 + 0x120);\n}" type_identifier (function_declarator "FUN_001be6a0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n return *(undefined4 *)(param_1 + 0x120);\n}" { (return_statement "return *(undefined4 *)(param_1 + 0x120);" return (pointer_expression "*(undefined4 *)(param_1 + 0x120)" * (cast_expression "(undefined4 *)(param_1 + 0x120)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x120)" ( (binary_expression "param_1 + 0x120" identifier + number_literal) )))) ;) }))) | (translation_unit "/* DWARF original prototype: uint do_local_symbol_count(Sized_relobj_file<32,_false> * this) */\n\nuint __thiscall\ngold::Sized_relobj_file<32,_false>::do_local_symbol_count(Sized_relobj_file<32,_false> *this)\n\n{\n return this->local_symbol_count_;\n}\n\n" comment (declaration "uint __thiscall\ngold::Sized_relobj_file<32,_false>::do_local_symbol_count(Sized_relobj_file<32,_false> *this)\n\n{\n return this->local_symbol_count_;" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::do_local_symbol_count(Sized_relobj_file<32,_false> *this)\n\n{\n return this->" identifier > : : (function_declarator "do_local_symbol_count(Sized_relobj_file<32,_false> *this)" identifier (parameter_list "(Sized_relobj_file<32,_false> *this)" ( (parameter_declaration "Sized_relobj_file" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) ))) { return identifier ->) identifier ;) (ERROR "}" })) | (translation_unit "undefined4 FUN_001be6a0(long param_1)\n\n{\n return *(undefined4 *)(param_1 + 0x120);\n}\n\n" (function_definition "undefined4 FUN_001be6a0(long param_1)\n\n{\n return *(undefined4 *)(param_1 + 0x120);\n}" type_identifier (function_declarator "FUN_001be6a0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n return *(undefined4 *)(param_1 + 0x120);\n}" { (return_statement "return *(undefined4 *)(param_1 + 0x120);" return (pointer_expression "*(undefined4 *)(param_1 + 0x120)" * (cast_expression "(undefined4 *)(param_1 + 0x120)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x120)" ( (binary_expression "param_1 + 0x120" identifier + number_literal) )))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (return_statement return (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) }))) | (function_definition "undefined4 FUN_001be6a0(long param_1)\n\n{\n return *(undefined4 *)(param_1 + 0x120);\n}" (type_identifier "undefined4") (function_declarator "FUN_001be6a0(long param_1)" (identifier "FUN_001be6a0") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n return *(undefined4 *)(param_1 + 0x120);\n}" ({ "{") (return_statement "return *(undefined4 *)(param_1 + 0x120);" (return "return") (pointer_expression "*(undefined4 *)(param_1 + 0x120)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0x120)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x120)" (( "(") (binary_expression "param_1 + 0x120" (identifier "param_1") (+ "+") (number_literal "0x120")) () ")")))) (; ";")) (} "}"))) |
/* DWARF original prototype: uint do_local_symbol_count(Sized_relobj_file<32,_false> * this) */
type_1 __thiscall
gold::Sized_relobj_file<32,_false>::do_local_symbol_count(Sized_relobj_file<32,_false> *this)
{
return this->local_symbol_count_;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (return_statement (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) | null |
undefined4 MASKED(long param_1)
{
return *(undefined4 *)(param_1 + 0x120);
}
|
104_cmp_and_cmp_strip.c | xzalloc | FUN_00105670 |
void * xzalloc(size_t s)
{
void *pvVar1;
pvVar1 = xmalloc(s);
pvVar1 = memset(pvVar1,0,s);
return pvVar1;
}
|
void FUN_00105670(size_t param_1)
{
void *__s;
__s = (void *)FUN_001054c0();
memset(__s,0,param_1);
return;
}
| PUSH RBX
MOV RBX,RDI
CALL 0x001054c0
MOV RDX,RBX
XOR ESI,ESI
POP RBX
MOV RDI,RAX
JMP 0x001021a0 | null | null | null | null | [(u'CALL_-1206954367', u'CALL_-1206954336'), (u'CALL_-1206954336', u'RETURN_-1206954332'), ('tmp_70', u'CALL_-1206954367'), ('const-0', u'RETURN_-1206954332'), ('const-0', u'CALL_-1206954336'), ('tmp_70', u'CALL_-1206954336')] | [('const-0', u'RETURN_-1206954332'), (u'CAST_-1206954247', u'CALL_-1206954336'), ('tmp_165', u'CALL_-1206954336'), (u'CALL_-1206954367', u'CAST_-1206954247'), ('const-0', u'CALL_-1206954336')] | null | null | 00105670 | x64 | O2 | (translation_unit "void FUN_00105670(size_t param_1)\n\n{\n void *__s;\n \n __s = (void *)FUN_001054c0();\n memset(__s,0,param_1);\n return;\n}\n\n" (function_definition "void FUN_00105670(size_t param_1)\n\n{\n void *__s;\n \n __s = (void *)FUN_001054c0();\n memset(__s,0,param_1);\n return;\n}" primitive_type (function_declarator "FUN_00105670(size_t param_1)" identifier (parameter_list "(size_t param_1)" ( (parameter_declaration "size_t param_1" primitive_type identifier) ))) (compound_statement "{\n void *__s;\n \n __s = (void *)FUN_001054c0();\n memset(__s,0,param_1);\n return;\n}" { (declaration "void *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (expression_statement "__s = (void *)FUN_001054c0();" (assignment_expression "__s = (void *)FUN_001054c0()" identifier = (cast_expression "(void *)FUN_001054c0()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001054c0()" identifier (argument_list "()" ( ))))) ;) (expression_statement "memset(__s,0,param_1);" (call_expression "memset(__s,0,param_1)" identifier (argument_list "(__s,0,param_1)" ( identifier , number_literal , identifier ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void * xzalloc(size_t s)\n\n{\n void *pvVar1;\n \n pvVar1 = xmalloc(s);\n pvVar1 = memset(pvVar1,0,s);\n return pvVar1;\n}\n\n" (function_definition "void * xzalloc(size_t s)\n\n{\n void *pvVar1;\n \n pvVar1 = xmalloc(s);\n pvVar1 = memset(pvVar1,0,s);\n return pvVar1;\n}" primitive_type (pointer_declarator "* xzalloc(size_t s)" * (function_declarator "xzalloc(size_t s)" identifier (parameter_list "(size_t s)" ( (parameter_declaration "size_t s" primitive_type identifier) )))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = xmalloc(s);\n pvVar1 = memset(pvVar1,0,s);\n return pvVar1;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (expression_statement "pvVar1 = xmalloc(s);" (assignment_expression "pvVar1 = xmalloc(s)" identifier = (call_expression "xmalloc(s)" identifier (argument_list "(s)" ( identifier )))) ;) (expression_statement "pvVar1 = memset(pvVar1,0,s);" (assignment_expression "pvVar1 = memset(pvVar1,0,s)" identifier = (call_expression "memset(pvVar1,0,s)" identifier (argument_list "(pvVar1,0,s)" ( identifier , number_literal , identifier )))) ;) (return_statement "return pvVar1;" return identifier ;) }))) | (translation_unit "void FUN_00105670(size_t param_1)\n\n{\n void *__s;\n \n __s = (void *)FUN_001054c0();\n memset(__s,0,param_1);\n return;\n}\n\n" (function_definition "void FUN_00105670(size_t param_1)\n\n{\n void *__s;\n \n __s = (void *)FUN_001054c0();\n memset(__s,0,param_1);\n return;\n}" primitive_type (function_declarator "FUN_00105670(size_t param_1)" identifier (parameter_list "(size_t param_1)" ( (parameter_declaration "size_t param_1" primitive_type identifier) ))) (compound_statement "{\n void *__s;\n \n __s = (void *)FUN_001054c0();\n memset(__s,0,param_1);\n return;\n}" { (declaration "void *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (expression_statement "__s = (void *)FUN_001054c0();" (assignment_expression "__s = (void *)FUN_001054c0()" identifier = (cast_expression "(void *)FUN_001054c0()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001054c0()" identifier (argument_list "()" ( ))))) ;) (expression_statement "memset(__s,0,param_1);" (call_expression "memset(__s,0,param_1)" identifier (argument_list "(__s,0,param_1)" ( identifier , number_literal , identifier ))) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , IDENT ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_00105670(size_t param_1)\n\n{\n void *__s;\n \n __s = (void *)FUN_001054c0();\n memset(__s,0,param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00105670(size_t param_1)" (identifier "FUN_00105670") (parameter_list "(size_t param_1)" (( "(") (parameter_declaration "size_t param_1" (primitive_type "size_t") (identifier "param_1")) () ")"))) (compound_statement "{\n void *__s;\n \n __s = (void *)FUN_001054c0();\n memset(__s,0,param_1);\n return;\n}" ({ "{") (declaration "void *__s;" (primitive_type "void") (pointer_declarator "*__s" (* "*") (identifier "__s")) (; ";")) (expression_statement "__s = (void *)FUN_001054c0();" (assignment_expression "__s = (void *)FUN_001054c0()" (identifier "__s") (= "=") (cast_expression "(void *)FUN_001054c0()" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_001054c0()" (identifier "FUN_001054c0") (argument_list "()" (( "(") () ")"))))) (; ";")) (expression_statement "memset(__s,0,param_1);" (call_expression "memset(__s,0,param_1)" (identifier "memset") (argument_list "(__s,0,param_1)" (( "(") (identifier "__s") (, ",") (number_literal "0") (, ",") (identifier "param_1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
void * function_1(size_t s)
{
void *pvVar1;
pvVar1 = var_1(s);
pvVar1 = var_2(pvVar1,0,s);
return pvVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier)))) (return_statement)))) | null |
void MASKED(size_t param_1)
{
void *__s;
__s = (void *)FUN_001054c0();
memset(__s,0,param_1);
return;
}
|
2135_bash_and_bash_strip.c | rl_reset_after_signal | rl_reset_after_signal |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void rl_reset_after_signal(void)
{
if (rl_prep_term_function != (rl_vintfunc_t *)0x0) {
(*rl_prep_term_function)(_rl_meta_flag);
rl_set_signals();
return;
}
rl_set_signals();
return;
}
|
void rl_reset_after_signal(void)
{
if (rl_prep_term_function != (undefined *)0x0) {
(*(code *)rl_prep_term_function)(_rl_meta_flag);
rl_set_signals();
return;
}
rl_set_signals();
return;
}
| MOV RAX,qword ptr [0x0021d9b8]
TEST RAX,RAX
JZ 0x001cc158
SUB RSP,0x8
MOV EDI,dword ptr [0x002214b8]
CALL RAX
ADD RSP,0x8
JMP 0x001cbcc0
JMP 0x001cbcc0 | null | null | null | null | [(u'CALL_-1207713404', u'INDIRECT_-1207713305'), (u'INDIRECT_-1207713305', u'COPY_-1207713361'), ('tmp_270', u'INT_NOTEQUAL_-1207713464'), (u'INT_NOTEQUAL_-1207713464', u'CBRANCH_-1207713463'), ('const-0', u'INT_NOTEQUAL_-1207713464'), ('tmp_271', u'CALLIND_-1207713433'), (u'CALL_-1207713418', u'INDIRECT_-1207713310'), ('const-0', u'RETURN_-1207713400'), (u'INDIRECT_-1207713300', u'COPY_-1207713356'), ('tmp_26', u'CBRANCH_-1207713463'), (u'INDIRECT_-1207713310', u'COPY_-1207713369'), (u'CALL_-1207713404', u'INDIRECT_-1207713300'), (u'INDIRECT_-1207713315', u'COPY_-1207713374'), ('tmp_270', u'CALLIND_-1207713433'), (u'CALLIND_-1207713433', u'INDIRECT_-1207713317'), ('const-0', u'RETURN_-1207713414'), (u'CALL_-1207713418', u'INDIRECT_-1207713315'), (u'CALLIND_-1207713433', u'INDIRECT_-1207713322')] | [('tmp_265', u'INT_NOTEQUAL_-1207713464'), (u'INT_NOTEQUAL_-1207713464', u'CBRANCH_-1207713463'), ('tmp_265', u'CAST_-1207713309'), (u'INDIRECT_-1207713319', u'COPY_-1207713378'), ('const-0', u'INT_NOTEQUAL_-1207713464'), (u'INDIRECT_-1207713314', u'COPY_-1207713373'), (u'INDIRECT_-1207713304', u'COPY_-1207713360'), (u'CAST_-1207713309', u'CALLIND_-1207713433'), (u'CALLIND_-1207713433', u'INDIRECT_-1207713326'), ('const-0', u'RETURN_-1207713400'), (u'INDIRECT_-1207713309', u'COPY_-1207713365'), ('tmp_26', u'CBRANCH_-1207713463'), (u'CALL_-1207713404', u'INDIRECT_-1207713304'), ('tmp_266', u'CALLIND_-1207713433'), (u'CALL_-1207713418', u'INDIRECT_-1207713314'), (u'CALL_-1207713404', u'INDIRECT_-1207713309'), (u'CALLIND_-1207713433', u'INDIRECT_-1207713321'), ('const-0', u'RETURN_-1207713414'), (u'CALL_-1207713418', u'INDIRECT_-1207713319')] | null | null | 001cc130 | x64 | O2 | (translation_unit "void rl_reset_after_signal(void)\n\n{\n if (rl_prep_term_function != (undefined *)0x0) {\n (*(code *)rl_prep_term_function)(_rl_meta_flag);\n rl_set_signals();\n return;\n }\n rl_set_signals();\n return;\n}\n\n" (function_definition "void rl_reset_after_signal(void)\n\n{\n if (rl_prep_term_function != (undefined *)0x0) {\n (*(code *)rl_prep_term_function)(_rl_meta_flag);\n rl_set_signals();\n return;\n }\n rl_set_signals();\n return;\n}" primitive_type (function_declarator "rl_reset_after_signal(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n if (rl_prep_term_function != (undefined *)0x0) {\n (*(code *)rl_prep_term_function)(_rl_meta_flag);\n rl_set_signals();\n return;\n }\n rl_set_signals();\n return;\n}" { (if_statement "if (rl_prep_term_function != (undefined *)0x0) {\n (*(code *)rl_prep_term_function)(_rl_meta_flag);\n rl_set_signals();\n return;\n }" if (parenthesized_expression "(rl_prep_term_function != (undefined *)0x0)" ( (binary_expression "rl_prep_term_function != (undefined *)0x0" identifier != (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (*(code *)rl_prep_term_function)(_rl_meta_flag);\n rl_set_signals();\n return;\n }" { (expression_statement "(*(code *)rl_prep_term_function)(_rl_meta_flag);" (call_expression "(*(code *)rl_prep_term_function)(_rl_meta_flag)" (parenthesized_expression "(*(code *)rl_prep_term_function)" ( (pointer_expression "*(code *)rl_prep_term_function" * (cast_expression "(code *)rl_prep_term_function" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "(_rl_meta_flag)" ( identifier ))) ;) (expression_statement "rl_set_signals();" (call_expression "rl_set_signals()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "rl_set_signals();" (call_expression "rl_set_signals()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid rl_reset_after_signal(void)\n\n{\n if (rl_prep_term_function != (rl_vintfunc_t *)0x0) {\n (*rl_prep_term_function)(_rl_meta_flag);\n rl_set_signals();\n return;\n }\n rl_set_signals();\n return;\n}\n\n" comment (function_definition "void rl_reset_after_signal(void)\n\n{\n if (rl_prep_term_function != (rl_vintfunc_t *)0x0) {\n (*rl_prep_term_function)(_rl_meta_flag);\n rl_set_signals();\n return;\n }\n rl_set_signals();\n return;\n}" primitive_type (function_declarator "rl_reset_after_signal(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n if (rl_prep_term_function != (rl_vintfunc_t *)0x0) {\n (*rl_prep_term_function)(_rl_meta_flag);\n rl_set_signals();\n return;\n }\n rl_set_signals();\n return;\n}" { (if_statement "if (rl_prep_term_function != (rl_vintfunc_t *)0x0) {\n (*rl_prep_term_function)(_rl_meta_flag);\n rl_set_signals();\n return;\n }" if (parenthesized_expression "(rl_prep_term_function != (rl_vintfunc_t *)0x0)" ( (binary_expression "rl_prep_term_function != (rl_vintfunc_t *)0x0" identifier != (cast_expression "(rl_vintfunc_t *)0x0" ( (type_descriptor "rl_vintfunc_t *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (*rl_prep_term_function)(_rl_meta_flag);\n rl_set_signals();\n return;\n }" { (expression_statement "(*rl_prep_term_function)(_rl_meta_flag);" (call_expression "(*rl_prep_term_function)(_rl_meta_flag)" (parenthesized_expression "(*rl_prep_term_function)" ( (pointer_expression "*rl_prep_term_function" * identifier) )) (argument_list "(_rl_meta_flag)" ( identifier ))) ;) (expression_statement "rl_set_signals();" (call_expression "rl_set_signals()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "rl_set_signals();" (call_expression "rl_set_signals()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void rl_reset_after_signal(void)\n\n{\n if (rl_prep_term_function != (undefined *)0x0) {\n (*(code *)rl_prep_term_function)(_rl_meta_flag);\n rl_set_signals();\n return;\n }\n rl_set_signals();\n return;\n}\n\n" (function_definition "void rl_reset_after_signal(void)\n\n{\n if (rl_prep_term_function != (undefined *)0x0) {\n (*(code *)rl_prep_term_function)(_rl_meta_flag);\n rl_set_signals();\n return;\n }\n rl_set_signals();\n return;\n}" primitive_type (function_declarator "rl_reset_after_signal(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n if (rl_prep_term_function != (undefined *)0x0) {\n (*(code *)rl_prep_term_function)(_rl_meta_flag);\n rl_set_signals();\n return;\n }\n rl_set_signals();\n return;\n}" { (if_statement "if (rl_prep_term_function != (undefined *)0x0) {\n (*(code *)rl_prep_term_function)(_rl_meta_flag);\n rl_set_signals();\n return;\n }" if (parenthesized_expression "(rl_prep_term_function != (undefined *)0x0)" ( (binary_expression "rl_prep_term_function != (undefined *)0x0" identifier != (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (*(code *)rl_prep_term_function)(_rl_meta_flag);\n rl_set_signals();\n return;\n }" { (expression_statement "(*(code *)rl_prep_term_function)(_rl_meta_flag);" (call_expression "(*(code *)rl_prep_term_function)(_rl_meta_flag)" (parenthesized_expression "(*(code *)rl_prep_term_function)" ( (pointer_expression "*(code *)rl_prep_term_function" * (cast_expression "(code *)rl_prep_term_function" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "(_rl_meta_flag)" ( identifier ))) ;) (expression_statement "rl_set_signals();" (call_expression "rl_set_signals()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "rl_set_signals();" (call_expression "rl_set_signals()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) }))) | (function_definition "void rl_reset_after_signal(void)\n\n{\n if (rl_prep_term_function != (undefined *)0x0) {\n (*(code *)rl_prep_term_function)(_rl_meta_flag);\n rl_set_signals();\n return;\n }\n rl_set_signals();\n return;\n}" (primitive_type "void") (function_declarator "rl_reset_after_signal(void)" (identifier "rl_reset_after_signal") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n if (rl_prep_term_function != (undefined *)0x0) {\n (*(code *)rl_prep_term_function)(_rl_meta_flag);\n rl_set_signals();\n return;\n }\n rl_set_signals();\n return;\n}" ({ "{") (if_statement "if (rl_prep_term_function != (undefined *)0x0) {\n (*(code *)rl_prep_term_function)(_rl_meta_flag);\n rl_set_signals();\n return;\n }" (if "if") (parenthesized_expression "(rl_prep_term_function != (undefined *)0x0)" (( "(") (binary_expression "rl_prep_term_function != (undefined *)0x0" (identifier "rl_prep_term_function") (!= "!=") (cast_expression "(undefined *)0x0" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n (*(code *)rl_prep_term_function)(_rl_meta_flag);\n rl_set_signals();\n return;\n }" ({ "{") (expression_statement "(*(code *)rl_prep_term_function)(_rl_meta_flag);" (call_expression "(*(code *)rl_prep_term_function)(_rl_meta_flag)" (parenthesized_expression "(*(code *)rl_prep_term_function)" (( "(") (pointer_expression "*(code *)rl_prep_term_function" (* "*") (cast_expression "(code *)rl_prep_term_function" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "rl_prep_term_function"))) () ")")) (argument_list "(_rl_meta_flag)" (( "(") (identifier "_rl_meta_flag") () ")"))) (; ";")) (expression_statement "rl_set_signals();" (call_expression "rl_set_signals()" (identifier "rl_set_signals") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "rl_set_signals();" (call_expression "rl_set_signals()" (identifier "rl_set_signals") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
if (var_1 != (type_1 *)0x0) {
(*var_1)(_rl_meta_flag);
var_2();
return;
}
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 (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement)))) | null |
void MASKED(void)
{
if (rl_prep_term_function != (undefined *)0x0) {
(*(code *)rl_prep_term_function)(_rl_meta_flag);
rl_set_signals();
return;
}
rl_set_signals();
return;
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.